gst/volume/gstvolume.c: Unbreak volume, value remains gint.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/volume/gstvolume.c: (volume_process_int16),
4         (volume_process_int16_clamp), (volume_set_caps):
5           Unbreak volume, value remains gint.
6
7 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
8
9         * gst/volume/gstvolume.c: (volume_choose_func),
10         (volume_update_real_volume), (gst_volume_set_volume),
11         (gst_volume_init), (volume_process_double), (volume_process_float),
12         (volume_process_int16), (volume_process_int16_clamp),
13         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
14         * gst/volume/gstvolume.h:
15           Extend float audio support (double) and some int->uint cleanups.
16
17 2007-02-20  Edward Hervey  <edward@fluendo.com>
18
19         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
20         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
21         (sort_end_pads), (gst_decode_group_expose),
22         (gst_decode_group_hide):
23         Don't free groups from the streaming threads. Just put them aside and
24         free them in dispose.
25
26 2007-02-20  Edward Hervey  <edward@fluendo.com>
27
28         * gst/playback/gstdecodebin2.c: (connect_element),
29         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
30         (sort_end_pads), (gst_decode_group_expose):
31         Handle dynamic pads within groups.
32         Sort pads before exposing them in order to make playbin happy.
33         There still is a race with the multiqueue filling up. This should be
34         solved separately.
35         Fixes #398721
36
37 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
38
39         * gst-libs/gst/utils/base-utils.c:
40         * gst-libs/gst/utils/descriptions.c:
41         * gst-libs/gst/utils/install-plugins.c:
42         * gst-libs/gst/utils/missing-plugins.c:
43           Some more docs (and descriptions for two subtitle formats).
44
45 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
46
47         * gst-libs/gst/audio/audio.c:
48           Fix documentation.
49
50 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
51
52         Patch by: Yves Lefebvre  <ivanohe abacom com>
53
54         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
55           Don't leak caps. Fixes #408278.
56
57 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
58
59         * ext/cdparanoia/gstcdparanoiasrc.h:
60         * ext/ogg/gstoggdemux.h:
61         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
62         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
63         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
64         * gst-libs/gst/audio/audio.h:
65         * gst-libs/gst/audio/gstaudiofilter.h:
66         * gst-libs/gst/interfaces/videoorientation.h:
67         * gst/adder/gstadder.h:
68           More docs coverage and some ChangeLog surgery (add missing names)
69
70 2007-02-15  Wim Taymans  <wim@fluendo.com>
71
72         * sys/ximage/ximagesink.c:
73         (gst_ximagesink_calculate_pixel_aspect_ratio):
74         * sys/xvimage/xvimagesink.c:
75         (gst_xvimagesink_calculate_pixel_aspect_ratio):
76         Small constifications.
77
78 2007-02-15  Wim Taymans  <wim@fluendo.com>
79
80         * gst-libs/gst/audio/gstbaseaudiosink.c:
81         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
82         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
83         (gst_base_audio_sink_async_play),
84         (gst_base_audio_sink_change_state):
85         Answer latency query.
86         Use configured latency when syncing.
87         Fix clock slaving.
88
89         * gst-libs/gst/audio/gstbaseaudiosrc.c:
90         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
91         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
92         Fix possible memleak.
93         Implement latency query.
94         Small cleanups.
95
96 2007-02-15  Wim Taymans  <wim@fluendo.com>
97
98         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
99         Ignore errors in reset, these are not fatal. They also grab the element
100         lock which is already taking when this function is called. Fixes
101         #405451.
102
103 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
104
105         * configure.ac:
106           Remove 'tests/examples/xerror/Makefile' from output files again.
107
108 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
109
110         * configure.ac:
111         * docs/plugins/Makefile.am:
112           Also crossref against gst-plugins-base-libs.
113
114 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
115
116         * configure.ac:
117         * docs/libs/Makefile.am:
118         * docs/plugins/Makefile.am:
119           Add crossreferences to glib/gobject/gstream docs.
120
121         * gst-libs/gst/audio/audio.h:
122           Source formatting.
123
124         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
125           Add own debug category.
126
127 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
128
129         Patch by: René Stadler <mail at renestadler de>
130
131         * gst-libs/gst/tag/gstvorbistag.c:
132           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
133           (#403597).
134
135 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
136
137         * gst/playback/gstplaybasebin.c: (setup_source):
138           When we have external subtitles and wait for the subtitle decodebin
139           to get up and running, we set up a (sync) bus handler for the
140           subtitle decodebin, so we can stop waiting when it posts an error
141           message. However, we should do that before we set the subtitle
142           decodebin's state to playing, otherwise things are racy and we might
143           miss error messages posted before we had a chance to set up the bus.
144           This should finally fix totem hanging on .txt pseudo-subtitle files.
145           
146 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
147
148         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
149           Use gst_gdouble_to_guint64 for conversions.
150         * win32/common/config.h.in:
151           Add a define for GST_INSTALL_PLUGINS_HELPER
152         * win32/common/libgstaudio.def:
153         * win32/common/libgstcdda.def:
154         * win32/common/libgstnetbuffer.def:
155         * win32/common/libgstrtp.def:
156         * win32/common/libgutils.def:
157           Add new exported functions.
158         * win32/vs6/gst_plugins_base.dsw:
159         * win32/vs6/libgstdecodebin.dsp:
160         * win32/vs6/libgstnetbuffer.dsp:
161         * win32/vs6/libgstplaybin.dsp:
162         * win32/vs6/libgstrtp.dsp:
163         * win32/vs6/libgstvorbis.dsp:
164         * win32/vs6/libgstcdda.dsp:
165         * win32/vs6/libgstgdp.dsp:
166         * win32/vs6/libgstutils.dsp:
167           Update and add new project files.
168
169 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
170
171         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
172         (subrip_remove_unhandled_tags), (parse_subrip):
173           For SubRip (.srt) subtitles, ignore all markup tags we don't
174           handle (like font tags, for example).
175
176         * tests/check/elements/subparse.c:
177           Add test for this.
178
179 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
180
181         * gst/playback/gstdecodebin.c: (add_fakesink),
182         (gst_decode_bin_change_state):
183         * gst/playback/gstdecodebin2.c: (add_fakesink),
184         (gst_decode_bin_change_state):
185           Don't error out if there is no fakesink in the NULL to READY state
186           change, since when decodebin is re-used, we're only adding the
187           fakesink element in READY to PAUSED.
188
189         * tests/check/elements/decodebin.c:
190         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
191         (decodebin_suite):
192           Minimal unit test to make sure we can use the same decodebin
193           instance twice (at least with audiotestsrc input).
194
195 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
196
197         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
198           Try to get devic-name from device string first, and from handle only
199           as fallback (seems to yield better results and is more robust
200           against buggy probing code on the application side).
201
202 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
203
204         Based on patch by: Julien Puydt <julien.puydt at laposte net>
205
206         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
207         (gst_alsa_find_device_name):
208         * ext/alsa/gstalsa.h:
209         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
210         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
211           Improve device-name detection a bit, especially in the case where
212           the device is not actually open (#405020, #405024). Move common code
213           into gstalsa.c instead of duplicating it.
214
215 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
216
217         * gst/audioconvert/gstaudioconvert.c:
218           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
219
220 2007-02-06  Julien MOUTTE  <julien@moutte.net>
221
222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
223         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
224         (gst_xvimagesink_interface_supported),
225         (gst_xvimagesink_probe_get_properties),
226         (gst_xvimagesink_probe_probe_property),
227         (gst_xvimagesink_probe_needs_probe),
228         (gst_xvimagesink_probe_get_values),
229         (gst_xvimagesink_property_probe_interface_init),
230         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
231         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
232         (gst_xvimagesink_get_type):
233         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
234         for XVAdaptors so that one can choose the adaptor to use with 
235         gstreamer-properties.
236
237 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
238
239         * gst/audioconvert/gstaudioconvert.c:
240           Also mention that a conversion from double to float is suboptimal still.
241
242 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
243
244         * gst-libs/gst/audio/gstaudiofilter.c:
245         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
246           Clear our formats structure and free the caps contained in it when
247           shutting down.
248
249 2007-02-05  Andy Wingo  <wingo@pobox.com>
250
251         * gst-libs/gst/audio/gstbaseaudiosink.c
252         (gst_base_audio_sink_callback): Update basesink->offset so that we
253         pull monotonically increasing offsets instead of, um, seeking back
254         to 0 each time. Fixes alsasrc ! alsasink!
255
256 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
257
258         * gst/videoscale/gstvideoscale.c:
259           A width and height of 1 makes us crash, so increase minimum size to
260           2x2 pixels until someone feels like fixing this (#404512).
261
262 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
263
264         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
265           Add small test to make sure request pads are cleaned up properly
266           even if oggmux never changes state out of NULL.
267
268 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
269
270         * tests/check/libs/utils.c: (GST_START_TEST):
271           Fix unit test. Turns out things work much better when you
272           NULL-terminate string arrays. Should make p5 build bot happy again.
273
274 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
275
276         * gst-libs/gst/audio/Makefile.am:
277         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
278         (gst_audio_filter_template_base_init),
279         (gst_audio_filter_template_class_init),
280         (gst_audio_filter_template_init),
281         (gst_audio_filter_template_set_property),
282         (gst_audio_filter_template_get_property),
283         (gst_audio_filter_template_setup),
284         (gst_audio_filter_template_filter),
285         (gst_audio_filter_template_filter_inplace), (plugin_init):
286           Oops, forgot to commit fixed-up example.
287
288 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
289
290         * docs/libs/gst-plugins-base-libs-sections.txt:
291         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
292         (gst_audio_filter_class_init), (gst_audio_filter_init),
293         (gst_audio_filter_set_caps),
294         (gst_audio_filter_class_add_pad_templates):
295         * gst-libs/gst/audio/gstaudiofilter.h:
296           Port GstAudioFilter to 0.10. This change technically breaks
297           API and ABI (and thus also every library developer's heart),
298           but seems justifiable on the grounds that the base class was
299           completely unusable before (ie. would crash immediately when
300           actually used). Fixes #403963 (and eventually also #403572).
301           Also document all of this a bit.
302
303 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
304
305         * gst-libs/gst/utils/install-plugins.c:
306         (gst_install_plugins_spawn_child):
307         * tests/check/libs/utils.c:
308         (test_base_utils_install_plugins_do_callout):
309           Lowering log level to see why things fail on the p5 build bot;
310           fix some typos in unit test messages.
311
312 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
313
314         * tests/check/libs/utils.c:
315         (test_base_utils_install_plugins_do_callout):
316           Don't hard-code temp directory for test helper; use GLib functions
317           to write out file and do error checking etc.
318
319 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
320
321         * gst-libs/gst/utils/Makefile.am:
322         * gst-libs/gst/utils/base-utils.h:
323         * gst-libs/gst/utils/install-plugins.c:
324         (gst_install_plugins_context_set_xid),
325         (gst_install_plugins_context_new),
326         (gst_install_plugins_context_free),
327         (gst_install_plugins_get_helper),
328         (gst_install_plugins_spawn_child),
329         (gst_install_plugins_return_from_status),
330         (gst_install_plugins_installer_exited),
331         (gst_install_plugins_async), (gst_install_plugins_sync),
332         (gst_install_plugins_return_get_name),
333         (gst_install_plugins_installation_in_progress):
334         * gst-libs/gst/utils/install-plugins.h:
335           API: add API for applications to initiate installation of missing
336           plugins, ie. gst_install_plugins_async() primarily.
337           Based on libgimme-codec by Ryan Lortie.
338
339         * configure.ac:
340           Add --with-install-plugins-helper configure option so distros can specify
341           the path of the helper script or program to call when plugin installation
342           is requested (distros: please do any argument munging in this helper
343           script instead of patching GStreamer to pass arguments differently
344           to another program directly).
345
346         * docs/libs/gst-plugins-base-libs-docs.sgml:
347         * docs/libs/gst-plugins-base-libs-sections.txt:
348           Build and document new API.
349
350         * tests/check/libs/utils.c: (result_cb),
351         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
352         (libgstbaseutils_suite):
353           Some simple checks for the new API.
354
355 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
356
357         * tests/check/elements/audioconvert.c: (test_float_conversion):
358           Add small test for 32bit float <=> 64bit float conversion (works
359           only one way so far, 32=>64 produces structured noise).
360
361 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
362
363         * gst/audioconvert/gstaudioconvert.c:
364         (set_structure_widths_32_and_64), (make_lossless_changes):
365           We don't support floats with a width of 40, 48 or 56 bits.
366
367 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
368
369         * gst/audioconvert/audioconvert.c: (float), (double),
370         (audio_convert_get_func_index):
371         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
372         (make_lossless_changes):
373           Support for 64-bit float audio in audioconvert (#339837)
374
375 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
376
377         Patch by: Holger Wansing  <linux wansing-online de>
378
379         * po/LINGUAS:
380         * po/de.po:
381           Add German translation (#352069).
382
383 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
384
385         reviewed by: Wim Taymans <wim@fluendo.com>
386
387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
388         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
389         Use newly added GstCollectPads API to free the allocated resources in
390         the GstOggPad structures (#402393).
391
392 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
393
394         * gst/playback/gstplaybin.c: (gen_vis_element):
395           Add audioresample+audioconvert in front of the visualisation
396           element, so that elements like libvisual 0.4 that don't support all
397           samplerates can work.
398
399           Fixes: #402505
400
401 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
402
403         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
404         (gst_play_base_bin_get_streaminfo_value_array):
405           Take some locks and make a copy of the streaminfo value array we
406           maintain while holding the lock, so that the application can
407           retrieve the stream-info as a value array in a thread-safe way.
408
409 2007-01-30  Wim Taymans  <wim@fluendo.com>
410
411         * gst/audioconvert/gstaudioconvert.c:
412         Don't fail on 0 sized buffers. Fixes #396835.
413
414 2007-01-29  David Schleef  <ds@schleef.org>
415
416         * gst/typefind/gsttypefindfunctions.c:
417           Detect BBCD as video/x-dirac, so we can play raw dirac
418           streams.
419
420 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
421
422         * ext/theora/theoraenc.c: (theora_enc_chain):
423           Check return value of theora_encode_header(), or we might try to
424           allocate a random number of bytes. theora_encode_header() can fail
425           if libtheora has been compiled with encoding support disabled.
426           Fixes #398110.
427
428 2007-01-29  Wim Taymans  <wim@fluendo.com>
429
430         * tests/check/gst/.cvsignore:
431         Do as buildbot says.
432
433 2007-01-29  Wim Taymans  <wim@fluendo.com>
434
435         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
436         Fix strides in libvisual. Gst uses X strides.
437         Inspired by: <ed at catmur dot co dot uk> and 
438         <tim at centricular dot net>
439         Fixes #401118.
440
441 2007-01-27  Wim Taymans  <wim@fluendo.com>
442
443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
444         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
445         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
446         (gst_ogg_demux_perform_seek),
447         (gst_ogg_demux_bisect_forward_serialno),
448         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
449         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
450         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
451         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
452         * ext/ogg/gstoggdemux.h:
453         Properly propagate streaming errors when we are scanning the file for
454         chains so that we don't crash when shut down. Might fix some crashers
455         when quickly switching oggs in RB such as #332503 and #378436.
456
457 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
458
459         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
460           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
461           error code as well.
462
463 2007-01-25  Wim Taymans  <wim@fluendo.com>
464
465         * gst/playback/gstplaybasebin.c: (remove_source):
466         Don't try to disconnect a signal from a finalized object.
467
468 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
469
470         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
471           Cast lock macro parameters to make sure we're actually accessing the
472           lock member at the right class level. Free list itself in _dispose()
473           as well and NULL it in case dispose gets called multiple times.
474
475 2007-01-25  Edward Hervey  <edward@fluendo.com>
476
477         * gst/playback/gstdecodebin2.c:
478         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
479         Free GstDecodeGroups no longer used.
480         (gst_decode_group_expose):
481         Don't unlock too many times !
482         (deactivate_free_recursive):
483         Free iterator once we're done with it.
484         Fix for recursively deactivating elements (stop at ghostpads).
485
486 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
487
488         * gst/playback/gstplaybin.c: (handoff):
489           Fix up caps on the frame buffer before we save it and potentially
490           make it accessible to other threads via g_object_get; also use
491           gst_buffer_replace() instead of gst_mini_object_replace().
492
493 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
494
495         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
496           Make getting the current frame thread-safe.
497
498 2007-01-25  Edward Hervey  <edward@fluendo.com>
499
500         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
501         (gst_decode_group_new), (gst_decode_group_free):
502         Set queues to bigger sizes to cope with HD contents.
503         Fix some mutex freeing and add comment about MT safe methods.
504
505 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
506
507         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
508         (gst_text_overlay_text_event):
509           Don't unnecessarily ref (and then leak) upstream events if the text
510           pad is not linked. Fixes #399948.
511
512         * tests/check/gst-plugins-base.supp:
513           Add suppression for pango on edgy/x86 for textoverlay test.
514
515 2007-01-24  Wim Taymans  <wim@fluendo.com>
516
517         * gst-libs/gst/rtp/gstrtpbuffer.h:
518         Add some more fixed payloads.
519
520 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
521
522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
523           Error out properly if we get an error from libogg while reading the
524           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
525
526 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
527
528         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
529           Don't leak mutex.
530
531         * tests/check/elements/playbin.c:
532         (test_sink_usage_video_only_stream),
533         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
534         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
535         (test_missing_suburisource_handler),
536         (test_missing_primary_decoder), (playbin_suite):
537           Run all tests once with decodebin and once with decodebin2.
538           One test does not pass yet with decodebin2.
539
540 2007-01-23  Edward Hervey  <edward@fluendo.com>
541
542         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
543         Fix the cases where oggmux doesn't properly figure out that all
544         sinkpads have gone EOS, and therefore doesn't push out the remaining
545         buffers and the final EOS event.
546         Fixes #363379
547
548 2007-01-23  Julien MOUTTE  <julien@moutte.net>
549
550         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
552         Don't lock on navigation event push, just on keysym to string.
553         Fixes #397673 again.
554
555 2007-01-22  Edward Hervey  <edward@fluendo.com>
556
557         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
558         (get_current_group), (group_demuxer_event_probe),
559         (gst_decode_group_expose), (deactivate_free_recursive),
560         (gst_decode_group_free):
561         Cleanups.
562         Don't forget to emit 'no-more-pads' once a group is exposed.
563         Cleanup elements from a DecodeGroup once we remove it.
564         Protect call to gst_decode_group_expose() with the decodebin lock.
565
566 2007-01-22  Julien MOUTTE  <julien@moutte.net>
567
568         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
570         Looking at Xorg code i can't figure out if that XKeysymToString
571         function is thread sensible or not. Lock it just in case as
572         recommended by Radek Doulik <rodo at ximian dot com>.
573
574 2007-01-22  Julien MOUTTE  <julien@moutte.net>
575
576         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
578         Lock that X Call as well. Fixes #397673.
579
580 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
581
582         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
583           Don't go into an endless loop if the file starts with 00 00 01 2X,
584           like quicktime redirect files might. Fixes #396042.
585
586         * tests/check/Makefile.am:
587         * tests/check/gst/.cvsignore:
588         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
589         (typefindfunctions_suite):
590           Add unit test for the above.
591
592 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
593
594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
595           On second thought, use "depth" field rather than "bpp" field.
596
597 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
598
599         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
600           Camtasia caps apparently need a bpp field (#398875).
601
602 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
603
604         * gst/playback/gstplaybasebin.c: (setup_subtitle),
605         (gen_source_element), (gst_play_base_bin_change_state):
606           Attempt at a better error message in case we don't have the required
607           URI handler installed; post missing-plugin message also when we're
608           missing an URI handler for the subtitle URI; clean up properly also
609           when an error occurs and we never made it to PAUSED state.
610
611         * tests/check/elements/playbin.c: (GST_START_TEST),
612         (playbin_suite):
613           Check that we're also getting a missing-plugin messsage for a
614           missing subtitle URI handler (and clean up properly).
615
616 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
617
618         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
619           Plug a few reference leaks.
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           Lower probability a bit if the marker isn't right at the start,
625           to decrease the chance of false positives.
626
627 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
628
629         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
630           Small mpeg2 system stream typefinding improvement: make typefinder
631           probe a bit into the stream instead of just looking for a marker
632           at the beginning. Fixes #397810.
633
634 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
635
636         * gst/audioconvert/gstchannelmix.c:
637           Remove compatibility cruft for prehistoric GLib versions.
638
639 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
640
641         * gst/playback/Makefile.am:
642         * gst/playback/gstdecodebin.c: (close_pad_link):
643         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
644         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
645         (gst_play_base_bin_handle_message_func), (unknown_type):
646           Let decodebin be the element to post missing-plugin messages for
647           missing decoders (rather than playbin); make playbin implement
648           GstBin::handle_message so we can suppress missing-plugin messages
649           for types we're not handling on purpose (don't want to bring up an
650           installer in those cases).
651
652 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
653
654         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
655         * gst-libs/gst/tag/gstvorbistag.c:
656         (gst_tag_list_to_vorbiscomment_buffer):
657         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
658           Fix potentially unaligned access (#397207).
659
660 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
661
662         * tests/examples/seek/seek.c: (set_scale), (update_scale),
663         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
664         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
665         (main):
666           Allow to toggle looping while it plays. Fix callback prototype. Clean
667           up code a bit more. Add copyright header.
668
669 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
670
671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
672           Red and blue mask was swapped (spotted by Dan Williams).
673
674 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
675
676         * gst-libs/gst/tag/gstid3tag.c:
677         * gst-libs/gst/tag/gstvorbistag.c:
678           Use new beats-per-minute tag from core.
679
680 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
681
682         * po/POTFILES.in:
683           Add new files with translatable strings, so they actually make it
684           into the template file one day.
685
686 2007-01-12  Andy Wingo  <wingo@pobox.com>
687
688         * gst-libs/gst/audio/gstbaseaudiosink.c
689         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
690         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
691         stuff, as the base class handles this now. Actually tell the ring
692         buffer to start.
693         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
694         How did this work before? Maybe I'm not as awesome a programmer as
695         I think.
696
697         * gst-libs/gst/audio/gstbaseaudiosrc.c
698         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
699         of a pad function.
700
701 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
702
703         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
704           Remove more fields so that the application can better blacklist
705           formats that have been tried before.
706
707 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
708
709         * gst-libs/gst/audio/mixerutils.h:
710           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
711           used when compiling with c++ compilers as well.
712
713 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
714
715         * gst/typefind/gsttypefindfunctions.c:
716           Fix comment.
717
718 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
719
720         * gst/playback/gstplaybin.c: (post_missing_element_message),
721         (gen_video_element), (gen_text_element), (gen_audio_element),
722         (gen_vis_element):
723           Post missing-plugin messages also when we error out because
724           converters, textoverlay or auto*sinks are missing (#161922).
725
726 2007-01-10  Wim Taymans  <wim@fluendo.com>
727
728         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
729         (is_demuxer_element), (new_caps):
730         * gst/playback/gstplaybasebin.c: (source_new_pad):
731         Fix the case where we try to ref a NULL element when we delay a link
732         because of unfixed caps.
733         Set the state of autoplugged decodebins to PAUSED.
734         RTSP now works in playbin, we can remove it from the blacklist.
735
736 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
737
738         * gst/playback/Makefile.am:
739         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
740         (unknown_type), (setup_subtitle), (gen_source_element):
741         * gst/playback/gstplaybin.c: (plugin_init):
742           Post missing-plugin messages on the bus for missing sources and
743           missing decoders/demuxers/depayloaders; fix error code used when
744           we're missing an URI handler source; for media types that we are not
745           handling on purpose at the moment, don't print "don't know how to
746           handle xyz" messages to the terminal or post missing-plugin
747           messages on the bus.
748
749         * tests/check/elements/playbin.c: (create_playbin),
750         (GST_START_TEST), (gst_codec_src_uri_get_type),
751         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
752         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
753         (gst_codec_src_init_type), (gst_codec_src_base_init),
754         (gst_codec_src_create), (gst_codec_src_class_init),
755         (gst_codec_src_init), (plugin_init), (playbin_suite):
756           Add some tests for the missing-plugin stuff.
757
758 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
759
760         * configure.ac:
761         * gst-libs/gst/Makefile.am:
762         * gst-libs/gst/utils/Makefile.am:
763         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
764         * gst-libs/gst/utils/base-utils.h:
765         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
766         (find_format_info), (caps_are_rtp_caps),
767         (gst_base_utils_get_source_description),
768         (gst_base_utils_get_sink_description),
769         (gst_base_utils_get_decoder_description),
770         (gst_base_utils_get_encoder_description),
771         (gst_base_utils_get_element_description),
772         (gst_base_utils_add_codec_description_to_tag_list),
773         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
774         * gst-libs/gst/utils/descriptions.h:
775         * gst-libs/gst/utils/missing-plugins.c:
776         (missing_structure_get_type), (copy_and_clean_caps),
777         (gst_missing_uri_source_message_new),
778         (gst_missing_uri_sink_message_new),
779         (gst_missing_element_message_new),
780         (gst_missing_decoder_message_new),
781         (gst_missing_encoder_message_new),
782         (missing_structure_get_string_detail),
783         (missing_structure_get_caps_detail),
784         (gst_missing_plugin_message_get_installer_detail),
785         (gst_missing_plugin_message_get_description),
786         (gst_is_missing_plugin_message):
787         * gst-libs/gst/utils/missing-plugins.h:
788           API: add new libgstbaseutils library with functions
789           - to create and parse missing-plugins messages
790           - that provide (translated) descriptions for caps/decoders/sources/etc.
791           Closes #392393.
792
793         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
794         * pkgconfig/gstreamer-plugins-base.pc.in:
795           Add new lib.
796
797         * docs/libs/gst-plugins-base-libs-docs.sgml:
798         * docs/libs/gst-plugins-base-libs-sections.txt:
799           Generate docs for new lib and API.
800
801         * tests/check/Makefile.am:
802         * tests/check/libs/.cvsignore:
803         * tests/check/libs/utils.c: (missing_msg_check_getters),
804         (GST_START_TEST), (libgstbaseutils_suite):
805           Add some basic unit tests.
806
807 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
808
809         * ext/ogg/Makefile.am:
810           Dist gstoggdemux.h to fix 'make distcheck'.
811
812         * sys/v4l/Makefile.am:
813           Fix 'make distcheck' even more.
814
815 2007-01-09  Wim Taymans  <wim@fluendo.com>
816
817         * docs/plugins/Makefile.am:
818         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
819         * docs/plugins/gst-plugins-base-plugins-sections.txt:
820         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
821         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
822         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
823         (gst_ogg_demux_perform_seek):
824         * ext/ogg/gstoggdemux.h:
825         Added docs.
826         Add some more comments.
827         Small cleanups.
828
829 2007-01-09  Wim Taymans  <wim@fluendo.com>
830
831         * ext/theora/theoradec.c:
832         * ext/vorbis/vorbisdec.c:
833         * gst-libs/gst/audio/gstringbuffer.c:
834         (gst_ring_buffer_commit_full):
835         * gst-libs/gst/audio/gstringbuffer.h:
836         * gst-libs/gst/rtp/gstrtpbuffer.c:
837         * gst-libs/gst/tag/gstvorbistag.c:
838         Small documentation updates/fixes
839
840 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
841
842         * configure.ac:
843           Require core CVS HEAD for Andy's basesrc/sink API additions.
844
845 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
846
847         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
848
849         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
850         (plugin_init):
851           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
852           on flac.sf.net (there appear to be other versions of the first
853           ogg page in the wild) (#391365).
854
855 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
856
857         * configure.ac:
858           Check if localtime_r() is available.
859
860         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
861           If localtime_r() is not available, fall back to localtime(). Should
862           fix build on MingW (#393310).
863
864 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
865
866         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
867         * gst/subparse/gstsubparse.h:
868           Remove spurious 1000 subtrahend when calculating the timestamp from
869           the frame number and the frame rate . Also, use the frames/second
870           value specified in the first line of the file, if one is specified
871           there. Should fix #357503.
872
873         * tests/check/elements/subparse.c: (do_test),
874         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
875         (subparse_suite):
876           Add some basic unit tests for the microdvd subtitle format.
877
878 2007-01-07  Julien MOUTTE  <julien@moutte.net>
879
880         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
881         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
882         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
883         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
884         (gst_xvimagesink_set_xwindow_id),
885         (gst_xvimagesink_set_event_handling),
886         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
887         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
888         Patch by : Young-Ho Cha <ganadist at chollian dot net>
889         Fixes : #390076.
890         Add an adaptor property to select a specific XV adaptor.
891         * sys/xvimage/xvimagesink.h:
892
893 2007-01-07  Julien MOUTTE  <julien@moutte.net>
894
895         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
896         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
897         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
898         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
899         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
900         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
901         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
902         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
903         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
904         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
905         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
906         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
907         Use flow_lock much more to protect every access to xwindow.
908         Try to catch erros while creating images in case some drivers are
909         just generating an XError when the requested image is too big.
910         Should fix : #354698, #384008, #384060.
911         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
912         Implement some stress testing of setting window xid.
913
914 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
915
916         * win32/common/libgsaudio.def:
917           Add new exported function.
918         * win32/common/libgstogg.dsp:
919           Add gstoggaviparse.c to the build.
920         * win32/common/libgstvideoscale.dsp:
921           Add vs_4tap.c to the build.
922         * win32/common/libgstvorbis.dsp:
923           Add vorbistag.c to the build.
924         
925 2007-01-06  Andy Wingo  <wingo@pobox.com>
926
927         * gst-libs/gst/audio/gstbaseaudiosink.c
928         (gst_base_audio_sink_class_init)
929         (gst_base_audio_sink_init): 
930         (gst_base_audio_sink_activate_pull): Add an activate_pull function
931         to baseaudiosink, and tell basesink that we can work in pull mode.
932         This way the ring buffer thread drives the pipeline directly, if
933         pull mode is possible. There is some lingering nastiness regarding
934         capsnego, however.
935         (gst_base_audio_sink_callback): Implement the callback to pull
936         data. This interface is a bit light, though -- it should get a
937         GstFlowReturn return value at least.
938
939 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
940
941         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
942         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
943         * gst/playback/gstdecodebin2.c:
944         (gst_decode_group_check_if_blocked):
945           Printf format and missing argument fixes.
946
947 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
948
949         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
950         (gst_ogm_parse_change_state):
951         Activate pads before adding them to the element.
952
953 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
954
955         * tests/examples/seek/scrubby.c: (main):
956         * tests/examples/seek/seek.c: (main):
957           Call g_thread_init() first thing in main() (see #391278).
958
959 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
960
961         * tests/check/Makefile.am:
962         * tests/check/libs/.cvsignore:
963         * tests/check/libs/netbuffer.c: (GST_START_TEST),
964         (netbuffer_suite):
965           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
966           for the time being, since it's broken, see #393099.
967
968 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
969
970         * tests/check/Makefile.am:
971           Update to use GST_PLUGINS_BASE_CFLAGS as well.
972
973 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
974
975         * configure.ac:
976           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
977           so that GST_BASE_CFLAGS can go inbetween them, making sure
978           we use uninstalled gst-libs headers
979         * docs/libs/Makefile.am:
980         * ext/alsa/Makefile.am:
981         * ext/cdparanoia/Makefile.am:
982         * ext/gnomevfs/Makefile.am:
983         * ext/libvisual/Makefile.am:
984         * ext/ogg/Makefile.am:
985         * ext/theora/Makefile.am:
986         * ext/vorbis/Makefile.am:
987         * gst-libs/gst/audio/Makefile.am:
988         * gst-libs/gst/cdda/Makefile.am:
989         * gst-libs/gst/interfaces/Makefile.am:
990         * gst-libs/gst/riff/Makefile.am:
991         * gst-libs/gst/rtp/Makefile.am:
992         * gst-libs/gst/tag/Makefile.am:
993         * gst/adder/Makefile.am:
994         * gst/audioconvert/Makefile.am:
995         * gst/audiorate/Makefile.am:
996         * gst/audioresample/Makefile.am:
997         * gst/playback/Makefile.am:
998         * gst/tcp/Makefile.am:
999         * gst/videoscale/Makefile.am:
1000         * gst/volume/Makefile.am:
1001         * sys/ximage/Makefile.am:
1002         * sys/xvimage/Makefile.am:
1003         * tests/icles/Makefile.am:
1004           adapt
1005
1006 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1007
1008         * gst-libs/gst/interfaces/xoverlay.c:
1009         (gst_x_overlay_handle_events):
1010         * gst-libs/gst/interfaces/xoverlay.h:
1011         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1012         (gst_ximagesink_set_xwindow_id),
1013         (gst_ximagesink_set_event_handling),
1014         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1015         (gst_ximagesink_get_property), (gst_ximagesink_init),
1016         (gst_ximagesink_class_init):
1017         * sys/ximage/ximagesink.h:
1018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1019         (gst_xvimagesink_set_xwindow_id),
1020         (gst_xvimagesink_set_event_handling),
1021         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1022         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1023         (gst_xvimagesink_class_init):
1024         * sys/xvimage/xvimagesink.h:
1025         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1026         Add a method to the XOverlay interface to allow disabling of 
1027         event handling in x[v]imagesink elements. This will let X events
1028         propagate to parent windows which can be usefull in some cases.
1029         Be carefull that the application is then responsible of pushing
1030         navigation events and expose events to the video sink.
1031         Fixes: #387138.
1032
1033 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1034
1035         * gst-libs/gst/tag/gstvorbistag.c:
1036         * tests/check/libs/tag.c: (GST_START_TEST):
1037           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1038           (fixes #392070).
1039
1040 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1041
1042         * configure.ac:
1043         * docs/Makefile.am:
1044         * docs/design/Makefile.am:
1045           Dist design docs.
1046
1047 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1048
1049         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1050         typo. Fixes: #390063.
1051
1052 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1053
1054         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1056         caps leak.
1057         * win32/common/config.h: Updated.
1058
1059 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1060
1061         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1062         (setup_gdpdepay_streamheader):
1063         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1064         (setup_gdppay_streamheader):
1065           Fix the dp tests, but activating the pads for the streamheader tests
1066           too and cleaning up conditionaly
1067
1068 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1069
1070         * gst/ffmpegcolorspace/avcodec.h:
1071         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1072         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1073         (gst_ffmpegcsp_avpicture_fill):
1074         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1075         (img_get_alpha_info):
1076         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1077         other end of the word. Fixes: #387073.
1078
1079         Add some inconsequential branch hints in a couple of places.
1080
1081 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1082
1083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1084         (gst_ffmpeg_caps_to_smpfmt):
1085           The "signed" field in raw audio caps is of boolean type, trying to
1086           extract the value with _get_int() will fail (fix to keep in sync with
1087           the copy in gst-ffmpeg)
1088
1089 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1090
1091         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1092         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1093         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1094         (cleanup_gdpdepay):
1095         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1096         * tests/check/elements/subparse.c: (teardown_subparse):
1097         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1098         * tests/check/elements/videorate.c: (cleanup_videorate):
1099         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1100         * tests/check/elements/volume.c: (cleanup_volume):
1101         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1102         (cleanup_vorbisdec):
1103         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1104         (cleanup_vorbistag):
1105           consistent pad (de)activation
1106
1107 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1110           Forgot to register the extensions.
1111
1112 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1113
1114         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1115         (plugin_init):
1116           Add typefinder for VIVO files (my christmas present to the 90s).
1117
1118 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1119
1120         * gst/playback/gstdecodebin.c: (type_found):
1121           Special-case the text/plain media type: we only want to recognise it
1122           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1123           parser, but not if the entire stream is of text/plain type. If the
1124           entire stream is text/plain, we should just error out.
1125
1126           This fixes playback of audio files with lyrics in totem. Totem can't
1127           distinguish between text files and subtitle files and passes any
1128           .txt file with the same basename as the main file to playbin as
1129           suburi, and playbin will then throw a 'subtitle found, but no video
1130           stream' error, which isn't entirely helpful. See #380342.
1131
1132           Also, with this change we'll show a slightly more correct error
1133           message in case totem passes a playlist file to us (although a
1134           custom error message wording instead of the default text would
1135           probably not be a bad idea either).
1136
1137           Same problem also needs to be fixed for playbin+decodebin2.
1138
1139         * tests/check/Makefile.am:
1140         * tests/check/elements/decodebin.c: (src_handoff_cb),
1141         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1142         (decodebin_suite):
1143           Add simple unit test for decodebin for the above.
1144
1145 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1146
1147         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1148         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1149           Refuse to change state to READY when we failed to create any of the
1150           required elements in our instance init function.
1151
1152 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1153
1154         * docs/libs/gst-plugins-base-libs-sections.txt:
1155           Small docs fixes/updates.
1156
1157         * gst-libs/gst/video/gstvideosink.h:
1158           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1159           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1160           removed from the base sink API between 0.9.6 and 0.9.7).
1161           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1162           accessor macros, so we don't do a runtime GObject type check every
1163           time we use them.
1164
1165 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1166
1167         * Makefile.am:
1168         * gst-plugins-base.doap:
1169         * gst-plugins-base.spec.in:
1170           add doap file
1171
1172 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1173
1174         Patch by: Jens Granseuer <jensgr at gmx net>
1175
1176         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1177         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1178         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1179         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1181           Declare variables at the beginning of a block. Fixes #383195.
1182
1183 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1184
1185         * configure.ac:
1186         Bump version nano - back to CVS.
1187
1188
1189 === release 0.10.11 ===
1190
1191 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1192
1193         * configure.ac:
1194           releasing 0.10.11, "Dumb things"
1195
1196 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1197
1198         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1199         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1200         Handle the case where an element has multiple pads with 
1201         unfixed caps as well as still possibly producing more dynamic 
1202         pads by storing each case as a distinct entry in the dynamic list.
1203         Fixes #38223 again.
1204
1205 2006-12-04  Wim Taymans  <wim@fluendo.com>
1206
1207         * gst/playback/gstdecodebin.c: (close_pad_link):
1208         Fix #382223, add more dynamic caps handling.
1209
1210 2006-12-04  Wim Taymans  <wim@fluendo.com>
1211
1212         reviewed by: <delete if not using a buddy>
1213
1214         * gst-libs/gst/audio/gstringbuffer.h:
1215         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1216         (gst_netaddress_set_ip4_interface),
1217         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1218         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1219         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1220         (gst_netaddress_get_ttl):
1221         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1222         * gst/playback/gstdecodebin.c: (close_pad_link):
1223         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1224         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1225         * win32/common/config.h:
1226
1227 2006-12-01  Michael Smith  <msmith@fluendo.com>
1228
1229         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1230           Delete bad debug code.
1231           Fixes #381219
1232
1233 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1234
1235         * gst/videoscale/vs_4tap.c:
1236         * win32/MANIFEST:
1237         * win32/common/config.h:
1238         * win32/vs8/libgstvideoscale.vcproj:
1239         Fix compilation on win32 under VS8
1240         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1241         Partially fixes #381175
1242
1243 2006-11-30  Michael Smith  <msmith@fluendo.com>
1244
1245         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1246         (GST_START_TEST):
1247           It would be very bad if, after a discont buffer, we thought every
1248           single following buffer was also discont. So, add to the test to
1249           ensure that this isn't the case.
1250           
1251         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1252           ... it was the case. So fix it.
1253
1254 2006-11-28  Wim Taymans  <wim@fluendo.com>
1255
1256         * gst/playback/gstplaybasebin.c: (check_queue_event):
1257         Improve debug.
1258
1259         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1260         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1261         padtemplate caps. Refixes #357577.
1262
1263 2006-11-28  Wim Taymans  <wim@fluendo.com>
1264
1265         * gst/playback/gstplaybasebin.c: (check_queue_event),
1266         (queue_threshold_reached), (queue_out_of_data),
1267         (gen_preroll_element):
1268         Add event probe to see when EOS is in a queue and we can disable the
1269         underrun signals. Fixes #357577.
1270
1271 2006-11-28  Edward Hervey  <edward@fluendo.com>
1272
1273         * gst/playback/Makefile.am:
1274         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1275         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1276         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1277         (gst_decode_bin_init), (gst_decode_bin_dispose),
1278         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1279         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1280         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1281         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1282         (connect_element), (expose_pad), (type_found),
1283         (pad_added_group_cb), (pad_removed_group_cb),
1284         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1285         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1286         (are_raw_caps), (multi_queue_overrun_cb),
1287         (multi_queue_underrun_cb), (gst_decode_group_new),
1288         (get_current_group), (group_demuxer_event_probe),
1289         (gst_decode_group_control_demuxer_pad),
1290         (gst_decode_group_control_source_pad),
1291         (gst_decode_group_check_if_blocked),
1292         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1293         (gst_decode_group_hide), (gst_decode_group_free),
1294         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1295         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1296         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1297         (plugin_init):
1298         New decodebin2 element.
1299         Closes #370092
1300         * gst/playback/gstplay-marshal.list:
1301         Added marshallers for new signals in decodebin2
1302         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1303         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1304         is set.
1305
1306 2006-11-28  Wim Taymans  <wim@fluendo.com>
1307
1308         * gst/playback/gstplaybasebin.c: (setup_source),
1309         (gst_play_base_bin_change_state):
1310         Disable rtsp:// uris for the release, it's not good enough yet.
1311         Remove unused var.
1312
1313 2006-11-26  Wim Taymans  <wim@fluendo.com>
1314
1315         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1316         (theora_dec_push_forward), (theora_dec_push_reverse),
1317         (theora_handle_data_packet), (theora_dec_decode_buffer),
1318         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1319         (theora_dec_chain_forward), (theora_dec_chain):
1320         Implement reverse playback.
1321
1322         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1323         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1324         (vorbis_dec_chain_forward):
1325         Clear buffers used for reverse playback in _reset.
1326         No need to set the eos flag, we clip samples using the segment.
1327
1328 2006-11-24  Wim Taymans  <wim@fluendo.com>
1329
1330         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1331         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1332         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1333         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1334         Some cleanups.
1335         Handle continued pages in reverse mode.
1336
1337 2006-11-24  Wim Taymans  <wim@fluendo.com>
1338
1339         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1340         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1341         (vorbis_dec_flush_decode):
1342         Small cleanups.
1343         Don't try to add invalid timestamps.
1344         Clipping will unref the buffer.
1345
1346 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1347
1348         * gst/adder/gstadder.h:
1349         * gst/audiotestsrc/gstaudiotestsrc.h:
1350           remove obsolete _factory_init protos
1351
1352 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1353
1354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1355           Fix spacing in debug message.
1356
1357 2006-11-23  Wim Taymans  <wim@fluendo.com>
1358
1359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1360         (gst_ogg_demux_chain):
1361         Don't just ignore return values from _pad_push().
1362         Small debug improvements.
1363
1364 2006-11-23  Michael Smith  <msmith@fluendo.com>
1365
1366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1367           If our incoming buffer is marked as DISCONT, then increment the page
1368           number (so that the discontinuity is marked in the final ogg
1369           bitstream) and flush the previous page.
1370
1371 2006-11-22  Michael Smith  <msmith@fluendo.com>
1372
1373         * ext/theora/gsttheoraenc.h:
1374         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1375         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1376         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1377         (theora_enc_chain), (theora_enc_change_state):
1378           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1379
1380         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1381         (GST_START_TEST), (theoraenc_suite):
1382           Enable discontinuity test, fix it.
1383
1384 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1385
1386         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1387         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1388         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1389         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1390         (gst_text_overlay_change_state):
1391         * ext/pango/gsttextoverlay.h:
1392           Some textoverlay fixes: for one, in the video chain function,
1393           actually wait for a text buffer to come in if there is none at the
1394           moment and there should be one; also, deal more gracefully with
1395           incoming buffers that do not have a timestamp or duration; discard
1396           text buffer when not needed any longer. Fixes #341681.
1397
1398         * tests/check/Makefile.am:
1399         * tests/check/elements/.cvsignore:
1400         * tests/check/elements/textoverlay.c:
1401         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1402         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1403         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1404         (test_video_waits_for_text_send_text_newsegment_thread),
1405         (test_video_waits_for_text_shutdown_element),
1406         (test_render_continuity_push_video_buffers_thread),
1407         (textoverlay_suite):
1408           Add some unit tests for textoverlay.
1409
1410 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1411
1412         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1413           Avoid integer underflow when the found probability for mp3 is
1414           smaller than the 'penalty' we subtract if there's not a clean
1415           mp3 header sync at offset 0.
1416
1417 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1418
1419         * docs/libs/gst-plugins-base-libs-sections.txt:
1420           Add some new symbols to the docs
1421
1422 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1423
1424         * tests/check/Makefile.am:
1425         * tests/check/elements/ffmpegcolorspace.c:
1426         (ffmpegcolorspace_suite):
1427           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1428           (for now not for valgrinding though, since it takes too long).
1429
1430 2006-11-20  Wim Taymans  <wim@fluendo.com>
1431
1432         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1433         (gst_ffmpeg_pixfmt_to_caps):
1434         Fix RGBA32 caps. Fixes #357038.
1435
1436 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1437
1438         * gst-libs/gst/interfaces/mixertrack.h:
1439           Add FIXME so we can add some padding here in 0.11
1440
1441 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1442
1443         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1444           Fix GstBaseRTPAudioPayload structure so the whole GObject
1445           inheritance business actually works (parent class instance structure
1446           must always come first in the derived class instance structure).
1447
1448 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1449
1450         * gst/videotestsrc/Makefile.am:
1451         * tests/check/Makefile.am:
1452           Make sure our checks and the videotestsrc plugin link against the
1453           local uninstalled gst libs and not any installed gst libs that
1454           might happen to exist as well.
1455
1456         * tests/check/elements/adder.c: (message_received),
1457         (test_event_message_received), (test_play_twice_message_received):
1458         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1459           Fix compiler warnings when compiling against core with disabled
1460           debugging system.
1461
1462 2006-11-16  Michael Smith  <msmith@fluendo.com>
1463
1464         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1465         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1466           Fix audiorate, so that it accurately sets offsets and timestamps.
1467           Doesn't change the fundamental algorithmic decisions; so should be
1468           safe.
1469
1470         * tests/check/Makefile.am:
1471           Enable audiorate test now that it passes.
1472
1473 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1474
1475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1476           clear xv when going to NULL, remove // commented non-existant proto
1477
1478         * tests/examples/seek/seek.c: (main):
1479           add missing tooltip description for scrub and play_scrub
1480
1481 2006-11-14  David Schleef  <ds@schleef.org>
1482
1483         * configure.ac:
1484           Bump liboil requirement to 0.3.8.
1485         * gst-libs/gst/riff/riff-media.c:
1486           Add Dirac fourcc.
1487         * gst/videoscale/vs_image.h:
1488         * gst/videoscale/vs_scanline.h:
1489           Use liboil's stdint.h.
1490         * gst/videotestsrc/videotestsrc.c:
1491           Remove liboil related ifdef's, since they aren't needed now, and
1492           won't work with future versions.
1493
1494 2006-11-14  David Schleef  <ds@schleef.org>
1495
1496         * gst/videoscale/Makefile.am:
1497         * gst/videoscale/gstvideoscale.c:
1498         * gst/videoscale/gstvideoscale.h:
1499         * gst/videoscale/vs_4tap.c:
1500         * gst/videoscale/vs_4tap.h:
1501         * gst/videoscale/vs_image.c:
1502         * gst/videoscale/vs_image.h:
1503         * gst/videoscale/vs_scanline.c:
1504         * gst/videoscale/vs_scanline.h:
1505           Add a 4-tap image scaler.  Theoretically looks much prettier.
1506           The tap calculation could use some improvement.
1507
1508 2006-11-14  Wim Taymans  <wim@fluendo.com>
1509
1510         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1511
1512         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1513         (gst_riff_parse_strf_iavs):
1514         * gst/subparse/gstsubparse.c: (convert_encoding):
1515         * gst/tcp/gstmultifdsink.c:
1516         (gst_multi_fd_sink_handle_client_write):
1517         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1518         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1519         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1520         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1521         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1522         (gst_ximagesink_ximage_new):
1523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1524         Various gsize and gssize printf fixes. Fixes #372507.
1525
1526 2006-11-13  Wim Taymans  <wim@fluendo.com>
1527
1528         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1529         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1530         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1531         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1532         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1533         * ext/vorbis/vorbisdec.h:
1534         First stab at vorbis reverse playback.
1535
1536 2006-11-13  Wim Taymans  <wim@fluendo.com>
1537
1538         * gst-libs/gst/audio/gstbaseaudiosink.c:
1539         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1540         * gst-libs/gst/audio/gstbaseaudiosink.h:
1541         Make the clock sync code more accurate wrt resampling and playback
1542         at different rates.
1543         
1544         * gst-libs/gst/audio/gstringbuffer.c:
1545         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1546         * gst-libs/gst/audio/gstringbuffer.h:
1547         Use better algorithm to interpolate sample rates. 
1548
1549 2006-11-13  Michael Smith  <msmith@fluendo.com>
1550
1551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1552           Improve a debug line slightly.
1553
1554         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1555           Call gst_riff_init() in plugin_init, to avoid getting errors from
1556           the debug system (unrelated changes to another plugin made this turn
1557           up; not sure why).
1558
1559 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1560
1561         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1562
1563         * win32/common/libgsttag.def:
1564           Add missing symbol (#366492).
1565
1566 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1567
1568         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1569           Don't unref a NULL pad.
1570
1571 2006-11-09  Wim Taymans  <wim@fluendo.com>
1572
1573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1574         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1575         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1576         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1577         (gst_ogg_demux_loop):
1578         Implement first stab at reverse playback.
1579
1580 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1581
1582         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1583         (gst_riff_create_video_template_caps):
1584           add h263/h264 variants to the caps, Fixes #363118
1585
1586 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1587
1588         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1589         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1590           Use g_strerror instead of strerror so we get UTF-8.
1591
1592 2006-11-03  David Schleef  <ds@schleef.org>
1593
1594         * ext/ogg/gstoggdemux.c:
1595         * ext/ogg/gstoggmux.c:
1596           Add/remove KW-DIRAC header here, since it is ogg-specific.
1597
1598 2006-11-03  Michael Smith  <msmith@fluendo.com>
1599
1600         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1601           Recognise more mpeg4 elementary video streams.
1602
1603 2006-11-02  Edward Hervey  <edward@fluendo.com>
1604
1605         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1606         Lower the probability of mp3 typefinding functions if we don't find a
1607         valid mp3 header at the start of the file.
1608         Closes #369482
1609
1610 2006-11-02  Wim Taymans  <wim@fluendo.com>
1611
1612         * ext/theora/gsttheoradec.h:
1613         * ext/theora/theoradec.c: (gst_theora_dec_init),
1614         (theora_dec_sink_event), (theora_dec_chain_forward),
1615         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1616         (theora_dec_chain):
1617         Document and partially implement an algorithm for doing reverse playback
1618         of theora video.
1619
1620 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1621
1622         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1623
1624         * win32/common/config.h:
1625         * win32/common/interfaces-enumtypes.c:
1626         * win32/common/libgsttag.def:
1627         * win32/vs8/gst-plugins-base.sln:
1628         * win32/vs8/libgstaudioresample.vcproj:
1629         * win32/vs8/libgstinterfaces.vcproj:
1630         * win32/vs8/libgstogg.vcproj:
1631         * win32/vs8/libgstriff.vcproj:
1632         * win32/vs8/libgsttag.vcproj:
1633         * win32/vs8/libgsttheora.vcproj:
1634         * win32/vs8/libgstvideoscale.vcproj:
1635         * win32/vs8/libgstvorbis.vcproj:
1636           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1637           to libgsttag.def; add missing dependencies for some vs8 projects;
1638           re-arrange placement of .def files in vs8 projects (#366334).
1639
1640 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1641
1642         * ext/ogg/gstogg.c:
1643           Remove unused variable.
1644
1645         * ext/ogg/gstoggdemux.c:
1646           Fix Wim's surname in plugin description.
1647
1648 2006-10-31  Wim Taymans  <wim@fluendo.com>
1649
1650         * gst-plugins-base.spec.in:
1651         spec new .h file. Fixes #368310.
1652
1653 2006-10-31  Michael Smith  <msmith@fluendo.com>
1654
1655         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1656         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1657         (gst_multi_fd_sink_get_stats),
1658         (gst_multi_fd_sink_remove_client_link),
1659         (gst_multi_fd_sink_queue_buffer),
1660         (gst_multi_fd_sink_handle_clients):
1661         * gst/tcp/gstmultifdsink.h:
1662           Make using the remove or clear signals threadsafe.
1663           Make calling get-stats with an invalid fd not segfault.
1664           Fixes 368273.
1665
1666 2006-10-31  Wim Taymans  <wim@fluendo.com>
1667
1668         * gst-libs/gst/rtp/Makefile.am:
1669         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1670         (gst_base_rtp_audio_payload_init):
1671         Fix and activate base audio payloader.
1672
1673 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1674
1675         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1676         (plugin_init):
1677           Add typefinder for QuickTime Image Files (see #366156).
1678
1679 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1680
1681         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1682           Another typo fix (#366212).
1683
1684 2006-10-27  Wim Taymans  <wim@fluendo.com>
1685
1686         * gst/volume/gstvolume.c: (volume_transform_ip):
1687         Use stream time to synchronize volume property instead of rather random
1688         timestamps. This is needed when gnonlin does its time shifting.
1689
1690 2006-10-27  Wim Taymans  <wim@fluendo.com>
1691
1692         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1693
1694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1695         Remove the pad from the element in release_pad. Fixes #364812.
1696
1697 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1698
1699         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1701           Explicitly create our custom buffer classes at a thread-safe
1702           location as well, since g_type_class_ref() doesn't seem to be
1703           entirely thread-safe either (#365501; also see #349410).
1704
1705 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1706
1707         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1708         (gst_riff_parse_info):
1709           If strings in INFO chunk are not UTF-8, do something similar to
1710           what we do for ID3v1 tags: check a number of environment variables
1711           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1712           character sets to try, otherwise try the current locale and/or fall
1713           back on ISO-8859-1. Fixes #360552.
1714
1715 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1716
1717         * gst/videotestsrc/gstvideotestsrc.c:
1718         (gst_video_test_src_pattern_get_type),
1719         (gst_video_test_src_set_pattern):
1720         * gst/videotestsrc/gstvideotestsrc.h:
1721         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1722         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1723         (gst_video_test_src_checkers8):
1724         * gst/videotestsrc/videotestsrc.h:
1725           Add a bunch of exciting new checkers patterns.
1726
1727 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1728
1729         * gst/subparse/Makefile.am:
1730         * gst/subparse/gstsubparse.c:
1731         (gst_sub_parse_data_format_autodetect),
1732         (gst_sub_parse_format_autodetect), (handle_buffer),
1733         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1734         * gst/subparse/gstsubparse.h:
1735         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1736         (parse_tmplayer):
1737         * gst/subparse/tmplayerparse.h:
1738           Add support for TMPlayer-type subtitles (#362845).
1739
1740         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1741         (GST_START_TEST), (subparse_suite):
1742           Add some basic unit tests for the above.
1743
1744 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1745
1746         * tests/check/elements/audiorate.c: (test_injector_base_init),
1747         (test_injector_class_init), (test_injector_chain),
1748         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1749         (GST_START_TEST), (audiorate_suite):
1750           More tests for audiorate: inject buffers to check behaviour when
1751           buffers overlap.
1752
1753 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1754
1755         * tests/check/Makefile.am:
1756         * tests/check/elements/.cvsignore:
1757         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1758         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1759           Add some basic unit tests for audiorate. Disabled at the moment
1760           since it doesn't pass yet (see bug #363119).
1761
1762 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1763
1764         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1765         (parse_subrip), (handle_buffer):
1766           Add missing closing tags for markup and fix broken markup,
1767           otherwise pango won't render anything (fixes #357531). Also,
1768           make sure the text we send out is always NUL-terminated
1769           (better safe than sorry etc.).
1770
1771         * tests/check/elements/subparse.c: (test_srt_do_test),
1772         (test_srt):
1773           Some more tests for .srt incl. tests for the above stuff.
1774
1775 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1776
1777         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1779         Patch by: Stefan Kost  <ensonic@users.sf.net>
1780         Try to redraw borders only when needed. Apparently this consumes
1781         resources on small devices... :-O (#363607)
1782
1783 2006-10-20  Michael Smith  <msmith@fluendo.com>
1784
1785         * gst/tcp/gstmultifdsink.c:
1786         (gst_multi_fd_sink_client_queue_buffer):
1787           If caps change, then update the client's idea of the caps so that we
1788           don't end up re-sending streamheaders for every single buffer after
1789           the caps change.
1790
1791 2006-10-20  Michael Smith  <msmith@fluendo.com>
1792
1793         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1794         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1795           Set caps on pushed buffers; fix up refcounting of caps objects.
1796
1797 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1798
1799         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1800         (plugin_init):
1801           Typefind mmsh header data packet to application/x-mmsh (#362625).
1802
1803 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1804
1805         * tests/check/Makefile.am:
1806         * tests/check/elements/.cvsignore:
1807         * tests/check/elements/subparse.c: (buffer_from_static_string),
1808         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1809         (GST_START_TEST), (subparse_suite):
1810           Add very simple unit test for subparse.
1811
1812 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1813
1814         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1815         (parse_subrip):
1816           Strip trailing newlines from subtitle text output.
1817
1818 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1819
1820         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1821         (gst_sub_parse_change_state):
1822           Fix memleak; clear subparse->textbuf n state change function.
1823
1824 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1825
1826         * gst/subparse/gstsubparse.c:
1827         (gst_sub_parse_data_format_autodetect):
1828           Don't require subrip (.srt) files to start with a chunk number of 1.
1829
1830 2006-10-18  Wim Taymans  <wim@fluendo.com>
1831
1832         * gst-libs/gst/audio/gstbaseaudiosink.c:
1833         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1834         * gst-libs/gst/audio/gstbaseaudiosink.h:
1835         Extract rate from the NEWSEGMENT event.
1836         Use commit_full to also take rate adjustment into account when writing
1837         samples to the ringbuffer.
1838         
1839         * gst-libs/gst/audio/gstringbuffer.c:
1840         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1841         (gst_ring_buffer_read):
1842         * gst-libs/gst/audio/gstringbuffer.h:
1843         Added _commit_full() to also take rate into account.
1844         Use simple interpolation algorithm to resample audio.
1845         API: gst_ring_buffer_commit_full()
1846
1847         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1848         * tests/examples/seek/seek.c: (segment_done):
1849         Don't try to seek with 0.0 rate, just pause instead.
1850         Remove bogus debug line.
1851
1852 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1853
1854         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1855         (setup_source):
1856           Catch async errors when starting up the subtitle bin, so we can
1857           stop waiting and continue with the main film instead of hanging
1858           forever. Fixes #339366.
1859
1860         * tests/check/elements/playbin.c: (playbin_suite):
1861           Enable unit test for the above.
1862
1863 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1864
1865         * tests/check/Makefile.am:
1866         * tests/check/elements/.cvsignore:
1867         * tests/check/elements/playbin.c: (GST_START_TEST),
1868         (gst_red_video_src_uri_get_type),
1869         (gst_red_video_src_uri_get_protocols),
1870         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1871         (gst_red_video_src_uri_handler_init),
1872         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1873         (gst_red_video_src_create), (gst_red_video_src_class_init),
1874         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1875           Some small and basic unit tests for playbin; not very useful yet,
1876           but at least a start.
1877
1878 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1879
1880         * gst/playback/gstplaybin.c: (setup_sinks):
1881           The old pad activation spiel.
1882
1883 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1884
1885         * gst/playback/gstplaybasebin.c: (setup_source):
1886           Don't hang forever if the subbin already fails to start up in 
1887           the state change to PAUSED (#339366).
1888
1889 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1890
1891         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1892         (gst_tuner_set_channel), (gst_tuner_get_channel),
1893         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1894         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1895         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1896         (gst_tuner_find_channel_by_name):
1897           Fix some function guards, add some more function guards.
1898
1899 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1900
1901         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1902         (remove_element_chain):
1903         Don't return a pad from get_our_ghost_pad unless it is actually the
1904         one we want.
1905         Change a cast in remove_element_chain slightly.
1906
1907 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1908
1909         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1910         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1911         Segment seeking needs to use the rate and set stop to -1.
1912
1913 2006-10-13  Wim Taymans  <wim@fluendo.com>
1914
1915         * gst-libs/gst/audio/gstbaseaudiosink.c:
1916         (gst_base_audio_sink_setcaps):
1917         Don't crash when ringbuffer is not yet created.
1918         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1919         Fixes #361634.
1920
1921         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1922         * gst/playback/gststreamselector.c:
1923         (gst_stream_selector_request_new_pad):
1924         Activate pads befre adding them to running elements.
1925
1926 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1927
1928         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1929         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1930         updater when we start grabing the slider. Don't wait for the
1931         pipeline to be PAUSED.
1932
1933 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1934
1935         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1936         (gst_mixer_set_volume), (gst_mixer_get_volume),
1937         (gst_mixer_set_mute), (gst_mixer_set_option),
1938         (gst_mixer_get_option), (gst_mixer_mute_toggled),
1939         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
1940         (gst_mixer_option_changed):
1941           Guard mixer interface functions against bogus arguments.
1942
1943 2006-10-12  Julien MOUTTE  <julien@moutte.net>
1944
1945         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1946         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
1947         (msg_state_changed), (main): Use state-changed messages to trigger
1948         start/stop of scale update timer. Indeed the scale slider was
1949         jumping here and there because the update timer was activated 
1950         before seek completed. This fixes instant applying of rate changes
1951         by pressing the spinbutton like a crazy man !
1952
1953 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
1954
1955         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
1956
1957         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1958         (gst_basertppayload_finalize):
1959           Fix two small memory leaks (#361456).
1960
1961 2006-10-10  Julien MOUTTE  <julien@moutte.net>
1962
1963         * tests/examples/seek/seek.c: (do_seek),
1964         (rate_spinbutton_changed_cb): When changing spinbutton we try
1965         to change the rate on the fly.
1966
1967 2006-10-10  Wim Taymans  <wim@fluendo.com>
1968
1969         * gst-libs/gst/riff/riff-ids.h:
1970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1971         (gst_riff_create_audio_template_caps):
1972         Add WMS caps.
1973
1974 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1975
1976         Patch by: Josep Torre Valles <josep@fluendo.com>
1977
1978         * ext/gnomevfs/gstgnomevfssink.c:
1979         * ext/gnomevfs/gstgnomevfssrc.c:
1980         Fix URI interface implementation return type.
1981         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
1982         Fix what looks like a copy/paste issue when assigning values.
1983         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1984         (gst_audio_filter_template_get_type):
1985         Cast to prevent Forte warnings.
1986         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1987         Fix URI interface implementation return type.
1988         gst_pad_query_position requires a signed integer pointer as
1989         3rd parameter, GstClockTime is unsigned.
1990         * gst/audioconvert/audioconvert.c:
1991         Fix integer overflow when treated as signed.
1992         * gst/audioresample/resample.c: (resample_add_input_data):
1993         Cast to prevent warnings on Forte.
1994         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
1995         Fix integer overflow when treated as signed.
1996         * gst/ffmpegcolorspace/imgconvert_template.h:
1997         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
1998         * gst/playback/gstdecodebin.c: (queue_filled_cb),
1999         (cleanup_decodebin):
2000         Who initialises a guint to -1!
2001         Cast function pointers to prevent warnings on Forte.
2002         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2003         (queue_threshold_reached):
2004         Cast function pointers correctly to prevent warnings on Forte.
2005         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2006         Cast function pointers correctly to prevent warnings on Forte.
2007         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2008         Obvious change to unsigned, 0xEF > max signed char.
2009         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2010         GstClockTime is unsigned, initialise correctly.
2011         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2012         Cast so pointer arithemetic doesn't cause warnings on Forte.
2013         * gst/videorate/gstvideorate.c:
2014         Use correct return value.
2015         * tests/examples/seek/scrubby.c:
2016         GstClockTime is unsigned, initialise correctly.
2017
2018 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2019
2020         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2021
2022         * gst/typefind/gsttypefindfunctions.c:
2023           Recognise XML files and XML-like files shorter than 256 bytes as
2024           well (fixes #359237).
2025
2026 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2027
2028         Patch by: Renato Filho <renato.filho@indt.org.br>
2029         
2030         * gst/typefind/gsttypefindfunctions.c:
2031         Added typefind functions to video/x-nuv media.
2032         
2033 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2034
2035         * gst-libs/gst/interfaces/xoverlay.c:
2036         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2037           Some more guards against invalid input.
2038
2039 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2040
2041         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2042         Useless goto.
2043         * tests/examples/seek/seek.c: (do_seek),
2044         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2045         seek example to experiment with rates != 1.0 (reverse playback !)
2046
2047 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2048
2049         * gst-libs/gst/interfaces/xoverlay.c:
2050           Unref message in doc-example (spotted by Robert McQueen)
2051
2052 2006-10-06  Wim Taymans  <wim@fluendo.com>
2053
2054         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2055         (mpeg1_parse_header), (mpeg1_sys_type_find):
2056         printf fix.
2057
2058 2006-10-06  Wim Taymans  <wim@fluendo.com>
2059
2060         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2061         (close_pad_link):
2062         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2063         Activate dynamic pads before adding them to the element.
2064
2065 2006-10-06  Michael Smith  <msmith@fluendo.com>
2066
2067         * gst-libs/gst/floatcast/floatcast.h:
2068           Fix obviously-bogus macros; use the correct types.
2069
2070 2006-10-06  Wim Taymans  <wim@fluendo.com>
2071
2072         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2073         (gst_base_rtp_depayload_change_state):
2074         Also call parent state change function to activate pads.
2075
2076         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2077         (mpeg1_parse_header), (mpeg1_sys_type_find):
2078         Add some more debug info in mpeg typefinding.
2079
2080 2006-10-06  Michael Smith  <msmith@fluendo.com>
2081
2082         * ext/theora/theoradec.c: (theora_dec_chain):
2083           Zero byte theora packets are valid and well-defined; don't warn on
2084           them.
2085
2086 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2087
2088         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2089         (gst_multi_fd_sink_get_stats), (find_limits),
2090         (gst_multi_fd_sink_queue_buffer):
2091           API: add dropped_buffers to the get-stats GValueArray
2092
2093 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2094
2095         * ext/alsa/gstalsadeviceprobe.c:
2096         (gst_alsa_device_property_probe_get_values):
2097         * ext/alsa/gstalsasink.c: (set_hwparams):
2098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2099         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2101         (gst_ogg_mux_process_best_pad):
2102         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2103         (gst_ogg_parse_chain):
2104         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2105         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2106         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2107         (gst_vorbis_enc_buffer_check_discontinuous):
2108         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2109         * gst-libs/gst/audio/gstbaseaudiosink.c:
2110         (gst_base_audio_sink_render):
2111         * gst-libs/gst/cdda/gstcddabasesrc.c:
2112         (gst_cdda_base_src_handle_track_seek):
2113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2114         (gst_base_rtp_depayload_push_full):
2115         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2116         * gst/audioresample/resample.c: (resample_input_pushthrough):
2117         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2118         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2119         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2120         (wavpack_type_find):
2121         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2122         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2123         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2124         * tests/check/elements/volume.c: (GST_START_TEST):
2125           Printf format fixes.
2126
2127 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2128
2129         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2130           Fix a simple mistake (see the docs)
2131           Fixes #359580
2132
2133 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2134
2135         * docs/plugins/Makefile.am:
2136         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2137         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2138         * docs/plugins/gst-plugins-base-plugins.args:
2139         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2140         * docs/plugins/inspect/plugin-adder.xml:
2141         * docs/plugins/inspect/plugin-alsa.xml:
2142         * docs/plugins/inspect/plugin-audioconvert.xml:
2143         * docs/plugins/inspect/plugin-audiorate.xml:
2144         * docs/plugins/inspect/plugin-audioresample.xml:
2145         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2146         * docs/plugins/inspect/plugin-cdparanoia.xml:
2147         * docs/plugins/inspect/plugin-decodebin.xml:
2148         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2149         * docs/plugins/inspect/plugin-gdp.xml:
2150         * docs/plugins/inspect/plugin-gnomevfs.xml:
2151         * docs/plugins/inspect/plugin-libvisual.xml:
2152         * docs/plugins/inspect/plugin-ogg.xml:
2153         * docs/plugins/inspect/plugin-pango.xml:
2154         * docs/plugins/inspect/plugin-playbin.xml:
2155         * docs/plugins/inspect/plugin-subparse.xml:
2156         * docs/plugins/inspect/plugin-tcp.xml:
2157         * docs/plugins/inspect/plugin-theora.xml:
2158         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2159         * docs/plugins/inspect/plugin-video4linux.xml:
2160         * docs/plugins/inspect/plugin-videorate.xml:
2161         * docs/plugins/inspect/plugin-videoscale.xml:
2162         * docs/plugins/inspect/plugin-videotestsrc.xml:
2163         * docs/plugins/inspect/plugin-volume.xml:
2164         * docs/plugins/inspect/plugin-vorbis.xml:
2165         * docs/plugins/inspect/plugin-ximagesink.xml:
2166         * docs/plugins/inspect/plugin-xvimagesink.xml:
2167           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2168
2169 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2170
2171         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2172
2173         * ext/vorbis/Makefile.am:
2174         * ext/vorbis/vorbis.c: (plugin_init):
2175         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2176         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2177         * ext/vorbis/vorbisparse.h:
2178         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2179         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2180         (gst_vorbis_tag_parse_packet):
2181         * ext/vorbis/vorbistag.h:
2182           Add new vorbistag element which derives from vorbisparse
2183           and is essentially the same as well, only that it implements
2184           the GstTagSetter interface and can modify the stream's
2185           vorbiscomment on the fly (#335635).
2186
2187         * tests/check/Makefile.am:
2188         * tests/check/elements/.cvsignore:
2189         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2190         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2191         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2192         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2193           Add unit test for new vorbistag element.
2194
2195 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2196
2197         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2198         (vorbis_parse_push_headers), (vorbis_parse_chain):
2199           Set BOS flag in packet structure to fix 'jump depends
2200           on unitialized value' errors in valgrind; various minor
2201           clean-ups.
2202
2203 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2204
2205         * gst/playback/gstdecodebin.c: (close_pad_link):
2206         Fix typo in a debug statement.
2207
2208         * gst/playback/gstplaybasebin.c: (probe_triggered),
2209         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2210         (gen_source_element), (source_new_pad), (analyse_source),
2211         (setup_source):
2212         When handling no_more_pads in new_decoded_pad, make sure to treat
2213         subtitle pads correctly. Fixes playback with subtitle files.
2214
2215         Move a recurring message to LOG level.
2216
2217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2218         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2219         which ends up as -1 when cast to an int. Make the logic handle the
2220         max value as an unsigned mask and only change the colorkey when it's
2221         a value we recognise.
2222
2223 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2224
2225         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2226         Removed empty * between paragraphs
2227
2228 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2229
2230         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2231         * gst-libs/gst/rtp/README:
2232         Moved some documentation into .c file
2233
2234 2006-09-29  Wim Taymans  <wim@fluendo.com>
2235
2236         * gst/playback/gstdecodebin.c: (no_more_pads):
2237         Fix compilation.
2238
2239 2006-09-29  Wim Taymans  <wim@fluendo.com>
2240
2241         * gst/playback/gstdecodebin.c: (new_caps):
2242         Remove g_print
2243
2244         * gst/playback/gstplaybin.c:
2245         Add some docs.
2246
2247 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2248
2249         * tests/check/Makefile.am:
2250           Re-enable cddabasesrc test to see if it works again
2251           now.
2252
2253 2006-09-29  Wim Taymans  <wim@fluendo.com>
2254
2255         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2256         (gen_source_element):
2257         Handle invalid URIs a bit more gracefully.
2258
2259 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2260
2261         * tests/check/pipelines/oggmux.c:
2262           Remove obsolete comment.
2263
2264 2006-09-29  Michael Smith  <msmith@fluendo.com>
2265
2266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2267         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2268         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2269         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2270         (gst_ogg_mux_collected):
2271           Commit patch from James "Doc" Livingston, adds proper EOS handling
2272           in oggmux. GStreamer can, for the first time ever, create a valid
2273           Ogg file! Yay!
2274
2275         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2276         (oggmux_suite):
2277           Reenable tests now that they pass.
2278
2279 2006-09-29  Wim Taymans  <wim@fluendo.com>
2280
2281         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2282         Stop reading commands when EOF (we read 0) as well.
2283
2284 2006-09-28  Wim Taymans  <wim@fluendo.com>
2285
2286         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2287         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2288         (find_dynamic), (unlinked), (close_link):
2289         Implement delayed caps linking needed for element with a lot of
2290         different caps on the src pads that get fixed at runtime.
2291         Improve management of dynamic elements.
2292
2293         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2294         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2295         (gen_preroll_element), (remove_groups), (unknown_type),
2296         (add_element_stream), (no_more_pads_full), (no_more_pads),
2297         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2298         (new_decoded_pad), (setup_subtitle), (array_has_value),
2299         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2300         (analyse_source), (remove_decoders), (make_decoder),
2301         (remove_source), (setup_source), (finish_source), (prepare_output),
2302         (gst_play_base_bin_change_state):
2303         * gst/playback/gstplaybasebin.h:
2304         Use more _CAST instead of full type checking casts.
2305         Small cleanups, plug some leaks.
2306         Handle dynamic sources.
2307         Add some helper functions to create lists of strings used for
2308         blacklisting and other stuff.
2309         Refactor some code dealing with analysing the source.
2310         Re-enable sources without pads (like cd:// or other selfcontained
2311         elements).
2312
2313 2006-09-28  Wim Taymans  <wim@fluendo.com>
2314
2315         * gst-libs/gst/audio/gstbaseaudiosink.c:
2316         (gst_base_audio_sink_render):
2317         When we have a timestamp, we can still perform clipping.
2318         When we have no clock, we must play the sample ASAP.
2319
2320 2006-09-28  Wim Taymans  <wim@fluendo.com>
2321
2322         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2323         Set caps on outgoing buffers.
2324
2325         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2326         (gst_video_rate_event), (gst_video_rate_chain):
2327         * gst/videorate/gstvideorate.h:
2328         Fix videorate some more. Fixes #357977
2329
2330 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2331
2332         * tests/check/elements/adder.c: (adder_suite):
2333           Don't set timeout to 6 seconds when we're running
2334           in valgrind ... (and how is 6 seconds longer than
2335           the default anyway?)
2336
2337 2006-09-28  Wim Taymans  <wim@fluendo.com>
2338
2339         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2340         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2341         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2342         Keep sink and src segment to keep track of time and support more
2343         input formats.
2344         Fix bogus next_offset and run_time calculation, don't understand how
2345         this could have worked before. Fixes #357976.
2346         Remove some unneeded vars.
2347
2348 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2349
2350         * gst/playback/gstplaybin.c: (remove_sinks):
2351           Only remove visualisation from visbin if there is a visbin (or:
2352           don't throw warnings when closing totem without playing a file).
2353
2354 2006-09-27  Wim Taymans  <wim@fluendo.com>
2355
2356         * gst-libs/gst/audio/gstbaseaudiosink.c:
2357         (gst_base_audio_sink_render):
2358         Add some more info in a WARNING.
2359
2360         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2361         (gst_base_audio_src_create):
2362         Handle PAUSE in create function, use new -core addition to
2363         wait for playing. Fixes pausing and resuming capture from an
2364         audiosrc.
2365
2366         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2367         (gst_ring_buffer_read):
2368         Constify some more.
2369         Caller supports interrupted reads now.
2370
2371 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2372
2373         * tests/check/Makefile.am:
2374           Another attempt to make the gen64 buildbot happy.
2375
2376 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2377
2378         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2379
2380         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2381         (gst_visual_chain), (gst_visual_change_state):
2382           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2383           correctly. Fixes #357800
2384
2385 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2386
2387         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2388           Add timeout to _get_state() so we see which pipeline it is
2389           that causes trouble on the gen64 build bot.
2390
2391 2006-09-27  Wim Taymans  <wim@fluendo.com>
2392
2393         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2394         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2395         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2396         (gst_base_rtp_depayload_set_gst_timestamp):
2397         the source pad always uses fixed caps.
2398
2399 2006-09-27  Wim Taymans  <wim@fluendo.com>
2400
2401         * docs/libs/gst-plugins-base-libs-docs.sgml:
2402         * docs/libs/gst-plugins-base-libs-sections.txt:
2403         * gst-libs/gst/audio/gstaudioclock.c:
2404         * gst-libs/gst/audio/gstaudioclock.h:
2405         * gst-libs/gst/audio/gstaudiosink.c:
2406         * gst-libs/gst/audio/gstaudiosink.h:
2407         * gst-libs/gst/audio/gstaudiosrc.c:
2408         * gst-libs/gst/audio/gstbaseaudiosink.c:
2409         (gst_base_audio_sink_render):
2410         * gst-libs/gst/audio/gstbaseaudiosink.h:
2411         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2412         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2413         * gst-libs/gst/audio/gstringbuffer.h:
2414         Added docs for the audio libs.
2415
2416 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2417
2418         * tests/check/Makefile.am:
2419           Temporarily disable test that fails on the bots for unknown reasons.
2420
2421 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2422
2423         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2424         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2425         Moved AudioCodecType into priv
2426         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2427
2428 2006-09-25  Wim Taymans  <wim@fluendo.com>
2429
2430         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2431         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2432         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2433         (new_pad):
2434         Cleanups and small leak fixes.
2435         Added Depayloaders to valid list of autopluggable elements.
2436
2437 2006-09-25  Wim Taymans  <wim@fluendo.com>
2438
2439         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2440         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2441         (gen_video_element), (gen_text_element), (gen_audio_element),
2442         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2443         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2444         Detect NO_PREROLL state change returns and disable clock distribution to
2445         the sinks so that sync is disabled.
2446         Avoid some type checking and do simple casts instead.
2447         Small cleanups, fix some FIXMEs.
2448         Be more robust when linking user specified elements, catch an report
2449         errors. Fixes #357404.
2450         Fix some leaks in the error paths.
2451
2452 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2453
2454         * ChangeLog:
2455           ChangeLog surgery for missing bug-number
2456
2457 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2458
2459         Patch by: Peter Kjellerstedt  <pkj at axis com>
2460
2461         * gst/playback/test.c:
2462           Fix compilation with uClibc and -Werror (#357591).
2463
2464 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2465
2466         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2467           Parse dates that are followed by a time as well (#357532).
2468
2469         * tests/check/libs/tag.c: (test_vorbis_tags):
2470           Add unit test for this.
2471
2472 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2473
2474         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2475         (gst_audio_convert_transform_caps):
2476         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2477         * gst/videotestsrc/videotestsrc.h:
2478           A few array const-ifications.
2479
2480 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2481
2482         * tests/check/Makefile.am:
2483           See if this makes the build bots happy.
2484
2485         * tests/check/libs/cddabasesrc.c:
2486           UTF8-ise my name.
2487
2488 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2489
2490         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2491
2492         * gst/subparse/samiparse.c: (handle_start_font),
2493         (fix_invalid_entities):
2494           More case-insensitivity for certain tags; recognise entities with
2495           decimal codes as special entities as well (#357330).
2496
2497 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2498
2499         * gst-libs/gst/Makefile.am:
2500           Need to build tag directory before cdda.
2501
2502 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2503
2504         * docs/libs/gst-plugins-base-libs-sections.txt:
2505         * gst-libs/gst/cdda/Makefile.am:
2506         * gst-libs/gst/cdda/gstcddabasesrc.c:
2507         (gst_cdda_base_src_base_init):
2508         * gst-libs/gst/cdda/gstcddabasesrc.h:
2509         * gst-libs/gst/tag/tag.h:
2510         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2511         (gst_tag_register_musicbrainz_tags):
2512           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2513           depend on libgsttag. This is required so we can extract/read tags like
2514           DISCID without depending on libgstcddabasesrc (which used to register
2515           them).
2516
2517         * gst-libs/gst/tag/gstvorbistag.c:
2518           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2519           tags (also see #347848).
2520
2521         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2522           Log vorbis comments we are actually writing. Const-ify array.
2523
2524 2006-09-23  Wim Taymans  <wim@fluendo.com>
2525
2526         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2527         Improve buffering a bit by avoiding a deadlock because we cannot assume
2528         the underrun is always called.
2529
2530 2006-09-23  Wim Taymans  <wim@fluendo.com>
2531
2532         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2533
2534         * gst-libs/gst/riff/riff-ids.h:
2535         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2536         (gst_riff_create_audio_template_caps):
2537         Added MPEG-4 AAC and id and caps. Fixes #357289
2538         Added WMA9 Lossless id.
2539
2540 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2541
2542         * ext/gnomevfs/gstgnomevfssrc.c:
2543           Fix misleading docs addition.
2544
2545         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2546           Get rid of compiler warning the right way.
2547
2548 2006-09-22  Wim Taymans  <wim@fluendo.com>
2549
2550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2551         (gst_base_rtp_depayload_finalize),
2552         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2553         (gst_base_rtp_depayload_push_full),
2554         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2555         (gst_base_rtp_depayload_process),
2556         (gst_base_rtp_depayload_set_gst_timestamp),
2557         (gst_base_rtp_depayload_queue_release):
2558         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2559         Small cleanups.
2560         Fix some leaks.
2561         Refactored the process method and added methods to push from the process
2562         vmethod.
2563         Use _scale functions.
2564         API: gst_base_rtp_depayload_push_ts
2565         API: gst_base_rtp_depayload_push
2566
2567         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2568         timestamps are uint.
2569
2570 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2571
2572         * gst-libs/gst/interfaces/xoverlay.c:
2573           Remove unused statement from doc example.
2574
2575 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2576
2577         * gst-libs/gst/interfaces/videoorientation.c:
2578         (gst_video_orientation_iface_init),
2579         (gst_video_orientation_get_hflip),
2580         (gst_video_orientation_get_vflip),
2581         (gst_video_orientation_get_hcenter),
2582         (gst_video_orientation_get_vcenter),
2583         (gst_video_orientation_set_hflip),
2584         (gst_video_orientation_set_vflip),
2585         (gst_video_orientation_set_hcenter),
2586         (gst_video_orientation_set_vcenter):
2587           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2588           in ChangeLog)
2589
2590 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2591
2592         * tests/check/Makefile.am:
2593         * tests/check/elements/.cvsignore:
2594         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2595         (create_rgb_conversions), (rgb_conversion_free),
2596         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2597         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2598           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2599           but disable for now since it doesn't pass (something wrong with
2600           RGBA somewhere).
2601
2602 2006-09-21  Wim Taymans  <wim@fluendo.com>
2603
2604         * gst/playback/gstplaybasebin.c: (group_commit),
2605         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2606         (queue_out_of_data), (gen_preroll_element),
2607         (preroll_remove_overrun), (probe_triggered):
2608         Refactor handling of overrun detection.
2609         Separate handling of group completion and deadlock detection when doing
2610         network buffering. This should fix some deadlocks that were not detected
2611         because the group was completed.
2612         Add more comments, improve debugging.
2613
2614 2006-09-21  Wim Taymans  <wim@fluendo.com>
2615
2616         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2617         * tests/check/libs/audio.c:
2618         Some more compilation fixes.
2619
2620 2006-09-21  Wim Taymans  <wim@fluendo.com>
2621
2622         * gst-libs/gst/audio/gstringbuffer.c:
2623         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2624         (gst_ring_buffer_read):
2625         Early morning compilation fix.
2626
2627 2006-09-20  Wim Taymans  <wim@fluendo.com>
2628
2629         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2630         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2631         * tests/check/elements/videorate.c: (GST_START_TEST):
2632         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2633         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2634         Fix some warnings.
2635
2636 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2637
2638         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2639         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2640         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2641           Handcrafted merge to help CVS understanding what I changed and what
2642           not.
2643
2644 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2645
2646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2647         (gst_xvimagesink_get_times):
2648           change colorkey behaviour back according to #354773 comment 6/7
2649
2650 2006-09-19  Michael Smith  <msmith@fluendo.com>
2651
2652         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2653         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2654         (gst_multi_fd_sink_recover_client),
2655         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2656         (gst_multi_fd_sink_get_property):
2657         * gst/tcp/gstmultifdsink.h:
2658           Implement stubbed out properties unit-type, units-soft-max,
2659           units-max, to allow specifying maximum sizes in units other than
2660           buffers.
2661           Fixes #355935
2662
2663 2006-09-19  Wim Taymans  <wim@fluendo.com>
2664
2665         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2666         (gst_riff_create_audio_template_caps):
2667         Reorder the audio formats a bit for clarity.
2668         Detect and create caps for MSGSM and MSN (WAV49).
2669         Fixes #356596.
2670
2671         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2672         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2673         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2674         Small cleanups, move error handling out of normal flow for clarity.
2675
2676 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2677
2678         * docs/libs/gst-plugins-base-libs-docs.sgml:
2679         * docs/libs/gst-plugins-base-libs.types:
2680         * gst-libs/gst/interfaces/Makefile.am:
2681         * gst-libs/gst/interfaces/videoorientation.c:
2682         (gst_video_orientation_get_type),
2683         (gst_video_orientation_iface_init),
2684         (gst_video_orientation_get_hflip),
2685         (gst_video_orientation_get_vflip),
2686         (gst_video_orientation_get_hcenter),
2687         (gst_video_orientation_get_vcenter),
2688         (gst_video_orientation_set_hflip),
2689         (gst_video_orientation_set_vflip),
2690         (gst_video_orientation_set_hcenter),
2691         (gst_video_orientation_set_vcenter):
2692         * gst-libs/gst/interfaces/videoorientation.h:
2693           API: Add new interface to control video orientation (fixes #354908)
2694
2695 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2696
2697         * gst/videotestsrc/gstvideotestsrc.c:
2698           Use G_UNLIKELY in _create and log one more detail.
2699           
2700         (gst_video_test_src_get_times), (gst_video_test_src_create):
2701         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2702           Use gst_util_uint64_scale_int in _get_times().
2703
2704 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2705
2706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2707           Give better warning message (add object and detail).
2708
2709 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2710
2711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2712         (gst_xvimagesink_get_times):
2713           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2714           #354773), use gst_util_uint64_scale_int in _get_times()
2715
2716 2006-09-18  Michael Smith  <msmith@fluendo.com>
2717
2718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2719           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2720           always true, leading to dropping all timestamps.
2721
2722 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2723
2724         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2725         (gst_visual_chain), (gst_visual_change_state):
2726           update to work also with libvisual 0.4 API, fix double unref (#355914)
2727           
2728         * tools/gst-launch-ext.1.in:
2729         * tools/gst-visualise.1.in:
2730           remove references to old man-pages
2731
2732         * tests/examples/seek/seek.c: (main):
2733           add real meadi-buttons, add tool-tips for the seek-options, arrange
2734           seek options in a table
2735
2736 2006-09-18  Michael Smith  <msmith@fluendo.com>
2737
2738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2739         (gst_ogg_mux_push_buffer):
2740           Don't generate out-of-order timestamps from oggmux, instead clamp
2741           output timestamps to be >= the previously output ts.
2742           Fixes #355595
2743
2744 2006-09-18  Michael Smith  <msmith@fluendo.com>
2745
2746         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2747         (gst_multi_fd_sink_class_init):
2748           Updates, fixes, and typo corrections for multifdsink. No functional
2749           changes.
2750
2751 2006-09-17  Michael Smith  <msmith@fluendo.com>
2752
2753         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2754           Don't crash on truncated files - check that we got an 8 byte buffer
2755           before trying to memcmp it.
2756
2757 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2758
2759         * gst/playback/gstplaybasebin.c: (get_active_source):
2760           Make stream-switching appear instant to the application
2761           (ie. make sure that a g_object_get on 'current-foo' returns
2762           the stream previously set with g_object_set(). Totem needs
2763           this to update stream-related meta-info (like audio-codec)
2764           correctly when switching streams.
2765
2766 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2767
2768         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2769         (gst_alsa_mixer_ensure_track_list):
2770           Try harder to guess which mixer track is the master mixer
2771           track (instead of just taking the first one that has a pvolume).
2772           Fixes #342228.
2773
2774 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2775
2776         reviewed by: <delete if not using a buddy>
2777
2778         * gst-libs/gst/audio/audio.h:
2779         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2780
2781 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2782
2783         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2784         (gst_audio_convert_transform_caps):
2785           Get structure-name just once.
2786
2787 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2788
2789         * tests/check/elements/audioresample.c: (GST_START_TEST):
2790         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2791         * tests/check/elements/volume.c: (GST_START_TEST):
2792         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2793         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2794         (test_pipeline), (GST_START_TEST):
2795         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2796         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2797           Fix big batch of compiler warnings.
2798
2799 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2800
2801         * ext/gnomevfs/gstgnomevfssrc.c:
2802           Add docs about icydemux usage in connection with gnomevfssrc
2803
2804         * ext/libvisual/visual.c:
2805         * ext/ogg/gstoggaviparse.c:
2806         * ext/ogg/gstoggdemux.c:
2807         * ext/ogg/gstoggmux.c:
2808         * ext/ogg/gstoggparse.c:
2809         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2810         * gst-libs/gst/audio/gstaudiosink.c:
2811         * gst-libs/gst/audio/gstaudiosrc.c:
2812         * gst/audiorate/gstaudiorate.c:
2813           More G_OBJECT macro fixing.
2814
2815         * gst/audiotestsrc/gstaudiotestsrc.h:
2816           Fix wrong info in header due to copy & paste
2817
2818 2006-09-15  Wim Taymans  <wim@fluendo.com>
2819
2820         * gst-libs/gst/audio/gstbaseaudiosink.c:
2821         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2822         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2823         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2824         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2825         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2826         Do the delay calculation in the source/sink base classes as this is
2827         specific for the capture/playback mode.
2828         Try to fixate a bit better, like round depth up to a multiple of 8
2829         bigger than width.
2830         Handle underruns correctly by marking DISCONT on buffers and adjusting
2831         timestamps to handle the gap.
2832         Set offset/offset_end correctly on buffers.
2833
2834         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2835         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2836         (gst_ring_buffer_read):
2837         Remove resync and underrun recovery from the ringbuffer.
2838         Fix ringbuffer read code on under/overrun.
2839
2840 2006-09-15  Wim Taymans  <wim@fluendo.com>
2841
2842         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2843         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2844         (queue_threshold_reached), (gst_play_base_bin_set_property),
2845         (gst_play_base_bin_get_property):
2846         * gst/playback/gstplaybasebin.h:
2847         Don't use a 0 low watermark when buffering, it is catching starvation
2848         way too late. Instead, use a 3 second queue with 30 and 95
2849         percent low/high watermarks. 
2850         Added queue-min-threshold property to configure low watermark.
2851         Use new _buffering message API.
2852         Make queue_threshold variable big enough to store a uint64 time value.
2853         API: playbin::queue-min-threshold property.
2854
2855 2006-09-15  Wim Taymans  <wim@fluendo.com>
2856
2857         * configure.ac:
2858         We require 0.10.10.1 now because of _wait_preroll().
2859
2860         * gst-libs/gst/audio/gstbaseaudiosink.c:
2861         (gst_base_audio_sink_render):
2862         Use gst_base_sink_wait_preroll().
2863
2864 2006-09-15  Wim Taymans  <wim@fluendo.com>
2865
2866         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2867         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2868         Use DEBUG_OBJECT more.
2869
2870 === release 0.10.10 ===
2871
2872 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2873
2874         patch by: Michael Smith <msmith at fluendo dot com>
2875
2876         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2877         (gst_multi_fd_sink_client_queue_buffer),
2878         (gst_multi_fd_sink_new_client):
2879         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2880         (multifdsink_suite):
2881           Fix implementation of sync-method 'next-keyframe'
2882           Closes #354594
2883
2884 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2885
2886         patch by: Wim Taymans <wim at fluendo dot com>
2887
2888         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2889         This patch removes the RANDOM flag that was incorrectly introduced with
2890         revision 1.91.  Fixes #354590
2891
2892 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2893
2894         * tests/check/Makefile.am:
2895           Random variation in Makefile line to see if it makes the
2896           gen64-base-full bot any happier.
2897
2898 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2899
2900         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2901           Disable test that fails at the moment (killed after timeout).
2902
2903 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2904
2905         Patch by: James Livingston  <doclivingston at gmail.com>
2906
2907         * tests/check/Makefile.am:
2908         * tests/check/pipelines/.cvsignore:
2909         * tests/check/pipelines/oggmux.c: (get_page_codec),
2910         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2911         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2912         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2913         (test_theora_vorbis), (oggmux_suite):
2914           Add simple unit test for oggmux from #337026 with checking for the
2915           EOS flags disabled for the time being.
2916
2917 2006-09-04  Wim Taymans  <wim@fluendo.com>
2918
2919         patch by: Alessandro Dessina <alessandro nnva org>
2920
2921         * ext/ogg/gstoggmux.c:
2922         Add cmml caps to oggmux. Fixes #353912
2923
2924 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2925
2926         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2927           Returning a return value often helps. In this case, we
2928           don't need the return value anyway, so just get rid of it.
2929           Should make build bots much happier.
2930
2931 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2932
2933         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2934         (paint_get_structure), (gst_video_test_src_get_size),
2935         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2936         (gst_video_test_src_unicolor), (paint_setup_AYUV),
2937         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2938         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
2939         * gst/videotestsrc/videotestsrc.h:
2940           Add support for AYUV and the various RGBA formats. Initialise
2941           fields of paintinfo structs allocated on the stack.
2942
2943         * tests/check/elements/videotestsrc.c: (right_shift_colour),
2944         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
2945         (check_rgb_buf), (videotestsrc_suite):
2946           Add unit tests for videotestsrc's RGB output.
2947
2948 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2949
2950         * gst/videotestsrc/gstvideotestsrc.c:
2951         (gst_video_test_src_pattern_get_type),
2952         (gst_video_test_src_set_pattern):
2953         * gst/videotestsrc/gstvideotestsrc.h:
2954         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
2955         (gst_video_test_src_black), (gst_video_test_src_white),
2956         (gst_video_test_src_red), (gst_video_test_src_green),
2957         (gst_video_test_src_blue):
2958         * gst/videotestsrc/videotestsrc.h:
2959           Add more uni-colour patterns ("white", "red", "green", and "blue").
2960
2961 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2962
2963         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
2964           Fix stride for YVYU, should be word-aligned (#353658).
2965
2966 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
2967
2968         * gst/adder/gstadder.c: (gst_adder_src_event):
2969           Fix build.
2970
2971 2006-08-31  Edward Hervey  <edward@fluendo.com>
2972
2973         * gst/adder/gstadder.c: (forward_event_func),
2974         (gst_adder_src_event), (gst_adder_collected),
2975         (gst_adder_change_state):
2976         * gst/adder/gstadder.h:
2977         Remember the start position asked in the incoming seeks, so we can
2978         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
2979         of assuming it will always be 0).
2980
2981 2006-08-31  Edward Hervey  <edward@fluendo.com>
2982
2983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
2984         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
2985         (gst_ogg_demux_loop):
2986         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
2987
2988 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
2989
2990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2991         (gst_ffmpegcsp_get_unit_size):
2992           Return FALSE instead of returning a random false unit
2993           size when the format isn't known/supported (even if
2994           this shouldn't happen under normal circumstances).
2995
2996 2006-08-29  Wim Taymans  <wim@fluendo.com>
2997
2998         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
2999
3000         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3001         (gst_gnome_vfs_src_start):
3002         Try harder to get the size from a uri by using _info_uri() when
3003         _info_from_handle() does not give us enough info. 
3004         Also follow symlinks when getting the size.
3005         Partially Fixes #332864.
3006
3007 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3008
3009         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3010
3011         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3012         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3013         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3014         (gst_alsa_mixer_set_record):
3015         * ext/alsa/gstalsamixertrack.c:
3016         (gst_alsa_mixer_track_update_alsa_capabilities),
3017         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3018         (gst_alsa_mixer_track_update):
3019         * ext/alsa/gstalsamixertrack.h:
3020           Improve and fix mixer track handling, in particular better handling
3021           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3022           separate track objects for tracks that have both capture and playback
3023           volume (and label them differently as well so they're not mistakenly
3024           assumed to be duplicates); classify mixer tracks that only affect
3025           the audible volume of something (rather than the capture volume)
3026           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3027           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3028           (following the meaning documented in the mixer interface header
3029           file); add support for alsa's exclusive cswitch groups; update/sync
3030           state/flags better if mixer settings are changed by another
3031           application. Fixes #336075.
3032
3033 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3034
3035         * gst/playback/gstplaybin.c:
3036           Improve docs: add section about BUFFERING messages sent by playbin.
3037
3038 2006-08-29  Michael Smith  <msmith@fluendo.com>
3039
3040         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3041         (gst_vorbis_enc_buffer_check_discontinuous),
3042         (gst_vorbis_enc_chain):
3043           Ignore explicit DISCONT marked on buffers (which is often spurious,
3044           particularly when using multiple segments), in favour of solely
3045           using the timestamps/durations.
3046
3047 2006-08-29  Edward Hervey  <edward@fluendo.com>
3048
3049         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3050         Don't rely on incoming buffers offset anymore, since it is completely
3051         broken when using multiple segments.
3052         Instead convert the incoming buffers timestamp to running time, and
3053         then convert that value to the offsets.
3054         Also inform GstSegment of the last outputted stop position, which is
3055         needed if we received several segments with an unknown stop value.
3056
3057 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3058
3059         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3060           fix buffer unreffing on a header push failure
3061
3062 2006-08-28  Wim Taymans  <wim@fluendo.com>
3063
3064         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3065         (gst_audio_rate_chain):
3066         Make the metadata of the buffer writable before changing its
3067         flags.
3068
3069 2006-08-28  Wim Taymans  <wim@fluendo.com>
3070
3071         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3072         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3073         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3074         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3075         Fix audiorate some more.
3076         Reset and resync counters on flush and READY.
3077         Handle the DISCONT flag correctly.
3078         Use GstSegment to track position.
3079         Fail when not negotiated.
3080         Fixes #353234.
3081
3082 2006-08-25  Michael Smith  <msmith@fluendo.com>
3083
3084         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3085           Fix spelling.
3086           Remove accidently included debug line.
3087
3088 2006-08-25  Wim Taymans  <wim@fluendo.com>
3089
3090         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3091         Small cleanups.
3092         If a buffer is received with no caps, make the buffer metadata
3093         writable and set the caps, making sure that we don't screw up the
3094         refcounts.
3095
3096 2006-08-25  Michael Smith  <msmith@fluendo.com>
3097
3098         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3099         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3100           Fix memory leaks and misleading debug messages, add a couple of
3101           comments.
3102
3103         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3104         (gst_multi_fd_sink_render):
3105           Do not use gst_buffer_make_writable() in a basesink render method,
3106           as it may incorrectly unref the buffer. Instead, use convoluted
3107           dance to avoid copying the buffer except when we need to.
3108
3109 2006-08-25  Michael Smith  <msmith@fluendo.com>
3110
3111         * ext/vorbis/vorbisenc.c:
3112         (gst_vorbis_enc_buffer_check_discontinuous):
3113           Allow very small discontinuities in the timestamps. These we can't
3114           do anything useful with anyway (because vorbis's timestamps have
3115           only sample granularity), and are commonly produced by elements with
3116           minor bugs. Allow up to 1/2 a sample out.
3117           Fixes #351742.
3118
3119 2006-08-24  Wim Taymans  <wim@fluendo.com>
3120
3121         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3122         (play_scrub_toggle_cb), (main):
3123         Add a checkbox to enable play scrubbing. Makes it possible to disable
3124         normal scrubbing.
3125
3126 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3127
3128         * tests/check/elements/.cvsignore:
3129           make buildbot happy
3130
3131 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3132
3133         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3134         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3135         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3136         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3137         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3138         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3139         (gst_ogm_text_parse_strip_trailing_zeroes),
3140         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3141         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3142           Refactor ogm parse, do better input checking, misc. clean-ups.
3143           Cache incoming events and push them once the source pad has
3144           been created. Don't pass unterminated strings to sscanf().
3145           Strip trailing zeroes from subtitle text output, since they
3146           are not valid UTF-8. Don't push vorbiscomment packets on
3147           the subtitle text pad. Output perfect streams if possible.
3148
3149 2006-08-23  Wim Taymans  <wim@fluendo.com>
3150
3151         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3152         Waits for tasks to settle down so that we clean up correctly for 
3153         valgrind.
3154
3155 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3156
3157         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3158           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3159           actually return return value in taglists_are_equal.
3160
3161 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3162
3163         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3164           Fix crash due to broken bitstream parsing on x86-64: can't make
3165           any assumptions about sizeof(struct) due to alignment/packing
3166           differences on different architectures. Fixes #351790.
3167
3168 2006-08-22  Wim Taymans  <wim@fluendo.com>
3169
3170         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3171         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3172         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3173         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3174         (gst_riff_parse_info):
3175         Protect public functions against bad input.
3176         Do some cleanups.
3177         Fix documentation.
3178
3179 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3180
3181         * gst-libs/gst/riff/riff-ids.h:
3182         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3183           Add voxware audio IDs (even if we can't play it) (#351795).
3184
3185 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3186
3187         * gst-libs/gst/riff/riff-media.c:
3188         (gst_riff_create_video_template_caps),
3189         (gst_riff_create_audio_template_caps),
3190         (gst_riff_create_iavs_template_caps):
3191           Const-ify some arrays and use G_N_ELEMENTS instead
3192           of wasting oodles of RAM on terminator bits.
3193
3194 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3195
3196         * gst-libs/gst/tag/gstvorbistag.c:
3197         (gst_tag_list_to_vorbiscomment_buffer):
3198         * tests/check/libs/tag.c: (GST_START_TEST):
3199           And the same for _to_vorbiscomment_buffer(): allow
3200           id_data_len == 0 for speex.
3201
3202 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3203
3204         * configure.ac:
3205         * docs/plugins/Makefile.am:
3206         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3207         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3208         * docs/plugins/inspect/plugin-gdp.xml:
3209         * gst/gdp/Makefile.am:
3210         * tests/check/Makefile.am:
3211           Move GDP plugin to -base from -bad.  Closes #347783.
3212
3213 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3214
3215         * gst-libs/gst/tag/gstvorbistag.c:
3216         (gst_tag_list_from_vorbiscomment_buffer):
3217           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3218           Also add some checks to make sure we don't memcmp() beyond the end of
3219           vorbiscomment buffer if the ID to check for is larger than the buffer.
3220
3221         * tests/check/libs/tag.c: (GST_START_TEST):
3222           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3223
3224 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3225
3226         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3227         (gst_vorbis_enc_set_metadata):
3228           Use vorbis comment utility functions from libgsttag
3229           instead of re-inventing the wheel (partially fixes #347091).
3230
3231 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3232
3233         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3234         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3235         as some that won't.
3236
3237 2006-08-21  Wim Taymans  <wim@fluendo.com>
3238
3239         * docs/libs/Makefile.am:
3240         * docs/libs/gst-plugins-base-libs-sections.txt:
3241         * docs/libs/gst-plugins-base-libs.types:
3242         Don't try to GObject scan the netbuffer as it's not a GObject.
3243         Fixes #351308.
3244
3245         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3246         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3247         Document GstNetBuffer.
3248
3249 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3250
3251         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3252         (audioconvert_suite):
3253           Add testcase for caps-size-explosion
3254
3255 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3256
3257         * gst/audioconvert/gstaudioconvert.c:
3258         (gst_audio_convert_get_unit_size), (set_structure_widths):
3259           Lower debug, use g_assert in _get_unit_size
3260
3261         * gst/audioresample/gstaudioresample.c:
3262         (audioresample_get_unit_size):
3263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3264         (gst_ffmpegcsp_get_unit_size):
3265         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3266           use g_assert in _get_unit_size
3267
3268 2006-08-18  Wim Taymans  <wim@fluendo.com>
3269
3270         * docs/libs/gst-plugins-base-libs-sections.txt:
3271         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3272         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3273         (gst_rtp_buffer_get_payload_buffer):
3274         * gst-libs/gst/rtp/gstrtpbuffer.h:
3275         Document GstRTPBuffer.
3276         Added function to efficiently strip payload headers.
3277         API: gst_rtp_buffer_get_payload_subbuffer()
3278
3279 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3280
3281         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3282         (gst_tag_to_vorbis_comments):
3283           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3284           tags and deserialise them properly as well (#347091).
3285           Add some more gtk-doc blurbs and also some g_return_if_fail().
3286
3287         * tests/check/libs/tag.c: (GST_START_TEST),
3288         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3289           More tests.
3290
3291 2006-08-17  Wim Taymans  <wim@fluendo.com>
3292
3293         * ext/ogg/Makefile.am:
3294         * ext/ogg/gstogg.c: (plugin_init):
3295         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3296         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3297         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3298         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3299         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3300         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3301         Added ogg-in-avi parser element. Fixes #140139.
3302
3303         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3304         Fixed a bug in oggdemux debug code.
3305
3306         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3307         (gst_riff_create_audio_template_caps):
3308         Recognise Ogg in the AVI extensible wave format.
3309
3310 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3311
3312         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3313           Make buffer durations add up (duration should be next_ts-ts for
3314           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3315           from CVS.
3316
3317         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3318         (test_buffer_timestamps), (cddabasesrc_suite):
3319           Add unit test for the above.
3320
3321         * tests/check/Makefile.am:
3322           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3323           to see what happens.
3324
3325 2006-08-16  Wim Taymans  <wim@fluendo.com>
3326
3327         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3328         (gst_alsasink_open):
3329         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3330         (gst_alsasrc_open):
3331         Avoid setting and using a NULL device name.
3332         Print more info when we fail to open a device.
3333
3334 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3335
3336         * docs/libs/gst-plugins-base-libs-sections.txt:
3337         * gst-libs/gst/tag/tag.h:
3338         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3339           API: add gst_tag_parse_extended_comment() (#351426).
3340
3341         * tests/check/Makefile.am:
3342         * tests/check/libs/.cvsignore:
3343         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3344           Add unit test for gst_tag_parse_extended_comment().
3345
3346 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3347
3348         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3350           Fix leak (#351502).
3351
3352 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3353
3354         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3355         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3356         * docs/plugins/gst-plugins-base-plugins.args:
3357         * gst/playback/gstplaybin.c:
3358           Document playbin.
3359           
3360         * docs/plugins/inspect/plugin-adder.xml:
3361         * docs/plugins/inspect/plugin-alsa.xml:
3362         * docs/plugins/inspect/plugin-audioconvert.xml:
3363         * docs/plugins/inspect/plugin-audiorate.xml:
3364         * docs/plugins/inspect/plugin-audioresample.xml:
3365         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3366         * docs/plugins/inspect/plugin-cdparanoia.xml:
3367         * docs/plugins/inspect/plugin-decodebin.xml:
3368         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3369         * docs/plugins/inspect/plugin-gnomevfs.xml:
3370         * docs/plugins/inspect/plugin-ogg.xml:
3371         * docs/plugins/inspect/plugin-pango.xml:
3372         * docs/plugins/inspect/plugin-playbin.xml:
3373         * docs/plugins/inspect/plugin-subparse.xml:
3374         * docs/plugins/inspect/plugin-tcp.xml:
3375         * docs/plugins/inspect/plugin-theora.xml:
3376         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3377         * docs/plugins/inspect/plugin-video4linux.xml:
3378         * docs/plugins/inspect/plugin-videorate.xml:
3379         * docs/plugins/inspect/plugin-videoscale.xml:
3380         * docs/plugins/inspect/plugin-videotestsrc.xml:
3381         * docs/plugins/inspect/plugin-volume.xml:
3382         * docs/plugins/inspect/plugin-vorbis.xml:
3383         * docs/plugins/inspect/plugin-ximagesink.xml:
3384         * docs/plugins/inspect/plugin-xvimagesink.xml:
3385           Update to CVS version.
3386
3387 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3388
3389         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3390         (gst_play_bin_set_property), (gst_play_bin_get_property),
3391         (value_list_append_structure_list),
3392         (gst_play_bin_handle_redirect_message),
3393         (gst_play_bin_handle_message):
3394           API: GstPlayBin::connection-speed
3395           Add "connection-speed" property; re-order redirect messages with
3396           multiple redirect locations depending on the minimum bitrate if
3397           that information is available and a connection speed is set
3398           (#350399).
3399
3400 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3401
3402         * gst/playback/gstplaybin.c:
3403           Update max volume to the same value that the volume element uses.
3404
3405 2006-08-14  Wim Taymans  <wim@fluendo.com>
3406
3407         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3408         Less uglyness..
3409
3410 2006-08-14  Wim Taymans  <wim@fluendo.com>
3411
3412         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3413         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3414         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3415         Add some more debug info.
3416         Don't crash when a seek failed.
3417         Actually return the result of the seek instead of TRUE.
3418         Ignore multiple BOS pages with the same serial so that we don't create
3419         the same stream multiple times.
3420         Post an error when we fail to do the initial seek.
3421
3422 2006-08-13  Wim Taymans  <wim@fluendo.com>
3423
3424         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3425         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3426         Small code cleanup.
3427
3428         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3429         (gst_alsa_mixer_new):
3430         Remove hack that always set the device to hw:0*.
3431         Properly find the card name for whatever device was configured.
3432         Do some better debugging.
3433         Fixes #350784.
3434
3435         * ext/alsa/gstalsamixerelement.c:
3436         (gst_alsa_mixer_element_set_property),
3437         (gst_alsa_mixer_element_change_state):
3438         Cleanups.
3439         Handle setting of a NULL device name better.
3440
3441 2006-08-11  Wim Taymans  <wim@fluendo.com>
3442
3443         * gst/adder/gstadder.c:
3444         Don't clip float values. Fixes #350900.
3445
3446 2006-08-11  Andy Wingo  <wingo@pobox.com>
3447
3448         * gst/tcp/gsttcp.c: Really fix the build?
3449
3450         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3451         fixes the build.
3452
3453 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3454
3455         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3456           Float caps shouldn't have a "signed" field.
3457
3458 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3459
3460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3461           Implement SEEKING query in its most basic form, so that we can
3462           at least check if we're seekable or not (#350655).
3463
3464 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3467           The checks here are not even close to anything that would
3468           justify MAXIMUM probability, lowering to POSSIBLE until someone
3469           fixes the checks (case at hand: quicktime redirection files
3470           might start with 00 00 01 XX and pass the checks here just
3471           fine, see #350399).
3472
3473 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3474
3475         Patch by: Sjoerd Simons  <sjoerd at luon net>
3476
3477         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3478           Better detection for multipart/x-mixed-replace: accept leading
3479           whitespaces before the boundary marker as well (as our very own
3480           multipartmux used to produce) (#349068).
3481
3482 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3483
3484         Patch by: Young-Ho Cha  <ganadist at chollian net>
3485
3486         * gst-libs/gst/riff/riff-ids.h:
3487         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3488         (gst_riff_create_audio_template_caps):
3489           Detect DTS audio streams (#350157).
3490
3491 2006-08-05  Andy Wingo  <wingo@pobox.com>
3492
3493         * ext/theora/gsttheoraparse.h:
3494         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3495         (theora_parse_dispose, theora_parse_set_property)
3496         (theora_parse_get_property, theora_parse_munge_granulepos)
3497         (theora_parse_push_buffer, theora_parse_change_state):
3498         API: GstTheoraParse::synchronization-points
3499         Add a property 'synchronization-points' to fix badly synchronized oggs.
3500
3501 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3502
3503         * tests/check/Makefile.am:
3504         * tests/check/libs/.cvsignore:
3505         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3506         (fixed_caps_have_channel_positions), (GST_START_TEST),
3507         (audio_suite), (main):
3508           Add a few tests for the channel position stuff in libgstaudio.
3509
3510 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3511
3512         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3513         (gst_alsa_detect_channels):
3514         * ext/alsa/gstalsasink.c:
3515           Add support for cards that (only) do more than 8 channels,
3516           like the Delta 44 (#345188).
3517
3518         * gst-libs/gst/audio/multichannel.c:
3519         (gst_audio_check_channel_positions):
3520         * gst-libs/gst/audio/multichannel.h:
3521           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3522           unspecified channel position and cannot be combined with any
3523           of the other audio channel positions; adjust position layout
3524           checks accordingly (#345188).
3525
3526 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3527
3528         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3529           Recognise ancient RealAudio files (see #349779).
3530
3531 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3532
3533         Patch by: Jens Granseuer  <jensgr at gmx net>
3534
3535         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3536           Add typefinder for Interplay's MVE format (#348973).
3537
3538 2006-08-02  Wim Taymans  <wim@fluendo.com>
3539
3540         Patch by: Marcel Moreaux <marcelm at luon dot net>
3541
3542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3543         (gst_base_rtp_depayload_add_to_queue):
3544         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3545         Handle RTP sequence number rollover.
3546         Disable jitterbuffer by default.
3547
3548 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3549
3550         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3551         (audioresample_set_caps):
3552         Don't leak references to the incoming caps. Clean them up when
3553         stopping.
3554
3555         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3556         (gst_video_scale_finalize):
3557         Don't leak our temporary pixel buffer.
3558
3559         * tests/check/Makefile.am:
3560         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3561         (GST_START_TEST), (simple_launch_lines_suite):
3562
3563         Fix leaks and re-enable the test for valgrind checking.
3564
3565 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3566
3567         Patch by: Sjoerd Simons  <sjoerd at luon net>
3568
3569         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3570         (plugin_init):
3571           Add typefind function for multipart/x-mixed-replace (#348916).
3572
3573 2006-07-28  Wim Taymans  <wim@fluendo.com>
3574
3575         * gst/adder/gstadder.c: (gst_adder_setcaps),
3576         (gst_adder_query_duration):
3577         Fix leak in duration query.
3578         Reflow some docs and notes.
3579
3580 2006-07-28  Michael Smith  <msmith@fluendo.com>
3581
3582         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3583         (vorbisenc_suite):
3584           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3585           aspect of it.
3586
3587 2006-07-28  Michael Smith  <msmith@fluendo.com>
3588
3589         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3590         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3591         (gst_vorbis_enc_push_buffer),
3592         (gst_vorbis_enc_buffer_check_discontinuous),
3593         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3594         * ext/vorbis/vorbisenc.h:
3595           Handle discontinuities in the input vorbis stream correctly,
3596           so that the output is properly timestamped (and has good granulepos
3597           values). Needs some oggmux fixes too.
3598
3599 2006-07-27  Wim Taymans  <wim@fluendo.com>
3600
3601         patch by: Kai Vehmanen <kv2004 eca cx>
3602
3603         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3604         (gst_base_rtp_depayload_chain),
3605         (gst_base_rtp_depayload_handle_sink_event),
3606         (gst_base_rtp_depayload_change_state):
3607         Don't send multiple newsegments with different formats.
3608         Fixes #348677.
3609
3610 2006-07-26  Wim Taymans  <wim@fluendo.com>
3611
3612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3613         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3614         Make seeking in ogg more accurate again by doing the more correct
3615         granuletime to stream time conversion.
3616
3617 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3618
3619         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3620         (gst_multi_fd_sink_new_client):
3621           debug a little more understandably
3622           do not use goto as a substitute for break, especially if
3623           break is also being used
3624
3625 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3626
3627         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3628         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3629           Remove GLib-2.6 compatibility cruft.
3630
3631 2006-07-24  Wim Taymans  <wim@fluendo.com>
3632
3633         * gst-libs/gst/audio/gstbaseaudiosink.c:
3634         (gst_base_audio_sink_render):
3635         Don't try to align a sample to an unknown value.
3636
3637 2006-07-24  Wim Taymans  <wim@fluendo.com>
3638
3639         * gst-libs/gst/audio/gstbaseaudiosink.c:
3640         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3641         When the audio clock is slaved to another clock, never try to align
3642         samples but trust the rate interpolation algorithm.
3643
3644 2006-07-24  Wim Taymans  <wim@fluendo.com>
3645
3646         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3647         Don't try to calculate silence samples, base class does this much
3648         better now.
3649
3650         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3651         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3652         (gst_ring_buffer_acquire):
3653         Calculate silence samples correctly.
3654
3655         * gst-libs/gst/audio/gstringbuffer.h:
3656         Add _CAST macro.
3657
3658 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3659
3660         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3661           Limit search for the first markup tag to the first few kB of
3662           the file. If we don't find one there, it's highly unlikely that
3663           this is an XML(-ish) file.
3664
3665 2006-07-21  Andy Wingo  <wingo@pobox.com>
3666
3667         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3668         test to the one in vorbisenc. Also commented out.
3669
3670         * tests/check/pipelines/vorbisenc.c: 
3671         (test_discontinuity): New test, commented out until Mike lands
3672         some elite vorbisenc patches.
3673
3674         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3675         Bufferstraw was actually factored out of these tests. Now we share
3676         code yay.
3677
3678         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3679         for bufferstraw addition to gstcheck.
3680
3681 2006-07-21  Wim Taymans  <wim@fluendo.com>
3682
3683         * ext/theora/theoradec.c: (clip_buffer):
3684         Better clipping.
3685
3686 2006-07-21  Wim Taymans  <wim@fluendo.com>
3687
3688         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3689         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3690         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3691         Fix leak.
3692         Avoid type casting when we can.
3693
3694         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3695         Fix mem leak.
3696
3697 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3698
3699         * ext/alsa/gstalsamixerelement.c:
3700         (gst_alsa_mixer_element_change_state):
3701           Make state change fail if the specified device can't be opened
3702           for some reason.
3703
3704 2006-07-20  Wim Taymans  <wim@fluendo.com>
3705
3706         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3707         (cb_newpad), (main):
3708         Example of a small audio/video player using decodebin.
3709
3710 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3711
3712         * gst-libs/gst/riff/riff-ids.h:
3713           Add 'fact' chunk id
3714
3715 2006-07-19  Wim Taymans  <wim@fluendo.com>
3716
3717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3718         (gst_base_rtp_depayload_chain),
3719         (gst_base_rtp_depayload_change_state):
3720         Don't assert when not negotiated but post a meaningfull 
3721         error message. Fixes #347918.
3722
3723         * gst-libs/gst/rtp/gstbasertppayload.c:
3724         Add comment about better default MTU size.
3725
3726         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3727         Small cleanups, start docs.
3728
3729 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3730
3731         Patch by: Martin Szulecki
3732
3733         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3734           If "device-name" is requested and the device is not
3735           open, try to temporarily open it to obtain this
3736           information (#342494).
3737
3738 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3739
3740         * gst-libs/gst/tag/gstid3tag.c:
3741           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3742
3743         * gst-libs/gst/tag/gsttageditingprivate.h:
3744         * gst-libs/gst/tag/gstvorbistag.c:
3745           Some more random const-ifications.
3746
3747 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3748
3749         * gst-libs/gst/riff/riff-ids.h:
3750         * gst-libs/gst/riff/riff-media.c:
3751         (gst_riff_create_video_template_caps):
3752           Add more FOURCCs (sort list to make stuff easier to find),
3753           add comment what those 16 bytes in struct _gst_riff_strh according to
3754           one avi-dumper are
3755
3756 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3757
3758         * gst-libs/gst/audio/multichannel.c:
3759         (gst_audio_check_channel_positions),
3760         (gst_audio_fixate_channel_positions):
3761           Const-ify two arrays.
3762
3763 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3764
3765         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3766           Fix typo, so that alsasink also advertises 8 channels
3767           if that's supported (tags: can, worms, open, alsa, ph34r).
3768
3769 2006-07-17  Wim Taymans  <wim@fluendo.com>
3770
3771         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3772         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3773         *sigh*, when is the compiler going to warn when the comments
3774         are out-of-sync with the code.. Refix case of busted theora
3775         headers with 0 granule pos.
3776
3777 2006-07-14  Wim Taymans  <wim@fluendo.com>
3778
3779         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3780         (gst_base_rtp_depayload_wait),
3781         (gst_base_rtp_depayload_change_state),
3782         (gst_base_rtp_depayload_set_property),
3783         (gst_base_rtp_depayload_get_property):
3784         Fix 99% cpu load by waiting for absolute times on the
3785         clock. Fixes #347300.
3786
3787 2006-07-14  Andy Wingo  <wingo@pobox.com>
3788
3789         * ext/theora/gsttheoraparse.h: 
3790         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3791         (theora_parse_push_headers, theora_parse_clear_queue)
3792         (theora_parse_drain_queue_prematurely, )
3793         (theora_parse_sink_event, theora_parse_change_state): Queue events
3794         until we initialized our state, like in vorbisparse.
3795
3796         * ext/vorbis/vorbisparse.h: 
3797         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3798         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3799         (vorbis_parse_drain_queue_prematurely, )
3800         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3801         until we have initialized our state. Fixes seeking after an
3802         initial pad block.
3803
3804 2006-07-14  Andy Wingo  <wingo@pobox.com>
3805
3806         Patch by: Iain Holmes <iaingnome@gmail.com>
3807         
3808         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3809
3810 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3811
3812         * configure.ac:
3813         Bump nano back to CVS
3814
3815 === release 0.10.9 ===
3816
3817 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3818
3819         * configure.ac:
3820           releasing 0.10.9, "I walk the line"
3821
3822 2006-07-14  Michael Smith  <msmith@fluendo.com>
3823
3824         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3825           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3826           (commonly happens when running this test under valgrind) when trying
3827           to remove the buffer probe.
3828
3829 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3830
3831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3832         Fix missing g_unlock from the previous commit
3833
3834 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3835
3836         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3837         (gst_ximagesink_change_state):
3838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3839         (gst_xvimagesink_change_state):
3840         Implement a locking order to ensure we always take the object lock
3841         before the x_lock and never vice-versa.
3842
3843 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3844
3845         * gst/playback/gstdecodebin.c: (find_compatibles):
3846         Fix a caps leak when linking (#347304)
3847
3848         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3849         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3850         (gst_ximagesink_change_state):
3851         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3852         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3853         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3854         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3855         Don't leak shared memory resources. Use the object lock to protect
3856         against the xcontext disappearing while returning a buffer from the
3857         pipeline. (#347304)
3858
3859 2006-07-12  Edward Hervey  <edward@fluendo.com>
3860
3861         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3862         (vorbis_handle_comment_packet):
3863         gst_tag_list_merge() returns a new object. Take that into account when
3864         using it. This avoids memleak.
3865         Revert previous commit which is not needed.
3866
3867 2006-07-12  Edward Hervey  <edward@fluendo.com>
3868
3869         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3870         Reset the decoder in finalize so that all fields get cleared.
3871
3872 2006-07-12  Wim Taymans  <wim@fluendo.com>
3873
3874         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3875         (gst_base_audio_src_set_clock),
3876         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3877         Don't try to post an error message when setting the clock fails
3878         as this can happen when adding an element to a bin which will then
3879         deadlock. Fixes #347296.
3880
3881 2006-07-12  Edward Hervey  <edward@fluendo.com>
3882
3883         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3884         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3885         (vorbis_handle_type_packet):
3886         Post tag messages on the bus even if we're not initialized.
3887         If we're not initialized, we still postpone the event pushing of tags.
3888
3889 2006-07-12  Wim Taymans  <wim@fluendo.com>
3890
3891         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3892         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3893         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3894         Revert last two changes that broke the freeze.
3895
3896 2006-07-12  Wim Taymans  <wim@fluendo.com>
3897
3898         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3899         basesink calculates silence sample correctly for us.
3900
3901 2006-07-12  Wim Taymans  <wim@fluendo.com>
3902
3903         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3904         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3905         Calculate correct silence samples so we don't fill our ringbuffer
3906         with noise.
3907
3908 2006-07-12  Edward Hervey  <edward@fluendo.com>
3909
3910         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3911         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3912         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3913         * ext/vorbis/vorbisdec.h:
3914         Delay sending events (newsegment, tags) until the decoder is properly
3915         initialized.
3916         Fixes #347295
3917
3918 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
3919
3920         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3921         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3922           Patch from #347221 adding a test for audioconvert
3923           channel remappings.
3924
3925 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3926
3927         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3928         (gst_ssa_parse_parse_line):
3929           Don't include the terminating NUL in the buffer size,
3930           it's only there for extra paranoia (would add random
3931           '*' characters at the end of each subtitle since the
3932           terminator itself is not valid UTF-8 technically).
3933           Also fix indenting after boilerplate macro.
3934
3935 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
3936
3937         * gst/playback/gstdecodebin.c: (close_pad_link):
3938           Also emit 'unknown-type' signal (which should really be
3939           called unhandled-type) if we found potential decoders/demuxers
3940           in the registry but none of them worked in the end (as in the
3941           case where the plugins don't exist any longer but are still
3942           listed in the registry). Fixes #329798.
3943
3944 2006-07-08  Andy Wingo  <wingo@pobox.com>
3945
3946         * theoraparse.c (theora_parse_push_buffer)
3947         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
3948         Add some more debugging. Fix granulepos reconstruction in the face
3949         of discontinuities.
3950
3951 2006-07-06  Wim Taymans  <wim@fluendo.com>
3952
3953         * gst-libs/gst/audio/gstbaseaudiosink.c:
3954         (gst_base_audio_sink_class_init),
3955         (gst_base_audio_sink_provide_clock):
3956         Use gobject_class instead of G_OBJECT_CLASS (klass)
3957
3958         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3959         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3960         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
3961         (gst_base_audio_src_get_time),
3962         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
3963         (gst_base_audio_src_create_ringbuffer):
3964         Fix latency and buffer-time constants and properties ala basesink.
3965         Implement pull based scheduling. Fixes #346527.
3966         Set default blocksize in GstBaseSrc to 0, we default to pushing out
3967         one segment.
3968         Refuse slaving to another clock instead of silently not working.
3969         Only provide a clock when we are actually able to do so.
3970         Various small cleanups and compiler hints.
3971
3972 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3973
3974         Patch by: Lutz Mueller <lutz at topfrose de>
3975
3976         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
3977         (plugin_init):
3978           Add typefinding for text/html (#346581).
3979
3980 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3981
3982         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3983         (xml_check_first_element), (xml_type_find), (smil_type_find):
3984           Fix SMIL typefinding, make xml_check_first_element() more
3985           useful.
3986
3987 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3988
3989         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3990         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
3991         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
3992         * gst/playback/gstplaybasebin.h:
3993           Protect list of elements with a subtitle-encoding property and
3994           the subtitle encoding member itself with a lock of their own
3995           instead of using the object lock. This prevents a dead-lock in
3996           the element-remove callback in some circumstances when shutting
3997           down playbin.
3998
3999 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4000
4001         * win32/common/libgsttag.def:
4002         Export some new functions.
4003         * win32/vs6/libgstogg.dsp:
4004         Add a link to libgsttag-0.10.lib.
4005
4006 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4007
4008         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4009           Some const-ification.
4010
4011 2006-07-04  Wim Taymans  <wim@fluendo.com>
4012
4013         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4014         Improve checking if we are dealing with a stream. Added some
4015         more uris that need buffering.
4016
4017 2006-07-03  Edward Hervey  <edward@fluendo.com>
4018
4019         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4020         Remove unused variable.
4021
4022 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4023
4024         * Makefile.am:
4025           include lcov.mak
4026         * configure.ac:
4027           add GCOV_LIBS to GST_LIBS
4028
4029 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4030
4031         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4032
4033         * ext/alsa/gstalsasrc.c:
4034           Add 32 bps to template caps and increase channels range
4035           from [1,2] to [1,MAX]. See #346326.
4036
4037 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4038
4039         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4040           Recognise 'WMVA' video codec fourcc (#345879).
4041           
4042 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4043          
4044         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4045           Fixed nasty memory leak
4046
4047 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4048
4049         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4050         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4051           fix logging
4052
4053 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4054
4055         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4056         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4057         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4058         Protect remove_fakesink using a mutex, so that we don't try and
4059         remove the fakesink simultaneously from multiple threads.
4060
4061         When going from READY to PAUSED, restore the fakesink, so that
4062         it is there when decodebin gets reused.
4063
4064 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4065
4066         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4067         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4068         * gst-libs/gst/rtp/gstbasertppayload.c:
4069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4070         * gst/tcp/gstmultifdsink.c:
4071         * gst/tcp/gsttcpclientsink.c:
4072         * gst/tcp/gsttcpclientsrc.c:
4073         * gst/tcp/gsttcpserversink.c:
4074         * gst/tcp/gsttcpserversrc.c:
4075         * gst/videorate/gstvideorate.c:
4076         * gst/videotestsrc/gstvideotestsrc.c:
4077         * sys/v4l/gstv4ljpegsrc.c:
4078         * sys/v4l/gstv4lmjpegsink.c:
4079         * sys/v4l/gstv4lsrc.c:
4080         * tests/examples/seek/scrubby.c:
4081         * tests/examples/seek/seek.c:
4082           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4083
4084 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4087           Second field in GEnumValue shouldn't be a description,
4088           but a stringified version of the enum value.
4089
4090 2006-06-22  Wim Taymans  <wim@fluendo.com>
4091
4092         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4093         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4094         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4095         Avoid type checking in buffer casts.
4096         Avoid caps copy in buffer_alloc when we can.
4097         Use pad_peer_accept.
4098
4099 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4100
4101         * gst-libs/gst/tag/tag.h:
4102           Oops, make that 'Since: 0.10.9'.
4103
4104 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4105
4106         * docs/libs/gst-plugins-base-libs-sections.txt:
4107         * gst-libs/gst/tag/tag.h:
4108         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4109         (gst_tag_image_type_get_type):
4110           API: add GstTagImageType enum to describe images contained
4111           in image tags (#345641).
4112
4113 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4114
4115         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4116           Fix warnings with gst-inspect: "buffers-min" property
4117           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4118           typo in property description.
4119
4120 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         Patch by: Cody Russell <bratsche at gnome org>
4123
4124         * gst/audioresample/gstaudioresample.c:
4125         (gst_audioresample_class_init):
4126         * gst/playback/gststreamselector.c:
4127         (gst_stream_selector_class_init):
4128         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4129         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4130         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4131         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4132         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4133         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4134         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4135         * gst/videotestsrc/gstvideotestsrc.c:
4136         (gst_video_test_src_class_init):
4137         * gst/volume/gstvolume.c: (gst_volume_class_init):
4138           Avoid unnecessary class cast check in class_init
4139           functions (#337747).
4140
4141 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4142
4143         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4144         (gst_text_overlay_video_chain):
4145           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4146           and doesn't validate its input either (and neither did
4147           textoverlay it seems). Let's do that then and fix #345206.
4148
4149 2006-06-19  Wim Taymans  <wim@fluendo.com>
4150
4151         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4152         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4153         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4154         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4155         (find_syncframe), (find_limits), (assign_value),
4156         (count_burst_unit), (gst_multi_fd_sink_new_client),
4157         (gst_multi_fd_sink_handle_client_write),
4158         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4159         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4160         (gst_multi_fd_sink_change_state):
4161         * gst/tcp/gstmultifdsink.h:
4162         Added shiny new burst-on-connect methods.
4163         Add properties to control the minimal amount of data queued.
4164         Small cleanups.
4165         API: bytes-min property
4166         API: time-min property
4167         API: buffers-min property
4168         API: burst-unit property
4169         API: burst-value property
4170         API: add-full signal
4171
4172         * gst/tcp/gsttcp-marshal.list:
4173         Added new marshaller code for the new signal.
4174
4175         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4176         (multifdsink_suite):
4177         Added testcases for new burst methods.
4178
4179 2006-06-19  Edward Hervey  <edward@fluendo.com>
4180
4181         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4182         Implement clipping for accurate seeking.
4183         Closes #345225
4184
4185 2006-06-19  Wim Taymans  <wim@fluendo.com>
4186
4187         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4188
4189         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4190         (gst_video_scale_transform):
4191         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4192
4193 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4194
4195         * configure.ac:
4196           Fix --disable-external (can't set conditionals conditionally,
4197           #343602).
4198
4199 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4200
4201         * tests/check/elements/audioresample.c: (test_reuse),
4202         (audioresample_suite):
4203           Add test case for bug #342789 fixed below.
4204
4205 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4206
4207         * gst/audioresample/gstaudioresample.c:
4208         (gst_audioresample_class_init), (gst_audioresample_init),
4209         (audioresample_start), (audioresample_stop),
4210         (gst_audioresample_set_property), (gst_audioresample_get_property):
4211           Implement GstBaseTransform::start and ::stop so that audioresample
4212           can clear its internal state properly and be reused instead of
4213           causing non-negotiated errors with playbin under some circumstances
4214           (#342789).
4215
4216         * tests/check/elements/audioresample.c: (setup_audioresample),
4217         (cleanup_audioresample):
4218           Need to set element state here so that ::start and ::stop are
4219           called.
4220
4221 2006-06-16  Wim Taymans  <wim@fluendo.com>
4222
4223         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4224
4225         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4226         Parse extra data better, apparently it's right behind
4227         the normal strf header size. Fixes #343500.
4228
4229 2006-06-16  Wim Taymans  <wim@fluendo.com>
4230
4231         * ext/alsa/gstalsasink.c: (set_hwparams):
4232         If we fail to set the buffer_time and period_time alsa
4233         parameters, post a warning and leave alsa select a 
4234         default instead of failing. Fixes #342085
4235
4236 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         * docs/libs/gst-plugins-base-libs-sections.txt:
4239         * gst-libs/gst/cdda/gstcddabasesrc.h:
4240           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4241           out in the header file and shouldn't be listed in the docs.
4242
4243         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4244           Must dereference pointer to fourcc in the debug statement.
4245
4246 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4247
4248         * docs/libs/Makefile.am:
4249         * docs/libs/gst-plugins-base-libs-docs.sgml:
4250         * docs/libs/gst-plugins-base-libs-sections.txt:
4251         * docs/libs/gst-plugins-base-libs.types:
4252         add remaining symbols into correct setions
4253         
4254         * gst-libs/gst/audio/gstringbuffer.c:
4255         fix incomplete docs
4256         
4257         * gst-libs/gst/audio/gstringbuffer.h:
4258         comment out not yet implemented function
4259         
4260         
4261         * gst-libs/gst/floatcast/floatcast.h:
4262         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4263         add short descriptions
4264         
4265         
4266         * gst-libs/gst/interfaces/propertyprobe.c:
4267         fix return value docs   
4268         
4269         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4270         simplify debug logging
4271         
4272         * gst-libs/gst/riff/riff-read.h:
4273         sync function prototype and docs
4274         
4275         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4276         remove left over symbol
4277
4278 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         * autogen.sh:
4281         * configure.ac:
4282         * docs/Makefile.am:
4283           Use GST_PLUGIN_DOCS macro in configure.ac, add
4284           --enable-plugin-docs default to autogen.sh and use
4285           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4286
4287 2006-06-15  Wim Taymans  <wim@fluendo.com>
4288
4289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4290         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4291         (gst_ogg_demux_loop):
4292         Combine GstFlowReturn from the source pads to give a
4293         meaningfull result to the upstream peer or to stop the
4294         processing task in case of errors.
4295
4296 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4297
4298         * gst/playback/gststreaminfo.c: (cb_probe):
4299           Try GST_TAG_CODEC as fallback when extracting the
4300           codec name; more debug info.
4301
4302 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4303
4304         * ext/ogg/Makefile.am:
4305         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4306           Extract language tags from ogm subtitle streams, so that
4307           the subtitle menu choices are labelled correctly in
4308           Totem (fixes #344708).
4309
4310 2006-06-14  Wim Taymans  <wim@fluendo.com>
4311
4312         Patch by: Alessandro Decina <alessandro at nnva dot org>
4313
4314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4315         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4316         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4317         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4318         Fix various leaks. Fixes #343699.
4319         Add x-smoke mime type.
4320
4321 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4322
4323         * gst-libs/gst/riff/riff-ids.h:
4324           Add IDs for 'bext' chunks (see #343837).
4325
4326 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         Patch by: Young-Ho Cha  <ganadist at chollian net>
4329
4330         * gst/subparse/samiparse.c: (sami_context_pop_state),
4331         (handle_start_font), (end_sami_element):
4332           Honour font face tags in SAMI subtitles (#344503).
4333
4334 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4335
4336         * po/POTFILES.in:
4337           add missing files containing translatable strings
4338
4339 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4340
4341         * docs/libs/tmpl/.cvsignore:
4342           we don't want those *.sgml files in CVS either
4343
4344 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4345
4346         * docs/libs/.cvsignore:
4347         * tests/check/elements/.cvsignore:
4348         * tests/check/libs/.cvsignore:
4349           ignore more
4350
4351 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4352
4353         * docs/libs/Makefile.am:
4354           also commiting the changed Makefile.am (added more libs to the
4355           doc-build)
4356
4357 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4358
4359         * docs/libs/gst-plugins-base-libs-docs.sgml:
4360         * docs/libs/gst-plugins-base-libs-sections.txt:
4361         * docs/libs/gst-plugins-base-libs.types:
4362           first batch of reordering things, add index & hierarchy
4363
4364 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4365
4366         * configure.ac:
4367           use GST_PKG_CHECK_MODULES, cleans up output
4368
4369 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4370
4371         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4372           Add support for burn:// URIs (#343385); const-ify things a bit,
4373           use G_N_ELEMENTS instead of hard-coded array size.
4374
4375 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4376
4377         Patch by: Young-Ho Cha  <ganadist at chollian net>
4378
4379         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4380           Fix up broken entities before passing them to libxml *sigh*.
4381           (#343303).
4382           
4383 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4384
4385         * configure.ac:
4386           back to TRUNK
4387
4388 === release 0.10.8 ===
4389
4390 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4391
4392         * configure.ac:
4393           releasing 0.10.8, "Moar gij ziet mij nie"
4394
4395 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4396
4397         * configure.ac:
4398         * po/af.po:
4399         * po/az.po:
4400         * po/cs.po:
4401         * po/en_GB.po:
4402         * po/hu.po:
4403         * po/it.po:
4404         * po/nb.po:
4405         * po/nl.po:
4406         * po/or.po:
4407         * po/sq.po:
4408         * po/sr.po:
4409         * po/sv.po:
4410         * po/uk.po:
4411         * po/vi.po:
4412         * win32/common/config.h:
4413           0.10.7.2 prerelease
4414
4415 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4416
4417         * docs/libs/tmpl/gstaudio.sgml:
4418         * docs/libs/tmpl/gstcolorbalance.sgml:
4419         * docs/libs/tmpl/gstmixer.sgml:
4420         * docs/libs/tmpl/gstringbuffer.sgml:
4421         * docs/libs/tmpl/gsttuner.sgml:
4422         * docs/libs/tmpl/gstxoverlay.sgml:
4423         * gst-libs/gst/audio/audio.c:
4424         * gst-libs/gst/audio/gstringbuffer.c:
4425         * gst-libs/gst/interfaces/colorbalance.c:
4426         * gst-libs/gst/interfaces/mixer.c:
4427         * gst-libs/gst/interfaces/tuner.c:
4428         * gst-libs/gst/interfaces/xoverlay.c:
4429           move last template doc snippets to source code and delete them
4430
4431 2006-06-06  Michael Smith  <msmith@fluendo.com>
4432
4433         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4434         (theora_parse_drain_queue):
4435           Mark DELTA_UNIT on non-keyframes.
4436
4437 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4438
4439         * gst-libs/gst/audio/gstbaseaudiosink.c:
4440         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4441         * gst-libs/gst/audio/gstbaseaudiosink.h:
4442         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4443         (gst_ring_buffer_samples_done):
4444         * gst-libs/gst/audio/gstringbuffer.h:
4445         Document better the fact that latency_time and buffer_time are values
4446         stored in microseconds, and not the usual GStreamer nanoseconds.
4447         Change the variables (compatibly) that store them from GstClockTime 
4448         to guint64 to make it more clear that they're not storing clock times.
4449         Also, remove the bogus property description that says the user can
4450         specify -1 to get the default value, since that's never been the case.
4451
4452         When computing the default segment size for the ring buffer, make it
4453         an integer number of samples.
4454
4455         When the sub-class indicates a delay greater than the number of
4456         samples we've written return 0 from the audio sink get_time method.
4457
4458 2006-06-02  Michael Smith  <msmith@fluendo.com>
4459
4460         * tests/check/elements/audioconvert.c: (set_channel_positions),
4461         (get_float_mc_caps), (get_int_mc_caps):
4462         * tests/check/elements/audioresample.c:
4463         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4464         * tests/check/elements/videorate.c:
4465         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4466         * tests/check/elements/volume.c:
4467         * tests/check/elements/vorbisdec.c:
4468         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4469           Don't busy-wait in tests; this was causing test timeouts very
4470           frequently when running under valgrind.
4471
4472 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4473
4474         * gst/tcp/README:
4475         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4476         (gst_multi_fd_sink_remove_client_link),
4477         (gst_multi_fd_sink_client_queue_caps),
4478         (gst_multi_fd_sink_client_queue_buffer),
4479         (gst_multi_fd_sink_handle_client_write),
4480         (gst_multi_fd_sink_render):
4481         * gst/tcp/gstmultifdsink.h:
4482           make multifdsink properly deal with streamheader:
4483           - streamheader is taken from caps
4484           - buffers marked with IN_CAPS are not sent
4485           - streamheaders are sent, on connection, from the caps of the
4486             buffer where the client gets positioned to
4487           - further streamheader changes are done every time the client
4488             will receive a buffer with different caps
4489         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4490         (gst_multifdsink_create_streamheader):
4491           add tests for this
4492
4493 2006-06-02  Michael Smith  <msmith@fluendo.com>
4494
4495         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4496           Reinstate limit on channel count. Vorbis does not define the meaning
4497           of > 6 channels, so they're just independent channels. Gstreamer
4498           currently has no mechanism to represent N independent channels.
4499
4500 2006-06-02  Michael Smith  <msmith@fluendo.com>
4501
4502         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4503           Don't arbitrarily restrict channel counts and rate in vorbis.
4504           In terms of effects likely on real-world files, this fixes 96kHz
4505           playback of vorbis.
4506
4507 2006-06-02  Michael Smith  <msmith@fluendo.com>
4508
4509         * gst/audioconvert/audioconvert.c: (float):
4510           More correct float->int conversion.
4511
4512 2006-06-02  Michael Smith  <msmith@fluendo.com>
4513
4514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4515           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4516           value. Fixes g-critical on trying to play back ogg containing
4517           unknown codec.
4518
4519 2006-06-02  Wim Taymans  <wim@fluendo.com>
4520
4521         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4522         (setup_source):
4523         * gst/playback/gstplaybasebin.h:
4524         Make the subtitle detection work from any thread so we don't
4525         deadlock. Fixes #343397.
4526
4527 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4528
4529         * gst/volume/Makefile.am:
4530           Seriously, it's not *that* hard to get compilation right.  Even
4531           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4532
4533 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4534
4535         * gst/volume/gstvolume.c: (volume_choose_func),
4536         (volume_update_real_volume), (gst_volume_class_init),
4537         (gst_volume_init), (volume_process_float), (volume_process_int16),
4538         (volume_process_int16_clamp), (volume_set_caps),
4539         (volume_transform_ip), (plugin_init):
4540         * gst/volume/gstvolume.h:
4541         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4542         another property desc., remove unused param from process function
4543         
4544         * tests/check/elements/volume.c: (volume_suite):
4545         reactivate the passthrough test
4546
4547 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4548
4549         * ext/alsa/gstalsamixerelement.h:
4550         * ext/alsa/gstalsamixeroptions.h:
4551         * ext/alsa/gstalsamixertrack.h:
4552         * ext/gnomevfs/gstgnomevfssink.h:
4553         * ext/gnomevfs/gstgnomevfssrc.h:
4554         * ext/theora/gsttheoradec.h:
4555         * ext/theora/gsttheoraenc.h:
4556         * ext/theora/gsttheoraparse.h:
4557         * ext/vorbis/vorbisparse.h:
4558         * gst-libs/gst/audio/gstaudioclock.h:
4559         * gst-libs/gst/audio/gstaudiofilter.h:
4560         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4561         * gst/audioconvert/gstaudioconvert.h:
4562         * gst/audioresample/gstaudioresample.h:
4563         * gst/audiotestsrc/gstaudiotestsrc.h:
4564         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4565         * gst/playback/gststreamselector.h:
4566         * gst/tcp/gstmultifdsink.h:
4567         * gst/tcp/gsttcpclientsink.h:
4568         * gst/tcp/gsttcpclientsrc.h:
4569         * gst/tcp/gsttcpserversink.h:
4570         * gst/tcp/gsttcpserversrc.h:
4571         * gst/videorate/gstvideorate.h:
4572         * gst/videoscale/gstvideoscale.h:
4573         * gst/videotestsrc/gstvideotestsrc.h:
4574         * gst/volume/gstvolume.h:
4575         * sys/v4l/gstv4ljpegsrc.h:
4576         * sys/v4l/gstv4lmjpegsink.h:
4577         * sys/v4l/gstv4lmjpegsrc.h:
4578         * sys/v4l/gstv4lsrc.h:
4579         * sys/ximage/ximagesink.h:
4580         * sys/xvimage/xvimagesink.h:
4581         * tests/old/testsuite/alsa/sinesrc.h:
4582         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4583
4584 2006-05-31  Wim Taymans  <wim@fluendo.com>
4585
4586         * ext/libvisual/visual.c: (gst_visual_reset),
4587         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4588         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4589         Handle DISCONT.
4590         Use running time before doing QoS.
4591         Handle mono too.
4592
4593 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4594
4595         * docs/libs/Makefile.am:
4596           set a magic variable to indicate we know the docs are incomplete
4597
4598 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4599
4600         * win32/common/libgstvideo.def:
4601           export gst_video_calculate_display_ratio
4602         * win32/vs6/libgstvideoscale.dsp:
4603           add link to libgstvideo-0.10.lib
4604
4605 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4606
4607         * gst/playback/gstplaybasebin.c: (gen_source_element):
4608           Throw a more comprehensible error for rtsp:// URIs (rather
4609           than erroring out with a negotiation error later on) until
4610           we fix playbin to handle rtspsrc etc.
4611
4612 2006-05-30  Wim Taymans  <wim@fluendo.com>
4613
4614         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4615         (gst_text_overlay_text_event):
4616         Added some FIXMEs.
4617
4618 2006-05-30  Wim Taymans  <wim@fluendo.com>
4619
4620         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4621         (gst_adder_request_new_pad), (gst_adder_release_pad):
4622         * gst/adder/gstadder.h:
4623         Implement release_request_pad.
4624         Make padcounter atomic.
4625
4626         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4627         Added check for release_pad in adder.
4628
4629 2006-05-30  Wim Taymans  <wim@fluendo.com>
4630
4631         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4632         Fix build again.
4633
4634 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4635
4636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4637         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4638         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4639         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4640         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4641         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4642         (gst_ogg_demux_bisect_forward_serialno),
4643         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4644         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4645           add more debugging
4646           clean up printf formats for granulepos and serialno
4647
4648 2006-05-30  Michael Smith  <msmith@fluendo.com>
4649
4650         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4651         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4652         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4653         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4654         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4655         * ext/vorbis/vorbisenc.h:
4656           Multi-channel caps negotiation, so we can do proper multichannel
4657           vorbis encoding, negotiated through audioconvert.
4658
4659 2006-05-30  Wim Taymans  <wim@fluendo.com>
4660
4661         * tests/check/elements/adder.c: (test_event_message_received),
4662         (test_play_twice_message_received), (GST_START_TEST),
4663         (adder_suite):
4664         Added check to show that #339935 is fixed with ongoing
4665         adder and collectpads fixes.
4666
4667 2006-05-29  Wim Taymans  <wim@fluendo.com>
4668
4669         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4670         Don't leak pad name.
4671
4672 2006-05-29  Wim Taymans  <wim@fluendo.com>
4673
4674         * gst/adder/gstadder.c: (gst_adder_query_duration),
4675         (forward_event_func), (forward_event), (gst_adder_src_event):
4676         Fix adder seeking.
4677         Make query/seeking code threadsafe.
4678
4679         * tests/check/Makefile.am:
4680         * tests/check/elements/adder.c: (test_event_message_received),
4681         (GST_START_TEST), (test_play_twice_message_received):
4682         Fix adder test case.
4683
4684 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4685
4686         Patch by: Young-Ho Cha  <ganadist at chollian net>
4687
4688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4689         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4690         (set_encoding_element), (decodebin_element_added_cb),
4691         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4692         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4693         * gst/playback/gstplaybasebin.h:
4694           Add 'subtitle-encoding' property to playbin, so applications can
4695           force a subtitle encoding for non-UTF8 subtitles (#342268).
4696
4697         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4698         (gst_sub_parse_set_property):
4699           Rename recently-added 'encoding' property to 'subtitle-encoding'
4700           (so it can be proxied by playbin/decodebin in a generic way
4701           with less danger of false positives).
4702
4703 2006-05-29  Michael Smith  <msmith@fluendo.com>
4704
4705         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4706         (append_with_other_format), (set_structure_widths),
4707         (gst_audio_convert_transform_caps):
4708           Patch from #341562: give more specific audio caps in get_caps, so
4709           that basetransform  can make better decisions on what caps to
4710           negotiate.
4711
4712 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4713
4714         * tests/check/elements/volume.c:
4715         make it compile again
4716
4717 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4718
4719         * tests/check/elements/volume.c: (volume_suite):
4720         disable test until #343196 gets resolved
4721
4722 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4723
4724         * gst/adder/gstadder.c: (gst_adder_get_type):
4725         Make it easier to copy&paste
4726         
4727         * gst/volume/Makefile.am:
4728         * gst/volume/gstvolume.c: (volume_update_real_volume),
4729         (gst_volume_set_volume), (gst_volume_set_mute),
4730         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4731         (volume_transform_ip), (volume_update_mute),
4732         (volume_update_volume):
4733         * gst/volume/gstvolume.h:
4734         Add own debug category, move duplicate code to helper function, fix
4735         property texts, add more comments and prepare ffor liboil-goodness
4736         
4737         * tests/check/Makefile.am:
4738         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4739         add test for mute and passtrough case, be a bit more verbose to track
4740         failure
4741         
4742         * tests/check/generic/states.c: (GST_START_TEST):
4743         catch elements that fail to instantiate
4744
4745 2006-05-28  Edward Hervey  <edward@fluendo.com>
4746
4747         * tests/check/pipelines/simple-launch-lines.c:
4748         * tests/check/pipelines/theoraenc.c:
4749         * tests/check/pipelines/vorbisenc.c:
4750         Comment out tests using parse_launch() if core was built without
4751         parsing capabilities.
4752
4753 2006-05-27  Edward Hervey  <edward@fluendo.com>
4754
4755         * tests/check/Makefile.am:
4756         Extra bonus points for whoever explains to ensonic that you are meant
4757         to test unit tests thoroughly before commiting them, especially if
4758         you know it's going to break.
4759         De-activated element/adder tests.
4760
4761 2006-05-27  Edward Hervey  <edward@fluendo.com>
4762
4763         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4764         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4765         Marking caps conversion issues as GST_WARNING is way too verbose,
4766         Moving them to GST_LOG.
4767
4768 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4769
4770         * README:
4771           Replace current README (containing the release notes from
4772           some 0.9.x version) with a proper README taken from the core.
4773
4774 2006-05-26  Wim Taymans  <wim@fluendo.com>
4775
4776         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4777         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4778         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4779         (vorbis_dec_change_state):
4780         Small cleanups.
4781         Add some FIXMEs
4782         Clip output samples to segment boundaries.
4783
4784 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4785
4786         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4787         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4788         Improve the errors produced on bad output, including some human
4789         readable description strings.
4790         Handle the (theoretical for ximagesink) case where the XServer 
4791         has a different idea about the size required for a particular 
4792         frame and gives us too small a memory allocation.
4793
4794 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4795
4796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4797         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4798         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4799         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4800         Improve the errors produced on bad output, including some human 
4801         readable description strings.
4802         Handle RGB Xv formats properly by transforming them into our 
4803         big-endian caps description.
4804         Use gst_caps_truncate to ensure that we never try and choose a
4805         non-fixed caps in buffer_alloc.
4806         Handle the case where the XServer has a different idea about the size
4807         required for a particular frame and gives us too small a memory
4808         allocation.
4809         Use -1 to indicate 'no image format', because 0 is a valid XServer
4810         image format number.
4811         Put RGB Xv formats at the end of the caps, so that we always prefer
4812         YUV format frames.
4813         Iterate the available Xv Encodings to determine the maximum width and
4814         height, and then return that in our caps.
4815         (Closes #315312, #337544)
4816
4817 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4818
4819         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4820         When there is only one unfinished pad and it receives an event that
4821         doesn't match our requirements, we need to set alldone=FALSE so that
4822         the fakesink is not removed yet.
4823
4824 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4827           Use gst_type_find_helper_for_buffer() to find the type
4828           of stream from the first packet.
4829
4830         * configure.ac:
4831           Bump requirements to core CVS (needed for vorbis
4832           typefinding to work).
4833
4834 2006-05-24  Edward Hervey  <edward@fluendo.com>
4835
4836         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4837         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4838         contain.  Else they play perfectly fine with qtdemux.
4839
4840 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4841
4842         * ext/theora/theoradec.c:
4843         * ext/theora/theoraenc.c:
4844         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4845         * gst/audiorate/gstaudiorate.c:
4846           make more debug catagories static
4847         
4848         * tests/check/Makefile.am:
4849         * tests/check/elements/adder.c: (message_received),
4850         (test_event_message_received), (GST_START_TEST),
4851         (test_play_twice_message_received), (adder_suite):
4852           added test case for using element twice, extra bonus points for anyone
4853           who can make these test run reliably
4854
4855 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4856
4857         * ext/theora/theoradec.c: (theora_dec_chain):
4858           Make work with time-stamped input buffers that do not
4859           have a granulepos in BUFFER_OFFSET_END (like theora
4860           buffers coming from matroskademux). Fixes #342448.
4861
4862 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4863
4864         Patch by: Peter Kjellerstedt  <pkj at axis com>
4865
4866         * gst/tcp/Makefile.am:
4867           fdstresstest doesn't need Gtk+, fix compilation if 
4868           gtk is not available (#342566).
4869
4870 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4871          
4872         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4873           80 line columns
4874           Removed redundant floor()
4875
4876 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4877
4878         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4879           On second thought, just skip JUNK chunks automatically, so
4880           the caller doesn't have to handle this. Fixes #342345.
4881           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4882           not GST_FLOW_ERROR.
4883
4884 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4885
4886         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4887           Don't bail out on JUNK chunks with a size of 0 (would try to
4888           pull_range 0 bytes before, which sources don't like too much).
4889           See #342345.
4890
4891 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4892
4893         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4895         Use the gstutil scaling function to preserve 64 bits while calculating
4896         output width and height from the display-aspect-ratio. (A continuation
4897         of #341542)
4898
4899 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4900
4901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4902         (gst_xvimagesink_buffer_alloc):
4903         * sys/xvimage/xvimagesink.h:
4904         When performing buffer allocations, remember the caps and image format
4905         we return so that if the same caps are asked for next time we can
4906         return them immediately without doing any caps intersections.
4907
4908 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4909          
4910         * gst-libs/gst/rtp/README:
4911           Some new documentation
4912         * gst-libs/gst/rtp/gstrtpbuffer.h:       
4913           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
4914         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4915         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
4916           New RTP audio base payloader class. Supports frame or sample based
4917           codecs.  Not enabled in Makefile.am until approved.
4918
4919 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4920
4921         * tests/check/elements/alsa.c: (test_device_property_probe):
4922           Fix test case: don't try to free NULL GValueArray when there
4923           are no devices.
4924
4925 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4926
4927         * tests/check/Makefile.am:
4928         * tests/check/elements/alsa.c: (test_device_property_probe),
4929         (alsa_suite), (main):
4930           Add simple test that runs a device property probe on alsasrc,
4931           alsasink and alsamixer. Disable valgrind check for now (too
4932           many leaks in libasound, and valgrind ignored my suppressions
4933           additions).
4934
4935 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4936
4937         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4938         (gst_alsa_device_property_probe_probe_property),
4939         (gst_alsa_device_property_probe_needs_probe),
4940         (gst_alsa_device_property_probe_get_values),
4941         (gst_alsa_type_add_device_property_probe_interface):
4942         * ext/alsa/gstalsadeviceprobe.h:
4943         * ext/alsa/gstalsamixerelement.c:
4944         (gst_alsa_mixer_element_init_interfaces):
4945         * ext/alsa/gstalsamixerelement.h:
4946           Clean up and simplify alsa device probing. Make it actually work
4947           for multiple classes. Don't cache results any longer.
4948
4949         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
4950         (gst_alsasink_init):
4951         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
4952         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
4953         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
4954           Make alsasink and alsasrc implement the GstPropertyProbe interface
4955           for device probing (#342181).
4956           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
4957
4958 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4959
4960         * gst/subparse/samiparse.c: (handle_start_font):
4961           Don't ignore return value of strtol (++compiler_happiness).
4962
4963 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4964
4965         Patch by: Young-Ho Cha  <ganadist chollian net>
4966
4967         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4968         (gst_sub_parse_class_init), (gst_sub_parse_init),
4969         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
4970         (convert_encoding):
4971         * gst/subparse/gstsubparse.h:
4972           Add 'encoding' property (#341681).
4973
4974         * gst/subparse/samiparse.c: (characters_sami):
4975           Output is pango markup, so we need to escape text
4976           between tags (#342143).
4977
4978 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4979
4980         * gst-libs/gst/audio/multichannel.c:
4981         (gst_audio_check_channel_positions):
4982           It's okay to have caps with channels=1 and a channel position
4983           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
4984           (deinterleavers might want to keep the position in the caps,
4985           so that they can be re-interleaved again properly later).
4986           Leave check for unexpected 2-channel layouts intact for now.
4987
4988 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4989
4990         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
4991         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
4992         basesrc can do its job correctly.
4993
4994 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4995
4996         * ext/alsa/Makefile.am:
4997         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4998         (gst_alsa_detect_formats), (get_channel_free_structure),
4999         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5000         (gst_alsa_probe_supported_formats):
5001         * ext/alsa/gstalsa.h:
5002         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5003           Refactor and improve caps probing code: probe signedness
5004           when we probe the supported formats/widths; set endianness
5005           to the one we actually probed for (ie. cpu endianness).
5006           
5007         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5008         (gst_alsasrc_close):
5009         * ext/alsa/gstalsasrc.h:
5010           Implement caps probing for alsasrc.
5011
5012 2006-05-15  Wim Taymans  <wim@fluendo.com>
5013
5014         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5015         (theora_dec_src_query), (theora_dec_src_event),
5016         (theora_dec_sink_event), (theora_handle_comment_packet),
5017         (theora_handle_data_packet), (theora_dec_change_state):
5018         Cleanups, add some G_LIKELY.
5019         Use segment helpers instead of our own wrong code.
5020         Clear queued buffers on seek and READY.
5021
5022         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5023         (vorbis_dec_convert), (vorbis_dec_src_query),
5024         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5025         (vorbis_handle_comment_packet), (vorbis_dec_push),
5026         (vorbis_handle_data_packet), (vorbis_dec_chain),
5027         (vorbis_dec_change_state):
5028         * ext/vorbis/vorbisdec.h:
5029         Remove old useless packetno variable.
5030         Do position query properly.
5031         Add some G_LIKELY.
5032         Do cleanup of queued buffers in new helper function
5033         and use it.
5034
5035 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5036
5037         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5038           Query supported sample rates. Fixes #341732.
5039
5040 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5041
5042         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5043         (gst_decode_bin_change_state): Make decodebin reusable
5044         when going from PAUSE_TO_READY and then back to PAUSED.
5045         Fixes #331678.
5046
5047 2006-05-15  Wim Taymans  <wim@fluendo.com>
5048
5049         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5050         (vorbis_dec_convert), (vorbis_dec_src_query),
5051         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5052         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5053         (vorbis_dec_clean_queued), (vorbis_dec_push),
5054         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5055         Cleanups. Use refcounting and DEBUG_OBJECT.
5056         Reset segment on flush, use code methods instead of our
5057         own wrong version.
5058         Fix potential memleak.
5059
5060 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5061
5062         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5063         (gst_alsasink_init):
5064         * ext/alsa/gstalsasink.h:
5065           Don't leak allocated snd_output_t structure if there's
5066           more than one alsasink instance at a time (#341873).
5067           Also fix GObject macros in header file.
5068           
5069 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5070
5071         * gst/subparse/gstsubparse.c:
5072         (gst_sub_parse_data_format_autodetect):
5073           Don't use libxml functions in the typefinding code.
5074
5075 2006-05-15  Wim Taymans  <wim@fluendo.com>
5076
5077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5078         Fix seeking performance in the case where a non-header 
5079         packet has a 0 granulepos (busted theora case). 
5080         Fixes #341719
5081         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5082          the first place, you limelight stealer you)
5083
5084 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5085
5086         * gst/subparse/gstsubparse.c:
5087         (gst_sub_parse_data_format_autodetect):
5088           Improve SAMI typefinding: handle case where there are
5089           whitespaces or newlines in front of the first <SAMI>
5090           tag (#169936).
5091
5092 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5093
5094         * configure.ac:
5095           Build video4linux plugin even if there's no XVIDEO, just
5096           without implementing the GstXOverlay interface (#334002).
5097          
5098 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5099
5100         * configure.ac:
5101         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5102         (plugin_init):
5103           Add tentative support for libvisual-0.4 (#336881).
5104
5105 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5106
5107         Patch by: Young-Ho Cha <ganadist at chollian net>
5108
5109         * gst/subparse/samiparse.c: (handle_start_font):
5110           Need to map "silver" colour explicitly (#169936).
5111
5112 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5113
5114         Patch by: Young-Ho Cha  <ganadist at chollian net>
5115
5116         * gst/subparse/Makefile.am:
5117         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5118         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5119         (gst_sub_parse_format_autodetect), (feed_textbuf),
5120         (gst_subparse_type_find), (plugin_init):
5121         * gst/subparse/gstsubparse.h:
5122         * gst/subparse/samiparse.c:
5123         * gst/subparse/samiparse.h:
5124           Add support for SAMI subtitles (#169936).
5125
5126 2006-05-14  Michael Smith  <msmith@fluendo.com>
5127
5128         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5129           Fix #341696: crash when mixing L+R+C to mono or stereo.
5130         * tests/check/Makefile.am:
5131         * tests/check/elements/audioconvert.c: (set_channel_positions),
5132         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5133         (audioconvert_suite):
5134           Add test for the above, including some generic framework bits for
5135           testing multichannel things.
5136
5137 === release 0.10.7 ===
5138
5139 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5140
5141         * configure.ac:
5142           releasing 0.10.7, "Leave the gun"
5143
5144 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5145
5146         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5148         Fix the build.
5149
5150 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5151
5152         * docs/libs/gst-plugins-base-libs-docs.sgml:
5153         * docs/libs/gst-plugins-base-libs-sections.txt:
5154         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5155         * gst-libs/gst/video/video.h:
5156         * gst/videoscale/Makefile.am:
5157         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5159         * tests/check/Makefile.am:
5160         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5161         (main):
5162           Fix integer overflow problem with pixel-aspect-ratio calculations
5163           in videoscale and xvimagesink (#341542)
5164
5165 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * gst-libs/gst/tag/gstid3tag.c:
5168           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5169
5170 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5171
5172         * win32/MANIFEST:
5173           update win32 files listing
5174
5175 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5176
5177         patch by: Sjoerd Simons (sjoerd@luon.net)
5178
5179         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5180         (group_create), (group_destroy), (add_stream),
5181         (gst_play_base_bin_get_property),
5182         (gst_play_base_bin_get_streaminfo_value_array):
5183         * gst/playback/gstplaybasebin.h:
5184           API: GstPlayBaseBin::stream-info-value-array property
5185           use a more bindings-friendly way of exposing streaminfo
5186           using a GValueArray.  Tested in ipython.
5187           Closes #341114
5188
5189 2006-05-11  Wim Taymans  <wim@fluendo.com>
5190
5191         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5192         (queue_underrun_cb), (queue_filled_cb):
5193         Also catch queue underruns but don't do anything yet.
5194         Refactor and comment queue enlarging code a bit.
5195
5196         * gst/playback/gstplaybasebin.c: (queue_overrun),
5197         (queue_threshold_reached), (queue_out_of_data),
5198         (gen_preroll_element):
5199         If a queue over/underruns check that we don't create nasty
5200         deadlocks when the min-threshold is not reached but the
5201         max-bytes is. In those cases disable max-bytes when we
5202         know that the queue is fed timed data.
5203         Add more comments.
5204
5205 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5206
5207         * gst/playback/gstplaybin.c: (gen_audio_element):
5208           Make playbin automatically plug an 'audioresample'
5209           element before the audio sink as well. This solves
5210           problems with sinks that only accept a very specific
5211           sample rate, like esdsink (e.g. #340379).
5212
5213 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5214
5215         * gst/playback/gstplaybasebin.c: (gen_source_element):
5216           Make http sources send special headers so that we receive
5217           icecast metadata if the http stream is an icecast stream
5218           (otherwise the server will just ignore them). This also
5219           means that from now on users will need the 'icydemux'
5220           element from gst-plugins-good installed if they want to
5221           listen to icecast radio streams. (#341432, #333657).
5222
5223 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5224
5225         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5226         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5227           remove stupid example from docs - it should come with a simple
5228           C program instead.
5229           Clean up/fix docs
5230         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5231         (fail_if_can_read), (GST_START_TEST),
5232         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5233           add a test for changing streamheader which exposes a bug in
5234           multifdsink
5235
5236 2006-05-11  Michael Smith  <msmith@fluendo.com>
5237
5238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5239         (gst_gnome_vfs_src_received_headers_callback):
5240         * ext/gnomevfs/gstgnomevfssrc.h:
5241           Don't set icy-caps unless we have a sane interval value. Move
5242           interval to a local variable; we never use it outside this function.
5243
5244 2006-05-11  Wim Taymans  <wim@fluendo.com>
5245
5246         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5248         Register special buffer types along with the objects so
5249         that they are not registered at runtime from N different
5250         streaming threads since they are not threadsafe.
5251
5252 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5253
5254         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5255         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5256           add two more tests, one doing streamheader
5257
5258 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5259
5260         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5261           clean up the bufqueue when shutting down
5262         * tests/check/Makefile.am:
5263         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5264         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5265         (main):
5266           add a test for the leak that was just fixed
5267
5268 2006-05-10  Wim Taymans  <wim@fluendo.com>
5269
5270         * gst/adder/gstadder.c: (gst_adder_setcaps),
5271         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5272         (gst_adder_src_event), (gst_adder_sink_event),
5273         (gst_adder_class_init), (gst_adder_finalize),
5274         (gst_adder_request_new_pad), (gst_adder_collected):
5275         * gst/adder/gstadder.h:
5276         Updated some docs. Added comments and FIXMEs all over the place.
5277         Improve debugging info.
5278         Fix leak on finalize by not calling the parent.
5279         Implement duration query.
5280         Make event forwarding threadsafe.
5281         Correctly send NEWSEGMENT at start and after flush.
5282         Handle EOS correctly.
5283         Post error when not negotiated.
5284
5285         * tests/check/elements/adder.c: (GST_START_TEST):
5286         Added FIXME in the test.
5287
5288 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5289
5290         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5291         (gst_text_overlay_halign_get_type),
5292         (gst_text_overlay_wrap_mode_get_type):
5293         * ext/theora/theoradec.c: (theora_handle_type_packet),
5294         (theora_handle_data_packet):
5295         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5296         (theora_enc_sink_setcaps), (theora_enc_chain):
5297         * gst-libs/gst/cdda/gstcddabasesrc.c:
5298         (gst_cdda_base_src_mode_get_type):
5299         * gst/audiotestsrc/gstaudiotestsrc.c:
5300         (gst_audiostestsrc_wave_get_type):
5301         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5302         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5303         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5304         (gst_sync_method_get_type), (gst_unit_type_get_type),
5305         (gst_client_status_get_type):
5306         * gst/videoscale/gstvideoscale.c:
5307         (gst_video_scale_method_get_type):
5308         * gst/videotestsrc/gstvideotestsrc.c:
5309         (gst_video_test_src_pattern_get_type):
5310         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5311         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5312         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5313         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5314         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5315         (paint_setup_RGB565), (paint_setup_xRGB1555):
5316           Const-ify GEnumValue and GFlagsValue arrays. Use
5317           GST_ROUND_UP_* macros instead of home-made ones.
5318
5319 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         * configure.ac:
5322           Require core CVS for the new newsegment stuff.
5323
5324 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5325
5326         Patch by: Sjoerd Simons  <sjoerd at luon net>
5327
5328         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5329           Register nick for enum value (#341160).
5330
5331 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5332
5333         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5334         (plugin_init):
5335          backout typefind patch #340375
5336          
5337         * tests/check/elements/adder.c: (message_received),
5338         (GST_START_TEST), (adder_suite):
5339           redo, signal-handling of test
5340
5341 2006-05-09  Wim Taymans  <wim@fluendo.com>
5342
5343         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5344         (gst_adder_collected):
5345         * gst/adder/gstadder.h:
5346         Remove bogus segment merging and forwarding, we don't
5347         care about timestamps anyway and we just produce a
5348         continuous stream. 
5349         Also create a nice NEWSEGMENT event when we start.
5350         Use _scale_int some more.
5351
5352 2006-05-09  Edward Hervey  <edward@fluendo.com>
5353
5354         * tests/icles/stress-xoverlay.c:
5355         Fix if core was built without parsing support.
5356
5357 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5358
5359         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5360           Add SEDG (Samsung MPEG-4) fourcc.
5361
5362 2006-05-09  Edward Hervey  <edward@fluendo.com>
5363
5364         * tests/icles/stress-xoverlay.c:
5365         * tests/examples/volume/volume.c:
5366         Fix if core was built without parsing support.
5367
5368         * tests/examples/seek/seek.c:
5369         Disable the parse_launch example if core was built without parsing
5370         support.
5371
5372 2006-05-08  Edward Hervey  <edward@fluendo.com>
5373
5374         * autogen.sh: (CONFIGURE_DEF_OPT): 
5375         libtoolize on Darwin/MacOSX is called glibtoolize
5376
5377 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5378
5379         * tests/check/Makefile.am:
5380         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5381           Disable the adder test, until the build-slaves posses the kindness to 
5382           either like it or to give valid reason for not doing so 
5383
5384 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5385
5386         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5387         (adder_suite):
5388           Shuffle NULL state change around and raise timeout more
5389
5390 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5391
5392         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5393         (mp4_type_find), (plugin_init):
5394           Add typefind to distinguish between "audio/x-m4a" and new type
5395           "video/mp4". Fixes #340375
5396
5397         * tests/check/elements/adder.c: (adder_suite):
5398           Raise timeout to make buildbot happy
5399
5400 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5401
5402         * gst/adder/gstadder.c: (gst_adder_sink_event),
5403         (gst_adder_request_new_pad), (gst_adder_change_state):
5404         * gst/adder/gstadder.h:
5405         * tests/check/Makefile.am:
5406         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5407         (adder_suite), (main):
5408           Add sink-event handling to adder. It tries to merge incomming
5409           newsegment-events. Added test to check if segment_done is comming
5410           through. Fixes #340060
5411
5412 2006-05-05  Andy Wingo  <wingo@pobox.com>
5413
5414         * ext/theora/theoraparse.c (gst_theora_parse_init)
5415         (theora_parse_src_convert, theora_parse_src_query):
5416         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5417         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5418         query functions on the source pads of the theora and vorbis parse
5419         elements. Fixes position querying when doing a remux.
5420
5421 2006-05-05  Michael Smith  <msmith@fluendo.com>
5422
5423         * ext/theora/theoraparse.c: (parse_granulepos),
5424         (theora_parse_drain_queue_prematurely),
5425         (theora_parse_queue_buffer), (theora_parse_sink_event):
5426           Fix flushing.
5427           Fix invalid granulepos outputs when starting with a non-keyframe.
5428
5429 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5430
5431         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5432         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5433         Rearrange MPEG system stream detection, fixing some memleaks in the
5434         process.
5435         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5436         they clean up their data correctly.
5437         Remove unused ogganx caps and move the 'is_annodex' check to inside
5438         the 'is_ogg' if statement.
5439
5440 2006-05-05  Wim Taymans  <wim@fluendo.com>
5441
5442         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5443         Properly remove ghostpads. Fixes #340392
5444
5445 2006-05-04  David Schleef  <ds@schleef.org>
5446
5447         * gst/typefind/gsttypefindfunctions.c:
5448
5449 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5450
5451         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5452         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5453
5454         When typefinding an MP3 in push-based mode, don't penalise the
5455         probability down to 74% when we found 5 valid frames just because we
5456         can't peek the end of the file.
5457
5458         Make the probability for detecting MPEG Transport Streams based on the
5459         number of sequential headers we successfully detected.
5460
5461 2006-05-03  Wim Taymans  <wim@fluendo.com>
5462
5463         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5464         (vorbis_dec_push), (vorbis_dec_chain):
5465         Still produce an error when we receive an empty packet.
5466
5467 2006-05-03  Wim Taymans  <wim@fluendo.com>
5468
5469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5470         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5471         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5472         Mark buffers with DISCONT after seek and after activating new
5473         chains.
5474
5475         * ext/theora/gsttheoradec.h:
5476         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5477         (theora_get_query_types), (theora_dec_sink_event),
5478         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5479         (theora_dec_change_state):
5480         Fix frame counter.
5481         Detect and mark DISCONT buffers.
5482
5483         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5484         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5485         (vorbis_dec_change_state):
5486         * ext/vorbis/vorbisdec.h:
5487         Use GstSegment.
5488         Detect and mark DISCONT buffers.
5489         Don't crash on 0 sized buffers.
5490
5491 2006-05-03  Wim Taymans  <wim@fluendo.com>
5492
5493         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5494         (volume_transform_ip):
5495         Increase "volume" property to 10.0. Fixes #340369.
5496         Set the process function to NULL when capsnego fails so that
5497         we properly error out.
5498
5499 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5500
5501         * gst/playback/gstplaybin.c: (add_sink):
5502         * gst/playback/test.c: (main):
5503         * gst/playback/test5.c: (dump_element_stats):
5504         * gst/playback/test6.c: (main):
5505           free caps using gst_caps_unref, don't leak caps-strings
5506
5507 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5508
5509         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5510         (plugin_init):
5511           Refine musepack typefinding a bit. Return MAXIMUM
5512           probability when we detect stream version 7 to make
5513           sure the mpeg audio typefinder doesn't trump us.
5514
5515 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5516
5517         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5518           Protect against unexpected NULL strf_data buffer.
5519
5520 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5521
5522         * tests/check/elements/audioconvert.c: (verify_convert),
5523         (GST_START_TEST):
5524           interpret the out[] buffer in the order the bytes are actually
5525           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5526           Other tests should use BYTE_ORDER since the array is filled in
5527           with actual values
5528
5529 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5530
5531         * tests/check/elements/audioconvert.c: (verify_convert),
5532         (GST_START_TEST):
5533           when a test fails, give an indication of which it is
5534
5535 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5536
5537         * gst-libs/gst/cdda/gstcddabasesrc.c:
5538           compile fix; strtol() needs <stdlib.h>
5539
5540 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5541
5542         * ext/alsa/gstalsamixerelement.c:
5543         * ext/alsa/gstalsasrc.c:
5544         * ext/cdparanoia/gstcdparanoiasrc.c:
5545         * ext/gnomevfs/gstgnomevfssink.c:
5546         * ext/gnomevfs/gstgnomevfssrc.c:
5547         * ext/ogg/gstoggdemux.c:
5548         * ext/ogg/gstoggmux.c:
5549         * ext/ogg/gstoggparse.c:
5550         * ext/ogg/gstogmparse.c:
5551         * ext/pango/gstclockoverlay.c:
5552         * ext/pango/gsttextoverlay.c:
5553         * ext/pango/gsttextrender.c:
5554         * ext/pango/gsttimeoverlay.c:
5555         * ext/theora/theoradec.c:
5556         * ext/theora/theoraenc.c:
5557         * ext/vorbis/vorbisdec.c:
5558         * ext/vorbis/vorbisenc.c:
5559         * gst-libs/gst/audio/gstaudiofilter.c:
5560         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5561         * gst/audioconvert/gstaudioconvert.c:
5562         * gst/audiorate/gstaudiorate.c:
5563         * gst/audioresample/gstaudioresample.c:
5564         * gst/audiotestsrc/gstaudiotestsrc.c:
5565         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5566         * gst/playback/gstdecodebin.c:
5567         * gst/playback/gstplaybin.c:
5568         * gst/playback/gststreamselector.c:
5569         * gst/subparse/gstsubparse.c:
5570         * gst/tcp/gstmultifdsink.c:
5571         * gst/tcp/gsttcpclientsink.c:
5572         * gst/tcp/gsttcpclientsrc.c:
5573         * gst/tcp/gsttcpserversink.c:
5574         * gst/tcp/gsttcpserversrc.c:
5575         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5576         * gst/videorate/gstvideorate.c:
5577         * gst/videoscale/gstvideoscale.c:
5578         * gst/videotestsrc/gstvideotestsrc.c:
5579         * gst/volume/gstvolume.c:
5580         * sys/v4l/gstv4ljpegsrc.c:
5581         * sys/v4l/gstv4lmjpegsink.c:
5582         * sys/v4l/gstv4lmjpegsrc.c:
5583         * sys/v4l/gstv4lsrc.c:
5584         * sys/ximage/ximagesink.c:
5585         * sys/xvimage/xvimagesink.c:
5586         * tests/check/libs/cddabasesrc.c:
5587           make GstElementDetails const
5588
5589 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5590
5591         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5592         (gst_adder_init):
5593           send events from src-pad to all sink-pads fixes #338657
5594
5595 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5596
5597         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5598         (alsasink_parse_spec):
5599           query width capabilities from alsa, fixes #338919
5600
5601 2006-04-28  Wim Taymans  <wim@fluendo.com>
5602
5603         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5604         (gst_multi_fd_sink_remove_client_link):
5605         * gst/tcp/gstmultifdsink.h:
5606         Fix race condition in multifdsink that can lead to spurious 
5607         duplicate clients. this patch adds a new signal that is fired when
5608         multifdsink has removed all references to the fd.
5609         Fixes #339574.
5610         Updated documentation.
5611         API: client-fd-removed signal added
5612
5613 2006-04-28  Michael Smith  <msmith@fluendo.com>
5614
5615         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5616           When asking g_value_array_new to prealloc elements, we may as well
5617           ask for the right number of elements.
5618
5619 2006-04-28  Wim Taymans  <wim@fluendo.com>
5620
5621         * gst-libs/gst/audio/gstbaseaudiosink.c:
5622         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5623         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5624         patch to make timestamp checking more tollerant to rounding 
5625         errors given that real discontinuities are to be marked on
5626         buffers. Fixes some asf files and #338778.
5627         Also avoid some crashers when we receive an event in the 
5628         NULL state.
5629
5630 2006-04-28  Michael Smith  <msmith@fluendo.com>
5631
5632         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5633         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5634         (gst_gnome_vfs_src_get_property),
5635         (gst_gnome_vfs_src_send_additional_headers_callback),
5636         (gst_gnome_vfs_src_received_headers_callback),
5637         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5638         (gst_gnome_vfs_src_stop):
5639         * ext/gnomevfs/gstgnomevfssrc.h:
5640           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5641           proper shared support within icydemux.
5642
5643 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5644
5645         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5646         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5647           fix up docs
5648           fix a leak when no caps negotiated
5649           fix counting of input frames
5650         * tests/check/elements/.cvsignore:
5651         * tests/check/elements/videorate.c: (assert_videorate_stats),
5652         (GST_START_TEST), (videorate_suite):
5653           add tests for these
5654
5655 2006-04-28  Wim Taymans  <wim@fluendo.com>
5656
5657         * gst-libs/gst/audio/gstringbuffer.c:
5658         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5659         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5660         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5661         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5662         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5663         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5664         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5665         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5666         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5667         Check arguments passed to public functions instead of
5668         crashing.
5669
5670 2006-04-28  Wim Taymans  <wim@fluendo.com>
5671
5672         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5673         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5674         GstBaseAudioSrc must be live or it does not work.
5675
5676         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5677         Don't set live to TRUE as this is the default in the parentclass.
5678
5679 2006-04-28  Wim Taymans  <wim@fluendo.com>
5680
5681         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5682         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5683         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5684         fixation cases better. Fixes #338991
5685
5686 2006-04-28  Wim Taymans  <wim@fluendo.com>
5687
5688         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5689         Handle 0/1 framerate correctly Fixes #331901.
5690
5691 2006-04-28  Wim Taymans  <wim@fluendo.com>
5692
5693         * tests/check/elements/audioconvert.c: (get_float_caps),
5694         (GST_START_TEST), (audioconvert_suite):
5695         Added check for correct clipping when doing float samples
5696         in audioconvert.
5697
5698 2006-04-28  Wim Taymans  <wim@fluendo.com>
5699
5700         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5701         (gst_video_rate_chain):
5702         Print more debugging info.
5703
5704 2006-04-28  Wim Taymans  <wim@fluendo.com>
5705
5706         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5707         (resample_set_state_from_caps):
5708         Add support for other formats audioresample can handle such as
5709         32 bits in and float and 64 bits float. Fixes #301759
5710
5711 2006-04-28  Wim Taymans  <wim@fluendo.com>
5712
5713         * gst/audioconvert/audioconvert.c: (float):
5714         correctly clip float samples > 1.0. Fixes #338718
5715
5716 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5717
5718         Patch by: Young-Ho Cha  <ganadist at chollian net>
5719
5720         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5721         (gst_text_overlay_render_text):
5722           Don't strip newlines from the text. Also, center lines
5723           within multi-line paragraphs (#339405).
5724
5725 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5726
5727         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5728           Fix wavpack typefinding to work in more cases (don't peek
5729           for chunks of multiple hundred kBs at once, but process
5730           things step-by-step in smaller units). Fixes #339786.
5731
5732 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5733
5734         * configure.ac:
5735           back to HEAD
5736
5737 === release 0.10.6 ===
5738
5739 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5740
5741         * configure.ac:
5742           releasing 0.10.6, "Chao"
5743
5744 2006-04-26  David Schleef  <ds@schleef.org>
5745
5746         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5747           Fixes #338897.
5748
5749 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5750
5751         * configure.ac:
5752         * win32/common/config.h:
5753           new prerelease
5754
5755 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5756
5757         patch by: Wim Taymans
5758
5759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5760         (gst_ogg_demux_perform_seek):
5761           make sure correct newsegments are sent, so that the decoder
5762           and the demuxer agree on timestamps.  Fixes playback of a lot
5763           of Ogg files that do not start from 0.  Fixes #339833.
5764
5765 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5766
5767         Patch by: Edward Hervey  <edward@fluendo.com>
5768
5769         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5770         * tests/check/Makefile.am:
5771         * tests/check/elements/videorate.c: (assert_videorate_stats),
5772         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5773         (videorate_suite), (main):
5774           Fix an infinite loop if frames are passed in with wrongly ordered
5775           timestamps.  Fixes #339013.
5776
5777 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5778
5779         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5780
5781         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5782           fix typefinding on some ISO files.  Fixes #339212.
5783
5784 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5785
5786         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5789           add another H264 fourcc.  Fixes #339047.
5790
5791 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5792
5793         Patch by: Jan Schmidt
5794
5795         * gst/playback/gststreamselector.c:
5796         (gst_stream_selector_bufferalloc):
5797           Restore old StreamSelector behaviour.
5798           Fixes #338419.
5799
5800 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5801
5802         * configure.ac:
5803         * win32/common/config.h:
5804           prerelease
5805
5806 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5807
5808         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5809
5810         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5811         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5812           Fix some memory leaks: on finalize, free buffers left in the queue
5813           before destroying the queue; in _push(), unref rtp_buf even if
5814           the process vfunc returned a NULL buffer as output buffer (#337548);
5815           demote some recuring debug messages to LOG level.
5816
5817 2006-04-11  Wim Taymans  <wim@fluendo.com>
5818
5819         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5820         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5821         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5822         (gst_ogg_demux_loop):
5823         More cleanups.
5824         Respect segment stop when emiting EOS or SEGMENT_DONE.
5825         Fixes (#337945).
5826
5827 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5828
5829         * gst/playback/gststreamselector.c:
5830         (gst_stream_selector_get_property):
5831           Don't leak pad name.
5832
5833 2006-04-10  Michael Smith  <msmith@fluendo.com>
5834
5835         * tests/check/Makefile.am:
5836         * tests/check/gst-plugins-base.supp:
5837           Suppress an old libtheora bug (fixed in more recent versions), so 
5838           that FC4 buildslaves can pass.
5839
5840 2006-04-10  Wim Taymans  <wim@fluendo.com>
5841
5842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5843         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5844         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5845         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5846         (gst_ogg_demux_loop):
5847         Don't leak events.
5848         Remember what error we got when finding chains, if we
5849         were shutdown, that would not be an error.
5850
5851 2006-04-10  Wim Taymans  <wim@fluendo.com>
5852
5853         * gst-libs/gst/audio/gstbaseaudiosink.c:
5854         (gst_base_audio_sink_event):
5855         Starting the ringbuffer when we did not acquire it can cause
5856         a deadlock, is pointless and causes nasty things for
5857         subclasses. 
5858         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5859
5860 2006-04-10  Wim Taymans  <wim@fluendo.com>
5861
5862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5863         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5864         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5865         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5866         (gst_ogg_demux_deactivate_current_chain),
5867         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5868         (gst_ogg_demux_bisect_forward_serialno),
5869         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5870         Add some more debugging.
5871
5872 2006-04-10  Wim Taymans  <wim@fluendo.com>
5873
5874         * ext/theora/theoradec.c: (theora_dec_src_event),
5875         (theora_handle_data_packet):
5876         Some more debug info.
5877
5878         * tests/examples/seek/seek.c: (start_seek), (main):
5879         Print element messages too.
5880
5881 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5882
5883         * gst/audioresample/debug.h:
5884           replace debug macros with variable number of parameters
5885           by a simple alias to gstreamer standard debug macros 
5886          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5887           supported by MSVC 6.0 and 7.1)
5888         * gst/audioresample/resample.h:
5889           define M_PI and rint for WIN32
5890         * win32/common/libgstaudio.def:
5891         * win32/common/libgstriff.def:
5892         * win32/common/libgsttag.def:
5893         * win32/common/libgstvideo.def:
5894           add new exported functions
5895         * win32/vs6:
5896           update project files
5897
5898 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5899
5900         * ext/alsa/gstalsamixeroptions.c:
5901         (gst_alsa_mixer_options_class_init):
5902         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5903         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5905         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5906         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5907         * gst-libs/gst/audio/gstaudiofilter.c:
5908         (gst_audio_filter_class_init):
5909         * gst-libs/gst/audio/gstaudiosink.c:
5910         (gst_audioringbuffer_class_init):
5911         * gst-libs/gst/audio/gstaudiosrc.c:
5912         (gst_audioringbuffer_class_init):
5913         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5914         * gst-libs/gst/interfaces/colorbalancechannel.c:
5915         (gst_color_balance_channel_class_init):
5916         * gst-libs/gst/interfaces/mixeroptions.c:
5917         (gst_mixer_options_class_init):
5918         * gst-libs/gst/interfaces/mixertrack.c:
5919         (gst_mixer_track_class_init):
5920         * gst-libs/gst/interfaces/tunerchannel.c:
5921         (gst_tuner_channel_class_init):
5922         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5923         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5924         (gst_netbuffer_class_init):
5925         * gst-libs/gst/rtp/gstbasertppayload.c:
5926         (gst_basertppayload_class_init):
5927         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5928         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5929         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5930         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5931         * gst/playback/gststreamselector.c:
5932         (gst_stream_selector_class_init):
5933         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5934         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5935         * sys/v4l/gstv4lcolorbalance.c:
5936         (gst_v4l_color_balance_channel_class_init):
5937         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5938         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5939         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5940         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
5941         (gst_v4l_tuner_norm_class_init):
5942         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
5943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
5944         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
5945         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
5946
5947 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5948
5949         * ext/pango/gsttextrender.h:
5950         * gst-libs/gst/audio/gstaudiosink.h:
5951         * gst-libs/gst/audio/gstaudiosrc.h:
5952         * gst-libs/gst/audio/gstbaseaudiosink.h:
5953         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5954         * gst-libs/gst/audio/gstringbuffer.h:
5955         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5956         * gst-libs/gst/rtp/gstbasertppayload.h:
5957         * gst-libs/gst/video/gstvideofilter.h:
5958         * gst-libs/gst/video/gstvideosink.h:
5959         * gst/playback/gstplaybasebin.h:
5960         * gst/tcp/gstmultifdsink.h:
5961         * sys/v4l/gstv4lelement.h:
5962         Fix broken GObject macros
5963
5964 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5965
5966         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
5967         More debug to trace why my USB headset is not working with gst
5968
5969 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5970
5971         * gst/playback/gstplaybasebin.c: (group_destroy):
5972         Clean up our group elements properly in the case where it never 
5973         got committed - it still got added unconditionally to the bin.
5974
5975 2006-04-07  Wim Taymans  <wim@fluendo.com>
5976
5977         * ext/theora/theoradec.c: (theora_dec_sink_event),
5978         (theora_handle_data_packet), (theora_dec_chain):
5979         Unref unhandled events.
5980         Protect against empty buffers.
5981         Perform QoS on running time.
5982
5983 2006-04-07  Michael Smith  <msmith@fluendo.com>
5984
5985         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
5986         (gst_vorbis_enc_chain):
5987           Remove leaks from vorbisenc.
5988           Mostly minor changes, the only significant one is that now the
5989           buffers we set as 'streamheader' on the caps are copies of the
5990           original buffers, to avoid circular refcounting problems.
5991
5992 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5993
5994         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
5995           Don't remove our mute-probe if someone else already did so.
5996           Don't set a 2nd one if there is already one pending on the pad.
5997
5998         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5999         (do_playbin_seek):
6000           When a seek fails, ensure that playbin is still set back to playing.
6001           
6002         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6003         (mpeg_ts_type_find), (plugin_init):
6004           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6005
6006 2006-04-06  Andy Wingo  <wingo@pobox.com>
6007
6008         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6009         (gst_video_rate_init): Caps-related parameters should not be reset
6010         by a flush -- move their inits to the instance init function.
6011         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6012         is not OK, just return the result.
6013
6014         * gst/audiotestsrc/gstaudiotestsrc.c
6015         (gst_audio_test_src_class_init)
6016         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6017         broken by Stefan's commit on 24 March.
6018
6019         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6020         buffers being pushed out. Fixes oggmux ! multifdsink.
6021
6022 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6025         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6026         * ext/vorbis/vorbisdec.h:
6027         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6028         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6029         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6030         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6031         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6032         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6033         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6034         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6035         (gst_vorbis_enc_buffer_from_packet),
6036         (gst_vorbis_enc_buffer_from_header_packet),
6037         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6038         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6039         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6040         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6041         (gst_vorbis_enc_change_state):
6042         * ext/vorbis/vorbisenc.h:
6043           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6044           vorbisenc adhere to the official nomenclature; use boilerplate
6045           macro.
6046
6047 2006-04-04  Andy Wingo  <wingo@pobox.com>
6048
6049         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6050         Whoops, fix bug introduced. Bad hacker!
6051         
6052         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6053         Properly handle the case where you get EOS before any buffers are
6054         received. Use gst_buffer_make_metadata_writable where appropriate.
6055
6056         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6057         is often negative -- make it signed so as not to wrap around.
6058         Fixes segfaults introduced on 9 March.
6059
6060 2006-04-03  Wim Taymans  <wim@fluendo.com>
6061
6062         * ext/theora/gsttheoradec.h:
6063         * ext/theora/theoradec.c: (theora_dec_src_event):
6064         Don't try to store a gdouble in a gboolean.
6065         Small cleanups.
6066
6067 2006-04-03  Michael Smith  <msmith@fluendo.com>
6068
6069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6070           Oggmux sucks.
6071           Make it suck slightly less by writing out the final page.
6072           Still can't encode a vorbis-in-ogg file correctly, though.
6073
6074 2006-04-03  Andy Wingo  <wingo@pobox.com>
6075
6076         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6077         a g_print.
6078
6079         * ext/theora/theora.c (plugin_init): Register theoraparse.
6080
6081         * ext/theora/gsttheoraparse.h: 
6082         * ext/theora/theoraparse.c: New files implementing a theora
6083         parser. Now we can properly remux ogg/theora+vorbis, yay.
6084
6085         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6086
6087 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6088
6089         * gst/audiotestsrc/gstaudiotestsrc.c:
6090           Fixed the sample pipeline (see #323798)
6091
6092 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6093
6094         * configure.ac:
6095         * win32/common/config.h:
6096         * win32/common/config.h.in:
6097           use AS_VERSION and AS_NANO
6098           more cleanups
6099
6100 2006-03-31  Andy Wingo  <wingo@pobox.com>
6101
6102         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6103         uninitialized variable return that would happen.
6104         
6105         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6106         uninitialized variable return that would never happen.
6107
6108         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6109         (vorbis_parse_sink_event): Add an event function to flush our
6110         state on a seek, and to drain buffers on a premature EOS.
6111         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6112         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6113         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6114         (vorbis_parse_drain_queue): Queue up buffers until we can set
6115         their timestamps and granulepos values.
6116
6117         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6118         and keep track of data needed for deriving granulepos and
6119         timestamps for buffers.
6120
6121 2006-03-29  Wim Taymans  <wim@fluendo.com>
6122
6123         Patch by: j^ <j at bootlab dot org>
6124
6125         * ext/alsa/gstalsamixerelement.c:
6126         (gst_alsa_mixer_element_class_init):
6127         * ext/alsa/gstalsasink.c:
6128         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6129         * ext/ogg/gstoggdemux.c:
6130         * ext/ogg/gstoggmux.c:
6131         * ext/ogg/gstoggparse.c:
6132         * ext/pango/gstclockoverlay.c:
6133         * ext/pango/gsttextoverlay.c:
6134         * ext/pango/gsttextrender.c:
6135         * ext/pango/gsttimeoverlay.c:
6136         * ext/theora/theoradec.c:
6137         * ext/theora/theoraenc.c:
6138         * ext/vorbis/vorbisdec.c:
6139         * ext/vorbis/vorbisenc.c:
6140         * gst/audioconvert/gstaudioconvert.c:
6141         * gst/subparse/gstsubparse.c:
6142         * gst/tcp/gstmultifdsink.c:
6143         * gst/tcp/gsttcpclientsink.c:
6144         * gst/tcp/gsttcpclientsrc.c:
6145         * gst/tcp/gsttcpserversink.c:
6146         * gst/tcp/gsttcpserversrc.c:
6147           better/unified long descriptions
6148           Fixes #336477
6149
6150 2006-03-29  Wim Taymans  <wim@fluendo.com>
6151
6152         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6153         (stop_seek):
6154         Don't let double and triple clicks mess up our state.
6155
6156 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * gst/playback/gstplaybin.c: (gen_video_element),
6159         (gen_text_element), (gen_audio_element), (gen_vis_element):
6160           Error out gracefully when we can't create any of the usual
6161           conversion elements for some reason. Also, don't try to
6162           create an audioscale (sic) element that's not used anyway.
6163
6164 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6165
6166         * gst/playback/gstplaybasebin.c: (setup_source):
6167           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6168           element for a particular protocol, that's confusing for users.
6169           Instead, post a RESOURCE_FAILED error, so that our own error
6170           message is actually shown in totem etc. (#336303).
6171
6172 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6173
6174         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6175
6176         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6177         (gst_gnome_vfs_src_get_icy_metadata):
6178           Fix some minor memory leaks (#336194).
6179
6180 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6181
6182         * ext/gnomevfs/gstgnomevfs.c:
6183         (gst_gnome_vfs_location_to_uri_string):
6184         * ext/gnomevfs/gstgnomevfs.h:
6185         * ext/gnomevfs/gstgnomevfssink.c:
6186         (gst_gnome_vfs_sink_set_property):
6187         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6188           Make gnomevfssink accept filenames as well as URIs for the
6189           "location" property, just like gnomevfssrc does (and
6190           filesrc/filesink do) (#336190).
6191
6192 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6193
6194         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6195           set to NULL before unreffing, fixes a valgrind leak.
6196           Why was this not triggering the error that an object needs to
6197           be NULL before unreffing ?
6198         * win32/common/config.h:
6199           update
6200
6201 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6202
6203         * gst/subparse/gstsubparse.c: (convert_encoding),
6204         (gst_sub_parse_change_state):
6205         * gst/subparse/gstsubparse.h:
6206           Text subtitle files may or may not be UTF-8. If it's not, we
6207           don't really want to see '?' characters in place of non-ASCII
6208           characters like accented characters. So let's assume the input
6209           is UTF-8 until we come across text that is clearly not. If it's
6210           not UTF-8, we don't really know what it is, so try the following:
6211           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6212           is set; if not, check (b) if the current locale encoding is
6213           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6214           the current locale encoding is UTF-8 and the environment variable
6215           was not set to any particular encoding. Not perfect, but better
6216           than nothing (and better than before, I think) (fixes #172848).
6217
6218 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6219
6220         * configure.ac:
6221           update core requirement to 0.10.4.1 because of async_playback
6222           vmethod on GstBaseSink
6223
6224 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6225
6226         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6227         * gst/adder/gstadder.c: (gst_adder_init):
6228         use DEBUG_FUNCPTR for collectpads
6229
6230 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6231
6232         * docs/plugins/Makefile.am:
6233         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6234         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6235         * ext/cdparanoia/gstcdparanoiasrc.c:
6236         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6237         (gst_gnome_vfs_sink_class_init):
6238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6240         * ext/ogg/gstoggmux.c:
6241         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6242         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6243         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6244         * ext/pango/gsttextoverlay.c:
6245         * ext/pango/gsttextrender.c:
6246         * ext/theora/theoradec.c:
6247         * ext/theora/theoraenc.c:
6248         * ext/vorbis/vorbisdec.c:
6249         * ext/vorbis/vorbisenc.c:
6250         * gst-libs/gst/audio/gstaudiofilter.c:
6251         (gst_audio_filter_base_init):
6252         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6253         (gst_audio_filter_template_base_init):
6254         * gst/adder/gstadder.c: (gst_adder_get_type):
6255         * gst/adder/gstadder.h:
6256         * gst/audioconvert/gstaudioconvert.c:
6257         * gst/audiotestsrc/gstaudiotestsrc.c:
6258         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6259         (gst_audio_test_src_create):
6260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6261         * gst/playback/gstdecodebin.c:
6262         * gst/playback/gstplaybin.c:
6263         * gst/playback/gststreamselector.c:
6264         (gst_stream_selector_base_init):
6265         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6266         * gst/volume/gstvolume.c:
6267         * sys/v4l/gstv4lmjpegsink.c:
6268         * sys/v4l/gstv4lmjpegsrc.c:
6269         * tests/check/libs/cddabasesrc.c:
6270         * tests/old/examples/gob/gst-identity2.gob:
6271           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6272           define GstElementDetails at the top
6273
6274 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6275
6276         * win32/common/libgstinterfaces.def:
6277         Add a lot of export functions for gst-python
6278         * win32/vs6/libgstinterfaces.dsp:
6279         Add a missing include folder in the project configuration
6280         
6281 2006-03-23  Wim Taymans  <wim@fluendo.com>
6282
6283         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6284         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6285         (gst_base_audio_src_change_state):
6286         Fix audio sources, forgot to make the ringbuffer
6287         startable...
6288
6289 2006-03-23  Wim Taymans  <wim@fluendo.com>
6290
6291         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6292         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6293         (gst_base_audio_src_change_state):
6294         unparent instead of unref the ringbuffer.
6295
6296 2006-03-23  Wim Taymans  <wim@fluendo.com>
6297
6298         * gst-libs/gst/audio/gstbaseaudiosink.c:
6299         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6300         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6301         Implement new async_play vmethod to start slaving and allow
6302         playback start in case of async PLAY state changes. 
6303
6304         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6305         Enable QoS with new method in base class.
6306
6307 2006-03-23  Wim Taymans  <wim@fluendo.com>
6308
6309         Patch by: Julien MOUTTE <julien at moutte dot net>
6310
6311         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6312         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6313         Partially handle 0 framerate, only EOS after the first frame
6314         is missing.
6315
6316 2006-03-23  Wim Taymans  <wim@fluendo.com>
6317
6318         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6319
6320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6321         (gst_riff_create_video_template_caps):
6322         * gst/ffmpegcolorspace/avcodec.h:
6323         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6324         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6325         (gst_ffmpegcsp_avpicture_fill):
6326         * gst/ffmpegcolorspace/imgconvert.c:
6327         Patch for support of YVU9 AVI files (#334822)
6328
6329 2006-03-22  Edward Hervey  <edward@fluendo.com>
6330
6331         * docs/design/design-decodebin.txt:
6332         Added design document for new decodebin
6333         (Target Caps): text/x-pango-markup is also a default target caps.
6334
6335 2006-03-22  Wim Taymans  <wim@fluendo.com>
6336
6337         * gst-libs/gst/audio/gstbaseaudiosink.c:
6338         (gst_base_audio_sink_dispose):
6339         Since we _parent the ringbuffer, we also need to
6340         _unparent instead of a plain _unref.
6341
6342 2006-03-22  Wim Taymans  <wim@fluendo.com>
6343
6344         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6345         (stop_seek), (scrub_toggle_cb), (main):
6346         Add scrub checkbox.
6347
6348 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6349
6350         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6351         (gst_ogg_parse_chain):
6352           Fix very inefficient usage of linked lists (#335365).
6353
6354 2006-03-21  Edward Hervey  <edward@fluendo.com>
6355
6356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6357         * gst/playback/gstplaybin.c: (handoff):
6358         * gst/playback/gststreamselector.c:
6359         (gst_stream_selector_set_property):
6360         gcc 4.1 unreferenced pointer fixes.
6361         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6363         gst_buffer_ref() now takes a GstBuffer*.
6364
6365 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6366
6367         * sys/xvimage/xvimagesink.c:
6368         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6369         by Jan Schmidt.
6370
6371 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6372
6373         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6374         (id3v1_type_find), (apetag_type_find), (plugin_init):
6375           Can't do tag preferences via probability, as tags would then
6376           lose against types that are recognised with MAXIMUM probability
6377           (like .wav); so let all tag typefinders return MAXIMUM themselves
6378           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6379           that we can prefer APE to ID3v1 (fixes #335028).
6380           
6381 2006-03-17  Wim Taymans  <wim@fluendo.com>
6382
6383         * gst-libs/gst/audio/gstbaseaudiosink.c:
6384         (gst_base_audio_sink_change_state):
6385         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6386         (gst_ring_buffer_may_start):
6387         * gst-libs/gst/audio/gstringbuffer.h:
6388         Only start playback if we are playing.
6389         should fix #330748.
6390
6391 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6392
6393         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6394         * win32/common/config.h:
6395           Revert accidental commits to these files.
6396
6397 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6398
6399         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6400
6401         * tests/Makefile.am:
6402           Don't try to build tests in tests/icles if we
6403           don't have X (#323852)
6404
6405 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6406
6407         * gst-libs/gst/tag/gstid3tag.c:
6408           Add TXXX frame identifiers for replaygain stuff as used
6409           by some taggers (see #323721).
6410
6411 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6412
6413         * gst/playback/gststreamselector.c:
6414         (gst_stream_selector_set_property),
6415         (gst_stream_selector_bufferalloc):
6416           Preserve the existing buggy streamselector behaviour by performing
6417           a fallback buffer allocation when downstream isn't linked yet.
6418           This should really be fixed in playbin by blocking pads until it's
6419           linked them.
6420           Also, use gst_pad_alloc_buffer instead of
6421           gst_pad_alloc_buffer_and_set.
6422
6423 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         * gst-libs/gst/tag/gstid3tag.c:
6426           Don't crash on unknown ID3v2 TXXX frames.
6427           
6428 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6429
6430         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6431           Chain up to the parent finalize method.
6432           Add 32-bit sample size to the template caps.
6433
6434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6435         (gst_riff_create_video_template_caps):
6436           Add the fourcc that the VMWare codec uses.
6437           
6438         * gst/playback/gststreamselector.c:
6439         (gst_stream_selector_set_property),
6440         (gst_stream_selector_bufferalloc),
6441         (gst_stream_selector_request_new_pad):
6442           For the active pad, forward buffer-alloc requests, otherwise
6443           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6444           having to memcpy every frame when used by playbin.
6445
6446         * gst/tcp/gstmultifdsink.c:
6447         (gst_multi_fd_sink_handle_client_write):
6448           Get negotiated caps from the sink pad, rather than the sink
6449           pad's peer.
6450
6451 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6452
6453         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6454         
6455         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6456           Don't forget to set src->callbacks_pushed to FALSE again when
6457           popping them, otherwise re-activation in a different mode won't
6458           work (#334620).
6459
6460 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6461
6462         Patch by: Sebastien Moutte  <sebastien moutte net>
6463
6464         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6465         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6466         (gst_ffmpeg_smpfmt_to_caps):
6467           Replace __VA_ARGS__ caps creation macros with varargs functions.
6468           Makes things compile on MSVC (#320765), looks nicer, and we can
6469           tell the compiler to check for the NULL terminator.
6470
6471 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6474
6475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6476           Make sure the buffer we copy into is really always big
6477           enough, this time for real (#333488).
6478           
6479 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6480
6481         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6482           Add support for 24bpp DIB (#305279).
6483
6484 2006-03-14  Wim Taymans  <wim@fluendo.com>
6485
6486         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6487         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6488         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6489         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6490         (gst_video_scale_init), (gst_video_scale_src_event):
6491         Re-enable QoS after the release.
6492         Rework videoscale to use the base class src_event handler.
6493
6494 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6495
6496         * configure.ac:
6497           back to CVS.
6498
6499 === release 0.10.5 ===
6500
6501 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6502
6503         * configure.ac:
6504           releasing 0.10.5, "Net"
6505
6506 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6507
6508         * docs/plugins/Makefile.am:
6509           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6510           
6511 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6514         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6515         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6516           Add cdparanoiasrc to docs.
6517
6518         * gst-libs/gst/cdda/gstcddabasesrc.c:
6519           More GstCddaBaseSrc docs.
6520
6521 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         * docs/libs/gst-plugins-base-libs-sections.txt:
6524         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6525         * gst-libs/gst/tag/tag.h:
6526           API: libgsttag: new method gst_tag_from_id3_user_tag().
6527
6528 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6531           NULL-terminate array of mpeg4 video file extensions.
6532           Fixes crash on PPC (#334226).
6533
6534 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6535
6536         * ext/gnomevfs/gstgnomevfssrc.c:
6537         (gst_gnome_vfs_src_check_get_range):
6538           gnome_vfs_uri_is_local() alone is not a good indicator
6539           whether we can operate in pull-mode with a specific URI,
6540           as it returns FALSE for file:// URIs that point to an
6541           NFS-mounted path. Be more conservative here: whitelist
6542           local files, blacklist http URIs and use the old
6543           mechanism for anything else (fixes #334216).
6544
6545 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6546
6547         * configure.ac:
6548           back to trunk
6549
6550 === release 0.10.4 ===
6551
6552 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6553
6554         * configure.ac:
6555           releasing 0.10.4, "Power"
6556
6557 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6558
6559         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6560         Disable max-lateness by setting it to -1 for now, so that 
6561         we can bed QoS stuff in thoroughly between now and the next
6562         release.
6563
6564 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6565
6566         Patch by: Fabrizio Gennari
6567
6568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6569           Make sure we don't read beyond the palette buffer in case of
6570           broken or manipulated files (#333488)
6571
6572 2006-03-10  Edward Hervey  <edward@fluendo.com>
6573
6574         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6575         Fix for variable not initialized.
6576
6577 2006-03-09  Wim Taymans  <wim@fluendo.com>
6578
6579         * ext/libvisual/visual.c: (gst_visual_get_type),
6580         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6581         (gst_visual_chain):
6582         Small cleanups.
6583
6584         * ext/theora/gsttheoradec.h:
6585         * ext/theora/theoradec.c: (gst_theora_dec_init),
6586         (gst_theora_dec_reset), (_theora_granule_time),
6587         (theora_dec_src_convert), (theora_dec_sink_convert),
6588         (theora_dec_src_query), (theora_dec_src_event),
6589         (theora_dec_sink_event), (theora_handle_comment_packet),
6590         (theora_handle_header_packet), (theora_dec_push),
6591         (theora_handle_data_packet), (theora_dec_chain),
6592         (theora_dec_change_state):
6593         Add simple QoS.
6594
6595 2006-03-09  Wim Taymans  <wim@fluendo.com>
6596
6597         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6598         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6599         Some cleanups.
6600
6601 2006-03-09  Wim Taymans  <wim@fluendo.com>
6602
6603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6604         Don't try to activate NULL chains.
6605
6606 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6607
6608         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6609           Fix invalid memory access to region before peek'd data (#332964).
6610
6611 2006-03-09  Wim Taymans  <wim@fluendo.com>
6612
6613         Patch by: Christophe Fergeau
6614
6615         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6616         * ext/pango/gsttextrender.c: (gst_text_render_init):
6617         * gst/adder/gstadder.c: (gst_adder_init):
6618         Don't leak padtemplates, closes #333510.
6619
6620 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6623           Fix invalid memory access: make sure string passed to
6624           regexec() is NUL-termianted.
6625
6626 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6627
6628         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6629         (mp3_type_find):
6630           Refactor mpeg/audio typefinding to make it more maintainable
6631           and easier to fine-tune. Make probing into middle of the file
6632           work properly (fixes #333900, also see #152688).
6633
6634 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6635
6636         * gst/typefind/gsttypefindfunctions.c:
6637         (utf8_type_find_have_valid_utf8_at_offset):
6638           Remove part from previous commit that was bogus:
6639           g_utf8_validate() does in fact not accept embedded
6640           zeroes, so we don't need to check for those (thanks
6641           to Mike for the hint).
6642
6643 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6644
6645         * gst/typefind/gsttypefindfunctions.c:
6646         (utf8_type_find_count_embedded_zeroes),
6647         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6648           Make plain/text typefinder more conservative: firstly, check
6649           for embedded zeroes, which are perfectly valid UTF-8 characters,
6650           but also a fairly good sign that something is not a plain text
6651           file; secondly, probe into the middle of the file if possible.
6652           If we can't probe into the middle, limit the probability value
6653           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6654
6655 2006-03-08  Michael Smith  <msmith@fluendo.com>
6656
6657         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6658           Make typefind function name for mpeg4 video unique.
6659
6660 2006-03-08  Wim Taymans  <wim@fluendo.com>
6661
6662         * ext/libvisual/visual.c: (gst_visual_init),
6663         (gst_visual_clear_actors), (gst_visual_dispose),
6664         (gst_visual_reset), (gst_visual_src_setcaps),
6665         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6666         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6667         (gst_visual_chain), (gst_visual_change_state):
6668         Cleanups, post nice errors.
6669         Handle sink and src events.
6670         Implement simple QoS.
6671
6672         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6673         Use new basesink methods to configure max-lateness.
6674         Small doc update.
6675
6676         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6677         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6678         Debug statement cleanups.
6679
6680         * gst/volume/gstvolume.c: (gst_volume_class_init):
6681         Simple cleanup.
6682
6683 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6684
6685         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6686         (gst_text_overlay_init), (gst_text_overlay_set_property),
6687         (gst_text_overlay_get_property):
6688           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6689           as string type properties, but mark them deprecated. Add
6690           'halignment' and 'valignment' properties that use enums
6691           instead of strings.
6692
6693 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6694
6695         Patch by: Fabrizio Gennari
6696
6697         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6698           Allow palettes with less than 256 colours in AVI files
6699           (#333488)
6700
6701 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6702
6703         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6704         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6705         pad. We were releasing the queued text buffer when we should keep
6706         it until video pad gets EOS or discard the text buffer because it's
6707         too old. That was eating the last subtitle buffer. Add some more
6708         debug.
6709
6710 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6713         (gst_text_overlay_video_chain):
6714           Fix invalid memory access (we can't access a buffer after it's been
6715           pushed downstream without taking a reference); fix memory leak (if
6716           there's no text to render, bail out before allocating stuff).
6717
6718 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6719
6720         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6721         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6722         * ext/pango/gsttextoverlay.h:
6723           If input is plain text, escape it before passing it to
6724           pango_layout_set_markup().
6725
6726 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6727
6728         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6729           Don't ignore flow return from gst_pad_push().
6730
6731 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6732
6733         Patch by: Fabrizio Gennari
6734
6735         * ext/libvisual/visual.c: (gst_visual_getcaps),
6736         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6738         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6739         (gst_vorbisenc_convert_sink):
6740         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6741         (gst_audio_duration_from_pad_buffer):
6742         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6743         (gst_audio_filter_chain):
6744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6745         (gst_base_rtp_depayload_setcaps):
6746         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6747         (gst_video_get_size):
6748         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6749           Don't leak references returned by gst_pad_get_parent()
6750           (#333663)
6751
6752 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6753
6754         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6755           change location param details
6756         * gst/volume/gstvolume.c: (plugin_init):
6757           correct plugin description
6758
6759 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6762         (gst_gnome_vfs_src_check_get_range):
6763           Override GstBaseSrc::check_get_range() in order to avoid opening
6764           the resource just to check whether we can operate in pull-mode or
6765           not - we can predict that pretty well from the URI alone. Should
6766           fix problems with last.fm (#331690). (Requires latest core CVS).
6767
6768 2006-03-06  Wim Taymans  <wim@fluendo.com>
6769
6770         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6771         (gst_video_sink_class_init):
6772         Throw away frames that are later than 20 ms.
6773
6774 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         Patch by: Fabrizio Gennari
6777
6778         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6779           Set depth on WMA caps (#333545)
6780
6781 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6782
6783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6784         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6785           put Theora BOS pages before others.  This hardcodes
6786           the Ogg/Theora I profile, but hey.
6787
6788 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6789
6790         * ext/ogg/README:
6791           updated with some examples
6792         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6793         (granulepos_add), (theora_buffer_from_packet):
6794         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6795         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6796         (gst_vorbisenc_chain):
6797           implement strategy from ext/ogg/README
6798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6799         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6800         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6801         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6802           Fix muxer so that oggz-validate is happy with all streams;
6803           except for no eos mark, and the BOS page ordering
6804         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6805         (check_buffer_granulepos):
6806         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6807           update tests to check for OFFSET being set as requested
6808           fixed type of granulepos, it's not a ClockTime
6809
6810 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6811
6812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6813         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6814         Check that the xvimage we are creating has a correct size
6815         before returning it. (#314897)
6816
6817 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6818
6819         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6820           Give id3 and ape tag typefinders a rank slightly higher
6821           than PRIMARY to ensure they're always run before any of
6822           the other typefinders (in particular wav and mp3) (#324186).
6823
6824 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6827           Add support for '3IVD' fourcc (#333403).
6828
6829 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * configure.ac:
6832           Bump requirements to GStreamer CVS for the new error enum.
6833
6834         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6835           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6836           space left on the device (fixes #333352).
6837
6838 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6839
6840         * win32/vs6:
6841           add a project file for libgstvolume
6842           update the workspace
6843
6844 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6845
6846         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6847         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6848         (GST_START_TEST):
6849           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6850           Set IN_CAPS on header buffers
6851
6852 2006-03-02  Wim Taymans  <wim@fluendo.com>
6853
6854         * docs/plugins/Makefile.am:
6855         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6856         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6857         Add audioresample to docs.
6858
6859         * gst/audioconvert/gstaudioconvert.c:
6860         Add revision date.
6861
6862         * gst/audioresample/gstaudioresample.c:
6863         (gst_audioresample_base_init), (gst_audioresample_class_init),
6864         (gst_audioresample_init), (gst_audioresample_dispose),
6865         (audioresample_get_unit_size), (audioresample_transform_caps),
6866         (resample_set_state_from_caps), (audioresample_transform_size),
6867         (audioresample_set_caps), (audioresample_event),
6868         (audioresample_do_output), (audioresample_transform),
6869         (audioresample_pushthrough), (gst_audioresample_set_property),
6870         (gst_audioresample_get_property), (plugin_init):
6871         * gst/audioresample/gstaudioresample.h:
6872         Added docs.
6873         Small code cleanups.
6874
6875 2006-03-02  Wim Taymans  <wim@fluendo.com>
6876
6877         * docs/plugins/Makefile.am:
6878         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6879         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6880         Added videoscale to docs.
6881
6882         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6883         (gst_video_rate_swap_prev), (gst_video_rate_event),
6884         (gst_video_rate_chain):
6885         Fix typo in docs.
6886
6887         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6888         (gst_video_scale_init), (gst_video_scale_prepare_size),
6889         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6890         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6891         * gst/videoscale/gstvideoscale.h:
6892         Added docs, examples.
6893         Some code cleanups.
6894         Post errors instead of g_warning.
6895
6896 2006-03-02  Wim Taymans  <wim@fluendo.com>
6897
6898         * docs/libs/gst-plugins-base-libs-docs.sgml:
6899         * docs/libs/gst-plugins-base-libs-sections.txt:
6900         * docs/libs/gst-plugins-base-libs.types:
6901         * docs/plugins/Makefile.am:
6902         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6903         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6904         Added some more docs to libs and plugins.
6905
6906         * gst-libs/gst/audio/gstringbuffer.c:
6907         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6908         * gst-libs/gst/audio/gstringbuffer.h:
6909         Document ringbuffer some more.
6910
6911         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6912         (gst_video_rate_setcaps), (gst_video_rate_reset),
6913         (gst_video_rate_init), (gst_video_rate_flush_prev),
6914         (gst_video_rate_swap_prev), (gst_video_rate_event),
6915         (gst_video_rate_chain), (gst_video_rate_change_state):
6916         * gst/videorate/gstvideorate.h:
6917         Fix videorate to use segments.
6918         Make it work with 0/1 framerates (closes #331903)
6919         Handle EOS correctly.
6920         Added docs.
6921
6922 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6923
6924         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6925         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6926         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6927           In state change function, first chain up to parent class,
6928           then handle downwards state change stuff. Remove some
6929           commented out cruft from 0.8 code.
6930
6931 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6934         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6935         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6936         (gst_ogm_parse_chain):
6937           Don't remove/re-add source pad if the new caps are the same as
6938           the old caps anyway (#333042). When removing source pad, don't
6939           unref it afterwards - we didn't ref it when adding. Sprinkle some
6940           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
6941           after using gst_pad_get_parent(). Return downstream flow return
6942           value in chain function.
6943
6944 2006-03-02  Wim Taymans  <wim@fluendo.com>
6945
6946         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6947         * docs/plugins/gst-plugins-base-plugins.args:
6948         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6949         * docs/plugins/gst-plugins-base-plugins.interfaces:
6950         * docs/plugins/gst-plugins-base-plugins.signals:
6951         Fix hierarchy, added some more elements to the docs.
6952
6953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6954         (gst_ffmpegcsp_get_type):
6955         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
6956         Fix docs for ffmpegcolorspace.
6957
6958 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
6959
6960         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
6961         (apetag_type_find), (ape_type_find), (plugin_init):
6962           Some typefinding fine-tuning:
6963           - rank ID3/APE tags in order of preference via probabilities, so that
6964             ID3v2 > APEv2 > APEv1 > ID3v1.
6965           - three or four bytes don't really justify MAXIMUM probability,
6966             change those to 'very likely' (musepack and monkeysaudio).
6967
6968 2006-03-01  Wim Taymans  <wim@fluendo.com>
6969
6970         * docs/plugins/Makefile.am:
6971         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6972         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6973         * ext/alsa/gstalsamixer.c:
6974         * ext/alsa/gstalsamixer.h:
6975         * ext/alsa/gstalsamixerelement.c:
6976         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
6977         * ext/alsa/gstalsamixerelement.h:
6978         * ext/alsa/gstalsasink.c:
6979         * ext/alsa/gstalsasink.h:
6980         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6981         (gst_alsasrc_init):
6982         * ext/alsa/gstalsasrc.h:
6983         Added alsa docs.
6984         Small code cleanups.
6985
6986 2006-03-01  Wim Taymans  <wim@fluendo.com>
6987
6988         * ext/theora/Makefile.am:
6989         Dist new header too,
6990
6991 2006-03-01  Wim Taymans  <wim@fluendo.com>
6992
6993         * docs/plugins/Makefile.am:
6994         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6995         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6996         * ext/gnomevfs/gstgnomevfssink.h:
6997         * ext/gnomevfs/gstgnomevfssrc.h:
6998         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6999         * ext/vorbis/vorbisdec.h:
7000         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7001         * ext/vorbis/vorbisenc.h:
7002         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7003         (vorbis_parse_chain), (vorbis_parse_change_state):
7004         * ext/vorbis/vorbisparse.h:
7005         * gst/audioconvert/gstaudioconvert.h:
7006         * gst/tcp/gsttcpserversink.h:
7007         * gst/videotestsrc/gstvideotestsrc.c:
7008         * gst/videotestsrc/gstvideotestsrc.h:
7009         * gst/volume/gstvolume.c:
7010         * gst/volume/gstvolume.h:
7011         Fix some more docs.
7012         Added docs for vorbisdec and vorbisparse.
7013         Fix vorbisparse.
7014
7015 2006-03-01  Wim Taymans  <wim@fluendo.com>
7016
7017         * docs/plugins/Makefile.am:
7018         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7019         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7020         * ext/pango/gstclockoverlay.h:
7021         * ext/pango/gsttextoverlay.h:
7022         * ext/pango/gsttextrender.h:
7023         * ext/pango/gsttimeoverlay.h:
7024         * ext/theora/gsttheoradec.h:
7025         * ext/theora/gsttheoraenc.h:
7026         * ext/theora/theoradec.c:
7027         * ext/theora/theoraenc.c:
7028         * gst/audioconvert/gstaudioconvert.h:
7029         * gst/audiotestsrc/gstaudiotestsrc.h:
7030         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7031         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7032         * gst/tcp/gstmultifdsink.h:
7033         Updated/added documentation.
7034
7035         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7036         (gst_text_overlay_halign_get_type),
7037         (gst_text_overlay_wrap_mode_get_type),
7038         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7039         (gst_text_overlay_init), (gst_text_overlay_set_property),
7040         (gst_text_overlay_get_property):
7041         Fix up properties to be enums instead of string to make bindings,
7042         introspection and automatic GUI creation possible.
7043         Add getters for the properties.
7044
7045 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7046
7047         * gst/audiotestsrc/gstaudiotestsrc.c:
7048           added defines of M_PI and M_PI_2
7049         * gst/ffmpegcolorspace/avcodec.h:
7050           removed #include "stdint.h" for win32 as _stdint.h is 
7051           autogenerated to win32/common
7052         * win32/common/libgstaudio.def:
7053         * win32/common/libgsttag.def:
7054           added some exports
7055         * win32/vs6:
7056           some project files bugs corrected
7057         * win32/vs7:
7058           project files are reset to the default vs7 configuration 
7059           (they link to msvcr71.dll using default optimizations)
7060           
7061 2006-02-28  Wim Taymans  <wim@fluendo.com>
7062
7063         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7064         Fix some docs.
7065
7066 2006-02-28  Edward Hervey  <edward@fluendo.com>
7067
7068         * ext/alsa/gstalsasrc.c:
7069         Set proper class on the ElementDetails:
7070         Source/Audio instead of Src/Audio/
7071
7072 2006-02-28  Edward Hervey  <edward@fluendo.com>
7073
7074         * gst/videoscale/vs_scanline.c:
7075         (vs_scanline_resample_nearest_RGBA):
7076         Revert optimization in videoscale. It should go in liboil and have
7077         an appropriate liboil function.
7078
7079 2006-02-28  Wim Taymans  <wim@fluendo.com>
7080
7081         * gst-libs/gst/audio/gstbaseaudiosink.c:
7082         (gst_base_audio_sink_provide_clock):
7083         Don't try to provide a clock in the NULL state.
7084
7085 2006-02-28  Wim Taymans  <wim@fluendo.com>
7086
7087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7088         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7089         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7090         (gst_ogg_demux_deactivate_current_chain),
7091         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7092         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7093         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7094         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7095         Use GstSegment infrastructure to remove duplicated code
7096         and handle more seek cases correctly.
7097
7098 2006-02-28  Wim Taymans  <wim@fluendo.com>
7099
7100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7101         (gst_ffmpegcsp_transform):
7102         Don't ignore return code from ffmpeg convert function.
7103
7104         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7105         Split out some long statements to ease debugging.
7106
7107 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7108
7109         * ext/libvisual/visual.c: (gst_visual_init),
7110         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7111         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7112         being able to renegotiate the size. Instead, use the negotiation
7113         algorithm from the goom plugin to pick an initial output caps. 
7114
7115         Also, allow theoretical libvisual plugins that might support non-GL 
7116         output even if they also do GL.
7117
7118 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7119
7120         * ext/libvisual/visual.c: (gst_visual_init),
7121         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7122         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7123         possible negotiation issues.
7124
7125 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7126
7127         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7128
7129 2006-02-24  Michael Smith  <msmith@fluendo.com>
7130
7131         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7132         (cmml_type_find), (plugin_init):
7133           Fix CMML type find function to not require a specific minor version
7134           of the CMML header.
7135
7136           Add an MPEG4 video elementary stream typefind function.
7137
7138 2006-02-04  Michael Smith  <msmith@fluendo.com>
7139
7140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7141         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7142         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7143         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7144         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7145         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7146           Annodex support in ogg demuxer. Doesn't do very much without the
7147           other annodex patches (to come).
7148
7149 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7150
7151         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7152
7153         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7154           Pick up palette for MS video v1 (#327028)
7155
7156 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7157
7158         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7159         (gst_ffmpegcsp_caps_remove_format_info),
7160         (gst_ffmpegcsp_get_unit_size):
7161           The 'palette_data' field from incoming RGB caps shouldn't be
7162           proxied on outgoing YUV caps; also, restrict unit size
7163           adjustment in case of paletted data only to the unit that
7164           actually has a palette. Fixes #330711.
7165
7166 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7167
7168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7169         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7170         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7171         (gst_ffmpegcsp_get_unit_size):
7172           Plug some memory leaks.
7173
7174 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7175
7176         * sys/ximage/Makefile.am:
7177         * sys/xvimage/Makefile.am:
7178           Add some _CFLAGS and _LIBS that seem to be missing
7179           and/or required for Cygwin (see #317048).
7180
7181 2006-02-22  Wim Taymans  <wim@fluendo.com>
7182
7183         * ext/alsa/gstalsasrc.c:
7184         Fix description as pointed out by caugier.
7185
7186 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7187
7188         Reviewed by : Edward Hervey  <edward@fluendo.com>
7189
7190         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7191         (qt_type_find):
7192         Better 3gp typefinding (#331526).
7193
7194 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7195
7196         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7197           Don't send EOS event here, the base class will send one for us.
7198
7199         * gst/playback/gstplaybasebin.c: (prepare_output):
7200           Subpictures without video stream aren't allowed either.
7201         
7202         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7203           Fix debug statement copy'n'paste-o.
7204
7205 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7206
7207         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7208           Fix issues with mixer keeping state when muting/unmuting
7209           and when changing the volume whilst muted (see #331763
7210           and #331765).
7211
7212 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7213
7214         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7215         (parse_subrip), (gst_sub_parse_format_autodetect):
7216           Set right caps given that we send escaped text. Also,
7217           honour <i></i>, <b></b> and <u></u> markers that can be found
7218           in .srt files (fixes #310202).
7219
7220 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7221
7222         * gst-libs/gst/audio/mixerutils.c:
7223         (element_factory_rank_compare_func):
7224           Make order in which elements are tried more determinable.
7225
7226 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7227
7228         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7229         (remove_element_chain), (cleanup_decodebin),
7230         (gst_decode_bin_change_state): Make decodebin reusable by
7231         fixing remove_element_chain first and then introduce a
7232         cleaner in state change to ->NULL. (Closes #331678)
7233
7234 2006-02-19  Wim Taymans  <wim@fluendo.com>
7235
7236         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7237         use 0666 mask when creating files so umask gets applied
7238         correctly. Fixes #331295.
7239
7240 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7241
7242         * gst/subparse/Makefile.am:
7243         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7244         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7245         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7246         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7247         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7248         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7249         * gst/subparse/gstssaparse.h:
7250         * gst/subparse/gstsubparse.c: (plugin_init):
7251           Add very basic parser for SSA subtitle streams (as often
7252           found in matroska files).
7253
7254 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7255
7256         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7257           That should be text/x-pango-markup, not text/x-pango-layout.
7258
7259 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7260
7261         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7262         Polishing.
7263
7264 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7265
7266         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7267         (gst_text_overlay_finalize), (gst_text_overlay_init),
7268         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7269         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7270         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7271         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7272         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7273         Fix state change deadlock.
7274
7275 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7276
7277         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7278         (gst_text_overlay_finalize), (gst_text_overlay_init),
7279         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7280         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7281         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7282         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7283         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7284         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7285         and subtitles files.
7286
7287 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7288
7289         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7290         should be considered as raw.
7291
7292 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7293
7294         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7295         (cb_probe):
7296         * gst/playback/gststreaminfo.h: Introduce language informations.
7297
7298 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7299
7300         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7301         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7302         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7303         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7304         Set shared memory segments to be deleted as soon as we have attached,
7305         that way they get cleaned up automatically if we crash.
7306
7307 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7308
7309         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7310         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7311         functions are called with lock held.
7312
7313 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7314
7315         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7316         (gst_text_overlay_finalize), (gst_text_overlay_init),
7317         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7318         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7319         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7320         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7321         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7322         (gst_text_overlay_change_state): Refactoring of textoverlay
7323         without collectpads. This now supports sparse subtitles coming
7324         from a demuxer instead of a sub file. Seeking is still broken 
7325         though. Need to discuss with wtay some more on how to handle
7326         seeking correctly.
7327         * ext/pango/gsttextoverlay.h:
7328         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7329         subtitles coming from the demuxer.
7330
7331 2006-02-17  Wim Taymans  <wim@fluendo.com>
7332
7333         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7334         (gst_vorbisenc_convert_sink):
7335         Use some more scaling functions.
7336
7337 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         * ext/cdparanoia/gstcdparanoiasrc.c:
7340         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7341         (gst_cd_paranoia_paranoia_callback),
7342         (gst_cd_paranoia_src_signal_is_being_watched),
7343         (gst_cd_paranoia_src_read_sector):
7344         * ext/cdparanoia/gstcdparanoiasrc.h:
7345           Add back 'transport-error' and 'uncorrected-error' signals and
7346           make them actually be fired when bad stuff happens (#319340).
7347
7348 2006-02-17  Wim Taymans  <wim@fluendo.com>
7349
7350         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7351         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7352         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7353         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7354         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7355         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7356         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7357         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7358         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7359         (gst_ring_buffer_clear):
7360         Small cleanups.
7361         Added some G_LIKELY.
7362
7363 2006-02-17  Wim Taymans  <wim@fluendo.com>
7364
7365         * gst-libs/gst/audio/TODO:
7366         Update TODO
7367
7368         * gst-libs/gst/audio/gstbaseaudiosink.c:
7369         (gst_base_audio_sink_get_offset):
7370         When trying to play samples ASAP and we don't have a
7371         previous sample, try to play at position 0 instead of
7372         an invalid position.
7373
7374 2006-02-17  Wim Taymans  <wim@fluendo.com>
7375
7376         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7377         (gst_alsasink_reset):
7378         Also release lock when we get an error in _reset();
7379         fix an error message.
7380
7381 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7382
7383         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7384         (gst_alsasink_init), (get_channel_free_structure),
7385         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7386         (gst_alsasink_close):
7387         * ext/alsa/gstalsasink.h:
7388           Add support for more than 2 channels (#326720).
7389
7390 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7391
7392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7393           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7394           with 4 or 6 channels, assume a default channel layout to make things
7395           work (not sure there's anything else we can do in those cases).
7396
7397 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7398
7399         * gst-libs/gst/audio/multichannel.c:
7400           Minor docs fix.
7401
7402         * gst-libs/gst/riff/Makefile.am:
7403         * gst-libs/gst/riff/riff-ids.h:
7404         * gst-libs/gst/riff/riff-media.c:
7405         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7406           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7407           channels and a channel layout map.
7408           
7409 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7410
7411         Reviewed by Edward Hervey  <edward@fluendo.com>
7412
7413         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7414         C-level optimization of the RGBA nearest neighbour function.
7415         Eventually this might end up in liboil with vectorized versions.
7416
7417 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7418
7419         * gst-libs/gst/audio/multichannel.c:
7420         (gst_audio_get_channel_positions):
7421           When we have more than 2 channels, but no channel layout is
7422           specified in the caps, return some default channel layout
7423           to the caller and warn about about a possibly buggy element
7424           (could be buggy filtercaps as well of course) (#317038).
7425
7426 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7427
7428         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7429           Add gst-libs/gst/cdda to list of lib search paths.
7430
7431 2006-02-15  Andy Wingo  <wingo@pobox.com>
7432
7433         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7434         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7435         to the Lord Jesus that I do not have to touch the ogg muxer ever
7436         again.
7437
7438 2006-02-15  Edward Hervey  <edward@fluendo.com>
7439
7440         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7441         quicktime movie files can also contain 'uuid' atoms.
7442
7443 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7444
7445         * gst/audioconvert/plugin.c: (plugin_init):
7446           Register the GstAudioChannelPosition enum type with the type
7447           system in the plugin_init function, so that it is known before
7448           any element actually makes use of multi-channel stuff. This is
7449           required for example if one wants to be able to deserialise/use
7450           a caps string with channel positions before any pipeline has
7451           been setup and started, like with gst-launch.
7452
7453 2006-02-14  Wim Taymans  <wim@fluendo.com>
7454
7455         * gst-libs/gst/audio/gstringbuffer.c:
7456         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7457         (gst_ring_buffer_samples_done), (wait_segment),
7458         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7459         Add some compiler G_(UN_)LIKELY help.
7460         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7461         make sure they can exit their functions. Should fix #330748
7462
7463 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7464
7465         * Makefile.am:
7466         * configure.ac:
7467         * win32/MANIFEST:
7468         * win32/common/_stdint.h:
7469           Windows does not have long long; copy the generated _stdint.h
7470         * win32/common/interfaces-enumtypes.c:
7471         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7472         (gst_mixer_track_flags_get_type),
7473         (gst_tuner_channel_flags_get_type):
7474         * win32/common/multichannel-enumtypes.c:
7475         (gst_audio_channel_position_get_type):
7476           update
7477
7478 2006-02-13  Wim Taymans  <wim@fluendo.com>
7479
7480         * gst-libs/gst/audio/gstbaseaudiosink.c:
7481         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7482         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7483         Always sync on first sample we receive when starting.
7484
7485 2006-02-13  Wim Taymans  <wim@fluendo.com>
7486
7487         * gst/playback/gstplaybin.c: (gen_vis_element):
7488         Update vis bin docs.
7489         Move queue after tee so we don't queue video buffers but
7490         audio samples instead. Fixes problems where the video queue
7491         is filled and the audio queue empty.
7492
7493 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7494
7495         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7496           No need to push an EOS event here, GstBaseSrc will do that for us
7497           when we return FLOW_UNEXPECTED.
7498           
7499 2006-02-12  Wim Taymans  <wim@fluendo.com>
7500
7501         * gst-libs/gst/audio/gstbaseaudiosink.c:
7502         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7503         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7504         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7505         Use scale functions when possible.
7506         Fix error messages.
7507         Free clockid when after waiting for EOS.
7508         Use G_(UN_)LIKLY when it makes sense.
7509         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7510
7511 2006-02-12  Edward Hervey  <edward@fluendo.com>
7512
7513         * gst/playback/gstplaybasebin.c: (prepare_output): 
7514         Remove stray semi-colon (fixes #330888).
7515
7516 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7517
7518         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7520         Fix up the XShm call testing so that we catch errors, and don't
7521         cause new ones by attempting to detach from a segment we failed
7522         to attach to. Fixes #312439.
7523
7524 2006-02-10  Edward Hervey  <edward@fluendo.com>
7525
7526         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7527         Added flv file typefind (video/x-flv).
7528
7529 2006-02-10  Edward Hervey  <edward@fluendo.com>
7530
7531         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7532         (gst_riff_create_video_template_caps):
7533         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7534         Also added the caps to the default set of riff video caps.
7535
7536 2006-02-09  Andy Wingo  <wingo@pobox.com>
7537
7538         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7539         time and the end time of the last packet in the page.
7540         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7541         on the pages in our queue, set the duration as well. Reflow a
7542         debug statement.
7543         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7544         Fixes bad muxing order.
7545
7546 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7547
7548         * gst-libs/gst/rtp/gstbasertppayload.c:
7549         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7550           update seqnum before setting it on the packet; this makes sure
7551           that the timestamp and seqnum properties match after pushing
7552           a buffer
7553
7554 2006-02-09  Andy Wingo  <wingo@pobox.com>
7555
7556         * gst-libs/gst/audio/gstringbuffer.c
7557         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7558         overflow after 13.5 hours of recording. Kapow!
7559
7560         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7561         the buffer size -- we don't care about underrun/overrun reporting
7562         right now, just need to return a useful value.
7563
7564 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7565
7566         * configure.ac:
7567           Back to CVS
7568
7569 === release 0.10.3 ===
7570
7571 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7572
7573         * configure.ac:
7574           releasing 0.10.3, "Under Pressure"
7575
7576 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7577
7578         * configure.ac:
7579         Drat. Bump libtool version number for new API.
7580         Prelease 0.10.2.3 (of 0.10.3)
7581
7582 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7583
7584         * configure.ac:
7585         * win32/common/config.h:
7586         0.10.2.2 prerelease (of 0.10.3).
7587
7588 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7589
7590         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7591           Revert Andy's newsegment change pending a more correct
7592           fix.
7593
7594 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7595
7596         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7597         (qt_type_find), (plugin_init):
7598           detect more files as 3gp
7599           group and reorder the iso file formats
7600
7601 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7602
7603         * ext/vorbis/vorbis.c: (plugin_init):
7604           Register musicbrainz tags, so apps don't have to.
7605
7606 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7607
7608         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7609         (gst_tag_to_vorbis_tag):
7610           Make sure we called gst_tag_register_musicbrainz_tags()
7611           before possibly mapping a vorbiscomment string from/to a
7612           musicbrainz tag.
7613
7614 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7615
7616         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7617           In case we can't find the required number of consecutive
7618           mpeg audio frames to positively identify an MPEG audio
7619           stream, check if there's at least a valid mpeg audio
7620           frame right at offset 0 and if so suggest mpeg/audio
7621           caps with a very low probability (#153004).
7622
7623 2006-02-07  Andy Wingo  <wingo@pobox.com>
7624
7625         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7626         a TIME segment if we get timestamped buffers. Requires recent
7627         fixes in core to work properly.
7628
7629 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7630
7631         * gst/playback/gstplaybasebin.c: (prepare_output):
7632           Don't print the URI as part of the error message, it
7633           makes error dialogs look rather ugly, especially if
7634           the URI is very long or has characters in it that
7635           need escaping.
7636
7637 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7638
7639         * gst/playback/gstplaybasebin.c: (prepare_output):
7640           Error out if we have only text or subtitles, but nothing
7641           else. Also error out if we have subtitles but no video
7642           stream.
7643
7644 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7647           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7648           Post an error message on the bus when we encounter an
7649           error, which will hopefully be more meaningful than the
7650           'Internal Flow Error' message users get to see if we
7651           just return GST_FLOW_ERROR.
7652
7653 2006-02-07  Andy Wingo  <wingo@pobox.com>
7654
7655         * configure.ac (GST_MAJORMINOR): Update core version req to
7656         0.10.2.2, for the collectpads API addition (#330244).
7657
7658 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7659
7660         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7661           Return FALSE from plugin_init() when GnomeVFS can't
7662           be initialised for some reason (#328423).
7663
7664 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7665
7666         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7667         Stick to seeking theory until i find the bug.
7668         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7669
7670 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7671
7672         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7673         (theora_enc_finalize), (theora_enc_sink_setcaps),
7674         (theora_set_header_on_caps), (theora_enc_chain),
7675         (theora_enc_change_state):
7676         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7677           Make theoraenc and the tests leak free. Like, really.
7678
7679 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7680
7681         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7682         (theora_enc_finalize), (theora_enc_sink_setcaps):
7683           Add a finalize method to ensure we clean up state even if
7684           someone omitted the state change back to NULL.
7685
7686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7687         (gst_vorbisenc_chain):
7688           Free some more leaked bits.
7689
7690         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7691         (stop_pipeline):
7692           Wait for state changes to happen if they're ASYNC.
7693
7694           This ought to teach those fancy pants buildbots a lesson.
7695
7696 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7697
7698         * gst-libs/gst/tag/gstid3tag.c:
7699           Add mapping for ID3 International Standard Recording Code
7700           tag "TSRC"
7701
7702 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7703
7704         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7705           Don't leak tag names.
7706
7707 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7708
7709         * docs/libs/gst-plugins-base-libs-docs.sgml:
7710         * docs/libs/gst-plugins-base-libs-sections.txt:
7711         * gst-libs/gst/tag/gstid3tag.c:
7712         * gst-libs/gst/tag/gstvorbistag.c:
7713         * gst-libs/gst/tag/tags.c:
7714           Split libgsttag docs into multiple sections.
7715
7716 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7717
7718         * docs/libs/Makefile.am:
7719         * docs/libs/gst-plugins-base-libs-docs.sgml:
7720         * docs/libs/gst-plugins-base-libs-sections.txt:
7721         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7722         * gst-libs/gst/tag/gstvorbistag.c:
7723         * gst-libs/gst/tag/tag.h:
7724         * gst-libs/gst/tag/tags.c:
7725           Add libgsttag to the docs.
7726
7727 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7728
7729         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7730         (gst_text_overlay_init), (gst_text_overlay_src_event),
7731         (gst_text_overlay_collected): Fix clockoverlay.
7732
7733 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7734
7735         * docs/libs/compiling.sgml:
7736           Fix typo: it's pkg-config, not pkg-gconfig
7737
7738         * docs/libs/gst-plugins-base-libs-docs.sgml:
7739         * docs/libs/gst-plugins-base-libs-sections.txt:
7740         * docs/libs/tmpl/gstgconf.sgml:
7741           There is no libgstgconf in 0.10, remove it
7742           from the docs.
7743
7744 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7745
7746         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7747         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7748         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7749         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7750         (gst_sub_parse_class_init), (gst_sub_parse_init),
7751         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7752         (parse_mpsub), (parser_state_init), (handle_buffer),
7753         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7754         * gst/subparse/gstsubparse.h: Introduce seeking code.
7755
7756 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7757
7758         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7759           Add comment about LANGUAGE tag inconsistency (we want
7760           ISO-639-1, but extract three-letter identifiers?)
7761
7762         * po/POTFILES.in:
7763           Add two translatable files.
7764
7765 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7766
7767         * gst-libs/gst/tag/Makefile.am:
7768         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7769         * gst-libs/gst/tag/tag.h:
7770         * gst-libs/gst/tag/tags.c:
7771         (gst_tag_register_musicbrainz_tags_internal),
7772         (gst_tag_register_musicbrainz_tags):
7773           Forward-port some tags stuff from the 0.8 branch. This is
7774           mostly the addition of musicbrainz tags and their mapping
7775           to vorbistags, and a vorbistag mapping of the language tag.
7776
7777 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7778
7779         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7780         refactoring.
7781
7782 2006-02-04  David Schleef  <ds@schleef.org>
7783
7784         * ext/ogg/gstoggmux.c:
7785         * gst/typefind/gsttypefindfunctions.c:
7786           Add Dirac typefinding and add dirac format to oggmux.
7787
7788 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7789
7790         * gst/playback/gstdecodebin.c: (try_to_link_1):
7791           Don't put essential function call into
7792           g_return_*() macro, otherwise it'll all be
7793           replaced by NOOPs when compiling with
7794           G_DISABLE_CHECKS defined.
7795
7796 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7797
7798         * ext/ogg/gstoggdemux.c:
7799         * ext/ogg/gstoggparse.c:
7800         * gst/tcp/gsttcpserversink.c:
7801         * sys/v4l/v4lsrc_calls.c:
7802         * sys/v4l/v4lsrc_calls.h:
7803         Just make it compile with --disable-gst-debug.
7804
7805 2006-02-03  Wim Taymans  <wim@fluendo.com>
7806
7807         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7808         (gst_alsasink_class_init), (gst_alsasink_init),
7809         (gst_alsasink_write), (gst_alsasink_reset):
7810         * ext/alsa/gstalsasink.h:
7811         Add lock to protect alsa calls.
7812         Implement reset to flush samples ASAP, does not work
7813         with dmix though.
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         Ugh.. getting late I guess...
7820
7821 2006-02-02  Wim Taymans  <wim@fluendo.com>
7822
7823         * gst-libs/gst/audio/gstbaseaudiosink.c:
7824         (gst_base_audio_sink_provide_clock),
7825         (gst_base_audio_sink_set_property),
7826         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7827         Don't try to provide a clock when we are not negotiated since
7828         we might not be able to make it run.
7829
7830 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7831
7832         * gst/playback/gstdecodebin.c: (try_to_link_1):
7833           Unlinking two source pads is ... hard.
7834
7835 2006-02-02  Wim Taymans  <wim@fluendo.com>
7836
7837         * gst-libs/gst/audio/TODO:
7838         Updated.
7839
7840         * gst-libs/gst/audio/gstbaseaudiosink.c:
7841         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7842         On EOS, wait till the last sample is played before posting EOS.
7843
7844 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7845
7846         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7847           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7848           setting queue_delay to zero. Also avoid thread being started if
7849           queue_delay is zero.
7850
7851 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7852
7853         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7854           Make test work again by connecting fakesinks to each decoded pad,
7855           which makes the pipeline wait until each fakesink has a buffer
7856           queued before going to PAUSED state. At that point we know the
7857           decodebin pads are negotiated.
7858
7859 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7860
7861         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7862         (gst_cdda_base_src_handle_event):
7863         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7864           Pass unhandled queries to the parent class's query function.
7865
7866 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7867
7868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7869         (gst_ogg_pad_src_query):
7870         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7871         * ext/theora/theoradec.c: (theora_dec_src_query),
7872         (theora_dec_sink_query):
7873         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7874         (vorbis_dec_sink_query):
7875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7876         (gst_vorbisenc_sink_query):
7877         * gst/adder/gstadder.c: (gst_adder_query):
7878           Pass unhandled queries upstream instead of just
7879           dropping them (#326447). Also, fix supported
7880           query types list for some elements.
7881
7882 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7883
7884         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7885         (paris_type_find), (ilbc_type_find), (plugin_init):
7886           Fix typefinding for audio/x-au, audio/x-paris and
7887           audio/iLBC-sh. We cannot use the START_WITH macros
7888           here, because there can only be one typefind factory
7889           with the same name (caps), so the second one would
7890           replace the first one and the first one would never
7891           be called when doing typefinding (see #161712).
7892           
7893
7894 2006-01-31  Wim Taymans  <wim@fluendo.com>
7895
7896         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7897         (vorbis_handle_header_packet), (vorbis_dec_push),
7898         (vorbis_handle_data_packet):
7899         Use scale_int when we can, add some more scaling.
7900         Check packettype before parsing it.
7901
7902 2006-01-31  Wim Taymans  <wim@fluendo.com>
7903
7904         * ext/theora/theoradec.c: (_theora_granule_time),
7905         (theora_dec_src_convert), (theora_dec_sink_convert):
7906         Call right _scale functions.
7907         Use parameter instead of some other random value.
7908
7909 2006-01-31  Wim Taymans  <wim@fluendo.com>
7910
7911         * ext/theora/theoradec.c: (_theora_granule_frame),
7912         (_theora_granule_time), (_inc_granulepos),
7913         (theora_dec_src_convert), (theora_dec_sink_convert),
7914         (theora_handle_type_packet), (theora_handle_data_packet),
7915         (theora_dec_chain):
7916         Use higher precision timestamps calculation.
7917         Convert some other conversions to _scale.
7918
7919 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
7920
7921         * gst/audiotestsrc/gstaudiotestsrc.c:
7922         (gst_audio_test_src_create_sine_table), (plugin_init):
7923         * gst/volume/gstvolume.c: (plugin_init):
7924           initialize gst_controller before using
7925
7926 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7927
7928         * tests/check/pipelines/theoraenc.c:
7929         * tests/check/pipelines/vorbisenc.c:
7930         Define constant using G_GINT64_CONSTANT to avoid errors when
7931         passing it around - otherwise it gets truncated to 32 bits.
7932
7933         Fixes failing tests.
7934
7935 2006-01-31  Andy Wingo  <wingo@pobox.com>
7936
7937         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7938         caps being set doesn't have a framerate value. Basically a stopgap
7939         measure.
7940
7941         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
7942         technically correct enough to put into core though.
7943         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
7944         DURATION. Fixes theoraenc ! oggmux.
7945
7946         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
7947         fraction, not double.
7948
7949 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
7950
7951         * win32/vs7:
7952         add vs7 project files created by Sergey Scobich
7953
7954 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
7955
7956         * win32/vs8:
7957         add vs8 project files created by Sergey Scobich
7958         
7959 2006-01-30  Andy Wingo  <wingo@pobox.com>
7960
7961         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
7962         timestamp + duration, not just timestamp -- ogg pages should be
7963         ordered by stop time. Necessary fix given the change in vorbis
7964         timestamps.
7965
7966         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
7967         (gst_theora_enc_init): Pull the granule shift out of the encoder.
7968         (granulepos_add): New function, handles the messiness of adjusting
7969         granulepos values.
7970         (theora_buffer_from_packet):
7971         (theora_enc_chain):
7972         (theora_enc_sink_event): Use granulepos_add, not +.
7973
7974         * tests/check/pipelines/theoraenc.c
7975         (check_buffer_granulepos_from_starttime): Just check the frame
7976         count, not the actual granulepos -- we can't dictate to the
7977         encoder when it should be placing keyframes.
7978
7979 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7980
7981         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7982           SERVICE_NOT_AVAILABLE happens for example when you're trying to
7983           play an http:// stream from a server that's not serving
7984
7985 2006-01-30  Andy Wingo  <wingo@pobox.com>
7986
7987         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
7988         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
7989         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
7990         available.
7991
7992         * ext/theora/gsttheoraenc.h:
7993         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
7994         although theoraenc was timestamping correctly. Added handling of
7995         streams that start with nonzero timestamps.
7996
7997         * tests/check/Makefile.am:
7998         * tests/check/pipelines/theoraenc.c: New file, basically does same
7999         tests as vorbisenc.
8000
8001         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8002
8003 2006-01-30  Wim Taymans  <wim@fluendo.com>
8004
8005         * gst-libs/gst/audio/gstaudiosink.c:
8006         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8007         (gst_audioringbuffer_pause):
8008         Implement pause that does not wait for completion.
8009
8010         * gst-libs/gst/audio/gstbaseaudiosink.c:
8011         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8012         Don't drop buffers when going to PAUSED but perform preroll on
8013         remaining samples now that core base class supports this.
8014
8015         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8016         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8017         (gst_ring_buffer_commit):
8018         Pause should not signal waiters.
8019         Implement return value of _commit correctly.
8020
8021 2006-01-30  Andy Wingo  <wingo@pobox.com>
8022
8023         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8024
8025         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8026         updated to timestamp from the first sample, not the last.
8027         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8028         special care of granulepos and timestamp for header packets.
8029         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8030         when the first buffer has a nonzero timestamp.
8031
8032         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8033         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8034         case when the first audio buffer we get has a nonzero timestamp.
8035         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8036         properly timestamp vorbis buffers with the time of the first
8037         sample, not the last.
8038         
8039         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8040         vorbis_granule_time_copy -- now it takes the granule/subgranule
8041         offset into account.
8042
8043         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8044         timestamps, durations, and granulepos on buffers produced by
8045         vorbisenc.
8046
8047 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8048
8049         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8050         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8051           Patch from Eric Jonas to support conversions to/from UYVY 
8052           (Fixes: #324626)
8053
8054 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8055
8056         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8057         (setup_subtitle), (setup_source), (set_active_source):
8058         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8059         (gen_text_element), (gen_audio_element), (gen_vis_element),
8060         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8061
8062 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8063
8064         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8065         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8066                 use gst_guint64_to_gdouble to be compliant with vs6
8067         * gst/playback/gstdecodebin.c: (try_to_link_1)
8068         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8069                 use G_GINT64_CONSTANT for int64 constants
8070         * win32/common/libgstinterfaces.def:
8071                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8072         * win32/vs6:
8073                 update and add new project files
8074                 
8075 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8076
8077         * Makefile.am:
8078         * win32/MANIFEST:
8079         * win32/common/interfaces-enumtypes.c:
8080         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8081         (gst_mixer_track_flags_get_type),
8082         (gst_tuner_channel_flags_get_type):
8083         * win32/common/interfaces-enumtypes.h:
8084         * win32/common/multichannel-enumtypes.c:
8085         (gst_audio_channel_position_get_type):
8086         * win32/common/multichannel-enumtypes.h:
8087           add a win32-update rule like in core, and copy over enumtypes files
8088
8089 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8090
8091         * win32/MANIFEST:
8092         * win32/common/config.h:
8093         * win32/common/config.h.in:
8094           add config files just like in core
8095
8096 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8097
8098         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8099           Make gcc-4.1 happy (part of #327357).
8100
8101 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8102
8103         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8104         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8105         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8106         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8107         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8108         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8109           Update all error messages.  All of them should either use
8110           the default translated message, or actually provide a
8111           translatable string.
8112           Make the string for channel count problems meaningful.
8113
8114 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8115
8116         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8117           check for and throw RESOURCE_BUSY
8118
8119 2006-01-27  David Schleef  <ds@schleef.org>
8120
8121         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8122           checked in this change -- it requires liboil features not
8123           in 0.3.6.  Revert parts.
8124
8125 2006-01-27  David Schleef  <ds@schleef.org>
8126
8127         * REQUIREMENTS:
8128         * configure.ac: update liboil requirement to 0.3.6
8129         * gst/videoscale/Makefile.am:
8130         * gst/videoscale/vs_scanline.c: liboilify
8131
8132 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8133
8134         * ext/libvisual/visual.c: (get_buffer):
8135           When pad_alloc returns a GstFlowReturn other
8136           than GST_FLOW_OK, make sure it is passed upstream.
8137
8138 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8139
8140         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8141         (gst_alsasink_class_init):
8142           Free the device name string.
8143
8144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8145         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8146         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8147           Don't remove a pad from the collectpads structure until it
8148           is released - it's a request pad, and may receive data again
8149           if the element gets moved back to PLAYING state.
8150
8151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8152           Ensure we turn on double buffering on the Xv port, and
8153           set the colour key to something dark and mysterious that
8154           isn't black.
8155
8156 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8157
8158         * ext/alsa/gstalsaplugin.c: (plugin_init):
8159         * ext/cdparanoia/gstcdparanoiasrc.c:
8160         (gst_cd_paranoia_src_base_init), (plugin_init):
8161         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8163           - a library should not call setlocale. see "Libraries" node in
8164             gettext manual
8165           - make sure all plugins that use translation do bindtextdomain
8166             to point to the localedir
8167         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8168         (setup_sinks), (plugin_init):
8169           all this, and check for NULL when creating sinks
8170
8171 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8172
8173         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8174         (plugin_init): Make typefinding of subtitles work again.
8175
8176 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8177
8178         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8179         (mp3_type_frame_length_from_header), (mp3_type_find),
8180         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8181         (plugin_init):
8182           Backport a bunch of typefinding fixes from the 0.8 branch.
8183           Also, improve wavpack typefinding: if we can't peek the
8184           entire wavpack block, try to parse the bits we can get and
8185           see if we find what we're looking for in those.
8186
8187 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8188
8189         * sys/ximage/ximagesink.c:
8190         (gst_ximagesink_calculate_pixel_aspect_ratio):
8191         * sys/xvimage/xvimagesink.c:
8192         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8193         more cases of pixel aspect ratio.
8194
8195 2006-01-26  Edward Hervey  <edward@fluendo.com>
8196
8197         * gst/playback/gstdecodebin.c: (pad_probe):
8198         Also consider the flush-start and tag events as unblockers
8199         for the pad probes.
8200
8201 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8202
8203         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8204         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8205         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8206         On the fly visualisation switch, works disabling, enabling as
8207         well but it won't be able to enable vis in a playbin that was
8208         created with no visualisation.
8209
8210 2006-01-25  Wim Taymans  <wim@fluendo.com>
8211
8212         * gst-libs/gst/audio/gstbaseaudiosink.c:
8213         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8214         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8215         resume after pause.
8216
8217 2006-01-25  Wim Taymans  <wim@fluendo.com>
8218
8219         * gst-libs/gst/audio/gstbaseaudiosink.c:
8220         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8221         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8222         Improve debugging.
8223         Post error when caps cannot be parsed.
8224         Resync on discontinuity in the stream.
8225         Clip samples to segment boundaries.
8226         return WRONG_STATE sooner when we are flushing.
8227
8228         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8229         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8230         Make audiosrc operate in TIME.
8231         Set TIMESTAMP and DURATION on buffers.
8232
8233 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8234
8235         * tests/examples/seek/seek.c: (main):
8236           Output tag messages as well.
8237
8238 2006-01-23  Edward Hervey  <edward@fluendo.com>
8239
8240         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8241         (free_pad_probes), (remove_fakesink), (pad_probe),
8242         (close_pad_link), (gst_decode_bin_change_state):
8243         Replace GstPadBlockCallback with pad probes that detect
8244         first buffer AND eos before removing fakesink.
8245         Fixes hang with demuxers doing EOS while pre-rolling.
8246         Solves #328279
8247
8248 2006-01-23  Andy Wingo  <wingo@pobox.com>
8249
8250         * ext/alsa/gstalsasink.c:
8251         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8252         (gst_base_rtp_depayload_setcaps),
8253         (gst_base_rtp_depayload_add_to_queue),
8254         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8255         
8256         Patch by: Jens Granseuer <jensgr at gmx dot net>
8257
8258 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8259
8260         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8261         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8262         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8263         frames. We might get a frame destroyed after changing state to
8264         NULL, adding a safety check on xcontext.
8265
8266 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8267
8268         * gst-libs/gst/interfaces/xoverlay.c:
8269           Fix prepare-xwindow-id code example in the docs - we need to
8270           ignore all messages that aren't element messages as well.
8271           
8272 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8273
8274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8275           I think one day i'll completely undestand how caps negotiation
8276           is supposed to work. This refactoring handles buffer_alloc
8277           called with caps we can't handle. We definitely don't want a
8278           set_caps with those caps, so we define and allocate a buffer
8279           we would like to receive.
8280
8281 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8282
8283         * gst/playback/gstplaybasebin.c: (setup_source):
8284           Free iterator when done.
8285
8286 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8287
8288         * gst-libs/gst/audio/gstbaseaudiosink.c:
8289         (gst_base_audio_sink_render):
8290           Fix playback of non-synchronised streams by assuming a rate
8291           of 1.0 instead of a random one.
8292
8293           Makes this work again:
8294
8295           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8296           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8297           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8298           audioresample ! alsasink
8299
8300 === release 0.10.2 ===
8301
8302 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8303
8304         * configure.ac:
8305           releasing 0.10.2, "Then the devil is six"
8306
8307 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8308
8309         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8310         * gst/playback/gststreamselector.c:
8311         (gst_stream_selector_set_property):
8312           Comment out broken code that connects to the state-changed signal.
8313           At this point, changing current stream selection is broken, but 
8314           stuff like gst-launch playbin current-audio=1 works and filters
8315           to the chosen stream.
8316
8317 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8318
8319         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8320           Fix #327216 (null dereference in vorbisdec)
8321
8322 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8323
8324         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8325           Post taglist actually on bus instead of just freeing it
8326           (fixes #327114 and totem bug #327080).
8327
8328         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8329           Use gst_element_found_tags_for_pad(), so that the tags
8330           are sent downstream as an event as well.
8331
8332 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8333
8334         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8335         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8336         (gst_ximagesink_buffer_alloc):
8337         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8338         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8339         (gst_xvimagesink_buffer_alloc):
8340           move all regularly occurring messages to GST_LOG level
8341           add some more object logs
8342
8343 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8344
8345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8346           fix a silly segfault
8347
8348 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8349
8350         * docs/libs/gst-plugins-base-libs-docs.sgml:
8351         * docs/libs/gst-plugins-base-libs-sections.txt:
8352         * gst-libs/gst/audio/mixerutils.c:
8353         * gst-libs/gst/audio/mixerutils.h:
8354           Add docs for mixerutils stuff.
8355
8356 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8357
8358         * gst/playback/gstplaybasebin.c: (setup_source):
8359           Fix playback for sources that emit raw audio or
8360           raw video streams (e.g.: cd audio sources) (#325984).
8361
8362 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8363
8364         * gst-libs/gst/audio/mixerutils.c:
8365         (gst_audio_mixer_filter_do_filter):
8366           actually save the element we create
8367
8368 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8369
8370         * gst-libs/gst/cdda/gstcddabasesrc.c:
8371         (gst_cdda_base_src_handle_track_seek):
8372           No need to post a tag message on the bus when seeking
8373           within the same track, only post it when the current
8374           track changes.
8375
8376 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8377
8378         * gst/playback/gstplaybasebin.c: (group_destroy),
8379         (probe_triggered), (new_decoded_pad), (mute_group_type),
8380         (set_active_source):
8381         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8382         * gst/playback/gststreamselector.c:
8383         (gst_stream_selector_base_init),
8384         (gst_stream_selector_set_property),
8385         (gst_stream_selector_request_new_pad):
8386           Reenable stream selection. These mechanisms need a complete overhaul
8387           in the face of 0.8->0.10 changes though.
8388
8389 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8390
8391         * ext/ogg/gstoggdemux.c:
8392           Change the pad template to src_%d to match the pads that 
8393           are created from it. decodebin needs this information in order
8394           to decide that oggdemux is capable of producing multiple pads
8395           (and hence needs queues inserted).
8396
8397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8398         (gst_ogg_mux_collected):
8399           Make debug output more useful by using GST_PTR_FORMAT.
8400
8401 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8402
8403         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8404
8405         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8406           Set depth and width for alaw/mulaw (fixes #326601).
8407
8408 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8409
8410         * tests/icles/Makefile.am:
8411           don't build the tests if we don't have the libs
8412
8413 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8414
8415         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8416         (gst_cd_paranoia_paranoia_callback):
8417           Don't try to free NULL pointers.
8418
8419 2006-01-10  Edward Hervey  <edward@fluendo.com>
8420
8421         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8422         (gst_audio_rate_change_state), (plugin_init):
8423         Add debugging category.
8424         Fix type issues.
8425         Add case for incoming buffers without valid offset/offset_end.
8426
8427 2006-01-10  Michael Smith  <msmith@fluendo.com>
8428
8429         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8430           Don't leak GCond in audio sources.
8431
8432 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8433
8434         * gst/playback/gstplaybin.c: (gen_audio_element):
8435           Don't leak an autoaudiosink/alsasink when we generate
8436           a new audio element. (old code, I guess)
8437
8438 2006-01-10  Michael Smith  <msmith@fluendo.com>
8439
8440         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8441           Support float audio in audiorate.
8442           Use width rather than depth for selecting sample width.
8443
8444 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8445
8446         * gst/videotestsrc/videotestsrc.h:
8447           Use GLib types here (that way we don't have to include the
8448           generated _stdint.h header, which makes life easier for win32
8449           folks that don't use autotools for the build) (#325990, patch
8450           by: Sergey Scobich).
8451
8452 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8453
8454         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8455         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8456         (gst_ring_buffer_pause), (wait_segment):
8457         * gst-libs/gst/audio/gstringbuffer.h:
8458           Name (private) union, makes Forte compiler happy (this time
8459           for real) (#324900).
8460
8461 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8462
8463         * gst-libs/gst/audio/Makefile.am:
8464           Link against libgstinterfaces, needed for mixer
8465           and property probe stuff.
8466
8467 2006-01-09  Edward Hervey  <edward@fluendo.com>
8468
8469         * gst-libs/gst/Makefile.am:
8470
8471 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8472
8473         * gst-libs/gst/audio/Makefile.am:
8474         * gst-libs/gst/audio/mixerutils.c:
8475         (gst_audio_mixer_filter_do_filter),
8476         (gst_audio_mixer_filter_check_element),
8477         (gst_audio_mixer_filter_probe_feature),
8478         (element_factory_rank_compare_func),
8479         (gst_audio_default_registry_mixer_filter):
8480         * gst-libs/gst/audio/mixerutils.h:
8481           Add gst_audio_default_registry_mixer_filter() utility
8482           function.
8483
8484 2006-01-03  Michael Smith  <msmith@fluendo.com>
8485
8486         * gst/audioresample/resample.h:
8487           As before, but for o_buf
8488
8489 2006-01-03  Michael Smith  <msmith@fluendo.com>
8490
8491         * gst/audioresample/resample.h:
8492           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8493           since we do arithmetic on it.
8494
8495 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8496
8497         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8498         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8499         (gst_ring_buffer_pause), (wait_segment):
8500         * gst-libs/gst/audio/gstringbuffer.h:
8501           Sun's Forte compiler doesn't seem to like anonymous structs,
8502           so use same setup as in GstBaseSrc (fixes #324900).
8503
8504 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8505
8506         * configure.ac:
8507         * gst/volume/Makefile.am:
8508         * gst/volume/demo.c:
8509           move old example to tests/examples/volume/volune.c
8510         * tests/examples/Makefile.am:
8511         * tests/examples/seek/seek.c: (main):
8512           change window-close event from "delete-event" to "destroy"
8513         * tests/examples/volume/Makefile.am:
8514         * tests/examples/volume/volume.c: (value_changed_callback),
8515         (setup_gui), (message_received), (eos_message_received), (main):
8516           fix event handling and bus usage
8517
8518 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8519
8520         * gst/audiotestsrc/gstaudiotestsrc.c:
8521         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8522         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8523         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8524         (gst_audio_test_src_create_square),
8525         (gst_audio_test_src_create_saw),
8526         (gst_audio_test_src_create_triangle),
8527         (gst_audio_test_src_create_silence),
8528         (gst_audio_test_src_create_white_noise),
8529         (gst_audio_test_src_create_pink_noise),
8530         (gst_audio_test_src_init_sine_table),
8531         (gst_audio_test_src_create_sine_table),
8532         (gst_audio_test_src_change_wave),
8533         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8534         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8535         * gst/audiotestsrc/gstaudiotestsrc.h:
8536           update to basesrc changes, implement segmented seeking and eos
8537           handling, add a 'sine-tab' waveform for performance critical playback
8538
8539 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8540
8541         * po/POTFILES.in:
8542           ... and this time the other modified file that I missed last time.
8543
8544 2005-12-29  Michael Smith  <msmith@fluendo.com>
8545
8546         * gst/playback/gstdecodebin.c: (new_pad):
8547           Fix non-C89 variable declaration not at the start of a block. Should
8548           help some compilers.
8549
8550 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8551
8552         * tests/check/Makefile.am:
8553           And now fix 'make distcheck' (builddir != srcdir)
8554
8555 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8556
8557         * configure.ac:
8558         * ext/cdparanoia/Makefile.am:
8559         * ext/cdparanoia/gstcdparanoia.c:
8560         * ext/cdparanoia/gstcdparanoia.h:
8561         * ext/cdparanoia/gstcdparanoiasrc.c:
8562         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8563         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8564         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8565         (gst_cd_paranoia_paranoia_callback),
8566         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8567         (gst_cd_paranoia_src_set_property),
8568         (gst_cd_paranoia_src_get_property), (plugin_init):
8569         * ext/cdparanoia/gstcdparanoiasrc.h:
8570           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8571           plugin again (there are still fixes required to playbin to make
8572           cdda:// uris work there).
8573
8574 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8575
8576         * tests/check/Makefile.am:
8577           Fix test case compilation.
8578
8579 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8580
8581         * gst-libs/gst/cdda/gstcddabasesrc.c:
8582         (gst_cdda_base_src_update_duration),
8583         (gst_cdda_base_src_calculate_cddb_id):
8584           An integer is not a string. Fix access to uninitialised variable.
8585
8586         * tests/check/Makefile.am:
8587           Add cddabasesrc unit test; also actually enable the vorbis test.
8588
8589         * tests/check/generic/states.c:
8590           Blacklist new cd audio elements as well.
8591
8592         * tests/check/libs/cddabasesrc.c:
8593           Unit test for GstCddaBaseSrc (discid calculation mostly).
8594
8595 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8596
8597         * docs/libs/Makefile.am:
8598         * docs/libs/gst-plugins-base-libs-docs.sgml:
8599         * docs/libs/gst-plugins-base-libs-sections.txt:
8600         * docs/libs/gst-plugins-base-libs.types:
8601           Add docs for libgstcdda/GstCddaBaseSrc.
8602
8603         * gst-libs/gst/interfaces/mixertrack.h:
8604           Do one struct member per line with a semicolon at the end, that way
8605           even gtk-doc might parse it without complaining.
8606
8607 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8608
8609         * configure.ac:
8610         * gst-libs/gst/Makefile.am:
8611         * gst-libs/gst/cdda/Makefile.am:
8612         * gst-libs/gst/cdda/base64.c:
8613         * gst-libs/gst/cdda/base64.h:
8614         * gst-libs/gst/cdda/gstcddabasesrc.c:
8615         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8616         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8617         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8618         (gst_cdda_base_src_get_property),
8619         (gst_cdda_base_src_get_track_from_sector),
8620         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8621         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8622         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8623         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8624         (gst_cdda_base_src_uri_get_protocols),
8625         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8626         (gst_cdda_base_src_uri_handler_init),
8627         (gst_cdda_base_src_setup_interfaces),
8628         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8629         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8630         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8631         (gst_cdda_base_src_add_tags),
8632         (gst_cdda_base_src_add_index_associations),
8633         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8634         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8635         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8636         (gst_cdda_base_src_create):
8637         * gst-libs/gst/cdda/gstcddabasesrc.h:
8638         * gst-libs/gst/cdda/sha1.c:
8639         * gst-libs/gst/cdda/sha1.h:
8640           Add new libgstcdda with GstCddaBaseSrc class.
8641
8642 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8643
8644         * ext/gnomevfs/gstgnomevfssink.h:
8645           Use GstBaseSinkClass as parent_class member for class struct, not
8646           GstBaseSink.
8647
8648 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8649
8650         Patch by: Michael Benes
8651
8652         * gst/videotestsrc/gstvideotestsrc.c:
8653         (gst_video_test_src_class_init), (gst_video_test_src_start):
8654           Add start method to reset running time and number of frames sent
8655           when starting up (fixes #324696)
8656
8657 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8658
8659         * docs/plugins/Makefile.am:
8660         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8661         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8662         * docs/plugins/gst-plugins-base-plugins.args:
8663         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8664         * docs/plugins/gst-plugins-base-plugins.signals:
8665           Add docs stuff for gnomevfssrc and gnomevfssink.
8666
8667         * ext/gnomevfs/gstgnomevfssrc.c:
8668           Fix example pipeline in gtk-doc blurb.
8669
8670 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8671
8672         * ext/gnomevfs/Makefile.am:
8673         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8674         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8675         (gst_gnome_vfs_handle_get_type), (plugin_init):
8676         * ext/gnomevfs/gstgnomevfs.h:
8677         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8678         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8679         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8680         (gst_gnome_vfs_sink_set_property),
8681         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8682         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8683         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8684         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8685         (gst_gnome_vfs_sink_uri_get_type),
8686         (gst_gnome_vfs_sink_uri_get_protocols),
8687         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8688         (gst_gnome_vfs_sink_uri_handler_init):
8689         * ext/gnomevfs/gstgnomevfssink.h:
8690           Port gnomevfssink; add gtk-doc blurb.
8691
8692         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8693         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8694         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8695         (gst_gnome_vfs_src_uri_get_type),
8696         (gst_gnome_vfs_src_uri_get_protocols),
8697         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8698         (gst_gnome_vfs_src_uri_handler_init),
8699         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8700         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8701         (gst_gnome_vfs_src_send_additional_headers_callback),
8702         (gst_gnome_vfs_src_received_headers_callback),
8703         (gst_gnome_vfs_src_push_callbacks),
8704         (gst_gnome_vfs_src_pop_callbacks),
8705         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8706         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8707         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8708         * ext/gnomevfs/gstgnomevfssrc.h:
8709           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8710           file; add gtk-doc blurb with example pipelines.
8711
8712 === release 0.10.1 ===
8713
8714 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8715
8716         * configure.ac:
8717           releasing 0.10.1, "Dobro Dedek"
8718
8719 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8720
8721         * gst/typefind/gsttypefindfunctions.c:
8722         iLBC30 and iLBC20 added to typefind.
8723
8724 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8725
8726         * gst-libs/gst/audio/gstbaseaudiosink.c:
8727         (gst_base_audio_sink_class_init):
8728         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8729         (gst_base_audio_src_class_init):
8730           update strings, values are in microseconds
8731           change the default sink buffer time to something that is smaller
8732           (to help software volume mixing have a slightly lower delay) but
8733           still be acceptable on Wim's laptop
8734
8735 2005-12-20  Edward Hervey  <edward@fluendo.com>
8736
8737         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8738         Made a quack, forgot to add DUCK to the riff video template.
8739
8740 2005-12-19  Edward Hervey  <edward@fluendo.com>
8741
8742         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8743         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8744         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8745         (gst_ogm_parse_chain):
8746         Make sure pads are initialized correctly.
8747         * gst-libs/gst/riff/riff-ids.h:
8748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8749         (gst_riff_create_video_template_caps):
8750         Add a whole bunch of FOURCC <=> MimeType.
8751         Extend the riff video pad template to support the newly added fourcc.
8752
8753 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8754
8755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8756         (gst_ogg_demux_activate_chain):
8757           Extra debug output when activating/deactivating chains.
8758
8759         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8760         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8761         (unlinked):
8762           Remove a queue from our list when it becomes unlinked.
8763           Don't add queues to elements in class 'Demux' if they
8764           can only produce one pad 
8765
8766 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8767
8768         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8769         (gst_video_sink_get_type): Add a debug category.
8770
8771 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8772
8773         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8774         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8775           Handle downstream newsegment by sending our own newsegment before the
8776           next buffer to be released. (#323900)
8777
8778 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8779
8780         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8781         (gst_base_rtp_depayload_set_gst_timestamp):
8782           add queue delay to new segment as well (as opposed to just the first
8783           buffer). (bug #322347)
8784
8785 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8786
8787         * ext/libvisual/visual.c: (make_valid_name):
8788           change some char* into char[]
8789         * gst/audiotestsrc/gstaudiotestsrc.c:
8790         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8791         (gst_audio_test_src_create):
8792         * gst/audiotestsrc/gstaudiotestsrc.h:
8793           prepare to handle EOS and SEGMENT_DONE
8794
8795 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8796
8797         * tests/check/generic/states.c: (GST_START_TEST):
8798           Blacklist cdparanoia element in state test.
8799
8800 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8801
8802           Patch by: Benjamin Pineau
8803
8804         * gst/tcp/gsttcp.c:
8805         * gst/tcp/gsttcpclientsink.c:
8806         * gst/tcp/gsttcpserversink.c:
8807         * gst/tcp/gsttcpserversrc.c:
8808           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8809
8810 2005-12-15  Michael Smith  <msmith@fluendo.com>
8811
8812         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8813         (gst_video_rate_chain):
8814           Fix timestamping for videorate when the first buffer it sees has a
8815           non-zero timestamp. Fix some misleading debug output.
8816
8817 2005-12-15  Michael Smith  <msmith@fluendo.com>
8818
8819         * gst/audioresample/gstaudioresample.c:
8820           Don't leak all input buffers to audioresample.
8821
8822 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8823
8824         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8825           Don't operate on empty text buffers. Strip newlines and
8826           tabs only from the end of the text, but leave them intact
8827           in the middle. Fix typo in gtk-doc description.
8828
8829 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8830
8831         * gst/playback/gstplaybasebin.c:
8832         * gst/playback/gstplaybin.c: (handoff):
8833           Make sure the video frame buffer we return to apps via the
8834           "frame" property always has caps set on it. Modify
8835           _gst_gvalue_set_object() macro to handle NULL objects
8836           gracefully too.
8837
8838 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8839
8840         * gst/audiotestsrc/gstaudiotestsrc.c:
8841         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8842         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8843         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8844         (gst_audio_test_src_create):
8845         * gst/audiotestsrc/gstaudiotestsrc.h:
8846         Adjust to some recent api changes and add wtays new cool seeking
8847         capabillities
8848
8849 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8850
8851         * ext/alsa/Makefile.am:
8852         * ext/alsa/gstalsadeviceprobe.c:
8853         * ext/alsa/gstalsadeviceprobe.h:
8854           Helper functions to add device probing via the GstPropertyProbe
8855           interface to a class.
8856
8857         * ext/alsa/gstalsamixer.h:
8858           Comment out GST_ALSA_MIXER, it returns a struct that's not
8859           used.
8860
8861         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8862           Add some debug info. 
8863
8864         * ext/alsa/gstalsamixerelement.c:
8865         (gst_alsa_mixer_element_interface_supported),
8866         (gst_implements_interface_init),
8867         (gst_alsa_mixer_element_init_interfaces),
8868         (gst_alsa_mixer_element_class_init),
8869         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8870         (gst_alsa_mixer_element_set_property),
8871         (gst_alsa_mixer_element_get_property),
8872         (gst_alsa_mixer_element_change_state):
8873         * ext/alsa/gstalsamixerelement.h:
8874           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8875           for device handling (gnome-volume-control will need that).
8876
8877 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8878
8879         * ext/Makefile.am: fix cdparanoia entry
8880         * gst-plugins-base.spec.in: add cdparanoia
8881
8882 2005-12-12  Michael Smith  <msmith@fluendo.com>
8883
8884         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8885           Use the correct function to free list of typefind factories.
8886
8887 2005-12-12  Wim Taymans  <wim@fluendo.com>
8888
8889         * gst/videotestsrc/gstvideotestsrc.c:
8890         (gst_video_test_src_class_init), (gst_video_test_src_init),
8891         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8892         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8893         (gst_video_test_src_create):
8894         * gst/videotestsrc/gstvideotestsrc.h:
8895         Implement seeking in videotestsrc.
8896         Small cleanups.
8897
8898 2005-12-12  Wim Taymans  <wim@fluendo.com>
8899
8900         * ext/cdparanoia/Makefile.am:
8901         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8902         (gst_paranoia_endian_get_type), (_do_init),
8903         (cdparanoia_class_init), (cdparanoia_init),
8904         (cdparanoia_set_property), (cdparanoia_get_property),
8905         (cdparanoia_do_seek), (cdparanoia_is_seekable),
8906         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8907         (cdparanoia_convert), (cdparanoia_get_query_types),
8908         (cdparanoia_query), (cdparanoia_set_index),
8909         (cdparanoia_uri_set_uri):
8910         * ext/cdparanoia/gstcdparanoia.h:
8911         Partially ported cdparanoia now that basesrc can support a
8912         plugin like this..
8913
8914 2005-12-12  Wim Taymans  <wim@fluendo.com>
8915
8916         * tests/examples/seek/scrubby.c: (main):
8917         Set higher priority for bus events so they don't get reordered with
8918         gtk gui events.
8919
8920         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8921         (flush_toggle_cb), (main):
8922         Added checkbox to disable flushing seeks. 
8923         Disable scrubbing when doing non flushing seeks.
8924
8925 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8926
8927         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8928         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8929         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8930         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8931           Implement some sort of event handling that doesn't rely on
8932           g_return_if_fail; make sure we always push the last chunk of an 
8933           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8934           state change function; remove some old cruft. Seeking is still
8935           rather unlikely to work though.
8936
8937         * tools/.cvsignore:
8938           Ignore more.
8939
8940 2005-12-11  Julien MOUTTE  <julien@moutte.net>
8941
8942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
8943         Fixed a leak of the current image reference when cleaning up.
8944         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
8945
8946 2005-12-09  Michael Smith  <msmith@fluendo.com>
8947
8948         * tools/Makefile.am:
8949         * tools/gst-launch-ext-m.m:
8950           Remove gst-launch-ext. It doesn't work, and is no longer
8951           particularly useful.
8952
8953 2005-12-08  Luca Ognibene  <luogni@tin.it>
8954
8955         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8956           don't pass random values to ogmparse convert function.
8957           Make seeking possible in the exile1.ogm file.
8958
8959 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
8960
8961         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8962         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8963           Work around refcount problem with g_value_set_object() that occur
8964           if the core has been compiled against GLib-2.6 (g_value_set_object()
8965           will only g_object_ref() the element, but the caller will
8966           gst_object_unref() it and bad things will happen due to the way
8967           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
8968           totem for people on FC4 using Thomas's 0.10 RPMs.
8969           
8970 2005-12-07  Edward Hervey  <edward@fluendo.com>
8971
8972         Time to welcome ogm to 0.10 :)
8973         
8974         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
8975         (gst_ogg_pad_typefind):
8976         Oggdemux can now properly typefind elements with dynamic pads.
8977         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8978         Properly set caps on src pad, and set caps on outgoing buffers.
8979
8980 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8981
8982         * ext/alsa/gstalsamixer.h:
8983         * ext/alsa/gstalsamixerelement.h:
8984         * ext/alsa/gstalsamixeroptions.h:
8985         * ext/alsa/gstalsamixertrack.h:
8986         * ext/alsa/gstalsasink.c:
8987         * ext/alsa/gstalsasink.h:
8988         * ext/alsa/gstalsasrc.c:
8989         * ext/alsa/gstalsasrc.h:
8990         * ext/cdparanoia/gstcdparanoia.h:
8991         * ext/gnomevfs/gstgnomevfsuri.h:
8992         * ext/ogg/gstoggdemux.c:
8993         * ext/ogg/gstoggmux.c:
8994         * ext/pango/gsttextoverlay.h:
8995         * ext/theora/theoradec.c:
8996         * ext/theora/theoraenc.c:
8997         * ext/vorbis/vorbisdec.h:
8998         * ext/vorbis/vorbisenc.c:
8999         * ext/vorbis/vorbisenc.h:
9000         * ext/vorbis/vorbisparse.h:
9001         * gst-libs/gst/audio/gstaudioclock.h:
9002         * gst-libs/gst/audio/gstaudiosink.c:
9003         * gst-libs/gst/audio/gstaudiosink.h:
9004         * gst-libs/gst/audio/gstaudiosrc.c:
9005         * gst-libs/gst/audio/gstaudiosrc.h:
9006         * gst-libs/gst/audio/gstbaseaudiosink.c:
9007         * gst-libs/gst/audio/gstbaseaudiosink.h:
9008         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9009         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9010         * gst-libs/gst/audio/gstringbuffer.h:
9011         * gst-libs/gst/audio/multichannel.h:
9012         * gst-libs/gst/floatcast/floatcast.h:
9013         * gst-libs/gst/interfaces/colorbalance.c:
9014         * gst-libs/gst/interfaces/colorbalance.h:
9015         * gst-libs/gst/interfaces/colorbalancechannel.h:
9016         * gst-libs/gst/interfaces/mixer.h:
9017         * gst-libs/gst/interfaces/mixeroptions.h:
9018         * gst-libs/gst/interfaces/mixertrack.h:
9019         * gst-libs/gst/interfaces/navigation.h:
9020         * gst-libs/gst/interfaces/propertyprobe.h:
9021         * gst-libs/gst/interfaces/tuner.h:
9022         * gst-libs/gst/interfaces/tunerchannel.h:
9023         * gst-libs/gst/interfaces/tunernorm.h:
9024         * gst-libs/gst/interfaces/xoverlay.h:
9025         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9026         * gst-libs/gst/riff/riff-ids.h:
9027         * gst-libs/gst/riff/riff-media.h:
9028         * gst-libs/gst/riff/riff-read.h:
9029         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9030         * gst-libs/gst/rtp/gstbasertppayload.c:
9031         * gst-libs/gst/rtp/gstbasertppayload.h:
9032         * gst-libs/gst/rtp/gstrtpbuffer.c:
9033         * gst-libs/gst/rtp/gstrtpbuffer.h:
9034         * gst-libs/gst/tag/gsttageditingprivate.h:
9035         * gst-libs/gst/tag/gstvorbistag.c:
9036         (gst_tag_list_from_vorbiscomment_buffer):
9037         * gst-libs/gst/tag/tag.h:
9038         * gst-libs/gst/video/video.h:
9039         * gst/adder/gstadder.c:
9040         * gst/adder/gstadder.h:
9041         * gst/audioconvert/audioconvert.c:
9042         * gst/audioconvert/audioconvert.h:
9043         * gst/audioconvert/gstaudioconvert.c:
9044         * gst/audioconvert/gstchannelmix.c:
9045         * gst/audioconvert/gstchannelmix.h:
9046         * gst/audiorate/gstaudiorate.c:
9047         * gst/audioresample/buffer.h:
9048         * gst/audioresample/functable.h:
9049         * gst/audioresample/gstaudioresample.c:
9050         * gst/audioresample/resample.h:
9051         * gst/ffmpegcolorspace/avcodec.h:
9052         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9053         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9054         * gst/ffmpegcolorspace/imgconvert.c:
9055         * gst/ffmpegcolorspace/imgconvert_template.h:
9056         * gst/playback/gstdecodebin.c:
9057         * gst/playback/gstplaybasebin.h:
9058         * gst/playback/gstplaybin.c:
9059         * gst/playback/gststreaminfo.h:
9060         * gst/tcp/gstfdset.c:
9061         * gst/tcp/gstfdset.h:
9062         * gst/tcp/gstmultifdsink.c:
9063         * gst/tcp/gstmultifdsink.h:
9064         * gst/tcp/gsttcp.h:
9065         * gst/tcp/gsttcpclientsrc.c:
9066         * gst/tcp/gsttcpclientsrc.h:
9067         * gst/tcp/gsttcpplugin.h:
9068         * gst/tcp/gsttcpserversink.c:
9069         * gst/tcp/gsttcpserversrc.c:
9070         * gst/typefind/gsttypefindfunctions.c:
9071         * gst/videorate/gstvideorate.c:
9072         * gst/videotestsrc/gstvideotestsrc.h:
9073         * gst/videotestsrc/videotestsrc.h:
9074         * sys/v4l/gstv4lcolorbalance.h:
9075         * sys/v4l/gstv4ltuner.h:
9076         * sys/v4l/gstv4lxoverlay.h:
9077         * sys/v4l/v4l_calls.h:
9078         * sys/v4l/videodev_mjpeg.h:
9079         * tests/check/elements/audioconvert.c:
9080         * tests/check/elements/audioresample.c:
9081         * tests/check/elements/audiotestsrc.c:
9082         * tests/check/elements/videotestsrc.c:
9083         * tests/check/elements/volume.c:
9084         * tests/examples/seek/scrubby.c:
9085         * tests/examples/seek/seek.c:
9086           expand tabs
9087
9088 === release 0.10.0 ===
9089
9090 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9091
9092         * configure.ac:
9093           releasing 0.10.0, "Mont-d'or"
9094
9095 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9096
9097         * tests/examples/seek/Makefile.am:
9098         Build fix for when gtk is not available.
9099
9100 2005-12-05  Andy Wingo  <wingo@pobox.com>
9101
9102         * ext/libvisual/visual.c: (get_buffer):
9103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9104         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9105         * ext/theora/theoradec.c: (theora_handle_data_packet):
9106         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9107         (theora_enc_chain):
9108         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9109         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9110         Update for alloc_buffer changes.
9111
9112 2005-12-05  Andy Wingo  <wingo@pobox.com>
9113
9114         patch by: Kai Vehmanen <kv2004 eca cx>
9115         
9116         * gst-libs/gst/rtp/gstbasertpdepayload.c
9117         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9118
9119 2005-12-04  Andy Wingo  <wingo@pobox.com>
9120
9121         patch by: Sebastien Cote <sebas642 yahoo ca>
9122         
9123         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9124         Fixes #319172.
9125
9126 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9127
9128         * docs/plugins/Makefile.am:
9129         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9130         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9131         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9132         * ext/pango/gstclockoverlay.c:
9133         * ext/pango/gsttextoverlay.c: 
9134         * ext/pango/gsttextrender.c:
9135         * ext/pango/gsttimeoverlay.c:
9136           Add gtk-doc blurbs to pango elements.
9137
9138 2005-12-02  Wim Taymans  <wim@fluendo.com>
9139
9140         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9141         * gst/audioresample/buffer.h:
9142         * gst/audioresample/gstaudioresample.c:
9143         * gst/audioresample/gstaudioresample.h:
9144         * gst/audioresample/resample.c: (resample_input_flush),
9145         (resample_input_pushthrough), (resample_input_eos),
9146         (resample_get_output_size_for_input),
9147         (resample_get_input_size_for_output), (resample_get_output_size),
9148         (resample_get_output_data):
9149         * gst/audioresample/resample.h:
9150         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9151         Fix audioresample, seek torture, new segments, reverse negotiation
9152         etc.. work fine.
9153
9154 2005-12-02  Wim Taymans  <wim@fluendo.com>
9155
9156         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9157         Small cleanups.
9158
9159 2005-12-02  Wim Taymans  <wim@fluendo.com>
9160
9161         * gst/audioconvert/gstaudioconvert.c:
9162         (gst_audio_convert_transform):
9163         Post errors.
9164
9165 === release 0.9.7 ===
9166
9167 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9168
9169         * configure.ac:
9170           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9171
9172 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9173
9174         * Makefile.am:
9175         * po/hu.po:
9176         * win32/MANIFEST:
9177         * win32/gst.sln:
9178           add win32 MANIFEST file
9179           do something to the hungarian translation
9180
9181 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * ext/Makefile.am:
9184           Add $(PANGO_DIR) to SUBDIRS
9185
9186         * ext/pango/gstclockoverlay.c:
9187         * ext/pango/gsttimeoverlay.c:
9188           Fix and improve element descriptions.
9189
9190 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9191
9192         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9193         * docs/plugins/inspect/plugin-libvisual.xml:
9194         * docs/plugins/inspect/plugin-pango.xml:
9195           add pango plugin to docs
9196
9197 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9198
9199         * configure.ac:
9200         * ext/Makefile.am:
9201           moved pango to base
9202
9203 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9204
9205         * configure.ac:
9206         * tests/Makefile.am:
9207         * tests/icles/.cvsignore:
9208         * tests/icles/Makefile.am:
9209         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9210         (close_display), (resize_window), (move_window), (create_window),
9211         (terminate_playback), (pause_playback), (start_playback), (main):
9212           add stress test for xoverlay from Julien
9213
9214 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9215
9216         * docs/libs/tmpl/gstcolorbalance.sgml:
9217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9218         * gst-libs/gst/rtp/gstbasertppayload.c:
9219         * gst-libs/gst/rtp/gstrtpbuffer.c:
9220         * gst-libs/gst/rtp/gstrtpbuffer.h:
9221           Do burger's rename for rtp payloaders and depayloaders
9222
9223 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9224
9225         * win32/:
9226           add Visual Studio 6 build files
9227
9228 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9229
9230         * docs/libs/gst-plugins-base-libs-docs.sgml:
9231         * docs/libs/gst-plugins-base-libs-sections.txt:
9232         * docs/libs/tmpl/gstaudio.sgml:
9233         * docs/libs/tmpl/gstringbuffer.sgml:
9234         * gst-libs/gst/interfaces/xoverlay.c:
9235         * gst-libs/gst/video/gstvideofilter.c:
9236         * gst-libs/gst/video/gstvideosink.c:
9237           update documentation
9238
9239 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9240
9241         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9242         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9243         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9244         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9245         (gst_multi_fd_sink_get_stats),
9246         (gst_multi_fd_sink_remove_client_link),
9247         (gst_multi_fd_sink_handle_client_read),
9248         (gst_multi_fd_sink_client_queue_data),
9249         (gst_multi_fd_sink_client_queue_caps),
9250         (gst_multi_fd_sink_client_queue_buffer),
9251         (gst_multi_fd_sink_new_client),
9252         (gst_multi_fd_sink_handle_client_write),
9253         (gst_multi_fd_sink_recover_client),
9254         (gst_multi_fd_sink_queue_buffer),
9255         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9256         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9257         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9258         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9259         * gst/tcp/gstmultifdsink.h:
9260         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9261         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9262         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9263         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9264         (gst_tcp_client_sink_set_property),
9265         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9266         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9267         * gst/tcp/gsttcpclientsink.h:
9268         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9269         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9270         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9271         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9272         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9273         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9274         * gst/tcp/gsttcpclientsrc.h:
9275         * gst/tcp/gsttcpplugin.c: (plugin_init):
9276         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9277         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9278         (gst_tcp_server_sink_finalize),
9279         (gst_tcp_server_sink_handle_server_read),
9280         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9281         (gst_tcp_server_sink_set_property),
9282         (gst_tcp_server_sink_get_property),
9283         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9284         * gst/tcp/gsttcpserversink.h:
9285         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9286         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9287         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9288         (gst_tcp_server_src_set_property),
9289         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9290         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9291         * gst/tcp/gsttcpserversrc.h:
9292           more borgifying
9293
9294 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9295
9296         * docs/plugins/Makefile.am:
9297         * docs/plugins/gst-plugins-base-plugins.args:
9298         * docs/plugins/inspect/plugin-libvisual.xml:
9299         * gst/audioconvert/plugin.h:
9300         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9301         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9302         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9303         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9304         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9305         (plugin_init):
9306         * gst/audiotestsrc/gstaudiotestsrc.c:
9307         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9308         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9309         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9310         (gst_audio_test_src_get_query_types),
9311         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9312         (gst_audio_test_src_create_square),
9313         (gst_audio_test_src_create_saw),
9314         (gst_audio_test_src_create_triangle),
9315         (gst_audio_test_src_create_silence),
9316         (gst_audio_test_src_create_white_noise),
9317         (gst_audio_test_src_init_pink_noise),
9318         (gst_audio_test_src_generate_pink_noise_value),
9319         (gst_audio_test_src_create_pink_noise),
9320         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9321         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9322         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9323         (plugin_init):
9324         * gst/audiotestsrc/gstaudiotestsrc.h:
9325         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9326         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9327         (gst_sub_parse_init), (gst_sub_parse_formats),
9328         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9329         (convert_encoding), (get_next_line),
9330         (gst_sub_parse_data_format_autodetect),
9331         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9332         (gst_sub_parse_loop), (gst_sub_parse_chain),
9333         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9334         (plugin_init):
9335         * gst/subparse/gstsubparse.h:
9336         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9337         (gst_video_rate_base_init), (gst_video_rate_class_init),
9338         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9339         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9340         (gst_video_rate_init), (gst_video_rate_event),
9341         (gst_video_rate_chain), (gst_video_rate_set_property),
9342         (gst_video_rate_get_property), (gst_video_rate_change_state),
9343         (plugin_init):
9344         * gst/videoscale/gstvideoscale.c:
9345         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9346         (gst_video_scale_src_template_factory),
9347         (gst_video_scale_sink_template_factory),
9348         (gst_video_scale_get_type), (gst_video_scale_base_init),
9349         (gst_video_scale_class_init), (gst_video_scale_init),
9350         (gst_video_scale_set_property), (gst_video_scale_get_property),
9351         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9352         (gst_video_scale_prepare_size), (parse_caps),
9353         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9354         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9355         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9356         (plugin_init):
9357         * gst/videoscale/gstvideoscale.h:
9358         * gst/videotestsrc/gstvideotestsrc.c:
9359         (gst_video_test_src_pattern_get_type),
9360         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9361         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9362         (gst_video_test_src_set_pattern),
9363         (gst_video_test_src_set_property),
9364         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9365         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9366         (gst_video_test_src_event), (gst_video_test_src_get_times),
9367         (gst_video_test_src_create), (plugin_init):
9368         * gst/videotestsrc/gstvideotestsrc.h:
9369         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9370         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9371         (gst_video_test_src_black):
9372         * gst/videotestsrc/videotestsrc.h:
9373           borgify further
9374           clean up docs a little
9375
9376 2005-11-30  Wim Taymans  <wim@fluendo.com>
9377
9378         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9379         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9380         (gst_basertppayload_event), (gst_basertppayload_push),
9381         (gst_basertppayload_change_state):
9382         * gst-libs/gst/rtp/gstbasertppayload.h:
9383         closed #320644.
9384
9385 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9386
9387         * docs/libs/gst-plugins-base-libs-docs.sgml:
9388         * docs/libs/gst-plugins-base-libs-sections.txt:
9389         * gst-libs/gst/video/gstvideofilter.c:
9390         * gst-libs/gst/video/gstvideosink.c:
9391         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9392
9393 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9394
9395         * LICENSE:
9396           move
9397         * po/af.po:
9398         * po/az.po:
9399         * po/cs.po:
9400         * po/en_GB.po:
9401         * po/hu.po:
9402         * po/it.po:
9403         * po/nb.po:
9404         * po/nl.po:
9405         * po/or.po:
9406         * po/sq.po:
9407         * po/sr.po:
9408         * po/sv.po:
9409         * po/uk.po:
9410         * po/vi.po:
9411         * Makefile.am:
9412           update
9413         * scripts/autoplugins.sh:
9414           remove
9415
9416 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9417
9418         * Makefile.am:
9419         * configure.ac:
9420         * examples/Makefile.am:
9421         * examples/capsfilter/Makefile.am:
9422         * examples/capsfilter/capsfilter1.c:
9423         * examples/gob/Makefile.am:
9424         * examples/gob/gst-identity2.gob:
9425         * examples/indexing/.cvsignore:
9426         * examples/indexing/Makefile.am:
9427         * examples/indexing/indexmpeg.c:
9428         * examples/seeking/.cvsignore:
9429         * examples/seeking/Makefile.am:
9430         * examples/seeking/cdparanoia.c:
9431         * examples/seeking/cdplayer.c:
9432         * examples/seeking/chained.c:
9433         * examples/seeking/scrubby.c:
9434         * examples/seeking/seek.c:
9435         * examples/stats/Makefile.am:
9436         * examples/stats/mp2ogg.c:
9437         * examples/switch/.cvsignore:
9438         * examples/switch/Makefile.am:
9439         * examples/switch/switcher.c:
9440         * tests/Makefile.am:
9441         * tests/check/generic/.cvsignore:
9442         * tests/check/pipelines/.cvsignore:
9443         * tests/examples/Makefile.am:
9444         * tests/examples/seek/Makefile.am:
9445           reorganize stuff under tests/
9446
9447 2005-11-30  Edward Hervey  <edward@fluendo.com>
9448
9449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9450         Go away you stupid GstStaticPadTemplate memleak.
9451
9452 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9453
9454         * gst-libs/gst/net/Makefile.am:
9455         * gst-libs/gst/net/README:
9456         * gst-libs/gst/net/gstnetbuffer.c:
9457         * gst-libs/gst/net/gstnetbuffer.h:
9458           this was moved to "netbuffer"
9459
9460 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9461
9462         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9463         (gst_video_filter_class_init), (gst_video_filter_init):
9464         * gst-libs/gst/video/gstvideofilter.h:
9465           borgify name to bring in line with other classes
9466
9467 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9468
9469         * gst/audioscale/.cvsignore:
9470         * gst/audioscale/Makefile.am:
9471         * gst/audioscale/README:
9472         * gst/audioscale/audioscale.vcproj:
9473         * gst/audioscale/dtof.c:
9474         * gst/audioscale/dtos.c:
9475         * gst/audioscale/functable.c:
9476         * gst/audioscale/gstaudioscale.c:
9477         * gst/audioscale/gstaudioscale.h:
9478         * gst/audioscale/private.h:
9479         * gst/audioscale/resample.c:
9480         * gst/audioscale/resample.h:
9481         * gst/audioscale/test.c:
9482           remove
9483
9484 2005-11-30  Edward Hervey  <edward@fluendo.com>
9485
9486         * gst-libs/gst/netbuffer/Makefile.am:
9487         really, really tired
9488
9489 2005-11-30  Edward Hervey  <edward@fluendo.com>
9490
9491         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9492         Update for new GstTypeFindFactory _register()
9493
9494 2005-11-30  Edward Hervey  <edward@fluendo.com>
9495
9496         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9497         Let's not override libgstnet from core for no reason...
9498         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9499         Ok, maybe not so quick next time.
9500
9501 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9502
9503         * configure.ac:
9504         * gst-libs/gst/Makefile.am:
9505           moved gst-libs/gst/net to netbuffer through CVS surgery
9506           remove old directory
9507           updating build to accomodate
9508           (#322257)
9509
9510 2005-11-29  Andy Wingo  <wingo@pobox.com>
9511
9512         * pkgconfig/gstreamer-plugins-base.pc.in:
9513         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9514         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9515         (#322257).
9516
9517 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9518
9519         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9520         3rd time's the charm. Correct ref-counting for discarded buffers.
9521
9522 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9523
9524         * gst/playback/gststreamselector.c:
9525         (gst_stream_selector_class_init),
9526         (gst_stream_selector_set_property),
9527         (gst_stream_selector_get_property),
9528         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9529         Fix ref-counting
9530
9531 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9532
9533         * gst/subparse/gstsubparse.c: (feed_textbuf):
9534           Don't access already unref'ed buffer.
9535
9536 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9537
9538         * gst/playback/gststreamselector.c:
9539         (gst_stream_selector_class_init), (gst_stream_selector_init),
9540         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9541         (gst_stream_selector_get_property),
9542         (gst_stream_selector_get_linked_pad),
9543         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9544         * gst/playback/gststreamselector.h:
9545         Add the active-pad property for playbin to use shortly. Ignore buffers
9546         from any other pad, returning GST_FLOW_NOT_LINKED
9547
9548 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9549
9550         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9551         patch from bug #322704 (Alessandro Decina).
9552
9553 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9554
9555         * gst-libs/gst/audio/Makefile.am:
9556           folded audiofilter into the audio library
9557
9558 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9559
9560         * gst/videoscale/gstvideoscale.h:
9561         * gst/videoscale/gstvideoscale.c:
9562           remove unimplemented scale methods
9563
9564 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9565
9566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9567           Don't leak caps.
9568
9569 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9570
9571         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9572         (gst_ximagesink_setcaps):
9573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9574         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9575         happens (only visible on ximagesink but bug is in xv too) set_caps was
9576         destroying the internal x[v]image used to memcpy non locally alloced
9577         buffers so that it got renewed on next _chain. The issue is that 
9578         _expose will try to put that image as it reffed it in _put.
9579         Using gst_buffer_unref instead of destroy fixes it !
9580
9581 2005-11-28  Edward Hervey  <edward@fluendo.com>
9582
9583         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9584         (try_to_link_1), (queue_filled_cb):
9585         Better use of the queues. Start with a small size queue and only increase
9586         the size of the queues when the other queues are empty.
9587
9588 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9589
9590         * gst-libs/gst/video/Makefile.am:
9591           compile in copied-over videofilter into the video library
9592         * gst-libs/gst/video/videosink.h:
9593           rename the header to gstvideosink.h since it's a base GstObject class
9594         * sys/ximage/ximagesink.h:
9595         * sys/xvimage/xvimagesink.h:
9596           use the new header
9597
9598 2005-11-28  Wim Taymans  <wim@fluendo.com>
9599
9600         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9601         * gst/playback/gstplaybasebin.h:
9602         Prepare to handle errors betters.
9603
9604         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9605         Set sinks to PAUSED first before adding and linking them so that
9606         we don't interrupt dataflow.
9607
9608 2005-11-28  Wim Taymans  <wim@fluendo.com>
9609
9610         * gst-libs/gst/audio/TODO:
9611         Updated TODO
9612
9613         * gst-libs/gst/audio/gstaudiosink.c:
9614         (gst_audioringbuffer_open_device),
9615         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9616         (gst_audioringbuffer_release):
9617         Small cleanups.
9618
9619         * gst-libs/gst/audio/gstbaseaudiosink.c:
9620         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9621         (gst_base_audio_sink_change_state):
9622         Slave to the master clock when going to PLAYING and unslave when
9623         going to PAUSED.
9624
9625         * gst-libs/gst/audio/gstringbuffer.c:
9626         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9627         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9628         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9629         (gst_ring_buffer_clear_all), (wait_segment),
9630         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9631         (gst_ring_buffer_advance):
9632         * gst-libs/gst/audio/gstringbuffer.h:
9633         Add some docs and cleanups.
9634
9635 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9636
9637         * sys/xvimage/xvimagesink.c:
9638         (gst_xvimagesink_navigation_send_event): Fix navigation events
9639         coordinates translation with pixel aspect ratios.
9640
9641 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9642
9643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9644         Use calculated video geometry from _setcaps instead of buffer
9645         caps to respect pixel aspect ratio. (fixes #322388)
9646
9647 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9648
9649         * docs/libs/tmpl/gstcolorbalance.sgml:
9650         * docs/libs/tmpl/gstmixer.sgml:
9651         * docs/libs/tmpl/gstxoverlay.sgml:
9652         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9653         interface.
9654
9655 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9656
9657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9658         Refuse to create an XvImage if we can't find the format.
9659
9660 2005-11-28  Edward Hervey  <edward@fluendo.com>
9661
9662         * gst-libs/gst/riff/riff-media.c:
9663         (gst_riff_create_audio_template_caps):
9664         Add ATRAC3 to the list of riff-possible audio caps.
9665         I know we still don't have a plugin for atrac3, but it's saner to output
9666         that than a cryptic mimetype.
9667
9668 2005-11-27  Edward Hervey  <edward@fluendo.com>
9669
9670         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9671         Don't try to create a zero-sized subbuffer.
9672
9673 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9674
9675         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9676         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9677         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9678         (gst_ximagesink_expose): Fixed a tricky race.
9679         * sys/ximage/ximagesink.h:
9680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9681         (gst_xvimagesink_expose): Fixed a tricky race.
9682         * sys/xvimage/xvimagesink.h:
9683
9684 2005-11-27  Edward Hervey  <edward@fluendo.com>
9685
9686         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9687         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9688         Remove unused properties, and add queues between demuxers and decoders
9689         so that a lot more files can preroll properly.
9690
9691 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9692
9693         * gst-libs/gst/net/Makefile.am:
9694         * gst-libs/gst/rtp/Makefile.am:
9695         * gst-libs/gst/tag/Makefile.am:
9696           remove silly include
9697         * gst/tags/Makefile.am:
9698         * gst/tags/gsttagediting.c:
9699         * gst/tags/gsttageditingprivate.h:
9700         * gst/tags/tagedit.vcproj:
9701           remove directory, is as good as empty
9702
9703 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9704
9705         * configure.ac:
9706           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9707         * gst-libs/Makefile.am:
9708         * gst-libs/gst/audio/Makefile.am:
9709         * gst-libs/gst/interfaces/Makefile.am:
9710         * gst-libs/gst/net/Makefile.am:
9711         * gst-libs/gst/riff/Makefile.am:
9712         * gst-libs/gst/rtp/Makefile.am:
9713         * gst-libs/gst/tag/Makefile.am:
9714         * gst-libs/gst/video/Makefile.am:
9715           and use them
9716
9717 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9718
9719         * docs/libs/tmpl/gstcolorbalance.sgml:
9720         * docs/libs/tmpl/gstmixer.sgml:
9721         * docs/libs/tmpl/gstxoverlay.sgml:
9722         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9723         * sys/ximage/ximagesink.h:
9724         * sys/xvimage/xvimagesink.h: More and more documentation.
9725
9726 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9727
9728         * docs/libs/gst-plugins-base-libs-docs.sgml:
9729         * docs/libs/gst-plugins-base-libs-sections.txt:
9730         * docs/libs/tmpl/gstcolorbalance.sgml:
9731         * docs/libs/tmpl/gstmixer.sgml:
9732         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9733         to documentation.
9734
9735 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9736
9737         * docs/plugins/Makefile.am:
9738         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9739         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9740         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9741
9742 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9743
9744         * docs/plugins/Makefile.am:
9745         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9746         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9747         * docs/plugins/inspect/plugin-adder.xml:
9748         * docs/plugins/inspect/plugin-alsa.xml:
9749         * docs/plugins/inspect/plugin-audioconvert.xml:
9750         * docs/plugins/inspect/plugin-audiorate.xml:
9751         * docs/plugins/inspect/plugin-audioresample.xml:
9752         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9753         * docs/plugins/inspect/plugin-decodebin.xml:
9754         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9755         * docs/plugins/inspect/plugin-gnomevfs.xml:
9756         * docs/plugins/inspect/plugin-ogg.xml:
9757         * docs/plugins/inspect/plugin-playbin.xml:
9758         * docs/plugins/inspect/plugin-subparse.xml:
9759         * docs/plugins/inspect/plugin-tcp.xml:
9760         * docs/plugins/inspect/plugin-theora.xml:
9761         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9762         * docs/plugins/inspect/plugin-video4linux.xml:
9763         * docs/plugins/inspect/plugin-videorate.xml:
9764         * docs/plugins/inspect/plugin-videoscale.xml:
9765         * docs/plugins/inspect/plugin-videotestsrc.xml:
9766         * docs/plugins/inspect/plugin-volume.xml:
9767         * docs/plugins/inspect/plugin-vorbis.xml:
9768         * docs/plugins/inspect/plugin-ximagesink.xml:
9769         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9770         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9771
9772 2005-11-26  Edward Hervey  <edward@fluendo.com>
9773
9774         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9775         Properly return GstFlowReturn from gst_pad_push in chain functions.
9776
9777 2005-11-25  Michael Smith  <msmith@fluendo.com>
9778
9779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9780         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9781         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9782         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9783           Handle various conditions better when we don't understand a stream.
9784           Removes a heap of CRITICALs on ogg streams containing unknown data.
9785
9786 2005-11-24  Andy Wingo  <wingo@pobox.com>
9787
9788         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9789         Be threadsafe.
9790
9791 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9792
9793         * configure.ac: back to HEAD
9794
9795 === release 0.9.6 ===
9796
9797 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9798
9799         * configure.ac:
9800           releasing 0.9.6, "White Eight"
9801
9802 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9803
9804         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9805         * docs/plugins/inspect/plugin-sine.xml:
9806           remove sinesrc some more
9807
9808 2005-11-23  Wim Taymans  <wim@fluendo.com>
9809
9810         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9811         If we are reading too slowly, jump forward in the ringbuffer
9812         instead of blocking.
9813
9814 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9815
9816         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9817         (gst_visual_chain):
9818         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9819         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9820         (gst_videorate_chain):
9821         * gst/videotestsrc/gstvideotestsrc.c:
9822         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9823         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9824         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9825         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9826         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9827         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9828           Updates for API changes
9829
9830 2005-11-23  Wim Taymans  <wim@fluendo.com>
9831
9832         * gst-libs/gst/audio/gstbaseaudiosink.c:
9833         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9834         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9835         Fix for calibration API change.
9836
9837 2005-11-23  Michael Smith <msmith@fluendo.com>
9838
9839         * gst-libs/gst/audio/multichannel.c:
9840         (gst_audio_get_channel_positions),
9841         (gst_audio_set_channel_positions),
9842         (gst_audio_set_structure_channel_positions_list),
9843         (gst_audio_fixate_channel_positions):
9844           Use gst_value_array_*() functions on value arrays, not
9845           gst_value_list_*().
9846
9847 2005-11-23  Edward Hervey  <edward@fluendo.com>
9848
9849         * autogen.sh:
9850         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9851         Fixes autogen
9852
9853 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9854
9855         * check/Makefile.am:
9856         * check/elements/videotestsrc.c: (setup_videotestsrc),
9857         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9858         (main):
9859           add a test for videotestsrc
9860
9861 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9862
9863         * gst/sine/.cvsignore:
9864         * gst/sine/Makefile.am:
9865         * gst/sine/gstsinesrc.c:
9866         * gst/sine/gstsinesrc.h:
9867         * gst/sine/sinesrc.vcproj:
9868           and remove sinesrc from the repository.  Closes #321446
9869
9870 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9871
9872         * configure.ac:
9873         * gst-plugins-base.spec.in:
9874           remove sinesrc from the build
9875
9876 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9877
9878         * check/Makefile.am:
9879         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9880         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9881         (main):
9882           add a test for audiotestsrc, testing all waves.  Even seems
9883           leak-free at first glance, nice job Stefan
9884
9885 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9886
9887         * po/af.po:
9888         * po/az.po:
9889         * po/cs.po:
9890         * po/en_GB.po:
9891         * po/hu.po:
9892         * po/it.po:
9893         * po/nb.po:
9894         * po/nl.po:
9895         * po/or.po:
9896         * po/sq.po:
9897         * po/sr.po:
9898         * po/sv.po:
9899         * po/uk.po:
9900         * po/vi.po:
9901           Translation string updates
9902
9903         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9904         (gst_v4lsrc_set_caps):
9905         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9906         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9907         * sys/v4l/v4lsrc_calls.h:
9908           Improve v4lsrc, by making it work again.
9909
9910 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9911
9912         * ext/libvisual/visual.c: (gst_visual_chain):
9913           Fix the fps calculations.
9914
9915         * gst/ffmpegcolorspace/avcodec.h:
9916           Move structure element for clarity
9917
9918         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9919         * gst-libs/gst/interfaces/tunernorm.h:
9920         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9921         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9922         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9923         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9924         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9925         (gst_v4lmjpegsrc_getcaps):
9926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9927         (gst_v4lsrc_set_caps):
9928         * sys/v4l/gstv4lsrc.h:
9929         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9930         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9931         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9932         * sys/v4l/v4lsrc_calls.h:
9933           Fractional framerates...
9934
9935 2005-11-22  Wim Taymans  <wim@fluendo.com>
9936
9937         * gst-libs/gst/audio/gstbaseaudiosink.c:
9938         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9939         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9940         And we provide a clock by default, of course...
9941
9942 2005-11-22  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
9945         This clock can be slaved to a master clock now.
9946
9947         * gst-libs/gst/audio/gstbaseaudiosink.c:
9948         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9949         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
9950         (gst_base_audio_sink_set_clock),
9951         (gst_base_audio_sink_set_property),
9952         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
9953         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9954         * gst-libs/gst/audio/gstbaseaudiosink.h:
9955         Handle slaving the internal clock to the clock selected in the
9956         pipeline.
9957         Add property to make the basesink not provide a clock.
9958
9959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9960         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9961         (gst_base_rtp_depayload_wait):
9962         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9963         We can use the clock in GstElement, no need to store it ourselves.
9964
9965 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9966
9967         * docs/libs/tmpl/gstaudio.sgml:
9968           update
9969         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9970         (gst_paranoia_endian_get_type):
9971         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
9972         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
9973         * gst/audiotestsrc/gstaudiotestsrc.c:
9974         (gst_audiostestsrc_wave_get_type):
9975         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
9976         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
9977         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9978         (gst_sync_method_get_type), (gst_unit_type_get_type),
9979         (gst_client_status_get_type), (gst_multifdsink_class_init),
9980         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
9981         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
9982         (gst_multifdsink_get_property):
9983         * gst/tcp/gstmultifdsink.h:
9984         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
9985         * gst/videotestsrc/gstvideotestsrc.c:
9986         (gst_videotestsrc_pattern_get_type):
9987           remove deprecated properties
9988           fix up enums to correctly have short lowercase dashed nicks
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           Add underscore.
9995
9996 2005-11-22  Michael Smith <msmith@fluendo.com>
9997
9998         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9999         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10000           Use utility method for scaling clocktime for fractional framerates.
10001
10002 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10003
10004         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10005         (gst_visual_chain):
10006         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10007         * ext/theora/theoradec.c: (theora_handle_type_packet):
10008         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10009         (theora_enc_chain):
10010         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10011         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10012         * gst-libs/gst/video/video.h:
10013         * gst/ffmpegcolorspace/avcodec.h:
10014         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10015         (gst_ffmpeg_caps_to_pixfmt):
10016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10017         (gst_ffmpegcsp_set_caps):
10018         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10019         (gst_videorate_setcaps), (gst_videorate_blank_data),
10020         (gst_videorate_chain):
10021         * gst/videotestsrc/gstvideotestsrc.c:
10022         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10023         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10024         (gst_videotestsrc_event), (gst_videotestsrc_create):
10025         * gst/videotestsrc/gstvideotestsrc.h:
10026         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10027         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10028         (gst_ximagesink_get_times), (gst_ximagesink_init):
10029         * sys/ximage/ximagesink.h:
10030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10031         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10032         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10033         * sys/xvimage/xvimagesink.h:
10034           Convert elements to use fractions for their framerate.
10035           V4L elements to come later tonight.
10036
10037 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10038
10039         * gst-libs/gst/audio/audio.c:
10040         * gst-libs/gst/audio/audio.h:
10041           remove some deprecated functions
10042
10043 2005-11-22  Andy Wingo  <wingo@pobox.com>
10044
10045         * Update for gst_tag_setter API changes.
10046
10047 2005-11-22  Andy Wingo  <wingo@pobox.com>
10048
10049         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10050         (gst_ogg_demux_perform_seek):
10051         * ext/theora/theoradec.c (theora_dec_sink_event):
10052         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10053         update-funcnames.
10054
10055 2005-11-22  Wim Taymans  <wim@fluendo.com>
10056
10057         * examples/seeking/seek.c: (main):
10058         Give higher priority to bus signals than the gtk events
10059         to fix a race condition in the segment looping.
10060
10061 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10062
10063         * ext/theora/Makefile.am:
10064         * ext/vorbis/Makefile.am:
10065         * gst-libs/gst/tag/Makefile.am:
10066         * gst-plugins-base.spec.in:
10067           Rename libgsttagedit to libgsttag (#322117).
10068
10069 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10070
10071         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10073           Call gst_x_overlay_prepare_xwindow_id() to give applications
10074           a final chance to set their own xwindow id before the video
10075           sink creates its own window.
10076
10077 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10078
10079         * sys/xvimage/xvimagesink.c:
10080         (gst_xvimagesink_navigation_send_event): Handle navigation
10081         events correcly with borders if applicable.
10082
10083 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10084
10085         Patch by: Luca Ognibene
10086
10087         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10088         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10090         (gst_ffmpegcsp_caps_remove_format_info):
10091         * gst/ffmpegcolorspace/imgconvert.c:
10092         * gst/ffmpegcolorspace/imgconvert_template.h:
10093           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10094           #318353); use gst_structure_has_name().
10095
10096 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10097
10098         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10099         (gst_ximagesink_class_init): Add debug macros on functions.
10100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10101         (gst_xvimagesink_xwindow_draw_borders),
10102         (gst_xvimagesink_xvimage_put),
10103         (gst_xvimagesink_xwindow_update_geometry),
10104         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10105         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10106         (gst_xvimagesink_xcontext_clear),
10107         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10108         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10109         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10110         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10111         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10112         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10113         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10114         expose while being PAUSED, out of data flow navigation events, etc..
10115
10116 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10117
10118         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10119         * gst-libs/gst/audio/audio.h:
10120           fix prototype - wondering why the test worked regardless
10121
10122 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10123
10124         * check/Makefile.am:
10125         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10126         * gst-libs/gst/audio/audio.h:
10127           add a method that returns a proper GstClockTime
10128
10129 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10130
10131         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10132         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10133         * gst-libs/gst/interfaces/xoverlay.h:
10134           Remove everything having to do with the desired size; add 
10135           gst_x_overlay_prepare_xwindow_id() function; remove the
10136           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10137           post a message on the bus instead (#321816).
10138
10139         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10141         (gst_xvimagesink_xoverlay_init):
10142           Remove desired size stuff (#321816).
10143
10144 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10145
10146         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10147         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10148         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10149           Terminate vararg functions with NULL instead of 0 to 
10150           make gcc4 happy.
10151
10152 2005-11-21  Andy Wingo  <wingo@pobox.com>
10153
10154         patch by: Sebastien Cote <sebas642@yahoo.ca>
10155         
10156         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10157         * gst-libs/gst/rtp/gstrtpbuffer.c
10158         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10159
10160 2005-11-21  Andy Wingo  <wingo@pobox.com>
10161
10162         * gst/playback/gstplaybin.c (gen_audio_element) 
10163         (gen_video_element): Use the new MISSING_PLUGIN core error
10164         category. Closes #320060.
10165
10166         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10167         * gst/videorate/gstvideorate.c (gst_videorate_event):
10168         * ext/theora/theoradec.c (theora_dec_sink_event): 
10169         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10170         stream lock.
10171
10172         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10173         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10174         stream lock changes.
10175
10176 2005-11-21  Wim Taymans  <wim@fluendo.com>
10177
10178         * gst-libs/gst/audio/gstbaseaudiosink.c:
10179         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10180         (gst_base_audio_sink_provide_clock),
10181         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10182         (gst_base_audio_sink_change_state):
10183         * gst/audioresample/gstaudioresample.c:
10184         Segment update fix.
10185
10186 2005-11-21  Andy Wingo  <wingo@pobox.com>
10187
10188         * *.h:
10189         * *.c: Ran scripts/update-macros. Oh yes.
10190
10191 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10192
10193         * sys/ximage/Makefile.am:
10194         * sys/ximage/ximage.c:
10195           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10196           remove your old libgstximage.* manually if necessary).
10197
10198 2005-11-21  Michael Smith <msmith@fluendo.com>
10199
10200         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10201           Minimal fix for bug #320200: set the min/max bitrate in the correct
10202           units. A better fix would be to upgrade to the RATEMANAGE2
10203           interface, rather than using the deprecated interface used here, but
10204           that would require an update in our libvorbis dependency (to 1.1),
10205           which is probably undesirable.
10206
10207 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10208
10209         * ext/libvisual/visual.c: (get_buffer):
10210         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10211         (gst_base_audio_src_fixate):
10212         * gst/audioconvert/gstaudioconvert.c:
10213         (gst_audio_convert_fixate_caps):
10214         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10215         * gst/audiotestsrc/gstaudiotestsrc.c:
10216         (gst_audiotestsrc_src_fixate):
10217         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10218         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10219         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10220         * gst/videotestsrc/gstvideotestsrc.c:
10221         (gst_videotestsrc_src_fixate):
10222         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10224           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10225           (#322027)
10226
10227
10228 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10229
10230         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10231         (gst_riff_create_iavs_caps):
10232         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10233         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10234         (gst_riff_parse_info):
10235         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10236         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10238           Fixes for GST_FOURCC_FORMAT API change.
10239
10240 2005-11-21  Andy Wingo  <wingo@pobox.com>
10241
10242         patch by: Alessandro Dessina <alessandro nnva org>
10243
10244         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10245         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10246         (gst_ogg_parse_chain):
10247         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10248         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10249         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10250         gst_value_list calls on arrays. Fixes #321962.
10251
10252 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10253
10254         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10255         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10256         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10257         * gst/adder/gstadder.c: (gst_adder_init),
10258         (gst_adder_request_new_pad), (gst_adder_collected),
10259         (gst_adder_change_state):
10260           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10261           API change.
10262
10263 2005-11-21  Michael Smith <msmith@fluendo.com>
10264
10265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10266         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10267           Properly handle pad_push return values.
10268
10269 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10270
10271         * gst-libs/gst/tag/Makefile.am:
10272         * gst-libs/gst/tag/gstvorbistag.c:
10273         (gst_tag_list_to_vorbiscomment_buffer):
10274           Remove obsolete vorbistag element and debug category.
10275
10276         * gst/playback/gstplaybasebin.c: (check_queue):
10277           Don't divide by 0 when queue-threshold is 0.
10278
10279         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10280           Don't modify an existing pixel-aspect-ratio if we fail to read
10281           a new one.
10282
10283 2005-11-20  Wim Taymans  <wim@fluendo.com>
10284
10285         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10286         (gst_vorbisenc_push_packet):
10287         GST_PAD_IS_USABLE is gone, use the return value of
10288         the push or pad_alloc_buffer instead.
10289
10290 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10291
10292         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10293         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10294         (gst_ximagesink_ximage_destroy),
10295         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10296         (gst_ximagesink_xwindow_new),
10297         (gst_ximagesink_xwindow_update_geometry),
10298         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10299         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10300         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10301         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10302         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10303         (gst_ximagesink_navigation_send_event),
10304         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10305         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10306         (gst_ximagesink_finalize), (gst_ximagesink_init),
10307         (gst_ximagesink_class_init):
10308         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10309         This new version brings correct software scaling, non flickering
10310         window while resizing, pixel aspect ratio handling, usage of
10311         hardware buffer pools, out of data flow event thread for 
10312         navigation and handling of expose events even when being PAUSED,
10313         a new property to keep video aspect ratio when resizing, etc...
10314
10315 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10316
10317         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10318         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10319         handling of PAR.
10320
10321 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10322
10323         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10324         Unsetting IS_SINK flag from the fakesink, so decodebin
10325         never behaves as a sink.
10326
10327 2005-11-17  Wim Taymans  <wim@fluendo.com>
10328
10329         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10330         (gst_base_audio_src_change_state):
10331         Fix the audiosrc base class again, we did not unflush.
10332
10333 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10334
10335         * examples/seeking/seek.c: (make_dv_pipeline),
10336         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10337         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10338         to ogg/vorbis/theora pipeline.
10339
10340 2005-11-17  Wim Taymans  <wim@fluendo.com>
10341
10342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10343         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10344         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10345         Fix EOS on multiple streams.
10346         More debugging.
10347
10348 2005-11-16  Wim Taymans  <wim@fluendo.com>
10349
10350         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10351         (gst_ogg_demux_perform_seek):
10352         Segment done must include stream time.
10353
10354         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10355         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10356         (gst_ogg_mux_change_state):
10357         Fix ogg muxer again.
10358
10359 2005-11-16  Wim Taymans  <wim@fluendo.com>
10360
10361         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10362         Fix compile again.
10363
10364 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10365
10366         * ext/libvisual/visual.c: (gst_visual_init):
10367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10368         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10369         (gst_ogg_parse_chain):
10370         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10371         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10372         * ext/theora/theoradec.c: (gst_theora_dec_init):
10373         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10374         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10375         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10376         * gst/adder/gstadder.c: (gst_adder_class_init),
10377         (gst_adder_dispose):
10378         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10379         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10380         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10381           Fix a whole set of pad template leaks
10382
10383 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10384
10385         * check/generic/states.c: (GST_START_TEST):
10386           fix the test so that it only checks for elements that are part of
10387           this source module
10388
10389 2005-11-16  Michael Smith <msmith@fluendo.com>
10390
10391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10392         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10393         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10394         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10395         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10396         (gst_ogg_mux_change_state):
10397           Fix leaking collectpads.
10398
10399 2005-11-16  Edward Hervey  <edward@fluendo.com>
10400
10401         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10402         (gst_videorate_event), (gst_videorate_chain):
10403         Handle segment seeks
10404
10405 2005-11-16  Wim Taymans  <wim@fluendo.com>
10406
10407         * gst-libs/gst/audio/gstbaseaudiosink.c:
10408         (gst_base_audio_sink_provide_clock),
10409         (gst_base_audio_sink_change_state):
10410         Set ringbuffer to non-flushing when going to PAUSED, set to
10411         flushing again when going to READY.
10412
10413         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10414         (gst_ring_buffer_stop):
10415         Start in flushing mode by default.
10416         Don't set flushing in the _stop method, let the app call
10417         this explicitly.
10418
10419 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10420
10421         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10422         * gst-libs/gst/video/videosink.h: Add helper function needed
10423         for video sinks.
10424
10425 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10426
10427         * gst/videoscale/gstvideoscale.c:
10428         (gst_videoscale_handle_src_event):
10429           Don't leak reference to pad parent.
10430
10431 2005-11-16  Wim Taymans  <wim@fluendo.com>
10432
10433         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10434         Set ringbuffer to flushing when stopping so that we don't
10435         block on wait_segment anymore and livelock.
10436
10437 2005-11-16  Wim Taymans  <wim@fluendo.com>
10438
10439         * examples/seeking/seek.c: (send_event), (do_seek),
10440         (loop_toggle_cb), (segment_done), (main):
10441         Added looping checkbox.
10442
10443 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10444
10445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10446         (gst_ogg_demux_init):
10447         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10448         (gst_vorbis_dec_init):
10449           revert unrefs, they don't pass make check
10450
10451 2005-11-15  Johan Dahlin  <johan@gnome.org>
10452
10453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10454         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10455         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10456         (gst_vorbis_dec_init):
10457         Fix pad template leaks. 
10458
10459 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10460
10461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10462           Make state change function thread safe.
10463
10464 2005-11-15  Edward Hervey  <edward@fluendo.com>
10465
10466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10467         (gst_ogg_demux_class_init):
10468         Implement GstElement::send_event, so we can send seek events
10469         in GST_STATE_READY
10470
10471 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10472
10473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10474         Discovered how to take away flickering while resizing the
10475         window. Please don't put that in ximagesink, refactoring in
10476         progress.
10477
10478 2005-11-14  Michael Smith <msmith@fluendo.com>
10479
10480         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10481         (gst_multifdsink_render):
10482           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10483
10484 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10485
10486         * gst/playback/gstplaybin.c: (gen_audio_element):
10487           Use autoaudiosink, it tends to be more widely available than
10488           autoaudiiosink.
10489           
10490 2005-11-14  Andy Wingo  <wingo@pobox.com>
10491
10492         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10493         as well if it is available. Fixes #316442.
10494
10495 2005-11-14  Michael Smith <msmith@fluendo.com>
10496
10497         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10498         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10499         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10500         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10501         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10502         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10503         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10504         (gst_vorbisenc_change_state):
10505           Fix a small memory leak in vorbisenc.
10506           Fix large memory leaks in oggmux, also fix lots of state change
10507           bugs in oggmux.
10508
10509 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10510
10511         * gst/videotestsrc/gstvideotestsrc.c:
10512         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10513         (gst_videotestsrc_src_fixate):
10514           move fixation to a fixate function
10515           remove negotiate function, basesrc's is good enough
10516           fixes a bug for check when using the element alone
10517
10518 2005-11-13  Edward Hervey  <edward@fluendo.com>
10519
10520         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10521         (key_toggle_cb), (main):
10522         Added checkboxes for adding/removing the accurate and key_unit seek
10523         flags.
10524
10525 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10526
10527         * configure.ac: back to HEAD
10528
10529 === release 0.9.5 ===
10530
10531 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10532
10533         * configure.ac:
10534           releasing 0.9.5, "No No Kia"
10535
10536 2005-11-11  Edward Hervey  <edward@fluendo.com>
10537
10538         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10539         Added parse-launch syntax seeking mode for the seeking example.
10540         This should help stress-test even more cases.
10541         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10542
10543 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10544
10545         * sys/xvimage/xvimagesink.c:
10546         (gst_xvimagesink_navigation_send_event):
10547           Check whether peer pad exists before sending navigation events
10548           to it.
10549
10550 2005-11-11  Michael Smith <msmith@fluendo.com>
10551
10552         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10553         (gst_vorbisenc_buffer_from_packet):
10554         * ext/vorbis/vorbisenc.h:
10555           Set duration on encoded buffers. This allows oggmux's
10556           max_page_delay parameter to actually work.
10557
10558 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10559
10560         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10561         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10562         (gst_ffmpegcsp_avpicture_fill):
10563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10564         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10565           Make palettes work again (see #132341). Use our own macros
10566           for rounding up.
10567
10568 2005-11-10  Andy Wingo  <wingo@pobox.com>
10569
10570         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10571         string doober.
10572
10573 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10574
10575         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10576         (gst_ffmpegcsp_transform_caps):
10577           Prefer passthrough in transform_caps
10578
10579 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10580
10581         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10582           check for ALSA errors properly, instead of relying on ALSA's
10583           error strings to serve to the user.
10584
10585 2005-11-10  Wim Taymans  <wim@fluendo.com>
10586
10587         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10588         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10589         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10590         Modernise the seek code.
10591
10592 2005-11-10  Michael Smith <msmith@fluendo.com>
10593         
10594         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10595         (setup_substreams), (set_active_source):
10596           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10597           trying to go to NULL if we failed to read a file.
10598
10599 2005-11-10  Wim Taymans  <wim@fluendo.com>
10600
10601         * gst/audiotestsrc/gstaudiotestsrc.c:
10602         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10603         (gst_audiotestsrc_create):
10604         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10605         (gst_sinesrc_get_times), (gst_sinesrc_create):
10606         * gst/videotestsrc/gstvideotestsrc.c:
10607         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10608         (gst_videotestsrc_create):
10609         The base class can now sync for us.
10610
10611 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10612
10613         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10614           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10615           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10616           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10617           format=(fourcc)I420" ! xvimagesink
10618
10619 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10620
10621         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10622         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10623         (gst_sinesrc_newsegment):
10624           Send newsegment event in TIME format, set duration if
10625           num-buffers is set, fix duration querying.
10626
10627 2005-11-10  Michael Smith <msmith@fluendo.com>
10628
10629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10630         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10631         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10632         (gst_ogg_mux_collected):
10633          Fix EOS handling, partially. Now forwarding an EOS event once we have
10634          EOS on all pads works correctly. However, we still don't properly set
10635          EOS on the actual ogg stream pages.
10636
10637 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10638
10639         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10640           Set elements to NULL state before disposing of them.
10641
10642 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10643
10644         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10645
10646         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10647         (gst_base_rtp_depayload_init),
10648         (gst_base_rtp_depayload_set_gst_timestamp):
10649         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10650           We need to send a newsegment event for each instance, not
10651           just for the first instance of this class (get rid of
10652           static variable in function). (#321011).
10653           
10654 2005-11-08  Michael Smith <msmith@fluendo.com>
10655
10656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10657         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10658         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10659         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10660           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10661           This makes us mux things correctly according to the ogg muxing
10662           rules. Still not handling EOS correctly right now, though.
10663
10664 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         * gst/audioconvert/gstaudioconvert.c:
10667           Fix typo in docs. 
10668
10669 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10672         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10673           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10674           creating a new chain; should fix live streaming. Also
10675           add more debug output and fix a typo.
10676
10677 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10678
10679         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10680
10681         * gst/volume/gstvolume.c: (volume_set_caps):
10682           Fix compilation on Solaris with Forte. (#320923)
10683
10684 2005-11-08  Wim Taymans  <wim@fluendo.com>
10685
10686         * gst-libs/gst/audio/gstbaseaudiosink.c:
10687         (gst_base_audio_sink_render):
10688         No need to do a typecheck.
10689
10690 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10691
10692         * ext/alsa/gstalsa.h:
10693           We register a debug category, so let's use it.
10694
10695 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10696
10697         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10698         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10699         Fixed a small problem.
10700
10701 2005-11-04  Wim Taymans  <wim@fluendo.com>
10702
10703         * examples/seeking/Makefile.am:
10704         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10705         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10706         (make_playerbin_pipeline), (format_value), (update_scale),
10707         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10708         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10709         (print_usage), (main):
10710         Added app for playback speed testing.
10711
10712         * examples/seeking/seek.c: (dynamic_link),
10713         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10714         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10715         (message_received), (main):
10716         Updated seek example.
10717
10718 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10719
10720         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10721         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10722         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10723         (gst_base_rtp_depayload_set_clock):
10724         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10725         Don't sleep on the bench (system clock) when you have a nice 
10726         comfortable bed (Gstreamer clock) to sleep on.
10727
10728 2005-11-03  Wim Taymans  <wim@fluendo.com>
10729
10730         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10731         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10732         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10733         Handle the case where a pad_block failed.
10734
10735 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10736
10737         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10738
10739         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10740         (gst_base_rtp_depayload_add_to_queue),
10741         (gst_base_rtp_depayload_push),
10742         (gst_base_rtp_depayload_set_gst_timestamp),
10743         (gst_base_rtp_depayload_queue_release):
10744           Fixes some bugs in the depayloader's queuing/de-queueing code.
10745
10746 2005-10-31  Michael Smith <msmith@fluendo.com>
10747
10748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10749         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10750         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10751           Patch from Alessandro Decina <alessandro@nnva.org>.
10752           Make oggdemux only find the final time in a chain, not per-pad,
10753           since the per-pad information can be very expensive to locate, and
10754           it isn't used anywhere. This makes reading a file containing
10755           OggSkeleton reasonably fast.
10756           Also, make chain finding work when there are logical bitstreams that
10757           can't be decoded. Fixes #319110.
10758
10759 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10760
10761         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10762         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10763         (gst_base_rtp_depayload_chain),
10764         (gst_base_rtp_depayload_add_to_queue),
10765         (gst_base_rtp_depayload_push),
10766         (gst_base_rtp_depayload_set_gst_timestamp),
10767         (gst_base_rtp_depayload_queue_release),
10768         (gst_base_rtp_depayload_start_thread),
10769         (gst_base_rtp_depayload_set_property),
10770         (gst_base_rtp_depayload_get_property):
10771         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10772         Some random fixes, to fullfill the desires of thomas.
10773
10774 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10775
10776         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10777         (gst_base_rtp_depayload_add_to_queue),
10778         (gst_base_rtp_depayload_push):
10779         Fixed the queueing algorithm.
10780
10781 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10782
10783         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10784         (gst_base_rtp_depayload_push):
10785         A small fix
10786
10787 2005-10-31  Wim Taymans  <wim@fluendo.com>
10788
10789         * gst-libs/gst/audio/gstringbuffer.h:
10790         Don't break ABI.
10791
10792         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10793         (gst_ffmpeg_caps_to_pixfmt):
10794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10795         (gst_ffmpegcsp_set_caps):
10796         Some more comments.
10797         Handle missing required caps fields better.
10798
10799 2005-10-31  Wim Taymans  <wim@fluendo.com>
10800
10801         * gst-libs/gst/audio/gstbaseaudiosink.c:
10802         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10803         (gst_base_audio_sink_render):
10804         * gst-libs/gst/audio/gstringbuffer.c:
10805         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10806         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10807         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10808         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10809         (gst_ring_buffer_read):
10810         * gst-libs/gst/audio/gstringbuffer.h:
10811         Add flushing mode to the ringbuffer so that it in all cases does
10812         not try to handle more audio. This makes sure it does not try to
10813         block anymore when flushing and fixes a livelock.
10814
10815 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10816
10817         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10818         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10819         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10820           Explicitly check for -1 values before doing a conversion
10821           and always map them to -1. (#315545)
10822
10823 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10824
10825         * gst/playback/gstplaybin.c: (gen_video_element):
10826           first try autovideosink, then xvimagesink, then error out
10827         * po/POTFILES.in:
10828           add translatable file
10829         * po/af.po:
10830         * po/az.po:
10831         * po/cs.po:
10832         * po/en_GB.po:
10833         * po/hu.po:
10834         * po/it.po:
10835         * po/nb.po:
10836         * po/nl.po:
10837         * po/or.po:
10838         * po/sq.po:
10839         * po/sr.po:
10840         * po/sv.po:
10841         * po/uk.po:
10842         * po/vi.po:
10843           update translations
10844
10845 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10846
10847         * gst-libs/gst/rtp/gstbasedepayload.c:
10848         * gst-libs/gst/rtp/gstbasedepayload.h:
10849           Minor cleanups
10850
10851 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10852
10853         * gst/playback/.cvsignore:
10854         * gst/playback/decodetest.c:
10855         * gst/playback/test3.c:
10856           Port these two tests as well.
10857
10858 2005-10-27  Wim Taymans  <wim@fluendo.com>
10859
10860         * ext/theora/theoradec.c: (theora_dec_src_query),
10861         (theora_dec_sink_event):
10862         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10863         (theora_enc_change_state):
10864         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10865         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10866         Take proper locks when handling events.
10867
10868 2005-10-27  Wim Taymans  <wim@fluendo.com>
10869
10870         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10871         (gst_adder_change_state):
10872         Fix timestamps and fix deadlock when stopping the collectpads.
10873
10874 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10875
10876         * gst-libs/gst/rtp/gstrtpbuffer.h:
10877         Declaring the payload types as strings too so that they can be used
10878         in the padtemplate inialization.
10879
10880 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10881
10882         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10883
10884         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10885         (gst_base_rtp_depayload_class_init):
10886         Fixes a small but nasty bug. The derived elements no longer segfaults
10887         on finalization.
10888
10889 2005-10-26  Michael Smith <msmith@fluendo.com>
10890
10891         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10892           When clearing an audioconvert context, set tmpbufsize to zero, so
10893           we'll allocate it again later if required.
10894           This fixes audioconvert re-negotiating formats, which previously
10895           segfaulted with a NULL destination buffer.
10896
10897 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10898
10899         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10900         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10901         (gst_base_rtp_depayload_set_gst_timestamp),
10902         (gst_base_rtp_depayload_queue_release):
10903         Fixed a smalll memleak.
10904
10905 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10907         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10908         (gst_base_rtp_depayload_finalize),
10909         (gst_base_rtp_depayload_setcaps),
10910         (gst_base_rtp_depayload_add_to_queue),
10911         (gst_base_rtp_depayload_push),
10912         (gst_base_rtp_depayload_set_gst_timestamp),
10913         (gst_base_rtp_depayload_queue_release),
10914         (gst_base_rtp_depayload_thread),
10915         (gst_base_rtp_depayload_change_state):
10916         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10917         Changed the C++ comments to C comments
10918
10919 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10920
10921         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10922         * gst/tcp/gsttcpclientsrc.h:
10923         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10924         * gst/tcp/gsttcpserversrc.h:
10925           Remove unused 'curoffset' structure member.
10926
10927 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10928
10929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10930         (gst_base_rtp_depayload_base_init),
10931         (gst_base_rtp_depayload_finalize):
10932         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10933         * gst-libs/gst/rtp/gstbasertppayload.h:
10934           The pad-template on the sinkpad should be set by the derived classes.
10935           Also added some useful macros.
10936
10937 2005-10-24  Wim Taymans  <wim@fluendo.com>
10938
10939         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10940         Correctly flush decoder samples even if we could not
10941         copy them to an output buffer. Fixes #319618.
10942
10943 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10944
10945         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
10947         the caps against our xcontext caps.
10948
10949 2005-10-24  Wim Taymans  <wim@fluendo.com>
10950
10951         * gst-libs/gst/audio/gstbaseaudiosink.c:
10952         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10953         Remove g_print
10954         Use sync property from baseclass to disable sync.
10955
10956 2005-10-24  Wim Taymans  <wim@fluendo.com>
10957
10958         * gst-libs/gst/audio/gstbaseaudiosink.c:
10959         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10960         Buffers with no timestamps get aligned with previous buffers or
10961         on underrun, played ASAP.
10962
10963 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10964
10965         * gst-libs/gst/video/video.h:
10966         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10967         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
10969         here comes my change on caps for framerate and geometry range.
10970         We are now accepting 1 to MAXINT for width and height, and from
10971         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
10972         to be blended correctly in videomixer.
10973
10974 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10975
10976         * configure.ac:
10977           back to HEAD
10978
10979 === release 0.9.4 ===
10980
10981 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10982
10983         * NEWS:
10984         * RELEASE:
10985         * configure.ac:
10986           releasing 0.9.4, "Velociraptor"
10987
10988 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10989
10990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
10991         * po/POTFILES.in:
10992           STOPPED -> FAILED
10993
10994 2005-10-21  Wim Taymans  <wim@fluendo.com>
10995
10996         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10997         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
10998         (pad_blocked), (close_pad_link), (new_pad):
10999         Don't try to remove elements twice.
11000
11001 2005-10-21  Wim Taymans  <wim@fluendo.com>
11002
11003         * ext/theora/theoradec.c: (theora_dec_src_query),
11004         (theora_dec_sink_event):
11005         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11006         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11007         (vorbis_handle_data_packet):
11008         * ext/vorbis/vorbisdec.h:
11009         Fix old naming.
11010
11011         * gst-libs/gst/audio/gstbaseaudiosink.c:
11012         (gst_base_audio_sink_render):
11013         Don't try to sync on buffers without a timestamp.
11014
11015 2005-10-21  Wim Taymans  <wim@fluendo.com>
11016
11017         * ext/theora/theoradec.c: (theora_dec_src_query),
11018         (theora_dec_sink_event):
11019         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11020         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11021         (vorbis_handle_data_packet):
11022         * ext/vorbis/vorbisdec.h:
11023         Fix old naming.
11024
11025 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11026
11027         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11028         (gst_vorbisenc_src_query):
11029           Implement position and duration queries.
11030
11031         * gst/playback/test3.c: (update_scale), (main):
11032           Fix for async state changes and print nicer output.
11033
11034 2005-10-20  Wim Taymans  <wim@fluendo.com>
11035
11036         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11037         (dump_element_stats), (main):
11038         * gst/playback/test6.c: (main):
11039         Fix tests again
11040
11041 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11042
11043         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11044         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11045           Don't use functions for position queries when handling
11046           duration queries.
11047
11048 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11049
11050         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11051         (vorbis_handle_data_packet), (vorbis_dec_chain),
11052         (vorbis_dec_change_state):
11053         * ext/vorbis/vorbisdec.h:
11054           Vorbis streams can be embedded in other container formats
11055           than ogg, container formats where the demuxer might set 
11056           timestamps on encoded vorbis buffers instead of those silly 
11057           granulepos thingies. In short: make vorbisdec handle 
11058           timestamps on incoming buffers as well.
11059
11060 2005-10-20  Wim Taymans  <wim@fluendo.com>
11061
11062         * gst/playback/gstplaybasebin.c: (group_destroy),
11063         (gst_play_base_bin_change_state):
11064         Fix leak.
11065         Handle case where playbasebin is now ASYNC because
11066         decodebin is.
11067
11068 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11069
11070         * gst/audioconvert/Makefile.am:
11071         * gst/audioconvert/bufferframesconvert.c:
11072         * gst/audioconvert/plugin.c: (plugin_init):
11073         * gst/audioconvert/plugin.h:
11074           And bye bye buffer-frames-convert
11075
11076 2005-10-19  Wim Taymans  <wim@fluendo.com>
11077
11078         * check/elements/audioconvert.c:
11079         * docs/libs/tmpl/gstaudio.sgml:
11080         * docs/libs/tmpl/gstcolorbalance.sgml:
11081         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11082         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11083         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11084         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11085         * gst-libs/gst/audio/audio.h:
11086         * gst/audioconvert/audioconvert.h:
11087         * gst/audioconvert/gstaudioconvert.c:
11088         (gst_audio_convert_parse_caps):
11089         * gst/volume/gstvolume.c:
11090         Bye bye buffer-frames.
11091
11092 2005-10-19  Wim Taymans  <wim@fluendo.com>
11093
11094         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11095         (query_positions_elems), (query_positions_pads), (update_scale),
11096         (do_seek), (set_update_scale), (message_received), (main):
11097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11098         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11099         (gst_ogg_demux_loop):
11100         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11101         * ext/theora/theoradec.c: (theora_dec_src_query),
11102         (theora_dec_sink_event):
11103         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11104         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11105         * gst/adder/gstadder.c: (gst_adder_query):
11106         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11107         * gst/playback/test3.c: (update_scale):
11108         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11109         (dump_element_stats), (main):
11110         * gst/playback/test6.c: (main):
11111         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11112         Query API update.
11113
11114 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11117         (xml_check_first_element), (xml_type_find), (smil_type_find),
11118         (plugin_init):
11119           Add typefinding for SMIL and for generic XML. Based on patch by
11120           Akos Maroy (#308663).
11121
11122 2005-10-18  Wim Taymans  <wim@fluendo.com>
11123
11124         * gst/playback/Makefile.am:
11125         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11126         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11127         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11128         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11129         (gst_decode_bin_change_state):
11130         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11131         (gst_play_bin_send_event_to_sink):
11132         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11133         (dump_element_stats), (main):
11134         * gst/playback/test6.c: (main):
11135         Make playbin async, it'll commit state to paused when all streams
11136         are detected.
11137         Remove ugly hack.
11138         Added test6.c to show async behaviour.
11139
11140 2005-10-18  Wim Taymans  <wim@fluendo.com>
11141
11142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11143         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11144         Fix for segment-start/stop API change.
11145
11146 2005-10-18  Wim Taymans  <wim@fluendo.com>
11147
11148         * check/Makefile.am:
11149         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11150         (main):
11151         Add future test for clock selection.
11152
11153 2005-10-18  Wim Taymans  <wim@fluendo.com>
11154
11155         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11156         (gst_alsasink_close):
11157         Set handle to NULL.
11158
11159         * gst-libs/gst/audio/gstringbuffer.c:
11160         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11161         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11162         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11163         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11164         (gst_ring_buffer_read):
11165         More debug info.
11166
11167 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11168
11169         * gst/audiotestsrc/Makefile.am:
11170         * gst/sine/Makefile.am:
11171         * gst/volume/Makefile.am:
11172           fix broken build of controllerized plugins
11173
11174 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11175
11176         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11177
11178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11179         (gst_riff_create_video_template_caps):
11180           Add support for Indeo-3 (IV32).
11181
11182 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11183
11184         * configure.ac:
11185           rewrite
11186
11187 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11188
11189         * gst-libs/gst/video/video.c: (gst_video_get_size):
11190         * gst/audiotestsrc/gstaudiotestsrc.c:
11191           doc updates
11192
11193 2005-10-17  Andy Wingo  <wingo@pobox.com>
11194
11195         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11196         with the collectpads change.
11197         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11198
11199         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11200
11201         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11202
11203         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11204         alloc_buffer flow return to callers.
11205         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11206         change. Fix some memleaks in theoraenc.
11207
11208         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11209         in strange circumstance.
11210
11211 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11212
11213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11214         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11215         from caps, let's use the caps...
11216
11217 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11218
11219         * configure.ac:
11220           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11221
11222 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11223
11224         * gst-libs/gst/interfaces/Makefile.am:
11225           fix silly typo
11226
11227 2005-10-16  Andy Wingo  <wingo@pobox.com>
11228
11229         * gst/playback/gstdecodebin.c
11230         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11231         function!
11232         (try_to_link_1): Increase kraziness level.
11233
11234 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11235
11236         * configure.ac:
11237           restructure like the core one
11238         * gst-libs/gst/audio/Makefile.am:
11239         * gst-libs/gst/interfaces/Makefile.am:
11240         * gst-libs/gst/net/Makefile.am:
11241         * gst-libs/gst/riff/Makefile.am:
11242         * gst-libs/gst/rtp/Makefile.am:
11243         * gst-libs/gst/tag/Makefile.am:
11244         * gst-libs/gst/video/Makefile.am:
11245           use correct linker flags, now the libs are properly versioned
11246         * check/elements/audioconvert.c: (verify_convert):
11247         * ext/alsa/gstalsaplugin.c:
11248         * ext/cdparanoia/gstcdparanoia.c:
11249         * ext/gnomevfs/gstgnomevfs.c:
11250         * ext/libvisual/visual.c:
11251         * ext/ogg/gstogg.c:
11252         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11253         * ext/theora/theora.c:
11254         * ext/vorbis/vorbis.c:
11255         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11256         * gst-libs/gst/tag/gsttagediting.c:
11257         * gst-libs/gst/video/video.c:
11258         * gst/adder/gstadder.c:
11259         * gst/audioconvert/plugin.c:
11260         * gst/audiorate/gstaudiorate.c:
11261         * gst/audioresample/gstaudioresample.c:
11262         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11263         * gst/audioscale/gstaudioscale.c:
11264         * gst/audioscale/resample.c:
11265         * gst/audiotestsrc/gstaudiotestsrc.c:
11266         * gst/ffmpegcolorspace/gstffmpeg.c:
11267         * gst/playback/gstdecodebin.c: (close_pad_link):
11268         * gst/playback/gstplaybin.c: (gen_video_element),
11269         (gen_audio_element):
11270         * gst/sine/gstsinesrc.c:
11271         * gst/subparse/gstsubparse.c:
11272         * gst/tags/gsttagediting.c:
11273         * gst/tcp/gsttcpplugin.c:
11274         * gst/typefind/gsttypefindfunctions.c:
11275         * gst/videorate/gstvideorate.c:
11276         * gst/videoscale/gstvideoscale.c:
11277         * gst/videotestsrc/gstvideotestsrc.c:
11278         * gst/volume/gstvolume.c:
11279         * sys/v4l/gstv4l.c:
11280         * sys/ximage/ximage.c:
11281         * sys/xvimage/xvimagesink.c:
11282           fix up defines
11283
11284 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11285
11286         * ext/vorbis/vorbisenc.c:
11287         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11288         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11289         (gst_tag_to_vorbis_comments):
11290           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11291
11292 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11293
11294         * examples/stats/mp2ogg.c:
11295         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11296           typo fixes
11297
11298 2005-10-13  Michael Smith <msmith@fluendo.com>
11299
11300         * ext/ogg/gstoggmux.c:
11301           Use magic glib macros to define constants as 64 bit, to ensure
11302           appropriate vararg passing.
11303
11304 2005-10-13  Michael Smith <msmith@fluendo.com>
11305
11306         * ext/ogg/gstoggmux.c:
11307         * gst/audioconvert/audioconvert.c: (float):
11308           Don't use LL suffix, as it's not portable, and neither of these
11309           uses required it anyway.
11310
11311 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11312
11313         * examples/indexing/indexmpeg.c: (main):
11314         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11315         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11316         (cdparanoia_convert), (cdparanoia_query):
11317         * ext/cdparanoia/gstcdparanoia.h:
11318         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11319         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11320         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11322         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11323         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11324         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11325         (gst_multifdsink_render), (gst_multifdsink_start),
11326         (gst_multifdsink_stop):
11327         * gst/tcp/gstmultifdsink.h:
11328         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11329         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11330         (gst_tcpclientsink_stop):
11331         * gst/tcp/gsttcpclientsink.h:
11332         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11333         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11334         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11335         * gst/tcp/gsttcpclientsrc.h:
11336         * gst/tcp/gsttcpserversink.h:
11337         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11338         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11339         (gst_tcpserversrc_stop):
11340         * gst/tcp/gsttcpserversrc.h:
11341         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11342         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11343         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11344           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11345           moved bitshift from macro to enum definition
11346
11347 2005-10-12  Wim Taymans  <wim@fluendo.com>
11348
11349         * examples/seeking/Makefile.am:
11350         Oops.
11351
11352 2005-10-12  Wim Taymans  <wim@fluendo.com>
11353
11354         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11355         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11356         Don't assert on normal stuff.
11357
11358         * gst/playback/gstplaybin.c: (do_playbin_seek):
11359         API fix.
11360
11361 2005-10-12  Wim Taymans  <wim@fluendo.com>
11362
11363         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11364         * examples/seeking/Makefile.am:
11365         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11366         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11367         (do_seek), (set_update_scale), (message_received), (main):
11368         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11369         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11370         Update for _get_state() API change.
11371
11372 2005-10-11  Wim Taymans  <wim@fluendo.com>
11373
11374         * gst-libs/gst/audio/gstbaseaudiosink.c:
11375         (gst_base_audio_sink_render):
11376         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11377         (gst_base_audio_src_create):
11378         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11379         (gst_ring_buffer_read):
11380         Cleanups.
11381         Commit and read from ringbuffer in samples rather than bytes.
11382
11383 2005-10-11  Wim Taymans  <wim@fluendo.com>
11384
11385         * gst-libs/gst/audio/gstbaseaudiosink.c:
11386         (gst_base_audio_sink_render):
11387         Respect segment rate and accum when scheduling samples.
11388
11389 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11390
11391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11392         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11393         EOS correctly, that needs more work.
11394
11395 2005-10-11  Wim Taymans  <wim@fluendo.com>
11396
11397         * check/generic/states.c: (GST_START_TEST):
11398         remove old property.
11399
11400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11401         (gst_ogg_demux_perform_seek):
11402         * ext/theora/theoradec.c: (theora_dec_sink_event):
11403         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11404         (vorbis_handle_data_packet):
11405         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11406         (gst_base_rtp_depayload_set_gst_timestamp):
11407         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11408         Update for newsegment API change.
11409
11410 2005-10-11  Michael Smith <msmith@fluendo.com>
11411
11412         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11413         (do_playbin_seek), (gst_play_bin_send_event):
11414           Override send_event differently, so that we can takes bits of
11415           functionality from GstPipeline (special handling for seeks,
11416           including pausing/resuming, and resetting stream time) and still get
11417           the appropriate behaviour of only forwarding event to a single sink,
11418           rather than all of them.
11419           Unfortunately requires a lot of code duplication, but the
11420           alternatives are equally ugly in the end.
11421
11422 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11423
11424         * check/elements/audioconvert.c: (setup_audioconvert),
11425         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11426         (GST_START_TEST), (audioconvert_suite):
11427           clean up tests a little, fix some leaks.
11428
11429 2005-10-10  Wim Taymans  <wim@fluendo.com>
11430
11431         * ext/alsa/gstalsasink.c:
11432         Also allow unsigned int.
11433
11434         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11435         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11436         Small cleanup
11437
11438 2005-10-10  Wim Taymans  <wim@fluendo.com>
11439
11440         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11441         Small update, use API as stated in design docs.
11442
11443         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11444         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11445         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11446         (message_received), (main):
11447         Updated seek example for GOption. Some usability improvements.
11448
11449 2005-10-10  Wim Taymans  <wim@fluendo.com>
11450
11451         * gst/audioconvert/audioconvert.h:
11452         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11453         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11454         Alloc temp storage somewhere else where we can do it more
11455         portable.
11456
11457 2005-10-10  Wim Taymans  <wim@fluendo.com>
11458
11459         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11460         (gst_tcpserversrc_start):
11461         Don't block in accept while doing the state change, move
11462         to poll and make cancellable.
11463
11464 2005-10-09  Philippe Khalaf <burger@speedy.org>
11465
11466         * gst-libs/gst/rtp/rtpbasedepayload.c:
11467         Set timestamp and add queue delay to timestamp
11468         * gst-libs/gst/rtp/rtpbuffer.h:
11469         Set correct payload type for h263
11470
11471 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11472
11473         * gst/audiotestsrc/gstaudiotestsrc.c:
11474         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11475         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11476         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11477         (gst_audiotestsrc_create_triangle),
11478         (gst_audiotestsrc_create_silence),
11479         (gst_audiotestsrc_create_white_noise),
11480         (gst_audiotestsrc_init_pink_noise),
11481         (gst_audiotestsrc_generate_pink_noise_value),
11482         (gst_audiotestsrc_create_pink_noise),
11483         (gst_audiotestsrc_change_wave):
11484         * gst/audiotestsrc/gstaudiotestsrc.h:
11485           fixed typo, added pink noise
11486
11487 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11490         (plugin_init):
11491           Add wavpack and spc typefind functions from 0.8 branch.
11492
11493 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11494
11495         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11496         (ar_type_find), (msdos_type_find), (plugin_init):
11497           Add typefind functions for tar archives, ar archives,
11498           RAR archives, and msdos-executables (dlls, exe, etc.).
11499           Some of those would be wrongly identified as mpeg
11500           streams of some sort before (#315550).
11501
11502 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11503
11504         * configure.ac:
11505         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11506         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11507         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11508         * gst/audiotestsrc/Makefile.am:
11509         * gst/audiotestsrc/gstaudiotestsrc.c:
11510         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11511         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11512         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11513         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11514         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11515         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11516         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11517         (gst_audiotestsrc_create_silence),
11518         (gst_audiotestsrc_create_white_noise),
11519         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11520         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11521         (gst_audiotestsrc_start), (plugin_init):
11522         * gst/audiotestsrc/gstaudiotestsrc.h:
11523           add new plugin and element
11524         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11525           use gobject_class
11526
11527 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11528
11529         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11530         (gst_adder_init), (gst_adder_request_new_pad),
11531         (gst_adder_change_state):
11532           Add query function to source pad, so adder reports the correct
11533           time/sample position when queried (#315457); fix state change
11534           function; use GST_DEBUG_FUNCPTR() for pad functions.
11535
11536 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11537
11538         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11539           Fix leaks in typefind registration
11540           Clean up the gratuitous commenting and whitespacing a little
11541
11542 2005-10-08  Wim Taymans  <wim@fluendo.com>
11543
11544         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11545         Only actually wait for the thread to be stopped if it's 
11546         running.
11547
11548 2005-10-08  Wim Taymans  <wim@fluendo.com>
11549
11550         * gst-libs/gst/audio/gstbaseaudiosink.c:
11551         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11552         If we receive EOS we can start playback of what we had.
11553
11554 2005-10-08  Wim Taymans  <wim@fluendo.com>
11555
11556         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11557         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11558         (gst_multifdsink_stop):
11559         Fix crasher when going to NULL multiple times.
11560
11561 2005-10-06  Wim Taymans  <wim@fluendo.com>
11562
11563         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11564         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11565         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11566         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11567         patch from Edgard Lima <edgard.lima@indt.org.br>
11568         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11569
11570 2005-10-06  Wim Taymans  <wim@fluendo.com>
11571
11572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11573         Report the FLOW_RETURN as string in the error message.
11574
11575         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11576         Don't assert when clearing an unnegotiated buffer.
11577
11578 2005-10-04  Michael Smith <msmith@fluendo.com>
11579
11580         * gst/playback/gstplaybasebin.c: (group_destroy),
11581         (gen_preroll_element), (remove_groups), (setup_source):
11582         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11583         (setup_sinks), (gst_play_bin_send_event),
11584         (gst_play_bin_change_state):
11585           Set state to NULL before removing from bin. Fix refcounting.
11586
11587 2005-10-04  Michael Smith <msmith@fluendo.com>
11588
11589         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11590           Correct refcounting in send_event() function. Previously was wrong
11591           if the first sink was unable to handle the event.
11592
11593 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11594
11595         * configure.ac:
11596           back to development
11597
11598 === release 0.9.3 ===
11599
11600 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11601
11602         * configure.ac:
11603           Releasing 0.9.3, "De Facto"
11604
11605 2005-10-03  Andy Wingo  <wingo@pobox.com>
11606
11607         * gst/playback/gstdecodebin.c (try_to_link_1)
11608         (remove_element_chain): set element to NULL before removing it.
11609
11610 2005-10-02  Johan Dahlin  <johan@gnome.org>
11611
11612         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11613         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11614         MT safe.
11615
11616 2005-10-02  Andy Wingo  <wingo@pobox.com>
11617
11618         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11619         (gst_ring_buffer_prepare_read): 
11620         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11621         Demote to LOG.
11622
11623 2005-09-29  Wim Taymans  <wim@fluendo.com>
11624
11625         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11626         * ext/theora/theoradec.c: (theora_handle_data_packet):
11627         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11628         Propagate error codes from alloc_buffer too.
11629
11630 2005-09-29  Wim Taymans  <wim@fluendo.com>
11631
11632         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11633         We use fixed caps.
11634
11635         * gst/playback/Makefile.am:
11636         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11637         (dump_element_stats), (main):
11638         Added example stream introspection code.
11639
11640 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11641
11642         * gst/adder/gstadder.c: (gst_adder_collected):
11643           fix adder for float elements
11644
11645 2005-09-28  Wim Taymans  <wim@fluendo.com>
11646
11647         * gst-libs/gst/audio/gstbaseaudiosink.c:
11648         (gst_base_audio_sink_class_init),
11649         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11650         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11651         (gst_base_audio_src_class_init),
11652         (gst_base_audio_src_provide_clock):
11653         get_clock -> provide_clock
11654
11655 2005-09-28  Andy Wingo  <wingo@pobox.com>
11656
11657         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11658         and unlocking.
11659
11660         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11661         unlocking.
11662
11663         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11664         Actually add the pad template.
11665         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11666
11667         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11668         I'm at it...
11669
11670         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11671         from fdsrc. Get caps in create() instead of start() so it can be
11672         interrupted. Interruption somewhat untested.
11673
11674         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11675         Proper EOS handling.
11676
11677 2005-09-27  Andy Wingo  <wingo@pobox.com>
11678
11679         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11680
11681         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11682
11683         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11684
11685         * gst/tcp/gsttcp.h: 
11686         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11687         out of tcpclientsrc.c. Cancellable.
11688         (gst_tcp_socket_read): Made private, cancellable, with better
11689         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11690         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11691         whole buffer, and better diagnostics.
11692         (gst_tcp_gdp_read_caps): Same.
11693
11694         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11695
11696 2005-09-26  Andy Wingo  <wingo@pobox.com>
11697
11698         * gst/sine/gstsinesrc.h:
11699         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11700         change the 'sync' property to 'is-live' and implement it halfway,
11701         update for controller api change.
11702
11703         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11704         controller api change.
11705
11706 2005-09-24  Wim Taymans  <wim@fluendo.com>
11707
11708         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11709         * gst-libs/gst/audio/gstaudiosink.c:
11710         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11711         (gst_audioringbuffer_stop):
11712         * gst-libs/gst/audio/gstbaseaudiosink.c:
11713         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11714         (gst_base_audio_sink_change_state):
11715         * gst-libs/gst/audio/gstbaseaudiosink.h:
11716         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11717         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11718         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11719         * gst-libs/gst/audio/gstringbuffer.h:
11720         Fix sync again. Moved sample alignment to basesink.
11721
11722 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11723
11724         * docs/plugins/Makefile.am:
11725         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11726         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11727         * gst/volume/gstvolume.c:
11728           add/fix docs
11729         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11730         * gst-libs/gst/audio/audio.h:
11731           add conversion macros for frames <-> clocktime
11732
11733 2005-09-23  David Schleef  <ds@schleef.org>
11734
11735         * gst/audioresample/Makefile.am:
11736         * gst/audioresample/debug.h:
11737         * gst/audioresample/gstaudioresample.c:
11738         * gst/audioresample/resample.c: Convert to using gst debugging
11739
11740 2005-09-22  Wim Taymans  <wim@fluendo.com>
11741
11742         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11743         (gst_play_bin_send_event):
11744         Only seek on one sink, the first one that succeeds.
11745
11746 2005-09-22  Michael Smith <msmith@fluendo.com>
11747
11748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11749         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11750         Don't flush encoder state unless we have an initialised encoder.
11751         Clear out encoder state on PAUSED_TO_READY.
11752
11753 2005-09-22  Wim Taymans  <wim@fluendo.com>
11754
11755         * gst-libs/gst/rtp/gstbasertppayload.c:
11756         (gst_basertppayload_class_init), (gst_basertppayload_init),
11757         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11758         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11759         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11760         (gst_basertppayload_set_property),
11761         (gst_basertppayload_get_property),
11762         (gst_basertppayload_change_state):
11763         * gst-libs/gst/rtp/gstbasertppayload.h:
11764         Added max-ptime to control amount of data in the rtp packets.
11765
11766 2005-09-21  Andy Wingo  <wingo@pobox.com>
11767
11768         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11769         thingies.
11770
11771         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11772         can be called multiple times, dogs.
11773
11774 2005-09-21  Wim Taymans  <wim@fluendo.com>
11775
11776         * gst-libs/gst/rtp/gstbasertppayload.c:
11777         (gst_basertppayload_class_init), (gst_basertppayload_init),
11778         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11779         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11780         (gst_basertppayload_push), (gst_basertppayload_get_property),
11781         (gst_basertppayload_change_state):
11782         Allow 0 ssrc too.
11783
11784 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11785
11786         * docs/libs/compiling.sgml:
11787           fixing typos
11788
11789 2005-09-20  Wim Taymans  <wim@fluendo.com>
11790
11791         * gst-libs/gst/rtp/gstbasertppayload.c:
11792         (gst_basertppayload_class_init), (gst_basertppayload_init),
11793         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11794         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11795         (gst_basertppayload_push), (gst_basertppayload_set_property),
11796         (gst_basertppayload_get_property),
11797         (gst_basertppayload_change_state):
11798         * gst-libs/gst/rtp/gstbasertppayload.h:
11799         Added property to configure sequence number offsets.
11800
11801 2005-09-20  Wim Taymans  <wim@fluendo.com>
11802
11803         * gst-libs/gst/rtp/gstbasertppayload.c:
11804         (gst_basertppayload_class_init), (gst_basertppayload_init),
11805         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11806         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11807         (gst_basertppayload_push), (gst_basertppayload_set_property),
11808         (gst_basertppayload_get_property),
11809         (gst_basertppayload_change_state):
11810         * gst-libs/gst/rtp/gstbasertppayload.h:
11811         Make timestamp offset configurable.
11812
11813 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11814
11815         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11816           fix wrong pop/unref
11817
11818 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11819
11820         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11821
11822         * gst-libs/gst/interfaces/propertyprobe.c:
11823         (gst_property_probe_probe_property_name),
11824         (gst_property_probe_needs_probe_name),
11825         (gst_property_probe_get_values_name),
11826         (gst_property_probe_probe_and_get_values_name):
11827           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11828           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11829
11830 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11831
11832         * check/Makefile.am:
11833           have some tests be disabled for valgrinding
11834         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11835         (GST_START_TEST):
11836         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11837           Fix A Leak.  Chain To Parent Finalize.
11838
11839 2005-09-19  Wim Taymans  <wim@fluendo.com>
11840
11841         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11842         Fixed wav pipeline.
11843
11844 2005-09-19  Wim Taymans  <wim@fluendo.com>
11845
11846         * gst-libs/gst/rtp/gstbasertppayload.c:
11847         (gst_basertppayload_class_init), (gst_basertppayload_init),
11848         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11849         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11850         (gst_basertppayload_push), (gst_basertppayload_get_property),
11851         (gst_basertppayload_change_state):
11852         Posting ERROR and WARNING messages is good.
11853
11854 2005-09-19  Wim Taymans  <wim@fluendo.com>
11855
11856         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11857         (gst_base_rtp_depayload_add_to_queue),
11858         (gst_base_rtp_depayload_push),
11859         (gst_base_rtp_depayload_set_gst_timestamp),
11860         (gst_base_rtp_depayload_queue_release):
11861         This one was not supposed to go in.
11862
11863 2005-09-19  Wim Taymans  <wim@fluendo.com>
11864
11865         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11866         Fix for bus API.
11867
11868         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11869         (gst_base_rtp_depayload_chain),
11870         (gst_base_rtp_depayload_add_to_queue),
11871         (gst_base_rtp_depayload_push),
11872         (gst_base_rtp_depayload_set_gst_timestamp),
11873         (gst_base_rtp_depayload_queue_release):
11874         Some cleanups.
11875
11876         * gst-libs/gst/rtp/gstbasertppayload.c:
11877         (gst_basertppayload_class_init), (gst_basertppayload_init),
11878         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11879         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11880         (gst_basertppayload_get_property),
11881         (gst_basertppayload_change_state):
11882         Added debugging category.
11883
11884 2005-09-18  David Schleef  <ds@schleef.org>
11885
11886         * gst/playback/gstdecodebin.c: free plugin list correctly
11887         * gst/playback/gstplaybin.c: emit warning if autovideosink
11888           and autoaudiosink can't be found (instead of segfaulting)
11889
11890 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11891
11892         * check/elements/audioconvert.c: (GST_START_TEST):
11893           try out 24 bit conversion
11894
11895 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11896
11897         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11898         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11899         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11900         * ext/vorbis/vorbisenc.h:
11901           Fix EOS handling.  Still needs a fix in the ogg muxer to
11902           mark the last page as eos.
11903
11904 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11905
11906         * common/gtk-doc-plugins.mak:
11907         * docs/plugins/Makefile.am:
11908         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11909         * gst/ffmpegcolorspace/Makefile.am:
11910         * gst/ffmpegcolorspace/avcodec.h:
11911         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11912         * gst/tcp/gstmultifdsink.c:
11913           fix up ffmpegcolorspace docs; extract header
11914
11915 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11916
11917         * common/gtk-doc-plugins.mak:
11918         * docs/plugins/Makefile.am:
11919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11920         * ext/theora/Makefile.am:
11921         * ext/theora/gsttheoraenc.h:
11922         * ext/theora/theoraenc.c:
11923         * ext/vorbis/vorbisenc.c:
11924           pick up signals and args for vorbis; add some docs for vorbis
11925
11926 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11927
11928         * common/gstdoc-scangobj:
11929         * common/gtk-doc-plugins.mak:
11930         * docs/libs/Makefile.am:
11931         * docs/plugins/gst-plugins-base-plugins.args:
11932         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11933         * docs/plugins/gst-plugins-base-plugins.interfaces:
11934         * docs/plugins/gst-plugins-base-plugins.prerequisites:
11935         * docs/plugins/gst-plugins-base-plugins.signals:
11936           only scanobj stuff from our source module.  Not sure yet
11937           if that's correct, given the hierarchy stuff :)
11938
11939 2005-09-15  Wim Taymans  <wim@fluendo.com>
11940
11941         * gst/audioconvert/gstaudioconvert.c:
11942         And enable 24 bits mode as well..
11943
11944 2005-09-15  Wim Taymans  <wim@fluendo.com>
11945
11946         * gst-libs/gst/rtp/Makefile.am:
11947         * gst-libs/gst/rtp/gstbasertppayload.c:
11948         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
11949         (gst_basertppayload_class_init), (gst_basertppayload_init),
11950         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
11951         (gst_basertppayload_chain), (gst_basertppayload_set_options),
11952         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11953         (gst_basertppayload_set_property),
11954         (gst_basertppayload_get_property),
11955         (gst_basertppayload_change_state):
11956         * gst-libs/gst/rtp/gstbasertppayload.h:
11957         Added rtp payloader base class.
11958
11959 2005-09-15  Andy Wingo  <wingo@pobox.com>
11960
11961         * configure.ac (plugindir): Remove the EOL matcher from the
11962         regexp, as it causes me problems. Libtool? Make? Who knows?
11963
11964 2005-09-14  David Schleef  <ds@schleef.org>
11965
11966         * check/generic/states.c: 
11967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
11968         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11969           Fixes for changes in registry API.
11970
11971         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
11972           to GST_PLUGIN_LDFLAGS.
11973         * ext/libvisual/visual.c: Make the library shut up.
11974         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
11975         * gst-libs/gst/audio/gstaudiofilter.c: same
11976
11977 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11978
11979         * docs/plugins/Makefile.am:
11980         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11981         * docs/plugins/inspect/plugin-libvisual.xml:
11982         * docs/plugins/tmpl/element-tcpserversink.sgml:
11983         * ext/theora/theoraenc.c:
11984           add libvisual plugin and theoraenc element to docs
11985
11986 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11987
11988         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11989         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11990         * ext/theora/theoraenc.c:
11991           add theoraenc
11992
11993 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
11994
11995         * gst/audioconvert/Makefile.am:
11996           Audioconvert derives from GstBaseTransform and should
11997           link to the library with our base elements to avoid
11998           unresolved symbols. Makes things work with MinGW (#316160)
11999
12000         * gst/playback/test4.c: (main):
12001           Fix MinGW build problem and use g_usleep() instead of 
12002           sleep() (#316162)
12003
12004 2005-09-12  Wim Taymans  <wim@fluendo.com>
12005
12006         * gst/audioconvert/audioconvert.c: (float),
12007         (audio_convert_prepare_context), (audio_convert_convert):
12008         * gst/audioconvert/audioconvert.h:
12009         Cleanups, speedups, simplifications, added back support
12010         for 24 bits.
12011
12012 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12013
12014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12016         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12017         * docs/plugins/tmpl/element-tcpserversink.sgml:
12018         * gst/ffmpegcolorspace/gstffmpeg.c:
12019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12020         * gst/videotestsrc/gstvideotestsrc.c:
12021         * gst/volume/gstvolume.c:
12022           add more elements to the docs
12023
12024 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12025
12026         * check/Makefile.am:
12027         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12028         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12029           Add extra tests for basetransform based components. 
12030           Comment out the test_element_negotiation test until we decide
12031           if it's testing correct behaviour.
12032         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12033         (gst_visual_chain), (gst_visual_change_state):
12034           Slightly more correct but still bogus timestamping.
12035           Fix state change function.
12036         * gst/audioconvert/gstaudioconvert.c:
12037         (gst_audio_convert_class_init):
12038         * gst/audioresample/gstaudioresample.c:
12039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12040         (gst_ffmpegcsp_class_init):
12041         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12042         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12043         (gst_videoscale_prepare_image):
12044         * gst/volume/gstvolume.c: (gst_volume_class_init),
12045         (volume_transform_ip):
12046           Basetransform updates. Enable passthrough modes.
12047         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12048         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12049         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12050           Negotiation fix that allows the window to return to the original
12051           size and renegotiate passthrough upstream. Extra debug output.
12052
12053 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12054
12055         * gst/sine/gstsinesrc.c:
12056         * gst/volume/gstvolume.c:
12057           fix up header include
12058
12059 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12060
12061         * gst-libs/gst/audio/gstbaseaudiosink.c:
12062         (gst_base_audio_sink_render):
12063         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12064         * gst/volume/gstvolume.c: (gst_volume_class_init),
12065         (volume_transform):
12066           fixing lost sync, some more debugging
12067
12068 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12069
12070         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12071         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12072         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12073         (gst_xvimagesink_check_xshm_calls):
12074           Fix compilation when XShm is not available.
12075
12076 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12077
12078         * ext/libvisual/visual.c: (gst_visual_dispose),
12079         (gst_visual_getcaps), (gst_visual_src_setcaps),
12080         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12081         (gst_visual_change_state):
12082           Finish fixing up libvisual plugin so that it runs. 
12083
12084 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12085
12086         * ext/vorbis/vorbisenc.c:
12087         * gst-libs/gst/tag/gstvorbistag.c:
12088           gsttaginterface.h -> gsttagsetter.h
12089
12090 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12091
12092         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12093           added another test that failes for me (test is not active by default)
12094
12095 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12096
12097         * configure.ac:
12098           v4l2 is no longer in gst-plugins-base
12099
12100 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12101
12102         * configure.ac:
12103           In the output at the end, don't show the first plugin on the same
12104           line as "Core plug-ins, always built:".
12105           Indent the output as for other plugin categories
12106         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12107           #define that can be used to not use peer buffer_alloc functions for
12108           test purposes.
12109         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12110         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12111         (gst_ximagesink_show_frame):
12112         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12113         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12114         (gst_xvimagesink_show_frame):
12115           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12116           fails gracefully instead of XError aborting or deadlocking.
12117
12118 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12119
12120         * ext/libvisual/Makefile.am:
12121           link against gst-base-libs
12122
12123 2005-09-06  David Schleef  <ds@schleef.org>
12124
12125         * configure.ac: Enable libvisual plugin.
12126         * ext/libvisual/Makefile.am:
12127         * ext/libvisual/visual.c: Fixes to make it compile.
12128
12129 === release 0.9.2 ===
12130
12131 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12132
12133         * NEWS:
12134         * RELEASE:
12135         * configure.ac:
12136         * docs/random/ChangeLog-0.8:
12137           releasing 0.9.2, "Spoon"
12138
12139 2005-09-05  Michael Smith <msmith@fluendo.com>
12140
12141         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12142           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12143           that in the vorbisenc element.
12144
12145 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12146
12147         * common/gtk-doc-plugins.mak:
12148         * docs/plugins/Makefile.am:
12149           fix distcheck
12150         * gst/audioresample/resample.c:
12151           fix wrong docstring
12152
12153 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12154
12155         * common/gst-xmlinspect.py:
12156         * common/gtk-doc-plugins.mak:
12157           only inspect plugins for this given package
12158           require gst-python 0.9
12159
12160 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12161
12162         * Makefile.am:
12163         * autogen.sh:
12164         * common/gst-xmlinspect.py:
12165         * configure.ac:
12166         * docs/Makefile.am:
12167         * docs/plugins/inspect/plugin-alsa.xml:
12168         * docs/plugins/inspect/plugin-audioresample.xml:
12169         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12170         * docs/plugins/inspect/plugin-ogg.xml:
12171         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12172         * docs/plugins/tmpl/element-multifdsink.sgml:
12173         * docs/plugins/tmpl/element-tcpserversink.sgml:
12174         * docs/plugins/tmpl/element-vorbisenc.sgml:
12175         * gst-plugins-base.spec.in:
12176           various doc-related updates
12177
12178 2005-08-31  Wim Taymans  <wim@fluendo.com>
12179
12180         * gst-libs/gst/audio/gstbaseaudiosink.c:
12181         (gst_base_audio_sink_render):
12182         Resync if the buffer timestamps drift more than a 10th 
12183         of a second.
12184
12185 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12186
12187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12188         (gst_v4lsrc_get_property):
12189           The 'timestamp-offset' property is registered as an int64, so
12190           let's use g_value_{set|get}_int64() in our setter and getter
12191           functions (makes it work and fixes warnings with gst-inspect).
12192
12193 2005-08-30  Wim Taymans  <wim@fluendo.com>
12194
12195         * check/elements/audioconvert.c: (setup_audioconvert):
12196         * check/elements/audioresample.c: (setup_audioresample):
12197         * check/elements/volume.c: (setup_volume):
12198         Fix checks.
12199
12200 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12201
12202         * common/gtk-doc-plugins.mak:
12203         * common/plugins.xsl:
12204         * docs/plugins/Makefile.am:
12205           make module a param
12206
12207 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12208
12209         * examples/seeking/seek.c: (make_mp3_pipeline),
12210         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12211         (play_cb), (pause_cb), (stop_cb):
12212           update the example
12213
12214 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12215
12216         * gst/volume/gstvolume.c: (gst_volume_class_init),
12217         (volume_transform):
12218           do not update controlled params, if buffer has no timestamp
12219
12220 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12221
12222         * configure.ac:
12223         * gst/sine/Makefile.am:
12224         * gst/volume/Makefile.am:
12225           controllerized elements also need to link against controller-libs ;)
12226
12227 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12228
12229         * docs/libs/tmpl/gstcolorbalance.sgml:
12230         * docs/libs/tmpl/gstgconf.sgml:
12231         * docs/libs/tmpl/gstmixer.sgml:
12232         * docs/libs/tmpl/gstringbuffer.sgml:
12233         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12234         (gst_sinesrc_create):
12235         * gst/volume/gstvolume.c: (gst_volume_class_init),
12236         (volume_transform):
12237           controllerized two audio plugins
12238
12239 2005-08-29  Andy Wingo  <wingo@pobox.com>
12240
12241         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12242         (vorbis_handle_data_packet): Fix some int overflow errors.
12243
12244         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12245         -1.
12246         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12247         valid.
12248         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12249         if it's valid. Fixed streaming-mode playback.
12250
12251         * check/elements/volume.c (cleanup_volume): Fix for running
12252         CK_FORK=no.
12253
12254         * check/elements/audioconvert.c: Convert from native endian, not
12255         little endian.
12256
12257 2005-08-29  Michael Smith <msmith@fluendo.com>
12258
12259         * ext/ogg/Makefile.am:
12260         * ext/ogg/gstogg.c: (plugin_init):
12261         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12262         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12263         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12264         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12265         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12266         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12267         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12268         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12269         Add an ogg parser element.
12270
12271 2005-08-28  Andy Wingo  <wingo@pobox.com>
12272
12273         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12274
12275 2005-08-26  Wim Taymans  <wim@fluendo.com>
12276
12277         * gst/audioconvert/audioconvert.c: (if), (float),
12278         (audio_convert_get_func_index), (check_default),
12279         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12280         (audio_convert_clean_context), (audio_convert_get_sizes),
12281         (audio_convert_convert):
12282         Cleanups.
12283
12284 2005-08-26  Wim Taymans  <wim@fluendo.com>
12285
12286         * gst/audioconvert/audioconvert.c: (if), (float),
12287         (audio_convert_get_func_index), (check_default),
12288         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12289         (audio_convert_clean_context), (audio_convert_get_sizes),
12290         (audio_convert_convert):
12291         More elegant and working temp buffer selection algo.
12292
12293 2005-08-26  Wim Taymans  <wim@fluendo.com>
12294
12295         * gst/audioconvert/audioconvert.c: (if), (float),
12296         (audio_convert_get_func_index), (check_default),
12297         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12298         (audio_convert_clean_context), (audio_convert_get_sizes),
12299         (get_temp_buffer), (audio_convert_convert):
12300         Use realloc else we lose our original data.
12301
12302 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12303
12304         * gst/audioresample/gstaudioresample.c:
12305           use base class' newsegment to properly timestamp
12306
12307 2005-08-26  Wim Taymans  <wim@fluendo.com>
12308
12309         * gst/audioconvert/audioconvert.c: (if), (float),
12310         (audio_convert_get_func_index), (check_default),
12311         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12312         (audio_convert_clean_context), (audio_convert_get_sizes),
12313         (get_temp_buffer), (audio_convert_convert):
12314         * gst/audioconvert/gstaudioconvert.c:
12315         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12316         (gst_audio_convert_transform_caps),
12317         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12318         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12319         Oops, allocate enough space to perform the channel mix.
12320
12321 2005-08-26  Wim Taymans  <wim@fluendo.com>
12322
12323         * gst/audioconvert/Makefile.am:
12324         * gst/audioconvert/audioconvert.c: (if), (float),
12325         (audio_convert_get_func_index), (check_default),
12326         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12327         (audio_convert_clean_context), (audio_convert_get_sizes),
12328         (get_temp_buffer), (audio_convert_convert):
12329         * gst/audioconvert/audioconvert.h:
12330         * gst/audioconvert/gstaudioconvert.c:
12331         (gst_audio_convert_class_init), (gst_audio_convert_init),
12332         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12333         (gst_audio_convert_get_unit_size),
12334         (gst_audio_convert_transform_caps),
12335         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12336         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12337         * gst/audioconvert/gstaudioconvert.h:
12338         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12339         (gst_channel_mix_fill_identical),
12340         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12341         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12342         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12343         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12344         (gst_channel_mix_mix):
12345         * gst/audioconvert/gstchannelmix.h:
12346         Cleanups, librarify a bit, optimize, better negotiation and more.
12347
12348 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12349
12350         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12351         Another from MikeS:
12352         During typefinding, don't support negative offsets
12353         (offsets from the end of the stream) in our typefind->peek() function
12354         - nothing embedded in ogg ever needs them. However, we need to recognise
12355         those requests and reject them, otherwise we return invalid pointers.
12356
12357 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12358
12359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12360         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12361         (vorbisdec_finalize), (vorbis_handle_type_packet):
12362           Big shout-out to MikeS for fixing this giant memory leak.
12363           Huzzah!
12364
12365 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12366
12367         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12368         (audio_convert_get_unit_size):
12369           plug some leaks
12370
12371 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12372
12373         * check/Makefile.am:
12374         * check/elements/audioconvert.c: (setup_audioconvert),
12375         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12376         (GST_START_TEST), (audioconvert_suite), (main):
12377           add a test for audioconvert
12378         * gst/audioresample/gstaudioresample.c:
12379         * gst/audioresample/gstaudioresample.h:
12380           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12381           note that for buffers of 1/3 sec this means DURATION(c) is 
12382           one nanosecond more than for a and b
12383
12384 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12385
12386         * check/Makefile.am:
12387         * check/elements/audioresample.c: (setup_audioresample),
12388         (cleanup_audioresample), (fail_unless_perfect_stream),
12389         (test_perfect_stream_instance), (GST_START_TEST),
12390           add a check for audioresample
12391         (audioresample_suite), (main):
12392         * check/elements/volume.c: (GST_START_TEST):
12393           remove unused method
12394         * gst/audioresample/gstaudioresample.c:
12395           set correct buffer parameters since we're changing them
12396         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12397           add some debug
12398
12399 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12400
12401         * gst/audioresample/debug.c:
12402         * gst/audioresample/gstaudioresample.c:
12403           add room for extra overlap samples when asked to transform size
12404           protect against possible mem corruption and check for discrepancies
12405           between written size and outbuffer's size so we can warn for
12406           potential problems
12407         * gst/audioresample/resample.c: (resample_init),
12408         (resample_get_output_size_for_input), (resample_get_output_size),
12409         (resample_set_n_channels), (resample_set_format):
12410           set debug level based on RESAMPLE_DEBUG env var
12411           make sure that get_output_size* returns a whole number of
12412           sample_size
12413           set sample_size each time either channel or format is set
12414         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12415         * gst/audioresample/resample_functable.c:
12416         (resample_scale_functable):
12417         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12418           remove r->sample_size, it's done in resample.c now
12419           add some debugging to the ref implementation
12420           make sure we only give back bytes that are wholes of the sample
12421           size
12422
12423 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12424         * gst/playback/gstplaybasebin.c: (fill_buffer):
12425         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12426
12427 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12428
12429         * gst/volume/gstvolume.c:
12430           made set_caps function static
12431
12432 2005-08-24  Wim Taymans  <wim@fluendo.com>
12433
12434         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12435         (gst_vorbisenc_change_state):
12436         Stop leaking taglists.
12437
12438 2005-08-24  Wim Taymans  <wim@fluendo.com>
12439
12440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12441         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12442         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12443         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12444         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12445         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12446         Parse seeking events better.
12447         Unref static caps.
12448         Generate correct newsegment events, fixes seeking in live oggs.
12449
12450         * ext/theora/theoradec.c: (theora_dec_src_query),
12451         (theora_dec_src_event), (theora_dec_src_getcaps),
12452         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12453         Use newsegment values to report correct play time.
12454
12455         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12456         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12457         * ext/vorbis/vorbisdec.h:
12458         Parse and use newsegment values to report correct play time.
12459
12460         * gst-libs/gst/audio/gstbaseaudiosink.c:
12461         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12462         Clear ringbuffer on flush.
12463         Use newsegment values to calculate playback time.
12464
12465         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12467         Basesink does newsegment calculations for us now.
12468
12469 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12470
12471         * check/Makefile.am:
12472         * configure.ac:
12473           add core's plugins to the mix so that playbin works
12474         * check/generic/states.c: (GST_START_TEST):
12475           set a 0 timeout on pipelines, so they don't force the next
12476           state change
12477         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12478         (gst_play_base_bin_change_state):
12479           remove the crappy error handling and do GST error handling
12480
12481 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12482
12483         * check/Makefile.am:
12484         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12485           add same test as to core, it bitches out on playbin atm.
12486
12487 2005-08-24  Wim Taymans  <wim@fluendo.com>
12488
12489         * configure.ac:
12490         Remove audioscale.
12491
12492 2005-08-24  Wim Taymans  <wim@fluendo.com>
12493
12494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12495         (gst_videoscale_prepare_size), (parse_caps),
12496         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12497         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12498         (gst_videoscale_transform):
12499         * gst/videoscale/gstvideoscale.h:
12500         Refactor, make use of BaseTranform really well.
12501
12502 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12503
12504         * configure.ac:
12505           compile audioresample
12506         * gst/audioresample/Makefile.am:
12507         * gst/audioresample/buffer.c:
12508         * gst/audioresample/functable.c:
12509         * gst/audioresample/gstaudioresample.c:
12510         * gst/audioresample/gstaudioresample.h:
12511         * gst/audioresample/resample.c:
12512         (resample_get_output_size_for_input):
12513         * gst/audioresample/resample.h:
12514         * gst/audioresample/resample_chunk.c:
12515         * gst/audioresample/resample_functable.c:
12516         * gst/audioresample/resample_ref.c:
12517           port to use basetransform; doesn't work in all cases yet
12518
12519 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12520
12521         * gst/audioconvert/gstaudioconvert.c:
12522         (gst_audio_convert_class_init), (gst_audio_convert_init),
12523         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12524         (audio_convert_fixate_caps), (audio_convert_set_caps),
12525         (audio_convert_transform),
12526         (gst_audio_convert_buffer_to_default_format),
12527         (gst_audio_convert_buffer_from_default_format),
12528         (gst_audio_convert_channels):
12529         * gst/audioconvert/gstchannelmix.c:
12530         * gst/audioconvert/gstchannelmix.h:
12531           port to basetransform
12532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12533         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12534         (gst_ffmpegcsp_get_unit_size):
12535         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12536         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12537           fix for basetransform changes
12538
12539 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12540
12541         * check/Makefile.am:
12542           Add CHECK_CFLAGS and LDFLAGS
12543
12544         * gst/playback/gstplaybasebin.c: (fill_buffer):
12545           GST_MESSAGE_SRC became a GObject
12546
12547 2005-08-24  Wim Taymans  <wim@fluendo.com>
12548
12549         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12550         (gst_ring_buffer_clear_all):
12551         * gst-libs/gst/audio/gstringbuffer.h:
12552         Added function to clear the ringbuffer.
12553
12554 2005-08-24  Andy Wingo  <wingo@pobox.com>
12555
12556         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12557         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12558         of _open and _close.
12559
12560         * sys/v4l/gstv4lxoverlay.h:
12561         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12562         an Xv connection here, instead of all the time. Make Xv only be
12563         loaded if you axe for it. Kindof a workaround for buggy behaviour
12564         of Xv when using remote xservers (XvQueryExtension would block).
12565         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12566         replace the _open and _close public API. Only start the xv
12567         connection if necessary.
12568         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12569
12570 2005-08-23  David Schleef  <ds@schleef.org>
12571
12572         * gst/audioresample/Makefile.am: Leet audioresampling code
12573         * gst/audioresample/buffer.c:
12574         * gst/audioresample/buffer.h:
12575         * gst/audioresample/debug.c:
12576         * gst/audioresample/debug.h:
12577         * gst/audioresample/functable.c:
12578         * gst/audioresample/functable.h:
12579         * gst/audioresample/gstaudioresample.c:
12580         * gst/audioresample/gstaudioresample.h:
12581         * gst/audioresample/resample.c:
12582         * gst/audioresample/resample.h:
12583         * gst/audioresample/resample_chunk.c:
12584         * gst/audioresample/resample_functable.c:
12585         * gst/audioresample/resample_ref.c:
12586
12587 2005-08-23  Wim Taymans  <wim@fluendo.com>
12588
12589         * examples/seeking/seek.c: (make_vorbis_pipeline),
12590         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12591         Small seek updates.
12592
12593 2005-08-23  Andy Wingo  <wingo@pobox.com>
12594
12595         * gst-libs/gst/audio/gstbaseaudiosrc.c
12596         (gst_base_audio_src_fixate): Only fixate endianness if it is
12597         present in the caps.
12598
12599 2005-08-22  Andy Wingo  <wingo@pobox.com>
12600
12601         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12602         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12603         device-name property.
12604
12605         * gst-libs/gst/audio/gstaudiosrc.h:
12606         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12607         close_device in the ring buffer, like gstaudiosink.
12608
12609         * ext/alsa/gstalsamixer.h:
12610         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12611         macro to implement the interface without much code. Cleanups. 
12612
12613         * ext/alsa/gstalsasrc.h:
12614         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12615         READY.
12616
12617         * ext/alsa/Makefile.am: Add new files.
12618         * ext/alsa/gstalsamixerelement.c: 
12619         * ext/alsa/gstalsamixerelement.c: Split element code out from
12620         mixer code so that alsasrc can be a mixer too.
12621
12622 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12623
12624         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12625         (GST_START_TEST):
12626         * check/elements/vorbisdec.c: (setup_vorbisdec),
12627         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12628         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12629         (vorbis_handle_identification_packet),
12630         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12631         (vorbis_handle_header_packet), (vorbis_dec_push),
12632         (vorbis_dec_chain):
12633           use the setup/teardown methods to save code.  save code is good.
12634
12635 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12636
12637         * check/Makefile.am:
12638           add ext dir for plugins
12639           add vorbisdec test conditionally
12640         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12641         (GST_START_TEST), (volume_suite):
12642           add a test with wrong caps
12643         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12644         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12645           add a vorbisdec test
12646         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12647         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12648           clean up debug output
12649         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12650           yay, fix a segfault/security issue in vorbisdec
12651           gst-launch fakesrc ! vorbisdec wasn't happy
12652         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12653         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12654         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12655         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12656         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12657         (gst_vorbisenc_set_metadata), (get_constraints_string),
12658         (update_start_message), (gst_vorbisenc_setup),
12659         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12660         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12661         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12662         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12663         * ext/vorbis/vorbisenc.h:
12664           march in line
12665         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12666         (gst_ffmpegcsp_transform):
12667           have the kow come home
12668         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12669           debug my func ptr
12670         * gst/volume/gstvolume.c: (volume_set_caps):
12671           add a debug
12672
12673 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12674
12675         * Makefile.am:
12676         * check/.cvsignore:
12677         * check/Makefile.am:
12678         * check/elements/.cvsignore:
12679         * check/elements/volume.c: (chain_func), (event_func),
12680         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12681         (main):
12682         * configure.ac:
12683           add unit test structure for gst-plugins-base
12684           add a test for volume
12685         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12686         (gst_volume_set_volume), (gst_volume_get_volume),
12687         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12688         (volume_funcfind), (volume_process_float), (volume_process_int16),
12689         (volume_set_caps), (volume_transform), (volume_update_mute),
12690         (volume_update_volume), (volume_set_property),
12691         (volume_get_property):
12692           document a little; use basetransform vmethod _set_caps
12693
12694 2005-08-19  Andy Wingo  <wingo@pobox.com>
12695
12696         * ext/alsa/gstalsamixertrack.h:
12697         * ext/alsa/gstalsamixertrack.c:
12698         * ext/alsa/gstalsamixeroptions.h:
12699         * ext/alsa/gstalsamixeroptions.c:
12700         * ext/alsa/gstalsamixer.h:
12701         * ext/alsa/gstalsamixer.c: Port to 0.9.
12702
12703         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12704         Remove gstalsa.c and alsaclock. No more cruft here.
12705         
12706 2005-08-18  Wim Taymans  <wim@fluendo.com>
12707
12708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12709         (gst_base_rtp_depayload_chain),
12710         (gst_base_rtp_depayload_add_to_queue),
12711         (gst_base_rtp_depayload_push),
12712         (gst_base_rtp_depayload_queue_release):
12713         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12714         Fix for RTPBuffer changes.
12715
12716         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12717         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12718         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12719         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12720         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12721         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12722         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12723         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12724         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12725         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12726         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12727         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12728         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12729         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12730         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12731         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12732         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12733         (gst_rtpbuffer_get_payload):
12734         * gst-libs/gst/rtp/gstrtpbuffer.h:
12735         Don't subclass GstBuffer but add methods and helper functions
12736         to construct and manipulate RTP packets in regular GstBuffers.
12737
12738 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12739
12740         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12741           moved statement below switch
12742         * gst/volume/gstvolume.c: (gst_volume_class_init):
12743           added debug ptr
12744
12745 2005-08-16  Wim Taymans  <wim@fluendo.com>
12746
12747         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12748         (gst_base_audio_src_change_state):
12749         Open and close device in READY<->NULL state change.
12750
12751 2005-08-16  Andy Wingo  <wingo@pobox.com>
12752
12753         * examples/seeking/Makefile.am: Don't compile non-compiling
12754         compiled objects with the compiler.
12755
12756         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12757         elements.
12758
12759 2005-08-12  Philippe Khalaf <burger@speedy.org>
12760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12761         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12762           Made a thread to release the queue.
12763           Removed timestamp conversion for now.
12764
12765 2005-08-10  Philippe Khalaf <burger@speedy.org>
12766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12767         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12768           Added rtp timestamp -> gst timestamp conversion.
12769           Fixed several problems with queue.
12770
12771 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12772
12773         * gst-libs/gst/audio/gstaudioclock.h:
12774         * gst-libs/gst/audio/gstaudiofilter.h:
12775         * gst-libs/gst/audio/gstaudiosink.h:
12776         * gst-libs/gst/audio/gstaudiosrc.h:
12777         * gst-libs/gst/audio/gstbaseaudiosink.h:
12778         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12779         * gst-libs/gst/audio/gstringbuffer.h:
12780         * gst-libs/gst/net/gstnetbuffer.h:
12781         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12782         * gst-libs/gst/rtp/gstrtpbuffer.h:
12783           Add padding (you will need to rebuild gst-plugins-base,
12784           gst-plugins and all applications afterwards!)
12785
12786 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12787
12788         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12789         (gst_riff_parse_chunk):
12790           Fix bug in debug message and add some more debug messages.
12791
12792 2005-08-08  Edward Hervey  <edward@fluendo.com>
12793
12794         * gst-libs/gst/riff/riff-media.c:
12795         backported updates since branch
12796
12797 2005-08-08  Andy Wingo  <wingo@pobox.com>
12798
12799         * gst-libs/gst/audio/gstbaseaudiosink.c
12800         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12801         like good elements should. Close on READY->NULL too.
12802
12803         * gst-libs/gst/audio/gstaudiosink.c
12804         (gst_audioringbuffer_open_device,
12805         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12806         (gst_audioringbuffer_release): Updates for new ring buffer API,
12807         hook into the new audio sink api.
12808
12809         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12810         (GstAudioSinkClass.close): Just open and close the device -- no
12811         resource allocation or configuration.
12812         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12813         vmethods, handle device setup and resource allocation.
12814
12815         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12816         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12817         base class API.
12818
12819         * gst-libs/gst/audio/gstringbuffer.h
12820         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12821         New vmethods.
12822
12823         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12824         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12825         New API functions. The device should be opened before acquiring
12826         and closed after releasing.
12827
12828 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12829
12830         * gst-libs/gst/interfaces/mixer.h:
12831           Reset padding to GST_PADDING.
12832
12833 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12834
12835         * gst/playback/gstplaybin.c: (remove_sinks):
12836           Remove visualization from parent explicitely; works around some
12837           apparent refcount issue that I haven't tracked down yet.
12838
12839 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12840
12841         * ext/alsa/gstalsasink.c: (set_hwparams):
12842           Assign debug category, add negotiation debug msgs.
12843
12844 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12845
12846         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12847           Fix error code for file-not-found to NOT_FOUND.
12848
12849 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12850
12851         * common/gtk-doc-plugins.mak:
12852         * docs/plugins/Makefile.am:
12853         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12854         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12855           renamed to actual element names, so much nicer to look at
12856         * docs/plugins/tmpl/gstmultifdsink.sgml:
12857           remove
12858         * docs/plugins/tmpl/multifdsink.sgml:
12859         * docs/plugins/tmpl/tcpserversink.sgml:
12860           add
12861         * ext/alsa/gstalsa.c:
12862         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12863         * ext/ogg/gstoggmux.c:
12864         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12865         * gst/playback/gstdecodebin.c:
12866         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12867         * gst/tcp/gsttcpserversink.c:
12868           various fixes and documentation additions
12869
12870 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12871
12872         * common/Makefile.am:
12873         * common/gstdoc-scangobj:
12874         * common/gtk-doc-plugins.mak:
12875         * common/gtk-doc.mak:
12876           add a custom scangobj that uses the registry
12877           add a custom gtk-doc-plugins.mak that uses it
12878           some doc build fixes
12879         * configure.ac:
12880         * docs/Makefile.am:
12881         * docs/plugins/Makefile.am:
12882         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12883         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12884         * docs/plugins/gst-plugins-base-plugins.types:
12885         * docs/plugins/tmpl/gstmultifdsink.sgml:
12886           add docs for one element, multifdsink
12887         * gst/adder/gstadder.h:
12888         * gst/volume/gstvolume.h:
12889           don't privatize enum
12890         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12891         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12892         (gst_sync_method_get_type), (gst_client_status_get_type),
12893         (gst_multifdsink_class_init),
12894         (gst_multifdsink_client_queue_buffer),
12895         (gst_multifdsink_handle_client_write):
12896         * gst/tcp/gstmultifdsink.h:
12897         * gst/tcp/gsttcp.h:
12898         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12899         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12900         (gst_tcpclientsink_render):
12901         * gst/tcp/gsttcpclientsink.h:
12902         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12903         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12904         (gst_tcpclientsrc_start):
12905         * gst/tcp/gsttcpclientsrc.h:
12906         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12907         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12908         * gst/tcp/gsttcpserversrc.h:
12909         * gst/typefind/gsttypefindfunctions.c:
12910           remove superfluous Type stuff
12911
12912 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12913
12914         * gst/playback/gstplaybin.c: (gen_video_element):
12915           Enable videoscale.
12916
12917 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12918
12919         * gst-libs/gst/gconf/gconf.c:
12920         * gst-libs/gst/gconf/gconf.h:
12921           Fix some Andy Problem [tm].
12922
12923 2005-08-04  Andy Wingo  <wingo@pobox.com>
12924
12925         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12926         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12927         (gst_ffmpegcsp_get_size): Adapt to API changes.
12928
12929         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12930         Implement an in-place do-nothing transform.
12931
12932 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12933
12934         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12935         (gst_ximagesink_renegotiate_size):
12936           Do not set new window sizes yet if we prepare a new buffer size
12937           for upstream renegotiation (software scaling) at some point in the
12938           future, because this new size waqs not actually accepted yet. Once
12939           accepted, renegotiation later on will set the new sizes just fine.
12940           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
12941           embedding testcase.
12942
12943 2005-08-03  Andy Wingo  <wingo@pobox.com>
12944
12945         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
12946         (gst_ximagesink_buffer_alloc): 
12947         Protect the height, width, and desired_caps with the pool_lock.
12948         Fixes videotestsrc ! queue ! ximagesink.
12949
12950 2005-08-02  Edward Hervey  <edward@fluendo.com>
12951
12952         * gst/volume/gstvolume.c:
12953         include left from controller cleanup
12954
12955 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
12956         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
12957           Stop collectpads before calling the parent state
12958           change function on PAUSED->READY.
12959
12960 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
12961         * configure.ac:
12962           When testing for X libs, use the X CFlags 
12963         * gst/adder/gstadder.c: (gst_adder_change_state):
12964           Stop the collectpads before calling parent state change function
12965           on PAUSED->READY, otherwise we deadlock deactivating pads.
12966
12967 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
12968
12969         * configure.ac:
12970         * docs/libs/tmpl/gstcolorbalance.sgml:
12971         * docs/libs/tmpl/gstmixer.sgml:
12972         * examples/Makefile.am:
12973         * gst/sine/Makefile.am:
12974         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
12975         (gst_sinesrc_set_property), (plugin_init):
12976         * gst/sine/gstsinesrc.h:
12977         * gst/volume/Makefile.am:
12978         * gst/volume/gstvolume.c: (gst_volume_set_volume),
12979         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
12980         (volume_process_float), (volume_process_int16),
12981         (volume_set_property), (plugin_init):
12982         * gst/volume/gstvolume.h:
12983           deactivate and remove dparams (libgstcontrol)
12984
12985 2005-07-29  Wim Taymans  <wim@fluendo.com>
12986
12987         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
12988         Convert me to BaseTransform!! help..
12989
12990 2005-07-29  Andy Wingo  <wingo@pobox.com>
12991
12992         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
12993         sinks.
12994
12995         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
12996         support of both endiannesses.
12997
12998 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12999
13000         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13001           Fix confusing debug message (s/event/query/)
13002
13003 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13004
13005         * gst/videotestsrc/videotestsrc.h:
13006           Use "_stdint.h" instead of <stdint.h>
13007
13008 2005-07-27  Wim Taymans  <wim@fluendo.com>
13009
13010         * ext/vorbis/Makefile.am:
13011         Revert wrong commit.
13012
13013 2005-07-27  Wim Taymans  <wim@fluendo.com>
13014
13015         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13016         More compilation fixen.
13017
13018 2005-07-27  Wim Taymans  <wim@fluendo.com>
13019
13020         * gst-libs/gst/audio/gstbaseaudiosink.c:
13021         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13022         (gst_base_audio_sink_create_ringbuffer),
13023         (gst_base_audio_sink_change_state):
13024         Fix compilation.
13025
13026 2005-07-27  Wim Taymans  <wim@fluendo.com>
13027
13028         * examples/seeking/seek.c: (setup_dynamic_link),
13029         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13030         (query_positions_elems), (query_positions_pads), (do_seek):
13031         Update seek example.
13032
13033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13034         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13035         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13036         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13037         (gst_ogg_demux_handle_event),
13038         (gst_ogg_demux_deactivate_current_chain),
13039         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13040         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13041         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13042         (gst_ogg_demux_loop):
13043         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13044         * ext/theora/theoradec.c: (theora_dec_src_event),
13045         (theora_dec_src_getcaps), (theora_dec_sink_event),
13046         (theora_dec_push), (theora_dec_chain):
13047         * ext/vorbis/Makefile.am:
13048         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13049         (vorbis_dec_sink_event), (vorbis_dec_push),
13050         (vorbis_handle_data_packet):
13051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13052         (gst_vorbisenc_chain):
13053         * gst/playback/gststreaminfo.c: (cb_probe):
13054         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13055         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13056         * gst/videoscale/gstvideoscale.c:
13057         (gst_videoscale_handle_src_event):
13058         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13059         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13060         (gst_ximagesink_navigation_send_event):
13061         * sys/xvimage/xvimagesink.c:
13062         (gst_xvimagesink_navigation_send_event):
13063         Various event updates and cleanups
13064
13065 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13066
13067         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13068           Fix segfault for I420/YV12.
13069
13070 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13071
13072         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13073           Report bitrate.
13074
13075 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13076
13077         * gst/playback/gstplaybin.c: (gen_video_element),
13078         (gen_audio_element):
13079           Switch to auto*sink elements as default sinks; add volume element
13080           so that volume control in totem works.
13081
13082 2005-07-21  Wim Taymans  <wim@fluendo.com>
13083
13084         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13085         * gst/playback/gstplaybin.c: (setup_sinks),
13086         (gst_play_bin_change_state):
13087         Refcount fix and more comments.
13088
13089 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13090
13091         * sys/ximage/Makefile.am:
13092         * sys/ximage/ximage.c: (plugin_init):
13093         * sys/ximage/ximagesink.c:
13094         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13095         
13096
13097 2005-07-21  Wim Taymans  <wim@fluendo.com>
13098
13099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13100         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13101         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13102         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13103         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13104         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13105         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13106         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13107         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13108         Generate correct disconts for live chained oggs.
13109
13110         * gst-libs/gst/audio/gstbaseaudiosink.c:
13111         (gst_base_audio_sink_render),
13112         (gst_base_audio_sink_create_ringbuffer),
13113         (gst_base_audio_sink_change_state):
13114         Handle discont math correctly.
13115
13116         * gst/playback/gstplaybin.c: (add_sink):
13117         Some small debug cleanup.
13118
13119 2005-07-21  Wim Taymans  <wim@fluendo.com>
13120
13121         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13122         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13123         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13124         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13125         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13126         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13127         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13128         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13129         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13130         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13131         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13132         (gst_ogg_demux_change_state), (gst_ogg_print):
13133         Reorganize code to send the right disconts when in streaming
13134         mode.
13135
13136 2005-07-20  Andy Wingo  <wingo@pobox.com>
13137
13138         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13139         fix (?), fixes a seggie mcfalterson (#310894).
13140
13141 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13142
13143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13144         (gst_ogg_mux_set_header_on_caps):
13145         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13146         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13147         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13148         * gst-libs/gst/audio/multichannel.c:
13149         (gst_audio_set_channel_positions),
13150         (gst_audio_set_structure_channel_positions_list):
13151         * gst/playback/gstdecodebin.c: (dynamic_create):
13152         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13153         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13154           Fixes for API changes in core.
13155
13156 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13157
13158         * gst/playback/gstplaybasebin.c: (fill_buffer):
13159           Use _new_custom() so we can set custom message types for buffering
13160           messages.
13161
13162 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13163
13164         * configure.ac:
13165         * gst-libs/gst/Makefile.am:
13166         * gst-libs/gst/gconf/.cvsignore:
13167         * gst-libs/gst/gconf/Makefile.am:
13168         * gst-libs/gst/gconf/test-gconf.c:
13169         * pkgconfig/Makefile.am:
13170         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13171         * pkgconfig/gstreamer-gconf.pc.in:
13172           Remove gconf stuff, use gconf elements instead from now on.
13173
13174 2005-07-20  Wim Taymans  <wim@fluendo.com>
13175
13176         * gst-libs/gst/audio/TODO:
13177         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13178         (gst_audio_clock_get_internal_time):
13179         * gst-libs/gst/audio/gstaudioclock.h:
13180         * gst-libs/gst/audio/gstbaseaudiosink.c:
13181         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13182         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13183         (gst_base_audio_sink_render),
13184         (gst_base_audio_sink_create_ringbuffer),
13185         (gst_base_audio_sink_change_state):
13186         Make sure the audio clock always returns an increasing value.
13187
13188 2005-07-19  Andy Wingo  <wingo@pobox.com>
13189
13190         * gst/videotestsrc/: Cleanups.
13191
13192 2005-07-19  Wim Taymans  <wim@fluendo.com>
13193
13194         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13195         Better debugging.
13196
13197 2005-07-19  Wim Taymans  <wim@fluendo.com>
13198
13199         * examples/seeking/seek.c: (make_dv_pipeline),
13200         (make_vorbis_theora_pipeline), (query_rates),
13201         (query_positions_elems), (query_positions_pads), (do_seek):
13202         Make correct DV pipeline.
13203
13204 2005-07-18  Andy Wingo  <wingo@pobox.com>
13205
13206         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13207         default. Also because it's the only thing that really works. (This
13208         is used in the GConf elements).
13209         Use AS_LIBTOOL_TAGS.
13210
13211 2005-07-18  Wim Taymans  <wim@fluendo.com>
13212
13213         * gst/playback/gstdecodebin.c: (remove_element_chain):
13214         * gst/playback/gstplaybin.c: (add_sink):
13215         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13216         (gst_stream_info_set_mute):
13217         * gst/playback/gststreamselector.c:
13218         (gst_stream_selector_get_linked_pad),
13219         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13220         More leak and compile fixes.
13221
13222 2005-07-18  Wim Taymans  <wim@fluendo.com>
13223
13224         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13225         (query_rates), (query_positions_elems), (query_positions_pads),
13226         (do_seek), (seek_cb), (stop_seek):
13227         Updated seek example. 
13228
13229         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13230         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13231         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13232         * gst/playback/gstplaybin.c: (add_sink):
13233         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13234         (gst_stream_info_set_mute):
13235         Some refcount leak fixes.
13236
13237 2005-07-16  Wim Taymans  <wim@fluendo.com>
13238
13239         * gst-libs/gst/audio/gstbaseaudiosink.c:
13240         (gst_base_audio_sink_render):
13241         Align samples even if we have roundoff errors in the 
13242         timestamp conversion.
13243
13244 2005-07-16  Wim Taymans  <wim@fluendo.com>
13245
13246         * docs/libs/tmpl/gstringbuffer.sgml:
13247         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13248         (query_rates), (query_positions_elems), (query_positions_pads),
13249         (update_scale), (do_seek):
13250         Updated seek example.
13251
13252         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13253         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13254         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13255         (gst_ogg_demux_loop):
13256         Push out correct discont values.
13257
13258         * ext/theora/theoradec.c: (theora_dec_src_convert),
13259         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13260         (theora_dec_sink_event), (theora_handle_type_packet),
13261         (theora_handle_header_packet), (theora_dec_push),
13262         (theora_handle_data_packet), (theora_dec_chain),
13263         (theora_dec_change_state):
13264         Better timestamping.
13265
13266         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13267         (vorbis_dec_sink_event), (vorbis_dec_push),
13268         (vorbis_handle_data_packet), (vorbis_dec_chain):
13269         * ext/vorbis/vorbisdec.h:
13270         Better timestamping.
13271
13272         * gst-libs/gst/audio/gstbaseaudiosink.c:
13273         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13274         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13275         Handle syncing on timestamps instead of sample offsets. Make
13276         use of DISCONT values as described in design docs.
13277
13278         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13279         (gst_base_audio_src_get_time):
13280         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13281         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13282         (gst_ring_buffer_read):
13283         * gst-libs/gst/audio/gstringbuffer.h:
13284         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13285         (gst_ximagesink_show_frame):
13286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13287         Correcly convert buffer timestamp to stream time.
13288
13289 2005-07-16  Wim Taymans  <wim@fluendo.com>
13290
13291         * gst/audioconvert/gstaudioconvert.c:
13292         (gst_audio_convert_get_buffer):
13293         Timestamp buffers correctly.
13294
13295         * gst/playback/gstplaybin.c: (gen_video_element):
13296         Make internal fakesink silent.
13297
13298 2005-07-15  Wim Taymans  <wim@fluendo.com>
13299
13300         * gst/ffmpegcolorspace/Makefile.am:
13301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13302         (gst_ffmpegcsp_caps_remove_format_info),
13303         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13304         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13305         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13306         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13307         Ported ffmpegcolorspace to basetransform.
13308
13309         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13310         * gst/volume/gstvolume.c: (volume_transform):
13311         Ported to new API.
13312
13313 2005-07-14  Wim Taymans  <wim@fluendo.com>
13314
13315         * gst/videotestsrc/Makefile.am:
13316         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13317         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13318         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13319         (gst_videotestsrc_init), (gst_videotestsrc_event),
13320         (gst_videotestsrc_create), (gst_videotestsrc_start),
13321         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13322         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13323         (gst_videotestsrc_get_property):
13324         * gst/videotestsrc/gstvideotestsrc.h:
13325         Make videotestsrc a pushsrc.
13326
13327 2005-07-14  Wim Taymans  <wim@fluendo.com>
13328
13329         * gst/tcp/gstfdset.c: (gst_fdset_free):
13330         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13331         (gst_multifdsink_add), (gst_multifdsink_remove),
13332         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13333         (gst_multifdsink_remove_client_link),
13334         (gst_multifdsink_client_queue_data),
13335         (gst_multifdsink_client_queue_caps),
13336         (gst_multifdsink_client_queue_buffer),
13337         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13338         (gst_multifdsink_stop):
13339         * gst/tcp/gstmultifdsink.h:
13340         0.8 backporting.
13341
13342         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13343         Also draw image when not from a pool.
13344
13345 2005-07-14  Wim Taymans  <wim@fluendo.com>
13346
13347         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13348         (mute_stream), (silence_stream):
13349         Small debug additions.
13350
13351 2005-07-14  Wim Taymans  <wim@fluendo.com>
13352
13353         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13354         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13355         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13356         Better error recovery, ignore unconnected pads and
13357         non-fatal errors.
13358
13359 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13360
13361         * docs/libs/tmpl/gstaudio.sgml:
13362         * docs/libs/tmpl/gstcolorbalance.sgml:
13363         * docs/libs/tmpl/gstgconf.sgml:
13364         * docs/libs/tmpl/gstmixer.sgml:
13365         * docs/libs/tmpl/gstringbuffer.sgml:
13366         * docs/libs/tmpl/gsttuner.sgml:
13367         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13368         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13369         (gst_tcpclientsrc_class_init):
13370         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13371         (gst_tcpserversrc_class_init):
13372         * sys/v4l/gstv4lelement.c:
13373           more autistic cleanliness in functions/names/defines
13374
13375 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13376
13377         * configure.ac:
13378           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13379           added manually to each Makefile.am so we are sure it goes
13380           *last* and doesn't add -L flags before linking in libs of our
13381           own, like, say, internal .la libs, that then accidentally pick
13382           up the installed copy.
13383         * docs/libs/Makefile.am:
13384         * ext/alsa/Makefile.am:
13385         * ext/cdparanoia/Makefile.am:
13386         * ext/gnomevfs/Makefile.am:
13387         * ext/libvisual/Makefile.am:
13388         * ext/ogg/Makefile.am:
13389         * ext/theora/Makefile.am:
13390         * ext/vorbis/Makefile.am:
13391         * gst-libs/gst/video/Makefile.am:
13392         * gst/adder/Makefile.am:
13393         * gst/audioconvert/Makefile.am:
13394         * gst/audiorate/Makefile.am:
13395         * gst/audioscale/Makefile.am:
13396         * gst/ffmpegcolorspace/Makefile.am:
13397         * gst/playback/Makefile.am:
13398         * gst/sine/Makefile.am:
13399         * gst/subparse/Makefile.am:
13400         * gst/tags/Makefile.am:
13401         * gst/tcp/Makefile.am:
13402         * gst/typefind/Makefile.am:
13403         * gst/videorate/Makefile.am:
13404         * gst/videoscale/Makefile.am:
13405         * gst/videotestsrc/Makefile.am:
13406         * gst/volume/Makefile.am:
13407         * sys/v4l/Makefile.am:
13408         * sys/ximage/Makefile.am:
13409         * sys/xvimage/Makefile.am:
13410           adapt properly to this change. This should make sure that
13411           plugins and libs properly link to the as-yet-uninstalled
13412           copies of stuff like libgstinterfaces and libgstvideo
13413
13414 2005-07-13  Andy Wingo  <wingo@pobox.com>
13415
13416         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13417         (gst_v4lsrc_fixate): Fixate on format as well.
13418
13419         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13420         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13421         buffer points to it.
13422         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13423         rather just doing X calls ourselves. Also fixes a memleak.
13424
13425 2005-07-12  Andy Wingo  <wingo@pobox.com>
13426
13427         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13428         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13429         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13430         TRUE to avoid deadlocks if an element holds on to our buffers.
13431
13432 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13433
13434         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13435         (gst_sinesrc_init), (gst_sinesrc_create),
13436         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13437         (gst_sinesrc_start):
13438         * gst/sine/gstsinesrc.h:
13439           removing num-buffers property before moving it
13440
13441 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13442
13443         * configure.ac:
13444           use overridable ERROR_CFLAGS
13445         * docs/libs/gst-plugins-base-libs.types:
13446         * docs/libs/tmpl/gstringbuffer.sgml:
13447         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13448         (gst_alsasink_class_init):
13449         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13450         (gst_alsasrc_class_init):
13451         * gst-libs/gst/audio/audio.h:
13452         * gst-libs/gst/audio/gstaudioclock.h:
13453         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13454         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13455         (gst_audio_filter_link), (gst_audio_filter_init),
13456         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13457         (gst_audio_filter_get_property),
13458         (gst_audio_filter_class_add_pad_templates):
13459         * gst-libs/gst/audio/gstaudiofilter.h:
13460         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13461         (gst_audio_filter_template_get_type),
13462         (gst_audio_filter_template_base_init),
13463         (gst_audio_filter_template_class_init),
13464         (gst_audio_filter_template_init),
13465         (gst_audio_filter_template_set_property),
13466         (gst_audio_filter_template_get_property), (plugin_init),
13467         (gst_audio_filter_template_setup),
13468         (gst_audio_filter_template_filter),
13469         (gst_audio_filter_template_filter_inplace):
13470         * gst-libs/gst/audio/gstaudiosink.c:
13471         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13472         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13473         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13474         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13475         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13476         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13477         * gst-libs/gst/audio/gstaudiosink.h:
13478         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13479         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13480         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13481         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13482         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13483         (gst_audio_src_class_init), (gst_audio_src_init),
13484         (gst_audio_src_create_ringbuffer):
13485         * gst-libs/gst/audio/gstaudiosrc.h:
13486         * gst-libs/gst/audio/gstbaseaudiosink.c:
13487         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13488         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13489         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13490         (gst_base_audio_sink_set_property),
13491         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13492         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13493         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13494         (gst_base_audio_sink_create_ringbuffer),
13495         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13496         * gst-libs/gst/audio/gstbaseaudiosink.h:
13497         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13498         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13499         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13500         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13501         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13502         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13503         (gst_base_audio_src_event), (gst_base_audio_src_create),
13504         (gst_base_audio_src_create_ringbuffer),
13505         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13506         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13507         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13508         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13509         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13510         (gst_ring_buffer_debug_spec_caps),
13511         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13512         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13513         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13514         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13515         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13516         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13517         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13518         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13519         (gst_ring_buffer_clear):
13520         * gst-libs/gst/audio/gstringbuffer.h:
13521         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13522         (gst_video_sink_class_init), (gst_video_sink_get_type):
13523         * gst-libs/gst/video/videosink.h:
13524         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13525         (gst_multifdsink_class_init),
13526         (gst_multifdsink_handle_client_write),
13527         (gst_multifdsink_change_state):
13528         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13529         (gst_tcpclientsink_setcaps):
13530         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13531         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13532         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13533         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13534         (gst_ximagesink_send_pending_navigation),
13535         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13536         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13538         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13539         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13540         (gst_xvimagesink_send_pending_navigation),
13541         (gst_xvimagesink_navigation_send_event),
13542         (gst_xvimagesink_set_xwindow_id),
13543         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13544         (gst_xvimagesink_get_type):
13545         more macro splitting
13546
13547 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13548
13549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13550           plug a memleak, allows me to import 1479 albums in one go
13551           in jamboree
13552         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13553         (vorbis_handle_type_packet), (vorbis_dec_chain),
13554         (vorbis_dec_change_state):
13555           fix some format strings
13556
13557 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13558
13559         * docs/libs/tmpl/gstcolorbalance.sgml:
13560         * docs/libs/tmpl/gstmixer.sgml:
13561         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13562         (gst_alsasink_set_property), (gst_alsasink_get_property):
13563         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13564         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13565           add device property
13566
13567 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13568
13569         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13570         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13571         (audiocast_register_listener), (audiocast_thread_run),
13572         (gst_gnomevfssrc_send_additional_headers_callback),
13573         (gst_gnomevfssrc_received_headers_callback),
13574         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13575         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13576         (gst_gnomevfssrc_get_size):
13577           add/clean up debugging
13578         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13579           cleanups
13580
13581 2005-07-07  Andy Wingo  <wingo@pobox.com>
13582
13583         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13584         framerate. Need to get a handle on when exactly this function is
13585         called, tho.
13586
13587         * sys/v4l/v4lsrc_calls.h:
13588         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13589         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13590         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13591
13592         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13593         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13594         v4lelements are sources.
13595
13596         * sys/v4l/gstv4lxoverlay.h:
13597         * sys/v4l/gstv4lxoverlay.c:
13598         * sys/v4l/gstv4ltuner.h:
13599         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13600         
13601         * sys/v4l/gstv4lsrc.h:
13602         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13603         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13604         or something should handle that. Made a live source.
13605
13606         * sys/v4l/gstv4lelement.h:
13607         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13608         signals. Some cleanups.
13609
13610         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13611
13612         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13613         stuff.
13614
13615         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13616         stuff.
13617
13618         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13619
13620 2005-07-07  Wim Taymans  <wim@fluendo.com>
13621
13622         * ext/theora/theoradec.c: (theora_get_query_types),
13623         (theora_dec_src_getcaps), (theora_dec_push):
13624         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13625         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13626         Remove deprecated/unused query types.
13627
13628 2005-07-06  Wim Taymans  <wim@fluendo.com>
13629
13630         * ext/alsa/Makefile.am:
13631         * ext/alsa/gstalsaplugin.c: (plugin_init):
13632         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13633         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13634         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13635         (gst_alsasrc_class_init), (gst_alsasrc_init),
13636         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13637         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13638         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13639         (gst_alsasrc_reset):
13640         * ext/alsa/gstalsasrc.h:
13641         * gst-libs/gst/audio/Makefile.am:
13642         * gst-libs/gst/audio/gstaudiosink.c:
13643         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13644         (gst_audioringbuffer_start):
13645         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13646         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13647         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13648         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13649         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13650         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13651         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13652         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13653         * gst-libs/gst/audio/gstaudiosrc.h:
13654         * gst-libs/gst/audio/gstbaseaudiosink.c:
13655         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13656         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13657         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13658         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13659         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13660         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13661         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13662         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13663         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13664         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13665         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13666         (gst_baseaudiosrc_change_state):
13667         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13668         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13669         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13670         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13671         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13672         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13673         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13674         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13675         * gst-libs/gst/audio/gstringbuffer.h:
13676         Added audiosource base classes.
13677         Ported alsasrc, still very basic.
13678
13679 2005-07-06  Wim Taymans  <wim@fluendo.com>
13680
13681         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13682         (theora_dec_push), (theora_handle_data_packet):
13683         Prepare for better timestamp fix later.
13684
13685         * gst/audioconvert/gstaudioconvert.c:
13686         List most accurate caps first
13687
13688         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13689         Use proper pad task function.
13690
13691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13692         (gst_xvimagesink_show_frame):
13693         Fix deadlock when alloc failed.
13694
13695 2005-07-05  Andy Wingo  <wingo@pobox.com>
13696
13697         * ext/gnomevfs/gstgnomevfssrc.c:
13698         * gst/sine/gstsinesrc.c:
13699         * gst/tcp/gsttcpserversrc.c:
13700         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13701
13702         * sys/v4l/: Port from 0.8.
13703
13704         * Many files: Null if we got it....
13705
13706 2005-07-05  Andy Wingo  <wingo@pobox.com>
13707
13708         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13709         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13710         Signedness fixes.
13711
13712 2005-07-05  Wim Taymans  <wim@fluendo.com>
13713
13714         * configure.ac:
13715         * gst/tcp/Makefile.am:
13716         * gst/tcp/README:
13717         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13718         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13719         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13720         (is_sync_frame), (gst_multifdsink_handle_client_write),
13721         (gst_multifdsink_render), (gst_multifdsink_start),
13722         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13723         * gst/tcp/gstmultifdsink.h:
13724         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13725         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13726         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13727         * gst/tcp/gsttcp.h:
13728         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13729         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13730         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13731         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13732         * gst/tcp/gsttcpclientsink.h:
13733         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13734         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13735         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13736         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13737         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13738         * gst/tcp/gsttcpclientsrc.h:
13739         * gst/tcp/gsttcpplugin.c: (plugin_init):
13740         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13741         * gst/tcp/gsttcpserversink.h:
13742         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13743         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13744         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13745         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13746         (gst_tcpserversrc_stop):
13747         * gst/tcp/gsttcpserversrc.h:
13748         * gst/tcp/gsttcpsink.c:
13749         * gst/tcp/gsttcpsink.h:
13750         * gst/tcp/gsttcpsrc.c:
13751         * gst/tcp/gsttcpsrc.h:
13752         Ported tcp plugins to 0.9. 
13753         
13754
13755 2005-07-05  Andy Wingo  <wingo@pobox.com>
13756
13757         * gst/playback/gstplaybasebin.c (fill_buffer):
13758         message_new_application fixen.
13759
13760         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13761         Style fix.
13762
13763 2005-07-04  Wim Taymans  <wim@fluendo.com>
13764
13765         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13766         Set caps on output buffer.
13767
13768 2005-07-04  Andy Wingo  <wingo@pobox.com>
13769
13770         * ext/gnomevfs/gstgnomevfssrc.c
13771         (gst_gnomevfssrc_received_headers_callback) 
13772         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13773         hopefully.
13774
13775         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13776         No refcount leakage.
13777
13778         * configure.ac: Enable -Werror.
13779         
13780         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13781         * gst/audioconvert/bufferframesconvert.c
13782         (buffer_frames_convert_fixate):
13783         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13784         (gst_audio_convert_fixate):
13785         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13786         (gst_sinesrc_create): Fixate func changes.
13787         
13788         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13789         (gst_ximagesink_buffer_alloc): Unused var.
13790
13791 2005-07-01  Andy Wingo  <wingo@pobox.com>
13792
13793         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13794         getcaps to do explicit caps. Needs to be done in all decoders,
13795         possibly via a base class.
13796
13797         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13798
13799         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13800         caps on the sink pad, just rely on the pad template. Also, setting
13801         ANY caps on a pad is not valid because the caps are not fixed.
13802
13803         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13804         caps on the buffer, and get the width from the desired_caps if
13805         they're set.
13806         (gst_ximagesink_renegotiate_size): Implement via setting the
13807         desired_caps on the ximagesink.
13808         (gst_ximagesink_setcaps): Only reset the width of the player if it
13809         wasn't already set. Not sure if this is right.
13810         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13811
13812         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13813         that the user wants. NULL unless the window has been resized.
13814
13815         * gst/volume/gstvolume.c (volume_transform): Adapt to
13816         basetransform refcount changes.
13817         
13818 2005-07-01  Andy Wingo  <wingo@pobox.com>
13819
13820         * gst/videoscale/gstvideoscale.c:
13821         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13822         from BaseTransform, implements a transform_caps. Removed dead code
13823         including some PAR stuff that was never reached -- should probably
13824         be added back somehow.
13825
13826 2005-07-01  Andy Wingo  <wingo@pobox.com>
13827
13828         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13829         come later.
13830
13831 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13832
13833         * configure.ac:
13834         * docs/libs/Makefile.am:
13835         * docs/libs/gst-plugins-libs.types:
13836         * ext/alsa/Makefile.am:
13837         * ext/alsa/gstalsamixer.h:
13838         * ext/alsa/gstalsamixeroptions.h:
13839         * ext/alsa/gstalsamixertrack.h:
13840         * gst-libs/gst/Makefile.am:
13841         * gst-libs/gst/colorbalance/.cvsignore:
13842         * gst-libs/gst/colorbalance/Makefile.am:
13843         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13844         * gst-libs/gst/colorbalance/colorbalance.c:
13845         * gst-libs/gst/colorbalance/colorbalance.h:
13846         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13847         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13848         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13849         * gst-libs/gst/interfaces/Makefile.am:
13850         * gst-libs/gst/interfaces/colorbalance.c:
13851         (gst_color_balance_class_init):
13852         * gst-libs/gst/interfaces/colorbalance.h:
13853         * gst-libs/gst/interfaces/interfaces-marshal.list:
13854         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13855         * gst-libs/gst/interfaces/mixer.h:
13856         * gst-libs/gst/interfaces/mixeroptions.h:
13857         * gst-libs/gst/interfaces/navigation.c:
13858         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13859         * gst-libs/gst/interfaces/tuner.h:
13860         * gst/volume/Makefile.am:
13861         * gst/volume/gstvolume.c:
13862         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13863         * sys/ximage/Makefile.am:
13864         * sys/ximage/ximagesink.c:
13865         * sys/xvimage/Makefile.am:
13866         * sys/xvimage/xvimagesink.c:
13867           fold in all interfaces into an interfaces dir, preserving CVS
13868           history
13869
13870 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13871
13872         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13873           Fix build after riff changes.
13874
13875 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13876
13877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13878         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13879         (gst_riff_create_video_template_caps),
13880         (gst_riff_create_audio_template_caps),
13881         (gst_riff_create_iavs_template_caps):
13882         * gst-libs/gst/riff/riff-media.h:
13883         * gst-libs/gst/riff/riff-read.h:
13884         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13885           Add gst_riff_init() to initialize the debug category, instead
13886           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13887
13888 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13889
13890         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13891           Oops, I shouldn't apply hacks.
13892
13893 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13894
13895         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13896           Remove pad_loop function which doesn't work.
13897
13898 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13899
13900         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13901           Send EOS when deactivating.
13902         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13903         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13904         (gen_preroll_element), (probe_triggered), (mute_stream),
13905         (silence_stream), (new_decoded_pad), (setup_substreams),
13906         (set_active_source):
13907         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13908         (remove_sinks), (add_sink):
13909         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13910           Change for new probe API.
13911
13912 2005-06-29  Wim Taymans  <wim@fluendo.com>
13913
13914         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13915         * gst-libs/gst/audio/gstbaseaudiosink.c:
13916         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13917         (gst_baseaudiosink_change_state):
13918         * gst-libs/gst/audio/gstbaseaudiosink.h:
13919         * gst-libs/gst/audio/gstringbuffer.c:
13920         (gst_ringbuffer_set_callback):
13921         Fix compilation error.
13922         Ringbuffer starts out as not running.
13923         Free our clock in dispose.
13924         When releasing the ringbuffer we need to renegotiate so
13925         clear the pad caps.
13926
13927 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13928
13929         * autogen.sh:
13930         * configure.ac:
13931         * docs/Makefile.am:
13932         * docs/libs/Makefile.am:
13933         * docs/libs/gst-plugins-libs-docs.sgml:
13934         * docs/libs/gst-plugins-libs-sections.txt:
13935         * docs/libs/gst-plugins-libs.types:
13936         * docs/libs/tmpl/gstaudio.sgml:
13937         * docs/libs/tmpl/gstcolorbalance.sgml:
13938         * docs/libs/tmpl/gstringbuffer.sgml:
13939         * gst-libs/gst/audio/gstringbuffer.c:
13940         (gst_ringbuffer_set_callback):
13941           reinstate gtk-doc docs for plugin libs
13942
13943 2005-06-28  Wim Taymans  <wim@fluendo.com>
13944
13945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13946         (gst_ogg_demux_init):
13947         Removed pad loop function.
13948
13949 2005-06-28  Wim Taymans  <wim@fluendo.com>
13950
13951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13952         If we're building a chain we are not in an error case
13953         when we queue a buffer.
13954
13955 2005-06-28  Andy Wingo  <wingo@pobox.com>
13956
13957         * *.c: Don't cast to GstObject before reffing/unreffing.
13958
13959 2005-06-27  Andy Wingo  <wingo@pobox.com>
13960
13961         * gst/videotestsrc/gstvideotestsrc.c
13962         (gst_videotestsrc_activate_push): Activation API changes.
13963
13964         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
13965         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
13966         they have refs on the decodebin.
13967
13968         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
13969         parent class.
13970         (gst_ogg_pad_typefind): Don't leak a pad ref.
13971         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
13972         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
13973         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
13974
13975 2005-06-27  Edward Hervey  <edward@fluendo.com>
13976
13977         * ext/theora/theoradec.c: (theora_dec_change_state): 
13978         re-arranged call to parent's state change in order to avoid locks (or
13979         worse).
13980
13981 2005-06-26  Edward Hervey  <edward@fluendo.com>
13982
13983         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13984         2nd argument of 'unknow-type' signal is a GstCaps and not a
13985         GstMiniObject
13986
13987 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
13988         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
13989           Set the worker thread's running flag to TRUE before starting the
13990           thread.
13991         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
13992           Catch a failure to add typefind to the bin.
13993
13994 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13995
13996         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13997         (gst_sinesrc_init), (gst_sinesrc_create),
13998         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13999         (gst_sinesrc_start):
14000         * gst/sine/gstsinesrc.h:
14001           add num-buffers and timestamp-offset properties
14002         * gst/videotestsrc/gstvideotestsrc.c:
14003         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14004         (gst_videotestsrc_get_property):
14005           add timestamp-offset property
14006
14007 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14008
14009         * configure.ac: add videorate
14010         * gst-plugins-base.spec.in: add videorate
14011
14012 2005-06-23  Wim Taymans  <wim@fluendo.com>
14013
14014         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14015         (gst_videorate_getcaps), (gst_videorate_setcaps),
14016         (gst_videorate_event), (gst_videorate_chain):
14017         Fixed videorate, fixating an already fixated caps is not
14018         an error.
14019
14020 2005-06-23  Wim Taymans  <wim@fluendo.com>
14021
14022         * ext/ogg/README:
14023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14024         Buffer on caps is not boxed anymore.
14025
14026 2005-06-22  Wim Taymans  <wim@fluendo.com>
14027
14028         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14029         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14030         Set buffers on caps as miniobjects and not as boxed.
14031
14032 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14033
14034         * configure.ac:
14035           back to HEAD
14036
14037 === release 0.9.1 ===
14038
14039 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14040
14041         * .cvsignore:
14042         * NEWS:
14043         * README:
14044         * RELEASE:
14045         * configure.ac:
14046         * po/af.po:
14047         * po/az.po:
14048         * po/cs.po:
14049         * po/en_GB.po:
14050         * po/hu.po:
14051         * po/it.po:
14052         * po/nb.po:
14053         * po/nl.po:
14054         * po/or.po:
14055         * po/sq.po:
14056         * po/sr.po:
14057         * po/sv.po:
14058         * po/uk.po:
14059         * po/vi.po:
14060           updates for release
14061
14062 2005-06-09  Andy Wingo  <wingo@pobox.com>
14063
14064         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14065         
14066 2005-06-09  Andy Wingo  <wingo@pobox.com>
14067
14068         * configure.ac:
14069         * gst-libs/gst/Makefile.am:
14070         * gst-libs/gst/net/Makefile.am:
14071         Add gstnet to build.
14072
14073 2005-06-09  Andy Wingo  <wingo@pobox.com>
14074
14075         * gst-libs/gst/gconf/gconf.c:
14076         * gst/playback/test.c:
14077         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14078         fixes.
14079
14080         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14081
14082         * ext/theora/theoraenc.c (theora_enc_chain): 
14083         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14084
14085         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14086         RealPad.
14087
14088 2005-06-02  Wim Taymans  <wim@fluendo.com>
14089
14090         * gst-libs/gst/net/Makefile.am:
14091         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14092         * pkgconfig/gstreamer-libs.pc.in:
14093         Added net stuff, version net lib.
14094
14095 2005-06-02  Wim Taymans  <wim@fluendo.com>
14096
14097         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14098         (query_rates), (query_positions_elems), (query_positions_pads),
14099         (do_seek):
14100         Updated seek example.
14101
14102 2005-06-02  Andy Wingo  <wingo@pobox.com>
14103
14104         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14105         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14106         list.
14107
14108         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14109         remove the typefind, the bin dispose will do it for us. When it's
14110         removed and unreffed, the signal handler will be disconnected,
14111         too.
14112         (unlinked): It's too difficult to disconnect from unlinked
14113         handlers, as they are on pads not elements. Just punt if the pads
14114         aren't grandkids of the bin.
14115
14116 2005-06-02  Wim Taymans  <wim@fluendo.com>
14117
14118         * ext/ogg/README:
14119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14120         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14121         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14122         * ext/theora/theoradec.c: (theora_dec_src_query),
14123         (theora_handle_data_packet):
14124         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14125         (theora_enc_chain):
14126         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14127         (vorbis_handle_data_packet):
14128         * gst/audioconvert/bufferframesconvert.c:
14129         (buffer_frames_convert_chain):
14130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14131         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14132         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14133         (gst_ffmpegcsp_chain):
14134         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14135         (gst_videorate_getcaps), (gst_videorate_setcaps),
14136         (gst_videorate_event), (gst_videorate_chain):
14137         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14138         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14139         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14140         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14141         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14142         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14143         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14144         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14145         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14146         Cleanups and buffer alloc.
14147
14148 2005-05-31  Wim Taymans  <wim@fluendo.com>
14149
14150         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14151         Don't try to call the delay method when the device is not
14152         opened.
14153
14154 2005-05-31  Wim Taymans  <wim@fluendo.com>
14155
14156         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14157         Get actual segment size and buffer size after opening
14158         the device.
14159
14160 2005-05-30  Wim Taymans  <wim@fluendo.com>
14161
14162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14163         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14164         Also FLUSH upstream, makes the loop function exit faster.
14165         
14166         * ext/theora/theoradec.c: (theora_dec_src_query):
14167         Some more debug info in the query.
14168         
14169         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14170         (gst_ximagesink_setcaps):
14171         Release lock on par error, better error reporting.
14172
14173 2005-05-26  Wim Taymans  <wim@fluendo.com>
14174
14175         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14176         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14177         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14178         Clear chains in READY
14179         Queue packets until the chain is activated.
14180
14181 2005-05-25  Wim Taymans  <wim@fluendo.com>
14182
14183         * gst-libs/gst/audio/gstaudiosink.c:
14184         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14185         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14186         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14187         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14188         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14189         (gst_audiosink_create_ringbuffer):
14190         * gst-libs/gst/audio/gstbaseaudiosink.c:
14191         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14192         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14193         (gst_baseaudiosink_set_property), (build_linear_format),
14194         (debug_spec_caps), (debug_spec_buffer),
14195         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14196         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14197         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14198         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14199         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14200         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14201         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14202         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14203         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14204         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14205         (wait_segment), (gst_ringbuffer_commit),
14206         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14207         (gst_ringbuffer_clear):
14208         Various small cleanups.
14209
14210         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14211         (gst_audio_convert_change_state):
14212         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14213         No need to take the locks anymore.
14214
14215 2005-05-25  Wim Taymans  <wim@fluendo.com>
14216
14217         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14218         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14219         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14220         (type_found):
14221         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14222         (group_destroy), (group_commit), (queue_overrun),
14223         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14224         (mute_stream), (new_decoded_pad), (setup_substreams),
14225         (setup_source), (mute_group_type), (set_active_source),
14226         (gst_play_base_bin_change_state):
14227         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14228         (gen_video_element), (gen_text_element), (gen_audio_element),
14229         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14230         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14231         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14232         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14233         Some playbin cleanups mostly refcounting sloppyness.
14234
14235 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14236
14237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14238           Work with streaming input.
14239
14240 2005-05-25  Wim Taymans  <wim@fluendo.com>
14241
14242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14243         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14244         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14245         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14246         No need to take the STREAM lock anymore.
14247
14248 2005-05-25  Wim Taymans  <wim@fluendo.com>
14249
14250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14251         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14252         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14253         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14254         (gst_ogg_demux_sink_activate):
14255         * ext/theora/theoradec.c: (theora_dec_src_event),
14256         (theora_handle_comment_packet), (theora_dec_chain),
14257         (theora_dec_change_state):
14258         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14259         (vorbis_handle_data_packet), (vorbis_dec_chain),
14260         (vorbis_dec_change_state):
14261         Remove STREAM locks as they are taken in core now.
14262         Never set bogus granulepos on vorbis/theora.
14263         Fix leaks in theoradec tag parsing.
14264
14265 2005-05-25  Wim Taymans  <wim@fluendo.com>
14266
14267         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14268         Fix memleaks, GST_BUFFER_DATA() is not freed.
14269
14270 2005-05-25  Wim Taymans  <wim@fluendo.com>
14271
14272         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14273         Open non-blocking, set to blocking mode afterwards to avoid
14274         lockups when audio device is busy.
14275
14276 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14277
14278         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14279           This can't be good.
14280
14281 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14282
14283         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14284         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14285         (gst_audio_convert_setcaps):
14286           Implement instant setup switching.
14287
14288 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14289
14290         * gst/playback/gstplaybasebin.c: (probe_triggered):
14291           Fix missing unlock.
14292         * gst/playback/gstplaybin.c: (add_sink):
14293           First add, then link (otherwise pad link fails).
14294
14295 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14296
14297         * examples/Makefile.am:
14298         fix buildbot (make distcheck)
14299
14300 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14301
14302         * gst/playback/gstplaybin.c: (gen_vis_element):
14303           Remove some wrong code. Doesn't work yet.
14304
14305 2005-05-19  Wim Taymans  <wim@fluendo.com>
14306
14307         * gst-libs/gst/net/Makefile.am:
14308         * gst-libs/gst/net/README:
14309         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14310         (gst_netbuffer_class_init), (gst_netbuffer_init),
14311         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14312         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14313         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14314         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14315         * gst-libs/gst/net/gstnetbuffer.h:
14316         Added buffer subclass to store extra to/from addresses for
14317         network sources/sinks.
14318
14319 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14320
14321         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14322           Don't lock an unassigned variable.
14323
14324 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14325
14326         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14327           Increase buffer for video, decrease buffer for other media types.
14328         * gst/playback/gstplaybin.c: (gen_video_element),
14329         (gen_audio_element):
14330           Change names for debugging purposes.
14331
14332 2005-05-18  Wim Taymans  <wim@fluendo.com>
14333
14334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14335         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14336         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14337         (gst_ffmpegcsp_chain):
14338         Enable buffer alloc passthrough if the source and dest
14339         formats are the same.
14340
14341 2005-05-17  Wim Taymans  <wim@fluendo.com>
14342
14343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14344         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14345         (gst_ogg_demux_chain_unlocked):
14346         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14347         (gst_audio_convert_caps_remove_format_info),
14348         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14349         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14350         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14351         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14352         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14353         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14354         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14355         (gst_ffmpegcsp_get_property):
14356         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14357         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14358         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14359         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14360         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14361         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14362         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14363         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14364         Leak fixes in oggdemux.
14365         Some cleanups in audioconvert.
14366         Make passthrough work along with buffer_alloc etc.
14367         Make buffer_alloc and buffer recycling actually work in
14368         xvimagesink.
14369
14370 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14371
14372         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14373           make the compiler happy
14374
14375 2005-05-17  Wim Taymans  <wim@fluendo.com>
14376
14377         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14378         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14379         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14380         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14381         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14382         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14383         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14384         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14385         (gst_xvimagesink_set_xwindow_id):
14386         * sys/xvimage/xvimagesink.h:
14387         Port xvimagesink to new MiniObject.
14388
14389 2005-05-17  Wim Taymans  <wim@fluendo.com>
14390
14391         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14392         (gst_audiofilter_chain):
14393         * gst-libs/gst/audio/gstaudiosink.c:
14394         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14395         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14396         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14397         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14398         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14399         (gst_audiosink_create_ringbuffer):
14400         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14401         (gst_audio_convert_caps_remove_format_info),
14402         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14403         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14405         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14406         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14407         Fix passthrough in ffmpegcolorspace.
14408         Fix memset in audiosink on wrong memory.
14409
14410 2005-05-16  David Schleef  <ds@schleef.org>
14411
14412         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14413         to GstMiniObject.
14414
14415 2005-05-16  David Schleef  <ds@schleef.org>
14416
14417         Port from GstData to GstMiniObject.
14418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14419         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14420         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14421         (gst_ogg_mux_collected):
14422         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14423         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14424         (theora_handle_data_packet):
14425         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14426         (theora_set_header_on_caps), (theora_enc_chain):
14427         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14428         (vorbis_handle_comment_packet):
14429         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14430         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14431         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14432         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14433         * gst/audioconvert/gstaudioconvert.c:
14434         (gst_audio_convert_get_buffer):
14435         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14436         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14437         (mute_stream), (silence_stream):
14438         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14439         * gst/volume/gstvolume.c: (volume_transform):
14440         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14441         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14442         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14443         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14444         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14445         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14446         (gst_ximagesink_buffer_alloc):
14447         * sys/ximage/ximagesink.h:
14448
14449 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14450
14451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14452         (fill_buffer), (check_queue), (queue_threshold_reached),
14453         (queue_out_of_data):
14454         * gst/playback/gstplaybasebin.h:
14455           Post buffer-fullness on the bus.
14456
14457 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14458
14459         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14460         (try_to_link_1):
14461         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14462         (group_commit), (probe_triggered), (setup_source),
14463         (gst_play_base_bin_change_state):
14464         * gst/playback/gstplaybasebin.h:
14465         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14466         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14467         (gst_play_bin_change_state):
14468           Move setup_output_pads into a virtual function, remove
14469           group-switch (no longer needed) and redirect (handled by bus
14470           now) signals.
14471
14472 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14473
14474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14475         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14476         (get_active_group), (get_building_group), (group_destroy),
14477         (group_commit), (check_queue), (queue_overrun),
14478         (queue_threshold_reached), (queue_out_of_data),
14479         (gen_preroll_element), (remove_groups), (unknown_type),
14480         (add_element_stream), (no_more_pads), (probe_triggered),
14481         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14482         (setup_substreams), (setup_source), (finish_source),
14483         (prepare_output), (muted_group_change_state),
14484         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14485         (gst_play_base_bin_change_state):
14486         * gst/playback/gstplaybasebin.h:
14487         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14488         (gst_play_bin_init), (gst_play_bin_set_property),
14489         (gen_video_element), (gen_text_element), (gen_audio_element),
14490         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14491         (gst_play_bin_change_state):
14492         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14493         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14494         (stream_info_change_state), (gst_stream_info_set_mute),
14495         (gst_stream_info_get_property):
14496         * gst/playback/gststreaminfo.h:
14497         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14498         (gst_stream_selector_get_linked_pad),
14499         (gst_stream_selector_getcaps),
14500         (gst_stream_selector_get_linked_pads),
14501         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14502         * gst/playback/gststreamselector.h:
14503           Rough port of playbin. Needs some more work, but is mostly done,
14504           and uses a few locks in important places, which should make stuff
14505           like chain-switches clean. Still uses GST_STATE() in a few places,
14506           which isn't all that good an idea, subtitles/elements disabled
14507           because no elements to test with and thus probably broken, query
14508           and event handling moved to GstBin, internal thread removed
14509           alltogether because the pipeline does that for us now. Can play
14510           Ogg/Vorbis files. Haven't tested anything else yet.
14511
14512 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14513
14514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14515           Do no-more-pads (needed for autoplugging).
14516
14517 2005-05-10  Andy Wingo  <wingo@pobox.com>
14518
14519         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14520         message to the bus with the tags. Still not sent downstream tho.
14521
14522         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14523         get_parent.
14524         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14525         avoid refcounting hassles.
14526
14527 2005-05-09  Andy Wingo  <wingo@pobox.com>
14528
14529         * gst/volume/Makefile.am:
14530         * gst/volume/demo.c
14531         * gst/volume/gstvolume.h
14532         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14533         basetransform. Probably need an audio filter base class.
14534
14535 2005-05-09  Wim Taymans  <wim@fluendo.com>
14536
14537         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14538         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14539         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14540         (gst_vorbisenc_chain):
14541         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14542         (gst_audio_convert_caps_remove_format_info),
14543         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14544         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14545         Make caps writable before writing to it.
14546         Fix negotiation in audioconvert some more.
14547
14548 2005-05-09  Wim Taymans  <wim@fluendo.com>
14549
14550         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14551         (gst_videorate_getcaps), (gst_videorate_setcaps),
14552         (gst_videorate_event), (gst_videorate_chain):
14553         Better negotiation.
14554
14555 2005-05-09  Wim Taymans  <wim@fluendo.com>
14556
14557         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14558         (gst_videorate_getcaps), (gst_videorate_setcaps),
14559         (gst_videorate_blank_data), (gst_videorate_init),
14560         (gst_videorate_event), (gst_videorate_chain),
14561         (gst_videorate_change_state):
14562         Port videorate, do a better job at negotiation while we're at
14563         it.
14564
14565 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14566
14567         * configure.ac:
14568           Disable libvisual
14569
14570         * examples/Makefile.am:
14571         * gst-libs/gst/audio/Makefile.am:
14572         * gst-libs/gst/riff/Makefile.am:
14573         * gst-libs/gst/tag/Makefile.am:
14574         * gst-libs/gst/video/Makefile.am:
14575           Fixups for missing variables.
14576
14577 2005-05-09  Wim Taymans  <wim@fluendo.com>
14578
14579         * examples/seeking/seek.c: (make_theora_pipeline),
14580         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14581         (query_rates), (query_positions_elems), (query_positions_pads),
14582         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14584         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14585         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14586         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14587         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14588         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14589         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14590         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14591         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14592         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14593         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14594         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14595         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14596         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14597         (theora_dec_src_convert), (theora_dec_sink_convert),
14598         (theora_dec_src_query), (theora_dec_sink_query),
14599         (theora_dec_src_event), (theora_dec_sink_event),
14600         (theora_handle_comment_packet), (theora_handle_type_packet),
14601         (theora_handle_header_packet), (theora_handle_data_packet),
14602         (theora_dec_chain):
14603         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14604         (vorbis_dec_convert), (vorbis_dec_src_query),
14605         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14606         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14607         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14608         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14609         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14610         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14611         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14612         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14613         (gst_play_bin_query):
14614         * gst/playback/test3.c: (update_scale):
14615         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14616         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14617         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14618         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14619         (gst_videotestsrc_src_query):
14620         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14621         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14622         (paint_hline_YUV9):
14623         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14624         Port to new query API.
14625         Updated seek.
14626         Cleanups in x[v]imagesink
14627
14628 2005-05-09  Andy Wingo  <wingo@pobox.com>
14629
14630         * ext/alsa/gstalsasink.h:
14631         * ext/gnomevfs/gstgnomevfssrc.c:
14632         (gst_gnomevfssrc_get_icy_metadata):
14633         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14634         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14635         * ext/theora/theoradec.c (theora_dec_src_query)
14636         (theora_dec_src_event, theora_dec_sink_event)
14637         (theora_handle_comment_packet, theora_handle_data_packet):
14638         * ext/theora/theoraenc.c (theora_enc_chain):
14639         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14640         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14641         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14642         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14643         (qt_type_find):
14644         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14645         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14646         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14647         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14648         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14649         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14650         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14651         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14652         (paint_setup_RGB565, paint_setup_xRGB1555):
14653         * gst/videotestsrc/videotestsrc.h:
14654         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14655         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14656         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14657         GCC4 fixes.
14658         
14659         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14660         gst_pad_query_position. Fixes oggdemux.
14661
14662 2005-05-08  David Schleef  <ds@schleef.org>
14663
14664         * configure.ac: Require liboil.
14665         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14666         a few more.
14667         * gst/videotestsrc/videotestsrc.c:
14668         * gst/videotestsrc/videotestsrc.h:
14669
14670 2005-05-06  Wim Taymans  <wim@fluendo.com>
14671
14672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14673         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14674         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14675         Well, unreffing a buffer right before pushing it is asking
14676         for trouble..
14677
14678 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14679
14680         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14681
14682 2005-05-06  Wim Taymans  <wim@fluendo.com>
14683
14684         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14685         (gst_audio_convert_caps_remove_format_info),
14686         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14687         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14688         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14689         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14690         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14691         * gst/sine/Makefile.am:
14692         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14693         (gst_sinesrc_class_init), (gst_sinesrc_init),
14694         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14695         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14696         (gst_sinesrc_update_freq):
14697         * gst/sine/gstsinesrc.h:
14698         * gst/tcp/gstmultifdsink.c:
14699         * sys/xvimage/xvimagesink.c:
14700         Fixed negotiation wrt _peer_get_caps()
14701         Some cleanups.
14702
14703
14704 2005-05-06  Wim Taymans  <wim@fluendo.com>
14705
14706         * gst-libs/gst/audio/gstaudiosink.c:
14707         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14708         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14709         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14710         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14711         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14712         (gst_audiosink_create_ringbuffer):
14713         * gst-libs/gst/audio/gstbaseaudiosink.c:
14714         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14715         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14716         (gst_baseaudiosink_set_property), (build_linear_format),
14717         (debug_spec_caps), (debug_spec_buffer),
14718         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14719         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14720         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14721         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14722         * gst-libs/gst/audio/gstbaseaudiosink.h:
14723         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14724         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14725         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14726         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14727         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14728         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14729         (wait_segment), (gst_ringbuffer_commit),
14730         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14731         (gst_ringbuffer_clear):
14732         * gst-libs/gst/audio/gstringbuffer.h:
14733         Make the base audiosink return an error when there is no
14734         audiobuffer negotiated.
14735
14736 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14737
14738         * ext/Makefile.am:
14739         Disable cdparanoia until someone ports it!
14740
14741 2005-05-06  Wim Taymans  <wim@fluendo.com>
14742
14743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14744         (gst_ogg_demux_sink_activate):
14745         And revert after wingo's revert.. sigh..
14746
14747 2005-05-05  Andy Wingo  <wingo@pobox.com>
14748
14749         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14750         GObject.
14751         * configure.ac: Return audiorate and subparse from the ghetto.
14752         Re-enable -Wall -Werror.
14753         * gst/subparse/gstsubparse.c:
14754         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14755         or chain-based. Cleaned up a bit. Not tested.
14756         
14757 2005-05-05  Christian Schaller <christian@fluendo.com> 
14758
14759         * Makefile.am: remove stuff that is not building
14760         * configure.ac: remove stuff that is not building
14761         * examples/Makefile.am: remove stuff that is not building
14762         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14763         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14764         * sys/Makefile.am: remove stuff that is not building
14765         * testsuite/Makefile.am: remove stuff that is not building
14766
14767 2005-05-05  Andy Wingo  <wingo@pobox.com>
14768
14769         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14770         * gst-libs/gst/tag/gstvorbistag.c:
14771         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14772         * gst/adder/gstadder.h:
14773         * gst/audioconvert/gstchannelmix.c:
14774         (gst_audio_convert_fill_one_other):
14775         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14776         (gst_audiorate_init), (gst_audiorate_chain):
14777         * gst/playback/gstplaybasebin.c: (setup_source):
14778         * gst/playback/test3.c: (update_scale):
14779         Some GCC4 fixes
14780         
14781         * po/af.po:
14782         * po/az.po:
14783         * po/cs.po:
14784         * po/en_GB.po:
14785         * po/hu.po:
14786         * po/it.po:
14787         * po/nb.po:
14788         * po/nl.po:
14789         * po/or.po:
14790         * po/sq.po:
14791         * po/sr.po:
14792         * po/sv.po:
14793         * po/uk.po:
14794         * po/vi.po: Foo
14795
14796 2005-05-05  Wim Taymans  <wim@fluendo.com>
14797
14798         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14799         (gst_audio_convert_caps_remove_format_info),
14800         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14801         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14802         * gst/videotestsrc/gstvideotestsrc.c:
14803         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14804         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14805         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14806         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14807         Don't ignore _push() return values.
14808         Make sure no processing is done when shutting down.
14809         Videotestsrc pad activation fix.
14810
14811 2005-05-05  Wim Taymans  <wim@fluendo.com>
14812
14813         * gst/adder/Makefile.am:
14814         * gst/adder/gstadder.c: (gst_adder_setcaps),
14815         (gst_adder_class_init), (gst_adder_init),
14816         (gst_adder_request_new_pad), (gst_adder_collected),
14817         (gst_adder_change_state):
14818         * gst/adder/gstadder.h:
14819         Ported adder as an example of a mixer element using
14820         collect pads. Needs more negotiation work.
14821
14822 2005-05-05  Wim Taymans  <wim@fluendo.com>
14823
14824         * ext/theora/theoradec.c: (_inc_granulepos),
14825         (theora_dec_src_event), (theora_dec_sink_event),
14826         (theora_handle_comment_packet), (theora_handle_type_packet),
14827         (theora_handle_header_packet), (theora_handle_data_packet),
14828         (theora_dec_chain):
14829         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14830         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14831         (theora_push_buffer), (theora_push_packet),
14832         (theora_enc_sink_event), (theora_enc_chain),
14833         (theora_enc_change_state), (theora_enc_set_property),
14834         (theora_enc_get_property):
14835         Added stream lock to decoder so that we can serialize
14836         the discont event.
14837         More theoraenc porting, recover from errors, do clean
14838         shutdown.
14839
14840 2005-05-05  Wim Taymans  <wim@fluendo.com>
14841
14842         * ext/ogg/Makefile.am:
14843         * ext/ogg/README:
14844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14845         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14846         (gst_ogg_print):
14847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14848         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14849         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14850         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14851         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14852         (gst_ogg_mux_change_state):
14853         Ported ogg muxer.
14854
14855 2005-05-05  Wim Taymans  <wim@fluendo.com>
14856
14857         * docs/design-audiosinks.txt:
14858         * gst-libs/gst/audio/TODO:
14859         * gst-libs/gst/audio/gstaudiosink.c:
14860         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14861         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14862         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14863         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14864         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14865         (gst_audiosink_create_ringbuffer):
14866         * gst-libs/gst/audio/gstbaseaudiosink.c:
14867         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14868         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14869         (gst_baseaudiosink_set_property), (build_linear_format),
14870         (debug_spec_caps), (debug_spec_buffer),
14871         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14872         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14873         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14874         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14875         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14876         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14877         (gst_ringbuffer_release), (gst_ringbuffer_play),
14878         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14879         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14880         (gst_ringbuffer_set_sample), (wait_segment),
14881         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14882         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14883         More work on the audiosink, mostly debugging and a race in
14884         shutdown.
14885
14886 2005-04-28  Wim Taymans  <wim@fluendo.com>
14887
14888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14889         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14890         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14891         (vorbis_dec_src_query), (vorbis_dec_src_event),
14892         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14893         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14894         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14895         Don't crap out when seeking back to position 0.
14896
14897 2005-04-28  Wim Taymans  <wim@fluendo.com>
14898
14899         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14900         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14901         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14902         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14903         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14904         Make audio sink configurable, use alsasink as default.
14905
14906 2005-04-28  Wim Taymans  <wim@fluendo.com>
14907
14908         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14909         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14910         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14911         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14912         (vorbis_dec_change_state):
14913         * ext/vorbis/vorbisdec.h:
14914         Refactor, use STREAM_LOCK.
14915
14916 2005-04-28  Wim Taymans  <wim@fluendo.com>
14917
14918         * ext/theora/theoradec.c: (_inc_granulepos),
14919         (theora_dec_sink_event), (theora_handle_comment_packet),
14920         (theora_handle_type_packet), (theora_handle_header_packet),
14921         (theora_handle_data_packet), (theora_dec_chain),
14922         (theora_dec_change_state):
14923         Refactor a bit, use STREAM_LOCK.
14924
14925 2005-04-28  Wim Taymans  <wim@fluendo.com>
14926
14927         * ext/alsa/Makefile.am:
14928         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14929         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14930         (gst_alsa_link), (gst_alsa_close_audio):
14931         * ext/alsa/gstalsaplugin.c: (plugin_init):
14932         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14933         (gst_alsasink_dispose), (gst_alsasink_base_init),
14934         (gst_alsasink_class_init), (gst_alsasink_init),
14935         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14936         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14937         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14938         (gst_alsasink_reset):
14939         * ext/alsa/gstalsasink.h:
14940         Implement alsasink with simple open/write/close API. 
14941         Make alsa dir build by disabling compilation of code.
14942
14943 2005-04-28  Wim Taymans  <wim@fluendo.com>
14944
14945         * gst-libs/gst/audio/Makefile.am:
14946         * gst-libs/gst/audio/audio.h:
14947         * gst-libs/gst/audio/audioclock.c:
14948         * gst-libs/gst/audio/audioclock.h:
14949         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
14950         (gst_audio_clock_class_init), (gst_audio_clock_init),
14951         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
14952         * gst-libs/gst/audio/gstaudioclock.h:
14953         * gst-libs/gst/audio/gstaudiosink.c:
14954         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14955         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14956         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14957         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14958         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14959         (gst_audiosink_create_ringbuffer):
14960         * gst-libs/gst/audio/gstbaseaudiosink.c:
14961         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14962         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14963         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
14964         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
14965         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14966         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14967         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14968         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14969         * gst-libs/gst/audio/gstbaseaudiosink.h:
14970         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14971         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
14972         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14973         (gst_ringbuffer_release), (gst_ringbuffer_play),
14974         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14975         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14976         (gst_ringbuffer_set_sample), (wait_segment),
14977         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14978         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14979         * gst-libs/gst/audio/gstringbuffer.h:
14980         Make ringbuffer faster and more simple by removing the locks
14981         in the playback thread.
14982         Add sample accurate playback based on buffer sample offsets.
14983         Make the baseaudiosink provide a clock.
14984         Parse caps in the base class.
14985         Correctly handle seeking, flushing and state changes.
14986
14987 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14988
14989         * configure.ac:
14990         * gst/audioconvert/Makefile.am:
14991         * gst/audioscale/Makefile.am:
14992           Fix part of the build.  Come on guys, autogen didn't even work :)
14993
14994 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14995
14996         * configure.ac:
14997         * gst-libs/gst/Makefile.am:
14998         * gst-libs/gst/media-info/.cvsignore:
14999         * gst-libs/gst/media-info/Makefile.am:
15000         * gst-libs/gst/media-info/README:
15001         * gst-libs/gst/media-info/media-info-priv.c:
15002         * gst-libs/gst/media-info/media-info-priv.h:
15003         * gst-libs/gst/media-info/media-info-test.c:
15004         * gst-libs/gst/media-info/media-info.c:
15005         * gst-libs/gst/media-info/media-info.h:
15006         * gst-libs/gst/media-info/media-info.vcproj:
15007         * pkgconfig/Makefile.am:
15008         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15009         * pkgconfig/gstreamer-media-info.pc.in:
15010           Remove media-info, which is also successed by playbin (see Totem
15011           implementation).
15012
15013 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15014
15015         * configure.ac:
15016         * examples/Makefile.am:
15017         * examples/gstplay/.cvsignore:
15018         * examples/gstplay/Makefile.am:
15019         * examples/gstplay/player.c:
15020         * gst-libs/gst/Makefile.am:
15021         * gst-libs/gst/play/.cvsignore:
15022         * gst-libs/gst/play/Makefile.am:
15023         * gst-libs/gst/play/play.c:
15024         * gst-libs/gst/play/play.h:
15025         * gst-libs/gst/play/play.vcproj:
15026         * pkgconfig/Makefile.am:
15027         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15028         * pkgconfig/gstreamer-play.pc.in:
15029           Remove libgstplay, playbin is now the official successor.
15030
15031 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15032
15033         * configure.ac:
15034         * gst-libs/gst/Makefile.am:
15035         * gst-libs/gst/xwindowlistener/Makefile.am:
15036         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15037         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15038           Remove deprecated xwindowlistener (I've moved xwindowlistening
15039           in the v4l/v4l2 plugins over to serverside).
15040
15041 2005-04-25  David Schleef  <ds@schleef.org>
15042
15043         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15044         to examples/dynparams.  Examples do not belong interspersed with
15045         source code.
15046         * examples/dynparams/demo-dparams.c:
15047         * gst/sine/Makefile.am:
15048         * gst/sine/demo-dparams.c:
15049
15050 2005-04-25  David Schleef  <ds@schleef.org>
15051
15052         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15053         * gst-libs/gst/audio/Makefile.am:
15054         * gst-libs/gst/riff/Makefile.am:
15055         * gst-libs/gst/tag/Makefile.am:
15056         * gst-libs/gst/video/Makefile.am:
15057         * gst-libs/gst/xwindowlistener/Makefile.am:
15058
15059         Convert to 0.9 API, seems to work:
15060         * sys/ximage/Makefile.am:
15061         * sys/ximage/ximagesink.c:
15062
15063 2005-04-24  David Schleef  <ds@schleef.org>
15064
15065         Link plugins against libraries:
15066         * ext/alsa/Makefile.am:
15067         * gst/tcp/Makefile.am:
15068
15069         Remove asm code that should be in liboil
15070         * gst/videoscale/Makefile.am:
15071         * gst/videoscale/videoscale_x86_asm.s:
15072
15073         gettext wants these checked in:
15074         * po/af.po:
15075         * po/az.po:
15076         * po/cs.po:
15077         * po/en_GB.po:
15078         * po/hu.po:
15079         * po/it.po:
15080         * po/nb.po:
15081         * po/nl.po:
15082         * po/or.po:
15083         * po/sq.po:
15084         * po/sr.po:
15085         * po/sv.po:
15086         * po/uk.po:
15087         * po/vi.po:
15088
15089 2005-04-24  David Schleef  <ds@schleef.org>
15090
15091         Convert gst_main() to g_main_loop_run()
15092         * gst/playback/decodetest.c: (main):
15093         * gst/playback/test2.c: (main):
15094         * gst/playback/test3.c: (main):
15095         * gst/playback/test4.c: (main):
15096
15097         Link plugins against libraries:
15098         * ext/libvisual/Makefile.am:
15099         * sys/xvimage/Makefile.am:
15100
15101 2005-04-24  David Schleef  <ds@schleef.org>
15102
15103         * configure.ac: Remove idct and resample libs
15104         * gst-libs/gst/Makefile.am: same
15105
15106         Remove usage of gst_library_load():
15107         * ext/alsa/gstalsaplugin.c: (plugin_init):
15108         * ext/libvisual/visual.c: (plugin_init):
15109         * ext/ogg/gstogg.c: (plugin_init):
15110         * ext/theora/theora.c: (plugin_init):
15111         * ext/vorbis/vorbis.c: (plugin_init):
15112         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15113         * gst/audioscale/gstaudioscale.c:
15114         * gst/adder/gstadder.c: (plugin_init):
15115         * gst/audioconvert/plugin.c: (plugin_init):
15116         * sys/ximage/ximagesink.c: (plugin_init):
15117         * sys/xvimage/xvimagesink.c: (plugin_init):
15118         * gst/tcp/gsttcpplugin.c: (plugin_init):
15119
15120         Link plugins against libraries:
15121         * ext/ogg/Makefile.am:
15122         * ext/theora/Makefile.am:
15123         * ext/vorbis/Makefile.am:
15124         * gst/audioconvert/Makefile.am:
15125
15126         Create proper libraries:
15127         * gst-libs/gst/riff/Makefile.am:
15128         * gst-libs/gst/audio/Makefile.am:
15129         * gst-libs/gst/video/Makefile.am:
15130
15131         Move resample library to audioscale plugin directory:
15132         * gst-libs/gst/resample/Makefile.am:
15133         * gst-libs/gst/resample/README:
15134         * gst-libs/gst/resample/dtof.c:
15135         * gst-libs/gst/resample/dtos.c:
15136         * gst-libs/gst/resample/functable.c:
15137         * gst-libs/gst/resample/private.h:
15138         * gst-libs/gst/resample/resample.c:
15139         * gst-libs/gst/resample/resample.h:
15140         * gst-libs/gst/resample/resample.vcproj:
15141         * gst-libs/gst/resample/test.c:
15142         * gst/audioscale/Makefile.am:
15143         * gst/audioscale/README:
15144         * gst/audioscale/dtof.c:
15145         * gst/audioscale/dtos.c:
15146         * gst/audioscale/functable.c:
15147         * gst/audioscale/private.h:
15148         * gst/audioscale/resample.c:
15149         * gst/audioscale/resample.h:
15150         * gst/audioscale/test.c:
15151
15152         Move tagedit library to gst-libs:
15153         * gst-libs/gst/tag/Makefile.am:
15154         * gst-libs/gst/tag/gstid3tag.c:
15155         * gst-libs/gst/tag/gsttagediting.c:
15156         * gst-libs/gst/tag/gsttageditingprivate.h:
15157         * gst-libs/gst/tag/gstvorbistag.c:
15158         * gst/tags/Makefile.am:
15159         * gst/tags/gstid3tag.c:
15160         * gst/tags/gstvorbistag.c:
15161
15162         Fix for core changes:
15163         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15164         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15165         (gst_sinesrc_getrange):
15166
15167 2005-04-23  David Schleef  <ds@schleef.org>
15168
15169         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15170         in gst-plugins in a long time, and properly belongs in liboil.
15171         * gst-libs/gst/idct/Makefile.am:
15172         * gst-libs/gst/idct/README:
15173         * gst-libs/gst/idct/dct.h:
15174         * gst-libs/gst/idct/doieee:
15175         * gst-libs/gst/idct/fastintidct.c:
15176         * gst-libs/gst/idct/floatidct.c:
15177         * gst-libs/gst/idct/idct.c:
15178         * gst-libs/gst/idct/idct.h:
15179         * gst-libs/gst/idct/idtc.vcproj:
15180         * gst-libs/gst/idct/ieeetest.c:
15181         * gst-libs/gst/idct/intidct.c:
15182
15183 2005-04-20  Wim Taymans  <wim@fluendo.com>
15184
15185         * docs/design-audiosinks.txt:
15186         * gst-libs/gst/audio/Makefile.am:
15187         * gst-libs/gst/audio/TODO:
15188         * gst-libs/gst/audio/gstaudiosink.c:
15189         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15190         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15191         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15192         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15193         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15194         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15195         (gst_audiosink_class_init), (gst_audiosink_init),
15196         (gst_audiosink_create_ringbuffer):
15197         * gst-libs/gst/audio/gstaudiosink.h:
15198         * gst-libs/gst/audio/gstbaseaudiosink.c:
15199         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15200         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15201         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15202         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15203         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15204         (gst_baseaudiosink_create_ringbuffer),
15205         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15206         * gst-libs/gst/audio/gstbaseaudiosink.h:
15207         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15208         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15209         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15210         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15211         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15212         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15213         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15214         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15215         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15216         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15217         * gst-libs/gst/audio/gstringbuffer.h:
15218         An attempt at a set of audio base classes together with some
15219         design docs.
15220
15221 2005-04-20  Wim Taymans  <wim@fluendo.com>
15222
15223         * gst/audioconvert/Makefile.am:
15224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15225         (gst_audio_convert_caps_remove_format_info),
15226         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15227         (gst_audio_convert_channels):
15228         Link against audio libs.
15229         Fix audio convert plugin.
15230
15231 2005-04-20  Wim Taymans  <wim@fluendo.com>
15232
15233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15234         (gst_ogg_demux_sink_activate):
15235         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15236         (theora_set_header_on_caps), (theora_enc_sink_event),
15237         (theora_enc_chain):
15238         Fix theora encoder.
15239
15240 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15241
15242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15243         * gst/playback/gstdecodebin.c: (find_compatibles):
15244           Work with staticpadtemplates in elementfactories.
15245
15246 2005-04-12  Wim Taymans  <wim@fluendo.com>
15247
15248         * gst/playback/README:
15249         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15250         (compare_ranks), (print_feature), (gst_decode_bin_init),
15251         (dynamic_create), (dynamic_free), (find_compatibles),
15252         (mimetype_is_raw), (close_pad_link), (got_redirect),
15253         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15254         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15255         (gst_decode_bin_change_state):
15256         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15257         (gst_play_base_bin_init), (group_destroy), (group_commit),
15258         (check_queue), (queue_overrun), (queue_threshold_reached),
15259         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15260         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15261         (got_redirect), (setup_source), (play_base_eos),
15262         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15263         (gst_play_base_bin_remove_element):
15264         * gst/playback/gstplaybasebin.h:
15265         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15266         (gst_play_bin_init), (gst_play_bin_dispose),
15267         (gst_play_bin_set_property), (gen_video_element),
15268         (gen_text_element), (gen_audio_element), (remove_sinks),
15269         (gst_play_bin_send_event):
15270         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15271         (stream_info_change_state), (gst_stream_info_set_mute):
15272         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15273         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15274         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15275         (gst_stream_selector_chain):
15276         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15277         (main):
15278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15279         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15280         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15281         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15282         Raw and crude port of decodebin. 
15283         Make playbin compile.
15284
15285 2005-04-06  Wim Taymans  <wim@fluendo.com>
15286
15287         * ext/gnomevfs/Makefile.am:
15288         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15289         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15290         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15291         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15292         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15293         (gst_gnomevfssrc_stop):
15294         * ext/ogg/Makefile.am:
15295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15296         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15297         * ext/theora/Makefile.am:
15298         * ext/theora/theoradec.c: (_inc_granulepos),
15299         (theora_dec_sink_event), (theora_dec_chain):
15300         * ext/vorbis/Makefile.am:
15301         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15302         (vorbis_dec_sink_event), (vorbis_dec_chain):
15303         * gst-libs/gst/audio/Makefile.am:
15304         * sys/xvimage/Makefile.am:
15305         Make gnomevfssrc extend the source base class.
15306         Fix linking against libs in various plugins.
15307
15308 2005-04-06  Andy Wingo  <wingo@pobox.com>
15309
15310         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15311         GST_BASE_LIBS.
15312
15313         * configure.ac: Add check and AC_SUBST for libgstbase.
15314
15315 2005-03-31  Wim Taymans  <wim@fluendo.com>
15316
15317         * examples/seeking/Makefile.am:
15318         * examples/seeking/cdparanoia.c: (main):
15319         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15320         (play_cb), (pause_cb), (stop_cb), (main):
15321         * examples/seeking/playbin.c:
15322         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15323         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15324         (make_sid_pipeline), (make_vorbis_pipeline),
15325         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15326         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15327         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15328         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15329         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15330         (stop_cb), (main):
15331         * examples/seeking/spider_seek.c:
15332         * examples/seeking/vorbisfile.c:
15333         * ext/gnomevfs/Makefile.am:
15334         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15335         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15336         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15337         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15338         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15339         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15340         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15341         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15342         * ext/ogg/README:
15343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15344         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15345         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15346         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15347         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15348         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15349         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15350         (gst_ogg_demux_factory_filter), (compare_ranks),
15351         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15352         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15353         (gst_ogg_chain_new), (gst_ogg_chain_free),
15354         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15355         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15356         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15357         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15358         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15359         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15360         (gst_ogg_demux_get_prev_page),
15361         (gst_ogg_demux_deactivate_current_chain),
15362         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15363         (gst_ogg_demux_bisect_forward_serialno),
15364         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15365         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15366         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15367         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15368         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15369         (gst_ogg_demux_change_state), (gst_ogg_print):
15370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15371         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15372         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15373         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15374         (gst_ogg_mux_loop):
15375         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15376         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15377         (theora_dec_src_convert), (theora_dec_sink_convert),
15378         (theora_dec_src_query), (theora_dec_src_event),
15379         (theora_dec_sink_event), (theora_dec_chain),
15380         (theora_dec_change_state):
15381         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15382         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15383         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15384         (theora_enc_change_state):
15385         * ext/vorbis/Makefile.am:
15386         * ext/vorbis/oggvorbisenc.c:
15387         * ext/vorbis/oggvorbisenc.h:
15388         * ext/vorbis/vorbis.c: (plugin_init):
15389         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15390         (vorbis_dec_src_query), (vorbis_dec_src_event),
15391         (vorbis_dec_sink_event), (vorbis_dec_chain),
15392         (vorbis_dec_change_state):
15393         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15394         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15395         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15396         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15397         (gst_vorbisenc_change_state):
15398         * ext/vorbis/vorbisenc.h:
15399         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15400         * gst-libs/gst/audio/audioclock.c:
15401         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15402         (gst_audiofilter_init), (gst_audiofilter_chain):
15403         * gst-libs/gst/audio/testchannels.c: (main):
15404         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15405         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15406         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15407         (gmip_find_track_streaminfo), (gmip_find_track_format):
15408         * gst-libs/gst/media-info/media-info.c:
15409         (gst_media_info_read_idler):
15410         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15411         (gst_play_get_all_by_interface):
15412         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15413         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15414         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15415         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15416         (gst_riff_parse_info):
15417         * gst-libs/gst/riff/riff-read.h:
15418         * gst-libs/gst/riff/riff.c: (plugin_init):
15419         * gst-libs/gst/video/Makefile.am:
15420         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15421         (gst_videosink_class_init), (gst_videosink_get_type):
15422         * gst-libs/gst/video/videosink.h:
15423         * gst/audioconvert/bufferframesconvert.c:
15424         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15425         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15426         * gst/audioconvert/channelmixtest.c: (main):
15427         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15428         (gst_audio_convert_chain),
15429         (gst_audio_convert_caps_remove_format_info),
15430         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15431         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15432         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15433         (gst_audio_convert_buffer_to_default_format),
15434         (gst_audio_convert_buffer_from_default_format),
15435         (gst_audio_convert_channels):
15436         * gst/audioconvert/gstchannelmix.h:
15437         * gst/ffmpegcolorspace/avcodec.h:
15438         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15439         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15440         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15441         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15442         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15443         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15444         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15445         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15446         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15447         (dv_type_find):
15448         * gst/videotestsrc/gstvideotestsrc.c:
15449         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15450         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15451         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15452         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15453         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15454         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15455         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15457         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15458         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15459         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15460         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15461         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15462         (gst_xvimagesink_navigation_send_event),
15463         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15464         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15465         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15466         * sys/xvimage/xvimagesink.h:
15467         Plugin port to 0.9, ogg/theora playback should work in the seek
15468         example now.
15469         Removed old examples.
15470         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15471         explained in 0.9 TODO doc.
15472
15473
15474 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15475
15476         * autogen.sh:
15477         * configure.ac:
15478         * ext/Makefile.am:
15479         * gst/Makefile.am:
15480         * po/POTFILES.in:
15481         * po/af.po:
15482         * po/az.po:
15483         * po/cs.po:
15484         * po/en_GB.po:
15485         * po/hu.po:
15486         * po/it.po:
15487         * po/nb.po:
15488         * po/nl.po:
15489         * po/or.po:
15490         * po/sq.po:
15491         * po/sr.po:
15492         * po/sv.po:
15493         * po/uk.po:
15494         * po/vi.po:
15495         * sys/Makefile.am:
15496         * testsuite/Makefile.am:
15497           remove a whole bunch of plugins.  This module now contains a set
15498           of free reference plugins/elements as agreed.
15499
15500 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15501
15502         * configure.ac:
15503           hunting season on 0.9 is now OPEN
15504
15505 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15506
15507         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15508           Kick the hell out of gcc for not warning me about a symbol conflict.
15509
15510 2005-02-22  Luca Ognibene  <luogni@tin.it>
15511
15512         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15513
15514         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15515           Don't leak caps string (fixes #168134)
15516
15517         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15518         (gst_jpegenc_init), (gst_jpegenc_finalize),
15519         (gst_jpegenc_change_state):
15520           Don't leak line buffers and context struct (fixes #168133).
15521
15522 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15523
15524         * configure.ac:
15525         * ext/dirac/gstdiracdec.cc:
15526         (gst_diracdec_chain):
15527           Since dirac 0.5.0 the framerate in dirac is expressed as a
15528           rational number. Fix build and up requirement to 0.5.0, and
15529           also pass parameters to gst_diracdec_link in the right order
15530           (fixes #167959).
15531
15532 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15533
15534         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15535         * ext/faad/gstfaad.h:
15536         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15537         certain invalid muxed streams, where some packets will contain 
15538         junk after decoder data. Partially fixes #149158.
15539
15540 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15541         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15542           Make sure we only write to writable buffers
15543
15544 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15545
15546         * gst-libs/gst/riff/riff-media.c:
15547         (gst_riff_create_audio_caps_with_data):
15548           Do actually fix invalid RIFF fmt header values for alaw
15549           and mulaw audio instead of just saying so.
15550
15551         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15552           Give gst_riff_create_audio_caps_with_data() a chance to
15553           fix up broken format header fields before extracting any
15554           parameters from the header. (fixes #167633)
15555
15556 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15557
15558         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15559
15560         * gst/audioconvert/bufferframesconvert.c:
15561         (buffer_frames_convert_link):
15562           Don't leak othercaps. (fixes #167878)
15563
15564 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15565
15566         * configure.ac:
15567         * ext/libvisual/visual.c: (gst_visual_srclink),
15568         (gst_visual_change_state):
15569           Support libvisual 0.2.0.
15570
15571 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15572
15573         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15574         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15575           Use same rowstrides for I420 as used everywhere else.
15576
15577 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15578
15579         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15580           Declare variables at beginning of block and make gcc-2.95 happy
15581           (fixes # 167482, patch by Gergely Nagy).
15582           
15583         * gst/tcp/gsttcpclientsrc.c:
15584         * gst/tcp/gsttcpclientsrc.h:
15585           Move some includes into the header, so that struct sockaddr_in is
15586           defined when it should be defined on FreeBSD as well (fixes
15587           #167483).
15588           
15589         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15590           Don't pass uninitialised values to setsockopt() here either.
15591
15592 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15593
15594         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15595
15596         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15597           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15598
15599 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15600
15601         * gst/playback/gstplaybin.c: (add_sink):
15602           Invert bin_add/link order to workaround deadlock in opt.
15603
15604 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15605
15606         * gst/modplug/gstmodplug.cc:
15607           Add missing break causing position queries to fail.
15608
15609 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15610
15611         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15612           Granpos can apparently be -1, which screws up calculations...
15613
15614 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15615
15616         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15617         (gst_ximagesink_send_pending_navigation),
15618         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15619         (gst_ximagesink_init):
15620         * sys/ximage/ximagesink.h:
15621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15622         (gst_xvimagesink_send_pending_navigation),
15623         (gst_xvimagesink_navigation_send_event),
15624         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15625         * sys/xvimage/xvimagesink.h:
15626           Use a mutex protected list to marshal navigation
15627           events into the stream thread from whichever thread
15628           sends them.
15629
15630 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15631
15632         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15633           Display current position and track length; misc. clean-ups.
15634           
15635         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15636         (speed_init), (speed_chain):
15637           Add query function, so that the stream length and current position
15638           get adjusted when queried (note that current position queries may
15639           still be wrong if the audio sink returns values based on buffer
15640           timestamps instead of passing on the query).
15641
15642 2005-02-13  Benjamin Otte  <otte@gnome.org>
15643
15644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15645         (gst_audio_convert_channels):
15646           create channel conversion matrix when linking
15647         * gst/audioconvert/.cvsignore:
15648         * gst/audioconvert/Makefile.am:
15649         * gst/audioconvert/channelmixtest.c: (main):
15650           add (ugly) test that ensures stereo <=> mono conversion works
15651           correctly
15652
15653 2005-02-13  Benjamin Otte  <otte@gnome.org>
15654
15655         * gst/audioconvert/gstchannelmix.h:
15656           include missing header file
15657         * gst/audioconvert/gstchannelmix.c:
15658         (gst_audio_convert_fill_compatible):
15659           use same sign for both channels when converting to/from compatible
15660           channel. Previously used different signs made the signals cancel
15661           each other out and appear like silence. (fixes #167269)
15662
15663 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15664
15665         * gst/ffmpegcolorspace/avcodec.h:
15666         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15667         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15668         (gst_ffmpegcsp_avpicture_fill):
15669         * gst/ffmpegcolorspace/imgconvert.c:
15670           Convert to and from YV12 (fixes #156379).
15671
15672 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15673
15674         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15675         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15676         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15677         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15678         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15679         methods from chain and negotiation and vice versa (Fixes #166142).
15680         * sys/ximage/ximagesink.h: Add stream_lock.
15681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15682         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15683         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15684         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15685
15686 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15687
15688         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15689           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15690           error message when we can't open the DVD device (when dvdnav_open()
15691           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15692           the above). Send something more useful instead (fixes #167117).
15693
15694 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15695
15696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15697         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15698         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15699         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15700         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15701         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15702         methods from chain and negotiation and vice versa (Fixes #166142).
15703         Fix a possible bug of images in the buffer pool being discarded because
15704         we are looking at the wrong geometry.
15705         * sys/xvimage/xvimagesink.h: Add stream_lock.
15706
15707 2005-02-11  David Schleef  <ds@schleef.org>
15708
15709         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15710         unsigned int. (fixes #167128)
15711
15712 2005-02-11  David Schleef  <ds@schleef.org>
15713
15714         * gst/librfb/Makefile.am: Testing stuff before committing is
15715           for wimps... and people with fast machines.  Fix stupid
15716           mistake.
15717
15718 2005-02-11  David Schleef  <ds@schleef.org>
15719
15720         * configure.ac: Pull in librfb from my CVS tree, because it is
15721           too small and annoying to be separate.  Move rfbsrc plugin
15722           to gst/.
15723         * ext/Makefile.am:
15724         * ext/librfb/Makefile.am:
15725         * ext/librfb/gstrfbsrc.c:
15726         * gst/librfb/Makefile.am:
15727         * gst/librfb/gstrfbsrc.c:
15728         * gst/librfb/rfb.c:
15729         * gst/librfb/rfb.h:
15730         * gst/librfb/rfbbuffer.c:
15731         * gst/librfb/rfbbuffer.h:
15732         * gst/librfb/rfbbytestream.c:
15733         * gst/librfb/rfbbytestream.h:
15734         * gst/librfb/rfbcontext.h:
15735         * gst/librfb/rfbdecoder.c:
15736         * gst/librfb/rfbdecoder.h:
15737         * gst/librfb/rfbutil.h:
15738
15739 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15740
15741         * gst/speed/Makefile.am:
15742         * gst/speed/demo-mp3.c: (main):
15743         * gst/speed/filter.func:
15744         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15745         (speed_class_init), (speed_init), (speed_chain_int16),
15746         (speed_chain_float32), (speed_chain), (speed_set_property),
15747         (speed_get_property), (speed_change_state):
15748         * gst/speed/gstspeed.h:
15749           Fix speed element and make it chain-based (fixes #156467),
15750           and make it handle more than one channel.
15751
15752 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15753
15754         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15755         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15756         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15757         * ext/dts/gstdtsdec.h:
15758           Don't clobber the stack constructing the channels array.
15759           Make the element chain-based. DTS tracks can now be played.
15760           
15761 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15762
15763         * gst-libs/gst/audio/multichannel.h:
15764         * gst-libs/gst/gconf/gconf.h:
15765         * gst-libs/gst/idct/idct.h:
15766         * gst-libs/gst/media-info/media-info-priv.h:
15767         * gst-libs/gst/play/play.h:
15768         * gst-libs/gst/resample/private.h:
15769         * gst-libs/gst/resample/resample.h:
15770         * gst-libs/gst/riff/riff-ids.h:
15771         * gst-libs/gst/video/video.h:
15772         * gst-libs/gst/video/videosink.h:
15773           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15774           missing, so that they work when included from C++ code.
15775
15776 2005-02-09  David Schleef  <ds@schleef.org>
15777
15778         * testsuite/gst-lint: Check for non-statically scoped
15779           parent_class variables.  This won't be a problem once
15780           plugins are loaded with RTLD_LOCAL.
15781
15782 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15783
15784         * ext/mplex/gstmplexibitstream.cc:
15785           gcc madness.
15786
15787 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15788
15789         * ext/ogg/gstogmparse.c:
15790         * gst/debug/gstnavigationtest.c:
15791           Die, thou faulty symbol pollutors (non-static parent_class).
15792
15793 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15794
15795         * ext/mplex/gstmplexibitstream.cc:
15796           Fix event handling (#165525).
15797
15798 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15799
15800         * ext/mikmod/gstmikmod.c:
15801         * gst/modplug/gstmodplug.cc:
15802           Add missing endianness to template (fixes #165509).
15803
15804 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15805
15806         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15807           Fix wrong order of reading of optional bytes (#165290).
15808
15809 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15810
15811         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15812           Implement FILLER event awareness.
15813
15814 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15815
15816         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15817           Fix track calculations (#166208).
15818
15819 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15820
15821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15822
15823         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15824         * ext/libpng/gstpngenc.c:
15825           Fix byte-order, use proper fixed caps. Fixes #164197.
15826
15827 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15828
15829         * configure.ac:
15830           Add dvdlpcmdec 
15831
15832         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15833         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15834           Don't push buffers if the src pad isn't negotiated yet.
15835           
15836         * gst/audioconvert/gstaudioconvert.c:
15837         (gst_audio_convert_buffer_to_default_format),
15838         (gst_audio_convert_buffer_from_default_format):
15839           Add support for 24-bit width.
15840
15841         * gst/dvdlpcmdec/.cvsignore:
15842         * gst/dvdlpcmdec/Makefile.am:
15843         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15844         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15845         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15846         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15847         (plugin_init):
15848         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15849           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15850           format. Needs support for the channels maps if someone can find 
15851           a DVD LPCM track with > 2 channels.
15852
15853         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15854         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15855         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15856         * gst/mpegstream/gstdvddemux.h:
15857         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15858         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15859         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15860         * gst/mpegstream/gstmpegdemux.h:
15861         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15862         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15863         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15864         (gst_mpeg_parse_handle_src_query),
15865         (gst_mpeg_parse_handle_src_event):
15866           Use audio/x-dvd-lpcm for LPCM output.
15867           Add DTS output.
15868
15869 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15870
15871         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15872
15873         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15874         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15875           Add BGRA handling (#165736).
15876
15877 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15878
15879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15880
15881         * gst/law/alaw-decode.c: (alawdec_link):
15882         * gst/law/alaw-encode.c: (alawenc_link):
15883         * gst/law/mulaw-decode.c: (mulawdec_link):
15884         * gst/law/mulaw-encode.c: (mulawenc_link):
15885           Fix caps memleaks (#166600).
15886
15887 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15888
15889         * ext/tarkin/mem.h:
15890         * ext/tarkin/wavelet.h:
15891         * ext/tarkin/yuv.h:
15892         * gst/ffmpegcolorspace/avcodec.h:
15893           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15894           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15895
15896 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15897
15898         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15900         (gst_xvimagesink_change_state):
15901           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15902           Xv video (and thereby regenerate Xv colourkey) in clear() so
15903           that PLAY -> READY -> PLAY works (fixes #162504).
15904
15905 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15906
15907         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15908           Switch to list instead of range, since MJPEG-devices really just
15909           support decimations, not any size.
15910
15911 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15912         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15913         (gst_mpeg2dec_reset), (free_all_buffers),
15914         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15915         * ext/mpeg2dec/gstmpeg2dec.h:
15916           The libmpeg2 user-allocated buffer management is awkward, 
15917           to say the least. Hopefully this fixes things.
15918
15919 2005-02-04  Andy Wingo  <wingo@pobox.com>
15920
15921         * gst/audioconvert/bufferframesconvert.c
15922         (buffer_frames_convert_fixate): New function, fixates to 256
15923         frames per buffer by default. (Much better than 1.)
15924         (buffer_frames_convert_init): Set the fixate function for both src
15925         and sink pad.
15926         (buffer_frames_convert_link): After success setting nonfixed caps,
15927         get the negotiated caps so we can know how many buffer-frames it
15928         will be. No idea how this worked at all before.
15929
15930 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15931
15932         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15933         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15934         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15935         (handle_sequence), (handle_picture):
15936         * ext/mpeg2dec/gstmpeg2dec.h:
15937           Rearrange buffer tracking and refcounting and refactor
15938           a little for readability. 
15939
15940 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
15941         * sys/v4l/gstv4l.c: (plugin_init):
15942         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
15943         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
15944         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
15945         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
15946         * sys/v4l/gstv4ljpegsrc.h:
15947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
15948         * sys/v4l/v4l_calls.h:
15949         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
15950         (gst_v4lsrc_get_fps):
15951         * sys/v4l/v4lsrc_calls.h:
15952           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
15953           you jpeg inside rgb frames" driver.
15954           Don't error in the v4lsrc link function, just return 
15955           REFUSED.
15956
15957 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15958
15959         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
15960         (gst_qcamsrc_open):
15961           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
15962
15963 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15964
15965         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15966           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
15967
15968 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15969
15970         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
15971           Reset negotiated state on PAUSED->READY.
15972
15973 2005-02-02  David Schleef  <ds@schleef.org>
15974
15975         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
15976         whereever possible.  (Fixes #165997)
15977         * examples/capsfilter/capsfilter1.c: (main):
15978         * examples/dynparams/filter.c: (create_ui):
15979         * examples/seeking/cdparanoia.c: (get_track_info), (main):
15980         * examples/seeking/chained.c: (main):
15981         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15982         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15983         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
15984         (make_mpeg_pipeline), (make_mpegnt_pipeline):
15985         * examples/seeking/spider_seek.c: (make_spider_pipeline):
15986         * examples/switch/switcher.c: (main):
15987         * ext/dv/demo-play.c: (main):
15988         * ext/faad/gstfaad.c: (gst_faad_change_state):
15989         * ext/mad/gstmad.c: (gst_mad_chain):
15990         * ext/smoothwave/demo-osssrc.c: (main):
15991         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
15992         (gst_gconf_render_bin_from_description),
15993         (gst_gconf_get_default_audio_sink),
15994         (gst_gconf_get_default_video_sink),
15995         (gst_gconf_get_default_audio_src),
15996         (gst_gconf_get_default_video_src),
15997         (gst_gconf_get_default_visualization_element):
15998         * gst/level/demo.c: (main):
15999         * gst/level/plot.c: (main):
16000         * gst/playback/gstplaybin.c: (gen_video_element),
16001         (gen_audio_element):
16002         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16003         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16004         * gst/sine/demo-dparams.c: (main):
16005         * gst/spectrum/demo-osssrc.c: (main):
16006         * gst/speed/demo-mp3.c: (main):
16007         * gst/volume/demo.c: (main):
16008         * testsuite/embed/embed.c: (main):
16009
16010 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16011
16012         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16013         (gst_tcpclientsink_finalize):
16014         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16015         (gst_tcpclientsrc_finalize):
16016         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16017         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16018         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16019         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16020           Don't leak the hostname when shutting down.
16021           In tcpserversrc, take a copy of the default hostname.
16022
16023 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16024
16025         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16026           Set caps to systemstream=TRUE.
16027
16028 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16029
16030         * testsuite/Makefile.am:
16031           Fix more OSX buildbots.
16032
16033 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16034
16035         * ext/mpeg2dec/gstmpeg2dec.c:
16036           Don't send things to NULL PAD_PEERs
16037
16038         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16039           Copy-on-write the incoming buffer.
16040
16041         * gst/mpegstream/gstdvddemux.h:
16042         * gst/mpegstream/gstmpegclock.h:
16043         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16044         (normal_seek), (gst_mpeg_demux_handle_src_event):
16045         * gst/mpegstream/gstmpegdemux.h:
16046         * gst/mpegstream/gstmpegpacketize.h:
16047         * gst/mpegstream/gstmpegparse.c:
16048         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16049         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16050         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16051         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16052         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16053         * gst/mpegstream/gstmpegparse.h:
16054         * gst/mpegstream/gstrfc2250enc.h:
16055           Various changes to the way time is computed that make seeking and
16056           total time estimation much better here.
16057           Use G_BEGIN/END_DECLS instead of __cplusplus
16058
16059         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16060           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16061
16062 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16063
16064         * gst/subparse/gstsubparse.c:
16065           Fix OSX buildbot.
16066
16067 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16068
16069         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16070         (theora_enc_chain), (theora_enc_change_state):
16071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16072         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16073         (gst_vorbisenc_change_state):
16074         * ext/vorbis/vorbisenc.h:
16075           Set granulepos and timestamp correctly for streams not
16076           starting at 0, taking into account the initial delay.
16077
16078 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16079
16080         * gst/mpegstream/gstdvddemux.c:
16081           Add audio/x-dts to audio pad template caps
16082
16083 2005-01-30  David Schleef  <ds@schleef.org>
16084
16085         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16086         (create_context), (gst_polypsink_link): Fix silly endianness
16087         bug.  Add some debugging.  Remove float from caps; it doesn't
16088         work.  Attempt to get remote audio working.
16089
16090 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16091
16092         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16093           Add 3IV2 fourcc.
16094
16095 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16096
16097         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16098         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16099         (gst_avi_demux_stream_data):
16100         * gst/avi/gstavidemux.h:
16101           Invert DIB images. Fixes #132341.
16102
16103 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16104
16105         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16106         (gst_ffmpegcsp_chain):
16107           D'oh, reference the palette data, not the palette structure.
16108           Fixes color distortion in #132341.
16109
16110 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16111
16112         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16113           PAR can be non-fixed when not provided as argument (#162626).
16114
16115 2005-01-29  David Moore  <dcm@acm.org>
16116
16117         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16118
16119         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16120         (gst_qtdemux_loop_header):
16121           Re-apply patch from #142272 that allows non-seekable sources,
16122           re-proposed by Daniel Drake <dsd@gentoo.org>.
16123
16124 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16125
16126         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16127           Use the src template for creating the src pad (#162330).
16128
16129 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16130
16131         * configure.ac:
16132         * ext/musepack/Makefile.am:
16133         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16134         (gst_musepackdec_init), (gst_musepackdec_dispose),
16135         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16136         (gst_musepack_stream_init), (gst_musepackdec_loop),
16137         (gst_musepackdec_change_state):
16138         * ext/musepack/gstmusepackdec.cpp:
16139         * ext/musepack/gstmusepackdec.h:
16140         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16141         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16142         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16143         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16144         * ext/musepack/gstmusepackreader.cpp:
16145         * ext/musepack/gstmusepackreader.h:
16146           Update to 1.1 API (#165446).
16147
16148 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16149
16150         * ext/Makefile.am:
16151           Unbreak buildbot.
16152
16153 2005-01-28  Andy Wingo  <wingo@pobox.com>
16154
16155         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16156         to reflect a different dubious internet source. Add a reference
16157         and some commentary.
16158
16159 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16160
16161         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16162         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16163         * gst/playback/gststreamselector.h:
16164           Be more selective when we're redoing caps negotiation from
16165           within the chain function on a stream change.
16166
16167 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16168
16169         * configure.ac:
16170         * ext/Makefile.am:
16171         * ext/amrnb/Makefile.am:
16172         * ext/amrnb/amrnb.c: (plugin_init):
16173         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16174         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16175         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16176         (gst_amrnbdec_state_change):
16177         * ext/amrnb/amrnbdec.h:
16178         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16179         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16180         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16181         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16182         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16183         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16184         * ext/amrnb/amrnbparse.h:
16185           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16186         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16187           Add AMR-NB/-WB raw formats.
16188         * ext/alsa/gstalsa.c: (gst_alsa_link):
16189           Keep valid time when changing format.
16190         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16191         (qtdemux_parse_trak):
16192           Add some more format-specific options (#140141, #143555, #155163).
16193
16194 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16195
16196         * gst/matroska/matroska-demux.c:
16197         (gst_matroska_demux_parse_blockgroup):
16198           Fix logic error in timing of subtitle stream synchronization.
16199         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16200           Add skip-chunk, which is found in kodak-camera streams.
16201
16202 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16203
16204         * po/LINGUAS:
16205         * po/vi.po:
16206           Adding Vietnamese translation (submitted by Clytie Siddall)
16207
16208 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16209
16210         * gst/playback/gstdecodebin.c: (try_to_link_1):
16211           Use realpad for signal.
16212
16213 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16214
16215         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16216           Fix category so decodebin picks it up.
16217
16218 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16219
16220         * ext/mad/Makefile.am:
16221         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16222         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16223         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16224         (found_type), (gst_id3demux_bin_change_state):
16225         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16226         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16227         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16228         (gst_id3_tag_change_state), (plugin_init):
16229         * ext/mad/gstmad.h:
16230           Add id3demuxbin (which is a simple bin consisting of id3demux
16231           and typefind), take over rank from id3demux, remove typefind
16232           code from id3demux. Makes all broken mp3s that I know of work,
16233           and thereby fixes #152688.
16234
16235 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16236
16237         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16238
16239         * ext/mad/gstmad.c: (gst_mad_src_event):
16240         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16241           Allow seeks on audio pad, make mad forward those (#164826).
16242         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16243           Set duration (#165335).
16244
16245 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16246
16247         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16248         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16249         (gst_asf_demux_process_ext_content_desc),
16250         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16251         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16252         * gst/asfdemux/gstasfdemux.h:
16253           Improve metadata display, e.g. if the metadata comes before the
16254           streams are loaded (which is perfectly valid).
16255
16256 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16257
16258         * tools/gst-launch-ext-m.m:
16259           Fix AVI/ASF pipelines (#165340).
16260
16261 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16262         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16263         build failure on amd64
16264
16265 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16266
16267         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16268         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16269           Check environment variables GST_ID3V2_TAG_ENCODING,
16270           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16271           list of character encodings to force interpretation of non-unicode
16272           strings stored in an ID3v2 tag to a particular encoding. If none
16273           is specified, try to use current locale's encoding, then fall back
16274           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16275         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16276         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16277           Check environment variables GST_ID3V1_TAG_ENCODING,
16278           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16279           list of character encodings to use in case a string encountered
16280           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16281           specified, try to use the current locale's encoding, then fall
16282           back to ISO-8859-1 (which will always succeed).
16283
16284 2005-01-25  Benjamin Otte  <otte@gnome.org>
16285
16286         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16287           - on half framerate, compute the rate in advance so the comparisons
16288             don't compare wrong values
16289           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16290             behaviour
16291           - don't use mad_header_decode anymore, mad_frame_decode does that
16292             automatically
16293           - when getting rid of consumed bytes, reset the stream's skiplen
16294           (fixes #163867)
16295
16296 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16297
16298         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16299           Use 1/2 a second for default max_discont, as PES streams from DVB
16300           seem to have larger spacings in the SCR. 
16301           Fix a typo.
16302
16303 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16304
16305         * gst/playback/gstplaybasebin.c: (group_commit):
16306           Notify delayed stream-info availability.
16307
16308 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16309         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16310         (gst_a52dec_handle_event), (gst_a52dec_chain):
16311         Add some debug output. Check that a discont has a valid
16312         time associated.
16313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16314         (gst_alsa_sink_loop):
16315         Ignore TAG events. A little extra debug for broken timestamps.
16316         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16317         (dvdnavsrc_change_state):
16318         Ensure we send a discont to engage the link before we send any
16319         other events.
16320         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16321         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16322         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16323         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16324         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16325         dvd://title works in totem because typefinding sends a seek that ends
16326         up going back to chapter 1 regardless.
16327         * ext/mpeg2dec/gstmpeg2dec.c:
16328         * ext/mpeg2dec/gstmpeg2dec.h:
16329         Output correct timestamps and handle disconts.
16330         * ext/ogg/gstoggdemux.c: (get_relative):
16331         Small guard against a null dereference.
16332         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16333         (gst_textoverlay_set_property):
16334         Free memory when done. Don't call gst_event_filler_get_duration on
16335         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16336         g_warning.
16337         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16338         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16339         (gst_sw_srclink), (gst_smoothwave_chain):
16340         Draw solid lines, prettier colours.
16341         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16342         Add a default palette that'll work for some movies.
16343         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16344         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16345         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16346         * gst/mpegstream/gstdvddemux.h:
16347         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16348         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16349         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16350         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16351         * gst/mpegstream/gstmpegparse.h:
16352         Use PTM/NAV events when for timestamp adjustment when connected to 
16353         dvdnavsrc. Don't use many discont events where one suffices.
16354         * gst/playback/gstplaybasebin.c: (group_destroy),
16355         (gen_preroll_element), (gst_play_base_bin_add_element):
16356         * gst/playback/gstplaybasebin.h:
16357         Make sure we remove subtitles from the same bin we put them in.
16358         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16359         (gst_subparse_buffer_format_autodetect),
16360         (gst_subparse_change_state):
16361         Fix some memleaks and invalid accesses.
16362         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16363         (oggskel_type_find), (cmml_type_find), (plugin_init):
16364         Some typefind functions for Annodex v3.0 files
16365         * gst/wavparse/gstwavparse.h:
16366         GstRiffReadClass is the correct parent class.
16367
16368 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16369
16370         * gst-libs/gst/riff/riff-media.c:
16371         (gst_riff_create_video_caps_with_data):
16372           Add extradata to huffyuv (fixes #165013).
16373         * gst-libs/gst/riff/riff-read.c:
16374         (gst_riff_read_strf_vids_with_data):
16375           Fix extradata extraction if it is in the chunk size.
16376
16377 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16378
16379         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16380
16381         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16382         (gst_quarktv_change_state), (gst_quarktv_dispose):
16383           Memory free'ing location fix (#164708).
16384
16385 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16386
16387         * gst/playback/gstplaybasebin.c: (group_commit),
16388         (gen_preroll_element), (probe_triggered), (gen_source_element),
16389         (setup_source), (gst_play_base_bin_change_state),
16390         (gst_play_base_bin_add_element):
16391           Don't block for streams.
16392         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16393         (gst_stream_info_set_mute):
16394           Use gst_pad_set_active_recursive.
16395
16396 2005-01-25  Andy Wingo  <wingo@pobox.com>
16397
16398         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16399         for #ifndef HAVE_XVIDEO.
16400
16401 2005-01-24  Jeffrey C. Ollie
16402
16403         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16404
16405         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16406         * ext/gsm/gstgsmdec.h:
16407         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16408         * ext/gsm/gstgsmenc.h:
16409         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16410         was given by property. Add proper buffer timestamps and offsets.
16411
16412 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16413
16414         * gst-libs/gst/riff/riff-media.c:
16415         (gst_riff_create_audio_caps_with_data):
16416           Audio can be <8000Hz.
16417
16418 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16419
16420         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16421           Explicit state change to workaround refcount bugs.
16422
16423 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16424
16425         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16426         (gst_avimux_riff_get_avi_header):
16427           Fix...
16428
16429 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16430
16431         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16432         (gst_riff_read_element_data):
16433         * gst-libs/gst/riff/riff-read.h:
16434           Add _peek version (req'ed in CDXA).
16435         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16436         (gst_cdxaparse_loop):
16437           Fix parsing in playbin.
16438         * gst/playback/gstdecodebin.c: (close_pad_link):
16439           Ignore current_ pads, they cause major annoyance.
16440
16441 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16442
16443         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16444           Safety guard.
16445
16446 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16447
16448         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16449           Fix padding...
16450
16451 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16452
16453         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16454           Allow for 0-sized buffers. Fixes length query problems in
16455           starwars.mkv from the testsuite.
16456
16457 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16458
16459         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16460         (gst_video_box_i420), (gst_video_box_chain):
16461           Fix row strides for I420 (fixes #163159)
16462           
16463 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16464
16465         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16466           MPEG2 has a useful rate property, so we can actually use that.
16467           For MPEG-1, continue using the bytes/time properties.
16468
16469 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16470
16471         * gst-libs/gst/riff/riff-media.c:
16472         (gst_riff_create_video_caps_with_data),
16473         (gst_riff_create_video_template_caps):
16474           Add intel-h263.
16475
16476 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16477
16478         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16479           Fail if caps negotiation fails. Should fix #162184, and should
16480           definately be in there regardless of it fixing the actual bug.
16481         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16482         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16483         (gst_avimux_riff_get_avix_header),
16484         (gst_avimux_riff_get_video_header),
16485         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16486         (gst_avimux_start_file), (gst_avimux_handle_event),
16487         (gst_avimux_change_state):
16488         * gst/avi/gstavimux.h:
16489           Refactor structure writing to use GST_WRITE_UINT macros, add
16490           metadata writing support.
16491
16492 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16493
16494         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16495           Elements may already be destroyed when this function is called.
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_loop_header), (gst_qtdemux_handle_esds):
16501           More memory leak fixes (#149162).
16502
16503 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16504
16505         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16506         (gst_qtdemux_add_stream):
16507           Fix two memleaks.
16508
16509 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16510
16511         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16512           Argh...
16513
16514 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16515
16516         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16517           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16518           when fixating to six channels in Totem.
16519
16520 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16521
16522         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16523           Fix compile warnings on Solaris 10 buildbot
16524
16525 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16526
16527         * ext/dvdread/dvdreadsrc.c: (_read):
16528           Don't read beyond the last cell in a chapter (fixes 
16529           invalid memory access)
16530
16531 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16532
16533         * ext/dvdread/stream_labels.c:
16534         (dvdreadsrc_get_audio_stream_labels):
16535           Use NULL for an empty GList instead of g_list_alloc(); fix 
16536           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16537           of GString (easier to bulk free later)
16538
16539 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16540
16541         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16542
16543         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16544         (gst_ffmpeg_pixfmt_to_caps):
16545           Fix BGRA32 caps (#164209).
16546
16547 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16548
16549         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16550
16551         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16552         (gst_ffmpeg_caps_to_pixfmt):
16553           alpha_mask can be RGBA/ABGR. Fixes #164265.
16554
16555 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16556
16557         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16558
16559         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16560         (gst_mpeg2dec_alloc_buffer):
16561         * ext/mpeg2dec/gstmpeg2dec.h:
16562           Crop if decoding size is not the actual image size (#163676).
16563
16564 2005-01-17  Steve Baker  <steve@stevebaker.org>
16565
16566         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16567
16568         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16569         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16570           Add libsndfile typefind functions (#163309).
16571
16572 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16573
16574         * tools/gst-launch-ext-m.m:
16575           Add .aac, fix .m1v/.m2v (#163891).
16576
16577 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16578
16579         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16580           Sanity check, don't wait endlessly since the clock might not
16581           actually run at this point (which is a deadlock). Fixes #164069.
16582
16583 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16584
16585         * gst/playback/gstplaybasebin.c: (probe_triggered):
16586           Of course, only pause if group is done...
16587
16588 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16589
16590         * gst/playback/gstplaybasebin.c: (probe_triggered):
16591           Thread safety.
16592
16593 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16594
16595         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16596           Don't return state change success when the parent
16597           failed.
16598
16599 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16600
16601         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16602           Free events (fix memleak in #162905).
16603
16604 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16605
16606         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16607
16608         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16609         (gst_ffmpeg_caps_to_pixfmt):
16610           Fix for depth = 15. Fixes #161675.
16611
16612 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16613
16614         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16615           Set FPS correctly, even for webcams and the like.
16616         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16617           Don error on setting while capturing.
16618
16619 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16620
16621         * ext/dv/gstdvdec.c:
16622         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16623         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16624           I'm a bad boy. using /1001. to force C to do float division
16625           and not integer division (as it did in my last commit)
16626           Thanks to David I. Lehn for pointing this mistake.
16627
16628 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16629
16630         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16631           Revert Johan's 1.35->1.36 since it breaks compat.
16632
16633 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16634
16635         * ext/dv/gstdvdec.c:
16636         * ext/libfame/gstlibfame.c:
16637         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16638         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16639           replace framerate aproximations by their real value
16640           (24000/1001, 30000/1001, 60000/1001)
16641           Finish fixing bug #164049
16642
16643 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16644
16645         * ext/ogg/gstoggmux.c:
16646           eos/bos debugging
16647         * gst/tcp/gstmultifdsink.c:
16648         * gst/tcp/gstmultifdsink.h:
16649         * gst/tcp/gsttcp.c:
16650         * gst/tcp/gsttcp.h:
16651         * gst/tcp/gsttcpclientsink.c:
16652         * gst/tcp/gsttcpclientsrc.c:
16653         * gst/tcp/gsttcpserversink.c:
16654         * gst/tcp/gsttcpserversrc.c:
16655           improve reusability of elements after state changes and errors
16656           make multifdsink throw away streamheaders when receiving new ones
16657
16658 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16659
16660         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16661           Fix for if items are already in list...
16662
16663 2005-01-12  Benjamin Otte  <otte@gnome.org>
16664
16665         * gst/adder/gstadder.c: (gst_adder_loop):
16666           fix adder a bit so it doesn't screw up with events as much anymore
16667
16668 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16669
16670         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16671         (pixbufscale_scale), (gst_pixbufscale_chain):
16672         * ext/gdk_pixbuf/pixbufscale.h:
16673           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16674           to ensure rowstrides are calculated the same way as 
16675           ffmpegcolorspace
16676           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16677           that we pick up duration and offset also.
16678
16679 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16680
16681         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16682         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16683           Reusability fixes.
16684
16685 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16686
16687         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16688         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16689         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16690         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16691           Update flags when requested.
16692
16693 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16694
16695         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16696           Fix dmix.
16697
16698 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16699
16700         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16701         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16702         (probe_triggered), (new_decoded_pad), (gen_source_element),
16703         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16704         * gst/playback/gstplaybasebin.h:
16705         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16706         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16707         (gst_play_bin_change_state):
16708           Implement group-switch signal for use in apps to clear metadata
16709           cache, clean up subtitle, add suburi property instead of # hack,
16710           some error-out fixes.
16711
16712 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16713
16714         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16715           Debug.
16716         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16717           If we got a state change in the _get handler, don't return success.
16718
16719 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16720
16721         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16722         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16723           Make jpegdec quiet on MJPEG decoding
16724         * gst/asfdemux/README:
16725           Fix mimetypes for MJPEG and H263
16726
16727 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16728
16729         * ext/theora/theoradec.c: (theora_dec_chain):
16730           Fix broken code generation by gcc by swapping arguments.
16731         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16732           Fix \n in debug.
16733
16734 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16735
16736         * TODO:
16737           delete this file, it is by far outdated
16738         * ext/alsa/gstalsa.1: remove
16739         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16740         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16741         (gst_alsa_get_caps):
16742           Add HW probing for supported sample rates. Fixes #161704
16743
16744 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16745
16746         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16747           Don't crash, biatch! :).
16748
16749 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16750
16751         * ext/musepack/gstmusepackreader.cpp:
16752         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16753           Some work on tags - still doesn't work in playbin...
16754         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16755           Handle events...
16756
16757 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16758
16759         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16760           Also shove tags on kid pads.
16761
16762 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16763
16764         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16765           Don't bail on unknown events.
16766         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16767           Don't crash on events before negotiation.
16768         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16769           Send tags on pads, too.
16770         * gst/playback/gststreamselector.c:
16771         (gst_stream_selector_request_new_pad):
16772           Forward events on first pad if no input was selected yet.
16773
16774 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16775
16776         * gst/playback/gstplaybasebin.c: (setup_substreams):
16777           Don't disable streamtype if the stream doesn't exist, since
16778           then playing a video after audio will disable both and nothing
16779           will happen. Fixes the testsuite.
16780
16781 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16782
16783         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16784         (gst_v4l_xoverlay_set_xwindow_id):
16785         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16786         (gst_v4l2_xoverlay_set_xwindow_id):
16787           Add debug categories, fix overlay disabling.
16788
16789 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16790
16791         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16792         * ext/alsa/gstalsa.h:
16793           Add HW probing for period_count/size and buffer_size MIX/MAX
16794           Adjust default/user defined value if out of bounds
16795           Should fix bug #162024
16796
16797 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16798
16799         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16800           Fix warning (#161191).
16801
16802 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16803
16804         * ext/dvdread/stream_labels.c:
16805         (dvdreadsrc_get_audio_stream_labels):
16806           Fix warning (init the good variable in switch default)
16807
16808 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16809
16810         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16811
16812         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16813           Fix gcc-2.95 compile (#163485).
16814
16815 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16816
16817         * configure.ac:
16818         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16819         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16820         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16821         (gst_flacenc_change_state):
16822         * ext/flac/gstflacenc.h:
16823           Update for API change in flac-1.1.1. Update requirement in
16824           configure.ac. Fixes #162974.
16825
16826 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16827
16828         * gst/playback/gstplaybasebin.c: (group_destroy):
16829           Remove hack to get rid of assert and get rid of unlinked
16830           signals properly.
16831
16832 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16833
16834         * gst/playback/gstplaybasebin.c: (setup_source):
16835           Set source to NULL so that resources are free'ed. Fixes issues
16836           with playback of CDDA and similar device-accessing things.
16837
16838 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16839
16840         * testsuite/embed/Makefile.am:
16841           test->noinst, fix make test in buildbot.
16842
16843 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16844
16845         * ext/dvdread/stream_labels.c: new file
16846         * ext/dvdread/stream_labels.h: new file
16847         * ext/dvdread/Makefile.am:
16848         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16849           Extract audio stream label from DVD IFO files.
16850           It only dump them on the console for now, still have to
16851           make playbin aware of them.
16852
16853 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16854
16855         * gst/playback/gstplaybasebin.c: (setup_source):
16856           Fix hanging subs.
16857
16858 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16859
16860         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16861         (gen_preroll_element), (remove_groups), (setup_subtitle),
16862         (gen_source_element), (setup_source):
16863         * gst/playback/gstplaybasebin.h:
16864           Multiple .sub files is just a stupid idea... Fix some threading
16865           mistakes. Interestingly, external .sub files cause playbin to
16866           hang, I don't know why... Parsing fixes contributed by Fran??ois
16867           Kooman <fkooman@tuxed.net>.
16868
16869 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16870
16871         * testsuite/embed/Makefile.am:
16872           Fix buildbot.
16873
16874 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16875
16876         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16877
16878         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16879         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16880         (gst_pngenc_set_property):
16881         * ext/libpng/gstpngenc.h:
16882           Add compression level property (#163323).
16883
16884 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16885
16886         * configure.ac:
16887         * examples/capsfilter/capsfilter1.c: (main):
16888         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16889         * ext/dvdread/Makefile.am:
16890         * ext/dvdread/demo-play:
16891         * ext/dvdread/demo-play.c:
16892         * gconf/gstreamer.schemas.in:
16893         * gst-libs/gst/gconf/gconf.c:
16894         * sys/v4l/TODO:
16895         * testsuite/Makefile.am:
16896         * testsuite/embed/Makefile.am:
16897         * testsuite/embed/embed.c: (cb_expose), (main):
16898           Remove all references to xvideosink, fix examples (#140845).
16899         * gst/playback/gstplaybasebin.c: (group_destroy):
16900           Apparently, disposal does not unlink - so do explicitely.
16901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16902           Add debug.
16903
16904 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16905
16906         * README: fix PKG_CONFIG_PATH instructions, what was there
16907         previously was breaking default search path, not nice. 
16908         Fixes #163358
16909
16910 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16911
16912         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16913         (gst_audioscale_chain):
16914           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16915           when resampling - how the ^@$^!@^! is this possible?!?
16916
16917 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16918
16919         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16920           Reset variables on READY.
16921         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16922         (gst_matroska_mux_loop):
16923           Require data before writing header.
16924
16925 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
16926
16927         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16928
16929         * ext/mad/gstmad.c: (gst_mad_chain):
16930           Don't call mad_stream_sync() directly after recovering sync.
16931           Fixes #151661.
16932
16933 2005-01-09  Martin Eikermann  <meiker@upb.de>
16934
16935         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16936
16937         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16938         (snapshot_handler), (gst_snapshot_sinkconnect),
16939         (gst_snapshot_chain):
16940           Allocate resources when required, fix recursive signal emission
16941           and fix caps. Fixes #161667.
16942
16943 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16944
16945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16946
16947         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
16948         (gst_pngdec_chain):
16949           Handle only 8-bppc (bits-per-pixel-component) images, better
16950           error handling and correct strides. Fixes #163177.
16951         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
16952         (gst_pngenc_chain):
16953           Better error handling. Fixes #163348.
16954
16955 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16956
16957         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
16958         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
16959         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
16960         (dvdnavsrc_uri_handler_init):
16961           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
16962         * gst/playback/gstplaybasebin.c: (gen_source_element):
16963           Add MMS to streaming URIs.
16964
16965 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16966
16967         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
16968         * sys/xvimage/xvimagesink.c:
16969         (gst_xvimagesink_navigation_send_event):
16970           Check for pad availability before sending event.
16971
16972 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16973
16974         * gst-plugins.spec.in:
16975           Add subparse.
16976
16977 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16978
16979         * configure.ac:
16980           Since we use functions from CVS, up requirement.
16981
16982 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16983
16984         * gst/playback/Makefile.am:
16985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16986         (group_destroy), (group_commit), (group_is_muted),
16987         (gen_preroll_element), (add_stream), (unknown_type),
16988         (probe_triggered), (preroll_unlinked), (mute_stream),
16989         (silence_stream), (new_decoded_pad), (setup_substreams),
16990         (setup_source), (get_active_source), (mute_group_type),
16991         (muted_group_change_state), (set_active_source),
16992         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16993         (play_base_eos), (gst_play_base_bin_change_state):
16994         * gst/playback/gstplaybasebin.h:
16995         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
16996         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
16997         (gst_stream_info_dispose), (stream_info_mute_pad),
16998         (stream_info_change_state), (gst_stream_info_set_mute):
16999         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17000         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17001         (gst_stream_selector_init), (gst_stream_selector_dispose),
17002         (gst_stream_selector_get_linked_pad),
17003         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17004         (gst_stream_selector_get_linked_pads),
17005         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17006         * gst/playback/gststreamselector.h:
17007           Adding stream selection support plus required properties for
17008           applications to use this. Fully fixes #100931.
17009
17010 2005-01-08  Benjamin Otte  <otte@gnome.org>
17011
17012         * gst/games/gstpuzzle.c: (nav_event_handler):
17013           - handle nav events differently: forward every event no matter if it
17014             was handled or not.
17015           - translate events
17016           You can now cheat by using navigationtest ! puzzle and moving the
17017           mouse close to the edge of a tile. ;)
17018
17019 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17020
17021         * configure.ac:
17022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17023         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17024         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17025         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17026         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17027         (gst_ogm_parse_plugin_init):
17028         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17029         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17030         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17031         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17032         * ext/pango/gsttextoverlay.h:
17033         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17034         (gst_matroska_demux_handle_seek_event),
17035         (gst_matroska_demux_sync_streams),
17036         (gst_matroska_demux_parse_blockgroup),
17037         (gst_matroska_demux_subtitle_caps),
17038         (gst_matroska_demux_plugin_init):
17039         * gst/matroska/matroska-ids.h:
17040         * gst/playback/gstdecodebin.c: (close_pad_link):
17041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17042         (gen_preroll_element), (remove_groups), (add_stream),
17043         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17044         (setup_source):
17045         * gst/playback/gstplaybasebin.h:
17046         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17047         * gst/subparse/Makefile.am:
17048         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17049         (gst_subparse_base_init), (gst_subparse_class_init),
17050         (gst_subparse_init), (gst_subparse_formats),
17051         (gst_subparse_eventmask), (gst_subparse_event),
17052         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17053         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17054         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17055         (parse_mpsub_deinit), (parse_mpsub_init),
17056         (gst_subparse_buffer_format_autodetect),
17057         (gst_subparse_format_autodetect), (gst_subparse_loop),
17058         (gst_subparse_change_state), (gst_subparse_type_find),
17059         (plugin_init):
17060         * gst/subparse/gstsubparse.h:
17061         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17062         (plugin_init):
17063           Add subtitle support, .sub parser (supports SRT and MPsub),
17064           OGM text support, Matroska UTF-8 text support, deadlock fixes
17065           all over the place, subtitle awareness in decodebin/playbin
17066           and some fixes to textoverlay to handle subtitles in a stream
17067           correctly. Fixes #100931.
17068
17069 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17070
17071         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17072           Check for pad availability before doing a query on it.
17073
17074 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17075
17076         * ext/dv/gstdvdec.c:
17077           really fix bpp24/32 dvdec caps (classic rgba indeed)
17078         * gst/asfdemux/gstasfdemux.c:
17079         (gst_asf_demux_process_ext_content_desc):
17080           don't send text tags if they are empty (bis repetita)
17081
17082 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17083
17084         * ext/dv/gstdvdec.c:
17085          remove unneeded comment from dvdec
17086           (related to DV 4CC codes in AVI files)
17087           moved them in gstreamer/docs/random/mimetypes
17088         * gst/asfdemux/gstasfdemux.c:
17089         (gst_asf_demux_process_ext_content_desc):
17090          don't send text tags if they are empty
17091          fix mem leak on error path
17092         * gst/ffmpegcolorspace/avcodec.h:
17093         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17094         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17095         (gst_ffmpegcsp_avpicture_fill):
17096         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17097         * gst/ffmpegcolorspace/imgconvert_template.h:
17098          adds BGR32 and BGRA32 to ffmpegcolorspace
17099           (still bad colors, fixing it on next commit)
17100           helps with dvdec outputing BGR32
17101
17102 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17103
17104         * ext/dv/gstdvdec.c:
17105          Fix audio caps i just broke (missing ',')
17106         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17107         (gst_matroska_mux_reset):
17108          Fix typo + add FIXME about old "x-gst-metadata" crap
17109
17110 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17111
17112         * ext/dv/demo-play.c: (main):
17113          xvideosink -> xvimagesink
17114         * ext/dv/gstdvdec.c:
17115          change rgb 32/32 caps to 24/32 (no alpha)
17116          change nb of channels to be a list (2 or 4, not 2)
17117          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17118         * gst/asfdemux/gstasfdemux.c:
17119         (gst_asf_demux_process_ext_content_desc):
17120          Add 'date/year' to extracted metadata list
17121
17122 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17123
17124         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17125           The return value of fixate_to does not imply that the requested
17126           value was set, so don't assume.
17127
17128 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17129
17130         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17131
17132         * ext/libpng/gstpngdec.c:
17133         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17134         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17135         * ext/libpng/gstpngenc.h:
17136           Alpha support (encoder; #163161), mime fixage.
17137
17138 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17139
17140         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17141
17142         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17143         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17144         (gst_faac_set_property), (gst_faac_get_property):
17145         * ext/faac/gstfaac.h:
17146           Allow for ADTS output (#153434).
17147
17148 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17149
17150         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17151           Fix against template (#150576).
17152
17153 2005-01-06  Benjamin Otte  <otte@gnome.org>
17154
17155         * gst/games/gstpuzzle.c: (draw_puzzle):
17156           don't draw a puzzle if either width or height of tiles would be 0.
17157
17158 2005-01-06  Benjamin Otte  <otte@gnome.org>
17159
17160         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17161         (gst_puzzle_class_init), (gst_puzzle_finalize):
17162           no memleaks, please
17163         (gst_puzzle_create), (gst_puzzle_init),
17164         (gst_puzzle_set_property), (gst_puzzle_setup):
17165           change initialization code around so we don't reshuffle on resize
17166         (draw_puzzle):
17167           fix another stupid typo
17168
17169 2005-01-06  Benjamin Otte  <otte@gnome.org>
17170
17171         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17172           fix stupid typo that borked copying on YUY2
17173
17174 2005-01-06  Benjamin Otte  <otte@gnome.org>
17175
17176         * gst/games/gstpuzzle.c: (draw_puzzle):
17177           fix edges when image sizes aren't multiples of tile sizes
17178
17179 2005-01-06  Benjamin Otte  <otte@gnome.org>
17180
17181         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17182           make RGB endianness work correctly
17183         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17184           refactor and fix race with initial shuffling
17185         (nav_event_handler):
17186           allow using the mouse to puzzle
17187         (draw_puzzle):
17188           insist on tiles having width and height as multiples of 4 to get
17189           clean YUV image handling
17190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17191         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17192           s/DEBUG/LOG/ for common messages
17193         (gst_xvimagesink_navigation_send_event):
17194           fix mouse event translation to not include screen PAR
17195         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17196           fix mouse event translation to actually work
17197
17198 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17199
17200         * gst/asfdemux/gstasfdemux.c:
17201         (gst_asf_demux_process_ext_content_desc):
17202          Extract TrackNumber metadata + clean up code
17203         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17204          Hope this is the good fix (var used unitialised)
17205
17206 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17207
17208         * ext/faad/gstfaad.c: (gst_faad_chain):
17209           Only increment timestamp if it's valid. Fixes raw AAC streams.
17210
17211 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17212
17213         * configure.ac:
17214         * gst/games/Makefile.am:
17215         * gst/games/gstpuzzle.c:
17216           add a puzzle game with...
17217         * gst/games/gstvideoimage.c:
17218         * gst/games/gstvideoimage.h:
17219           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17220           from videotestsrc and made into something that would be a nice
17221           library for a lot of other plugins.
17222
17223 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17224
17225         * configure.ac:
17226          don't compile faad plugin if a RC of 2.0 is found
17227          Fixes #155346 (and FC1 buildbot)
17228         * gst/asfdemux/gstasfdemux.c:
17229         (gst_asf_demux_process_ext_content_desc):
17230          try to make Solaris compiler happier
17231
17232 2005-01-06  Paul Jack  <pjack@sfaf.org>
17233
17234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17235
17236         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17237           Fix segfault (#161667).
17238
17239 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17240
17241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17242           Fix framerate reporting.
17243
17244 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17245
17246         * gst-libs/gst/riff/riff-ids.h:
17247         * gst/wavenc/riff.h:
17248          Add AMR (VBR and CBR) ids to riff.h audio codec list
17249         * gst/asfdemux/gstasfdemux.c:
17250         (gst_asf_demux_process_ext_content_desc),
17251         (gst_asf_demux_process_object):
17252           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17253
17254 2005-01-05  Martin Eikermann  <meiker@upb.de>
17255
17256         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17257
17258         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17259         (gst_dvd_demux_handle_discont):
17260         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17261         (gst_mpeg_demux_handle_discont):
17262           Recreate pads on new-media (#160730).
17263         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17264           Send discont even if manager changes timestamps (#161929).
17265
17266 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17267
17268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17269
17270         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17271           Fix invalid memory access (#159211).
17272
17273 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17274
17275         * examples/gstplay/player.c: (main):
17276           Don't iterate.
17277         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17278           Add visualizations.
17279         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17280         (gst_a52dec_handle_frame):
17281           Set duration.
17282         * ext/dvdnav/gst-dvd:
17283           Add audioconvert. Fixes #161325.
17284         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17285           Explicitely case to gint64. Possible valgrind error.
17286         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17287         (gst_play_tick_callback), (gst_play_change_state),
17288         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17289         (gst_play_set_location), (gst_play_get_location),
17290         (gst_play_seek_to_time), (gst_play_set_data_src),
17291         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17292         (gst_play_set_visualization), (gst_play_connect_visualization),
17293         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17294         (gst_play_new):
17295           Use playbin. Fixes #139749 and #147744.
17296         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17297           Add genre tag.
17298         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17299         (audioscale_get_type), (gst_audioscale_base_init),
17300         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17301         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17302         (gst_audioscale_link), (gst_audioscale_get_buffer),
17303         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17304         (gst_audioscale_init), (gst_audioscale_dispose),
17305         (gst_audioscale_chain), (gst_audioscale_set_property),
17306         (gst_audioscale_get_property), (plugin_init):
17307           Indent properly.
17308         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17309           Fix LPCM.
17310         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17311         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17312         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17313           Add more metadata (fixes #162656).
17314
17315 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17316
17317         * configure.ac:
17318           back to cvs
17319
17320 === release 0.8.7 ===
17321
17322 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17323
17324         * NEWS:
17325         * RELEASE:
17326         * configure.ac:
17327           releasing 0.8.7, "Hyperspace"
17328
17329 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17330
17331         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17332
17333         * gst/playback/gstplaybasebin.c:
17334          Fix for #162924 - free caps after use, not before
17335
17336 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17337
17338         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17339
17340         * gst/playback/gstplaybasebin.c:
17341         * gst/wavparse/gstwavparse.c:
17342           Fix for #154773 - fixes playback of small .wav files
17343
17344 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17345
17346         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17347
17348         * gst/audioscale/gstaudioscale.c:
17349           Fix for #162819 - make audioscale reusable
17350           Fixes playback of more than one file with playbin/totem
17351
17352 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17353
17354         * gst/ffmpegcolorspace/avcodec.h:
17355         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17356         * gst/ffmpegcolorspace/imgconvert.c:
17357           clean up the mess that made me cry and avoid needless duplication
17358
17359 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17360
17361         * gst/ffmpegcolorspace/imgconvert.c:
17362           give some indication of why we're segfaulting
17363
17364 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17365
17366         * configure.ac:
17367           Fix indentation, fix v4l2 plugin detection.
17368         * ext/Makefile.am:
17369           Fix libmms location (Maciej, use diff -u!).
17370         * ext/alsa/gstalsa.c: (gst_alsa_init):
17371           Initialize caps cache to NULL.
17372         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17373           Only change state on audiosink if it exists.
17374
17375 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17376
17377         * gst/matroska/matroska-demux.c:
17378         * gst/matroska/matroska-ids.h:
17379         * gst/matroska/matroska-demux.h:
17380         Fix Vorbis streams failing to decode in some files, where cluster_time
17381         isn't 0, because then it doesn't send codec_priv before actual data.
17382         Remove time-based test and replace it with marker set on beginning of
17383         new stream
17384
17385 2004-12-28  David Schleef  <ds@schleef.org>
17386
17387         Merge patch from Ronald fixing problems with streaming
17388         text.
17389         * ext/cairo/gstcairo.c: (plugin_init):
17390         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17391         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17392         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17393         (gst_textoverlay_font_init), (gst_textoverlay_init),
17394         (gst_textoverlay_set_property):
17395         * ext/cairo/gsttextoverlay.h:
17396
17397 2004-12-27  David Schleef  <ds@schleef.org>
17398
17399         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17400         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17401         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17402         (gst_textoverlay_font_init), (gst_textoverlay_init),
17403         (gst_textoverlay_set_property): Improvements to actually
17404         render text as white on black outline on video, including
17405         font selection and horizontal/vertical alignment.  (Ronald's
17406         christmas present)
17407         * ext/cairo/gsttextoverlay.h:
17408
17409 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17410
17411         * ext/ogg/gstogg.c:
17412         * ext/ogg/gstogmparse.c:
17413           fix ogm[audio/video]parse plugin registration
17414           (riff won't load if bytestream is already loaded)
17415
17416 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17417
17418         * gst/audioconvert/gstchannelmix.c:
17419           fix for GLIB < 2.4
17420
17421 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17422
17423         * Makefile.am:
17424         * configure.ac:
17425           disable docs again until it actually passes make distcheck.
17426
17427 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17428
17429         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17430         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17431         (plugin_init):
17432           Add 3GP (variables name Q3GP because they can't start with a
17433           number). Add samr audio fourcc (used in .3gp files), decoder
17434           is work in progress. Also do a GST_WARNING instead of ERROR
17435           in case of unknown nodes, to decrease output.
17436
17437 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17438
17439         * Makefile.am:
17440           really fix dist
17441
17442 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17443
17444         * configure.ac:
17445         * ext/speex/gstspeexdec.h:
17446         * ext/speex/gstspeexenc.h:
17447           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17448           Fix detection code in configure.ac
17449
17450 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17451
17452         * gst/matroska/matroska-demux.c:
17453         (gst_matroska_demux_parse_blockgroup):
17454           Save position, so that queries give proper return values. Don't
17455           know how this could ever have worked before...
17456
17457 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17458
17459         * configure.ac:
17460           Put additional LAME check inside the conditional.  Fixes #152339
17461
17462 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17463
17464         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17465         (gst_avi_demux_stream_scan):
17466           Add some more debug. Fix logic error when setting movi offset
17467           while reading index.
17468
17469 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17470
17471         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17472         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17473         (gst_avi_demux_process_next_entry):
17474           Add some debugging. Better detection of broken indexes and the
17475           accompanying index recovery. No infinite loops on state changes
17476           when we're still in our loopfunction.
17477
17478 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17479
17480         * configure.ac:
17481           Fix up.
17482
17483 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17484
17485         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17486
17487         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17488           Normalizing the value before setting
17489         (gst_sunaudiomixer_get_volume):
17490           Normalizing the value after getting. Fixes bug# 161980
17491
17492 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17493
17494         * Makefile.am: Make sure docs gets disted
17495         * docs/Makefile.am: Make sure all needed files get disted
17496         * gst-plugins.spec.in: latest updates
17497
17498 2004-12-22  Wim Taymans  <wim@fluendo.com>
17499
17500         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17501         Revert patch 1.38 as clock distribution over schedulers does
17502         not work correcly in the core yet.
17503
17504 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17505
17506         * sys/oss/README: remove this file, which predates my birth
17507           (and which content is by far outdated)
17508
17509 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17510
17511         * Makefile.am:
17512         * configure.ac:
17513         * docs/Makefile.am:
17514         * docs/libs/Makefile.am:
17515         * docs/libs/gst-plugins-libs-docs.sgml:
17516         * docs/libs/gst-plugins-libs-sections.txt:
17517         * docs/libs/tmpl/gstgconf.sgml:
17518         * docs/upload.mak:
17519         * docs/version.entities.in:
17520           Added boilerplate gtk-doc files for plugin-libs documentation.
17521
17522 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17523
17524         * gst/auparse/gstauparse.c: fix int and float audio caps
17525
17526 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17527
17528         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17529         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17530           g_assert() can be a macro, don't use #ifdef inside it.
17531
17532 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17533
17534         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17535
17536         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17537         (gst_videorate_init), (gst_videorate_chain),
17538         (gst_videorate_change_state):
17539           Event handling (fixes #159986).
17540
17541 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17542
17543         * gst-libs/gst/riff/riff-media.c:
17544         (gst_riff_create_video_caps_with_data):
17545           Add BLZ0 (Blizzard's version of DivX) fourcc.
17546
17547 2004-12-18  David Schleef  <ds@schleef.org>
17548
17549         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17550         portability fix.
17551
17552 2004-12-18  David Schleef  <ds@schleef.org>
17553
17554         * gst/tta/ttadec.h: Disable some header code that isn't used
17555         and clearly isn't portable.
17556
17557 2004-12-18  David Schleef  <ds@schleef.org>
17558
17559         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17560         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17561         (avcodec_get_pix_fmt), (avpicture_layout),
17562         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17563         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17564         Fix code to not use GCC extensions (and c99 extensions that
17565         Forte does not like.)
17566
17567 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17568
17569         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17570
17571         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17572         (gst_deinterlace_chain):
17573           Rowstride fixes. Fixes #161039.
17574         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17575         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17576         (gst_video_crop_getcaps), (gst_video_crop_link),
17577         (gst_video_crop_i420), (gst_video_crop_chain),
17578         (gst_video_crop_change_state):
17579           Rework of negotiation. Actually works now. Fixes #158650.
17580
17581 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17582
17583         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17584           That was very stupid.
17585
17586 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17587
17588         * gst/matroska/matroska-demux.c:
17589         (gst_matroska_demux_parse_blockgroup):
17590           Fix possible crasher.
17591
17592 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17593
17594         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17595         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17596           Lace sizes can be zero.
17597
17598 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17599
17600         * ext/musepack/gstmusepackdec.cpp:
17601           Fetch error return values. Fixes #161624.
17602         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17603           Really EOS.
17604
17605 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17606
17607         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17608           Work for truncated (unfinished download etc.) files. Fixes #160514.
17609
17610 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17611
17612         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17613           Fix for integer overflow. Makes #156001 not crash. Probably masks
17614           the real bug.
17615
17616 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17617
17618         * gst/ac3parse/gstac3parse.c: (plugin_init):
17619           Parsers never have ranks. Fixes #159651.
17620
17621 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17622
17623         * gst/playback/gstdecodebin.c: (compare_ranks):
17624           make sure the facotries are ordered the same every time even if they
17625           have the same rank by using the name
17626         * gst/playback/gstdecodebin.c: (find_compatibles):
17627           make sure we don't add factories to the list twice
17628
17629 2004-12-16  David Schleef  <ds@schleef.org>
17630
17631         * configure.ac: look for musepack headers as musepack/*.h
17632         (fixes #159847)
17633         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17634         * ext/musepack/gstmusepackreader.h: same
17635
17636 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17637
17638         * gst-libs/gst/riff/riff-read.c:
17639         (gst_riff_read_strf_auds_with_data):
17640           Read extradata correctly (fixes #155879).
17641
17642 2004-12-16  David Schleef  <ds@schleef.org>
17643
17644         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17645         audio.  does _not_ attempt or allow conversion unless channels
17646         is 1 or 2.
17647
17648 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17649
17650         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17651
17652 2004-12-16  David Schleef  <ds@schleef.org>
17653
17654         * gst/audioscale/gstaudioscale.c: the resample library only
17655         handles 1 or 2 channels.  Change caps to compensate.
17656
17657 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17658
17659         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17660         (gst_matroska_demux_audio_caps):
17661           Some MPEG-AAC hacks, because else it doesn't work...
17662
17663 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17664
17665         * gst-libs/gst/riff/riff-media.c:
17666         (gst_riff_create_video_caps_with_data),
17667         (gst_riff_create_video_template_caps):
17668           Add h264.
17669
17670 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17671
17672         * gst-libs/gst/audio/Makefile.am:
17673           Try to fix buildbot.
17674
17675 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17676
17677         * gst/tcp/gstmultifdsink.c:
17678           Clean up and uniformize debugging.
17679
17680 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17681
17682         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17683
17684         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17685         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17686         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17687         (gst_mpeg_demux_change_state):
17688           Reset on ready. Fixes 160276.
17689
17690 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17691
17692         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17693
17694         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17695         (gst_ffmpegcsp_pad_link):
17696           Fix memleak (#154815).
17697
17698 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17699
17700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17701
17702         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17703         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17704         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17705         * ext/musicbrainz/gsttrm.h:
17706           Add support for using a proxy server when getting a trm id from
17707           the MusicBrainz database (#149613).
17708
17709 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17710
17711         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17712
17713         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17714         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17715           Fix memleaks (#157233).
17716
17717 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17718
17719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17720
17721         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17722         * gst-libs/gst/resample/resample.h:
17723         * gst/audioscale/gstaudioscale.c:
17724           Fix memleak (#159215).
17725
17726 2004-12-16  Toni Willberg  <toniw@iki.fi>
17727
17728         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17729
17730         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17731         * sys/oss/oss_probe.c: (main):
17732           Check for mono/stereo support (similar to samplerate probing),
17733           fixes #159433. Also add missing copyright header to oss_probe.c.
17734
17735 2004-12-15  David Schleef  <ds@schleef.org>
17736
17737         * configure.ac: add audioresample and cairo plugins.  Remove
17738         HAVE_MMX stuff, because it's not used.
17739         * ext/Makefile.am: same
17740         * ext/audioresample/Makefile.am: You are not ready for an
17741         audio resampling element based on audioresample.
17742         * ext/audioresample/gstaudioresample.c:
17743         * ext/audioresample/gstaudioresample.h:
17744         * ext/cairo/Makefile.am: You are not ready for overlay elements
17745         based on cairo.  Don't look too closely, these elements kinda
17746         suck right now.
17747         * ext/cairo/gstcairo.c: new
17748         * ext/cairo/gsttextoverlay.c: new
17749         * ext/cairo/gsttextoverlay.h: new
17750         * ext/cairo/gsttimeoverlay.c: new
17751         * ext/cairo/gsttimeoverlay.h: new
17752         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17753         problem with compilers that don't support variadic macros.
17754
17755 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17756
17757         Reviewed by:  David Schleef  <ds@schleef.org>
17758
17759         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17760         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17761         bit.  Also ran indent-gst.
17762         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17763         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17764         (gst_sunaudiosrc_setparams):
17765
17766 2004-12-14  David Schleef  <ds@schleef.org>
17767
17768         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17769         output rate to 16000.  Should fix #160235.
17770
17771 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17772
17773         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17774         Add typefinding for mpeg2 pes streams
17775
17776 2004-12-13  David Schleef  <ds@schleef.org>
17777
17778         * configure.ac:  Applied patch from bug #143659, making default
17779         sources and sinks OS-dependent (for Solaris), and added code
17780         for OS/X.
17781         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17782
17783 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17784
17785         * gst-libs/gst/riff/riff-media.c:
17786           forgot to add h2.64 to avidemux template caps
17787
17788 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17789
17790         * gst/wavenc/riff.h:
17791         * gst-libs/gst/riff/riff-media.c:
17792         * gst-libs/gst/riff/riff-ids.h:
17793         * gst/avi/gstavimux.c
17794         add 4CC code for VideoSoft h264 in AVI (VSSH)
17795           fixes bug #160655
17796         remove s323 from riff, it's quicktime specific :(
17797
17798 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17799
17800         * gst/asfdemux/README
17801         * gst/wavenc/riff.h
17802         * gst-libs/gst/riff/riff-ids.h
17803         * gst-libs/gst/riff/riff-media.c
17804         * gst/qtdemux/qtdemux.c:
17805           add new 4CC codes for h263 related codecs
17806           fixes partially bug #155163
17807
17808 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17809
17810         * configure.ac: Update polyaudio requirement to 0.7
17811         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17812
17813 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17814
17815         * gst/interleave/deinterleave.c:
17816         fix my name's spelling! :)
17817
17818 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17819
17820         * AUTHORS ChangeLog
17821         * gst/auparse/gstauparse.c
17822         * gst/interleave/deinterleave.c
17823         * gst/law/:
17824                 alaw-decode.c alaw-encode.c
17825                 mulaw-decode.c mulaw-encode.c
17826         * gst/oneton/gstoneton.c
17827         * sys/osxaudio/:
17828                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17829         * sys/osxvideo/:
17830                 cocoawindow.h cocoawindow.m
17831                 osxvideosink.h osxvideosink.m
17832
17833         put the same mail address for Zaheer Abbas Merali everywhere
17834
17835 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17836
17837         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17838           Align by packetsize, and assert that we a packet available before
17839           playing. The first makes webstreams work (they often include
17840           trailing padding data in a packet), the second allows pausing a
17841           ASF stream in totem without getting demux errors afterwards.
17842
17843 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17844
17845         * ext/ogg/gstoggdemux.c: (get_relative):
17846           Check for non-NULL before accessing member (end-of-chain).
17847
17848 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17849
17850         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17851         (cdparanoia_set_property), (cdparanoia_get_property):
17852         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17853         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17854         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17855         (dvdreadsrc_init), (dvdreadsrc_set_property),
17856         (dvdreadsrc_get_property):
17857         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17858         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17859           Synchronize property names where not yet the case. Devices are
17860           now device=X, other versions are deprecated (but still exist).
17861           Also use g_free() unconditionally.
17862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17863         (setup_source), (gst_play_base_bin_get_property):
17864           Expose source.
17865
17866 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17867
17868         * configure.ac: move GCONF macro outside conditional for the am
17869           conditional. Fixes #160439
17870
17871 2004-12-08  David Schleef  <ds@schleef.org>
17872
17873         * tools/gst-visualise-m.m: Switch to elements that currently
17874         exist.
17875
17876 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17877
17878         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17879           We love wrong commas.
17880
17881 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17882
17883         * gst/matroska/matroska-demux.c:
17884         (gst_matroska_demux_handle_src_query):
17885           Don't set DEFAULT, unsupported - makes length display incorrectly
17886           in some cases.
17887
17888 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17889
17890         * gst/monoscope/README: remove blurb about files being GPL
17891         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17892         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17893           monoscope is now effectively LGPL licensed
17894
17895 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17896
17897         * gst/monoscope/README: Update information to be more correct
17898         * gst/monoscope/convolve.c: Relicense to LGPL
17899         * gst/monoscope/convolve.h: Relicense to LGPL
17900
17901 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17902
17903         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17904           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17906           set default_duration for mpeg1 audio
17907
17908 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17909
17910         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17911         * ext/alsa/gstalsa.h:
17912           refactor big chunks of the core caps negotiation code to make it
17913           a lot faster, because people claim it's really slow
17914           (actually, just cache the getcaps when the device is opened)
17915
17916 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17917
17918         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17919         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17920         (gst_a52dec_handle_frame), (gst_a52dec_chain),
17921         (gst_a52dec_change_state), (plugin_init):
17922         * ext/a52dec/gsta52dec.h:
17923           Do something useful with timestamps. Make chain-based (since
17924           there's really no reason to be loopbased).
17925         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17926           Update current_byte/frame correctly.
17927
17928 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17929
17930         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17931         (gst_ape_demux_stream_init):
17932           Forward tags, too.
17933
17934 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17935
17936         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17937           Let's make sure we're done typefinding when detecting tags.
17938
17939 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17940
17941         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
17942         (gst_ebml_read_init), (gst_ebml_read_use_event),
17943         (gst_ebml_read_element_id), (gst_ebml_peek_id),
17944         (gst_ebml_read_seek), (gst_ebml_read_skip),
17945         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
17946         (gst_ebml_read_master):
17947         * gst/matroska/ebml-read.h:
17948         * gst/matroska/matroska-demux.c:
17949         (gst_matroska_demux_parse_contents),
17950         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
17951           Disgustingly evil hack for working around INTERRUPT events and
17952           their extremely annoying habit of being a pain in the ass. We
17953           simply peek a cluster before reading any of it.
17954
17955 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17956
17957         * ext/musepack/gstmusepackdec.cpp:
17958           There's also floating point libmusepacks.
17959
17960 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17961
17962         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
17963         (gst_faad_chanpos_to_gst), (gst_faad_chain):
17964           Set DURATION even if source buffer didn't. Also use increasing
17965           timestamps.
17966         * gst-libs/gst/riff/riff-media.c:
17967         (gst_riff_create_audio_caps_with_data):
17968           Block_align can have larger values than 8192.
17969
17970 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17971
17972         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
17973         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
17974         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
17975         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
17976           Fix caps.
17977
17978 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17979
17980         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
17981           Fix logic bug.
17982
17983 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17984
17985         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
17986           Yay, another one.
17987
17988 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17989
17990         * ext/esd/esdsink.c: (gst_esdsink_chain):
17991           Make error actually say something useful (fixes #156798).
17992         * gst-libs/gst/riff/riff-media.c:
17993         (gst_riff_create_video_caps_with_data),
17994         (gst_riff_create_video_template_caps):
17995           Add Intel Video 5.0 fourcc (IV50).
17996
17997 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
17998
17999         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18000         detection on mono and stereo mp3 files.
18001
18002 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18003
18004         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18005           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18006           the contained stream).
18007
18008 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18009
18010         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18011           Oops, remove debug.
18012
18013 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18014
18015         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18016
18017         * gst/law/alaw-decode.c: (alawdec_getcaps):
18018         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18019           Prevent warnings when negotiating caps (fixes #159338).
18020
18021 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18022
18023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18024         (gst_ffmpegcsp_chain):
18025           Remove old leftover that shouldn't be there...
18026
18027 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18028
18029         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18030
18031         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18032           Don't forward DISCONT events (fixes #159684).
18033
18034 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18035
18036         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18037           Unlink manually since sometimes bin disposal (and therefore
18038           pad unlinking) is delayed, which will cause a new media file
18039           to not be able to start playing instantly.
18040
18041 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18042
18043         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18044           On mute of an unlinked stream, check for pad availability so
18045           we don't crash on unlinked pad.
18046
18047 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18048
18049         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18050         (gst_avi_demux_massage_index):
18051           Fix quite humiliating bug in omitting 0-sized index chunks but
18052           forgetting to count them for timestamps.
18053
18054 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18055
18056         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18057           Actually leave the loop if we failed to sync. Don't crash.
18058
18059 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18060
18061         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18062         (gst_dvd_demux_process_private):
18063         * gst/mpegstream/gstdvddemux.h:
18064           Fix crash (#159759). Doesn't work, though. :-(.
18065
18066 2004-11-28  Benjamin Otte  <otte@gnome.org>
18067
18068         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18069           more overwriting protection due to modifying channels one by one
18070           instead of all at once
18071
18072 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18073
18074         * gst/audioconvert/gstchannelmix.c:
18075         (gst_audio_convert_fill_normalize):
18076           Normalize using absolute values.
18077
18078 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18079
18080         * configure.ac:
18081         * ext/Makefile.am:
18082         * ext/directfb/Makefile.am:
18083         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18084         (gst_directfbvideosink_get_pixel_format),
18085         (gst_directfbvideosink_get_format_from_fourcc),
18086         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18087         (gst_directfbvideosink_sink_link),
18088         (gst_directfbvideosink_change_state),
18089         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18090         (gst_directfbvideosink_buffer_alloc),
18091         (gst_directfbvideosink_interface_supported),
18092         (gst_directfbvideosink_interface_init),
18093         (gst_directfbvideosink_navigation_send_event),
18094         (gst_directfbvideosink_navigation_init),
18095         (gst_directfbvideosink_set_property),
18096         (gst_directfbvideosink_get_property),
18097         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18098         (gst_directfbvideosink_base_init),
18099         (gst_directfbvideosink_class_init),
18100         (gst_directfbvideosink_get_type), (plugin_init):
18101         * ext/directfb/directfbvideosink.h: Adding a first version of
18102         directfbvideosink.
18103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18104         more.
18105
18106 2004-11-28  Benjamin Otte  <otte@gnome.org>
18107
18108         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18109           walk the samples backwards if out_channels > in_channels so we don't
18110           overwrite data
18111
18112 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18113
18114         * gst/audioconvert/Makefile.am:
18115         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18116         (gst_audio_convert_link), (gst_audio_convert_change_state),
18117         (gst_audio_convert_channels):
18118         * gst/audioconvert/gstchannelmix.c:
18119         (gst_audio_convert_unset_matrix),
18120         (gst_audio_convert_fill_identical),
18121         (gst_audio_convert_fill_compatible),
18122         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18123         (gst_audio_convert_fill_others),
18124         (gst_audio_convert_fill_normalize),
18125         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18126         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18127         * gst/audioconvert/gstchannelmix.h:
18128           Implement a channel mixer.
18129
18130 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18131
18132         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18133         * ext/alsa/gstalsa.h:
18134         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18135         Make alsasink actually honor gst_element_set_clock and use that
18136         clock instead of its internal one.
18137
18138 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18139
18140         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18141         (gst_play_base_bin_change_state): nullify source and decoder when
18142         going from READY to NULL so that we don't try to do weird stuff with
18143         them when going from NULL to READY
18144         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18145         instead of g_object_unref
18146         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18147         it should be correct
18148         (gst_play_bin_change_state): don't call remove_sinks if we are
18149         currently disposing the object
18150
18151 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18152
18153         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18154           Don't forget bass if it's there. Else left channel is silent...
18155
18156 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18157
18158         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18159         (gst_a52dec_change_state):
18160           Don't do sample adjusting anymore, we use float audio now.
18161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18162           Don't fixate to non-existing properties.
18163
18164 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18165
18166         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18167         (gst_a52dec_change_state):
18168           Advertise that we can do surround sound.
18169
18170 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18171
18172         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18173           Add buffer-frames=0.
18174         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18175         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18176         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18177         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18178         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18179         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18180         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18181         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18182         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18183         * ext/dvdread/dvdreadsrc.h:
18184           Add seeking, querying for bytes, sectors, title, angle and
18185           chapter. Handle multiple chapters. Relicense to LGPL because
18186           Billy agreed on that (thanks Billy!).
18187
18188 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18189
18190         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18191         call parent dispose method
18192
18193 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18194
18195         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18196         (gst_audio_clock_get_internal_time):
18197         Fix active <-> inactive transitions: ensure time value always
18198         grows and avoid abrupt value changes.
18199
18200 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18201
18202         * configure.ac:
18203         * gst/tta/Makefile.am:
18204         * gst/tta/crc32.h:
18205         * gst/tta/filters.h:
18206         * gst/tta/gsttta.c:
18207         * gst/tta/gstttadec.c:
18208         * gst/tta/gstttadec.h:
18209         * gst/tta/gstttaparse.c:
18210         * gst/tta/gstttaparse.h:
18211         * gst/tta/ttadec.h:
18212           added TTA parser and decoder
18213
18214 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18215
18216         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18217         (probe_triggered), (check_queue), (buffer_underrun),
18218         (buffer_running), (buffer_overrun), (gen_source_element),
18219         (setup_source):
18220         * gst/playback/gstplaybasebin.h:
18221           Implement buffering. Needs some more work.
18222
18223 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18224
18225         * ext/theora/theoradec.c: (theora_dec_chain):
18226           Fix ilog mask range overflow.
18227
18228 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18229
18230         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18231           Don't omit the last (which in case of dmix is the only :) )
18232           channel count. Don't set channels if <= 2.
18233
18234 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18235
18236         * gst/playback/gstplaybin.c: (gen_video_element),
18237         (gen_audio_element): Removed 2 obsolete comments
18238
18239 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18240
18241         * ext/vorbis/oggvorbisenc.c
18242         * ext/vorbis/vorbisenc.c :
18243           change description fields of those plugins to differentiate them
18244           (pitivi show Encoders by description, they had the same one)
18245
18246 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18247
18248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18249
18250         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18251         (gst_play_bin_set_property), (gen_video_element),
18252         (gen_audio_element):
18253           Refcounting fixes for provided audio-/videosinks.
18254
18255 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18256
18257         * gst/playback/gstplaybin.c: (gen_video_element),
18258         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18259           Don't reference all sinks, but only the video- and audiosinks.
18260           The vis. element should be disposed when we're done with it.
18261           We don't have any reason to keep it around. This fixes warnings
18262           when reusing playbin for playing multiple audio files with
18263           vis. enabled. Also release audio device on pause - idea stolen
18264           from Rhythmbox.
18265
18266 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18267
18268         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18269         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18270         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18271         * ext/alsa/gstalsaplugin.c: (plugin_init):
18272         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18273         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18274         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18275         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18276         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18277         (gst_faad_change_state), (plugin_init):
18278         * ext/faad/gstfaad.h:
18279         * ext/vorbis/vorbis.c: (plugin_init):
18280         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18281         * gst-libs/gst/audio/Makefile.am:
18282         * gst-libs/gst/audio/audio.c: (plugin_init):
18283         * gst-libs/gst/audio/multichannel.c:
18284         (gst_audio_check_channel_positions),
18285         (gst_audio_get_channel_positions),
18286         (gst_audio_set_channel_positions),
18287         (gst_audio_set_structure_channel_positions_list),
18288         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18289         (gst_audio_fixate_channel_positions):
18290         * gst-libs/gst/audio/multichannel.h:
18291         * gst-libs/gst/audio/testchannels.c: (main):
18292         * gst/audioconvert/gstaudioconvert.c:
18293         (gst_audio_convert_class_init), (gst_audio_convert_init),
18294         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18295         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18296         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18297         * gst/audioconvert/plugin.c: (plugin_init):
18298           Surround sound support.
18299
18300 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18301
18302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18303           Fix position for discont if we're close as well. Nitpicking, but
18304           saves a few milliseconds of extra waiting or skipping.
18305
18306 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18307
18308         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18309           We sometimes need parsers for playback, so add those too.
18310
18311 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18312
18313         * configure.ac:
18314         * gst/apetag/Makefile.am:
18315         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18316         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18317         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18318         (gst_ape_demux_get_src_query_types),
18319         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18320         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18321         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18322         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18323         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18324         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18325         (gst_ape_demux_change_state):
18326         * gst/apetag/apedemux.h:
18327         * gst/apetag/apetag.c: (plugin_init):
18328         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18329         (plugin_init):
18330           APE v1/2 tag reader plus typefind function.
18331
18332 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18333
18334         * configure.ac:
18335         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18336         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18337           Remove hacks for older core. Require newer core version
18338           accordingly.
18339
18340 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18341
18342         * gst/cdxaparse/Makefile.am:
18343         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18344         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18345         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18346         * gst/cdxaparse/gstcdxaparse.h:
18347         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18348         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18349         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18350         (gst_cdxastrip_get_src_query_types),
18351         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18352         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18353         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18354         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18355         * gst/cdxaparse/gstcdxastrip.h:
18356           SVCD/VCD header stripping separated from CDXA image parsing.
18357         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18358         (plugin_init):
18359           Add VCD/SVCD header typefinding for VCD/SVCD.
18360         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18361         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18362         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18363         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18364         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18365         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18366         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18367         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18368         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18369         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18370         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18371         * sys/vcd/vcdsrc.h:
18372           Fix up, add seeking, querying, URI interface. Works in totem now.
18373
18374 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18375
18376         * configure.ac:
18377           back to CVS
18378
18379 === release 0.8.6 ===
18380
18381 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18382
18383         * NEWS:
18384         * RELEASE:
18385         * configure.ac:
18386         * po/af.po:
18387         * po/az.po:
18388         * po/cs.po:
18389         * po/en_GB.po:
18390         * po/hu.po:
18391         * po/it.po:
18392         * po/nb.po:
18393         * po/nl.po:
18394         * po/or.po:
18395         * po/sq.po:
18396         * po/sr.po:
18397         * po/sv.po:
18398         * po/uk.po:
18399           releasing 0.8.6, "IOU Love"
18400
18401 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18402
18403         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18404
18405         * gst/playback/gstplaybasebin.c:
18406           Fix unplayable files error handling.  Fixes #158365
18407
18408 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18409
18410         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18411
18412         * gst/typefind/gsttypefindfunctions.c:
18413           Fix broken mp3 typefinding.  Fixes #158375
18414
18415 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18416
18417         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18418
18419         * ext/ogg/gstoggdemux.c:
18420           Fix sync on broken files.  Fixes #158976
18421
18422 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18423
18424         patch by: Edward Hervey <bilboed@bilboed.com>
18425
18426         * ext/libpng/gstpngenc.c:
18427           Copy over buffer properties.  Fixes #158832
18428
18429 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18430
18431         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18432
18433         * ext/dvdread/dvdreadsrc.c:
18434           Fixes invalid reads (#158462)
18435
18436 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18437
18438         * sys/v4l/gstv4lsrc.c:
18439         * sys/v4l/gstv4lsrc.h:
18440         * sys/v4l/v4lsrc_calls.c:
18441           Probe less and cache it.  Fixes #159187.
18442
18443 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18444
18445         * gst/videorate/gstvideorate.c:
18446           Handle all video formats. Fixes #159186.
18447
18448 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18449         * gst/synaesthesia/gstsynaesthesia.c:
18450         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18451         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18452         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18453         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18454         (gst_synaesthesia_change_state), (plugin_init):
18455         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18456         Force 320x200 output, as that's the only thing the underlying
18457         synaesthesia implementation supports. Still needs to be made
18458         re-entrant.
18459
18460 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18461
18462         * configure.ac:
18463           Fix mpeg2enc configure check (similar to mplex check below).
18464
18465 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18466
18467         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18468
18469         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18470           Fix for gcc-2.95 (fixes #158221).
18471
18472 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18473
18474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18475           Re-add clock distribution hack (until new core is released).
18476           Fixes #158125.
18477
18478 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18479         * configure.ac:
18480           fix mplex configure check segfaulting on some systems (bug #140994)
18481
18482 2004-11-13  Benjamin Otte  <otte@gnome.org>
18483
18484         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18485           add debugging
18486         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18487           do a wait when we enter the loop func with no data available to
18488           write instead of getting into an 100% CPU loop by just returning and
18489           being called again by the scheduler
18490
18491 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18492
18493         * configure.ac:
18494         * ext/libvisual/visual.c: (gst_visual_get_type),
18495         (libvisual_log_handler), (gst_visual_getcaps),
18496         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18497         (plugin_init):
18498           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18499         * ext/smoothwave/Makefile.am:
18500         * ext/smoothwave/demo-osssrc.c: (main):
18501         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18502         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18503         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18504         (plugin_init):
18505         * ext/smoothwave/gstsmoothwave.h:
18506           Make gstsmoothwave a working element in the 20th century.
18507
18508         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18509           Fix incorrect link function
18510
18511 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18512
18513         * gst/volume/gstvolume.c:
18514           Allow buffer-frames=0.
18515
18516 2004-11-12 Iain <iaingnome@gmail.com>
18517
18518         * configure.ac: Check for polypaudio
18519
18520         * ext/Makefile.am: Build the polyp dir
18521
18522         * ext/polyp: The polypsink sources.
18523
18524 2004-10-30 Iain <iaingnome@gmail.com>
18525
18526         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18527         caps to reflect the new number of channels.
18528
18529 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18530
18531         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18532           Fix for negotiation order problem. This would show when the
18533           ALSA loopfuction was called before any other function. ALSA
18534           wouldn't do anything because we're not negotiated yet, leading
18535           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18536
18537 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18538
18539         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18540
18541         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18542           No warnings (#157986).
18543
18544 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18545
18546         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18547           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18548
18549 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18550
18551         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18552           Signal no-more-pads (so it works in playbin).
18553
18554 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18555
18556         * ext/musepack/gstmusepackreader.cpp:
18557           Workaround for older core.
18558
18559 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18560
18561         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18562           Actually test for odd width/height rather than testing whether
18563           a temporary variable that was 0 before we subtracted 1 is now
18564           not equal to zero (which it always is).
18565
18566 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18567
18568         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18569         Fix compilation if HAVE_XVIDEO is not defined
18570
18571 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18572
18573         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18574         Fix compilation if HAVE_XVIDEO is not defined
18575
18576 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18577
18578         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18579         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18580         (gst_goom_change_state), (plugin_init):
18581         Use the bytestream adapter so goom doesn't depend on the input
18582         buffer size.
18583         Add a debug category
18584
18585 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18586
18587         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18588           Only set hardware parameters *after* negotiation. Before
18589           negotiation, it will set ANY and that seems to cause crashes
18590           (see e.g. #151288, #153227).
18591
18592 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18593
18594         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18595           This seems to be antique leftover. It needs to pass error
18596           checking.
18597         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18598         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18599         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18600         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18601           Fix GstXOverlay implementation (#151059).
18602
18603 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18604
18605         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18606           Don't assert (#157853).
18607
18608 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18609
18610         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18611           Fix bytes/samples confustion.
18612         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18613           Fix for underrun (#144389).
18614
18615 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18616
18617         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18618           Disable halfway-seek for pending release (since it needs a new
18619           core release).
18620
18621 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18622
18623         * sys/v4l/gstv4lsrc.c:
18624         * sys/v4l/gstv4lsrc.h:
18625         * sys/v4l/v4lsrc_calls.c:
18626           add autoprobe-fps property so we can separate autoprobing parts
18627
18628 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18629
18630         * sys/v4l/gstv4lsrc.c:
18631         * sys/v4l/v4lsrc_calls.c:
18632         initialise fourcc to catch unset fourcc's, and debug
18633
18634 2004-11-09  Wim Taymans  <wim@fluendo.com>
18635
18636         * gst/playback/README:
18637         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18638         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18639         (gst_play_bin_dispose), (gst_play_bin_set_property),
18640         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18641         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18642         (gst_play_bin_get_formats), (gst_play_bin_convert),
18643         (gst_play_bin_get_query_types), (gst_play_bin_query):
18644         Cleanups and some more documentation.
18645
18646 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18647
18648         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18649         (gst_cacasink_init), (gst_cacasink_chain):
18650         * ext/libcaca/gstcacasink.h:
18651         Cacasink inherits from VideoSink, so let that store the clock.
18652
18653 2004-11-09  Wim Taymans  <wim@fluendo.com>
18654
18655         * gst/playback/README:
18656         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18657         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18658         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18659         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18660         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18661         (setup_sinks):
18662         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18663         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18664         * gst/playback/gststreaminfo.h:
18665         Updated README.
18666         Only switch groups if all streams have muted (EOSed).
18667         Send Tags in sync with the stream playback instead of in
18668         the playback/preroll phase.
18669         Some cleanups, free the fakesrc elements.
18670
18671 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18672
18673         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18674           buffer-frames property was missing
18675         * ext/arts/gst_arts.c:
18676           rate missing from sinkcaps
18677         * ext/audiofile/gstafparse.c:
18678         * ext/audiofile/gstafsink.c:
18679         * ext/audiofile/gstafsrc.c:
18680         * ext/swfdec/gstswfdec.c:
18681           int audio doesn't know buffer-frames
18682         * ext/cdparanoia/gstcdparanoia.c:
18683           int audio doesn't know chunksize either
18684         * ext/nas/nassink.c:
18685           it's endianness, not endianess
18686         * gst-libs/gst/audio/audio.h:
18687           make float standard pad template caps really describe float
18688         * gst/law/mulaw.c: (linear_factory):
18689           signed only, please
18690         * gst/mpegstream/gstdvddemux.c:
18691           widths of 20 are not valid
18692
18693 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18694
18695         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18696
18697         * po/LINGUAS:
18698         * po/it.po:
18699           Add Italian
18700
18701 2004-11-08  Wim Taymans  <wim@fluendo.com>
18702
18703         * gst/playback/README:
18704         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18705         * gst/playback/gstplaybasebin.c: (probe_triggered),
18706         (gst_play_base_bin_change_state):
18707         Updated README, added more comments for fixmes etc..
18708
18709 2004-11-08  Wim Taymans  <wim@fluendo.com>
18710
18711         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18712         We can remove this hack now.
18713
18714 2004-11-08  Wim Taymans  <wim@fluendo.com>
18715
18716         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18717         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18718         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18719         Only mix AYUV for maximum quality.
18720
18721 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18722
18723         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18724         (gst_ogg_demux_push), (gst_ogg_pad_push):
18725           Let's act as if we're synchronized now! :).
18726         * ext/theora/theoradec.c: (theora_dec_chain):
18727           Add some debug.
18728
18729 2004-11-08  Wim Taymans  <wim@fluendo.com>
18730
18731         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18732         (gst_alpha_set_property), (gst_alpha_sink_link),
18733         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18734         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18735         (gst_alpha_init_params), (gst_alpha_chain):
18736         Implement alpha functions for AYUV too, this increases
18737         accuracy quite a bit.
18738
18739 2004-11-08  Wim Taymans  <wim@fluendo.com>
18740
18741         * gst/ffmpegcolorspace/avcodec.h:
18742         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18743         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18744         (gst_ffmpegcsp_avpicture_fill):
18745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18746         (gst_ffmpegcsp_caps_remove_format_info):
18747         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18748         (shrink12), (img_get_alpha_info), (deinterlace_line),
18749         (deinterlace_line_inplace):
18750         * gst/ffmpegcolorspace/imgconvert_template.h:
18751         Added AYUV colorspace and handle RGBA a bit more respectful.
18752
18753 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18754
18755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18756           Actually always send a discont (cornercase when resending the
18757           same serial-tagged chain twice).
18758
18759 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18760
18761         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18762         (gst_ximagesink_finalize):
18763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18764         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18765
18766 2004-11-08  Wim Taymans  <wim@fluendo.com>
18767
18768         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18769         Don't segfault on NULL data.
18770
18771 2004-11-08  Wim Taymans  <wim@fluendo.com>
18772
18773         * gst/playback/gstdecodebin.c: (unlinked):
18774         * gst/playback/gstplay-marshal.list:
18775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18776         (gst_play_base_bin_init), (group_create), (get_active_group),
18777         (get_building_group), (group_destroy), (group_commit),
18778         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18779         (add_element_stream), (no_more_pads), (probe_triggered),
18780         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18781         (state_change), (setup_source), (gst_play_base_bin_get_property),
18782         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18783         (gst_play_base_bin_link_stream),
18784         (gst_play_base_bin_get_streaminfo):
18785         * gst/playback/gstplaybasebin.h:
18786         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18787         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18788         Add support for chained ogg files. Prepare for playlist
18789         support. This patch introduces the concept of pad groups, which
18790         together compose one playable media file.
18791
18792 2004-11-07  David Schleef  <ds@schleef.org>
18793
18794         * testsuite/gst-lint: Check for pad templates that aren't statically
18795         scoped.
18796
18797 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18798
18799         * configure.ac:
18800         * ext/Makefile.am:
18801         * ext/musepack/Makefile.am:
18802         * ext/musepack/gstmusepackdec.cpp:
18803         * ext/musepack/gstmusepackdec.h:
18804         * ext/musepack/gstmusepackreader.cpp:
18805         * ext/musepack/gstmusepackreader.h:
18806           Add musepack decoder.
18807         * ext/faad/gstfaad.c: (gst_faad_base_init):
18808           Make pad templates static.
18809         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18810         (plugin_init):
18811           Add musepack typefinder, make mp3 typefinding work halfway stream,
18812           which doesn't actually work yet because id3demux doesn't implement
18813           _get_length().
18814
18815 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18816
18817         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18818         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18819           Fix interrupt event handling (#144436).
18820
18821 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18822
18823         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18824           Hide unused glory.
18825
18826 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18827
18828         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18829
18830         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18831           Fix weird caps (#157548).
18832
18833 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18834
18835         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18836
18837         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18838           Add missing NULL terminator (#157543).
18839
18840 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18841
18842         * gst/tcp/gsttcp.h:
18843         * gst/tcp/gsttcpclientsink.c:
18844         * gst/tcp/gsttcpclientsrc.c:
18845         * gst/tcp/gsttcpserversink.c:
18846         * gst/tcp/gsttcpserversrc.c:
18847           ports can go up to 65535.  Move common defines to gsttcp.h
18848
18849 2004-11-05  Wim Taymans  <wim@fluendo.com>
18850
18851         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18852         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18853         Added two more colorspaces.
18854
18855 2004-11-05  Wim Taymans  <wim@fluendo.com>
18856
18857         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18858         (gst_ffmpegcsp_avpicture_fill):
18859         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18860         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18861         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18862         More stride fixes.
18863
18864 2004-11-05  Wim Taymans  <wim@fluendo.com>
18865
18866         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18867         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18868         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18869         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18870         (gst_videomixer_loop):
18871         More stride fixes.
18872
18873 2004-11-05  Benjamin Otte  <otte@gnome.org>
18874
18875         * ext/mad/gstmad.c: (gst_mad_chain):
18876           don't overflow data buffer. Flush not needed sync data when syncing
18877           failed.
18878
18879 2004-11-04  Wim Taymans  <wim@fluendo.com>
18880
18881         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18882         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18883         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18884         (gst_alpha_init_params), (gst_alpha_chain),
18885         (gst_alpha_change_state):
18886         Updated the chroma keying algorithm with something more
18887         sophisticated.
18888
18889 2004-11-03  Wim Taymans  <wim@fluendo.com>
18890
18891         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18892         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18893         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18894         Fix stride issues. Does not completely work for odd
18895         heights.
18896
18897 2004-11-03  Wim Taymans  <wim@fluendo.com>
18898
18899         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18900         (gst_alpha_chroma_key), (gst_alpha_chain):
18901         Fix stride issues. Does not completely work for odd
18902         heights.
18903
18904 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18905
18906         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18907         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18908         leak fixes
18909
18910 2004-11-03  Wim Taymans  <wim@fluendo.com>
18911
18912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18913         (gst_ffmpegcsp_avpicture_fill):
18914         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18915         (avpicture_alloc):
18916         * gst/ffmpegcolorspace/imgconvert_template.h:
18917         Use correct _fill function to get correct strides.
18918
18919 2004-11-02  David Schleef  <ds@schleef.org>
18920
18921         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18922         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18923         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18924         Change all g_print()s to debugging.  Add a bunch of consistency
18925         checks.
18926
18927 2004-11-02  Wim Taymans  <wim@fluendo.com>
18928
18929         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18930         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18931         (unlinked), (no_more_pads), (close_link):
18932         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18933         (unknown_type), (add_element_stream), (new_decoded_pad),
18934         (removed_decoded_pad), (setup_source):
18935         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18936         (gst_stream_info_class_init), (gst_stream_info_init),
18937         (gst_stream_info_new), (gst_stream_info_dispose),
18938         (stream_info_mute_pad), (gst_stream_info_set_property),
18939         (gst_stream_info_get_property):
18940         * gst/playback/gststreaminfo.h:
18941         Fix playback of multiple files.
18942         a slightly different approach to handling dynamic pad removals.
18943         This one only looks at pads that we have linked.
18944
18945 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
18946
18947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
18948         free" warning from libc.
18949
18950 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18951
18952         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18953         (get_unconnected_element), (remove_starting_from), (pad_removed),
18954         (close_link):
18955           Implement support for dynamic pad changing. We listen to "live"
18956           pad removals (i.e. while playing) and re-setup autoplugging
18957           after that. Playbasebin/playbin need some more work for this
18958           to finally work, but decodebin supports (and replugs) chained
18959           ogg now.
18960
18961 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
18962
18963         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
18964         (gst_alsa_finalize):
18965         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
18966         (gst_cdaudio_finalize):
18967         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18968         (cdparanoia_finalize):
18969         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
18970         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
18971         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18972         (dvdreadsrc_finalize):
18973         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18974         (gst_flacdec_finalize):
18975         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
18976         (gst_flacenc_finalize):
18977         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
18978         (gst_gnomevfssink_finalize):
18979         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
18980         (gst_gnomevfssrc_finalize):
18981         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
18982         (gst_fameenc_finalize):
18983         * ext/nas/nassink.c: (gst_nassink_class_init),
18984         (gst_nassink_finalize):
18985         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
18986         (gst_sdlvideosink_class_init):
18987         * ext/sndfile/gstsf.c: (gst_sf_dispose):
18988         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
18989         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
18990         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
18991         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18992         (gst_x_window_listener_dispose):
18993         * gst/audioscale/gstaudioscale.c:
18994         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
18995         (play_on_demand_finalize):
18996         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
18997         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
18998         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
18999         (cdplayer_finalize):
19000         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19001         (gst_glimagesink_class_init):
19002         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19003         (gst_osselement_finalize):
19004         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19005         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19006         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19007           Fixes a bunch of problems with finalize and dispose functions,
19008           either assumptions that dispose is only called once, or not calling
19009           the parent class dispose/finalize function
19010
19011 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19012
19013         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19014           added two api precondition guards
19015           use g_strdup with getenv to fix crash when using ENVVAR
19016
19017 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19018         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19019         (gst_esdsink_finalize):
19020         Use a finalize function, not dispose, and more importantly,
19021         call the parent class finalize function too
19022
19023 2004-11-01  Johan Dahlin  <johan@gnome.org>
19024
19025         * ext/ogg/gstoggdemux.c:
19026         * gst/tags/gstvorbistag.c:
19027         Plug leaks.
19028
19029 2004-10-31  Benjamin Otte  <otte@gnome.org>
19030
19031         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19032           lotsa memleaks today. But they're all small...
19033
19034 2004-10-31  Benjamin Otte  <otte@gnome.org>
19035
19036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19037           another memleak crushed
19038
19039 2004-10-31  Benjamin Otte  <otte@gnome.org>
19040
19041         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19042           fix memleak
19043
19044 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19045
19046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19047           Hack to prevent crash when going to READY inside signal handler
19048           while this function is active.
19049
19050 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19051
19052         * gst/ffmpegcolorspace/Makefile.am:
19053         * gst/ffmpegcolorspace/avcodec.h:
19054         * gst/ffmpegcolorspace/common.h:
19055         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19056         * gst/ffmpegcolorspace/dsputil.h:
19057         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19058         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19059         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19060         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19061         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19062         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19063         (gst_ffmpegcsp_avpicture_fill):
19064         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19066         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19067         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19068         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19069         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19070         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19071         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19072         * gst/ffmpegcolorspace/imgconvert.c:
19073         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19074         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19075         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19076         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19077         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19078         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19079         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19080         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19081         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19082         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19083         (grow21), (grow22), (grow41), (grow44), (conv411),
19084         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19085         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19086         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19087         (avpicture_free), (is_yuv_planar), (img_convert),
19088         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19089         (deinterlace_line_inplace), (deinterlace_bottom_field),
19090         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19091         * gst/ffmpegcolorspace/imgconvert_template.h:
19092         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19093         * gst/ffmpegcolorspace/mmx.h:
19094         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19095         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19096         (av_freep), (avcodec_get_context_defaults),
19097         (avcodec_alloc_context), (avcodec_init):
19098           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19099           handling plus update from ffmpeg CVS. Large clean-up.
19100
19101 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19102
19103         * gst/playback/Makefile.am:
19104           We need the marshallers for decodebin, too.
19105
19106 2004-10-30  David Schleef  <ds@schleef.org>
19107
19108         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19109           quicktime typefinding work with 64-bit offsets.
19110
19111 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19112
19113         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19114           Set EOS on the element when processing an EOS event.
19115         * ext/speex/gstspeexdec.h:
19116         * ext/speex/gstspeexenc.h:
19117           Only keep a const ptr to the mode
19118         * gst-libs/gst/riff/riff-media.c:
19119         (gst_riff_create_audio_caps_with_data),
19120         (gst_riff_create_audio_template_caps):
19121           Allow WMAV3, with up to 6 channels.
19122         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19123           Don't call gst_pad_set_event_function on a sink pad.
19124         * gst/mpegstream/gstdvddemux.c:
19125         (gst_dvd_demux_get_subpicture_stream),
19126         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19127           Copy the explicit caps that were set across to the cur_* pads,
19128           instead of trying to use a possibly non-existent negotiated caps.
19129           Reset the type of subpicture pads to UNKNOWN after calling
19130           init_stream, so that the caps get set.
19131
19132 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19133
19134         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19135
19136         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19137           Don't touch buffer if it is of size 0 (fixes #151064).
19138
19139 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19140
19141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19142           Synchronized discont handling.
19143
19144 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19145
19146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19147         (gst_ogg_demux_push):
19148           Make seeking sort-of exact again (fixes #156387).
19149
19150 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19151
19152         * gst/playback/gstplaybasebin.c: (unknown_type),
19153         (add_element_stream), (new_decoded_pad),
19154         (gst_play_base_bin_change_state):
19155         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19156         (gst_stream_info_init), (gst_stream_info_new),
19157         (gst_stream_info_dispose), (gst_stream_info_get_property):
19158         * gst/playback/gststreaminfo.h:
19159           Make caps explicitely available. Makes testing for unsupported
19160           types possible. Improves error reporting.
19161
19162 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19163
19164         * gst/audioconvert/gstaudioconvert.c:
19165         (gst_audio_convert_buffer_to_default_format):
19166           Really don't touch read-only buffers (#156563).
19167
19168 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19169
19170         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19171
19172         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19173           Fix memleak (#155223).
19174
19175 2004-10-29  Wim Taymans  <wim@fluendo.com>
19176
19177         * gst/tcp/.cvsignore:
19178         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19179         (gst_multifdsink_class_init), (gst_multifdsink_init),
19180         (gst_multifdsink_add), (gst_multifdsink_remove),
19181         (gst_multifdsink_remove_client_link), (is_sync_frame),
19182         (gst_multifdsink_new_client),
19183         (gst_multifdsink_handle_client_write),
19184         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19185         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19186         (gst_multifdsink_get_property):
19187         * gst/tcp/gstmultifdsink.h:
19188         Added burst on connect sync_method, deprecated sync_clients,
19189         streamlined the sync code some more.
19190
19191 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19192
19193         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19194         (gst_play_base_bin_change_state):
19195           Improve error reporting.
19196
19197 2004-10-28  Wim Taymans  <wim@fluendo.com>
19198
19199         * gst/tcp/Makefile.am:
19200         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19201         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19202         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19203         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19204         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19205         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19206         (gst_fdset_wait):
19207         Added more locks around fdset structures. Fixed/reworked
19208         the poll array resizing code.
19209         Added stress test for fdset.
19210
19211 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19212
19213         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19214         fix build
19215
19216 2004-10-28  Benjamin Otte  <otte@gnome.org>
19217
19218         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19219           fix link function to always query channels and query width for
19220           floats
19221         * configure.ac:
19222           add equalizer dir
19223         * gst/equalizer/Makefile.am:
19224         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19225         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19226         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19227         (arg_to_scale), (setup_filter),
19228         (gst_iir_equalizer_compute_frequencies),
19229         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19230         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19231         (plugin_init):
19232           add an equalizer
19233
19234 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19235
19236         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19237
19238         * po/LINGUAS:
19239         * po/nb.po:
19240           Added Norwegian Bokmaal translation
19241
19242 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19243
19244         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19245           Don't break on options (fixes #156488).
19246
19247 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19248
19249         * configure.ac:
19250         * ext/cdaudio/Makefile.am:
19251         * sys/Makefile.am:
19252           fix build on older automake
19253
19254 2004-10-26  Wim Taymans  <wim@fluendo.com>
19255
19256         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19257         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19258         Allow a little margin when negotiating the framerate.
19259
19260 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19261
19262         * gst/level/gstlevel.c:
19263           synchonised naming of pads and pad-templates
19264
19265 2004-10-26  Wim Taymans  <wim@fluendo.com>
19266
19267         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19268         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19269         (_find_streams_check), (gst_ogg_demux_push):
19270         Fix EOS again. Needs to be done in a better way. We should not
19271         remove the pad if there is no new chained stream.
19272
19273 2004-10-26 Iain <iaingnome@gmail.com>
19274
19275         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19276         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19277         of the caps.
19278         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19279         pad.
19280         (interleave_release_pad): Remove the pad.
19281         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19282         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19283         the set device.
19284         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19285         attrs
19286         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19287         (gst_xvimagesink_finalize): Free the par.
19288
19289 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19290
19291         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19292         (gst_avimux_stop_file):
19293           First calculate the rate, and only then use it. Hdr.rate is a
19294           multiple and not a derivative of hdr.scale. Scale is not the
19295           same as blockalign but is solely related to rate.
19296
19297 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19298
19299         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19300         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19301           Implement seeking.
19302
19303 2004-10-25  James Henstridge  <james@jamesh.id.au>
19304
19305         Reviewed by:  David Schleef  <ds@schleef.org>
19306
19307         * examples/gstplay/player.c: (got_stream_length), (main):
19308         * examples/seeking/cdplayer.c: (update_scale):
19309         * examples/seeking/seek.c: (format_value), (update_scale):
19310         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19311         (stop_seek):
19312         Build fixes on AMD64.
19313
19314 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19315
19316         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19317
19318         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19319         Fix for some v4l cards which hang in v4lsrc
19320
19321 2004-10-25  Wim Taymans  <wim@fluendo.com>
19322
19323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19324         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19325         Make sure to remove the pad when a new chain is
19326         encountered. Set some vars to NULL so we don't try
19327         to reference freed memory.
19328
19329 2004-10-25  Wim Taymans  <wim@fluendo.com>
19330
19331         * examples/seeking/Makefile.am:
19332         * examples/seeking/cdplayer.c: (update_scale):
19333         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19334         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19335         (format_value), (update_scale), (iterate), (start_seek),
19336         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19337         (print_usage), (main):
19338         Added some more examples, update others.
19339
19340 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19341
19342         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19343         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19344         * ext/theora/theoradec.c: (theora_dec_chain):
19345         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19346           Add codec-name metadata.
19347
19348 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19349
19350         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19351
19352         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19353         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19354         * ext/alsa/gstalsamixertrack.h:
19355         * po/POTFILES.in:
19356           ALSA mixer track label internationalization (#154054).
19357
19358 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19359
19360         * ext/theora/theoradec.c: (theora_dec_chain):
19361           Export bitrate as metadata.
19362
19363 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19364
19365         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19366         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19367         * ext/alsa/gstalsamixertrack.h:
19368           Fix names, fix loop.
19369
19370 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19371
19372         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19373         (speex_dec_convert):
19374           sinkconvert function so oggdemux can get the file length (totem).
19375
19376 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19377
19378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19379
19380         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19381           Don't push incomplete packets.
19382         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19383           Fix MPEG-4 audio typefinding.
19384
19385 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19386
19387         * sys/v4l/Makefile.am:
19388         * sys/v4l/gstv4l.c: (plugin_init):
19389         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19390         (gst_v4lelement_init), (gst_v4lelement_dispose),
19391         (gst_v4lelement_change_state):
19392         * sys/v4l/gstv4lelement.h:
19393         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19394         (gst_v4l_xoverlay_close), (idle_refresh),
19395         (gst_v4l_xoverlay_set_xwindow_id):
19396         * sys/v4l/gstv4lxoverlay.h:
19397         * sys/v4l/v4l-overlay_calls.c:
19398         * sys/v4l/v4l_calls.h:
19399         * sys/v4l2/Makefile.am:
19400         * sys/v4l2/gstv4l2.c: (plugin_init):
19401         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19402         (gst_v4l2element_init), (gst_v4l2element_dispose),
19403         (gst_v4l2element_change_state):
19404         * sys/v4l2/gstv4l2element.h:
19405         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19406         (gst_v4l2_xoverlay_close), (idle_refresh),
19407         (gst_v4l2_xoverlay_set_xwindow_id):
19408         * sys/v4l2/gstv4l2xoverlay.h:
19409         * sys/v4l2/v4l2-overlay_calls.c:
19410         * sys/v4l2/v4l2_calls.h:
19411           Remove client-side overlay handling, use the X-server v4l plugin
19412           for that. Nicer overlay, less code. Also make the plugin
19413           compileable without X (but then without overlay, obviously).
19414           Makes xwindowlistener obsolete, should we remove that?
19415
19416 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19417
19418         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19419         (gst_osssrc_src_query):
19420         * sys/oss/gstosssrc.h:
19421           OK, so people want offset in DEFAULT. This time, actually fix all
19422           cases.
19423         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19424           Add FPS properly.
19425
19426 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19427
19428         * gst/asfdemux/gstasfmux.c:
19429         * gst/avi/gstavimux.c:
19430           Framerate.
19431
19432 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19433
19434         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19435           Fix properties (channel, norm, frequency).
19436
19437 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19438
19439         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19440           Flag typo.
19441         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19442           No warnings.
19443
19444 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19445
19446         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19447           Fix hang.
19448
19449 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19450
19451         * sys/v4l2/gstv4l2element.h:
19452           Yet Another Hack (tm) for kernel header borkedness.
19453         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19454         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19455         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19456         (gst_v4l2src_change_state):
19457         * sys/v4l2/gstv4l2src.h:
19458         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19459         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19460           Fix caps, keep track of state, work.
19461
19462 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19463
19464         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19465           Quiet.
19466
19467 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19468
19469         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19470           Don't mix bytes and samples.
19471
19472 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19473
19474         * ext/ogg/gstoggmux.c:
19475           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19476           and theora. Any is incorrect.
19477         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19478           Fix caps.
19479         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19480         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19481         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19482         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19483         * sys/v4l/gstv4lmjpegsrc.h:
19484         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19485         (gst_v4lsrc_change_state):
19486         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19487         (gst_v4lmjpegsrc_capture_stop):
19488           Fix caps. Keep track of internal state. Work.
19489
19490 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19491
19492         * ext/Makefile.am:
19493           Fix the build fixes.
19494
19495 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19496
19497         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19498         (gst_ogg_demux_src_event), (_find_chain_seek),
19499         (gst_ogg_pad_push):
19500           Check for pad availability before using it.
19501         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19502           Fix parsing of chained ogg. Needs more work on the decoder side.
19503
19504 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19505
19506         * gst/spectrum/Makefile.am:
19507         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19508         (idle_func):
19509           Fix demo and reenable it. Yes, I'm currently playing with audio
19510           analysis tools
19511
19512 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19513
19514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19515           We love it if files that start at zero work too...
19516
19517 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19518
19519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19520           Handle files with missing EOS headers.
19521
19522 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19523
19524         * gst/tcp/gsttcpserversink.c:
19525         (gst_tcpserversink_handle_server_read),
19526         (gst_tcpserversink_init_send):
19527         Zero some variables first (need for accept not to return EINVAL)
19528
19529 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19530
19531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19532         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19533         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19534         (theora_dec_chain):
19535         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19536         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19537           Seeking and querying finetune.
19538
19539 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19540
19541         * configure.ac:
19542         * ext/Makefile.am:
19543         * ext/raw1394/Makefile.am:
19544           fix the build
19545
19546 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19547
19548         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19549           Wrong return.
19550         * gst/playback/Makefile.am:
19551         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19552         * gst/playback/gstplay-marshal.list:
19553         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19554           Fix marshallers.
19555
19556 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19557
19558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19559           Silence.
19560
19561 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19562
19563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19564         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19565         (gst_ogg_pad_push):
19566           Yay for non-lineair granulepos in theora.
19567
19568 2004-10-18  Wim Taymans  <wim@fluendo.com>
19569
19570         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19571         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19572         * ext/dv/gstdvdec.h:
19573         Make sure we renegotiate aspect ratio when the camera switches.
19574
19575 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19576
19577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19578         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19579           Start at zero.
19580         * ext/theora/theoradec.c: (theora_dec_chain):
19581           Skip headers. Bad idea for chained ogg, but fixes seeking.
19582
19583 2004-10-18  Wim Taymans  <wim@fluendo.com>
19584
19585         * configure.ac:
19586         I swear, this is the last time I touch this.
19587
19588 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19589
19590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19591         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19592         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19593           Faster seeking.
19594         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19595           Time-to-default conversion.
19596         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19597           Don't error on unknown packets, just skip. We should probably
19598           read them if we want to support chained ogg.
19599
19600 2004-10-18  Wim Taymans  <wim@fluendo.com>
19601
19602         * configure.ac:
19603         Added cdaudio to wrong list.
19604
19605 2004-10-18  Wim Taymans  <wim@fluendo.com>
19606
19607         * configure.ac:
19608         Revive cdaudio.
19609
19610 2004-10-18  Wim Taymans  <wim@fluendo.com>
19611
19612         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19613         (gst_dvdec_video_link), (gst_dvdec_push):
19614         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19615         (gst_smokeenc_resync), (gst_smokeenc_chain):
19616         Fix mimetype on smoke encoder.
19617         Add aspect ratio to dvdec. Not sure if these
19618         values are correct though....
19619
19620 2004-10-18  Wim Taymans  <wim@fluendo.com>
19621
19622         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19623         Fix vorbis property descriptions and ranges.
19624
19625 2004-10-18  Wim Taymans  <wim@fluendo.com>
19626
19627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19628         Really do nothing when no data is available.
19629         Go to the playing state when the stream is not seekable
19630         instead of failing.
19631
19632 2004-10-18  Wim Taymans  <wim@fluendo.com>
19633
19634         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19635         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19636         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19637         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19638         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19639         Added uri handler for cd://
19640         Port to new API.
19641
19642 2004-10-18  Wim Taymans  <wim@fluendo.com>
19643
19644         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19645         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19646         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19647         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19648         (remove_prerolls), (unknown_type), (add_element_stream),
19649         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19650         (gst_play_base_bin_remove_element),
19651         (gst_play_base_bin_link_stream):
19652         * gst/playback/gstplaybin.c: (gen_video_element),
19653         (gen_vis_element), (remove_sinks), (setup_sinks):
19654         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19655         (gst_stream_info_get_type), (gst_stream_info_class_init),
19656         (gst_stream_info_init), (gst_stream_info_new),
19657         (gst_stream_info_dispose), (stream_info_mute_pad),
19658         (gst_stream_info_set_property), (gst_stream_info_get_property):
19659         * gst/playback/gststreaminfo.h:
19660         Add sink padtemplate to decodebin.
19661         Added some more comments.
19662         Make queue size configurable in playbasebin.
19663         Added possibility to use elements as sinks (ex cdaudio).
19664
19665 2004-10-15  Wim Taymans  <wim@fluendo.com>
19666
19667         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19668         (gst_speexenc_chain):
19669         Fix speex timestamps so that it gets muxed properly.
19670
19671 2004-10-15  Wim Taymans  <wim@fluendo.com>
19672
19673         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19674         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19675         (gst_dv1394src_init), (gst_dv1394src_dispose),
19676         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19677         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19678         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19679         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19680         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19681         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19682         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19683         * ext/raw1394/gstdv1394src.h:
19684         Added conversion/query functions.
19685         Update buffer timestamps,
19686         Added signals.
19687         Added uri dv:// so it might play from the firewire in playbin.
19688         Fix a possible leak.
19689         Added debugging.
19690
19691 2004-10-15  Wim Taymans  <wim@fluendo.com>
19692
19693         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19694         (gst_dv1394src_init), (gst_dv1394src_set_property),
19695         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19696         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19697         * ext/raw1394/gstdv1394src.h:
19698         Added AV/C VTR control support needed for some cameras.
19699         Added automatic port detection.
19700         Added properties for selecting the channel.
19701         The configure.ac script is not yet updated to reflect the
19702         new libavc1394 and librom1394 dependencies.
19703
19704 2004-10-15  Wim Taymans  <wim@fluendo.com>
19705
19706         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19707         (qtdemux_parse), (gst_qtdemux_handle_esds):
19708         An esds box is not a container.
19709         Fix parsing of mp4v boxes.
19710         Do not try to renegotiate fps for each frame. Need to
19711         find a better method. This should fix mp4 playback.
19712
19713 2004-10-14  David Schleef  <ds@schleef.org>
19714
19715         * configure.ac: update for swfdec-0.3 and liboil-0.2
19716         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19717         * ext/swfdec/gstswfdec.h: same
19718         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19719         * gst/videotestsrc/videotestsrc.c: same
19720
19721 2004-10-14  Wim Taymans  <wim@fluendo.com>
19722
19723         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19724         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19725         (is_sync_frame), (gst_multifdsink_new_client),
19726         (gst_multifdsink_handle_client_write),
19727         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19728         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19729         Turn warnings into info.
19730         Don't allow a state change in the streaming thread.
19731
19732 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19733
19734         * ext/vorbis/oggvorbisenc.c:
19735         * ext/vorbis/vorbisdec.c:
19736           fix template sample rate
19737
19738 2004-10-13  Wim Taymans  <wim@fluendo.com>
19739
19740         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19741         Decoding the header first fixes some problems in resyncing
19742         in more mp3s.
19743
19744 2004-10-12  Wim Taymans  <wim@fluendo.com>
19745
19746         * gst/playback/gstplaybin.c: (gen_video_element),
19747         (gen_vis_element), (remove_sinks), (setup_sinks):
19748         Added vis plugin support, need to configure the vis
19749         element to activate it.
19750
19751 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19752
19753         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19754         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19755           Some debug.
19756         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19757         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19758         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19759         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19760         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19761         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19762         * gst/avi/gstavidemux.h:
19763           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19764           recovery (where, if part of the index is broken, we will still read
19765           the rest of the index and recover the broken part by stream
19766           scanning). More broken media support. EOS workarounds. General AVI
19767           braindamage headache recovery. Aspirin included.
19768
19769 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19770
19771         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19772         (cdparanoia_event), (cdparanoia_query):
19773           Get rid of hideous lead-in.
19774
19775 2004-10-11  Wim Taymans  <wim@fluendo.com>
19776
19777         * gst/playback/gstplaybasebin.c: (setup_source):
19778         Wrong var used to get g_list_next.
19779
19780 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19781
19782         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19783         (cdparanoia_get), (cdparanoia_open):
19784           Report discid as metadata, add duration.
19785
19786 2004-10-11  Wim Taymans  <wim@fluendo.com>
19787
19788         * gst/playback/gstplaybasebin.c: (setup_source):
19789         Cleanup the previous pipeline a little earlier for the
19790         case that a source element provides raw data.
19791
19792 2004-10-11  Benjamin Otte  <otte@gnome.org>
19793
19794         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19795           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19796           consuming the last 128 bytes, even though it was valid mp3 data.
19797
19798 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19799
19800         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19801         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19802         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19803         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19804
19805 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19806
19807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19808         Fix for webcams that support only specific width or height
19809
19810 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19811
19812         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19813
19814         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19815           Fix wrong discont event setup (fixes #154967).
19816
19817 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19818
19819         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19820
19821         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19822           Error out on invalid data (fixes #154807).
19823
19824 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19825
19826         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19827
19828         * ext/dvdread/dvdreadsrc.c: (_read):
19829           Make titles > 0 work again (fixes #154834).
19830
19831 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19832
19833         * gst-libs/gst/riff/riff-media.c:
19834         (gst_riff_create_video_template_caps):
19835           WMV3 missing in template caps.
19836
19837 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19838
19839         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19840           OK, so the original code was too strict. It makes random AVI files
19841           hang for seconds upon opening, which is unacceptable and is far
19842           beyond the original goal of getting multiple chunks for one-chunk
19843           sounc stream files. So now do just that.
19844
19845 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19846
19847         * gst/playback/gstplaybasebin.c: (setup_source),
19848         (gst_play_base_bin_change_state):
19849           Actually clean up streaminfo if output fails. This would trigger
19850           if, for example, there was no CD in the drive. No preroll, so
19851           a streaminfo structure is created, but the subsequent state change
19852           of the thread fails.
19853         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19854           Don't change state if parent failed.
19855
19856 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19859         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19860         (gen_video_element), (remove_sinks):
19861           Add small bits of code for screenshot handling.
19862
19863 2004-10-08  Wim Taymans  <wim@fluendo.com>
19864
19865         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19866         (gen_video_element), (gen_audio_element), (setup_sinks):
19867         Don't assume the user provided sinks are named "sink"...
19868
19869 2004-10-08  Wim Taymans  <wim@fluendo.com>
19870
19871         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19872         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19873         (gst_play_base_bin_link_stream):
19874         Do not try to autoplug sources that generate raw streams like
19875         cdparanoia.
19876         disconnect the preroll overrun signal when we don't need it anymore.
19877
19878 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19879
19880         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19881         Added reworked patch from #154903 from milosz derezynski (deadchip).
19882
19883 2004-10-08  Wim Taymans  <wim@fluendo.com>
19884
19885         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19886         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19887         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19888         (cdparanoia_convert), (cdparanoia_uri_get_type),
19889         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19890         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19891         * ext/cdparanoia/gstcdparanoia.h:
19892         This adds the cdda://<tracknum> uri.
19893
19894 2004-10-08  Wim Taymans  <wim@fluendo.com>
19895
19896         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19897         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19898         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19900         (unknown_type), (gst_play_base_bin_remove_element),
19901         (gst_play_base_bin_link_stream):
19902         * gst/playback/gstplaybasebin.h:
19903         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19904         (gst_play_bin_set_property), (gen_video_element),
19905         (gen_audio_element), (setup_sinks):
19906         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19907         (gst_stream_info_get_type), (gst_stream_info_class_init),
19908         (gst_stream_info_init), (gst_stream_info_new),
19909         (gst_stream_info_dispose), (stream_info_mute_pad),
19910         (gst_stream_info_set_property), (gst_stream_info_get_property):
19911         * gst/playback/gststreaminfo.h:
19912         Reuse the audio and video bins.
19913         Some internal cleanups in the stream selection code.
19914
19915 2004-10-08  Julien MOUTTE  <julien@moutte.net>
19916
19917         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19918         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19919         * sys/ximage/ximagesink.h:
19920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19921         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19922         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19923         not coming from those elements. Moreover these elements should not keep
19924         the xid they have been given when in NULL state.
19925
19926 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19927
19928         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19929         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19930         * sys/ximage/ximagesink.h:
19931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19932         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19933         * sys/xvimage/xvimagesink.h:
19934           Actually only create a new toplevel window if we're not gonna
19935           embed it right after.
19936
19937 2004-10-07  Wim Taymans  <wim@fluendo.com>
19938
19939         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
19940         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
19941         * gst/playback/gstplaybin.c: (setup_sinks):
19942         Implement muting/unmuting of streams, mute streams that are not
19943         used.
19944
19945 2004-10-07  Wim Taymans  <wim@fluendo.com>
19946
19947         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
19948         (plugin_init):
19949         Added lame audio/x-ac3 typefind function.
19950
19951 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19952
19953         * configure.ac:
19954           bump nano to cvs
19955
19956 === release 0.8.5 ===
19957
19958 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19959
19960         * NEWS:
19961         * RELEASE:
19962         * configure.ac:
19963           releasing 0.8.5, "Take You On"
19964
19965 2004-10-06  Wim Taymans  <wim@fluendo.com>
19966
19967         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19968         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19969         (no_more_pads), (close_link), (type_found):
19970         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
19971         * gst/playback/gstplaybin.c: (gen_video_element):
19972         Do not signal the no_more_pads after the first pad when
19973         we are plugging a non dynamic element with multiple
19974         output pads (like swfdec, dvdec, ...).
19975
19976 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19977
19978         * configure.ac:
19979           bump for prerelease
19980
19981 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19982
19983         * gst/wavparse/gstwavparse.c:
19984           add ATRAC3 to STATIC CAPS to fix a warning
19985
19986         * gst/matroska/ebml-read.c:
19987         * gst-libs/gst/riff/riff-read.c:
19988           fix typos
19989
19990 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19991
19992         * gst-libs/gst/riff/riff-media.c:
19993           generate caps for ATRAC3 audio streams
19994
19995         * gst/realmedia/rmdemux.c:
19996           generate caps for ATRAC3 audio streams
19997
19998 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19999
20000         * gst/wavparse/Makefile.am
20001         * gst/wavparse/riff.h
20002         * gst/wavparse/wavparse.vcproj
20003           riff.h removal (unused and duplication with riff-ids.h)
20004
20005 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20006
20007         * gst/wavparse/gstwavparse.h
20008           remove duplicated defines for audio codec codes
20009
20010         * gst-libs/gst/riff/riff-ids.h
20011         * gst/wavenc/riff.h:
20012           add "4CC" code for ATRAC3 audio streams
20013           add "4CC" code for ITU_G721_ADPCM (unused for now)
20014
20015 2004-10-06  Wim Taymans  <wim@fluendo.com>
20016
20017         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20018         Actually _do_ negotiation. Pass gdouble as arg instead
20019         of guint64 for the framerate.
20020
20021 2004-10-06  Wim Taymans  <wim@fluendo.com>
20022
20023         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20024         (find_compatibles), (close_pad_link), (try_to_link_1),
20025         (no_more_pads), (close_link), (type_found):
20026         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20027         * gst/playback/gstplaybin.c: (gen_video_element),
20028         (gen_audio_element):
20029         Set state on newly added element to READY so that negotiation
20030         can happen ASAP.
20031         Addes some more debug info.
20032         Do not try to plug pads with multiple caps structures or ANY
20033         because it is too dangerous since we do not do dynamic
20034         replugging.
20035
20036 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20037
20038         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20039
20040         * po/LINGUAS:
20041         * po/or.po:
20042           add Oriya translation
20043
20044 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20045
20046         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20047           Prevent overwrite of size member. Makes audio sound crappy.
20048
20049 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20050
20051         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20052         Add rmvb to the list of known RealMedia extensions
20053
20054 2004-10-05  Wim Taymans  <wim@fluendo.com>
20055
20056         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20057         (mngdec_openstream), (mngdec_closestream),
20058         (mngdec_handle_sink_event), (mngdec_readdata),
20059         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20060         (mngdec_getcanvasline), (mngdec_refresh),
20061         (gst_mngdec_change_state):
20062         Set the framerate correctly.
20063
20064 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20065
20066         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20067           There was something wrong with the index massaging.
20068
20069 2004-10-04  Wim Taymans  <wim@fluendo.com>
20070
20071         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20072         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20073         (gst_smokedec_chain):
20074         * ext/jpeg/gstsmokedec.h:
20075         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20076         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20077         * ext/jpeg/gstsmokeenc.h:
20078         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20079         (smokecodec_decode_new), (smokecodec_info_free),
20080         (smokecodec_set_quality), (smokecodec_get_quality),
20081         (smokecodec_set_threshold), (smokecodec_get_threshold),
20082         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20083         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20084         (smokecodec_encode), (smokecodec_parse_id),
20085         (smokecodec_parse_header), (smokecodec_decode):
20086         * ext/jpeg/smokecodec.h:
20087         * ext/jpeg/smokeformat.h:
20088         Updated smoke, new bitstream, allows embedding in ogg.
20089
20090 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20091
20092         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20093           Fix seeking in some files. All this code is no longer needed (and
20094           actually breaks stuff) because we now synchronize the full index
20095           right when reading the header.
20096
20097 2004-10-04  Wim Taymans  <wim@fluendo.com>
20098
20099         * configure.ac:
20100         configure update for libmng.
20101
20102 2004-10-04  Wim Taymans  <wim@fluendo.com>
20103
20104         * ext/libmng/Makefile.am:
20105         * ext/libmng/gstmng.c: (plugin_init):
20106         * ext/libmng/gstmng.h:
20107         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20108         (gst_mngdec_base_init), (gst_mngdec_class_init),
20109         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20110         (gst_mngdec_loop), (gst_mngdec_get_property),
20111         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20112         (mngdec_closestream), (mngdec_handle_sink_event),
20113         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20114         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20115         (gst_mngdec_change_state):
20116         * ext/libmng/gstmngdec.h:
20117         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20118         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20119         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20120         (gst_mngenc_chain), (gst_mngenc_get_property),
20121         (gst_mngenc_set_property):
20122         * ext/libmng/gstmngenc.h:
20123         Added basic MNG decoder. Needs more work. The encoder does
20124         not work yet.
20125
20126 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20127
20128         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20129         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20130         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20131           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20132           no-more-pads.
20133
20134 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20135
20136         * configure.ac:
20137           you need at least 1.0.4 of speex
20138
20139 2004-10-04 Iain <iaingnome@gmail.com>
20140
20141         * ext/speex/gstspeexdec.h: Revert the includes changes.
20142
20143         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20144
20145 2004-09-30 Iain <iaingnome@gmail.com>
20146
20147         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20148         found during init or set as a property instead of hardcoding /dev/audio
20149
20150 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20151
20152         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20153         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20154         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20155         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20156         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20157         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20158         (gst_rmdemux_dump_data):
20159           Use debug category, fix EOS handling. filesrc ! rmdemux now
20160           works.
20161
20162 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20163
20164         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20165         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20166         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20167           Improve allocation, cutting and sorting of the index. How takes a
20168           few seconds instead of minutes.
20169
20170 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20171
20172         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20173           fixed compilation
20174
20175 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20176
20177         * gst-libs/gst/riff/riff-media.c:
20178         (gst_riff_create_video_caps_with_data),
20179         (gst_riff_create_video_template_caps):
20180           Add wing commander format mimetype/fourccs.
20181         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20182           Don't crash if some value is 0.
20183
20184 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20185
20186         * gst-libs/gst/riff/riff-media.c:
20187         (gst_riff_create_video_caps_with_data),
20188         (gst_riff_create_video_template_caps):
20189           Add DIB fourcc (raw, palettized 8-bit RGB).
20190         * gst-libs/gst/riff/riff-read.c:
20191         (gst_riff_read_strf_vids_with_data):
20192           Oops, fix strf_data reading bug.
20193         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20194           Use a non-NULL tag.
20195         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20196           Time for hacks. Sorry Dave. At least one quicktime movie (a
20197           trailer) that I've encountered contains multiple video tracks.
20198           One of those is the actual video track, the other are one-frame
20199           tracks (images). Unfortunately, the number of frames according
20200           to the trak header is 1 for each, so that doesn't help. So
20201           instead, I look at the duration and discard tracks with a
20202           duration shorter than 20% of the length of the stream. Better
20203           than nothing.
20204
20205 2004-10-01  Christian Schaller <christian@fluendo.com>
20206
20207         * ext/ivorbis/vorbis.c:
20208           Patch from Phil Blundell (Bug 152341)
20209
20210 2004-10-01  Wim Taymans  <wim@fluendo.com>
20211
20212         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20213         (speex_dec_get_formats), (speex_dec_convert),
20214         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20215         (speex_dec_chain), (gst_speexdec_get_property),
20216         (gst_speexdec_set_property):
20217         Small cleanups.
20218
20219 2004-10-01  Wim Taymans  <wim@fluendo.com>
20220
20221         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20222         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20223         (gst_wavparse_other), (gst_wavparse_loop),
20224         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20225         (gst_wavparse_srcpad_event):
20226         * gst/wavparse/gstwavparse.h:
20227         Added some more debugging info.
20228         Fix the case where the length of the file is 0.
20229         Make sure we seek to sample borders.
20230
20231 2004-10-01  Wim Taymans  <wim@fluendo.com>
20232
20233         * gst/playback/README:
20234         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20235         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20236         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20237         Add some debug info to decodebin, update README
20238
20239 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20240
20241         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20242           Don't use g_print(); use GST_DEBUG().
20243
20244 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20245
20246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20247         (gst_ogg_mux_queue_pads):
20248           Handle EOS properly.
20249
20250 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20251
20252         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20253
20254         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20255         (gst_faad_chain), (gst_faad_change_state):
20256         * ext/faad/gstfaad.h:
20257           Allow playback of raw (unframed) MPEG AAC files (#148993).
20258
20259 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20260
20261         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20262
20263         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20264           Throw error if we didn't recognize the stream. Fixes #152289.
20265
20266 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20267
20268         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20269           Fix negotiation.
20270
20271 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20272
20273         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20274
20275         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20276           Fix memleak.
20277
20278 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20279
20280         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20281
20282         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20283           Solve #152805.
20284         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20285           Solve 152806.
20286
20287 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20288
20289         * gst-libs/gst/riff/riff-media.c:
20290         (gst_riff_create_video_caps_with_data),
20291         (gst_riff_create_audio_caps_with_data):
20292           Add codec_data handling (like asfdemux used to do).
20293         * gst/asfdemux/gstasf.c: (plugin_init):
20294         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20295         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20296           Use riff-media for caps creation instead of our own (mostly
20297           broken) copy of its functions.
20298
20299 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20300
20301         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20302           Don't actually error out if we get another return value than
20303           -EINVAL. Opposite to what I first thought, drivers have random
20304           return values for this, although -EINVAL is the expected return
20305           value. Since this is not fatal, we shouldn't use
20306           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20307
20308 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20309
20310         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20311         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20312         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20313         (dvdreadsrc_get), (dvdreadsrc_open_file),
20314         (dvdreadsrc_change_state):
20315           Fix. Don't do one big huge loop around the whole DVD, that will
20316           cache all data and thus eat sizeof(dvd) (several GB) before we
20317           see something.
20318         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20319           Actually NULL'ify event after using it.
20320         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20321         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20322         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20323         (gst_ebml_read_seek), (gst_ebml_read_skip):
20324           Handle events.
20325         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20326         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20327         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20328           Fix timing (this will probably break if I seek using menus, but
20329           I didn't get there yet). VOBs and normal DVDs should now work.
20330           Add a mpeg2-only pad with high rank so this get autoplugged for
20331           MPEG-2 movies.
20332         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20333         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20334         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20335         (gst_mpeg_demux_get_audio_stream),
20336         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20337         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20338           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20339           MPEG-1 but use dvddemux for MPEG-2.
20340         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20341         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20342         (gst_mpeg_parse_parse_packhead):
20343           Timing. Only add pad template if it exists. Add sink template from
20344           class and not from ourselves. This means we will always use the
20345           correct sink template even if it is not the one defined in this
20346           file.
20347
20348 2004-09-29  Wim Taymans  <wim@fluendo.com>
20349
20350         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20351         (gst_mpeg_demux_parse_pes):
20352         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20353         Fix playback of mpeg again, timestamps where screwed up by
20354         patch 1.61.
20355
20356 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20357
20358         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20359           Only return true if we actually filled something in. Prevents
20360           player applications from showing a random length for flac files.
20361         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20362         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20363         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20364         (gst_riff_read_strf_vids_with_data),
20365         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20366           OK, ok, so I implemented event handling. Apparently it's normal
20367           that we receive random events at random points without asking
20368           for it.
20369         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20370         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20371         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20372         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20373         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20374         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20375         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20376         * gst/avi/gstavidemux.h:
20377           Implement non-lineair chunk handling and subchunk processing.
20378           The first solves playback of AVI files where the audio and video
20379           data of individual buffers that we read are not synchronized.
20380           This should not happen according to the wonderful AVI specs, but
20381           of course it does happen in reality. It is also a prerequisite for
20382           the second. Subchunk processing allows us to cut chunks in small
20383           pieces and process each of these pieces separately. This is
20384           required because I've seen several AVI files with incredibly large
20385           audio chunks, even some files with only one audio chunk for the
20386           whole file. This allows for proper playback including seeking.
20387           This patch is supposed to fix all AVI A/V sync issues.
20388         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20389         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20390           Work.
20391         * gst/modplug/gstmodplug.cc:
20392           Proper return value setting for the query() function.
20393         * gst/playback/gstplaybasebin.c: (setup_source):
20394           Being in non-playing state (after, e.g., EOS) is not necessarily
20395           a bad thing. Allow for that. This fixes playback of short files.
20396           They don't actually playback fully now, because the clock already
20397           runs. This means that small files (<500kB) with a small length
20398           (<2sec) will still not or barely play. Other files, such as mod
20399           or flx, will work correctly, however.
20400
20401 2004-09-28  Wim Taymans  <wim@fluendo.com>
20402
20403         * ext/speex/gstspeex.c: (plugin_init):
20404         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20405         (gst_speex_dec_class_init), (speex_dec_get_formats),
20406         (speex_get_event_masks), (speex_get_query_types),
20407         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20408         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20409         (gst_speexdec_get_property), (gst_speexdec_set_property),
20410         (speex_dec_change_state):
20411         * ext/speex/gstspeexdec.h:
20412         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20413         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20414         (gst_speexenc_base_init), (gst_speexenc_class_init),
20415         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20416         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20417         (gst_speexenc_src_query), (gst_speexenc_init),
20418         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20419         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20420         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20421         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20422         (gst_speexenc_chain), (gst_speexenc_get_property),
20423         (gst_speexenc_set_property), (gst_speexenc_change_state):
20424         * ext/speex/gstspeexenc.h:
20425         Rewrote speex encoder, make sure it can be embedded in ogg.
20426         Implemented speex decoder.
20427
20428 2004-09-28  Christian Schaller <christian@fluendo.com>
20429
20430         * configure.ac:
20431         Remove kioslave plugin. Markey is brewing a new working one
20432         * ext/Makefile.am: Remove kioslave plugin
20433         * ext/kio: remove
20434         * gst-plugins.spec.in: remove kio plugin from spec
20435
20436 2004-09-27  Wim Taymans  <wim@fluendo.com>
20437
20438         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20439         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20440         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20441         (gst_multifdsink_new_client),
20442         (gst_multifdsink_handle_client_write),
20443         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20444         (gst_multifdsink_handle_clients):
20445         * gst/tcp/gstmultifdsink.h:
20446         Make syncing to keyframes actually work for new clients and lagging
20447         clients.
20448
20449 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20450
20451         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20452         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20453         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20454         * gst/debug/gstnavigationtest.h:
20455           make navigationtest display button-press and button-release events
20456
20457 2004-09-26 Iain <iaingnome@gmail.com>
20458
20459         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20460         the channels have received a new media event.
20461         (interleave_buffered_loop): Compresses a new media event on all
20462         channels into one.
20463
20464 2004-09-26 Iain <iaingnome@gmail.com>
20465
20466         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20467         call the sinkpad's default event handler and not the srcpads. He also
20468         says this is confusing :)
20469         (gst_wavenc_stop_file): Company says that seek events only go upstream
20470         we should send a discontinuous downstream instead.
20471
20472 2004-09-25  Christian Schaller <christian@fluendo.com>
20473
20474         * Update SPEC file to be usable in conjunction with Fedora Core,
20475           Fedora.us and freshrpms packages
20476         * Fix typo in multifilesrc test Makefile
20477
20478 2004-09-24  Wim Taymans  <wim@fluendo.com>
20479
20480         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20481         Only signal the no_more_pads signal when we have
20482         added the stream to our list.
20483
20484 2004-09-24  Wim Taymans  <wim@fluendo.com>
20485
20486         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20487         (new_decoded_pad):
20488         * gst/playback/gstplaybasebin.h:
20489         * gst/playback/gstplaybin.c: (setup_sinks):
20490         Don't try to preroll or decode more than one audio/video
20491         track.
20492
20493 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20494
20495         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20496           Throw error if we failed to find a suitable output. This should
20497           throw an error if we successfully set up a pipeline (e.g. because
20498           we recognized a media file) but found no decodable streams in it
20499           (e.g. because it contains only media stream types for which we
20500           have no decoders, or because it's not a media type).
20501
20502 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20503
20504         * ext/dirac/Makefile.am:
20505         * ext/dirac/gstdirac.cc:
20506         * ext/dirac/gstdiracdec.cc:
20507         * ext/dirac/gstdiracdec.h:
20508           Do something. Don't actually know if this works because I don't
20509           have a demuxer yet.
20510         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20511           Add channels=1 to caps returned from _getcaps().
20512         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20513         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20514         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20515         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20516         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20517         (gst_ogm_parse_change_state):
20518           Separate between audio/video so ogmaudioparse actually uses the
20519           audio pad templates. Both audio and video work now, including
20520           autoplugging. Also use sometimes-srcpad hack.
20521         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20522           Handle events better. Don't hang on infinite loops.
20523         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20524         (gst_avi_demux_init), (gst_avi_demux_reset),
20525         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20526         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20527         (gst_avi_demux_change_state):
20528         * gst/avi/gstavidemux.h:
20529           Improve A/V sync. Still not perfect.
20530         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20531         (gst_ebml_read_skip):
20532           Handle events better.
20533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20534         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20535         (qtdemux_audio_caps):
20536           Add IMA4. Improve event handling. Save offset after a seek when
20537           the headers are at the end of the file so that we don't end up in
20538           an infinite loop.
20539         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20540           Add low-priority typefind support for files with no length.
20541
20542 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20543
20544         * testsuite/multifilesink/Makefile.am:
20545         fix typo
20546
20547 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20548
20549         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20551         mistakes from thaytan's patches.
20552
20553 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20554
20555         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20556           For completeness, XSync in the destroy function as xvimage does.
20557
20558 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20559
20560         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20561            Correct caps negotiation
20562         * gst/volume/gstvolume.c: (volume_chain_float),
20563         (volume_chain_int16):
20564            Modify debug output to be little more informative
20565         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20567         (gst_xvimagesink_xvimage_destroy):
20568           Add XSync calls after detaching from the shared memory segment to
20569           avoid a crash.
20570
20571 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20572
20573         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20574         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20575         * ext/vorbis/vorbis.c: (plugin_init):
20576         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20577         (gst_vorbisenc_chain):
20578         * ext/vorbis/vorbisenc.h:
20579         remove explicit newmedia support from oggmux and vorbisenc
20580         add debug category to vorbisenc
20581         * gst/multifilesink/gstmultifilesink.c:
20582         (gst_multifilesink_class_init), (gst_multifilesink_init),
20583         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20584         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20585         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20586         (plugin_init):
20587         * gst/multifilesink/gstmultifilesink.h:
20588         add support for streamheader in multifilesink
20589
20590 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20591
20592         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20593         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20594         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20595           Prevent infinite loops. More correct error reporting.
20596         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20597           Error out if negotiation fails.
20598         * gst/playback/gstplaybasebin.c: (setup_source),
20599         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20600         (gst_play_base_bin_found_tag):
20601           Error/tag forwarding. Pre-roll fixes for source errors on state
20602           changes (e.g. "file does not exist") to prevent hangs.
20603
20604 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20605
20606         * testsuite/multifilesink/Makefile.am:
20607         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20608         (gst_newmedia_class_init), (gst_newmedia_init),
20609         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20610         (newfile_signal), (test_signal), (main):
20611         * testsuite/multifilesink/multifilesrc_test.c: (main):
20612         * testsuite/multifilesink/oggtheora_test.c:
20613         (gst_newmedia_base_init), (gst_newmedia_class_init),
20614         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20615         (test_format), (newfile_signal), (test_signal), (main):
20616         * testsuite/multifilesink/oggvorbis_test.c:
20617         (gst_newmedia_base_init), (gst_newmedia_class_init),
20618         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20619         (test_format), (newfile_signal), (test_signal), (main):
20620         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20621         (gst_newmedia_class_init), (gst_newmedia_init),
20622         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20623         (newfile_signal), (test_signal), (main):
20624         New media tests
20625
20626 2004-09-20  Christian Schaller <christian@fluendo.com>
20627
20628         * Fix mikmod license to LGPL as they have relicensed
20629         * Move Dirac and Effectv into LGPL section of README_license
20630
20631 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20632
20633         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20634         (gst_mad_change_state):
20635           Allow for mp3 rate/channels changes. However, only very
20636           conservatively. Reason that we *have* to enable this is smiply
20637           because the mad find_sync() function is not good enough, it will
20638           regularly sync on random data as valid frames and therefore make
20639           us provide random caps as *final* caps of the stream. The best fix
20640           I could think of is to simply require several of the same stream
20641           changes in a row before we change caps.
20642           The actual testcase that works now is #
20643         * ext/ogg/Makefile.am:
20644         * ext/ogg/gstogg.c: (plugin_init):
20645         * ext/ogg/gstogmparse.c:
20646           OGM support (video only for now; I need an audio sample file).
20647         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20648         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20649         (gst_asf_demux_add_video_stream):
20650           WMV extradata.
20651         * gst/playback/gstplaybasebin.c: (unknown_type):
20652           Don't error out on single unknown-types after all. It's wrong.
20653           If we found type of video and audio but not of a subtitle stream,
20654           it will still error out (which is unwanted). Will find a better fix
20655           later on.
20656         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20657         (ogmaudio_type_find), (plugin_init):
20658           OGM support.
20659
20660 2004-09-20  Johan Dahlin  <johan@gnome.org>
20661
20662         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20663         after setting caps.
20664
20665 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20666
20667         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20668         * gst/wavenc/gstwavenc.h:
20669         Added newmedia support to wavenc
20670
20671 2004-09-17  Wim Taymans  <wim@fluendo.com>
20672
20673         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20674         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20675         (gst_fdset_fd_can_write), (gst_fdset_wait):
20676         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20677         (gst_multifdsink_init), (gst_multifdsink_add),
20678         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20679         (gst_multifdsink_remove_client_link),
20680         (gst_multifdsink_client_queue_buffer),
20681         (gst_multifdsink_handle_client_write),
20682         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20683         (gst_multifdsink_close), (gst_multifdsink_change_state):
20684         * gst/tcp/gstmultifdsink.h:
20685         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20686         (gst_tcpserversink_removed):
20687         Small cleanups in fdset.c
20688         Use a hastable to map fd to the client structure for faster
20689         lookup in _remove and get_stats.
20690         Added virtual function to close the fds.
20691         Handle clients even when the select/poll call was unblocked because
20692         of a command.
20693         Implement syncing to keyframe in the recovery procedure.
20694
20695 2004-09-16 Iain <iaingnome@gmail.com>
20696
20697         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20698         try caps.
20699
20700 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20703           Caps are only set if the type of the stream is unknown, but this
20704           is initialized in ->init_stream(), so set to UNKNOWN after calling
20705           ->init_stream() so that capsnego starts.
20706
20707 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20708
20709         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20710         (gst_avi_demux_stream_data):
20711           Just hardcode for raw audio then. AVI audio sucks.
20712
20713 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20714
20715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20716         * gst/matroska/matroska-mux.c: (audiosink_templ),
20717         (gst_matroska_mux_audio_pad_link):
20718         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20719         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20720
20721 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20722
20723         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20724         (gst_avi_demux_stream_data):
20725           Try to fix a/v sync issues.
20726
20727 2004-09-15  David Schleef  <ds@schleef.org>
20728
20729         * configure.ac: remove NASM check, since we don't use it.  Update
20730         dirac check to 0.4
20731         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20732         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20733         Initialized variables.
20734         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20735         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20736         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20737         SVQ3 format
20738
20739 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20740
20741         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20742         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20743         * gst/avi/gstavidemux.h:
20744           Fix for compressed audio (mp3) timestamp generation. How did this
20745           ever work?
20746
20747 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20748
20749         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20750           Volume is a double not a float.
20751
20752 2004-09-15  Wim Taymans  <wim@fluendo.com>
20753
20754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20755         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20756         Don't close the fd in multifdsink as we didn't open it in the
20757         first place. Some cleanups.
20758
20759 2004-09-15  Wim Taymans  <wim@fluendo.com>
20760
20761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20762         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20763         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20764         Fix the case where the muxer would mark pages as delta
20765         frames when they are not (vorbis only ogg).
20766
20767 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20768
20769         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20770         (gst_play_base_bin_change_state):
20771           Handle the case where we failed to setup a clear pipeline. This
20772           will throw an error (or EOS, another nice case) and if you don't
20773           catch that, the app will wait for the signal forever (and thus
20774           hang).
20775
20776 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20777
20778         * ext/gnomevfs/gstgnomevfssink.c:
20779         (gst_gnomevfssink_uri_get_protocols):
20780         * ext/gnomevfs/gstgnomevfssrc.c:
20781         (gst_gnomevfssrc_uri_get_protocols):
20782         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20783         * ext/gnomevfs/gstgnomevfsuri.h:
20784           Use _uri_new() instead of _open(), so it doesn't take as long and
20785           Christophe's computer won't hang.
20786         * gst/playback/gstplaybasebin.c: (unknown_type):
20787           Throw error on unknown media type, so apps actually display it.
20788
20789 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20790
20791         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20792           this script to work on Solaris since bash shell handles echo
20793           differenly than bash.
20794
20795 2004-09-17  Wim Taymans  <wim@fluendo.com>
20796
20797         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20798         (setup_source), (gst_play_base_bin_set_property),
20799         (gst_play_base_bin_add_element):
20800         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20801         Some more work on making sure seeking pauses the pipeline and
20802         that changing the uri actually does something.
20803
20804 2004-09-17  Wim Taymans  <wim@fluendo.com>
20805
20806         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20807         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20808         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20809         (gst_tcpserversink_close):
20810         Be a bit more paranoid when freeing memory.
20811
20812 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20813
20814         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20815         (qtdemux_parse_trak):
20816           Don't crash by dividing by zero (see sample movie in #126922).
20817
20818 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20819
20820         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20821           Don't touch non-existing data (fixes crash on file in #140147).
20822
20823 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20824
20825         * gst/playback/gstplaybasebin.c:
20826         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20827           Handle double disposals, and proper change of URIs.
20828
20829 2004-09-13  Martin Eikermann <meiker@upb.de>
20830
20831         * gst/mpegstream/gstmpegparse.c:
20832           fix synchronistation for streams recorded from digital PCR
20833           fixes bug #119376
20834
20835 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20836
20837         * ext/gnomevfs/Makefile.am:
20838         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20839         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20840         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20841         (gst_gnomevfssink_uri_get_type),
20842         (gst_gnomevfssink_uri_get_protocols),
20843         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20844         (gst_gnomevfssink_uri_handler_init),
20845         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20846         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20847         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20848         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20849         (gst_gnomevfssrc_uri_get_type),
20850         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20851         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20852         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20853         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20854         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20855         * ext/gnomevfs/gstgnomevfsuri.h:
20856           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20857           of fake URIs to see which this version of Gnome-VFS likes, and
20858           uses that for the Gst-URI interface. Makes playbin support http://
20859           streams. Also fix up some stupid behaviour in gnomevfssrc.
20860
20861 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20862
20863         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20864         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20865         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20866         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20867           Update mixer (to sync with other sessions) if we try to obtain
20868           a new value. This makes alsamixer work accross applications.
20869         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20870           Only call sync functions if we're running, else alsalib asserts.
20871         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20872           Sometimes fails to compile. Possibly a gcc bug.
20873         * gst/playback/gstplaybin.c: (gen_video_element),
20874         (gen_audio_element):
20875           Add a reference to an application-provided object, because we lose
20876           this same reference if we add it to the bin. If we don't do this,
20877           we can only use this object once and thus crash if we go from
20878           ready to playing, back to ready and back to playing again.
20879           Also add an audioscale element because several cheap soundcards -
20880           like mine - don't support all samplerates.
20881         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20882         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20883           Fix wrong order or PAR calls. Makes automatically obtained PAR
20884           from the X server atually being used.
20885
20886 2004-09-12  David Schleef  <ds@schleef.org>
20887
20888         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20889         #151887, #152102, #152247.
20890         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20891         * examples/seeking/cdparanoia.c: same
20892         * examples/seeking/cdplayer.c: same
20893         * examples/seeking/seek.c: same
20894         * examples/seeking/spider_seek.c: same
20895         * examples/seeking/vorbisfile.c: same
20896         * examples/stats/mp2ogg.c: same
20897         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20898         (gst_esdsink_dispose): Dispose of element properly.
20899         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20900         fixes.
20901         * ext/nas/nassink.c: (gst_nassink_class_init),
20902         (gst_nassink_dispose): Dispose of element correctly.
20903         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20904         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20905         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20906         Fix 64-bit warning.
20907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20908         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20909         Fix 64-bit warning.
20910
20911 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20912
20913         * configure.ac : change speex detection as 1.1.6 now uses
20914           .pc/pkg-config and they changed their headers location.
20915
20916 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
20917
20918         * gst/matroska/matroska-mux.h:
20919         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20920         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20921         (gst_matroska_mux_write_data):
20922           Write multiple blocks/frames per cluster.
20923                 Write meta-seek information (seek heads).
20924
20925 2004-09-09  Scott Wheeler <wheeler@kde.org>
20926
20927         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20928         (gst_play_bin_set_property), (gst_play_bin_get_property),
20929         (gen_audio_element), (gen_audio_element):
20930           Add a volume element / property to the pipeline.
20931
20932 2004-09-07  Wim Taymans  <wim@fluendo.com>
20933
20934         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20935         Copy timestamps from the master pad to the output buffers.
20936
20937 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20938
20939         * ext/raw1394/gstdv1394src.c:
20940           throw errors when applicable
20941
20942 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
20943
20944         * gst/matroska/ebml-ids.h:
20945         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
20946         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
20947         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
20948           automatically convert unix time <-> ebml time when reading/writing
20949           a date, use gst_ebml_write_uint to write CUETIME,
20950           not gst_ebml_write_date.
20951         * gst/matroska/matroska-ids.h:
20952         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
20953         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
20954         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
20955         (gst_matroska_mux_write_data):
20956           Write track and segment UIDs, write muxing date, write
20957           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
20958           Create cues for audio only files.
20959
20960 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20961
20962         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20963         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20964           Re-commit ALSA switches.
20965         * gst/adder/gstadder.c: (gst_adder_loop):
20966           64-bit fix (#151416).
20967         * gst/debug/progressreport.c: (gst_progressreport_report):
20968           64-bit fix (#151419).
20969         * gst/matroska/matroska-demux.c:
20970         (gst_matroska_demux_parse_contents):
20971           64-bit fix (#151420).
20972         * gst/playback/test3.c: (update_scale):
20973           64-bit fix (#151421).
20974
20975 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20976
20977         * configure.ac:
20978           bump nano to cvs
20979
20980 === release 0.8.4 ===
20981
20982 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20983
20984         * configure.ac: releasing 0.8.4, "Alias"
20985
20986 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20987
20988         * ext/theora/Makefile.am:
20989           fix makefile.  Fixes #151462.
20990
20991 2004-08-30  Wim Taymans  <wim@fluendo.com>
20992
20993         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
20994         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20995         (gst_multifdsink_remove_client_link),
20996         (gst_multifdsink_client_queue_buffer),
20997         (gst_multifdsink_handle_client_write):
20998         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
20999         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21000         Fix some memory leaks.
21001
21002 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21003
21004         Patch by: David Schleef
21005
21006         * configure.ac:
21007         * sys/Makefile.am:
21008           rename our detection macro for V4L2.  Fixes #151236.
21009
21010 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21011
21012         Patch by: David Schleef
21013
21014         * configure.ac:
21015           check to define LAMEPRESET.  Fixes #151232.
21016
21017 2004-08-27  David Schleef  <ds@schleef.org>
21018
21019         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21020         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21021         (gst_glimagesink_fixate):  Move local variable declarations to
21022         make gcc-2.95 happy.
21023
21024 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21025
21026         * configure.ac:
21027           bump nano for prerelease
21028
21029 2004-08-27  David Schleef  <ds@schleef.org>
21030
21031         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21032         * sys/sunaudio/gstsunaudiosrc.c:
21033         * sys/sunaudio/gstsunaudiosrc.h:
21034
21035 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21036
21037         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21038         handle EOS correctly
21039         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21040         * gst/matroska/matroska-mux.h:
21041         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21042         VFW compatibility mode
21043
21044 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21045
21046         patch by: Zaheer Abbas Merali
21047
21048         * ext/ogg/gstoggmux.c:
21049         * ext/vorbis/vorbisenc.c:
21050         * ext/vorbis/vorbisenc.h:
21051           handle NEWMEDIA
21052
21053 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21054
21055         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21056         fix byte order reversion on little endian machines.
21057         * gst/matroska/matroska-mux.c: (audiosink_templ),
21058         (gst_matroska_mux_audio_pad_link):
21059         add TTA codec to the list of supported codecs.
21060         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21061         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21062         (gst_matroska_mux_write_data):
21063         * gst/matroska/matroska-mux.h:
21064         write segment duration correctly, write muxing app string, fixes bugs
21065         #140897 and #140898.
21066         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21067         wait for all pads to be negotiated before starting to mux.
21068
21069 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21070
21071         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21072         * ext/lame/gstlame.h:
21073         Added new media support to lame
21074
21075 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21076
21077         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21078         send vorbis headers at the beginning of a stream, fixes bug #141554.
21079         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21080         bug #148950.
21081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21082         (gst_matroska_demux_plugin_init):
21083         * gst/matroska/matroska-ids.h:
21084         enable demuxing of TTA audio streams, fixes bug #148951.
21085         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21086         enable typefinding for TTA audio files, fixes bug #148711.
21087         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21088         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21089         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21090
21091 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21092
21093         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21094         (gst_riff_read_element_data), (gst_riff_read_seek),
21095         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21096         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21097         <teuf@gnome.org>
21098
21099 2004-08-23 Iain <iaingnome@gmail.com>
21100
21101         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21102         tags. They appear to be handled differently to normal.
21103         (tag_list_to_id3_tag_foreach): Ditto.
21104
21105 2004-08-22  Wim Taymans  <wim@fluendo.com>
21106
21107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21108         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21109         Make sure we never send -1 granulepos.
21110
21111 2004-08-20  Wim Taymans  <wim@fluendo.com>
21112
21113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21114         (gst_ogg_mux_loop):
21115         I will accept bitchslappings with non sharp objects.
21116
21117 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21118
21119         * configure.ac:
21120         Clean up the test for lame presets
21121
21122 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21123
21124         * configure.ac:
21125         * ext/lame/Makefile.am:
21126         * ext/lame/gstlame.c: (gst_lame_class_init),
21127         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21128         Only enable lame presets if version of lame has presets in API
21129
21130 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21131         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21132         * gst/udp/gstudpsrc.h:
21133           Don't call gst_pad_push in a get function. Fixes #150449
21134
21135 2004-08-18  Wim Taymans  <wim@fluendo.com>
21136
21137         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21138         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21139         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21140         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21141         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21142         (gst_fdset_wait):
21143         * gst/tcp/gstfdset.h:
21144         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21145         (gst_multifdsink_client_queue_buffer),
21146         (gst_multifdsink_handle_client_write):
21147         * gst/tcp/gstmultifdsink.h:
21148         Some extra checks in gstfdset.
21149         Only use send() when the fd is a socket. Don't try to
21150         read from write only fds.
21151
21152 2004-08-18  Wim Taymans  <wim@fluendo.com>
21153
21154         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21155         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21156         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21157         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21158         (gst_fdset_wait):
21159         Add more locking and bounds checking.
21160
21161 2004-08-18  Wim Taymans  <wim@fluendo.com>
21162
21163         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21164         Realloc test fdset in the lock and right before starting
21165         the poll call. Bump the limit to 4096.
21166
21167 2004-08-17  David Schleef  <ds@schleef.org>
21168
21169         * sys/sunaudio/Makefile.am:
21170         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21171         of rates and channels.  Make debugging less obnoxious.
21172
21173         Patch from Balamurali Viswanathan implementing a mixer for
21174         Sun audio.  (bug #144091):
21175         * sys/sunaudio/gstsunelement.c:
21176         * sys/sunaudio/gstsunelement.h:
21177         * sys/sunaudio/gstsunmixer.c:
21178         * sys/sunaudio/gstsunmixer.h:
21179
21180 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21181
21182         * gst/audioscale/gstaudioscale.c:
21183         * gst/audioscale/gstaudioscale.h:
21184         made audioscale resample from any sample rate to any sample rate
21185
21186 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21187
21188         * ext/libpng/gstpngdec.c:
21189           error out on unsupported types
21190
21191 2004-08-17  Iain <iaingnome@gmail.com>
21192
21193         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21194         mid_side and loose_mid_side properties if its a stereo stream.
21195
21196 2004-08-17  Wim Taymans  <wim@fluendo.com>
21197
21198         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21199         (theora_get_formats), (theora_dec_src_convert),
21200         (theora_dec_sink_convert), (theora_dec_src_query),
21201         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21202         Add a debug line.
21203
21204 2004-08-17  Wim Taymans  <wim@fluendo.com>
21205
21206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21207         (gst_ogg_pad_push):
21208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21209         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21210         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21211         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21212         Mark delta units in the muxer.
21213         Try to decode the packet after an out-of-sync error from
21214         libogg.
21215
21216 2004-08-17  Wim Taymans  <wim@fluendo.com>
21217
21218         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21219         (gst_multifdsink_init), (gst_multifdsink_add),
21220         (gst_multifdsink_client_queue_buffer),
21221         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21222         * gst/tcp/gstmultifdsink.h:
21223         Added option to send a keyframe to clients as the first buffer.
21224         Make timeout property writable.
21225
21226 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21227
21228         patch by: Wim Taymans
21229
21230         * gst/tcp/gstfdset.c:
21231         * gst/tcp/gstmultifdsink.c:
21232           fix index comparison, should include 0
21233
21234 2004-08-16  Wim Taymans  <wim@fluendo.com>
21235
21236         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21237         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21238         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21239         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21240         (gst_fdset_wait):
21241           copy when reallocing for poll so the select arguments don't get
21242           changed during the call
21243
21244 2004-08-16  Wim Taymans  <wim@fluendo.com>
21245
21246         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21247         (gst_theora_enc_class_init), (theora_enc_sink_link),
21248         (theora_buffer_from_packet), (theora_enc_chain):
21249         Fix bug where buffers were not marked as keyframes
21250         correctly.
21251
21252 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21253
21254         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21255         (gst_lame_preset_get_type), (gst_lame_class_init):
21256         describe the enum values for vbr mode and presets more verbosely
21257
21258 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21259
21260         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21261         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21262         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21263         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21264         * ext/lame/gstlame.h:
21265         add preset property to lame so it can use lame presets
21266
21267 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21268
21269         * ext/lame/gstlame.c: (gst_lame_get_property):
21270         whoops forgot break, thanks teuf
21271
21272 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21273
21274         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21275         (gst_lame_class_init), (gst_lame_src_getcaps),
21276         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21277         (gst_lame_get_property), (gst_lame_setup):
21278         * ext/lame/gstlame.h:
21279         fix lame's broken vbr stuff, allow it to resample if need be, and also
21280         make xing header optional
21281
21282 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21283
21284         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21285         added getcaps function so samplerate doesnt get fixated to silly values
21286
21287 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21288
21289         * ext/lame/gstlame.c: (gst_lame_src_link):
21290         revert previous fix
21291
21292 2004-08-12  Johan Dahlin  <johan@gnome.org>
21293
21294         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21295         checks. Doesn't matter what state we are in. Interfaces are a
21296         compile time thing, not runtime. It also broke the python bindings.
21297
21298 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21299
21300         * ext/lame/gstlame.c: (gst_lame_src_link):
21301         made source pad link function check if sinkpad is ok..fixes the problem
21302         where core fixates the output rate of lame stupidly
21303
21304 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21305
21306         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21307         * sys/v4l/v4l_calls.c:
21308         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21309           fix fixate function to handle nonsimple caps.
21310           remove bogus check in _link
21311           cleanups
21312
21313 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21314
21315         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21316         set default compression ratio parameter to 0.0 so bitrate parameter
21317         works :)
21318
21319 2004-08-11  David Schleef  <ds@schleef.org>
21320
21321         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21322
21323 2004-08-11  David Schleef  <ds@schleef.org>
21324
21325         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21326         before.
21327
21328 2004-08-11  David Schleef  <ds@schleef.org>
21329
21330         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21331
21332 2004-08-11  David Schleef  <ds@schleef.org>
21333
21334         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21335           license field
21336         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21337         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21338           LGPL.
21339         * gst/auparse/gstauparse.c: Fix plugin license field.
21340         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21341         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21342         * gst/rtp/gstrtp.c: Fix plugin license field.
21343
21344 2004-08-11  Wim Taymans  <wim@fluendo.com>
21345
21346         * gst/tcp/Makefile.am:
21347         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21348         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21349         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21350         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21351         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21352         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21353         (gst_fdset_fd_can_write), (gst_fdset_wait):
21354         * gst/tcp/gstfdset.h:
21355         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21356         (gst_multifdsink_class_init), (gst_multifdsink_init),
21357         (gst_multifdsink_add), (gst_multifdsink_remove),
21358         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21359         (gst_multifdsink_remove_client_link),
21360         (gst_multifdsink_handle_client_read),
21361         (gst_multifdsink_client_queue_data),
21362         (gst_multifdsink_client_queue_caps),
21363         (gst_multifdsink_client_queue_buffer),
21364         (gst_multifdsink_handle_client_write),
21365         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21366         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21367         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21368         (gst_multifdsink_close):
21369         * gst/tcp/gstmultifdsink.h:
21370         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21371         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21372         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21373         (gst_tcpserversink_close):
21374         * gst/tcp/gsttcpserversink.h:
21375         Abstracted away the select call, implemented poll (yes we ran into
21376         the 1024 limit in production).
21377
21378 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21379
21380         * gst/tcp/gsttcp.c:
21381         * gst/tcp/gsttcpplugin.c:
21382           improve debuggging, remove assert
21383
21384 2004-08-10  Wim Taymans  <wim@fluendo.com>
21385
21386         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21387         (gst_client_status_get_type), (gst_multifdsink_class_init),
21388         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21389         (gst_multifdsink_handle_client_read),
21390         (gst_multifdsink_handle_client_write),
21391         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21392         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21393         (gst_multifdsink_get_property):
21394         * gst/tcp/gstmultifdsink.h:
21395         * gst/tcp/gsttcp-marshal.list:
21396         Starting to prepare for specifying buffer time in other units
21397         than buffers. Expose remove reason in signal.
21398
21399 2004-08-10  Wim Taymans  <wim@fluendo.com>
21400
21401         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21402         (gst_multifdsink_remove), (gst_multifdsink_clear),
21403         (gst_multifdsink_remove_client_link),
21404         (gst_multifdsink_handle_client_read),
21405         (gst_multifdsink_client_queue_data),
21406         (gst_multifdsink_client_queue_buffer),
21407         (gst_multifdsink_handle_client_write),
21408         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21409         (gst_multifdsink_chain), (gst_multifdsink_close):
21410         * gst/tcp/gstmultifdsink.h:
21411         Added more debugging info. Changed the way clients are
21412         removed from the lists. Fixed a bug where a bad file descriptor
21413         could cause many clients to be removed.
21414
21415 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21416
21417         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21418           allow all pixel-aspect-ratios, not just 1:1
21419
21420 2004-08-09  David Schleef  <ds@schleef.org>
21421
21422         * sys/glsink/ARB_multitexture.h:  Remove old files.
21423         * sys/glsink/EXT_paletted_texture.h:
21424         * sys/glsink/NV_register_combiners.h:
21425         * sys/glsink/gstgl_nvimage.c:
21426         * sys/glsink/gstgl_pdrimage.c:
21427         * sys/glsink/gstgl_rgbimage.c:
21428         * sys/glsink/gstglsink.c:
21429         * sys/glsink/gstglsink.h:
21430         * sys/glsink/gstglxwindow.c:
21431         * sys/glsink/regcomb_yuvrgb.c:
21432
21433 2004-08-09  David Schleef  <ds@schleef.org>
21434
21435         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21436         GL sink plugin.  (Bug #147302)
21437
21438         * configure.ac: Test for OpenGL
21439         * sys/Makefile.am: Use test for OpenGL
21440         * sys/glsink/Makefile.am:
21441         * sys/glsink/glimagesink.c: rewrite
21442         * sys/glsink/glimagesink.h: rewrite
21443
21444 2004-08-09  David Schleef  <ds@schleef.org>
21445
21446         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21447         sane framerates.
21448         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21450         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21451
21452 2004-08-09  Wim Taymans  <wim@fluendo.com>
21453
21454         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21455         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21456         (gst_multifdsink_client_remove),
21457         (gst_multifdsink_handle_client_read),
21458         (gst_multifdsink_handle_client_write),
21459         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21460         Do a bit more logging, make the client_read code more robust.
21461
21462 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21463
21464         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21465         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21466         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21467         (gst_jpegdec_init), (gst_jpegdec_chain):
21468         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21469         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21470           cleanups, debugging fixes and memleak plugging
21471
21472 2004-08-09  Wim Taymans  <wim@fluendo.com>
21473
21474         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21475         (theora_get_formats), (theora_dec_src_convert),
21476         (theora_dec_sink_convert), (theora_dec_src_query),
21477         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21478         (theora_dec_change_state):
21479         Don't crash on missing header packets.
21480
21481 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21482
21483         * po/LINGUAS:
21484         * po/sq.po:
21485           Added Albanian translation (Laurent Dhima)
21486         * po/cs.po:
21487           updated
21488
21489 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21490
21491         * ext/lame/gstlame.c:
21492           fix/add debugging
21493
21494 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21495
21496         * sys/ximage/ximagesink.c:
21497         * sys/xvimage/xvimagesink.c:
21498           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21499
21500 2004-08-06  Wim Taymans  <wim@fluendo.com>
21501
21502         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21503         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21504         (gst_multifdsink_client_remove),
21505         (gst_multifdsink_handle_client_read),
21506         (gst_multifdsink_handle_client_write),
21507         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21508         Make sure we don't try to read more from a client that what
21509         ioctl says us or we deadlock.
21510
21511 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21512
21513         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21514         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21515         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21516           decouple running_time and n_frames so it can handle changing
21517           framerate while running
21518
21519 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21520
21521         * po/nl.po:
21522         * po/sv.po:
21523           updated translations
21524
21525 2004-08-04  Benjamin Otte  <otte@gnome.org>
21526
21527         * gst/videotestsrc/gstvideotestsrc.c:
21528         (gst_videotestsrc_get_capslist), (generate_capslist),
21529         (plugin_init):
21530           generate the list of supported caps at startup and reuse it instead
21531           of always generating it
21532
21533 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21534
21535         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21536           whoops, last checkin broke normal build
21537
21538 2004-08-03  Benjamin Otte  <otte@gnome.org>
21539
21540         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21541         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21542         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21543         (gst_alsa_mixer_get_option):
21544         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21545         (dvdnavsrc_print_event):
21546         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21547         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21548         (gst_ogg_mux_pad_unlink):
21549         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21550         (gst_multipart_mux_pad_unlink):
21551         * gst/videofilter/gstvideobalance.c:
21552         (gst_videobalance_colorbalance_set_value):
21553         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21554         (gst_videomixer_pad_unlink):
21555         * po/uk.po:
21556         * sys/oss/gstossmixer.c:
21557         * sys/v4l/gstv4lcolorbalance.c:
21558         * sys/v4l/gstv4ltuner.c:
21559         * sys/v4l/v4lsrc_calls.c:
21560         * sys/v4l2/gstv4l2colorbalance.c:
21561         * sys/v4l2/gstv4l2tuner.c:
21562           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21563
21564 2004-08-03  Benjamin Otte  <otte@gnome.org>
21565
21566         * examples/dynparams/filter.c: (ui_control_create):
21567         * examples/gstplay/player.c: (print_tag):
21568         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21569         * ext/gdk_pixbuf/gstgdkanimation.c:
21570         (gst_gdk_animation_iter_may_advance):
21571         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21572         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21573         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21574         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21575         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21576         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21577         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21578         * gst/sine/demo-dparams.c: (main):
21579         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21580         * testsuite/alsa/formats.c: (create_pipeline):
21581         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21582           fixes for G_DISABLE_ASSERT and friends
21583         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21584         (mp3_type_frame_length_from_header), (mp3_type_find),
21585         (plugin_init):
21586           require mp3 typefinding to have at least MIN_HEADERS valid headers
21587           add typefinding for AAC adts files
21588
21589 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21590
21591         * sys/ximage/ximagesink.c:
21592         (gst_ximagesink_calculate_pixel_aspect_ratio):
21593         * sys/xvimage/xvimagesink.c:
21594         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21595         Make sure we calculate pixel-aspect-ratio using floating point maths
21596
21597 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21598
21599         * po/uk.po:
21600           updated translation
21601
21602 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21603
21604         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21606           add debugging for display PAR calculation
21607
21608 2004-08-02  David Schleef  <ds@schleef.org>
21609
21610         * configure.ac: Fix mikmod CFLAGS.
21611
21612 2004-07-27  Benjamin Otte  <otte@gnome.org>
21613
21614         * gst/audioscale/gstaudioscale.c:
21615         - fix templates to only support S16, it's the only format that works
21616         - make caps nego code use try_set_caps_nonfixed and fixation instead
21617         of try_set_caps twice, which is not nice for autopluggers
21618         - change rank to secondary, so autopluggers can pick it up after
21619         audioconvert
21620
21621 2004-08-02  Iain <iain@prettypeople.org>
21622
21623         * gst/interleave/interleave.c (interleave_init),
21624         (interleave_request_new_pad),
21625         (interleave_pad_removed),
21626         (interleave_buffered_loop): Use the real pad count, not the artificial
21627         one.
21628
21629 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21630
21631         * configure.ac: bump nano back to development
21632
21633 === release 0.8.3 ===
21634
21635 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21636
21637         * configure.ac: releasing 0.8.3, "Water"
21638
21639 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21640
21641         * sys/xvimage/xvimagesink.c:
21642         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21643         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21644         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21645         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21646         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21647         * sys/xvimage/xvimagesink.h:
21648           apply similar PAR fixes as to ximagesink
21649
21650 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21651
21652         patch from: Benjamin Otte
21653
21654         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21655           add link function to lame.  Fixes #148986.
21656
21657 2004-08-02  Johan Dahlin  <johan@gnome.org>
21658
21659         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21660         fix debugging log
21661
21662 2004-07-30  David Schleef  <ds@schleef.org>
21663
21664         * gst/videomixer/Makefile.am: Fix things that should have been
21665         fixed in the last checkin.
21666
21667 2004-07-30  David Schleef  <ds@schleef.org>
21668
21669         * gst/multipart/Makefile.am: Fix things that should have been
21670         fixed in the last checkin.
21671
21672 2004-07-30  David Schleef  <ds@schleef.org>
21673
21674         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21675
21676 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21677
21678         * configure.ac:
21679           bump nano for prerelease
21680         * po/af.po:
21681         * po/az.po:
21682         * po/cs.po:
21683         * po/en_GB.po:
21684         * po/hu.po:
21685         * po/nl.po:
21686         * po/sr.po:
21687         * po/sv.po:
21688         * po/uk.po:
21689           updates
21690
21691 2004-07-30  Wim Taymans  <wim@fluendo.com>
21692
21693         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21694         (gst_multifdsink_add), (gst_multifdsink_remove),
21695         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21696         (gst_multifdsink_client_remove),
21697         (gst_multifdsink_handle_client_write),
21698         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21699         * gst/tcp/gstmultifdsink.h:
21700         Recover from a select with a bad file descriptor by removing
21701         the client.
21702
21703 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21704
21705         * configure.ac:
21706           fix requirement of core
21707         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21708         (gst_play_pipeline_setup):
21709           don't use colorspace element.  do use hermescolorspace element.
21710           make macro to get a colorspace element.
21711           mark strings for translation.
21712         * po/POTFILES.in:
21713           add play.c
21714         * po/af.po:
21715         * po/az.po:
21716         * po/cs.po:
21717         * po/en_GB.po:
21718         * po/hu.po:
21719         * po/nl.po:
21720         * po/sr.po:
21721         * po/sv.po:
21722         * po/uk.po:
21723           update translations
21724
21725 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21726
21727         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21728         fix default for newmedia flag
21729
21730 2004-07-30  Wim Taymans  <wim@fluendo.com>
21731
21732         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21733         (gst_theora_dec_init), (theora_get_formats),
21734         (theora_dec_src_convert), (theora_dec_sink_convert),
21735         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21736         (theora_dec_chain), (theora_dec_set_property),
21737         (theora_dec_get_property):
21738         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21739         (gst_theora_enc_class_init), (gst_theora_enc_init),
21740         (theora_enc_sink_link), (theora_enc_chain),
21741         (theora_enc_set_property), (theora_enc_get_property):
21742         Added cropping option to theora decoder.
21743         Added border option to theora encoder.
21744
21745 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21746
21747         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21748         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21749         (gst_pngenc_set_property):
21750         * ext/libpng/gstpngenc.h:
21751         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
21752
21753 2004-07-30  Wim Taymans  <wim@fluendo.com>
21754
21755         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21756         (theora_enc_sink_link), (theora_enc_chain),
21757         (theora_enc_set_property), (theora_enc_get_property):
21758         Fix encoding of non-multiple-of-16 video.
21759
21760 2004-07-29  David Schleef  <ds@schleef.org>
21761
21762         * configure.ac: make test for audiofile more strict
21763
21764 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21765
21766         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21767           give different names to typefind functions
21768
21769 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21770
21771         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21772         (gst_ximagesink_calculate_pixel_aspect_ratio),
21773         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21774         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21775         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21776         (gst_ximagesink_get_property), (gst_ximagesink_init):
21777         * sys/ximage/ximagesink.h:
21778           allocate PAR's dynamically.
21779           use autodetected PAR if no object-set PAR is given.
21780           add workaround for directfb's X not setting physical size.
21781           fix to xvimagesink will follow tomorrow.
21782
21783 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21784
21785         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21786         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21787         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21788         (gst_shout2send_class_init), (gst_shout2send_init),
21789         (set_shout_metadata), (gst_shout2send_set_metadata),
21790         (gst_shout2send_chain), (gst_shout2send_set_property),
21791         (gst_shout2send_get_property), (gst_shout2send_connect),
21792         (gst_shout2send_change_state):
21793         * ext/shout2/gstshout2.h:
21794         - fix for sending mp3 audio to icecast2 server, if pad link function not
21795         called before PAUSED state
21796         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21797         - added tagging support for mp3 audio broadcasted
21798         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21799         debug info
21800
21801 2004-07-28  Wim Taymans  <wim@fluendo.com>
21802
21803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21804         (gst_ogg_demux_push):
21805         Return query failure when we don't know the length of
21806         an ogg stream insteda of returning TRUE with a bogus value.
21807
21808 2004-07-28  Wim Taymans  <wim@fluendo.com>
21809
21810         * ext/theora/theoradec.c: (theora_get_formats),
21811         (theora_dec_src_convert), (theora_dec_sink_convert),
21812         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21813         (theora_dec_chain):
21814         Don't screw up the 1 Chroma for 1 luma sample situation when we
21815         have an odd offset/width by adding a black border in those cases.
21816
21817 2004-07-28  Wim Taymans  <wim@fluendo.com>
21818
21819         * ext/theora/theoradec.c: (theora_get_formats),
21820         (theora_dec_src_convert), (theora_dec_sink_convert),
21821         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21822         (theora_dec_chain):
21823         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21824         Added first attempt at cropping of the image as required by the
21825         theora spec. We need more properties in the caps (offset_x,
21826         offset_y,stride) to implement this correctly.
21827
21828 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21829
21830         * ext/dvdnav/README:
21831           Update the README to use dvddemux
21832         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21833           Ensure getcaps returns a subset of the template caps
21834         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21835         (gst_mpeg2subt_init):
21836           Ensure getcaps returns a subset of the template caps
21837         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21838         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21839         (gst_dvd_demux_get_subpicture_stream),
21840         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21841         * gst/mpegstream/gstdvddemux.h:
21842           Set the explicit caps on the current_video pad before pushing
21843           anything
21844         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21845         (gst_mpeg_demux_get_audio_stream):
21846           Free caps used to gst_pad_set_explicit_caps, which takes a const
21847           GstCaps *
21848
21849 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21850
21851         * configure.ac: update GStreamer requirement to 0.8.4 because of
21852           GstFraction.
21853
21854 2004-07-28  Wim Taymans  <wim@fluendo.com>
21855
21856         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21857         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21858         Add the pad to the element after setting up the caps. This
21859         makes it a lot easier to autoplug.
21860
21861 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21862
21863         * gst/median/gstmedian.c:
21864         * gst/mpeg2subt/gstmpeg2subt.c:
21865         * gst/mpegaudioparse/gstmpegaudioparse.c:
21866         * gst/mpegstream/gstdvddemux.c:
21867         * gst/mpegstream/gstmpegdemux.c:
21868         * gst/mpegstream/gstmpegpacketize.c:
21869         * gst/rtjpeg/gstrtjpeg.c:
21870         * gst/rtjpeg/gstrtjpegdec.c:
21871         * gst/rtjpeg/gstrtjpegenc.c:
21872         * gst/sine/gstsinesrc.c:
21873         * gst/smooth/gstsmooth.c:
21874         * gst/smpte/gstsmpte.c:
21875         * gst/smpte/gstsmpte.h:
21876         * gst/stereo/gststereo.c:
21877         * gst/videofilter/gstgamma.c:
21878         * gst/videofilter/gstvideobalance.c:
21879         * gst/videofilter/gstvideofilter.c:
21880         * gst/videofilter/gstvideoflip.c:
21881         * gst/videoscale/gstvideoscale.c:
21882         * gst/videoscale/videoscale.c:
21883         * gst/videotestsrc/gstvideotestsrc.c:
21884         * gst/videotestsrc/videotestsrc.c:
21885         * gst/wavenc/gstwavenc.c:
21886         * gst/wavparse/gstwavparse.c:
21887           fix local includes and 64 bits constants
21888
21889 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21890
21891         * win32/gst.sln:
21892         * gst-libs/gst/*/*.vcproj:
21893         * gst/*/*.vcproj:
21894           more working plugins
21895
21896 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21897
21898         * testsuite/alsa/Makefile.am:
21899         * testsuite/alsa/srcstate.c:
21900         add test for alsasrc changing state
21901
21902 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21903
21904         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21905         (gst_silence_get):
21906         * gst/silence/gstsilence.h:
21907         fix silence generation for 16bit raw audio
21908
21909 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21910
21911         * gst/matroska/matroska-demux.c:
21912         (gst_matroska_demux_parse_metadata),
21913         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21914         * gst/mpegaudio/common.c:
21915         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21916         (gst_videoscale_getcaps), (gst_videoscale_link),
21917         (gst_videoscale_src_fixate), (gst_videoscale_init),
21918         (gst_videoscale_finalize):
21919         * gst/videoscale/gstvideoscale.h:
21920         * gst/videotestsrc/gstvideotestsrc.c:
21921         (gst_videotestsrc_get_capslist):
21922         * gst/wavenc/gstwavenc.c:
21923         * sys/oss/gstossmixer.c: (fill_labels):
21924         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21925         (gst_ximagesink_handle_xevents),
21926         (gst_ximagesink_calculate_pixel_aspect_ratio),
21927         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21928         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21929         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21930         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21931         (gst_ximagesink_init), (gst_ximagesink_class_init):
21932         * sys/ximage/ximagesink.h:
21933         * sys/xvimage/xvimagesink.c:
21934         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21935         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21936         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21937         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21938         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21939         * sys/xvimage/xvimagesink.h:
21940           first batch of pixel aspect ratio commits.
21941
21942 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21943
21944         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21945         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
21946         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
21947           handle stride, needs work if we want to move stride handling
21948           upstream, but works correctly for our purposes.
21949
21950 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21951
21952         * gst/videoscale/README:
21953           add testing examples
21954         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
21955         (gst_videoscale_chain):
21956         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21957         (gst_videoscale_get_size):
21958           add get_size function that handles stride like videotestsrc.
21959           fixes conversion for YUV formats for as much as I can test them.
21960
21961 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21962
21963         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21964         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21966         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21967         (gst_xvimagesink_xvimage_put):
21968           further cleanups, logging, error handling and synchronizing
21969
21970 2004-07-27  Wim Taymans  <wim@fluendo.com>
21971
21972         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21973         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
21974         (gst_videomixer_pad_set_property),
21975         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
21976         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
21977         (gst_videomixer_class_init), (gst_videomixer_init),
21978         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
21979         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
21980         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
21981         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
21982         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21983         (gst_videomixer_loop), (plugin_init):
21984         Be a nicer negotiation citizen and provide a getcaps function on
21985         the srcpad. This also fixes a crash when resizing.
21986
21987 2004-07-27  Julien MOUTTE  <julien@moutte.net>
21988
21989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21990         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
21991
21992 2004-07-27  Wim Taymans  <wim@fluendo.com>
21993
21994         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
21995         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21996         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21997         (gst_pngenc_set_property):
21998         * ext/libpng/gstpngenc.h:
21999         Added snapshot property to pngenc.
22000         removed g_print from pngdec
22001
22002 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22003
22004         * gst/ac3parse/ac3parse.vcproj
22005         * gst/adder/adder.vcproj
22006         * gst/alpha/alpha.vcproj
22007         * gst/alpha/alphacolor.vcproj
22008         * gst/asfdemux/asf.vcproj
22009         * gst/audioconvert/audioconvert.vcproj
22010         * gst/audiorate/audiorate.vcproj
22011         * gst/audioscale/audioscale.vcproj
22012         * gst/auparse/auparse.vcproj
22013         * gst/avi/avi.vcproj
22014         * gst/cdxaparse/cdxaparse.vcproj
22015         * gst/chart/chart.vcproj
22016         * gst/colorspace/colorspace.vcproj
22017         * gst/cutter/cutter.vcproj
22018         * gst/debug/debug.vcproj
22019         * gst/debug/efence.vcproj
22020         * gst/debug/navigationtest.vcproj
22021         * gst/deinterlace/deinterlace.vcproj
22022         * gst/effectv/effectv.vcproj
22023         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22024         * gst/filter/filter.vcproj
22025         * gst/flx/flxdec.vcproj
22026         * gst/goom/goom.vcproj
22027         * gst/interleave/interleave.vcproj
22028         * gst/law/alaw.vcproj
22029         * gst/law/mulaw.vcproj
22030         * gst/matroska/matroska.vcproj
22031         * gst/median/median.vcproj
22032         * gst/mixmatrix/mixmatrix.vcproj
22033         * gst/mpeg1sys/mpeg1systemencode.vcproj
22034         * gst/mpeg1videoparse/mp1videoparse.vcproj
22035         * gst/mpeg2sub/mpeg2subt.vcproj
22036         * gst/mpegaudio/mpegaudio.vcproj
22037         * gst/mpegaudioparse/mpegaudioparse.vcproj
22038         * gst/mpegstream/mpegstream.vcproj
22039         * gst/multifilesink/multifilesink.vcproj
22040         * gst/multipart/multipart.vcproj
22041         * gst/oneton/oneton.vcproj
22042         * gst/overlay/overlay.vcproj
22043         * gst/passthrough/passthrough.vcproj
22044         * gst/qtdemux/qtdemux.vcproj
22045         * gst/realmedia/rmdemux.vcproj
22046         * gst/rtjpeg/rtjpeg.vcproj
22047         * gst/rtp/rtp.vcproj
22048         * gst/silence/silence.vcproj
22049         * gst/sine/sinesrc.vcproj
22050         * gst/smooth/smooth.vcproj
22051         * gst/smpte/smpte.vcproj
22052         * gst/spectrum/spectrum.vcproj
22053         * gst/speed/speed.vcproj
22054         * gst/stereo/stereo.vcproj
22055         * gst/switch/switch.vcproj
22056         * gst/tags/tagedit.vcproj
22057         * gst/tcp/tcp.vcproj
22058         * gst/typefind/typefindfunctions.vcproj
22059         * gst/udp/udp.vcproj
22060         * gst/videobox/videobox.vcproj
22061         * gst/videocrop/videocrop.vcproj
22062         * gst/videodrop/videodrop.vcproj
22063         * gst/videofilter/gamma.vcproj
22064         * gst/videofilter/videobalance.vcproj
22065         * gst/videofilter/videofilter.vcproj
22066         * gst/videofilter/videoflip.vcproj
22067         * gst/videoflip/videoflip.vcproj
22068         * gst/videomixer/videomixer.vcproj
22069         * gst/videorate/videorate.vcproj
22070         * gst/videoscale/videoscale.vcproj
22071         * gst/videotestsrc/videotestsrc.vcproj
22072         * gst/virtualdub/virtualdub.vcproj
22073         * gst/volenv/volenv.vcproj
22074         * gst/volume/volume.vcproj
22075         * gst/wavenc/wavenc.vcproj
22076         * gst/wavparse/wavparse.vcproj
22077         * gst/y4m/y4menc.vcproj
22078         * gst-libs/gst/audio/audio.vcproj
22079         * gst-libs/gst/audio/audiofilter.vcproj
22080         * gst-libs/gst/colorbalance/colorbalance.vcproj
22081         * gst-libs/gst/idct/idtc.vcproj
22082         * gst-libs/gst/media-info/media-info.vcproj
22083         * gst-libs/gst/mixer/mixer.vcproj
22084         * gst-libs/gst/navigation/navigation.vcproj
22085         * gst-libs/gst/play/play.vcproj
22086         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22087         * gst-libs/gst/resample/resample.vcproj
22088         * gst-libs/gst/riff/riff.vcproj
22089         * gst-libs/gst/tuner/tuner.vcproj
22090         * gst-libs/gst/video/video.vcproj
22091         * gst-libs/gst/xoverlay/xoverlay.vcproj
22092           avoid problems with math.h, fix release dependancy
22093           rename GStreamer-0.8.lib to libgstreamer.lib
22094
22095 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22096
22097         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22099         the atom is not available we have to unlock the mutex. Fixes #148023
22100
22101 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22102
22103         * gst-libs/gst/media-info/media-info.h:
22104           issue for a vararg macro with MSVC
22105
22106 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22107
22108         * gst/effectv/effectv.vcproj
22109         * gst-libs/gst/idct/idct.vcproj:
22110         * gst-libs/gst/media-info/media-info.vcproj:
22111         * gst-libs/gst/navigation/navigation.vcproj:
22112         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22113         * gst-libs/gst/video/video.vcproj:
22114         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22115           fixes for build problems
22116
22117 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22118
22119         * gst-libs/gst/audio/audio.def:
22120         * gst-libs/gst/audio/riff.def:
22121           add some definitions needed by plugins
22122
22123 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22124
22125         * gst/asfdemux/gstasfmux.c
22126           Fix some 64 bits constants to be glib friendly
22127
22128 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22129
22130         * gst/ac3parse/gstac3parse.c
22131         * gst/audioscale/gstaudioscale.c
22132         * gst/auparse/gstauparse.c
22133         * gst/colorspace/gstcolorspace.c
22134         * gst/colorspace/yuv2rgb.h
22135           local include fixes
22136
22137 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22138
22139         * win32/gst.sln
22140           add more plugins to the build
22141
22142 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22143
22144         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22145         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22146
22147 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22148
22149         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22150         (gst_level_set_property), (gst_level_get_property),
22151         (gst_level_base_init), (gst_level_class_init):
22152           add debugging categories.  cleanups.
22153
22154 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22155
22156         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22157         (gst_videoscale_planar411), (gst_videoscale_planar400),
22158         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22159         (gst_videoscale_scale_nearest_str1),
22160         (gst_videoscale_scale_nearest_str2),
22161         (gst_videoscale_scale_nearest_str4),
22162         (gst_videoscale_scale_nearest_16bit),
22163         (gst_videoscale_scale_nearest_24bit):
22164           fixed stride issues
22165           tested with 320x240 -> 321, 322, 324 x240
22166           tested with YV12, I420, YUY2, UYVY
22167           fixed packed422rev (don't think it could have worked before)
22168           by testing with UYVY
22169
22170 2004-07-26  Benjamin Otte  <otte@gnome.org>
22171
22172         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22173         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22174         (plugin_init):
22175           add debugging category, add error checks like checking return values
22176           of setup calls, make sure it still works after
22177           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22178
22179 2004-07-26  Wim Taymans  <wim@fluendo.com>
22180
22181         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22182         (gst_mpeg_demux_get_audio_stream),
22183         (gst_mpeg_demux_process_private):
22184         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22185         Check for error codes from the negotiation functions. Make sure
22186         we really set the pad caps when a new pad is created.
22187
22188 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22189
22190         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22191         (gst_ffmpeg_caps_to_pix_fmt):
22192         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22194         (gst_ffmpegcolorspace_pad_link):
22195           don't make function do two things at the same time without reason.
22196
22197 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22198
22199         * gst/ac3parse/ac3parse.vcproj
22200         * gst/adder/adder.vcproj
22201         * gst/alpha/alpha.vcproj
22202         * gst/alpha/alphacolor.vcproj
22203         * gst/asfdemux/asf.vcproj
22204         * gst/audioconvert/audioconvert.vcproj
22205         * gst/audiorate/audiorate.vcproj
22206         * gst/audioscale/audioscale.vcproj
22207         * gst/auparse/auparse.vcproj
22208         * gst/avi/avi.vcproj
22209         * gst/cdxaparse/cdxaparse.vcproj
22210         * gst/chart/chart.vcproj
22211         * gst/colorspace/colorspace.vcproj
22212         * gst/cutter/cutter.vcproj
22213         * gst/debug/debug.vcproj
22214         * gst/debug/efence.vcproj
22215         * gst/debug/navigationtest.vcproj
22216         * gst/deinterlace/deinterlace.vcproj
22217         * gst/effectv/effectv.vcproj
22218         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22219         * gst/filter/filter.vcproj
22220         * gst/flx/flxdec.vcproj
22221         * gst/goom/goom.vcproj
22222         * gst/interleave/interleave.vcproj
22223         * gst/law/alaw.vcproj
22224         * gst/law/mulaw.vcproj
22225         * gst/matroska/matroska.vcproj
22226         * gst/median/median.vcproj
22227         * gst/mixmatrix/mixmatrix.vcproj
22228         * gst/mpeg1sys/mpeg1systemencode.vcproj
22229         * gst/mpeg1videoparse/mp1videoparse.vcproj
22230         * gst/mpeg2sub/mpeg2subt.vcproj
22231         * gst/mpegaudio/mpegaudio.vcproj
22232         * gst/mpegaudioparse/mpegaudioparse.vcproj
22233         * gst/mpegstream/mpegstream.vcproj
22234         * gst/multifilesink/multifilesink.vcproj
22235         * gst/multipart/multipart.vcproj
22236         * gst/oneton/oneton.vcproj
22237         * gst/overlay/overlay.vcproj
22238         * gst/passthrough/passthrough.vcproj
22239         * gst/qtdemux/qtdemux.vcproj
22240         * gst/realmedia/rmdemux.vcproj
22241         * gst/rtjpeg/rtjpeg.vcproj
22242         * gst/rtp/rtp.vcproj
22243         * gst/silence/silence.vcproj
22244         * gst/sine/sinesrc.vcproj
22245         * gst/smooth/smooth.vcproj
22246         * gst/smpte/smpte.vcproj
22247         * gst/spectrum/spectrum.vcproj
22248         * gst/speed/speed.vcproj
22249         * gst/stereo/stereo.vcproj
22250         * gst/switch/switch.vcproj
22251         * gst/tags/tagedit.vcproj
22252         * gst/tcp/tcp.vcproj
22253         * gst/typefind/typefindfunctions.vcproj
22254         * gst/udp/udp.vcproj
22255         * gst/videobox/videobox.vcproj
22256         * gst/videocrop/videocrop.vcproj
22257         * gst/videodrop/videodrop.vcproj
22258         * gst/videofilter/gamma.vcproj
22259         * gst/videofilter/videobalance.vcproj
22260         * gst/videofilter/videofilter.vcproj
22261         * gst/videofilter/videoflip.vcproj
22262         * gst/videoflip/videoflip.vcproj
22263         * gst/videomixer/videomixer.vcproj
22264         * gst/videorate/videorate.vcproj
22265         * gst/videoscale/videoscale.vcproj
22266         * gst/videotestsrc/videotestsrc.vcproj
22267         * gst/virtualdub/virtualdub.vcproj
22268         * gst/volenv/volenv.vcproj
22269         * gst/volume/volume.vcproj
22270         * gst/wavenc/wavenc.vcproj
22271         * gst/wavparse/wavparse.vcproj
22272         * gst/y4m/y4menc.vcproj
22273           more plugins supported under windows
22274
22275 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22276
22277         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22278         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22279         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22281         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22282           Add debugging statements.  Use the sizes as returned by the
22283           *CreateImage calls.
22284
22285 2004-07-26  Johan Dahlin  <johan@gnome.org>
22286
22287         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22288         the pad is negotiated.
22289
22290         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22291
22292 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22293
22294         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22295         * gst-libs/gst/idct/idct.vcproj:
22296         * gst-libs/gst/media-info/media-info.vcproj:
22297         * gst-libs/gst/mixer/mixer.vcproj:
22298         * gst-libs/gst/navigation/navigation.vcproj:
22299         * gst-libs/gst/play/play.vcproj:
22300         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22301         * gst-libs/gst/resample/resample.vcproj:
22302         * gst-libs/gst/tuner/tuner.vcproj:
22303         * gst-libs/gst/video/video.vcproj:
22304         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22305           more plugins supported under windows
22306
22307 2004-07-25 Iain <iain@prettypeople.org>
22308
22309         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22310         pad now rather than when the pad is created because state changes wipe
22311         explicit caps (fixes #148043).
22312
22313 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22314
22315         reviewed by Benjamin Otte  <otte@gnome.org>
22316
22317         * ext/mad/gstmad.c:
22318           fix mad plugin crashing on Sun (fixes #148289)
22319
22320 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22321
22322         * gst/avi/avi.def:
22323         * gst/avi/avi.vcproj:
22324         * gst/matroska/matroska.def:
22325         * gst/matroska/matroska.vcproj:
22326           remove unused .def files
22327
22328 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22329
22330         * gst-libs/gst/audio/gstaudiofilter.c:
22331           Clean the local include
22332
22333 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22334
22335         * win32/gst.sln:
22336         * gst-libs/gst/audio/audio.def:
22337         * gst-libs/gst/audio/audio.vcproj:
22338         * gst-libs/gst/audio/audiofilter.vcproj:
22339         * gst-libs/gst/audio/riff.def:
22340         * gst-libs/gst/audio/riff.vcproj:
22341         * gst-libs/gst/gst-libs.def:
22342         * gst-libs/gst/gst-libs.vcproj:
22343         * gst/avi/avi.vcproj:
22344         * gst/avi/avi.vcproj:
22345           Copy the files where needed after building, cleaner projects
22346
22347 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22348
22349         * gst/matroska/ebml-write.c:
22350           Fix some 64 bits constants to be glib friendly
22351
22352 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22353
22354         * win32/gst.sln:
22355         * gst-libs/gst/gst-libs.def:
22356         * gst-libs/gst/gst-libs.vcproj:
22357         * gst/matroska/matroska.def:
22358         * gst/matroska/matroska.vcproj:
22359           Add the preliminary canvas to build plugins on Win32
22360
22361 2004-07-23  Benjamin Otte  <otte@gnome.org>
22362
22363         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22364           don't enfore negotiation from source side, it breaks
22365           sinesrc ! audioconvert ! osssink
22366
22367 2004-07-22  David Schleef  <ds@schleef.org>
22368
22369         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22370         for ELF files, since they can easily be recognized as audio/mpeg.
22371         (bug #147441)
22372
22373 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22374
22375         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22376         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22377         (gst_videoscale_scale_nearest_24bit),
22378         (gst_videoscale_scale_nearest_16bit):
22379           fix 16bit and 24bit for stride (24bit might need testing)
22380           don't pretend we do more than one algorithm
22381
22382 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22383
22384         * configure.ac:
22385         * gst/Makefile.am:
22386         * gst/multifilesink/Makefile.am:
22387         * gst/multifilesink/gstmultifilesink.c:
22388         (gst_multifilesink_get_formats),
22389         (gst_multifilesink_get_query_types), (_do_init),
22390         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22391         (gst_multifilesink_init), (gst_multifilesink_dispose),
22392         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22393         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22394         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22395         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22396         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22397         (gst_multifilesink_uri_get_type),
22398         (gst_multifilesink_uri_get_protocols),
22399         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22400         (gst_multifilesink_uri_handler_init), (plugin_init):
22401         * gst/multifilesink/gstmultifilesink.h:
22402         * testsuite/Makefile.am:
22403         * testsuite/multifilesink/Makefile.am:
22404         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22405         (gst_newmedia_class_init), (gst_newmedia_init),
22406         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22407         (newfile_signal), (test_signal), (main):
22408         multifilesink plugin for creating new files every time a new media
22409         discontinuity event occurs
22410
22411 2004-07-22  Wim Taymans  <wim@fluendo.com>
22412
22413         * gst/alpha/Makefile.am:
22414         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22415         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22416         (gst_alpha_color_init), (gst_alpha_color_set_property),
22417         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22418         (transform), (gst_alpha_color_chain),
22419         (gst_alpha_color_change_state), (plugin_init):
22420         Stupid plugin to to RGBA to AYUV conversion because none of
22421         the colorspace plugins can handle that yet.
22422
22423 2004-07-22  Wim Taymans  <wim@fluendo.com>
22424
22425         * examples/seeking/seek.c: (update_scale), (main):
22426         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22427         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22428         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22429         (gst_decode_bin_init), (gst_decode_bin_dispose),
22430         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22431         (no_more_pads), (close_link), (type_found),
22432         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22433         (plugin_init):
22434         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22435         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22436         (gst_play_base_bin_dispose), (queue_overrun),
22437         (gen_preroll_element), (remove_prerolls), (unknown_type),
22438         (no_more_pads), (new_stream), (setup_source),
22439         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22440         (play_base_eos), (gst_play_base_bin_change_state),
22441         (gst_play_base_bin_add_element),
22442         (gst_play_base_bin_remove_element),
22443         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22444         (gst_play_base_bin_unlink_stream),
22445         (gst_play_base_bin_get_streaminfo):
22446         * gst/playback/gstplaybin.c: (gen_video_element),
22447         (gen_audio_element):
22448         * gst/playback/gststreaminfo.h:
22449         More playback updates, attempt to fix things after the state change
22450         breakage.
22451
22452 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22453
22454         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22455         (gst_videoscale_scale_nearest_16bit):
22456           comment algorithm
22457
22458 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22459
22460         * gst/videotestsrc/gstvideotestsrc.c:
22461         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22462         (gst_videotestsrc_init), (gst_videotestsrc_get),
22463         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22464         (gst_videotestsrc_get_property):
22465         * gst/videotestsrc/gstvideotestsrc.h:
22466         * gst/videotestsrc/videotestsrc.c:
22467         * gst/videotestsrc/videotestsrc.h:
22468           cleanup and commenting
22469
22470 2004-07-21  Wim Taymans  <wim@fluendo.com>
22471
22472         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22473         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22474         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22475         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22476         (_find_chain_get_unknown_part), (_find_streams_check),
22477         (gst_ogg_demux_push), (gst_ogg_pad_push):
22478         * ext/theora/theoradec.c: (theora_get_formats),
22479         (theora_dec_src_convert), (theora_dec_sink_convert),
22480         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22481         (theora_dec_chain):
22482         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22483         (vorbis_dec_convert), (vorbis_dec_src_query),
22484         (vorbis_dec_src_event), (vorbis_dec_event):
22485         More seeking fixes, oggdemux now supports seeking to time and
22486         uses the downstream element to convert granulepos to time.
22487         Seeking in theora-only ogg files now works.
22488
22489 2004-07-21  Wim Taymans  <wim@fluendo.com>
22490
22491         * ext/theora/theoradec.c: (gst_theora_dec_init),
22492         (theora_get_formats), (theora_get_event_masks),
22493         (theora_get_query_types), (theora_dec_src_convert),
22494         (theora_dec_sink_convert), (theora_dec_src_query),
22495         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22496         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22497         (vorbis_get_event_masks), (vorbis_get_query_types),
22498         (gst_vorbis_dec_init), (vorbis_dec_convert),
22499         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22500         Added query/convert/formats functions to vorbis and theora decoders
22501         so that the outside world can use them too. Fixed seeking on an
22502         ogg/theora/vorbis file by disabling the seeking seeking on the
22503         theora srcpad.
22504
22505 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22506
22507         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22508         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22509         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22510         images creation for both elements. We don't create the image on caps
22511         nego or renego, we just destroy the internal one if present if it does
22512         not match the needs. The chain function takes care of creating a new
22513         image when needed.
22514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22515         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22516         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22517         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22518         the image format information. The buffer pool checks for the context
22519         image format and discard images with different formats.
22520         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22521
22522 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22523
22524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22525         (gst_ffmpegcolorspace_chain):
22526           no point in doing any chaining if the pad we want to push from
22527           isn't usable.
22528
22529 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22530
22531         * gst-libs/gst/riff/riff-media.c:
22532         (gst_riff_create_audio_caps_with_data):
22533           Fix double end-to-native symbol conversion (#148021).
22534
22535 2004-07-20  David Schleef  <ds@schleef.org>
22536
22537         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22538         Don't use an Atom that doesn't exist.
22539
22540 2004-07-20  Wim Taymans  <wim@fluendo.com>
22541
22542         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22543         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22544         (gst_multifdsink_client_remove),
22545         (gst_multifdsink_handle_client_write),
22546         (gst_multifdsink_queue_buffer):
22547         * gst/tcp/gstmultifdsink.h:
22548         More multifdsink stats. Avoid deadlock by releasing locks
22549         before sending out a signal.
22550
22551 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22552
22553         * po/LINGUAS:
22554         * po/hu.po:
22555           added Hungarian translation (Laszlo Dvornik)
22556
22557 2004-07-20  Wim Taymans  <wim@fluendo.com>
22558
22559         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22560         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22561         (gst_multifdsink_handle_client_write),
22562         (gst_multifdsink_queue_buffer):
22563         * gst/tcp/gsttcp-marshal.list:
22564         Fixed the stupid marshal definition.
22565
22566 2004-07-20  Wim Taymans  <wim@fluendo.com>
22567
22568         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22569         (gst_multifdsink_init), (gst_multifdsink_add),
22570         (gst_multifdsink_client_remove),
22571         (gst_multifdsink_handle_client_write),
22572         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22573         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22574         (gst_multifdsink_init_send):
22575         * gst/tcp/gstmultifdsink.h:
22576         Added more stats, added timeout for a client, fixed some typos
22577         and added some comments.
22578
22579 2004-07-20  Wim Taymans  <wim@fluendo.com>
22580
22581         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22582         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22583         (gst_multifdsink_client_remove),
22584         (gst_multifdsink_handle_client_write):
22585         * gst/tcp/gstmultifdsink.h:
22586         * gst/tcp/gsttcp-marshal.list:
22587         Added get_stats method that returns a GValueArray of
22588         stats values.
22589
22590 2004-07-19  Benjamin Otte  <otte@gnome.org>
22591
22592         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22593           make sure longname, description and author are valid UTF-8
22594
22595 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22596
22597         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22598         (gst_ximagesink_set_property):
22599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22600         (gst_xvimagesink_set_property):
22601           make sure SYNCHRONOUS is respected after getting the X context
22602
22603 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22604
22605         * gst/matroska/matroska-demux.c:
22606         (gst_matroska_demux_handle_src_event),
22607         (gst_matroska_demux_parse_blockgroup):
22608         * gst/matroska/matroska-ids.h:
22609           add BlockReference tag and ignore it to clear out log.
22610           ignore NAVIGATION events to clear out log.
22611
22612 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22613
22614         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22615         (gst_matroska_demux_add_stream):
22616         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22617           add debug categories
22618
22619 2004-07-16  Wim Taymans  <wim@fluendo.com>
22620
22621         * ext/libpng/Makefile.am:
22622         * ext/libpng/gstpng.c: (plugin_init):
22623         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22624         (gst_pngdec_get_type), (gst_pngdec_base_init),
22625         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22626         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22627         * ext/libpng/gstpngdec.h:
22628         Added png decoder.
22629
22630 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22631
22632         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22633         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22634         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22635         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22636         (gst_ximagesink_buffer_alloc):
22637         * sys/ximage/ximagesink.h:
22638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22639         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22640         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22641         (gst_xvimagesink_buffer_alloc):
22642         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22643         again. Using internal data pointer of the x(v)image to store image's
22644         data to be coherent with the buffer alloc mechanism. Investigated the
22645         image destruction code to be sure that everything gets freed correctly.
22646
22647 2004-07-16  Wim Taymans  <wim@fluendo.com>
22648
22649         * gst-libs/gst/riff/riff-read.c:
22650         (gst_riff_read_strf_vids_with_data),
22651         (gst_riff_read_strf_auds_with_data):
22652         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22653         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22654         Make sure we don't create 0 sized subbuffers in riff-read.
22655         Signal the no more pads signal after reading the avi header.
22656
22657 2004-07-16  Wim Taymans  <wim@fluendo.com>
22658
22659         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22660         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22661         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22662         (gst_decode_bin_init), (gst_decode_bin_dispose),
22663         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22664         (no_more_pads), (close_link), (type_found),
22665         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22666         (gst_decode_bin_change_state), (plugin_init):
22667         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22668         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22669         (gst_play_base_bin_dispose), (queue_overrun),
22670         (gen_preroll_element), (remove_prerolls), (unknown_type),
22671         (no_more_pads), (new_stream), (setup_source),
22672         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22673         (play_base_eos), (gst_play_base_bin_change_state),
22674         (gst_play_base_bin_add_element),
22675         (gst_play_base_bin_remove_element),
22676         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22677         (gst_play_base_bin_unlink_stream),
22678         (gst_play_base_bin_get_streaminfo):
22679         * gst/playback/gstplaybasebin.h:
22680         Better error recovery. Added configurable preroll queue size. Faster
22681         detection of no-more-pads.
22682
22683 2004-07-16  Wim Taymans  <wim@fluendo.com>
22684
22685         * gst-libs/gst/video/video.h:
22686         Added 32 bits RGBA. Not sure if we should use another mime-type
22687         for alpha rgb. Currently the presence of the alpha_mask property
22688         signals an alpha channel.
22689
22690 2004-07-16  Wim Taymans  <wim@fluendo.com>
22691
22692         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22694         FPS seems to be 0.0 to MAX everywhere else.
22695
22696 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22697
22698         * gst-libs/gst/riff/riff-media.c:
22699         (gst_riff_create_video_caps_with_data):
22700           mp42/mp43 (no caps) exist too.
22701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22702           Set pixel_width/height; we've got them in-caps.
22703         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22704         * gst/wavparse/gstwavparse.c: (plugin_init):
22705           Both are valid primary.
22706         * sys/oss/gstossmixer.c:
22707           Remove i18n hack and enable translations.
22708
22709 2004-07-15  Benjamin Otte  <otte@gnome.org>
22710
22711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22712         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22713           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22714
22715 2004-07-15  Benjamin Otte  <otte@gnome.org>
22716
22717         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22718         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22719         (gst_alsa_close_audio):
22720           disable some of the debugging code for now. Writing debugging to a
22721           buffer is broken in current alsalib releases.
22722
22723 2004-07-12  Benjamin Otte  <otte@gnome.org>
22724
22725         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22726           use bufferpools
22727
22728 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22729
22730         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22731         (theora_dec_src_query), (theora_dec_event):
22732         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22733           add debugging categories.  Remove \n's.
22734
22735 2004-07-13  Johan Dahlin  <johan@gnome.org>
22736
22737         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22738         (gst_play_bin_get_property): Impl.
22739
22740 2004-07-13  Wim Taymans  <wim@fluendo.com>
22741
22742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22743         When trying to find the stream length, seek back N pages
22744         instead of just one, where N is the number of streams in
22745         the current chain.
22746
22747 2004-07-13  Wim Taymans  <wim@fluendo.com>
22748
22749         * gst-libs/gst/riff/riff-media.c:
22750         (gst_riff_create_audio_caps_with_data),
22751         (gst_riff_create_audio_caps),
22752         (gst_riff_create_audio_template_caps):
22753         * gst-libs/gst/riff/riff-media.h:
22754         * gst-libs/gst/riff/riff-read.c:
22755         (gst_riff_read_strf_vids_with_data),
22756         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22757         * gst-libs/gst/riff/riff-read.h:
22758         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22759         (gst_avi_demux_add_stream):
22760         Set codec_data on caps for avidemuxer.
22761
22762 2004-07-12  David Schleef  <ds@schleef.org>
22763
22764         * configure.ac: Fix test for Objective C
22765
22766 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22767         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22768         (gst_gdk_pixbuf_chain):
22769           Add svg and pcx to template caps, and ensure that getcaps returns a
22770           subset of the template caps.
22771           Copy each row manually for output, as gdkpixbuf may pad the
22772           rowstride to a 32-bit word boundary.
22773
22774 2004-07-12  Wim Taymans  <wim@fluendo.com>
22775
22776         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22777         (gst_riff_create_video_template_caps):
22778         Fix the template caps to include some more media types.
22779
22780 2004-07-12  Wim Taymans  <wim@fluendo.com>
22781
22782         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22783         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22784         (compare_ranks), (print_feature), (gst_decode_bin_init),
22785         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22786         (try_to_link_1), (new_pad), (close_link), (type_found),
22787         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22788         (gst_decode_bin_change_state), (plugin_init):
22789         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22790         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22791         (gst_play_base_bin_dispose), (queue_overrun),
22792         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22793         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22794         (gst_play_base_bin_get_property), (play_base_eos),
22795         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22796         (gst_play_base_bin_remove_element),
22797         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22798         (gst_play_base_bin_unlink_stream),
22799         (gst_play_base_bin_get_streaminfo):
22800         * gst/playback/gstplaybasebin.h:
22801         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22802         (gst_play_bin_class_init), (gst_play_bin_init),
22803         (gst_play_bin_dispose), (gst_play_bin_set_property),
22804         (gst_play_bin_get_property), (gen_video_element),
22805         (gen_audio_element), (remove_sinks), (setup_sinks),
22806         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22807         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22808         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22809         (gst_play_bin_query), (plugin_init):
22810         * gst/playback/test4.c: (main):
22811         More fixes on reusing of the element.
22812
22813 2004-07-11  Benjamin Otte  <otte@gnome.org>
22814
22815         * ext/mad/gstmad.c: (normal_seek):
22816           allow seeking for other methods than just SET
22817
22818 2004-07-11  Andy Wingo  <wingo@pobox.com>
22819
22820         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22821         float, "any" caps -> buffer_frames=[0,MAX].
22822
22823         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22824         doesn't intersect our caps with the template any more. Do it
22825         ourselves.
22826         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22827
22828 2004-07-09  Wim Taymans  <wim@fluendo.com>
22829
22830         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22831         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22832         (compare_ranks), (print_feature), (gst_decode_bin_init),
22833         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22834         (try_to_link_1), (new_pad), (close_link), (type_found),
22835         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22836         (gst_decode_bin_change_state), (plugin_init):
22837         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22838         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22839         (gst_play_base_bin_dispose), (queue_overrun),
22840         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22841         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22842         (gst_play_base_bin_get_property), (play_base_eos),
22843         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22844         (gst_play_base_bin_remove_element),
22845         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22846         (gst_play_base_bin_unlink_stream),
22847         (gst_play_base_bin_get_streaminfo):
22848         * gst/playback/gstplaybasebin.h:
22849         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22850         (gst_play_bin_class_init), (gst_play_bin_init),
22851         (gst_play_bin_dispose), (gst_play_bin_set_property),
22852         (gst_play_bin_get_property), (gen_video_element),
22853         (gen_audio_element), (remove_sinks), (setup_sinks),
22854         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22855         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22856         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22857         (gst_play_bin_query), (plugin_init):
22858         * gst/playback/test4.c: (main):
22859         Work on object reuse and seeking.
22860
22861 2004-07-09  Wim Taymans  <wim@fluendo.com>
22862
22863         * examples/seeking/seek.c: (iterate):
22864         Don't consume all CPU in the idle loop.
22865
22866 2004-07-09  Wim Taymans  <wim@fluendo.com>
22867
22868         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22869         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22870         Add pad to element *after* setting the pad functions so that
22871         the scheduler can use the correct ones.
22872
22873 2004-07-09  Wim Taymans  <wim@fluendo.com>
22874
22875         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22876         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22877         Sync to keyframe after seek
22878
22879 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22880
22881         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22882         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22883         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22884         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22885         * ext/libvisual/visual.c: (gst_visual_change_state):
22886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22887         * ext/theora/theoradec.c: (theora_dec_change_state):
22888         * ext/theora/theoraenc.c: (theora_enc_change_state):
22889         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22890         * gst-libs/gst/navigation/navigation.c:
22891         * gst/adder/gstadder.c: (gst_adder_change_state):
22892         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22893         (gst_audio_convert_get_buffer):
22894         * gst/multipart/multipartdemux.c:
22895         (gst_multipart_demux_change_state):
22896         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22897         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22898         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22899         * gst/videoscale/gstvideoscale.c:
22900         (gst_videoscale_handle_src_event):
22901         * gst/volume/gstvolume.c: (volume_chain_int16):
22902           don't assert in state change, this should be done by the base
22903           GstElement class.
22904           various debugging fixes.
22905
22906 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22907
22908         * configure.ac:
22909         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22910         (gst_play_dispose), (gst_play_set_location),
22911         (gst_play_set_data_src), (gst_play_set_video_sink),
22912         (gst_play_set_audio_sink), (gst_play_set_visualization),
22913         (gst_play_connect_visualization), (gst_play_get_sink_element),
22914         (gst_play_get_all_by_interface):
22915         * gst-libs/gst/play/play.h:
22916           add new method to get elements implementing an interface.
22917           add various error logging
22918
22919 2004-07-08  Wim Taymans  <wim@fluendo.com>
22920
22921         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22922         (make_mpeg_pipeline), (make_mpegnt_pipeline),
22923         (make_playerbin_pipeline), (query_durations_elems),
22924         (query_durations_pads), (query_positions_elems),
22925         (query_positions_pads), (update_scale), (iterate), (stop_seek),
22926         (main):
22927         Added playbin seeking example.
22928
22929 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22930
22931         * gst-libs/gst/play/play.c: (gst_play_set_location),
22932         (gst_play_set_data_src), (gst_play_set_video_sink),
22933         (gst_play_set_audio_sink), (gst_play_set_visualization),
22934         (gst_play_connect_visualization), (gst_play_get_framerate):
22935           use a macro to look up elements from hash table
22936
22937 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22938
22939         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22940         (gst_play_get_length_callback), (gst_play_set_location),
22941         (gst_play_seek_to_time), (gst_play_set_data_src),
22942         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22943         (gst_play_set_visualization), (gst_play_connect_visualization),
22944         (gst_play_get_sink_element):
22945         - add debugging info
22946         - fix looking up sink elements by iterating over complete caps
22947         - put everything except for source and autoplugger in a complete bin
22948
22949 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22950
22951         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
22952         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
22953         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
22954         (gst_alsa_sink_write), (gst_alsa_sink_loop):
22955         * ext/alsa/gstalsasink.h:
22956         - add debugging info
22957         - clean up schizophrenia of data/buffer/event
22958         - fix double event unref error
22959
22960 2004-07-08  Wim Taymans  <wim@fluendo.com>
22961
22962         * gst/playback/Makefile.am:
22963         Add headers to noinst
22964
22965 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22966
22967         * tools/gst-launch-ext-m.m:
22968         * tools/gst-launch-ext.1.in:
22969           convert to the third millenium
22970
22971 2004-07-07  David Schleef  <ds@schleef.org>
22972
22973         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
22974
22975 2004-07-07  Wim Taymans  <wim@fluendo.com>
22976
22977         * gst/playback/Makefile.am:
22978         * gst/playback/README:
22979         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22980         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22981         (compare_ranks), (print_feature), (gst_decode_bin_init),
22982         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22983         (try_to_link_1), (new_pad), (close_link), (type_found),
22984         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22985         (plugin_init):
22986         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22987         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22988         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
22989         (gen_preroll_element), (no_more_pads), (new_stream),
22990         (setup_source), (gst_play_base_bin_set_property),
22991         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
22992         (gst_play_base_bin_add_element),
22993         (gst_play_base_bin_remove_element),
22994         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22995         (gst_play_base_bin_unlink_stream),
22996         (gst_play_base_bin_get_streaminfo):
22997         * gst/playback/gstplaybasebin.h:
22998         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22999         (gst_play_bin_class_init), (gst_play_bin_init),
23000         (gst_play_bin_dispose), (gst_play_bin_set_property),
23001         (gst_play_bin_get_property), (gen_video_element),
23002         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23003         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23004         (gst_play_bin_get_formats), (gst_play_bin_convert),
23005         (gst_play_bin_get_query_types), (gst_play_bin_query),
23006         (plugin_init):
23007         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23008         (gst_stream_info_get_type), (gst_stream_info_class_init),
23009         (gst_stream_info_init), (gst_stream_info_new),
23010         (gst_stream_info_dispose), (gst_stream_info_set_property),
23011         (gst_stream_info_get_property):
23012         * gst/playback/gststreaminfo.h:
23013         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23014         (main):
23015         * gst/playback/test2.c: (main):
23016         * gst/playback/test3.c: (update_scale), (main):
23017         More playbin fixes. Added README. Do better element filtering.
23018         Added base class to preroll media. Added test apps.
23019
23020 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23021
23022         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23023         * ext/mpeg2dec/gstmpeg2dec.h:
23024           various debugging improvements.  Reset stream to next picture
23025           instead of sequence header, otherwise seeks cannot work.
23026
23027 2004-07-07  Wim Taymans  <wim@fluendo.com>
23028
23029         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23030         (gst_video_box_class_init), (gst_video_box_set_property),
23031         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23032         Use pad_alloc where possible.
23033
23034 2004-07-07  Wim Taymans  <wim@fluendo.com>
23035
23036         * sys/oss/gstosselement.c: (gst_osselement_reset),
23037         (gst_osselement_parse_caps):
23038         * sys/oss/gstosselement.h:
23039         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23040         Fix offset on osssrc.
23041
23042 2004-07-07  Wim Taymans  <wim@fluendo.com>
23043
23044         * ext/theora/theora.c: (plugin_init):
23045         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23046         (theora_dec_src_query), (theora_dec_chain):
23047         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23048         (theora_enc_sink_link), (theora_buffer_from_packet),
23049         (theora_push_packet), (theora_enc_chain):
23050         Fix theora granulepos calculation.
23051         Fix overflow in duration/position calculation.
23052         Bump rank to PRIMARY for theoradec.
23053         Use granulepos of last packet to calculate position.
23054         Set keyframe flag on buffers when needed.
23055
23056 2004-07-06  David Schleef  <ds@schleef.org>
23057
23058         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23059         serious?  (Fixed, obviously.)
23060
23061 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23062
23063         * po/LINGUAS:
23064         * po/cs.po:
23065           added Czech translation (Miloslav Trmac)
23066
23067 2004-07-05  Wim Taymans  <wim@fluendo.com>
23068
23069         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23070         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23071         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23072         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23073         (close_link), (type_found), (gst_decode_bin_set_property),
23074         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23075         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23076         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23077         (gst_decode_bin_query), (plugin_init):
23078         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23079         (gst_play_bin_class_init), (gst_play_bin_init),
23080         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23081         (get_video_element), (new_pad), (setup_source),
23082         (gst_play_bin_set_property), (gst_play_bin_get_property),
23083         (gst_play_bin_change_state), (gst_play_bin_add_element),
23084         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23085         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23086         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23087         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23088         * gst/playback/test.c: (main):
23089         More fixes, cleaned up playbin, make it use decodebin. Added
23090         threaded property to playbin.
23091
23092 2004-07-05  Wim Taymans  <wim@fluendo.com>
23093
23094         * configure.ac:
23095         * gst/playback/Makefile.am:
23096         * gst/playback/decodetest.c: (main):
23097         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23098         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23099         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23100         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23101         (close_link), (type_found), (gst_decode_bin_set_property),
23102         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23103         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23104         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23105         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23106         (plugin_init):
23107         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23108         (gst_play_bin_class_init), (gst_play_bin_init),
23109         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23110         (collect_sink_pads), (find_compatibles), (close_pad_link),
23111         (try_to_link_1), (new_pad), (close_link), (type_found),
23112         (setup_source), (gst_play_bin_set_property),
23113         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23114         (compare_ranks), (gst_play_bin_collect_factories),
23115         (gst_play_bin_change_state), (gst_play_bin_add_element),
23116         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23117         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23118         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23119         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23120         * gst/playback/test.c: (main):
23121         Added some playback helper elements and some test apps, very alpha
23122         still.
23123
23124 2004-07-04  Benjamin Otte  <otte@gnome.org>
23125
23126         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23127           only restart audio when we indeed have an xrun to fix repeated
23128           xruns. Fix suggested by Giuliano Pochini.
23129
23130 2004-07-03  David Schleef  <ds@schleef.org>
23131
23132         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23133         call to gst_debug_log() if debugging is disabled (bug #145118)
23134
23135 2004-07-03  Benjamin Otte  <otte@gnome.org>
23136
23137         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23138           use our own functions for restarting the alsa device.
23139         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23140           I should apply patches myself - use MIN for the third argument, not
23141           the second, this fixes seeking
23142
23143 2004-07-02  David Schleef  <ds@schleef.org>
23144
23145         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23146         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23147         do with the logic.
23148
23149 2004-07-02  David Schleef  <ds@schleef.org>
23150
23151         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23152         output buffers.  Fix logic mistake.  (bug #144866)
23153
23154 2004-07-02  David Schleef  <ds@schleef.org>
23155
23156         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23157         on X.  (bug #144753)
23158
23159 2004-07-02  David Schleef  <ds@schleef.org>
23160
23161         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23162         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23163         (bug #144624)
23164         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23165         (gst_osselement_rate_probe_check): Add another workaround for
23166         buggy drivers (bug #145336)
23167
23168 2004-07-02  David Schleef  <ds@schleef.org>
23169
23170         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23171         Most systems don't have MSG_NOSIGNAL.
23172
23173 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23174
23175         * Makefile.am:
23176         * gst-libs/gst/colorbalance/Makefile.am:
23177         * gst-libs/gst/mixer/Makefile.am:
23178         * gst-libs/gst/play/Makefile.am:
23179         * gst-libs/gst/tuner/Makefile.am:
23180           (hopefully) fix both install and dist and make error message useful.
23181           needs testing across automakes.
23182
23183 2004-07-02  Benjamin Otte  <otte@gnome.org>
23184
23185         * ext/ogg/gstogg.c: (plugin_init):
23186           we require bytestream now
23187         * ext/ogg/gstoggdemux.c:
23188           huge diff to implement chain setup in a fast and generic way. This
23189           improves tag reading and startup of huge files (read: Theora videos)
23190           quite a bit. It probably contains bugs, too, so please test.
23191           Seeking is not improved to the fast method.
23192
23193 2004-06-29  Wim Taymans  <wim@fluendo.com>
23194
23195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23196         * ext/ogg/gstoggmux.c:
23197         Fix memleak in oggdemux when running unconnected pads.
23198         doc update in mux, start working on keyframe mode.
23199
23200 2004-06-29  Benjamin Otte  <otte@gnome.org>
23201
23202         * sys/oss/gstosssink.c:
23203         * sys/oss/gstosssrc.c:
23204           advertise correct template caps - we indeed do non-native endianness
23205           and 8bit audio has no endianness
23206         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23208           avoid (wrong) duplications in getcaps function and return
23209           template caps
23210
23211 2004-06-29  Wim Taymans  <wim@fluendo.com>
23212
23213         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23214         (gst_multifdsink_class_init), (gst_multifdsink_add),
23215         (gst_multifdsink_remove), (gst_multifdsink_clear),
23216         (gst_multifdsink_client_remove),
23217         (gst_multifdsink_handle_client_read),
23218         (gst_multifdsink_client_queue_data),
23219         (gst_multifdsink_client_queue_caps),
23220         (gst_multifdsink_client_queue_buffer),
23221         (gst_multifdsink_handle_client_write),
23222         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23223         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23224         (gst_multifdsink_init_send), (gst_multifdsink_close):
23225         Fix wrong GList iteration that could crash the server when
23226         more then 2 clients disconnect at the same time. Read all the
23227         pending commands in one batch to recover from command storms under
23228         very heavy load.
23229
23230 2004-06-28  Wim Taymans  <wim@fluendo.com>
23231
23232         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23233         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23234         (gst_videomixer_pad_set_property),
23235         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23236         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23237         (gst_videomixer_class_init), (gst_videomixer_init),
23238         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23239         (pad_zorder_compare), (gst_videomixer_sort_pads),
23240         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23241         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23242         (gst_videomixer_update_queues), (gst_videomixer_loop),
23243         (plugin_init):
23244         Avoid divide by zero, choose masterpad as the pad with the highest
23245         framerate.
23246
23247 2004-06-27  Julien Moutte  <julien@moutte.net>
23248
23249         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23250         (gst_ximagesink_xwindow_new):
23251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23252         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23253         function directly. We might want to call it from somewhere else one day.
23254
23255 2004-06-27  Julien Moutte  <julien@moutte.net>
23256
23257         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23258         (gst_ximagesink_xwindow_new):
23259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23260         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23261         window decorations.
23262
23263 2004-06-27  Wim Taymans  <wim@fluendo.com>
23264
23265         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23266         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23267         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23268         (gst_dvdec_set_property), (gst_dvdec_get_property):
23269         * ext/dv/gstdvdec.h:
23270         Implement drop_factor property to lower the framerate with
23271         a factor.
23272
23273 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23274
23275         * gst-libs/gst/colorbalance/Makefile.am:
23276         * gst-libs/gst/mixer/Makefile.am:
23277         * gst-libs/gst/play/Makefile.am:
23278         * gst-libs/gst/tuner/Makefile.am:
23279           unbreak Company's fix that didn't install the -enum.h files
23280
23281 2004-06-27  Wim Taymans  <wim@fluendo.com>
23282
23283         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23284         (gst_dvdec_change_state):
23285         * ext/dv/gstdvdec.h:
23286         Fix timestamp, duration and offset of the buffers.
23287
23288 2004-06-27  Wim Taymans  <wim@fluendo.com>
23289
23290         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23291         (gst_multifdsink_class_init), (gst_multifdsink_add),
23292         (gst_multifdsink_remove), (gst_multifdsink_clear),
23293         (gst_multifdsink_client_remove),
23294         (gst_multifdsink_handle_client_read),
23295         (gst_multifdsink_client_queue_data),
23296         (gst_multifdsink_client_queue_caps),
23297         (gst_multifdsink_client_queue_buffer),
23298         (gst_multifdsink_handle_client_write),
23299         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23300         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23301         (gst_multifdsink_init_send), (gst_multifdsink_close):
23302         * gst/tcp/gstmultifdsink.h:
23303         * gst/tcp/gsttcpserversink.c:
23304         (gst_tcpserversink_handle_server_read),
23305         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23306         More multifdsink fixes, more recovery policy fixes.
23307         Removed stupid g_print
23308
23309 2004-06-26  Wim Taymans  <wim@fluendo.com>
23310
23311         * gst/tcp/Makefile.am:
23312         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23313         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23314         (gst_multifdsink_class_init), (gst_multifdsink_init),
23315         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23316         (gst_multifdsink_handle_client_read),
23317         (gst_multifdsink_client_queue_data),
23318         (gst_multifdsink_client_queue_caps),
23319         (gst_multifdsink_client_queue_buffer),
23320         (gst_multifdsink_handle_client_write),
23321         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23322         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23323         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23324         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23325         (gst_multifdsink_close), (gst_multifdsink_change_state):
23326         * gst/tcp/gstmultifdsink.h:
23327         * gst/tcp/gsttcpplugin.c: (plugin_init):
23328         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23329         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23330         (gst_tcpserversink_handle_server_read),
23331         (gst_tcpserversink_handle_select),
23332         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23333         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23334         * gst/tcp/gsttcpserversink.h:
23335         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23336         one of the locks, added recovery policy to multifdsink.
23337
23338 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23339
23340         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23341           fix decision for when getting frames with same timestamp
23342         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23343         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23344         (gst_v4lsrc_get_property):
23345         * sys/v4l/gstv4lsrc.h:
23346           add latency offset property
23347
23348 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23349
23350         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23351         (plugin_init):
23352           fix debugging. add category.
23353
23354 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23355
23356         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23357           fix wrong offsets
23358
23359 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23360
23361         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23362         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23363         (gst_alsa_src_change_state):
23364           return a time that is in sync with the element's processing
23365
23366 2004-06-25  Wim Taymans  <wim@fluendo.com>
23367
23368         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23369         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23370         (gst_tcpserversink_client_remove),
23371         (gst_tcpserversink_handle_client_read),
23372         (gst_tcpserversink_client_queue_data),
23373         (gst_tcpserversink_client_queue_caps),
23374         (gst_tcpserversink_client_queue_buffer),
23375         (gst_tcpserversink_handle_client_write),
23376         (gst_tcpserversink_queue_buffer),
23377         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23378         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23379         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23380         (gst_tcpserversink_close):
23381         * gst/tcp/gsttcpserversink.h:
23382         Serversink rewrite. Really do non blocking writes to clients and
23383         maintain an internal queue to handle slower clients while not
23384         disturbing fast clients.
23385
23386 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23387
23388         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23389           better debug, don't override OFFSET and OFFSET_END
23390
23391 2004-06-25  Iain <iain@prettypeople.org>
23392
23393         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23394         name=source for the wavparse pipeline.
23395
23396 2004-06-24  Johan Dahlin  <johan@gnome.org>
23397
23398         * ext/theora/theoraenc.c (theora_enc_chain): Call
23399         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23400         streamheader caps are set correctly.
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), (gst_vorbisenc_set_property):
23406           respect minimum bitrate; same could be done for max bitrate
23407
23408 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23409
23410         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23411         (gst_vorbisenc_setup):
23412           fix sample rate range
23413
23414 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23415
23416         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23417         (gst_oggvorbisenc_setup):
23418         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23419         (gst_vorbisenc_setup):
23420           resolve ambiguities in code and description
23421
23422 2004-06-24  Wim Taymans  <wim@fluendo.com>
23423
23424         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23425         * ext/alsa/gstalsa.h:
23426         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23427         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23428         Use alsa trigger_tstamp to get the timestamp of the first
23429         sample in the buffer for more precise sync. Some cleanups.
23430
23431 2004-06-24  Wim Taymans  <wim@fluendo.com>
23432
23433         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23434         (gst_audiorate_init), (gst_audiorate_chain),
23435         (gst_audiorate_set_property), (gst_audiorate_get_property):
23436         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23437         (gst_videorate_chain):
23438         Added some logging, fixed an overflow bug in videorate.
23439
23440 2004-06-24  Benjamin Otte  <otte@gnome.org>
23441
23442         * ext/kio/Makefile.am:
23443           fix for builddir != srcdir and distcheck
23444
23445 2004-06-24  Benjamin Otte  <otte@gnome.org>
23446
23447         * gst-libs/gst/colorbalance/Makefile.am:
23448         * gst-libs/gst/mixer/Makefile.am:
23449         * gst-libs/gst/play/Makefile.am:
23450         * gst-libs/gst/tuner/Makefile.am:
23451         * gst/tcp/Makefile.am:
23452         * sys/dxr3/Makefile.am:
23453           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23454           tarball.
23455           Also add all *.list files that were missing.
23456         * Makefile.am:
23457           add a distcheck hook to ensure the above doesn't happen again.
23458
23459 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23460
23461         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23462
23463 2004-06-23  Colin Walters  <walters@redhat.com>
23464
23465         * m4/Makefile.am: Distribute gst-fionread.m4.
23466
23467 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23468
23469         * configure.ac: back to dev
23470
23471 2004-06-23  Wim Taymans  <wim@fluendo.com>
23472
23473         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23474         (gst_alsa_xrun_recovery):
23475         * ext/alsa/gstalsa.h:
23476         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23477         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23478         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23479         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23480         (gst_alsa_src_loop):
23481         Add clock to alsasrc. Take new capture timestamp when
23482         restarting after an overrun. Split up some functions between
23483         alsasrc and alsasink.
23484
23485 === release 0.8.2 ===
23486
23487 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23488
23489         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23490         (gst_alsa_change_state), (gst_alsa_update_avail),
23491         (gst_alsa_xrun_recovery):
23492         * ext/alsa/gstalsa.h:
23493         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23494           merge back changes from release
23495
23496 2004-06-23  Wim Taymans  <wim@fluendo.com>
23497
23498         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23499         (gst_audiorate_init), (gst_audiorate_chain),
23500         (gst_audiorate_set_property), (gst_audiorate_get_property):
23501         Implement sample dropping and notify
23502
23503 2004-06-22  Wim Taymans  <wim@fluendo.com>
23504
23505         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23506         (theora_enc_sink_link), (theora_buffer_from_packet),
23507         (theora_push_packet), (theora_enc_chain):
23508         Some cleanups, make sure the timestamps are correct.
23509
23510 2004-06-22  Wim Taymans  <wim@fluendo.com>
23511
23512         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23513         (gst_alsa_change_state), (gst_alsa_update_avail),
23514         (gst_alsa_xrun_recovery):
23515         * ext/alsa/gstalsa.h:
23516         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23517         Cleanups, take queued samples into account when reporting
23518         the time.
23519
23520 2004-06-22  Wim Taymans  <wim@fluendo.com>
23521
23522         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23523         (gst_videorate_init):
23524         Initialize the property as well.
23525
23526 2004-06-22  Wim Taymans  <wim@fluendo.com>
23527
23528         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23529         (gst_videorate_init), (gst_videorate_chain),
23530         (gst_videorate_set_property), (gst_videorate_get_property):
23531         Add property to make videorate silent.
23532         Add property to prefer new frames over old ones.
23533
23534 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23535
23536         * sys/osxvideo/Makefile.am:
23537         Workaround so that the osxvideo .so file gets linked with the
23538         Cocoa, OpenGL and QuickTime frameworks
23539
23540 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23541
23542         * sys/osxaudio/Makefile.am:
23543         Workaround so that the osxaudio .so file gets linked with the
23544         CoreAudio framework
23545
23546 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23547
23548         * configure.ac:
23549         Whoops, my fault...fixed build issues
23550
23551 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23552
23553         * configure.ac:
23554         Add objective-c support if running in Darwin/Mac OS X
23555         * sys/Makefile.am:
23556         * sys/osxvideo:
23557         * sys/osxvideo/Makefile.am:
23558         * sys/osxvideo/osxvideosink.h:
23559         * sys/osxvideo/osxvideosink.m:
23560         * sys/osxvideo/cocoawindow.h:
23561         * sys/osxvideo/cocoawindow.m:
23562         Add osxvideosink, a cocoa-based osx video sink
23563
23564
23565 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23566         * ext/dvdnav/gst-dvd:
23567         Grab the gconf key from the right spot
23568         * gst/debug/gstnavseek.c: (gst_navseek_init),
23569         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23570         (gst_navseek_chain):
23571         * gst/debug/gstnavseek.h:
23572           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23573           and loop parameters of a segment seek.
23574         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23575         (gst_videotestsrc_get_event_masks),
23576         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23577         * gst/videotestsrc/gstvideotestsrc.h:
23578           Add seeking support to videotestsrc
23579           Initialise the timestamp_offset variable.
23580
23581 2004-06-18  Wim Taymans  <wim@fluendo.com>
23582
23583         * ext/sidplay/gstsiddec.cc:
23584         Fix negotiation and set correct end offset.
23585
23586 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23587
23588         * configure.ac: branch and prerelease
23589
23590 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23591
23592         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23593         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23594         (gst_tcpclientsrc_init_receive):
23595         * gst/tcp/gsttcpclientsrc.h:
23596           read caps when connecting to server for GDP so we set them correctly
23597
23598 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23599
23600         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23601           notify drops and duplicates
23602         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23603           no good reason to limit ourselves to 100x100
23604
23605 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23606
23607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23608         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23609         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23610         (gst_v4lsrc_get_property):
23611         * sys/v4l/gstv4lsrc.h:
23612         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23613         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23614         (gst_v4l_set_audio):
23615         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23616         (gst_v4lsrc_try_capture):
23617         * sys/v4l/v4lsrc_calls.h:
23618           change try_palette to more general try_capture
23619           add autoprobe option so we can turn off autoprobing
23620           various fixes
23621
23622 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23623
23624         * configure.ac:
23625           add videorate
23626         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23627         (gst_ximagesink_class_init):
23628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23629         (gst_xvimagesink_class_init):
23630           run them as finalize, not dispose, since dispose can be invoked
23631           multiple times
23632
23633 2004-06-17  Wim Taymans  <wim@fluendo.com>
23634
23635         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23636         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23637         * ext/alsa/gstalsa.h:
23638         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23639         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23640         (gst_alsa_src_change_state):
23641         * ext/alsa/gstalsasrc.h:
23642         Make the xrun code timestamp and offset the buffers correctly.
23643         moved the clock to the base class, use alsa methods to get time.
23644         Do correct timestamping on outgoing buffers.
23645
23646 2004-06-17  Wim Taymans  <wim@fluendo.com>
23647
23648         * gst/audiorate/Makefile.am:
23649         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23650         (gst_audiorate_base_init), (gst_audiorate_class_init),
23651         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23652         (gst_audiorate_set_property), (gst_audiorate_get_property),
23653         (gst_audiorate_change_state), (plugin_init):
23654         Added an audiorate converter that fills in gaps.
23655
23656 2004-06-17  Johan Dahlin  <johan@gnome.org>
23657
23658         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23659
23660 2004-06-16  Wim Taymans  <wim@fluendo.com>
23661
23662         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23663         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23664         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23665         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23666         (gst_v4lsrc_get_property):
23667         * sys/v4l/gstv4lsrc.h:
23668         Added a copy mode to v4lsrc where it will output a copied version
23669         of its internal hardware buffer.
23670         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23671         can't | them.
23672
23673 2004-06-16  Wim Taymans  <wim@fluendo.com>
23674
23675         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23676         Timestamp fixes.
23677
23678 2004-06-16  Wim Taymans  <wim@fluendo.com>
23679
23680         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23681         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23682         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23683         (gst_v4lsrc_get_property):
23684         * sys/v4l/gstv4lsrc.h:
23685         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23686         Added a sync mode enum property to control v4lsrc timestamp method
23687         Removed the use-fixed-fps property and moved functionality in
23688         the enum.
23689         Don't error on an error value from v4l-conf, it might not always
23690         be a real error.
23691
23692 2004-06-16  Wim Taymans  <wim@fluendo.com>
23693
23694         * gst/videorate/Makefile.am:
23695         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23696         (gst_videorate_base_init), (gst_videorate_class_init),
23697         (gst_videorate_getcaps), (gst_videorate_link),
23698         (gst_videorate_init), (gst_videorate_chain),
23699         (gst_videorate_set_property), (gst_videorate_get_property),
23700         (gst_videorate_change_state), (plugin_init):
23701         Added a video timestamp corrector.
23702
23703 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23704
23705         fixed a potential leak with previous commit
23706
23707         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23708
23709 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23710
23711         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23712         Added missing refcount, fixes bug #144425
23713         Cheers Tim for finding the bug
23714
23715 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23716
23717         * sys/v4l/gstv4l.c: (plugin_init):
23718         * sys/v4l/gstv4lcolorbalance.c:
23719         * sys/v4l/gstv4lcolorbalance.h:
23720         * sys/v4l/gstv4lelement.c:
23721         * sys/v4l/gstv4lelement.h:
23722         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23723         * sys/v4l/gstv4lmjpegsink.h:
23724         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23725         * sys/v4l/gstv4lmjpegsrc.h:
23726         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23727         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23728         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23729         * sys/v4l/gstv4lsrc.h:
23730         * sys/v4l/gstv4ltuner.c:
23731         * sys/v4l/gstv4ltuner.h:
23732         * sys/v4l/gstv4lxoverlay.c:
23733         * sys/v4l/gstv4lxoverlay.h:
23734         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23735         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23736         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23737         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23738         (gst_v4l_set_audio):
23739         * sys/v4l/v4l_calls.h:
23740         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23741         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23742         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23743         (gst_v4lmjpegsink_playback_init),
23744         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23745         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23746         (gst_v4lmjpegsink_playback_stop),
23747         (gst_v4lmjpegsink_playback_deinit):
23748         * sys/v4l/v4lmjpegsink_calls.h:
23749         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23750         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23751         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23752         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23753         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23754         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23755         * sys/v4l/v4lmjpegsrc_calls.h:
23756         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23757         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23758         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23759         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23760         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23761         (gst_v4lsrc_try_palette):
23762         * sys/v4l/v4lsrc_calls.h:
23763           bunch of paranoia cleanups
23764
23765 2004-06-14  David Schleef  <ds@schleef.org>
23766
23767         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23768         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23769         Send discont events and change timestamps appropriately when
23770         we get a seek event.  (bug #144240)
23771         * ext/cdparanoia/gstcdparanoia.h:
23772
23773 2004-06-14  Benjamin Otte  <otte@gnome.org>
23774
23775         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23776           snd_pcm_hw_params_set_rate  since the latter fails for no good
23777           reason on some setups.
23778
23779 2004-06-14  David Schleef  <ds@schleef.org>
23780
23781         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23782         standard.  Thank you for playing.
23783
23784 2004-06-14  Wim Taymans  <wim@fluendo.com>
23785
23786         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23787         Patch 1.3 broke the ordering of the colorspace info and
23788         made the plugin basically work by coincidence, reordered
23789         the info.
23790
23791 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23792
23793         * ext/lame/gstlame.c:
23794         * ext/mad/gstmad.c:
23795           sync caps.  Make sure mad can only output a list of rates, not
23796           a full range.  In the future, have three caps lists for each of the
23797           mpeg versions.  Change mpegversion to a double as well.
23798
23799 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23800
23801         * gst/volume/.cvsignore:
23802         * gst/volume/Makefile.am:
23803         * gst/volume/demo.c: (value_changed_callback), (idler),
23804         (setup_gui), (main):
23805           added small demo app
23806
23807 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23808         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23809         * ext/esd/esdsink.h:
23810         Close the esd connection on pause, because esd will just wait -
23811         blocking all other esd clients indefinitely.
23812
23813 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23814
23815         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23816           previous commit with GST_DEBUG
23817
23818 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23819
23820         * configure.ac:
23821           add a header check for a dvdread header in dvdnav.  Fixes #133002
23822
23823 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23824
23825         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23826         * gst/tcp/gsttcpclientsink.h:
23827         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23828         * gst/tcp/gsttcpclientsrc.h:
23829         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23830         (gst_tcpserversink_handle_server_read),
23831         (gst_tcpserversink_init_send):
23832         * gst/tcp/gsttcpserversink.h:
23833         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23834         * gst/tcp/gsttcpserversrc.h:
23835         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23836         version of IP)
23837
23838 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23839
23840         * configure.ac:
23841         Added ogg library so that OSX detects libtheora properly
23842
23843 2004-06-11  Wim Taymans  <wim@fluendo.com>
23844
23845         * ext/theora/theoradec.c: (theora_dec_chain),
23846         (theora_dec_change_state):
23847         Don't try to decode frames before we received a keyframe.
23848
23849 2004-06-11  Wim Taymans  <wim@fluendo.com>
23850
23851         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23852         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23853         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23854         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23855         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23856         Added property to set the maximum delay of a page.
23857
23858 2004-06-10  Wim Taymans  <wim@fluendo.com>
23859
23860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23861         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23862         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23863         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23864         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23865         Added max-delay property to control the maximum amount
23866         of data to put in one page.
23867
23868 2004-06-10  Wim Taymans  <wim@fluendo.com>
23869
23870         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23871         (gst_theora_enc_init), (theora_enc_sink_link),
23872         (theora_buffer_from_packet), (theora_enc_set_property),
23873         (theora_enc_get_property):
23874         Set duration on encoded buffer, added some more properties
23875
23876 2004-06-10  Wim Taymans  <wim@fluendo.com>
23877
23878         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23879         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23880         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23881         * ext/theora/theoraenc.c: (theora_enc_chain):
23882         Fix refcounting bugs
23883
23884 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23885
23886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23887         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23888         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23889         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23890         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23891         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23892         (gst_asf_demux_change_state):
23893         * gst/asfdemux/gstasfdemux.h:
23894           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23895           feels like. I think we should set a new requirement for demuxers
23896           from now on to implement sane loop functions, data loops, query
23897           and seek functions before first commit into CVS. And this commit
23898           fixes all of the above.
23899
23900 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23901
23902         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23903           vorbis comments are properly encoded in UTF-8 before adding them
23904           to a GstTagList
23905
23906 2004-06-09  Benjamin Otte  <otte@gnome.org>
23907
23908         * ext/alsa/gstalsa.c: (add_channels):
23909           handle min <= max correctly
23910         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23911         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23912           add fixation functions so we fixate correctly. No preferring of alaw
23913           anymore because it's the first structure.
23914         * ext/alsa/gstalsa.h:
23915         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23916         (gst_alsa_hw_params_dump):
23917           add functions to ease debugging in alsalib
23918         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23919         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23920         (gst_alsa_start_audio):
23921           only specify hw params if we really setup a format (fixes #134007 -
23922           or at least works around it)
23923
23924 2004-06-09  Wim Taymans  <wim@fluendo.com>
23925
23926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23927         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23928         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23929         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23930         (gst_ogg_mux_loop):
23931         Use stream caps to setup the initial pages in the ogg stream.
23932         Correctly set the streamheader caps on the srcpad.
23933
23934 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23935
23936         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23937         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23938         (gst_v4lsrc_getcaps):
23939         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23940         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
23941           add querying of fps lists for webcams.  Negotiating to a framerate
23942           now works.
23943
23944 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23945
23946         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23947         (theora_push_buffer), (theora_push_packet),
23948         (theora_set_header_on_caps), (theora_enc_chain):
23949           mark buffers and put on streamheader, raw theora streaming
23950           now works too, whee
23951
23952 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23953
23954         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23955         (gst_tcp_gdp_read_caps):
23956           do a looping read for caps and GDP headers too
23957
23958 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23959
23960         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23961         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
23962           return EOS instead of NULL in _get
23963
23964 2004-06-08  Wim Taymans  <wim@fluendo.com>
23965
23966         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23967         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
23968         (gst_tcp_gdp_write_caps):
23969         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23970         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
23971         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
23972         Memory leak fixes
23973
23974 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23975
23976         * ext/vorbis/Makefile.am:
23977         * ext/vorbis/vorbis.c: (plugin_init):
23978         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
23979         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
23980         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
23981         (vorbis_parse_change_state):
23982         * ext/vorbis/vorbisparse.h:
23983           adding a vorbisparse element that marks the buffers, streaming
23984           raw vorbis using GDP now works, whee
23985
23986 2004-06-08  Wim Taymans  <wim@fluendo.com>
23987
23988         * ext/jpeg/Makefile.am:
23989         * ext/jpeg/README:
23990         * ext/jpeg/gstjpeg.c: (plugin_init):
23991         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
23992         (gst_smokedec_base_init), (gst_smokedec_class_init),
23993         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
23994         * ext/jpeg/gstsmokedec.h:
23995         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
23996         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
23997         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
23998         (gst_smokeenc_resync), (gst_smokeenc_chain),
23999         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24000         * ext/jpeg/gstsmokeenc.h:
24001         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24002         (smokecodec_flush_destination), (smokecodec_term_destination),
24003         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24004         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24005         (smokecodec_term_source), (smokecodec_encode_new),
24006         (smokecodec_decode_new), (smokecodec_info_free),
24007         (smokecodec_set_quality), (smokecodec_get_quality),
24008         (smokecodec_set_threshold), (smokecodec_get_threshold),
24009         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24010         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24011         (smokecodec_parse_header), (smokecodec_decode):
24012         * ext/jpeg/smokecodec.h:
24013         Added a new simple jpeg based codec
24014
24015 2004-06-08  Wim Taymans  <wim@fluendo.com>
24016
24017         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24018         (gst_multipart_mux_loop):
24019         Fix memory leak
24020
24021 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24022
24023         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24024         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24025         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24026         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24027         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24028         * gst/tcp/gsttcpserversink.h:
24029           take streamheader into account
24030
24031 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24032
24033         * gst/level/Makefile.am:
24034         * gst/level/gstlevel.c: (gst_level_class_init):
24035           clean up marshal generation
24036
24037 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24038
24039         * gst/tcp/Makefile.am:
24040         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24041         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24042         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24043         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24044         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24045         (gst_tcpclientsrc_get_property):
24046         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24047         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24048         (gst_tcpserversink_handle_client_read),
24049         (gst_tcpserversink_handle_client_write),
24050         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24051         * gst/tcp/gsttcpserversink.h:
24052           add signals client-added and client-removed
24053         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24054         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24055         (gst_tcpserversrc_get_property):
24056         uniformized, change default protocol to NONE
24057         * gst/tcp/gsttcp-marshal.list: added
24058 2004-06-07  Benjamin Otte  <otte@gnome.org>
24059
24060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24061           handle discont events if they happen before caps nego
24062
24063 2004-06-07  Wim Taymans  <wim@fluendo.com>
24064
24065         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24066         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24067         (gst_multipart_demux_plugin_init):
24068         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24069         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24070         (gst_multipart_mux_change_state):
24071         Small updates, fix a memleak
24072
24073 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24074
24075         * configure.ac: OSS portability
24076         * ext/arts/gst_arts.c: idem
24077         * sys/oss/gstosselement.c: idem
24078         * sys/oss/gstossmixer.c: idem
24079         * sys/oss/gstosssink.c: idem
24080         * sys/oss/gstosssrc.c: idem
24081         * sys/oss/oss_probe.c: idem
24082           - check for soundcard.h in different places for some BSD
24083
24084 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24085
24086         * AUTHORS:
24087         Add me to the authors file
24088         * configure.ac:
24089         Increase the libdv requirement to >= version 0.100
24090         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24091         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24092         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24093         * ext/dv/gstdvdec.h:
24094         Add support for the new_media flag when sending DISCONT events
24095         Make the querying work when video pad is not linked
24096
24097 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24098
24099         reviewed by Benjamin Otte  <otte@gnome.org>
24100
24101         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24102           create a NULL-initialized array of pads, so we don't think they
24103           exist already. (fixes #143130)
24104
24105 2004-06-07  Benjamin Otte  <otte@gnome.org>
24106
24107         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24108         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24109         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24110           don't use // coments
24111
24112 2004-06-07  Benjamin Otte  <otte@gnome.org>
24113
24114         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24115           cast to GstClockTime to get higher granularity
24116         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24117           use gst_element_set_time_delay to get the exact time
24118         * ext/mad/gstmad.c: (gst_mad_chain):
24119           use the negotiated rate instead of the current frame's rate which
24120           might be wrong because of bit errors. This avoids emitting totally
24121           bogus timestamps and screwing sync.
24122         (fixes #143454)
24123
24124 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24125
24126         reviewed by Benjamin Otte  <otte@gnome.org>
24127
24128         * gst/adder/gstadder.c: (gst_adder_loop):
24129           properly error out when no negotiation has happened yet. (fixes
24130           #143032)
24131
24132 2004-06-06  Benjamin Otte  <otte@gnome.org>
24133
24134         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24135           forward correctly transformed offset in discont events. Based on
24136           patch by Arwed v. Merkatz. (fixes #142851)
24137
24138 2004-06-06  David Schleef  <ds@schleef.org>
24139
24140         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24141         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24142         problems on several systems.
24143
24144 2004-06-06  Benjamin Otte  <otte@gnome.org>
24145
24146         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24147           use explicit caps on the srcpad
24148         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24149           properly error out if caps couldn't be set (fixes #142764)
24150
24151 2004-06-06  Benjamin Otte  <otte@gnome.org>
24152
24153         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24154         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24155         (gst_alsa_start_audio):
24156           - don't call set_periods_integer anymore, it breaks the
24157           configuration randomly
24158           - call snd_pcm_hw_params_set_access directly instead of using masks
24159           - don't fail if the sw_params can't be set, just use the default
24160           params and hope it works. Alsalib has weird issues when you touch
24161           sw_params and does no proper error reporting about what failed.
24162         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24163         (gst_alsa_close_audio):
24164           make our alsa debugging go via gst debugging and not conditionally
24165           defined
24166         * ext/alsa/gstalsa.h:
24167           add ALSA_DEBUG_FLUSH macro
24168         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24169         (plugin_init):
24170           wrap alsa errors to be printed via the gst debugging system and not
24171           spammed to stderr
24172
24173 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24174
24175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24176         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24177         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24178         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24179         (qtdemux_parse_trak):
24180         * gst/qtdemux/qtdemux.h:
24181           Bitch. Also known as seeking, querying & co.
24182         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24183         (gst_osssink_change_state):
24184         * sys/oss/gstosssink.h:
24185           Resyncing is for weenies, this hack is no longer needed and was
24186           broken anyway (since it - unintendedly - always leaves resync to
24187           TRUE).
24188
24189 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24190
24191         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24192         * gst/tcp/gsttcpclientsrc.h: idem
24193           - define MSG_NOSIGNAL if not done
24194           - include unistd.h for off_t
24195           (fixes #143749)
24196
24197 2004-06-05  Benjamin Otte  <otte@gnome.org>
24198
24199         * configure.ac:
24200         * ext/kio/Makefile.am:
24201           check for qt's moc preprocessor explicitly and use it
24202
24203 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24204
24205         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24206           don't get a signal for EPIPE on socket writes
24207           (somebody check if this works on other platforms)
24208
24209 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24210
24211         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24212         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24213           check error condition on available samples correctly
24214
24215 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24216
24217         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24218           avoid a segfault
24219         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24220         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24221         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24222         (gst_tcpserversrc_gdp_read_header):
24223          use ssize_t over size_t since the former is signed and thus the
24224          check for error codes can work
24225
24226 2004-06-02  Wim Taymans  <wim@fluendo.com>
24227
24228         reviewed by: Johan
24229
24230         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24231         (gst_multipart_mux_loop):
24232         Oops
24233
24234 2004-06-02  Wim Taymans  <wim@fluendo.com>
24235
24236         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24237         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24238         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24239         (gst_multipart_mux_change_state):
24240         Added configurable boundary specifier, added the value as a
24241         caps field as well.
24242
24243 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24244
24245         * gst/tcp/gsttcp.c:
24246         * gst/tcp/gsttcpclientsrc.c:
24247         * gst/tcp/gsttcpclientsrc.h:
24248         * gst/tcp/gsttcpserversrc.c:
24249           - portability fix, to compile on OSX
24250             (fixes #143146)
24251
24252         * sys/osxaudio/gstosxaudioelement.c:
24253         * sys/osxaudio/gstosxaudiosink.c:
24254         * sys/osxaudio/gstosxaudiosrc.c:
24255           - compilation warnings on OSX
24256             (fixes #143153)
24257
24258 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24259
24260         * ext/vorbis/vorbisdec.c : sign warning fixes
24261
24262         * gst-libs/gst/mixer/mixertrack.c :
24263           do no use defines which are glib 2.4 specific
24264
24265 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24266
24267         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24268           buffer since libflac doesn't expect it (reports a sync error when
24269           it encounters that)
24270
24271
24272 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24273
24274         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24275         * gst-libs/gst/mixer/mixertrack.c:
24276         (gst_mixer_track_get_property), (get_mixer_track_init),
24277         (get_mixer_track_get_property): Added property accessors
24278         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24279         * gst-libs/gst/mixer/mixeroptions.c:
24280         (gst_mixer_options_get_values): Added
24281         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24282         * gst-libs/gst/mixer/mixer.c: Fixed comment
24283
24284
24285 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24286
24287         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24288           improve error messages on open
24289
24290
24291 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24292
24293         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24294           check if v4l-conf is in path
24295
24296 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24297
24298         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24299           change assert to a more readable error message
24300
24301 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24302
24303         * gst-libs/gst/tuner/tunerchannel.h:
24304           - add a freq_multiplicator field to make the conversion
24305             between internal frequency unit and Hz
24306         * sys/v4l/gstv4lelement.c:
24307         * sys/v4l2/gstv4l2element.c:
24308           - change default video device to /dev/video0
24309         * sys/v4l/v4l_calls.c:
24310         * sys/v4l2/v4l2_calls.c:
24311           - we only expose frequency to the user in Hz instead of
24312             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24313
24314 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24315         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24316           Initialise b_o_s and e_o_s variables
24317         * gst-libs/gst/riff/riff-media.c:
24318         (gst_riff_create_video_caps_with_data):
24319           Add some unusual fourcc's from mplayer avi's
24320         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24321           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24322           autoplugging.
24323
24324 2004-05-28  Wim Taymans  <wim@fluendo.com>
24325
24326         * configure.ac:
24327         * gst/alpha/Makefile.am:
24328         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24329         (gst_alpha_get_type), (gst_alpha_base_init),
24330         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24331         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24332         (gst_alpha_chroma_key), (gst_alpha_chain),
24333         (gst_alpha_change_state), (plugin_init):
24334         A plugin to add an alpha channel to I420 video. Can optionally do
24335         chroma keying.
24336         * gst/multipart/Makefile.am:
24337         * gst/multipart/multipart.c: (plugin_init):
24338         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24339         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24340         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24341         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24342         (gst_multipart_demux_change_state),
24343         (gst_multipart_demux_plugin_init):
24344         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24345         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24346         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24347         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24348         (gst_multipart_mux_pad_unlink),
24349         (gst_multipart_mux_request_new_pad),
24350         (gst_multipart_mux_handle_src_event),
24351         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24352         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24353         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24354         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24355         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24356         send multipart jpeg images to a browser.
24357         * gst/videobox/Makefile.am:
24358         * gst/videobox/README:
24359         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24360         (gst_video_box_get_type), (gst_video_box_base_init),
24361         (gst_video_box_class_init), (gst_video_box_init),
24362         (gst_video_box_set_property), (gst_video_box_get_property),
24363         (gst_video_box_sink_link), (gst_video_box_i420),
24364         (gst_video_box_ayuv), (gst_video_box_chain),
24365         (gst_video_box_change_state), (plugin_init):
24366         Crops or adds borders around an image. can do alpha channel
24367         borders as well.
24368         * gst/videomixer/Makefile.am:
24369         * gst/videomixer/README:
24370         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24371         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24372         (gst_videomixer_pad_get_sink_event_masks),
24373         (gst_videomixer_pad_get_property),
24374         (gst_videomixer_pad_set_property),
24375         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24376         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24377         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24378         (gst_videomixer_base_init), (gst_videomixer_class_init),
24379         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24380         (gst_videomixer_handle_src_event),
24381         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24382         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24383         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24384         (gst_videomixer_loop), (gst_videomixer_get_property),
24385         (gst_videomixer_set_property), (gst_videomixer_change_state),
24386         (plugin_init):
24387         Generic video mixer plugin, can handle multiple inputs all with
24388         different framerates and video sizes. Is fully alpha channel
24389         aware.
24390
24391 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24392
24393         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24394           Select first track as master track. Not sure how else to handle
24395           that...
24396         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24397           Discard discont events. Should fix #142962.
24398
24399 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24400
24401         * ext/alsa/Makefile.am:
24402         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24403         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24404         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24405         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24406         (gst_alsa_mixer_get_option):
24407         * ext/alsa/gstalsamixer.h:
24408         * ext/alsa/gstalsamixeroptions.c:
24409         (gst_alsa_mixer_options_get_type),
24410         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24411         (gst_alsa_mixer_options_new):
24412         * ext/alsa/gstalsamixeroptions.h:
24413         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24414         * ext/alsa/gstalsamixertrack.h:
24415           Add enumerations (as GstMixerOptions). Make correct distinction
24416           between input/output tracks. Add capture/playback private flag.
24417           Use flag to decide on whether to set capture or playback volumes
24418           or switches. Use playback and record switches.
24419         * gst-libs/gst/mixer/Makefile.am:
24420         * gst-libs/gst/mixer/mixer-marshal.list:
24421         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24422         (gst_mixer_set_option), (gst_mixer_get_option),
24423         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24424         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24425         * gst-libs/gst/mixer/mixer.h:
24426         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24427         (gst_mixer_options_class_init), (gst_mixer_options_init),
24428         (gst_mixer_options_dispose):
24429         * gst-libs/gst/mixer/mixeroptions.h:
24430           Add GstMixerOptions.
24431         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24432           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24433           broken device detection on computers with multiple OSS sound
24434           cards.
24435
24436 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24437
24438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24439           fixate nicely even when the peer is not negotiating
24440
24441 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24442
24443         * gst/audioconvert/gstaudioconvert.c:
24444         (gst_audio_convert_parse_caps):
24445           make sure we don't allow depth > width
24446         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24447           fixate endianness to G_BYTE_ORDER as default
24448         * gst/audioscale/gstaudioscale.c:
24449           we don't handle another endianness as host-endianness
24450
24451 2004-05-25  David Schleef  <ds@schleef.org>
24452
24453         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24454
24455 2004-05-24  Benjamin Otte  <otte@gnome.org>
24456
24457         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24458         (gst_oggvorbisenc_setup):
24459           properly fail when we can't setup the vorbis encoder due to
24460           unsupported settings
24461         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24462         (gst_vorbisenc_setup):
24463           same
24464         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24465           fix case where warnings occured when one pad was unlinked while the
24466           other's link function was called
24467
24468 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24469
24470         * gst/tcp/Makefile.am:
24471           use GST_ENABLE_NEW
24472
24473 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24474
24475         * gst-libs/gst/resample/private.h:
24476           don't use optimizations that are #if 0'ed
24477
24478 2004-05-24  Wim Taymans  <wim@fluendo.com>
24479
24480         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24481         Fix potential division by zero error and hopefully get
24482         the position query right to get correct timestamps on avi
24483         audio.
24484
24485 2004-05-24  Wim Taymans  <wim@fluendo.com>
24486
24487         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24488         (gst_videoscale_scale_nearest_str2),
24489         (gst_videoscale_scale_nearest_str4),
24490         (gst_videoscale_scale_nearest_32bit),
24491         (gst_videoscale_scale_nearest_24bit),
24492         (gst_videoscale_scale_nearest_16bit):
24493         Fix the scaling algorithm and avoid a buffer overflow.
24494         removed the while loop in the scaling function as it
24495         was used for point sampling only.
24496
24497 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24498
24499         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24500         (gst_id3_tag_class_init), (gst_id3_tag_init),
24501         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24502         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24503         (gst_id3_tag_send_tag_event):
24504           lots of fixes to make id3mux work and id3demux work correctly
24505
24506 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24507
24508         * ext/Makefile.am:
24509           add rules to build shout2send (was removed by accident
24510           when this module was no more marked experimental/broken)
24511
24512 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24513
24514         * ext/shout2/gstshout2.c:
24515         * ext/shout2/gstshout2.h:
24516           adding a "connection problem" signal to shout2send
24517           (fixes #142954)
24518
24519 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24520
24521         * ext/kio/kioreceiver.cpp:
24522         * ext/kio/kioreceiver.h:
24523           fix sign comparison issues
24524
24525 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24526
24527         * gst/cdxaparse/gstcdxaparse.c:
24528         * gst/cdxaparse/gstcdxaparse.h:
24529           some renaming
24530           add some checks/sanity
24531           prepare for seek addition
24532
24533         * sys/sunaudio/gstsunaudio.c:
24534           remove exported dupe init function
24535
24536 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24537
24538         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24539         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24540           Fix format conversion and position querying.
24541         * gst/debug/progressreport.c: (gst_progressreport_report):
24542           Don't output a bogus total value that we didn't query.
24543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24544           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24545           only a blank window after xine has been used.
24546
24547 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24548
24549         * m4/as-arts.m4:
24550           sync with upstream version to fix test on FC2
24551           readd with -ko to preserve Id header
24552
24553 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24554
24555         * configure.ac:
24556           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24557         * gst/tcp/gsttcpclientsrc.c: idem
24558         * gst/tcp/gsttcpserversink.c: idem
24559         * gst/tcp/gsttcpserversrc.c: idem
24560         * m4/gst-fionread.m4: idem
24561
24562         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24563
24564         * configure.ac: enable speex plugin for speex 1.1.5+
24565         * ext/speex/gstspeexenc.c: fix cast warning
24566
24567         * ext/esd/README: fix typo
24568
24569 2004-05-20  David Schleef  <ds@schleef.org>
24570
24571         * configure.ac: Minor cosmetic change to convince the buildbot to
24572         reautogen.
24573         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24574         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24575         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24576         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24577         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24578         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24579         More hacking.  Plays audio now.
24580
24581 2004-05-20  David Schleef  <ds@schleef.org>
24582
24583         * configure.ac:
24584         * sys/Makefile.am:
24585
24586 2004-05-20  David Schleef  <ds@schleef.org>
24587
24588         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24589         * sys/osxaudio/gstosxaudio.c:
24590         * sys/osxaudio/gstosxaudioelement.c:
24591         * sys/osxaudio/gstosxaudioelement.h:
24592         * sys/osxaudio/gstosxaudiosink.c:
24593         * sys/osxaudio/gstosxaudiosink.h:
24594         * sys/osxaudio/gstosxaudiosrc.c:
24595         * sys/osxaudio/gstosxaudiosrc.h:
24596
24597 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24598
24599         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24600         (gst_vorbisenc_chain):
24601           put the codec headers on the caps as streamheader as well as
24602           pushing them out
24603
24604 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24605
24606         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24607         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24608         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24609         split up push_packet into two functions
24610
24611 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24612
24613         * gst/tcp/.cvsignore:
24614           ignore enums
24615         * gst/tcp/Makefile.am:
24616         * gst/tcp/README:
24617         * gst/tcp/gsttcp.c:
24618         * gst/tcp/gsttcp.h:
24619         * gst/tcp/gsttcpclientsink.c:
24620         * gst/tcp/gsttcpclientsink.h:
24621         * gst/tcp/gsttcpclientsrc.c:
24622         * gst/tcp/gsttcpclientsrc.h:
24623         * gst/tcp/gsttcpplugin.c:
24624         * gst/tcp/gsttcpserversink.c:
24625         * gst/tcp/gsttcpserversink.h:
24626         * gst/tcp/gsttcpserversrc.c:
24627         * gst/tcp/gsttcpserversrc.h:
24628           add new tcp elements
24629
24630 2004-05-19  Wim Taymans  <wim@fluendo.com>
24631
24632         * gst/law/mulaw-conversion.c: (mulaw_encode):
24633         Fix overflow bug in ulaw encoding.
24634
24635 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24636
24637         * ext/mad/gstmad.c: (gst_mad_handle_event):
24638           don't unref the event twice
24639
24640 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24641
24642         * configure.ac:
24643           remove -Wno-sign-compare
24644
24645 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24646
24647         * configure.ac:
24648           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24649           if you want to work against glib 2.2 and 2.4
24650
24651 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24652
24653         * gst/tcp/Makefile.am:
24654         * gst/tcp/gsttcp.c:
24655         * gst/tcp/gsttcp.h:
24656         * gst/tcp/gsttcpsink.h:
24657         * gst/tcp/gsttcpsrc.h:
24658           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24659
24660 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24661
24662         * gst/debug/tests.c: (md5_get_value):
24663           fix segfault on gst-inspect
24664
24665 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24666
24667         * gst/debug/testplugin.c:
24668         * gst/debug/tests.c:
24669         * gst/debug/tests.h:
24670           add new extensible and configurable testing element. Current tests
24671           include buffer count, stream length, timestamp/duration matching and
24672           md5.
24673         * gst/debug/Makefile.am:
24674         * gst/debug/gstdebug.c: (plugin_init):
24675           add infrastructure for new element
24676
24677 2004-05-19  Johan Dahlin  <johan@gnome.org>
24678
24679         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24680         ending of the array. Fixes gst-inspect segfault on ppc.
24681
24682 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24683
24684         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24685
24686         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24687
24688 2004-05-18  David Schleef  <ds@schleef.org>
24689
24690         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24691         warnings (bugs, actually) noticed by gcc but not forte.
24692
24693 2004-05-18  David Schleef  <ds@schleef.org>
24694
24695         * sys/sunaudio/Makefile.am:
24696         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24697
24698 2004-05-18  David Schleef  <ds@schleef.org>
24699
24700         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24701         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24702         to allow qtdemux to use non-seekable streams. (bug #142272)
24703
24704 2004-05-18  David Schleef  <ds@schleef.org>
24705
24706         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24707         (gst_resample_sinc_ft_float): Remove use of static temporary
24708         buffer.  This code was obviously not supposed to last long, but
24709         it's stuck in our ABI, so it required a little hack to make it
24710         ABI-compatible.  Fixes #142585.
24711         * gst-libs/gst/resample/resample.h: same.
24712
24713 2004-05-18  David Schleef  <ds@schleef.org>
24714
24715         * configure.ac: Add sunaudio
24716         * examples/Makefile.am: make gstplay depend on gconf
24717         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24718         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24719         (convert_table_lookup), (img_convert): remove c99-isms
24720         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24721           unsigned, to fix a warning on Solaris
24722         * gst/mpeg1sys/systems.c: bcopy->memcpy
24723         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24724         * sys/Makefile.am: Add sunaudio
24725
24726 2004-05-18  Wim Taymans  <wim@fluendo.com>
24727
24728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24729         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24730         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24731         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24732         (gst_ogg_mux_loop):
24733         Fix an ugly memleak where the muxer didn't flush enough ogg
24734         pages. This also resulted in badly muxed ogg files.
24735
24736 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24737
24738         * gst/asfdemux/asfheaders.c :
24739         * gst/asfdemux/asfheaders.h :
24740         * gst/asfdemux/gstasfdemux.c :
24741           - fix ASF_OBJ_PADDING guid
24742           - add 3 new object guids (language list, metadata,
24743             extended stream properties)
24744           - add a function to parse extended header objects
24745
24746 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24747
24748         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24749           remove leftover debugging g_print
24750
24751 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24752
24753         * ext/mad/gstmad.c: (gst_mad_handle_event):
24754           Fix for when the first format in a discont event is not a
24755           byte-based one. Should fix #137710.
24756
24757 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24758
24759         * m4/a52.m4 : fix compilation with -Wall -Werror
24760         * m4/libfame.m4 : idem
24761         * m4/libmikmod.m4 : idem
24762
24763 2004-05-17  Benjamin Otte  <otte@gnome.org>
24764
24765         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24766           signal the new tags before giving up the reference
24767
24768 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24769
24770         * ext/shout2/gstshout2.c:
24771           use application/ogg instead of application/x-ogg (patch by Patrick
24772           Guimond, fixes #142432)
24773         * sys/oss/gstosselement.c: (gst_osselement_reset),
24774         (gst_osselement_sync_parms):
24775           don't set fragment size unless specified (fixes #142493)
24776
24777 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24778
24779         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24780           fixes #142664
24781
24782 2004-05-17  Benjamin Otte  <otte@gnome.org>
24783
24784         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24785           compute offsets correctly for internal buffers so timestamps are set
24786           correctly when we can't seek. Also handle cases where there are no
24787           offsets. (based on a patch by David Moore, fixes #142507)
24788
24789 2004-05-17  Benjamin Otte  <otte@gnome.org>
24790
24791         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24792           use correct variable when determining amount of data to skip so we
24793           don't skip into the void and segfault
24794
24795 2004-05-16  Benjamin Otte  <otte@gnome.org>
24796
24797         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24798           Hi, I'm a memleak
24799
24800 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24801
24802         * gst/asfdemux/gstasfdemux.c:
24803           - fix a mem leak and always propagate tags
24804           - add WMV3 to known video codecs (but no decoder yet)
24805           - replace "surplus data" at end of audio header for what
24806             it is : codec specific data
24807           - fix a typo
24808
24809 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24810
24811         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24812
24813         * gst-libs/gst/audio/audioclock.c:
24814           Fix wrong return type (#142205).
24815
24816 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24817
24818         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24819           Ignore CRCs by default (fixes #142566).
24820
24821 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24822
24823         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24824         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24825         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24826         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24827         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24828         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24829           Fix for cases where we fail to attach to a mixer.
24830
24831 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24832
24833         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24834           Don't touch events after not owning them anymore.
24835         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24836         (gst_wavparse_fmt), (gst_wavparse_other),
24837         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24838         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24839         (gst_wavparse_srcpad_event):
24840         * gst/wavparse/gstwavparse.h:
24841           Add seeking, fix querying.
24842
24843 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24844
24845         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24846           - process comments even if they don't end with \0\0
24847             g_convert would ignore them if present and works well without them
24848
24849 2004-05-16  Benjamin Otte  <otte@gnome.org>
24850
24851         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24852           simplify caps
24853
24854 2004-05-16  Benjamin Otte  <otte@gnome.org>
24855
24856         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24857           don't write to memory we might not write to - g_convert does that
24858           for us anyway (fixes #142613)
24859         (gst_asf_demux_audio_caps):
24860           comment out gst_util_dump_mem
24861
24862 2004-05-16  Benjamin Otte  <otte@gnome.org>
24863
24864         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24865           compute correct expected timestamps after seek (broken since
24866           last commit)
24867         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24868           rename element and debugging category to gdkpixbufscale
24869
24870 2004-05-16  Benjamin Otte  <otte@gnome.org>
24871
24872         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24873           add error checking to snd_pcm_delay and remove duplicate call to
24874           snd_pcm_delay that caused issues (see inline code comments)
24875         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24876           make more readable and fix return value when snd_pcm_delay fails
24877         (fixes #142586)
24878
24879 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24880         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24881         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24882         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24883         (gst_pixbufscale_link), (gst_pixbufscale_init),
24884         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24885         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24886         (gst_pixbufscale_get_property), (pixbufscale_init):
24887         * ext/gdk_pixbuf/pixbufscale.h:
24888         Add these files I forgot earlier
24889
24890 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24891         * ext/gdk_pixbuf/Makefile.am:
24892         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24893         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24894         Add new pixbufscale element to scale RGB video
24895         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24896         and HYPER interpolation correctly.
24897         * ext/theora/theoraenc.c: (theora_enc_chain),
24898         Discard buffer and return if explicit caps could not be set
24899         (theora_enc_get_property):
24900         Make _get return kbps for the bitrate consistent with
24901         the _set function.
24902
24903
24904 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24905
24906         * ext/libvisual/visual.c: (gst_visual_chain):
24907           add missing visual_audio_analyze
24908
24909 2004-05-14  David Schleef  <ds@schleef.org>
24910
24911         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24912         is killed while we're playing.
24913         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24914         gst_element_no_more_pads().
24915
24916 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24917
24918         * gst-libs/gst/riff/riff-read.c :
24919           - fix INFO tag extraction in RIFF/AVI files
24920             because gst_event_unref (event) also freed taglist
24921           - avoid a mem leak
24922
24923 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24924
24925         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24926         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24927
24928         * gst/auparse/gstauparse.c :
24929           - add code (commented for now) to support audio/x-adpcm on src pad
24930             (we have no decoder for those layout yet)
24931
24932         * gst/cdxaparse/gstcdxaparse.c :
24933         * gst/cdxaparse/gstcdxaparse.h :
24934           - partial rewrite using RiffRead (ripped iain's wavparse code)
24935
24936         * gst/rtp/gstrtpL16enc.c : typo
24937         * gst/rtp/gstrtpgsmenc.c : typo
24938
24939 2004-05-13  Benjamin Otte  <otte@gnome.org>
24940
24941         * configure.ac:
24942           check for exact version of libvisual, it's not supposed to be
24943           API/ABI stable yet
24944
24945 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24946
24947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
24948           signal no-more-pads
24949
24950 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24951
24952         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
24953         Report which format was used for GST_FORMAT_DEFAULT
24954         * gst/debug/Makefile.am:
24955         * gst/debug/gstdebug.c: (plugin_init):
24956         * gst/debug/progressreport.c: (gst_progressreport_base_init),
24957         (gst_progressreport_class_init), (gst_progressreport_init),
24958         (gst_progressreport_report), (gst_progressreport_set_property),
24959         (gst_progressreport_get_property), (gst_progressreport_chain),
24960         (gst_progressreport_plugin_init):
24961         Add progressreport element for testing.
24962
24963 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24964
24965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
24966         * sys/v4l/gstv4lsrc.h:
24967         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
24968         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
24969         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
24970         (gst_v4lsrc_grab_frame):
24971           add more debugging
24972           send a discont at start
24973
24974 2004-05-12  Colin Walters  <walters@redhat.com>
24975
24976         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
24977         inflooping if we can't find a chunk.  Or in other words, don't blow
24978         chunks if we don't have a chunk to blow.
24979
24980 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24981         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
24982         Remove old debug output
24983         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
24984         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
24985         (gst_dvdec_set_property), (gst_dvdec_get_property):
24986         Change the quality setting to an enum, so it works from gst-launch
24987         Don't renegotiate a non-linked pad. Allows audio only decoding.
24988         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
24989         (gst_deinterlace_link), (gst_deinterlace_init):
24990         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24991         (gst_videodrop_link):
24992         Some caps negotiation fixes
24993
24994 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24995
24996         * ext/tarkin/gsttarkin.c :
24997           - Change RANK from NONE to PRIMARY
24998         * ext/gdk_pixbuf/gstgdkpixbuf.c :
24999           - Change RANK from NONE to MARGINAL
25000         * ext/divx/gstdivxenc.c :
25001           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25002
25003 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25004
25005         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25006         (gst_vorbisenc_push_packet):
25007           copy a function that was added between 1.0 and 1.0.1 until we
25008           depend on worthwhile features of post-1.0
25009
25010 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25011
25012         * configure.ac:
25013           enable shout2 by default
25014         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25015         (gst_shout2send_base_init), (gst_shout2send_init),
25016         (gst_shout2send_connect), (gst_shout2send_change_state):
25017         * ext/shout2/gstshout2.h:
25018           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25019           #142262)
25020         * ext/theora/theora.c: (plugin_init):
25021           don't set rank on encoders
25022
25023 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25024
25025         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25026           Use codec_data property instead of flag1 and flag2 for wma
25027
25028 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25029
25030         * gst/cdxaparse/gstcdxaparse.c :
25031           - Add mpegversion to CAPS to make it link
25032           - Rank is as GST_RANK_SECONDARY instead of NONE
25033         * gst/auparse/gstauparse.c :
25034           - Document all audio encoding we can encounter from Solaris 9
25035             headers and libsndfile information.
25036           - Increase max. rate from 48000 to 192000 (to match other elements)
25037           - Don't try to play junk data between header and samples
25038
25039 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25040
25041         * ext/libvisual/visual.c: (gst_visual_getcaps):
25042           use the right caps depending on endianness (I hope)
25043         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25044           use GST_RANK_NONE for all non-decoding elements or spider gets
25045           mighty confused
25046
25047 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25048
25049         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25050           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25051
25052 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25053
25054         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25055         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25056         (gst_switch_loop), (gst_switch_get_type):
25057           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25058           HEADERS. Had to be said.
25059
25060 2004-05-10  David Schleef  <ds@schleef.org>
25061
25062         * configure.ac: Add prototype Dirac support.
25063         * ext/Makefile.am:
25064         * ext/dirac/Makefile.am:
25065         * ext/dirac/gstdirac.cc:
25066         * ext/dirac/gstdiracdec.cc:
25067
25068 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25069
25070         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25071         (gst_auparse_init), (gst_auparse_chain),
25072         (gst_auparse_change_state):
25073           Hack around spider. Remove me some day please.
25074
25075 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25076
25077         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25078           Fix for some uninitialized variables in previous patch, also
25079           makes it work. Fixes #142286 while we're at it.
25080
25081 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25082
25083         * gst/auparse/gstauparse.c:
25084                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25085                 only unsupported formats are ADPCM/CCITT G.72x
25086                 reviewed by Ronald
25087         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25088
25089 2004-05-10  Wim Taymans  <wim@fluendo.com>
25090
25091         * ext/vorbis/Makefile.am:
25092         * ext/vorbis/README:
25093         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25094         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25095         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25096         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25097         (gst_oggvorbisenc_convert_sink),
25098         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25099         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25100         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25101         (get_constraints_string), (update_start_message),
25102         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25103         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25104         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25105         * ext/vorbis/oggvorbisenc.h:
25106         * ext/vorbis/vorbis.c: (plugin_init):
25107         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25108         (raw_caps_factory), (gst_vorbisenc_class_init),
25109         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25110         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25111         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25112         * ext/vorbis/vorbisenc.h:
25113         Added a raw vorbis encoder to be used with the oggmuxer.
25114         We still need the old encoder for some gnome applications,
25115         read the README to find out how that works.
25116         The raw encoder is called "rawvorbisenc" until 0.9.
25117
25118 2004-05-10  Wim Taymans  <wim@fluendo.com>
25119
25120         * ext/ogg/gstogg.c: (plugin_init):
25121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25122         (gst_ogg_print):
25123         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25124         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25125         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25126         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25127         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25128         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25129         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25130         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25131         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25132         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25133         Added an ogg muxer.
25134         Small typo fixes in the demuxer.
25135
25136 2004-05-10  Wim Taymans  <wim@fluendo.com>
25137
25138         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25139         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25140         (theora_enc_change_state), (theora_enc_set_property),
25141         (theora_enc_get_property):
25142         Mark the last packet with an EOS flag which is not really needed
25143         in gstreamer.
25144         Do some better video framerate initialisation.
25145         Update the buffer timestamp.
25146
25147 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25148
25149         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25150         Return the result of the parent state change call
25151
25152 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25153
25154         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25155         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25156         * gst/law/alaw-encode.c : (idem)
25157         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25158         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25159         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25160
25161 2004-05-09  Benjamin Otte  <otte@gnome.org>
25162
25163         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25164           don't use a fixed buffer size when writing variable length data to
25165           it. Fixes memory corruption and makes alsasrc work
25166
25167 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25168
25169         * ext/gnomevfs/gstgnomevfssink.c:
25170         (_gst_boolean_allow_overwrite_accumulator),
25171         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25172           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25173           RUN_LAST, and don't use that to set the accumulator value because
25174           then it's always FALSE.
25175
25176 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25177
25178         * gst-libs/gst/riff/riff-media.c:
25179         (gst_riff_create_video_caps_with_data),
25180         (gst_riff_create_audio_caps),
25181         (gst_riff_create_audio_template_caps):
25182         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25183           Fix for unaligned RIFF files (i.e. where all the chunks together
25184           in a LIST chunk are not of the same size as the size given in
25185           the LIST chunk header). Fixes several odd WAVE files. Also fix
25186           ADPCM (block_align property) in audio, so that wavparse based
25187           on this works now as it used to stand-alone.
25188
25189 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25190
25191         reviewed by Benjamin Otte  <otte@gnome.org>
25192
25193         * ext/a52dec/gsta52dec.c:
25194         * ext/divx/gstdivxdec.c:
25195         * ext/divx/gstdivxenc.c:
25196         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25197         * ext/faac/gstfaac.c: (gst_faac_base_init):
25198         * ext/faad/gstfaad.c: (gst_faad_base_init):
25199         * ext/ivorbis/vorbisfile.c:
25200         * ext/lame/gstlame.c:
25201         * ext/libfame/gstlibfame.c:
25202         * ext/mpeg2enc/gstmpeg2enc.cc:
25203         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25204         * ext/sidplay/gstsiddec.cc:
25205         * ext/speex/gstspeexdec.c:
25206         * ext/speex/gstspeexenc.c:
25207         * ext/xvid/gstxviddec.c:
25208         * ext/xvid/gstxvidenc.c:
25209           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25210           (fixes #142193)
25211
25212 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25213
25214         * ext/alsa/gstalsa.c: (device_list),
25215         (gst_alsa_class_probe_devices):
25216         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25217           Fix alsa oddness in mixer after the combination of using mixer
25218           in source/sink elements and using hw:x,y instead of just hw:x.
25219
25220 2004-05-09  Benjamin Otte  <otte@gnome.org>
25221
25222         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25223         (gst_wavparse_create_sourcepad):
25224           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25225           sourcepads
25226
25227 2004-05-09  Benjamin Otte  <otte@gnome.org>
25228
25229         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25230           allow discont events before caps nego
25231
25232 2004-05-08  Benjamin Otte  <otte@gnome.org>
25233
25234         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25235           don't leak events
25236
25237 2004-05-08  Benjamin Otte  <otte@gnome.org>
25238
25239         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25240         (gst_level_change_state), (gst_level_init):
25241         * gst/level/gstlevel.h:
25242           figure out if we're initialized directly instead of keeping a
25243           variable that's wrong in 90% of cases
25244           don't initialize pads and then leak them and use a new unitialized
25245           pad. (fixes #142084)
25246           these were bugs so n00bish I didn't find them for an hour :/
25247
25248 2004-05-08 Iain <iain@prettypeople.org>
25249
25250         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25251         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25252         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25253         return the length that was read.
25254         (gst_riff_read_strf_auds): Allow fmt tags as well.
25255
25256 2004-05-07  David Schleef  <ds@schleef.org>
25257
25258         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25259         signed char assumption in faad.h.
25260
25261 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25262
25263         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25264           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25265
25266 2004-05-07  Colin Walters  <walters@redhat.com>
25267
25268         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25269         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25270         function.
25271         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25272         Add dispose function.
25273
25274 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25275         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25276           Fix caps nego and pad templates. RGB mode caps should
25277           work now.
25278         * ext/dvdnav/gst-dvd:
25279           Move mpeg2dec inside the thread because otherwise the
25280           queue rejects cap changes mid-stream
25281         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25282         (gst_mpeg2dec_flush_decoder):
25283           For mpeg2dec > 0.4.0, call the flush function instead of
25284           manually extracting all in-flight frames.
25285         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25286         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25287           Change mime type video/dv go video/x-dv to match the
25288           rest of gst-plugins
25289
25290 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25291
25292         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25294         (gst_alsa_sink_class_init):
25295         * ext/alsa/gstalsasink.h:
25296         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25297         (gst_alsa_src_class_init):
25298         * ext/alsa/gstalsasrc.h:
25299           Make alsasink/src a subclass of alsamixer so that mixer stuff
25300           shows up in gst-rec. Needs some finetuning.
25301
25302 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25303
25304         * ext/lame/gstlame.c: (gst_lame_chain):
25305           simplify
25306         * ext/mad/gstmad.c: (gst_mad_handle_event):
25307           fix event leak
25308         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25309           be able to detect mp3 files < 4096 bytes
25310
25311 2004-05-06  Wim Taymans  <wim@fluendo.com>
25312
25313         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25314         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25315         (theora_enc_set_property), (theora_enc_get_property):
25316         Also encode the first frame, cleanup some code.
25317
25318 2004-05-06  Wim Taymans  <wim@fluendo.com>
25319
25320         * ext/mpeg2enc/gstmpeg2enc.cc:
25321         Forward events first before deciding that negotiation was
25322         not performed.
25323
25324 2004-05-06  Wim Taymans  <wim@fluendo.com>
25325
25326         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25327         First process the events before deciding that negotiation
25328         was not performed.
25329
25330 2004-05-06  Wim Taymans  <wim@fluendo.com>
25331
25332         * ext/theora/Makefile.am:
25333         * ext/theora/theora.c: (plugin_init):
25334         * ext/theora/theoradec.c: (theora_dec_change_state):
25335         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25336         (gst_theora_enc_class_init), (gst_theora_enc_init),
25337         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25338         (theora_enc_chain), (theora_enc_change_state),
25339         (theora_enc_set_property), (theora_enc_get_property):
25340         Added a theora encoder, grouped the encoder and decoder into the
25341         same plugin.
25342
25343 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25344
25345         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25346         (gst_jpegenc_chain):
25347         fix DURATION on outgoing buffers
25348         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25349         debug using time formats
25350         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25352         (gst_xvimagesink_sink_link):
25353         windows with width/height 0 generate X errors, so don't allow them
25354
25355 2004-05-05  Wim Taymans  <wim@fluendo.com>
25356
25357         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25358         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25359         (gst_mpeg2dec_negotiate_format):
25360         * ext/mpeg2dec/gstmpeg2dec.h:
25361           removed the static pad template so that we can add the
25362           more accurate framerate value to the caps.
25363
25364
25365 2004-05-04  Benjamin Otte  <otte@gnome.org>
25366
25367         * configure.ac:
25368           check for kdemacros.h, too (should fix #141821)
25369         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25370           don't crash if no header was sent, but nicely error out (fixes part
25371           of #141554)
25372
25373 2004-05-04  Wim Taymans  <wim@fluendo.com>
25374
25375         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25376         parent dispose function to avoid segfault on destroy.
25377
25378 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25379
25380         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25381         (plugin_init):
25382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25383         (gst_xvimagesink_sink_link):
25384         clean up debugging caps
25385         also recreate xvimage when format has changed
25386
25387 2004-05-04  Benjamin Otte  <otte@gnome.org>
25388
25389         * ext/libvisual/Makefile.am:
25390         * ext/libvisual/visual.c: (gst_visual_class_init),
25391         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25392         (gst_visual_srclink), (gst_visual_chain),
25393         (gst_visual_change_state), (plugin_init):
25394           use a GstAdapter to correctly adapt buffer sizes - allows using a
25395           framerate
25396
25397 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25398
25399         * sys/v4l/gstv4lelement.h:
25400         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25401         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25402         (gst_v4lsrc_buffer_free):
25403         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25404         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25405         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25406         (gst_v4lsrc_requeue_frame):
25407         move some debugging categories around
25408         query for fps index and set accordingly if found
25409
25410 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25411
25412         * ext/lame/gstlame.c:
25413         correct defaults that lame_init puts out of range
25414
25415 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25416
25417         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25418         (gst_divxenc_class_init):
25419         fix range since -1 is the default
25420         * gst/mpeg1sys/gstmpeg1systemencode.c:
25421         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25422         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25423         (gst_rtjpegdec_chain):
25424         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25425         (gst_rtjpegenc_chain):
25426         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25427         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25428         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25429         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25430         * sys/v4l/gstv4lsrc.c:
25431         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25432         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25433         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25434         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25435         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25436           remove gst_info calls
25437
25438 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25439
25440         * Makefile.am:
25441         * po/af.po:
25442         * po/az.po:
25443         * po/en_GB.po:
25444         * po/nl.po:
25445         * po/sr.po:
25446         * po/sv.po:
25447           Updated translations
25448
25449 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25450
25451         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25452           refactor/comment code
25453
25454 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25455
25456         * gst/asfdemux/Makefile.am:
25457         * gst/asfdemux/asfheaders.c:
25458         * gst/asfdemux/asfheaders.h:
25459         * gst/asfdemux/gstasf.c: (plugin_init):
25460         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25461         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25462         (gst_asf_demux_setup_pad):
25463         * gst/asfdemux/gstasfdemux.h:
25464         * gst/asfdemux/gstasfmux.c:
25465         * gst/asfdemux/gstasfmux.h:
25466           Add tagging support to demuxer, split out registration in its own
25467           file instead of in demux (hacky), and prevent having some tables
25468           in our memory multiple times (in asfheaders.h).
25469
25470 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25471
25472         * gst/matroska/matroska-demux.c:
25473         (gst_matroska_demux_parse_metadata):
25474         * gst/matroska/matroska-ids.h:
25475           Basic tag reading support.
25476
25477 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25478
25479         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25480           Really detect ac-3 audio.
25481         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25482           really detect matroska files (off-by-1).
25483
25484 2004-04-30  David Schleef  <ds@schleef.org>
25485
25486         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25487         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25488         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25489         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25490         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25491         hackage -- parse a lot more atoms, extract a few tags.  One might even
25492         mistake this for tag support.  Maybe it is.
25493         * gst/qtdemux/qtdemux.h:
25494
25495 2004-04-30  Colin Walters  <walters@verbum.org>
25496
25497         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25498
25499 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25500
25501         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25502         (gst_ffmpegcolorspace_getcaps):
25503           remove broken nego fix
25504
25505 2004-04-30  Benjamin Otte  <otte@gnome.org>
25506
25507         * configure.ac:
25508         * ext/Makefile.am:
25509         * ext/libvisual/Makefile.am:
25510         * ext/libvisual/visual.c:
25511           add initial support for libvisual (http://libvisual.sourceforge.net)
25512           libvisual is still quite alpha, so expect crashes in there :)
25513
25514 2004-04-29  David Schleef  <ds@schleef.org>
25515
25516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25517         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25518         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25519         code; you will no longer respect me.
25520
25521 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25522
25523         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25524         * ext/alsa/gstalsa.h :
25525         change alsa pcm device discovery to find more than 1 device
25526         per card. code review by Ronald.
25527
25528 2004-04-29  David Schleef  <ds@schleef.org>
25529
25530         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25531         Add a check for a driver bug on FreeBSD.  (bug #140565)
25532
25533 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25534
25535         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25536         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25537         (gst_jpegenc_getcaps):
25538           move format setting to inner loop
25539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25540         (gst_ffmpegcolorspace_getcaps):
25541           use GST_PAD_CAPS if available so that we use already negotiated
25542           caps
25543         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25544         (qtdemux_parse_moov), (qtdemux_parse):
25545           extra debugging
25546         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25547         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25548           move hardcoded path to DEFINE
25549
25550 2004-04-28  David Schleef  <ds@schleef.org>
25551
25552         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25553         (bug #140064)
25554
25555 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25556
25557         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25558           Don't probe for playback device if we're a source element. Fixes
25559           #139658.
25560
25561 2004-04-29  Benjamin Otte  <otte@gnome.org>
25562
25563         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25564         (gst_id3_tag_chain):
25565           rewrite buffer offset
25566
25567 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25568
25569         * configure.ac:
25570         * ext/Makefile.am:
25571         * ext/dts/Makefile.am:
25572         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25573         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25574         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25575         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25576         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25577         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25578         (plugin_init):
25579         * ext/dts/gstdtsdec.h:
25580           New DTS decoder.
25581         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25582         (gst_faad_srcconnect):
25583           Add ESDS atom handling (.m4a).
25584
25585 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25586
25587         * ext/divx/gstdivxdec.c: (plugin_init):
25588           Remove comment that makes no sense.
25589         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25590           Fix for obvious typo that resulted in warnings during gst-register.
25591         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25592         (gst_xviddec_sink_link):
25593           Fix caps negotiation a bit better.
25594         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25595           We call this 'codec_data', not 'esds'.
25596
25597 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25598
25599         * gst/monoscope/gstmonoscope.c:
25600           make sure we only provide 256x128
25601         * gst/monoscope/monoscope.c: (monoscope_init):
25602           assert size of 256x128
25603
25604 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25605
25606         * Makefile.am:
25607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25608         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25609           fixate to max width and height of device
25610
25611 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25612
25613         * Makefile.am:
25614         * sys/v4l/gstv4l.c:
25615         * sys/v4l/gstv4lsrc.c:
25616         * sys/v4l/v4l_calls.c:
25617         * sys/v4l/v4lsrc_calls.c:
25618           fix for qc-usb driver which fakes having more than one buffer
25619           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25620           buffer_free override
25621           add debugging
25622
25623 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25624
25625         * Makefile.am:
25626         * gst/videotestsrc/gstvideotestsrc.c:
25627         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25628         (gst_videotestsrc_init), (gst_videotestsrc_get),
25629         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25630         * gst/videotestsrc/gstvideotestsrc.h:
25631           add num-buffers property
25632
25633         2004-04-26  Benjamin Otte  <otte@gnome.org>
25634
25635         * ext/mad/gstid3tag.c: (plugin_init):
25636           set id3mux rank to NONE so it doesn't confuse spider
25637           require audio/mpeg,mpegversion=1 in id3mux
25638
25639 2004-04-26  Benjamin Otte  <otte@gnome.org>
25640
25641         * configure.ac:
25642           detect faad correctly as non-working if it's indeed non-working
25643
25644 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25645
25646         * Makefile.am:
25647         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25648         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25649         fix _getcaps so it only negotiates to its supported format
25650
25651 2004-04-25  Benjamin Otte  <otte@gnome.org>
25652
25653         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25654           fix memleak
25655
25656 2004-04-23  Benjamin Otte  <otte@gnome.org>
25657
25658         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25659           audio/x-raw-int with height rules! not. Now it's depth.
25660
25661 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25662
25663         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25664         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25665         (gst_wavparse_loop):
25666           Missing variable initialization. Add handling of DVI ADPCM. Fix
25667           mis-parsing of LIST chunks. This works around a bug where we mis-
25668           parse non-aligning LIST chunks (so LIST chunks where the contents
25669           don't align with the actual LIST size). The correct fix is to use
25670           rifflib, I'm not going to fix wavparse - too much work. All this
25671           fixes #104878.
25672
25673 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25674
25675         reviewed by Benjamin Otte  <otte@gnome.org>
25676
25677         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25678           fix shoutcast not working (fixes #140844)
25679
25680 2004-04-22  Benjamin Otte  <otte@gnome.org>
25681
25682         * ext/hermes/gsthermescolorspace.c:
25683         (gst_hermes_colorspace_caps_remove_format_info):
25684         * gst/colorspace/gstcolorspace.c:
25685         (gst_colorspace_caps_remove_format_info):
25686         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25687         (gst_ffmpegcolorspace_caps_remove_format_info):
25688           s/gst_caps_simplify/gst_caps_do_simplify/
25689
25690 2004-04-22  Benjamin Otte  <otte@gnome.org>
25691
25692         * gst-libs/gst/riff/riff-media.c:
25693         (gst_riff_create_video_caps_with_data):
25694           mpegversion is an int
25695         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25696           don't try to create pad templates with NULL caps, use any caps
25697           instead.
25698
25699 2004-04-20  David Schleef  <ds@schleef.org>
25700
25701         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25702         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25703         (bug #140384)
25704
25705 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25706
25707         reviewed by David Schleef
25708
25709         * ext/mad/gstid3tag.c: Add stdlib.h
25710         * gst/rtp/gstrtpgsmenc.c: same
25711         * gst/tags/gstid3tag.c: same
25712         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25713         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25714         GST_DISABLE_LOADSAVE use.
25715         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25716         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25717         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25718         atol(3)).
25719         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25720         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25721         strtoul(3)).
25722         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25723         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25724         $(ID3_CFLAGS).
25725         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25726         $(LIBFAME_CFLAGS).
25727
25728 2004-04-20  David Schleef  <ds@schleef.org>
25729
25730         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25731         last checkin.  Same idea.
25732
25733 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25734
25735         reviewed by David Schleef
25736
25737         * configure.ac: bump required gstreamer version to 0.8.1.1
25738         because of following changes [--ds]
25739
25740         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25741         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25742         (gst_riff_read_header):  Use GST_READ_UINT*
25743         macros to access possibly unaligned memory.
25744
25745         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25746         (mp3_type_find):  Use GST_READ_UINT*
25747         macros to access possibly unaligned memory.
25748         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25749         (speex_type_find): Likewise
25750
25751         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25752
25753         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25754         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25755         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25756         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25757         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25758         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25759         macros to access possibly unaligned memory.
25760
25761         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25762         Likewise.
25763
25764         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25765         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25766
25767         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25768         Likewise.
25769
25770         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25771         (gst_mpeg2subt_chain_subtitle): Likewise.
25772
25773         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25774         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25775         Likewise.
25776
25777         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25778         Likewise.
25779
25780         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25781         Likewise.
25782
25783         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25784         Likewise.
25785
25786 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25787
25788         * configure.ac:
25789           update required version of GStreamer because of GST_TIME_FORMAT
25790
25791 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25792
25793         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25794           remove leftover g_print
25795         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25796           don't try setting only a subset of the caps. We don't want to kill
25797           autoplugging on purpose
25798
25799 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25800
25801         * sys/ximage/ximagesink.c: (plugin_init):
25802         * sys/xvimage/xvimagesink.c: (plugin_init):
25803           add debugging categories
25804
25805 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25806
25807         * po/en_GB.po:
25808         * po/LINGUAS:
25809           Adding en_GB translation (Gareth Owen)
25810
25811 2004-04-20  David Schleef  <ds@schleef.org>
25812
25813         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25814         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25815         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25816         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25817         A number of new features and hacks to extract the esds atom and
25818         put it into the caps.  (bug #137724)
25819
25820 2004-04-19  David Schleef  <ds@schleef.org>
25821
25822         * gconf/Makefile.am: Fix for non-GNU make
25823         * gst-libs/gst/Makefile.am: Change directory order to handle
25824         GstPlay linking with gstinterfaces
25825         * gst-libs/gst/audio/make_filter: make use of tr portable
25826         * gst-libs/gst/play/Makefile.am: Add intended \
25827         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25828         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25829         function prototype instead of void *.
25830         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25831         macro.
25832         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25833         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25834         * gst/videofilter/make_filter: make use of tr portable
25835         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25836
25837 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25838
25839         * po/LINGUAS:
25840         * po/uk.po:
25841           Added Ukrainian translation (Maxim V. Dziumanenko)
25842
25843 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25844
25845         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25846         (gst_gsmdec_link), (gst_gsmdec_chain):
25847           Fix capsnego, simplify chain function slightly.
25848         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25849           Add GSM.
25850
25851 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25852
25853         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25854         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25855         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25856           Hack to make wavparse work with spider (always -> sometimes pad).
25857           Fixes #135862 && #140411.
25858
25859 2004-04-18  Benjamin Otte  <otte@gnome.org>
25860
25861         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25862         (gst_osselement_rate_probe_check),
25863         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25864           get rid of \n in debug output
25865
25866 2004-04-17  Iain <iain@prettypeople.org>
25867
25868         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25869         not just EOS.
25870
25871 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25872
25873         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25874         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25875         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25876         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25877         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25878         (gst_id3_tag_change_state), (plugin_init):
25879           deprecate id3tag element and replace with id3demux/id3mux.
25880           great side effect: this ugly file is now even uglier, yay!
25881         * ext/mad/gstmad.h:
25882           remove non-available function
25883           update for new get_type
25884
25885 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25886
25887         * configure.ac:
25888           require mpeg2dec >= 0.4.0
25889
25890 2004-04-17  Benjamin Otte  <otte@gnome.org>
25891
25892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25893         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25894         (gst_xvimagesink_set_xwindow_id):
25895           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25896           assorted cleanup fixes.
25897
25898 2004-04-16  David Schleef  <ds@schleef.org>
25899
25900         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25901         * sys/xvimage/xvimagesink.h: same
25902
25903 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25904
25905         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25906           Fix GST_ELEMENT_ERROR with (NULL)
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           Add div[3456] as fourccs for DivX 3 (fixes #140137).
25913
25914 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25915
25916         * gst-libs/gst/riff/riff-media.c:
25917         (gst_riff_create_video_caps_with_data),
25918         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25919         (gst_riff_create_video_template_caps),
25920         (gst_riff_create_audio_template_caps):
25921         * gst-libs/gst/riff/riff-media.h:
25922         * gst-libs/gst/riff/riff-read.c:
25923         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25924         * gst-libs/gst/riff/riff-read.h:
25925         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25926           Add MS RLE support. I added some functions to read out strf chunks
25927           into strf chunks and the data behind it. This is usually color
25928           palettes (as in RLE, but also in 8-bit RGB). Also use those during
25929           caps creation. Lastly, add ADPCM (similar to wavparse - which
25930           should eventually be rifflib based).
25931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25932         (gst_matroska_demux_init), (gst_matroska_demux_reset):
25933         * gst/matroska/matroska-demux.h:
25934           Remove placeholders for some prehistoric tagging system. Didn't add
25935           support for any tag system really anyway.
25936         * gst/qtdemux/qtdemux.c:
25937           Add support for audio/x-m4a (MPEG-4) through spider.
25938         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25939         (gst_wavparse_loop):
25940           ADPCM support (#135862). Increase max. buffer size because we
25941           cannot split buffers for ADPCM (screws references) and I've seen
25942           files with 2048 byte chunks. 4096 seems safe for now.
25943
25944 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25945
25946         * configure.ac: bump nano to 1
25947
25948 === release 0.8.1 ===
25949
25950 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25951
25952         * configure.ac: releasing 0.8.1, "Comforting Sounds"
25953
25954 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25955
25956         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
25957           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
25958           Fixes #140058
25959
25960 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25961
25962         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
25963           lower rank of dvddemux so that it's not used for mpeg playback.
25964
25965 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25966
25967         * configure.ac:
25968           save libs correctly when checking mad
25969
25970 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25971
25972         * ext/mad/gstid3tag.c: (plugin_init):
25973           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
25974
25975 2004-04-13  David Schleef  <ds@schleef.org>
25976
25977         * common/m4/gst-feature.m4: Call -config scripts with
25978         --plugin-libs if it is supported.
25979         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
25980         JPEG images are image/jpeg.
25981         * gst/debug/Makefile.am:
25982         * gst/debug/negotiation.c: (gst_negotiation_class_init),
25983         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
25984         (gst_negotiation_update_caps), (gst_negotiation_get_property),
25985         (gst_negotiation_plugin_init): Add a property that acts like
25986         filter caps.
25987         * testsuite/gst-lint:  Move license checking to be a standard
25988         test.
25989
25990 2004-04-13  David Schleef  <ds@schleef.org>
25991
25992         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
25993         patch from Sebastien Cote (bug #139958)
25994
25995 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25996
25997         * examples/gstplay/Makefile.am:
25998         * examples/gstplay/player.c: (main):
25999           make the commandline player example use gconf settings
26000
26001 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26002
26003         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26004         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26005         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26006           init/end library during state transition, not object
26007           creation/disposal.  get rid of custom dispose handler.
26008
26009
26010 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26011
26012         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26013         be a symlink
26014
26015 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26016
26017         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26018           Handle JUNK chunks inside data section. Prevents warnings.
26019
26020 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26021
26022         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26023         (gst_riff_create_video_template_caps):
26024           Add MS video v1.
26025         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26026         (gst_avi_demux_stream_data):
26027           Add support for "rec-list" chunks.
26028
26029 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26030
26031         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26032           Fix another codecname mismatch.
26033
26034 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26035
26036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26037           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26038           so that MJPEG plays back.
26039
26040 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26041
26042         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26043         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26044         * gst/mpeg1videoparse/gstmp1videoparse.h:
26045           Fix for some slight mis-cuts in buffer parsing, and for some
26046           potential overflows or faults-causers. Adds disconts. Also fixes
26047           #139105 while we're at it.
26048
26049 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26050
26051         * configure.ac:
26052         * sys/v4l2/gstv4l2element.h:
26053           Workaround for missing struct v4l2_buffer declaration in Suse 9
26054           and Mandrake 10 linux/videodev2.h header file (#135919).
26055
26056 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26057
26058         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26059           Bail out if no filename was given.
26060
26061 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26062
26063         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26064         (gst_v4l2_fourcc_from_structure):
26065           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26066           Y41B somewhere).
26067
26068 2004-04-09  Benjamin Otte  <otte@gnome.org>
26069
26070         * ext/gnomevfs/gstgnomevfssink.c:
26071         (_gst_boolean_allow_overwrite_accumulator),
26072         (gst_gnomevfssink_class_init):
26073           fix erase signal - if any handler returns false the file will not be
26074           overwritten. If no handler is connected, the file will not be
26075           overwritten either.
26076           renamed signal to "allow-overwrite"
26077         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26078           free string when adding it to ID3 failed
26079         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26080           unref event when done
26081         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26082           free caps
26083         * gst/typefind/gsttypefindfunctions.c:
26084         (mpeg_video_stream_type_find):
26085           fix invalid read
26086
26087 2004-04-08  David Schleef  <ds@schleef.org>
26088
26089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26090         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26091
26092 2004-04-08  David Schleef  <ds@schleef.org>
26093
26094         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26095         we don't support (bug #139532)
26096
26097 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26098
26099         * ext/mad/gstmad.c: (gst_mad_handle_event),
26100         (gst_mad_check_caps_reset), (gst_mad_chain),
26101         (gst_mad_change_state):
26102           only set explicit caps if they haven't been set before for
26103           this stream.  MPEG-audio sample rate/channels aren't allowed
26104           to change in-stream.
26105           Fixes #139382
26106
26107 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26108
26109         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26110         (_gst_boolean_did_something_accumulator),
26111         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26112         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26113         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26114         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26115         (gst_gnomevfssink_change_state):
26116           Fix erase signal. Don't erase by default. Remove handoff signal.
26117           Remove erase property. Don't segfault. General cleanup.
26118
26119 2004-04-07  Benjamin Otte  <otte@gnome.org>
26120
26121         * gst-libs/gst/gconf/test-gconf.c: (main):
26122           add missing gst_init
26123
26124 2004-04-07  Benjamin Otte  <otte@gnome.org>
26125
26126         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26127           free the mutexes, too
26128
26129 2004-04-07  Benjamin Otte  <otte@gnome.org>
26130
26131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26132           actually free the URI string
26133         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26134           compute offset correctly when passing discont events
26135         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26136           don't leak discont events
26137         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26138           add some missing breaks so caps aren't copied randomly
26139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26140           if we realloc memory, we better use it
26141
26142 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26143
26144         * ext/mad/gstmad.c: (normal_seek):
26145           fix GST_FORMAT_TIME usage
26146
26147 2004-04-05  David Schleef  <ds@schleef.org>
26148
26149         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26150         a deprecated function (hack!)
26151
26152 2004-04-05  Benjamin Otte  <otte@gnome.org>
26153
26154         * ext/esd/esdmon.c: (gst_esdmon_get):
26155           fix nonterminated vararg and memleak
26156
26157 2004-04-05  Benjamin Otte  <otte@gnome.org>
26158
26159         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26160         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26161         (gst_ladspa_set_property), (gst_ladspa_get_property),
26162         (gst_ladspa_instantiate), (gst_ladspa_activate),
26163         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26164           clean up debugging
26165
26166 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26167
26168         reviewed by Benjamin Otte  <otte@gnome.org>
26169
26170         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26171           check for broken LADSPA parameters (fixes #138635)
26172
26173 2004-04-05  Benjamin Otte  <otte@gnome.org>
26174
26175         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26176           advertise buffer-frames correctly on sinkpads
26177
26178 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26179
26180         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26181         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26182         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26183         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26184         (gst_mad_check_caps_reset), (gst_mad_chain):
26185         add more debugging, only reset caps when we're not in error state
26186
26187 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26188
26189         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26190
26191 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26192
26193         reviewed by Benjamin Otte  <otte@gnome.org>
26194
26195         * configure.ac:
26196           fix == in test(1) operator
26197
26198 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26199
26200         reviewed by Benjamin Otte  <otte@gnome.org>
26201
26202         * configure.ac:
26203           fix --export-symblos-regex to a working regex.
26204
26205 2004-04-04  Benjamin Otte  <otte@gnome.org>
26206
26207         * sys/oss/.cvsignore:
26208           add for oss_probe
26209
26210 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26211
26212         reviewed by Benjamin Otte  <otte@gnome.org>
26213
26214         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26215           add missing 'new_media' argument (fixes #138168)
26216         * gst/matroska/matroska-demux.c:
26217         (gst_matroska_demux_handle_seek_event):
26218           add vararg terminator (fixes #138169)
26219
26220 2004-04-02  David Schleef  <ds@schleef.org>
26221
26222         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26223         disted (bug #138914)
26224
26225 2004-04-01  Benjamin Otte  <otte@gnome.org>
26226
26227         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26228         (gst_alsa_close_audio):
26229           handle case better where a soundcard can't pause
26230         * ext/ogg/gstoggdemux.c:
26231           don't crash when we get events but don't have pads yet
26232
26233 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26234
26235         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26236           throw an error if we couldn't probe any caps.
26237
26238 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26239
26240         * ext/dvdnav/gst-dvd:
26241         Add a really simple sample DVD player
26242
26243 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26244
26245         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26246         (gst_a52dec_push), (gst_a52dec_handle_event),
26247         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26248         (gst_a52dec_change_state):
26249         * ext/a52dec/gsta52dec.h:
26250           Use a debug category, Output timestamps correctly
26251           Emit tag info, Handle events, tell liba52dec about cpu
26252           capabilities so it can use MMX etc.
26253         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26254           Fix a crasher accessing invalid memory
26255         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26256         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26257         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26258         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26259         (dvdnavsrc_query):
26260           Some support for byte-format seeking.
26261           Small fixes for still frames and menu button overlays
26262         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26263         (gst_mpeg2dec_alloc_buffer):
26264           Use a debug category. Adjust the report level of several items to
26265           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26266           so it doesn't lose the GstBuffer pointer
26267         * gst/debug/Makefile.am:
26268         * gst/debug/gstdebug.c: (plugin_init):
26269         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26270         (gst_navseek_base_init), (gst_navseek_class_init),
26271         (gst_navseek_init), (gst_navseek_seek),
26272         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26273         (gst_navseek_get_property), (gst_navseek_chain),
26274         (gst_navseek_plugin_init):
26275         * gst/debug/gstnavseek.h:
26276           Add the navseek debug element for seeking back and forth in a
26277           video stream using arrow keys.
26278         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26279         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26280         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26281         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26282         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26283         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26284         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26285         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26286         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26287         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26288         * gst/mpeg2sub/gstmpeg2subt.h:
26289           Pretty much a complete rewrite. Now a loopbased element. May still
26290           require work to properly synchronise subtitle buffers.
26291         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26292         (gst_dvd_demux_send_subbuffer):
26293         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26294           Don't attempt to create subbuffers of size 0
26295           Reduce a couple of error outputs to warnings.
26296         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26297         (gst_y4mencode_chain):
26298         Output the y4m frame header correctly.
26299
26300 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26301
26302         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26303           throw errors instead of allowing SIGFPE
26304
26305 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26306
26307         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26308         (gst_gconf_render_bin_from_key):
26309           leak plugging and style fixing
26310
26311 2004-03-31  David Schleef  <ds@schleef.org>
26312
26313         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26314         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26315         (bug #138225)
26316         * gst/debug/Makefile.am:
26317         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26318         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26319         plugin.
26320         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26321         (gst_negotiation_base_init), (gst_negotiation_class_init),
26322         (gst_negotiation_init), (gst_negotiation_getcaps),
26323         (gst_negotiation_pad_link), (gst_negotiation_chain),
26324         (gst_negotiation_set_property), (gst_negotiation_get_property),
26325         (gst_negotiation_plugin_init):  New element to talk about random
26326         negotiation things happening in a pipeline.
26327
26328 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26329
26330         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26331           fix integer addition with help of Stefan Kost
26332
26333 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26334
26335         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26336
26337 2004-03-30  David Schleef  <ds@schleef.org>
26338
26339         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26340         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26341         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26342         (bug #137504)
26343         * ext/mpeg2dec/gstmpeg2dec.h:
26344
26345 2004-03-30  David Schleef  <ds@schleef.org>
26346
26347         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26348
26349 2004-03-30  David Schleef  <ds@schleef.org>
26350
26351         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26352         Michael Petullo) to handle .mov
26353
26354 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26355
26356         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26357         (gst_osselement_rate_check_rate):
26358           probe caps correctly for sound cards that only support one format
26359
26360 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26361
26362         * ext/kio/kiosrc.cpp: (process_events):
26363           update handling event processing if inside KDE - untested
26364
26365 2004-03-29  David Schleef  <ds@schleef.org>
26366
26367         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26368         by 2 to not interfere with other colorspaces.
26369         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26370         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26371         one to not interfere with ffmpeg_colorspace.
26372
26373 2004-03-29  David Schleef  <ds@schleef.org>
26374
26375         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26376         aren't in the caps.
26377         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26378         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26379
26380 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26381
26382         * gst-libs/gst/riff/riff-media.c:
26383           fail on error, don't try to set stuff on NULL caps
26384
26385 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26386
26387         * configure.ac:
26388         * ext/Makefile.am:
26389         * ext/kio/Makefile.am:
26390         * ext/kio/kioreceiver.cpp:
26391         * ext/kio/kioreceiver.h:
26392         * ext/kio/kiosrc.cpp:
26393         * ext/kio/kiosrc.h:
26394           add experimental kiosrc plugin
26395         * ext/alsa/gstalsaplugin.c: (plugin_init):
26396           initialize debugging category only when we're sure registering the
26397           plugins worked.
26398
26399 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26400
26401         * examples/gstplay/player.c: (main):
26402         * gst-libs/gst/play/play.c: (gst_play_class_init),
26403         (gst_play_set_location), (gst_play_set_data_src),
26404         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26405         (gst_play_set_visualization), (gst_play_connect_visualization):
26406           check return values of element_set_state and return FALSE where
26407           failed
26408
26409 2004-03-29  Benjamin Otte  <otte@gnome.org>
26410
26411         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26412           try harder to check if an event is really a discont
26413
26414 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26415
26416         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26417         * po/az.po:
26418
26419 2004-03-28  Benjamin Otte  <otte@gnome.org>
26420
26421         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26422         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26423         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26424           get rid of non-standard "..." ranges in case statements.
26425
26426 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26427
26428         * gst/mpegstream/gstmpegdemux.c:
26429         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26430         specific functionality split to the new dvddemux element.
26431         * gst/mpegstream/gstdvddemux.c:
26432         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26433         streams, derived from mpegdemux.
26434         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26435         up. SCR based timestamp rewriting can be turned off (will probably
26436         completely disappear soon).
26437         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26438         hacking. General cleanup. All printf statements replaced by
26439         debugging messages. Almost complete libdvdnav support.
26440         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26441         by events. New properties for audio and subpicture languages.
26442         (dvdnavsrc_update_highlight): Now uses events.
26443         (dvdnavsrc_user_op): Cleaned up.
26444         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26445         based). Lots of cleanup, and propper support for most libdvdnav
26446         events.
26447         (dvdnavsrc_make_dvd_event): New function.
26448         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26449         (dvdnavsrc_make_clut_change_event): New function.
26450
26451 2004-03-26  Benjamin Otte  <otte@gnome.org>
26452
26453         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26454           fix bug where typefinding would claim it's theora whenever less then
26455           7 bytes of data were available
26456
26457 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26458
26459         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26460         (gst_alawdec_base_init), (gst_alawdec_class_init),
26461         (gst_alawdec_init), (gst_alawdec_chain):
26462         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26463         (gst_alawenc_base_init), (gst_alawenc_class_init),
26464         (gst_alawenc_init), (gst_alawenc_chain):
26465         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26466         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26467         (gst_mulawdec_init), (gst_mulawdec_chain):
26468         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26469         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26470         (gst_mulawenc_init), (gst_mulawenc_chain):
26471           Fix capsnego in all four, remove the unused property functions and
26472           simplify the chain functions slightly. I guess we could use macros
26473           or something similar for those, since the code is so similar, but
26474           I'm currently too lazy...
26475
26476 2004-03-24  David Schleef  <ds@schleef.org>
26477
26478         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26479         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26480         (gst_osselement_get_format_structure),
26481         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26482         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26483         (gst_osselement_rate_int_compare): Add code to handle rate probing
26484         (bug #120883)
26485         * sys/oss/gstosselement.h: same
26486         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26487         Use rate probing provided by osselement.
26488         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26489
26490 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26493         (gst_xvidenc_get_property):
26494           ulong/int mess-up.
26495
26496 2004-03-24  David Schleef  <ds@schleef.org>
26497
26498         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26499         (gst_speexdec_init):
26500         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26501         (gst_speexenc_init):  Create the pad template correctly (from
26502         the static pad template, not a NULL pointer.)
26503
26504 2004-03-25  Benjamin Otte  <otte@gnome.org>
26505
26506         * gst/debug/Makefile.am:
26507         * gst/debug/breakmydata.c:
26508           add element that quasi-randomly changes bytes in the stream.
26509           Intended use is robustness checking of demuxers and decoders in
26510           media tests.
26511
26512 2004-03-24  Benjamin Otte  <otte@gnome.org>
26513
26514         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26515         (gst_alsa_probe_hw_params):
26516         * ext/alsa/gstalsa.h:
26517           debugging output fixes
26518
26519 2004-03-24  Benjamin Otte  <otte@gnome.org>
26520
26521         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26522           don't g_return_if_fail if element is PLAYING, fail silently as every
26523           other element.
26524         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26525           only fix needed for cast lvalue issues in gst-plugins
26526         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26527           add proxy_getcaps
26528
26529 2004-03-24  Benjamin Otte  <otte@gnome.org>
26530
26531         * gst/level/gstlevel.c: (gst_level_init):
26532           add proxying getcaps function, so level doesn't advertise impossible
26533           caps
26534
26535 2004-03-24  David Schleef  <ds@schleef.org>
26536
26537         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26538         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26539         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26540         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26541         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26542         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26543         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26544         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26545         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26546         messages.  Divide the chunk size by the compression ratio
26547         (needed for MACE audio)
26548
26549 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26550
26551         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26552           Fix buffer overflow read error.
26553
26554 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26555
26556         * ext/alsa/gstalsa.h:
26557           Remove unused entry.
26558         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26559           Add cinepak.
26560         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26561         (gst_videodrop_link), (gst_videodrop_chain):
26562           Fix, sort of. Was horribly broken with new capsnego. Bah...
26563
26564 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26565
26566         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26567         (plugin_init):
26568         Add a monkeysaudio typefind function
26569
26570 2004-03-23  Johan Dahlin  <johan@gnome.org>
26571
26572         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26573         (gst_play_video_fixate): Check so the structure has the field
26574         before trying to fixate them, this makes it possible to have
26575         fakesinks for video and audio output without printing errors on
26576         the output console.
26577
26578 2004-03-22  David Schleef  <ds@schleef.org>
26579
26580         * sys/oss/Makefile.am:
26581         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26582         (check_rate), (add_rate):  Rate probing test app.
26583
26584 2004-03-21  Benjamin Otte  <otte@gnome.org>
26585
26586         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26587         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26588           add a fixation function that pretty much does the right thing (fixes
26589           #137556)
26590
26591 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26592
26593         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26594
26595 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26596
26597         reviewed by: Benjamin Otte  <otte@gnome.org>
26598
26599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26600           terminate gst_event_new_discontinuous correctly (fixes parts of
26601           #137711)
26602
26603 2004-03-19  David Schleef  <ds@schleef.org>
26604
26605         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26606         since it doesn't depend on X, and it's part of our ABI.
26607
26608 2004-03-19  Iain <iain@prettypeople.org>
26609
26610         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26611         is_int in the structure, not the local variable.
26612
26613 2004-03-19  David Schleef  <ds@schleef.org>
26614
26615         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26616         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26617         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26618         Improvements in caps negotiation.
26619
26620 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26621
26622         * po/LINGUAS:
26623         * po/af.po:
26624           adding Afrikaans (Petri Jooste)
26625
26626 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26627
26628         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26629         (gst_ffmpegcolorspace_chain):
26630         throw error instead of g_critical (#137588)
26631
26632 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26633
26634         * Makefile.am:
26635         * configure.ac:
26636           dist common and m4 correctly
26637         * po/sv.po:
26638
26639 2004-03-17  David Schleef  <ds@schleef.org>
26640
26641         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26642         (bug #137348)
26643
26644 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26645
26646         * po/LINGUAS:
26647         * po/sv.po:
26648           adding Swedish translation (Christian Rose)
26649
26650 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26651
26652         * Makefile.am: use release.mak
26653
26654 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26655
26656         * common/ChangeLog:
26657         * common/gst-autogen.sh:
26658           add some explanation about the version detection
26659         * configure.ac:
26660           fix X check
26661
26662 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26663
26664         * configure.ac: bump nano to 1
26665
26666 === release 0.8.0 ===
26667
26668 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26669
26670         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26671
26672 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26673
26674         * configure.ac:
26675           update libtool version
26676         * gst-libs/gst/media-info/Makefile.am:
26677           actually use libtool version
26678
26679 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26680
26681         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26682
26683 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26684
26685         * configure.ac:
26686         * gst-plugins.spec.in:
26687         * pkgconfig/Makefile.am:
26688         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26689         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26690         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26691         * pkgconfig/gstreamer-libs.pc.in:
26692         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26693         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26694         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26695         * pkgconfig/gstreamer-plugins.pc.in:
26696           remove @VERSION@ from some of the pc files since core and plugins
26697           are decoupled.
26698           created gstreamer-plugins.pc as it's a better name, but keeping
26699           -libs around for now to get fixes upstream done first.
26700
26701 2004-03-15  Julien MOUTTE <julien@moutte.net>
26702
26703         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26704         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26705         * gst-libs/gst/play/play.h:
26706
26707 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26708
26709         * *.c, *.cc: don't mix tabs and spaces
26710
26711 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26712
26713         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26714           use the new ffmpegcolorspace
26715         * gst-plugins.spec.in:
26716           package new colorspace and media-info
26717         * configure.ac:
26718         * pkgconfig/Makefile.am:
26719           fix some more disting issues
26720         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26721         * pkgconfig/gstreamer-media-info.pc.in:
26722           generate media-info pc files
26723
26724 2004-03-15  Johan Dahlin  <johan@gnome.org>
26725
26726         * *.h: Revert indenting
26727
26728 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26729
26730         * configure.ac:
26731           adding ffmpegcolorspace element
26732         * gst/ffmpegcolorspace/Makefile.am:
26733         * gst/ffmpegcolorspace/avcodec.h:
26734         * gst/ffmpegcolorspace/common.h:
26735         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26736         * gst/ffmpegcolorspace/dsputil.h:
26737         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26738         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26739         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26740         (gst_ffmpeg_caps_to_pix_fmt):
26741         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26743         (gst_ffmpegcolorspace_caps_remove_format_info),
26744         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26745         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26746         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26747         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26748         (gst_ffmpegcolorspace_set_property),
26749         (gst_ffmpegcolorspace_get_property),
26750         (gst_ffmpegcolorspace_register):
26751         * gst/ffmpegcolorspace/imgconvert.c:
26752         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26753         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26754         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26755         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26756         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26757         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26758         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26759         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26760         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26761         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26762         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26763         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26764         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26765         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26766         (img_get_alpha_info), (deinterlace_line),
26767         (deinterlace_line_inplace), (deinterlace_bottom_field),
26768         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26769         * gst/ffmpegcolorspace/imgconvert_template.h:
26770         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26771         * gst/ffmpegcolorspace/mmx.h:
26772         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26773           adding ffmpegcolorspace element supplied by Ronald after cleaning
26774           up and pulling in the right bits of upstream source.
26775           I'm sure a better C/compiler wizard could do some cleaning up (for
26776           example use GLIB's malloc stuff), but as a first pass this
26777           works very well
26778
26779 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26780
26781         * ext/alsa/gstalsa.h:
26782           I assume Ronald forgot to commit the change to have cardname
26783           as a struct member.  Expect some public spanking at the next
26784           opportunity.
26785
26786 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26787
26788         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26789         (gst_alsa_open_audio), (gst_alsa_close_audio):
26790         * ext/alsa/gstalsa.c:
26791           Don't open the device if we're a mixer (= padless).
26792         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26793         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26794         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26795           Open mixer during state change rather than during object
26796           initialization. Also, get a device name. Currently in a somewhat
26797           hackish fashion, but I didn't really find something better.
26798
26799 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26800
26801         * *.c, *.h: run gst-indent
26802
26803 2004-03-14  Benjamin Otte  <otte@gnome.org>
26804
26805         * gst/modplug/gstmodplug.cc:
26806         * gst/modplug/gstmodplug.h:
26807           set correct timestamps on outgoing buffers
26808
26809 2004-03-14  Benjamin Otte  <otte@gnome.org>
26810
26811         * gst/modplug/gstmodplug.cc:
26812           handle events - don't do crap when a discont arrives that's not
26813           necessary
26814           This allows correct loading and playback of mods in Rhythmbox
26815
26816 2004-03-14  Benjamin Otte  <otte@gnome.org>
26817
26818         * configure.ac:
26819         * gst-libs/gst/gconf/Makefile.am:
26820         * pkgconfig/Makefile.am:
26821           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26822           they get rebuilt properly
26823         * configure.ac:
26824           when checking for vorbis, try pkgconfig first.
26825         * gst/modplug/gstmodplug.cc:
26826           add fixate function
26827
26828 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26831           Fix for obvious mistake, where we first shift the offset and then
26832           read a samplesize element assuming the old offset. Note that this
26833           part still has something weird, i.e. my movies containing those
26834           don't actually play well, but at least there's something that looks
26835           like sound now.
26836
26837 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26838         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26839         (plugin_init):
26840         Add a typefind function for speex format
26841
26842 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26843
26844         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26845         (gst_asf_demux_setup_pad):
26846           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26847           instead of 0. Reason is simple: some elements have a fps range
26848           of 1-max instead of 0-max. So now ASF video actually works.
26849
26850 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26851
26852         * po/LINGUAS:
26853         * po/sr.po:
26854           adding serbian as a language
26855
26856 2004-03-13  Benjamin Otte  <otte@gnome.org>
26857
26858         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26859           return taglist correctly from _get function, don't gst_pad_push it.
26860           (fixes #137042)
26861
26862 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26863         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26864
26865 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26866
26867         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26868         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26869         (gst_alsa_mixer_track_new):
26870         * ext/alsa/gstalsamixertrack.h:
26871           Fix ancient leftovers... MixerTrack is a GObject.
26872
26873 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26874
26875         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26876         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26877           Don't block during probing...
26878
26879 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26880
26881         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26882         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26883         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26884         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26885         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26886         (gst_alsa_open_audio), (gst_alsa_close_audio):
26887         * ext/alsa/gstalsa.h:
26888           Add propertyprobe interface implementation, add some device-name
26889           property, all this so that it looks good in gnome-volume-control.
26890
26891 2004-03-12  David Schleef  <ds@schleef.org>
26892
26893         * configure.ac: the Hermes library controls hermescolorspace, not
26894         colorspace.
26895         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26896         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26897         not /* */
26898         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26899         * ext/sdl/sdlvideosink.h: ditto.
26900         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26901
26902 2004-03-12  Benjamin Otte  <otte@gnome.org>
26903
26904         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26905         (gst_x_overlay_got_xwindow_id):
26906         * gst-libs/gst/xoverlay/xoverlay.h:
26907           replace XID with unsigned long to get rid of the xlibs dependency in
26908           XOverlay (fixes #137004)
26909
26910 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26911         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26912         (gst_agingtv_setup):
26913         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26914         (gst_dicetv_base_init), (gst_dicetv_class_init),
26915         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26916         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26917         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26918         (gst_edgetv_setup), (gst_edgetv_rgb32):
26919         * gst/effectv/gsteffectv.c:
26920         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26921         (gst_quarktv_set_property):
26922         * gst/effectv/gstrev.c: (gst_revtv_get_type),
26923         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26924         (gst_revtv_setup), (gst_revtv_rgb32):
26925         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26926         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26927         (gst_shagadelictv_init), (gst_shagadelictv_setup),
26928         (gst_shagadelictv_rgb32):
26929         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26930         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26931         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26932         * gst/effectv/gstwarp.c:
26933         Port everything that can be ported to videofilter and fix up the caps.
26934         Can someone with a big-endian machine please check these?
26935
26936 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26937
26938         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
26939         (gst_osssink_chain), (gst_osssink_change_state):
26940           Latest fixes for A/V sync, audio playback and such. This is about
26941           all... MPEG playback issues are mostly related to the async build-
26942           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
26943
26944 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26945
26946         patch from: Stephane Loeuillet
26947
26948         * configure.ac:
26949           use pkg-config for some libraries, falling back to the old .m4 way
26950           (fixes #131270)
26951         * m4/libdv.m4:
26952           removed
26953
26954 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26955
26956         * configure.ac:
26957         * tools/Makefile.am:
26958         * tools/Makefile.in:
26959         * tools/gst-launch-ext-m.m:
26960         * tools/gst-launch-ext.1.in:
26961         * tools/gst-visualise-m.m:
26962         * tools/gst-visualise.1:
26963         * tools/gst-visualise.1.in:
26964           reorganizing generation of script tools
26965
26966 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26967
26968         * ext/divx/gstdivxdec.c:
26969           Downgrade priority. We prefer ffdec_mpeg4.
26970         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
26971         (gst_faad_chain), (gst_faad_change_state):
26972           Fix capsnego. Doesn't work for some sounds because we don't have
26973           a 5:1 to stereo element.
26974         * ext/xvid/gstxvid.c: (plugin_init):
26975           Add priority.
26976         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
26977         (gst_osssink_change_state):
26978           Add discont handling.
26979
26980 2004-03-09  Colin Walters  <walters@verbum.org>
26981
26982         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
26983         conversion.
26984
26985 2004-03-09  Benjamin Otte  <otte@gnome.org>
26986
26987         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
26988           the signals take 2 arguments
26989
26990 2004-03-09  David Schleef  <ds@schleef.org>
26991
26992         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
26993         (gst_alsa_fixate): Add fixate function.  (bug #136686)
26994         * ext/alsa/gstalsa.h:
26995         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
26996
26997 2004-03-09  Benjamin Otte  <otte@gnome.org>
26998
26999         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27000         (gst_mikmod_change_state):
27001         * ext/mikmod/gstmikmod.h:
27002           make mikmod's loop function not loop infinitely and call
27003           gst_element_yield anymore
27004         * gst/modplug/gstmodplug.cc:
27005           fix pad negotiation (fixes #136590)
27006
27007 2004-03-09  David Schleef  <ds@schleef.org>
27008
27009         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27010         doesn't conflict with the internal colorspace plugin.
27011         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27012         satisfy the crappy-ass shell shipped by a certain vendor.
27013         * gst/videofilter/make_filter: same (bug #135299)
27014
27015 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27016
27017         * configure.ac: bump nano to 1
27018
27019 === release 0.7.6 ===
27020
27021 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27022
27023         * configure.in: releasing 0.7.6, "There"
27024
27025 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27026
27027         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27028         * pkgconfig/gstreamer-play.pc.in:
27029           synchronize the two
27030
27031 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27032
27033         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27034         (cdparanoia_open), (cdparanoia_event):
27035           fix/add error handling
27036         * po/POTFILES.in:
27037           add cdparanoia source
27038         * tools/Makefile.am:
27039           make scripts executable
27040
27041 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27042
27043         * configure.ac:
27044         * ext/vorbis/Makefile.am:
27045         * sys/Makefile.am:
27046           remove id3types, vorbisfile and xvideosink from the build (#133783)
27047
27048 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27049
27050         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27051           Fix metadata read crash (#136537).
27052
27053 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27054
27055         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27056         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27057           adding mime types, fixing the one-stop function
27058
27059 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27060
27061         * ext/nas/nassink.c and /ext/nas/nassink.h:
27062         More NAS love from Arwed von Merkatz
27063         So lets all sing 'Can you feel the NAS tonight'
27064
27065 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27066
27067         * tools/gst-launch-ext.in:
27068         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27069
27070 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27071
27072         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27073         (gst_mpeg2dec_init):
27074         remove the user_data pad for now, because it is being used in
27075         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27076         If someone knows how to fix this properly, please do.
27077
27078 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27079
27080         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27081         (gst_osssink_get_time):
27082         add a warning, IMO this won't get triggered anymore, remove later
27083
27084 2004-03-07  David Schleef  <ds@schleef.org>
27085
27086         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27087         format (bug #136470)
27088
27089 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27090
27091         * gst-libs/Makefile.am:
27092         * gst-libs/gst/media-info/Makefile.am:
27093         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27094         (error_callback), (gst_media_info_error_create),
27095         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27096         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27097         * gst-libs/gst/media-info/media-info-priv.h:
27098         * gst-libs/gst/media-info/media-info-test.c: (main):
27099         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27100         (gst_media_info_class_init), (gst_media_info_instance_init),
27101         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27102         (gst_media_info_read_idler), (gst_media_info_read):
27103         * gst-libs/gst/media-info/media-info.h:
27104         fixed, should work now
27105
27106 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27107
27108         * ext/nas/nassink.c:
27109         A bunch of NAS fixes from Arwed von Merkatz
27110
27111 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27112
27113         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27114         (qtdemux_parse_trak):
27115           Fix crash (j might be greater than n_samples, in which case we're
27116           writing outside the allocated space for the array) and memleak.
27117
27118 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27119
27120         * sys/oss/gstosssink.c: (gst_osssink_chain):
27121           And another caller that couldn't handle delay < 0 (unsigned
27122           integer overflow). Video now continues playing on an audio
27123           buffer underrun, and the clock continues working. Audio still
27124           stalls.
27125
27126 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27127
27128         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27129         (gst_osssink_get_time):
27130           get_delay() may return values lower than 0. In those cases, we
27131           should not actually cast to *unsigned* int64, that will break
27132           stuff horribly. In my case, it screwed up A/V sync in movies
27133           in totem rather badly.
27134
27135 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27136
27137         * ext/faac/gstfaac.c: (gst_faac_chain):
27138         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27139         * ext/libpng/gstpngenc.c: (user_write_data):
27140         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27141         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27142         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27143         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27144         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27145         of any buffer), should fix some leaks. I hope I didn't unref buffers
27146         that shouldn't be...
27147
27148 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27149
27150         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27151         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27152         (error_callback), (gmi_reset), (gmi_seek_to_track),
27153         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27154         (gmip_find_type_post), (gmip_find_stream_post),
27155         (gmip_find_track_streaminfo_post):
27156         * gst-libs/gst/media-info/media-info-priv.h:
27157         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27158         (info_print), (main):
27159         * gst-libs/gst/media-info/media-info.c:
27160         (gst_media_info_error_create), (gst_media_info_error_element),
27161         (gst_media_info_instance_init), (gst_media_info_get_property),
27162         (gst_media_info_new), (gst_media_info_set_source),
27163         (gst_media_info_read_idler), (gst_media_info_read):
27164         * gst-libs/gst/media-info/media-info.h:
27165           first pass at making this work again.  This seems to work on
27166           tagged ogg/vorbis and mp3 files.
27167
27168 2004-03-06  Benjamin Otte  <otte@gnome.org>
27169
27170         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27171           fix huge leak: gst_buffer_merge doesn't unref the first argument
27172           itself.
27173
27174 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27175
27176         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27177           report layer/mode/emphasis
27178
27179 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27180
27181         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27182
27183 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27184
27185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27186           signal serial
27187
27188 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27189
27190         * ext/vorbis/vorbis.c: (plugin_init):
27191         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27192         (gst_vorbis_dec_init), (vorbis_dec_event):
27193         add debug category
27194         make vorbisdec handle _BYTE and _TIME queries
27195
27196 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27197
27198         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27199           from the xing header
27200
27201 2004-03-06  Benjamin Otte  <otte@gnome.org>
27202
27203         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27204         (gst_audio_convert_link), (gst_audio_convert_change_state),
27205         (gst_audio_convert_buffer_from_default_format):
27206           do conversions from/to float correctly, fix some caps nego errors,
27207           export correct supported caps in template and getcaps, use correct
27208           caps in try_set_caps functions
27209
27210 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27211
27212         For some reason, I only committed a ChangeLog entry yesterday and
27213         not the corresponding code...
27214         * ext/mad/gstmad.c: Fix detection of Xing headers
27215         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27216
27217 2004-03-06  Benjamin Otte  <otte@gnome.org>
27218
27219         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27220         (gst_ogg_demux_src_query):
27221           make sure to handle the case where there's no current chain
27222           gracefully.
27223
27224 2004-03-05  David Schleef  <ds@schleef.org>
27225
27226         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27227         Add fixate function. (bug #131128)
27228         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27229         (gst_sdlvideosink_fixate):  Add fixate function.
27230         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27231         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27232         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27233         Fix missing break that was causing ulaw to be interpreted as
27234         raw int.
27235
27236 2004-03-05  David Schleef  <ds@schleef.org>
27237
27238         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27239         Fix code that ignores return value of gst_buffer_merge().
27240         (bug #114560)
27241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27242         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27243         * testsuite/gst-lint:  Check for above.
27244
27245 2004-03-05  David Schleef  <ds@schleef.org>
27246
27247         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27248         caps and throw an element error.  (bug #136334)
27249
27250 2004-03-05  David Schleef  <ds@schleef.org>
27251
27252         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27253         (gst_faad_chain): Fix negotiation.
27254         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27255         key and button events.
27256         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27257         dung heap of code.
27258         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27259         depends on gconf
27260         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27261         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27262         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27263         function to encourage better negotiation, particularly between
27264         audioconvert and osssink.
27265         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27266         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27267         more important.
27268         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27269         typefinding.
27270         * gst/vbidec/vbiscreen.c:  Add glib header
27271         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27272
27273 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27274
27275         * ext/mad/gstmad.c: Fix detection of Xing headers
27276         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27277
27278 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27279
27280         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27281         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27282           debug updates
27283
27284 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27285
27286         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27287         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27288         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27289         files, and report the parsed length as a GST_TAG_DURATION tag.
27290         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27291
27292 2004-03-05  Benjamin Otte  <otte@gnome.org>
27293
27294         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27295           convert channels correctly. convert correctly to unsigned.
27296
27297 2004-03-05  Julien MOUTTE <julien@moutte.net>
27298
27299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27300         we have a window before clearing it.
27301
27302 2004-03-05  Julien MOUTTE <julien@moutte.net>
27303
27304         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27305         have a window before clearing it.
27306
27307 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27308
27309         * gconf/gstreamer.schemas.in:
27310         * gst-libs/gst/gconf/Makefile.am:
27311           version installation path the same way as for 0.6
27312         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27313         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27314         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27315           remove comment that was fixed
27316
27317 2004-03-05  David Schleef  <ds@schleef.org>
27318
27319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27320         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27321         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27322         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27323         Add prototype code for handling seeking and querying.
27324
27325 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27326
27327         * examples/gstplay/player.c: (main):
27328           Initialize variables to NULL. Prevents a segfault because the
27329           (uninitialized) variable is not NULL, resulting in a crash on
27330           trying to reach error->message.
27331
27332 2004-03-05  Benjamin Otte  <otte@gnome.org>
27333
27334         * gst/audioconvert/gstaudioconvert.c:
27335         (gst_audio_convert_buffer_to_default_format):
27336         make float=>int conversion work correctly even in cornercases.
27337
27338 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27339
27340         * debian/README.Debian:
27341         * debian/build-deps:
27342         * debian/changelog:
27343         * debian/control:
27344         * debian/control.in:
27345         * debian/copyright:
27346         * debian/gstreamer-a52dec.files:
27347         * debian/gstreamer-aa.files:
27348         * debian/gstreamer-alsa.files:
27349         * debian/gstreamer-alsa.manpages:
27350         * debian/gstreamer-arts.files:
27351         * debian/gstreamer-artsd.files:
27352         * debian/gstreamer-audiofile.files:
27353         * debian/gstreamer-avifile.files:
27354         * debian/gstreamer-cdparanoia.files:
27355         * debian/gstreamer-colorspace.files:
27356         * debian/gstreamer-doc.files:
27357         * debian/gstreamer-dv.files:
27358         * debian/gstreamer-dvd.files:
27359         * debian/gstreamer-esd.files:
27360         * debian/gstreamer-festival.files:
27361         * debian/gstreamer-flac.files:
27362         * debian/gstreamer-gconf.conffiles:
27363         * debian/gstreamer-gconf.files:
27364         * debian/gstreamer-gconf.postinst:
27365         * debian/gstreamer-gnomevfs.files:
27366         * debian/gstreamer-gsm.files:
27367         * debian/gstreamer-http.files:
27368         * debian/gstreamer-jack.files:
27369         * debian/gstreamer-jpeg.files:
27370         * debian/gstreamer-mad.files:
27371         * debian/gstreamer-mikmod.files:
27372         * debian/gstreamer-misc.files:
27373         * debian/gstreamer-mpeg2dec.files:
27374         * debian/gstreamer-oss.files:
27375         * debian/gstreamer-plugin-apps.files:
27376         * debian/gstreamer-plugin-apps.manpages:
27377         * debian/gstreamer-plugin-libs-dev.files:
27378         * debian/gstreamer-plugin-libs.files:
27379         * debian/gstreamer-plugin-template.postinst:
27380         * debian/gstreamer-plugin-template.postrm:
27381         * debian/gstreamer-sdl.files:
27382         * debian/gstreamer-sid.files:
27383         * debian/gstreamer-vorbis.files:
27384         * debian/gstreamer-x.files:
27385         * debian/mk.control:
27386         * debian/rules:
27387         Debian package info not maintained here.
27388
27389 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27390
27391         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27392         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27393         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27394         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27395         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27396         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27397         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27398         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27399         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27400         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27401         * gst-libs/gst/colorbalance/colorbalance.c:
27402         (gst_color_balance_class_init):
27403         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27404         (gst_color_balance_channel_class_init):
27405         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27406         * gst-libs/gst/play/play.c: (gst_play_class_init):
27407         * gst-libs/gst/propertyprobe/propertyprobe.c:
27408         (gst_property_probe_iface_init):
27409         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27410         * gst-libs/gst/tuner/tunerchannel.c:
27411         (gst_tuner_channel_class_init):
27412         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27413         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27414         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27415         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27416         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27417         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27418         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27419         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27420         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27421           fix signals to use - instead of _
27422         * ext/libcaca/gstcacasink.h:
27423         * ext/sdl/sdlvideosink.h:
27424           fix header rename
27425
27426 2004-03-04  David Schleef  <ds@schleef.org>
27427
27428         * testsuite/gst-lint:  Add a check for bad signal names.
27429
27430 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27431
27432         reviewed by David Schleef
27433
27434         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27435         modified the alpha channel and caused a warning. (bug #136192)
27436
27437 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27438
27439         * gst-plugins.spec.in:
27440         Change names of plugins to actually be correct. Try to keep things
27441         alphabetical to avoid getting beat up by Thomas
27442
27443 2004-03-03  Julien MOUTTE <julien@moutte.net>
27444
27445         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27446         Using ximagesink as a default if no gconf key found. We should
27447         probably consider using alsasink instead of osssink for the audio
27448         part.
27449
27450 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27451
27452         * configure.ac:
27453           fix --with-plugins, don't think it ever worked before
27454         * gst-plugins.spec.in:
27455           even more updates
27456
27457 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27458
27459         * ext/sdl/sdlvideosink.h:
27460         * sys/ximage/ximagesink.h:
27461         * sys/xvideo/xvideosink.h:
27462         * sys/xvimage/xvimagesink.h:
27463           Fix for move of gstvideosink.h -> videosink.h.
27464
27465 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27466
27467         * gst-libs/gst/xwindowlistener/Makefile.am:
27468           this is a plugin library, not a library
27469
27470 2004-03-01  David Schleef  <ds@schleef.org>
27471
27472         * AUTHORS:  Added some names.  Add yourself if you're still
27473         missing.
27474
27475 2004-03-01  David Schleef  <ds@schleef.org>
27476
27477         * MAINTAINERS: Add
27478
27479 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27480
27481         * gst-plugins.spec.in: clean up spec file
27482
27483 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27484
27485         * gst-libs/gst/video/Makefile.am:
27486         * gst-libs/gst/video/gstvideosink.c:
27487         * gst-libs/gst/video/gstvideosink.h:
27488           rename gstvideosink.h to videosink.h to match other headers
27489         * gst/mixmatrix/Makefile.am:
27490           fix plugin filename
27491         * gst/tags/Makefile.am: fix plugin filename
27492
27493 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27494
27495         * gst/tags/Makefile.am: fix plugin filename
27496
27497 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27498
27499         * examples/gstplay/player.c: (got_time_tick), (main):
27500           add error handler
27501           display time_tick more readably
27502         * gst/mixmatrix/Makefile.am:
27503           fix plugin file name
27504
27505 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27506
27507         * sys/oss/gstosselement.c: (gst_osselement_probe),
27508         (device_combination_append), (gst_osselement_class_probe_devices):
27509         * sys/oss/gstosselement.h:
27510           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27511           on my system using alsa oss emulation, fixes bug #135597
27512
27513 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27514
27515         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27516         (gst_videodrop_chain), (gst_videodrop_change_state):
27517         * gst/videodrop/gstvideodrop.h:
27518           Work based on timestamp of input data, not based on the expected
27519           framerate from the input. The consequence is that this element now
27520           not only scales framerates, but also functions as a framerate
27521           corrector or framerate stabilizer/constantizer.
27522
27523 2004-02-27  David Schleef  <ds@schleef.org>
27524
27525         patches from jmmv@menta.net (Julio M. Merino Vidal)
27526
27527         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27528         GST_ELEMENT_ERROR call (bug #135634)
27529         * gst/interleave/interleave.c: (interleave_buffered_loop),
27530         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27531         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27532         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27533         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27534         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27535         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27536         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27537         Fix GST_ELEMENT_ERROR call.
27538         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27539         GST_ELEMENT_ERROR call.
27540
27541 2004-02-27  Benjamin Otte  <otte@gnome.org>
27542
27543         * gst-libs/gst/audio/audio.h:
27544           add macro to make sure header isn't included twice
27545         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27546           don't use gst_buffer_free
27547         * gst/playondemand/filter.func:
27548           don't use gst_data_free. Free data only once.
27549
27550 2004-02-26  David Schleef  <ds@schleef.org>
27551
27552         * gst-libs/gst/colorbalance/Makefile.am:
27553         * gst-libs/gst/mixer/Makefile.am:
27554         * gst-libs/gst/tuner/Makefile.am:
27555         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27556         should not be disted, -marshal.h files should not be installed,
27557         and -enum.h files _should_ be installed.  Fix to make this the
27558         case.
27559
27560 === release 0.7.5 ===
27561
27562 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27563
27564         * configure.ac: release 0.7.5, "Under The Sea"
27565
27566 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27567
27568         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27569         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27570         * gst/videoscale/gstvideoscale.c:
27571         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27572           assorted debug/warning fixes
27573
27574 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27575
27576         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27577         (gst_videoscale_init), (gst_videoscale_chain),
27578         (gst_videoscale_set_property), (plugin_init):
27579         * gst/videoscale/gstvideoscale.h:
27580         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27581         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27582         (gst_videoscale_planar400), (gst_videoscale_packed422),
27583         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27584         (gst_videoscale_24bit), (gst_videoscale_16bit),
27585         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27586         (gst_videoscale_scale_plane_slow),
27587         (gst_videoscale_scale_point_sample),
27588         (gst_videoscale_scale_nearest),
27589         (gst_videoscale_scale_nearest_str2),
27590         (gst_videoscale_scale_nearest_str4),
27591         (gst_videoscale_scale_nearest_32bit),
27592         (gst_videoscale_scale_nearest_24bit),
27593         (gst_videoscale_scale_nearest_16bit):
27594         add debugging category and use it properly
27595         fix use of GST_PTR_FORMAT
27596
27597 2004-02-25  Andy Wingo  <wingo@pobox.com>
27598
27599         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27600         push only when channel->buffer is NULL. Prevents segfaults doing
27601         the state change after a nonlocal exit, like a scheme exception.
27602
27603         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27604         Handle the case where the intersected caps is empty.
27605
27606 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27607
27608         * gst/law/mulaw-decode.c: (mulawdec_link):
27609         * gst/law/mulaw.c: (plugin_init):
27610           fix mulawdec so it actually works again
27611
27612 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27613
27614         reviewed by: David Schleef  <ds@schleef.org>
27615
27616         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27617         (gst_gamma_init), (gst_gamma_set_property),
27618         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27619         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27620         for RGB, with separate r g and b correction factors. (#131167)
27621
27622 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27623
27624         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27625           only signal tags for bitrate if they're > 0 (#134894)
27626
27627 2004-02-24  David Schleef  <ds@schleef.org>
27628
27629         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27630         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27631         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27632         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27633         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27634         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27635         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27636         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27637         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27638         category.  Attempt to fix timestamp calculation.
27639
27640 2004-02-24  Johan Dahlin  <johan@gnome.org>
27641
27642         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27643
27644 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27645
27646         * configure.ac:
27647         * gconf/Makefile.am:
27648         * gconf/gstreamer.schemas:
27649         * gst-libs/gst/gconf/Makefile.am:
27650         * gst-libs/gst/gconf/gconf.c:
27651           version gconf schemas and install locations
27652
27653 2004-02-23  Benjamin Otte  <otte@gnome.org>
27654
27655         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27656         (gst_xine_input_subclass_init):
27657           call parent dispose.
27658           change pad template for CD reader correctly
27659         * ext/xine/Makefile.am:
27660         * ext/xine/gstxine.h:
27661         * ext/xine/xine.c: (plugin_init):
27662         * ext/xine/xineaudiosink.c:
27663           wrap audio sinks, too
27664         * gst-libs/gst/resample/private.h:
27665         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27666         (gst_resample_reinit), (gst_resample_scale),
27667         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27668         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27669         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27670         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27671         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27672         * gst-libs/gst/resample/resample.h:
27673         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27674         (gst_audioscale_class_init), (gst_audioscale_link),
27675         (gst_audioscale_get_buffer), (gst_audioscale_init),
27676         (gst_audioscale_chain), (gst_audioscale_set_property),
27677         (gst_audioscale_get_property):
27678         * gst/audioscale/gstaudioscale.h:
27679           s/resample_*/gst_resample_*/i to not clobber namespaces
27680
27681 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27682
27683         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27684         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27685         (gst_riff_create_video_template_caps),
27686         (gst_riff_create_audio_template_caps),
27687         (gst_riff_create_iavs_template_caps):
27688         * gst-libs/gst/riff/riff-media.h:
27689         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27690         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27691         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27692         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27694         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27695         (gst_matroska_demux_plugin_init): First batch implementing audio and
27696         video codec tags in demuxers.
27697
27698 2004-02-22  Benjamin Otte  <otte@gnome.org>
27699
27700         * ext/xine/Makefile.am:
27701         * ext/xine/gstxine.h:
27702         * ext/xine/xine.c: (plugin_init):
27703         * ext/xine/xineinput.c:
27704           add input plugin wrapper. Playback from files, http, mms and cdda
27705           works.
27706         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27707           remove leftover G_GNUC_UNUSED
27708         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27709         (gst_asf_demux_identify_guid):
27710           improve debugging output
27711
27712 2004-02-22  Benjamin Otte  <otte@gnome.org>
27713
27714         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27715
27716         * autogen.sh:
27717           replace test -e with test -x for mkinstalldirs to be more portable.
27718           (fixes #134816)
27719
27720 2004-02-22  Benjamin Otte  <otte@gnome.org>
27721
27722         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27723
27724         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27725           set rank to PRIMARY
27726         * gst/volume/gstvolume.c: (plugin_init):
27727           set rank to NONE
27728         fixes #134960
27729
27730 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27731
27732         reviewed by Benjamin Otte  <otte@gnome.org>
27733
27734         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27735           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27736
27737 2004-02-22  Benjamin Otte  <otte@gnome.org>
27738
27739         * configure.ac:
27740           export [_]*{gst,Gst,GST}.* symbols from plugins
27741
27742 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27743
27744         reviewed by: Benjamin Otte  <otte@gnome.org>
27745
27746         * ext/lame/gstlame.c: (add_one_tag):
27747         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27749         (gst_vorbisenc_metadata_set1):
27750         * gst/tags/gstid3tag.c:
27751         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27752           apply fixes from bugs #135042 (lame can't write tags) and #133817
27753           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27754
27755 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27756
27757         * configure.ac: Export only gst_plugin_desc from plugins.
27758          Note that this change only makes any effect with Linux using libtool
27759          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27760          fine. And don't try to have several versions of libtool in different
27761          directories.
27762
27763 2004-02-20  Andy Wingo  <wingo@pobox.com>
27764
27765         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27766         interleave respectively.
27767
27768         * gst/interleave/deinterleave.c: New plugin: deinterleave
27769         (replaces on oneton).
27770         * gst/interleave/interleave.c: New plugin: interleave.
27771         * gst/interleave/plugin.h: Support file.
27772         * gst/interleave/plugin.c: Support file.
27773
27774         * configure.ac: Remove intfloat and oneton, add interleave.
27775
27776         * ext/sndfile/gstsf.c: Handle events better.
27777
27778         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27779         and float2int operation. int2float has scheduling problems as
27780         noted in in2float_chain.
27781
27782 2004-02-20  Benjamin Otte  <otte@gnome.org>
27783
27784         * ext/xine/Makefile.am:
27785         * ext/xine/gstxine.h:
27786         * ext/xine/xine.c:
27787         * ext/xine/xineaudiodec.c:
27788         * ext/xine/xinecaps.c:
27789           add first version of xine plugin wrapper. Currently only wraps the
27790           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27791         * configure.ac:
27792         * ext/Makefile.am:
27793           add xine plugin wrapper, disabled by default. Use --enable-xine to
27794           build. Note that it'll segfault on gst-register if you don't remove
27795           the goom and tvtime post plugins from xine.
27796         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27797         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27798           add extradata parsing for QDM2.
27799           change around debugging prints.
27800
27801 2004-02-19  Benjamin Otte  <otte@gnome.org>
27802
27803         * ext/lame/gstlame.c: (gst_lame_chain):
27804         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27805           use gst_tag_list_insert when you want to insert tags
27806
27807 2004-02-18  David Schleef  <ds@schleef.org>
27808
27809         * configure.ac:  Move massink to gst-rotten
27810         * ext/Makefile.am:
27811         * ext/mas/Makefile.am:
27812         * ext/mas/massink.c:
27813         * ext/mas/massink.h:
27814
27815 2004-02-18  David Schleef  <ds@schleef.org>
27816
27817         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27818         typefinding, since it seems to be worse than nothing.
27819         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27820         atom to recognize .mp4 and .m4a files as video/quicktime.
27821
27822 2004-02-18  David Schleef  <ds@schleef.org>
27823
27824         * gst/sine/demo-dparams.c: (quit_live),
27825         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27826         Use double dparams, not float.
27827         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27828         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27829         sync'd elements don't really work correctly.
27830         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27831         (volume_update_volume), (volume_get_property):  Change dparam
27832         to double.
27833
27834 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27835
27836         * sys/ximage/ximagesink.c:
27837         (gst_ximagesink_xwindow_update_geometry),
27838         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27839         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27840         (gst_ximagesink_init): Rework the way software video scaling works. So
27841         now we check on each chain call if the video frames are feeling the
27842         window. If not we try to renegotiate caps. On failure we memorize that
27843         and we won't try again for that PLAYING sessions.
27844         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27845         failure.
27846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27847         synchronous flag.
27848
27849 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27850
27851         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27852           break up _link so we can give a better debug message for errors
27853
27854 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27855
27856         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27857           set up debug category
27858
27859 2004-02-18  Julien MOUTTE <julien@moutte.net>
27860
27861         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27862         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27863         the way renegotiation work. The event handling function is not taking
27864         care of external windows and renegotiate method check for pad flags
27865         NEGOTIATING. Should fix : #133209
27866
27867 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27868
27869         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27870         pad is negotiating before trying renegotiation.
27871
27872 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27873
27874         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27875           pass on all possible mime types as typefind hints
27876
27877 2004-02-17  Julien MOUTTE <julien@moutte.net>
27878
27879         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27881         possible SHM leak if we crash. All other apps using XShm are doing
27882         that.
27883
27884 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27885
27886         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27887         (gst_ximagesink_expose): Renegotiate size on expose.
27888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27889         size on expose.
27890
27891 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27892
27893         * testsuite/alsa/sinesrc.c:
27894           cosmetic fix to fix compile issue with gcc 2.95.4
27895
27896 2004-02-16  Julien MOUTTE <julien@moutte.net>
27897
27898         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27899         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27900         failed opening the audio device.
27901         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27902         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27903         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27904         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27905         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27906         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27907         (gst_ximagesink_change_state), (gst_ximagesink_chain),
27908         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27909         Removing some useless g_return_if_fail like wingo suggested.
27910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27911         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27912         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27913         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27914         (gst_xvimagesink_update_colorbalance),
27915         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27916         (gst_xvimagesink_xcontext_clear),
27917         (gst_xvimagesink_get_fourcc_from_caps),
27918         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27919         (gst_xvimagesink_set_xwindow_id),
27920         (gst_xvimagesink_colorbalance_list_channels),
27921         (gst_xvimagesink_colorbalance_set_value),
27922         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27923         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27924
27925 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27926
27927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27928           throw error when not negotiated instead of asserting
27929
27930 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27931
27932         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27933         correct data refcounting.
27934
27935 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27936
27937         * gst/switch/gstswitch.c: (gst_switch_change_state),
27938         (gst_switch_class_init): Cleaning the sinkpads correctly on state
27939         change, mostly the EOS flag.
27940
27941 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27942
27943         * examples/gstplay/player.c: (got_eos), (main): Adding some
27944         output for debugging.
27945         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
27946         timeouts if we go to any state different from PLAYING.
27947         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
27948         more EOS bugs in riff lib.
27949
27950 2004-02-14  Julien MOUTTE  <julien@moutte.net>
27951
27952         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
27953         visualization until i find a way to fix switch correctly.
27954         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
27955         EOS arrives.
27956         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27957         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27958         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
27959         Reworked switch to get a more correct behaviour with events and refing
27960         of data stored in sinkpads.
27961         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
27962         we don't pull from a pad in EOS.
27963
27964 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27965
27966         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27967           remove v1 tag even if we can't read it (makes sure we don't detect
27968           it again)
27969
27970 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27971
27972         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
27973         (gst_alsa_xrun_recovery):
27974         * ext/alsa/gstalsa.h:
27975           try xrun recovery when wait failed. Make xrun recovery function
27976           return TRUE/FALSE to indicate success. (might fix #134354)
27977
27978 2004-02-13  David Schleef  <ds@schleef.org>
27979
27980         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
27981         (dynparm_value_changed), (main): Convert from float to double.
27982         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
27983
27984 2004-02-13  David Schleef  <ds@schleef.org>
27985
27986         * gst/silence/gstsilence.c: (gst_silence_class_init),
27987         (gst_silence_set_clock), (gst_silence_get),
27988         (gst_silence_set_property), (gst_silence_get_property):
27989         * gst/silence/gstsilence.h: Add sync property.
27990         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27991         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
27992         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
27993         * gst/sine/gstsinesrc.h: Add sync property.
27994
27995 2004-02-13  David Schleef  <ds@schleef.org>
27996
27997         * gst/intfloat/gstint2float.c: (conv_f32_s16),
27998         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
27999
28000 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28001
28002         * configure.ac:
28003         * ext/Makefile.am:
28004         * gst-libs/ext/Makefile.am:
28005           move ffmpeg plugin to gst-ffmpeg module
28006
28007 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28008
28009         * configure.ac: use GST_ARCH to detect architecture
28010
28011 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28012
28013         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28014
28015 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28016
28017         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28018           classify LADSPA plugins based on number of src/sink pads
28019           (#133663, Stefan Kost)
28020         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28021           fix dparams registration
28022           (#133528, Stefan Kost)
28023         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28024           fix use of isprint and use g_ascii_isprint instead
28025           (#133316, Stefan Kost)
28026
28027 2004-02-11  David Schleef  <ds@schleef.org>
28028
28029         Convert a few inner loops to use liboil.  This is currently
28030         optional, and is only enabled if liboil is present (duh!).
28031         * configure.ac: Check for liboil-0.1
28032         * gst/intfloat/Makefile.am:
28033         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28034         (gst_int2float_chain_gint16):
28035         * gst/videofilter/Makefile.am:
28036         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28037         (tablelookup_u8), (gst_videobalance_planar411):
28038         * gst/videotestsrc/Makefile.am:
28039         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28040         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28041         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28042         (paint_hline_RGB565), (paint_hline_xRGB1555):
28043
28044 2004-02-11  David Schleef  <ds@schleef.org>
28045
28046         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28047         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28048         (gst_colorspace_getcaps), (gst_colorspace_link),
28049         (gst_colorspace_base_init), (gst_colorspace_init),
28050         (gst_colorspace_chain), (gst_colorspace_change_state),
28051         (plugin_init): Merge Ronald's patch (bug #117897) and update
28052         for new caps and negotiation.  Seems to work, although it
28053         shows off bugs in lcs.
28054
28055 2004-02-11  David Schleef  <ds@schleef.org>
28056
28057         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28058         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28059
28060 2004-02-11  David Schleef  <ds@schleef.org>
28061
28062         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28063         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28064         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28065         Add server and port properties
28066
28067 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28068
28069         * m4/a52.m4:
28070         * m4/aalib.m4:
28071         * m4/as-ffmpeg.m4:
28072         * m4/as-liblame.m4:
28073         * m4/as-slurp-ffmpeg.m4:
28074         * m4/check-libheader.m4:
28075         * m4/esd.m4:
28076         * m4/freetype2.m4:
28077         * m4/gconf-2.m4:
28078         * m4/glib.m4:
28079         * m4/gst-alsa.m4:
28080         * m4/gst-artsc.m4:
28081         * m4/gst-ivorbis.m4:
28082         * m4/gst-matroska.m4:
28083         * m4/gst-sdl.m4:
28084         * m4/gst-shout2.m4:
28085         * m4/gst-sid.m4:
28086         * m4/gtk.m4:
28087         * m4/libdv.m4:
28088         * m4/libfame.m4:
28089         * m4/libmikmod.m4:
28090         * m4/ogg.m4:
28091         * m4/vorbis.m4:
28092           fix underquotedness of macros (#133800)
28093         * m4/as-avifile.m4:
28094         * m4/xmms.m4:
28095           removed because no longer used
28096
28097 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28098
28099         * configure.ac:
28100           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28101           by autopoint (fixes #132996)
28102
28103 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28104
28105         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28106         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28107         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28108         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28109           fix memleaks
28110
28111 2004-02-11  David Schleef  <ds@schleef.org>
28112
28113         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28114         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28115         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28116         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28117         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28118         (gst_jpegenc_class_init), (gst_jpegenc_init),
28119         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28120         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28121         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28122         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28123
28124 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28125
28126         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28127         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28128         * ext/mikmod/gstmikmod.h:
28129           fix caps negotiation in mikmod
28130         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28131           output debug information
28132
28133 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28134
28135         * gst-libs/gst/colorbalance/Makefile.am:
28136         * gst-libs/gst/navigation/Makefile.am:
28137         * gst-libs/gst/xoverlay/Makefile.am:
28138           remove unused GST_OPT_CFLAGS from Makefiles
28139           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28140
28141 2004-02-07  David Schleef  <ds@schleef.org>
28142
28143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28144         push events to pads that haven't been created (#133508)
28145
28146 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28147
28148         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28149         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28150         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28151         (gst_dvdec_loop), (gst_dvdec_change_state):
28152         Second attempt at committing a working dvdec element.
28153
28154 2004-02-06  David Schleef  <ds@schleef.org>
28155
28156         Build fixes for OS X: (see #129600)
28157         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28158         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28159         (gst_riff_read_strf_iavs):
28160         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28161         (gst_avi_demux_stream_odml):
28162         * gst/playondemand/Makefile.am:
28163         * gst/rtp/rtp-packet.c:
28164
28165 2004-02-05  David Schleef  <ds@schleef.org>
28166
28167         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28168         last change, because it Just Doesn't Compile.
28169
28170 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28171
28172         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28173           skip undecodable id3v2 tag instead of keeping it
28174
28175 2004-02-05  David Schleef  <ds@schleef.org>
28176
28177         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28178         Unref leaked buffer.  (Noticed by Ronald)
28179
28180 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28181
28182         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28183         Sync requires with other checks.  >= vs =.
28184
28185 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28186
28187         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28188         (gst_dvdec_video_link), (gst_dvdec_loop):
28189         * ext/dv/gstdvdec.h:
28190           rework the caps negotiation so that dvdec works again instead
28191           of just segfaulting.
28192
28193 === release 0.7.4 ===
28194
28195 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28196
28197         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28198         * configure.ac: changed for release
28199
28200 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28201
28202         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28203         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28204         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28205         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28206           reworked patch by David Lehn to fix libdir and includedir for
28207           uninstalled libraries
28208           removed play and gconf from gstreamer-libs since they have their
28209           own pkgconfig files
28210
28211 2004-02-04  David Schleef  <ds@schleef.org>
28212
28213         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28214         memleak.
28215
28216 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28217
28218         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28219           use correct GST_TAG_ENCODER tag
28220
28221 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28222
28223         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28224           be sure to stop the clock when going to paused
28225         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28226           reset number of transmitted when going to ready.
28227         fixes #132935
28228
28229 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28230
28231         reviewed by Benjamin Otte
28232
28233         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28234           extract track count (fixes #133410)
28235
28236 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28237
28238         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28239           that should be !=, not == (fixes #132519)
28240
28241 2004-02-04  David Schleef  <ds@schleef.org>
28242
28243         Make sure set_explicit_caps() is called before adding pad.
28244         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28245         * gst/id3/gstid3types.c: (gst_id3types_loop):
28246         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28247         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28248
28249 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28250
28251         * configure.ac:
28252           bump nano to 2, first prerelease
28253           put back AM_PROG_LIBTOOL
28254
28255 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28256
28257         * testsuite/alsa/Makefile.am:
28258           these are user test apps, not automatic testsuite tests
28259
28260 2004-02-04  David Schleef  <ds@schleef.org>
28261
28262         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28263         * gst/mpeg1videoparse/gstmp1videoparse.c:
28264         (mp1videoparse_parse_seq):
28265         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28266         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28267         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28268         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28269         (gst_xvideosink_getcaps):
28270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28271         * testsuite/gst-lint: more tests
28272
28273 2004-02-04  David Schleef  <ds@schleef.org>
28274
28275         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28276         with the code that they would expand to.
28277         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28278         (gst_flacdec_get_src_query_types),
28279         (gst_flacdec_get_src_event_masks):
28280         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28281         (gst_gnomevfssrc_get_query_types),
28282         (gst_gnomevfssrc_get_event_mask):
28283
28284 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28285
28286         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28287         (gst_sinesrc_dispose):
28288           fix memleak by properly disposing sinesrc
28289
28290 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28291
28292         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28293         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28294         an overlay to redraw the image because it has been exposed.
28295         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28296         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28297         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28298         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28299         interface
28300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28301         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28302         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28303         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28304         interface
28305
28306 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28307
28308         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28309           more memleak fixage
28310
28311 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28312
28313         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28314         * gst/typefind/gsttypefindfunctions.c:
28315           fix memleaks shown by gst-typefind
28316
28317 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28318
28319         * common/glib-gen.mak:
28320           add hack rule to touch .Plo files
28321         * gst-libs/gst/colorbalance/Makefile.am:
28322         * gst-libs/gst/mixer/Makefile.am:
28323         * gst-libs/gst/play/Makefile.am:
28324         * gst-libs/gst/tuner/Makefile.am:
28325           remove glib_root variable
28326
28327 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28328
28329         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28330           set explicit caps before adding the element, so the autopluggers can
28331           plug correctly.
28332         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28333         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28334         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28335         (dv_type_find):
28336           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28337           argument.
28338
28339 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28340
28341         * gst-libs/gst/colorbalance/Makefile.am:
28342         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28343         * gst-libs/gst/colorbalance/colorbalance.c:
28344         * gst-libs/gst/colorbalance/colorbalance.h:
28345         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28346         * gst-libs/gst/mixer/Makefile.am:
28347         * gst-libs/gst/mixer/mixer-marshal.list:
28348         * gst-libs/gst/mixer/mixer.c:
28349         * gst-libs/gst/mixer/mixer.h:
28350         * gst-libs/gst/mixer/mixermarshal.list:
28351         * gst-libs/gst/play/Makefile.am:
28352         * gst-libs/gst/play/play.h:
28353         * gst-libs/gst/tuner/Makefile.am:
28354         * gst-libs/gst/tuner/tuner-marshal.list:
28355         * gst-libs/gst/tuner/tuner.c:
28356         * gst-libs/gst/tuner/tuner.h:
28357         * gst-libs/gst/tuner/tunermarshal.list:
28358           use new glib-gen.mak snippet to clean up Makefile.am
28359           fix various bugs in Makefile.am's
28360
28361 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28362
28363         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28364           handle chain parsing correctly in the multichain case
28365         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28366         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28367         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28368         (theora_dec_chain):
28369           handle events and queries correctly
28370
28371 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28372
28373         * .cvsignore:
28374         Ignore generated file _stdint.h.
28375
28376 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28377
28378         * gst-libs/gst/colorbalance/Makefile.am:
28379         * gst-libs/gst/colorbalance/colorbalance.h:
28380         * gst-libs/gst/mixer/Makefile.am:
28381         * gst-libs/gst/mixer/mixer.h:
28382         * gst-libs/gst/play/Makefile.am:
28383         * gst-libs/gst/play/play.h:
28384         * gst-libs/gst/tuner/Makefile.am:
28385         * gst-libs/gst/tuner/tuner.h:
28386         Generate enum type code with glib-mkenums.
28387         * gst-libs/gst/colorbalance/.cvsignore:
28388         * gst-libs/gst/mixer/.cvsignore:
28389         * gst-libs/gst/play/.cvsignore:
28390         * gst-libs/gst/tuner/.cvsignore:
28391         Ignore generated files.
28392
28393 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28394
28395         * gst-libs/gst/audio/.cvsignore:
28396         Ignore generated file.
28397         * gst-libs/gst/audio/Makefile.am:
28398         Do not install example filter.
28399
28400 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28401
28402         * examples/switch/.cvsignore:
28403         Ignore generated file.
28404
28405 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28406
28407         * common/m4/ax_create_stdint_h.m4:
28408         * configure.ac:
28409           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28410           _stdint.h.
28411         * Makefile.am:
28412           remove generated _stdint.h in DISTCLEANFILES
28413         * ext/a52dec/gsta52dec.c:
28414           include _stdint.h for a52dec. (should fix #133064)
28415
28416 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28417
28418         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28419         (gst_tag_to_vorbis_comments):
28420         Add replaygain support to vorbistag
28421
28422 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28423         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28424         (gst_ffmpeg_caps_to_extradata):
28425           Fix SVQ3 caps flag properties
28426           Use glib macro for bytes swap
28427
28428 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28429
28430         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28431         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28432         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28433         * ext/sndfile/gstsf.c: (plugin_init):
28434         * gst/avi/gstavi.c: (plugin_init):
28435         * sys/dxr3/dxr3init.c: (plugin_init):
28436         * sys/oss/gstossaudio.c: (plugin_init):
28437         * sys/v4l/gstv4l.c: (plugin_init):
28438         * sys/v4l2/gstv4l2.c: (plugin_init):
28439           remove textdomain calls
28440         * po/nl.po:
28441           update Dutch translation
28442
28443 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28444
28445         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28446         (gst_play_set_audio_sink): Moving volume in the audio thread for
28447         instantaneous volume change. Maybe i will add another volume in front
28448         of visualization later, not sure yet though.
28449
28450 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28451
28452         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28453         (gst_ximagesink_handle_xevents): Better X events handling, only take
28454         the latest events for configure and motion.
28455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28456
28457 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28458
28459         reviewed by: David Schleef  <ds@schleef.org>
28460
28461         Fix memory leaks:
28462         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28463         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28464
28465 2004-02-02  David Schleef  <ds@schleef.org>
28466
28467         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28468         of lines.
28469         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28470         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28471         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28472         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28473         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28474         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28475         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28476         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28477         (gst_float2_2_int_link):
28478         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28479         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28480         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28481         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28482         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28483         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28484         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28485         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28486         * testsuite/gst-lint: Add tests for bzero and ;;
28487
28488 2004-02-02  David Schleef  <ds@schleef.org>
28489
28490         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28491
28492 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28493
28494         * ext/aalib/gstaasink.c: (gst_aasink_open):
28495         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28496         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28497         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28498         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28499         (gst_afsink_close_file):
28500         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28501         (gst_afsrc_close_file):
28502         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28503         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28504         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28505         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28506         * ext/esd/esdmon.c: (gst_esdmon_get):
28507         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28508         * ext/faac/gstfaac.c: (gst_faac_chain):
28509         * ext/faad/gstfaad.c: (gst_faad_chain):
28510         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28511         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28512         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28513         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28514         (gst_flacdec_loop):
28515         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28516         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28517         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28518         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28519         (gst_gnomevfssink_close_file):
28520         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28521         (gst_gnomevfssrc_open_file):
28522         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28523         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28524         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28525         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28526         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28527         * ext/mad/gstmad.c: (gst_mad_chain):
28528         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28529         * ext/mpeg2dec/gstmpeg2dec.c:
28530         * ext/mpeg2enc/gstmpeg2enc.cc:
28531         * ext/mplex/gstmplex.cc:
28532         * ext/mplex/gstmplexibitstream.cc:
28533         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28534         (gst_ogg_demux_push):
28535         * ext/raw1394/gstdv1394src.c:
28536         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28537         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28538         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28539         (gst_sf_loop):
28540         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28541         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28542         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28543         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28544         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28545         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28546         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28547         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28548         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28549         (gst_riff_read_element_data), (gst_riff_read_seek),
28550         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28551         * gst/adder/gstadder.c: (gst_adder_loop):
28552         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28553         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28554         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28555         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28556         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28557         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28558         * gst/goom/gstgoom.c: (gst_goom_chain):
28559         * gst/id3/gstid3types.c: (gst_id3types_loop):
28560         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28561         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28562         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28563         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28564         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28565         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28566         (gst_ebml_read_float), (gst_ebml_read_header):
28567         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28568         (gst_matroska_demux_parse_blockgroup):
28569         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28570         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28571         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28572         * gst/silence/gstsilence.c: (gst_silence_get):
28573         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28574         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28575         * gst/speed/gstspeed.c: (speed_loop):
28576         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28577         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28578         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28579         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28580         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28581         (gst_wavparse_loop):
28582         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28583         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28584         (dxr3audiosink_close):
28585         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28586         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28587         (dxr3videosink_close), (dxr3videosink_write_data):
28588         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28589         * sys/oss/gstosssink.c: (gst_osssink_chain):
28590         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28591         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28592         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28594         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28595         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28596         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28597         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28598         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28599         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28600         (gst_v4l_set_audio):
28601         * sys/v4l/v4l_calls.h:
28602         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28603         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28604         (gst_v4lmjpegsink_playback_init),
28605         (gst_v4lmjpegsink_playback_start):
28606         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28607         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28608         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28609         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28610         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28611         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28612         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28613         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28614         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28615         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28616         (gst_v4l2_get_output), (gst_v4l2_set_output),
28617         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28618         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28619         (gst_v4l2_set_attribute):
28620         * sys/v4l2/v4l2_calls.h:
28621         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28622         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28623         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28624         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28625         (gst_v4l2src_capture_stop):
28626         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28627         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28628         (gst_ximagesink_chain):
28629         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28630         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28631         (gst_xvideosink_xwindow_new):
28632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28633         (gst_xvimagesink_chain):
28634
28635 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28636
28637         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28638         (gst_volume_get_volume), (volume_class_init), (volume_init),
28639         (volume_chain_int16), (volume_update_volume):
28640         * gst/volume/gstvolume.h:
28641           make code more readable by removing magic numbers
28642           make mixer interface export 0-100 range
28643           make it internally map to 0.0-1.0 range so users don't distort
28644           output by putting the sliders at full volume
28645
28646 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28647
28648         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28649         (gst_play_state_change), (gst_play_seek_to_time):
28650         block the tick callback for 0.5 secs after doing a seek
28651
28652 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28653
28654         * gst-libs/gst/play/play.c: (gst_play_new):
28655           check for GError
28656
28657 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28658
28659         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28660         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28661         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28662         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28664         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28665
28666 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28667
28668         * configure.ac:
28669         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28670           check for a function added in vorbis 1.1
28671
28672 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28673
28674         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28675         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28676           really start/stop clock only on PLAYING <=> PAUSED
28677         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28678           remove \n from debugging lines
28679         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28680           make it work when seeking does not
28681         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28682           reset on DISCONT
28683
28684 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28685
28686         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28687           start clock on PAUSED=>PLAYING, not later
28688         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28689           extract correct time for different discont formats
28690         (gst_alsa_sink_get_time):
28691           don't segfault when no format is negotiated yet, just return 0
28692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28693         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28694         (gst_ogg_pad_push):
28695           handle flush and discont events correctly
28696         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28697           handle discont events correctly
28698
28699 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28700
28701         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28702         (gst_play_error_create), (gst_play_error_plugin),
28703         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28704         * gst-libs/gst/play/play.h:
28705           add error handling during creation
28706         * examples/gstplay/player.c: (main):
28707           use new gst_play_new
28708
28709
28710 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28711
28712         * ext/theora/theoradec.c: (theora_dec_chain):
28713           make comments work
28714         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28715         (vorbis_dec_src_event), (vorbis_dec_chain):
28716           add encoder tag, fix tag reading to be more error tolerant, change
28717           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28718           gst_pad_event_default.
28719         * gst/tags/gstvorbistag.c:
28720         (gst_tag_list_from_vorbiscomment_buffer):
28721           undefine function specific define at end of function
28722
28723 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28724
28725         * ext/flac/gstflac.c: (plugin_init):
28726         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28727         * ext/flac/gstflacdec.h:
28728         * ext/flac/gstflacenc.h:
28729           Fix typos
28730
28731 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28732
28733         * examples/gstplay/player.c: s/gstplay.h/play.h/
28734
28735 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28736
28737         * gst-libs/gst/play/Makefile.am:
28738         * gst-libs/gst/play/gstplay.c:
28739         * gst-libs/gst/play/gstplay.h:
28740         * gst-libs/gst/play/play.c:
28741           more surgery, operation complete
28742
28743 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28744
28745         * gst-libs/gst/play/play.old.c:
28746         * gst-libs/gst/play/play.old.h:
28747           after CVS surgery by moving, remove
28748         * gst-libs/gst/play/playpipelines.c:
28749           remove
28750
28751         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28752           add negotiation error
28753
28754 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28755
28756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28757         (gst_ogg_demux_push):
28758           add some seeking debug info
28759           send a flush when seeking
28760
28761 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28762
28763         * configure.ac:
28764           use AC_C_INLINE
28765         * configure.ac:
28766         * ext/Makefile.am:
28767         * ext/theora/Makefile.am:
28768         * ext/theora/theoradec.c:
28769           add theora video decoder. Does just do simple decoding for now and
28770           has been tested against Theora cvs only. It only works when theora
28771           is compiled with --enable-static.
28772         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28773           always reset packetno on DISCONT
28774
28775 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28776
28777         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28778           Fix audio.
28779
28780 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28781
28782         * gst/mpegaudioparse/gstmpegaudioparse.c:
28783         (mp3_type_frame_length_from_header):
28784           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28785
28786 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28787
28788         * ext/esd/esdsink.c: (gst_esdsink_init):
28789           Since we have static pad template caps, we don't need to negotiate;
28790           either the core errors out or we know the format.
28791
28792 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28793
28794         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28795         (gst_riff_read_seek):
28796         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28797         (gst_ebml_read_seek):
28798           Fix event handling.
28799
28800 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28801
28802         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28803           removee video/x-theora from vp3 decoder, it doesn't handle raw
28804           theora streams
28805         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28806           fix bug with finalizing element that never went to PAUSED
28807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28808           length and position queries were swapped
28809         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28810         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28811         (vorbis_dec_src_event):
28812           implement querying time and bytes
28813
28814 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28815
28816         * just about every source file:
28817           gst_element_error -> GST_ELEMENT_ERROR
28818
28819 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28820
28821         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28822         emiting FLUSH and even before DISCONT.
28823         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28824         get the best instant seeking as possible yay!
28825
28826 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28827
28828         * gst/mpeg1videoparse/gstmp1videoparse.c:
28829         (gst_mp1videoparse_real_chain):
28830           Committed wrong version last week... Grr... Didn't notice until now.
28831
28832 2004-01-29  Julien MOUTTE <julien@moutte.net>
28833
28834         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28836         have_xwindow_id signal in xwindow_create.
28837
28838 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28839
28840         * ext/ogg/gstoggdemux.c:
28841           lots of changes - mainly support for chained bitstreams, seeking,
28842           querying and bugfixes of course
28843         * ext/vorbis/Makefile.am:
28844         * ext/vorbis/vorbisdec.c:
28845         * ext/vorbis/vorbisdec.h:
28846           add vorbisdec raw vorbis decoder
28847         * ext/vorbis/vorbis.c: (plugin_init):
28848           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28849         * gst/intfloat/Makefile.am:
28850         * gst/intfloat/float22int.c:
28851         * gst/intfloat/float22int.h:
28852         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28853           add float2intnew plugin. It converts multichannel interleaved float to
28854           multichannel interleaved int. The name should probably be changed.
28855         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28856         (plugin_init):
28857           add typefinding for raw theora video so oggdemux can detect it.
28858
28859 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28860
28861         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28862         sink element first.
28863         * gst/videoscale/gstvideoscale.c:
28864         (gst_videoscale_handle_src_event): Fixing src event handler.
28865
28866 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28867
28868         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28869         (gst_v4lsrc_open), (gst_v4lsrc_close),
28870         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28871         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28872         * sys/v4l/gstv4lsrc.h:
28873         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28874         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28875           Implement resizing... Hack. But that's why v4l is b0rked...
28876
28877 2004-01-28  Julien MOUTTE <julien@moutte.net>
28878
28879         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28880         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28881         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28882         (gst_ximagesink_xwindow_destroy):
28883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28884         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28885         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28886         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28887         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28888         correctly cleaning the image created to check xshm calls on succes,
28889         added a lot of XSync calls in X11 functions, and fixed a segfault when
28890         no image format was defined before negotiation happened.
28891
28892 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28893
28894         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28895           use gst_element_get_time to get correct time
28896
28897 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28898
28899         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28900         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28901         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28903         (gst_xvimagesink_check_xshm_calls),
28904         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28905         X plugins are now able to detect that XShm calls will fail even if the
28906         server claims that it has XShm support (remote displays most of the
28907         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28908         so that we use non XShm functions. This feature is almost useless for
28909         xvimagesink as Xv is not supported on remote displays anyway, but
28910         it might happen than even on the local display XShm calls fail.
28911
28912 2004-01-27  David Schleef  <ds@schleef.org>
28913
28914         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28915         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28916         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
28917         changed esdsink to only use 44100,16,2, since esd sucks at rate
28918         conversion and esdsink has had difficulty negotiating.
28919
28920 2004-01-27  Julien MOUTTE <julien@moutte.net>
28921
28922         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28923         (gst_play_seek_to_time): Fixing the way to get current position.
28924
28925 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28926
28927         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28928           use gst_element_get_time to get correct time
28929
28930 2004-01-27  Julien MOUTTE <julien@moutte.net>
28931
28932         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28933         fix ever... Inverting 2 lines of code make spider autoplug correctly
28934         tagged mp3 !
28935
28936 2004-01-27  David Schleef  <ds@schleef.org>
28937
28938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28939         Use gst_pad_try_set_caps_nonfixed().
28940
28941 2004-01-27  David Schleef  <ds@schleef.org>
28942
28943         * gst/ac3parse/gstac3parse.c: update to checklist 5
28944         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
28945         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
28946         * gst/audioscale/gstaudioscale.c: same
28947         * gst/auparse/gstauparse.c: same
28948         * gst/avi/gstavidemux.c: same
28949
28950 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28951
28952         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28953           stop processing after EOS
28954
28955 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28956
28957         * gst/asfdemux/asfheaders.h:
28958         * gst/asfdemux/gstasfdemux.c:
28959         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
28960         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
28961         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
28962           lot's of fixes to make data extraction simpler and get the code
28963           architecture and compiler independant. Add debugging category
28964         * gst/goom/gstgoom.c: (gst_goom_change_state):
28965           reset channel count on PAUSED=>READY, not READY=>PAUSED
28966
28967 2004-01-26  Colin Walters  <walters@verbum.org>
28968
28969         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
28970         code to pull a bigger buffer in iradio mode.  This as a side effect
28971         makes typefinding work.
28972
28973 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28974
28975         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
28976         Fix SVQ3 decoding on PPC
28977
28978 2004-01-26  Julien MOUTTE <julien@moutte.net>
28979
28980         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
28981         that one managed to stay there... Fixed.
28982
28983 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28984
28985         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28986         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
28987         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
28988         (qtdemux_video_caps):
28989         * gst/qtdemux/qtdemux.h:
28990         Add SVQ3 specific flags to qtdemux and ffmpeg
28991
28992 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28993
28994         * gst-libs/gst/audio/audio.h:
28995           remove buffer-frames from audio caps
28996         * gst/audioconvert/gstaudioconvert.c:
28997           fix plugin to really work.
28998
28999 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29000
29001         * gst-libs/gst/mixer/mixer.c:
29002         * gst-libs/gst/propertyprobe/propertyprobe.c:
29003         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29004         (gst_tuner_find_channel_by_name):
29005         * gst-libs/gst/tuner/tuner.h:
29006           Add gtk-doc style comments. Also fix a function name.
29007
29008 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29009
29010         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29011         (gst_divxdec_negotiate):
29012           Fix for new capsnego - also fixes gst-player with divxdec.
29013
29014 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29015
29016         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29017         (gst_play_identity_handoff), (gst_play_set_location),
29018         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29019         try in visualization implementation. Still have an issue with switch
29020         blocking when pulling from video_queue and only audio comes out of
29021         spider.
29022         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29023         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29024         release method. And check if the pad is usable before pulling.
29025
29026 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29027
29028         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29029         (gst_videobalance_init),
29030         (gst_videobalance_colorbalance_list_channels),
29031         (gst_videobalance_colorbalance_set_value),
29032         (gst_videobalance_colorbalance_get_value),
29033         (gst_videobalance_update_properties),
29034         (gst_videobalance_update_tables_planar411),
29035         (gst_videobalance_planar411):
29036         * gst/videofilter/gstvideobalance.h:
29037           Implement lookup-tables. +/- 10x faster.
29038
29039 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29040
29041         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29042         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29043           The index reading was broken. The rest worked fine, but the whole
29044           goal of my rewrite was to make avidemux readable, and this was
29045           not at all readable. Please use typed variables.
29046
29047 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29048
29049         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29050           Additional pad usability check.
29051         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29052         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29053         (gst_mp1videoparse_real_chain):
29054           Fix MPEG video stream parsing. The original plugin had several
29055           issues, including not timestamping streams where the source was
29056           not timestamped (this happens with PTS values in mpeg system
29057           streams, but MPEG video is also a valid stream on its own so
29058           that needs timestamps too). We use the display time code for that
29059           for now. Also, if one incoming buffer contains multiple valid
29060           frames, we push them all on correctly now, including proper EOS
29061           handling. Lastly, several potential segfaults were fixed, and we
29062           properly sync on new sequence/gop headers to include them in next,
29063           not previous frames (since they're header for the next frame, not
29064           the previous). Also see #119206.
29065         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29066         (bpf_from_header):
29067           Move caps setting so we only do it after finding several valid
29068           MPEG-1 fraes sequentially, not right after the first one (which
29069           might be coincidental).
29070         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29071         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29072         (plugin_init):
29073           Add unsynced MPEG video stream typefinding, and change some
29074           probability values so we detect streams rightly. The idea is as
29075           follows: I can have an unsynced system stream which contains
29076           video. In the current code, I would randomly get a type for either
29077           system or video stream type found, because the probabilities are
29078           being calculated rather randomly. I now use fixed values, so we
29079           always prefer system stream if that was found (and that is how it
29080           should be). If no system stream was found, we can still identity                the stream as video-only.
29081
29082 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29083
29084         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29085         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29086           don't write to buffer. Extract data without the need of
29087           __attribute__ ((packed))
29088
29089 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29090
29091         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29092         (mpeg1_sys_type_find):
29093           Fix MPEG-1 stream typefinding.
29094
29095 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29096
29097         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29098           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29099
29100 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29101
29102         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29103         * ext/esd/gstesd.c: (plugin_init):
29104           private debugging, better error reporting
29105
29106 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29107
29108         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29109         (gst_riff_read_init), (gst_riff_read_change_state):
29110         * gst-libs/gst/riff/riff-read.h:
29111           Remove stuff fromold metadata system.
29112
29113 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29114
29115         * ext/ogg/gstoggdemux.c:
29116           Fix wrong file comment.
29117         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29118         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29119           Add metadata reading properly.
29120
29121 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29122
29123         * ext/Makefile.am:
29124           Fix nas DIST_SUBDIRS
29125           Uraeus:
29126           Fix bug where make distcheck doesn't get run on adding stuff to
29127           the build.
29128
29129 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29130
29131         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29132         * ext/divx/gstdivxdec.h:
29133           Fix divx3 ("msmpeg4") playback using divxdec.
29134
29135 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29136
29137         * gst/typefind/gsttypefindfunctions.c:
29138         (mp3_type_frame_length_from_header): fix bug in length computation
29139         (mp3_type_find): improve debugging output
29140
29141 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29142
29143         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29144         (gst_play_set_location), (gst_play_seek_to_time),
29145         (gst_play_set_audio_sink), (gst_play_set_visualization),
29146         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29147         the pipeline from scratch. Visualization is back and switch went out as
29148         i realized it was not possible to use the way i wanted.
29149         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29150         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29151         clearing in state change from READY to NULL. So that one can clean the
29152         X ressources keeping the element.
29153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29154         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29155         (gst_xvimagesink_colorbalance_set_value),
29156         (gst_xvimagesink_colorbalance_get_value),
29157         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29158         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29159         change from READY to NULL and fixed some stupid bugs in colorbalance
29160         get/set values. Also added the following feature : when nobody tries to
29161         set some values to the colorbalance levels before the xcontext is
29162         grabbed, then when creating channels list from Xv attributes we set the
29163         internal values to the Xv defaults. This way we handle buggy Xv drivers
29164         that set default hue values far from the middle of the range (Thanks
29165         to Jon Trowbridge for pointing that issue).
29166         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29167         colorbalance levels have been set before xcontext is grabbed.
29168
29169 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29170
29171         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29172           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29173           it might block operations (which is bad for a mixer).
29174
29175 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29176
29177         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29178         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29179         (gmip_find_type_pre):
29180         * gst-libs/gst/media-info/media-info-priv.h:
29181         * gst-libs/gst/media-info/media-info.c:
29182         (gst_media_info_instance_init), (gst_media_info_read_idler):
29183         add fakesink to get caps on decoder src pad again
29184         fix callback prototype to match new have_type signal signature
29185
29186 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29187
29188         * gst/adder/gstadder.c: (gst_adder_link):
29189           fix non-compile and cut-n-paste code
29190
29191 2004-01-21  David Schleef  <ds@schleef.org>
29192
29193         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29194         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29195         (gst_swfdec_init), (gst_swfdec_change_state):
29196         * ext/swfdec/gstswfdec.h:
29197         Fix negotiation.
29198         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29199         (gst_adder_request_new_pad): Fix negotiation.
29200         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29201         Add a fixate function.
29202         * gst/intfloat/gstfloat2int.c:
29203         * gst/intfloat/gstfloat2int.h:
29204         * gst/intfloat/gstint2float.c:
29205         * gst/intfloat/gstint2float.h:
29206         Completely rewrite the negotiation.  Doesn't quite work yet,
29207         due to some buffer-frames problem.
29208
29209 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29210
29211         * ext/gnomevfs/gstgnomevfssrc.c:
29212         * sys/v4l2/v4l2_calls.h:
29213           fix includes for distcheck
29214
29215 2004-01-21  Christian Schaller <uraeus@gnome.org>
29216
29217         * ext/nas/
29218         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29219         based on earlier patch from Laurent Vivier
29220
29221 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29222
29223         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29224         Fix wma caps property
29225         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29226         Fix typo (flags1 and flags2)
29227
29228 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29229
29230         * gst-libs/gst/media-info/media-info-priv.c:
29231         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29232         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29233         (gmip_find_stream), (gmip_find_track_metadata),
29234         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29235         (gmip_find_track_format):
29236         * gst-libs/gst/media-info/media-info-priv.h:
29237         * gst-libs/gst/media-info/media-info-test.c: (main):
29238         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29239         (gst_media_info_read_idler), (gst_media_info_read):
29240         * gst-libs/gst/media-info/media-info.h:
29241           register debugging category and use it for debugging
29242
29243 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29244
29245         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29246         (gst_vorbisfile_new_link):
29247           signal streaminfo through tags
29248
29249 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29250
29251         * ext/mplex/gstmplex.cc:
29252         * ext/mplex/gstmplexibitstream.cc:
29253           g++ doesn't like NULL in our i18n/error macros, should be
29254           either (NULL) or ("").
29255
29256 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29257
29258         * sys/dxr3/dxr3audiosink.c:
29259         * sys/dxr3/dxr3init.c:
29260         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29261         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29262           Fix more error error error errors (missing includes here).
29263
29264 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29265
29266         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29267           fix thomas' error errors.
29268
29269 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29270
29271         * ext/mpeg2enc/gstmpeg2enc.cc:
29272           fix error errors.
29273
29274 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29275
29276         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29277         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29278           Fix for new error system.
29279
29280 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29281
29282         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29283           fix for new error reporting
29284
29285 2004-01-20  David Schleef  <ds@schleef.org>
29286
29287         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29288         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29289         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29290         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29291         and neither is 100+, most likely.
29292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29293         (gst_xvimagesink_getcaps): same
29294
29295 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29296
29297         * configure.ac:
29298           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29299           clashes with ffmpeg.
29300
29301 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29302
29303         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29304         (gst_switch_init): Fixed switch element : proxying link and setting
29305         caps from src to sink on request.
29306
29307 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29308
29309         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29310         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29311         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29312         fix element_error
29313
29314 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29315
29316         * sys/v4l/v4l_calls.h:
29317         * sys/v4l2/v4l2_calls.h:
29318           element_error fixes
29319
29320 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29321
29322         * gst-libs/gst/gst-i18n-plugin.h:
29323           add locale.h
29324           remove config.h inclusion
29325
29326 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29327
29328         * autogen.sh:
29329           adding autopoint invocation
29330         * Makefile.am:
29331         * configure.ac:
29332         * gst-libs/gst/gettext.h:
29333           adding gettext bits
29334         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29335         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29336         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29337         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29338         (gst_gnomevfssink_close_file):
29339         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29340         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29341         * gst-libs/gst/gst-i18n-plugin.h:
29342         * gst/avi/gstavi.c: (plugin_init):
29343         * sys/dxr3/dxr3init.c: (plugin_init):
29344         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29345         * sys/oss/gstossaudio.c: (plugin_init):
29346         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29347         * sys/v4l/gstv4l.c: (plugin_init):
29348         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29349         * sys/v4l2/gstv4l2.c: (plugin_init):
29350         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29351         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29352         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29353         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29354         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29355         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29356           make sure locale and translation domain are set
29357           fix translated strings
29358         * po/.cvsignore:
29359         * po/LINGUAS:
29360         * po/Makevars:
29361         * po/POTFILES.in:
29362         * po/nl.po:
29363           put translation files into place
29364         * sys/xvideo/imagetest.c: (main):
29365         * ext/dv/demo-play.c: (main):
29366           fix unnecessary translations
29367
29368 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29369
29370         * ext/sndfile/gstsf.c:
29371         * gst/avi/gstavimux.c:
29372         * ext/audiofile/gstafsink.c:
29373         * ext/audiofile/gstafsrc.c:
29374         * ext/gnomevfs/gstgnomevfssink.c:
29375         * ext/gnomevfs/gstgnomevfssrc.c:
29376         * sys/oss/gstosselement.c:
29377         * sys/v4l/v4l_calls.h:
29378           fix i18n include
29379
29380 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29381
29382         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29383         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29384         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29385         (gst_v4l2_get_output), (gst_v4l2_set_output),
29386         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29387         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29388         (gst_v4l2_set_attribute):
29389         update to new error handling
29390
29391 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29392
29393         * ext/sidplay/gstsiddec.cc:
29394         * gst/modplug/gstmodplug.cc:
29395           parenthese NULL because C++ seems angry about it
29396
29397 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29398
29399         * gst-libs/gst/gst-i18n-plugin.h:
29400           add skeleton i18n stuff, but needs to be further implemented
29401
29402 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29403
29404         * examples/gstplay/player.c: (main):
29405         * ext/aalib/gstaasink.c: (gst_aasink_open):
29406         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29407         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29408         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29409         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29410         (gst_afsink_close_file):
29411         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29412         (gst_afsrc_close_file):
29413         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29414         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29415         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29416         * ext/esd/esdmon.c: (gst_esdmon_get):
29417         * ext/esd/esdsink.c: (gst_esdsink_chain):
29418         * ext/faac/gstfaac.c: (gst_faac_chain):
29419         * ext/faad/gstfaad.c: (gst_faad_chain):
29420         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29421         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29422         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29423         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29424         (gst_flacdec_loop):
29425         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29426         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29427         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29428         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29429         (gst_gnomevfssink_close_file):
29430         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29431         (gst_gnomevfssrc_open_file):
29432         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29433         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29434         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29435         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29436         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29437         * ext/mad/gstmad.c: (gst_mad_chain):
29438         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29439         * ext/mpeg2dec/gstmpeg2dec.c:
29440         * ext/mpeg2enc/gstmpeg2enc.cc:
29441         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29442         * ext/mplex/gstmplex.cc:
29443         * ext/mplex/gstmplexibitstream.cc:
29444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29445         (gst_ogg_demux_push), (gst_ogg_pad_push):
29446         * ext/raw1394/gstdv1394src.c:
29447         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29448         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29449         * ext/sidplay/gstsiddec.cc:
29450         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29451         (gst_sf_loop):
29452         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29453         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29454         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29455         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29456         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29457         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29458         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29459         * gst-libs/gst/Makefile.am:
29460         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29461         (gst_riff_read_element_data), (gst_riff_read_seek),
29462         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29463         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29464         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29465         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29466         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29467         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29468         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29469         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29470         * gst/goom/gstgoom.c: (gst_goom_chain):
29471         * gst/id3/gstid3types.c: (gst_id3types_loop):
29472         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29473         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29474         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29475         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29476         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29477         (gst_ebml_read_float), (gst_ebml_read_header):
29478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29479         (gst_matroska_demux_parse_blockgroup):
29480         * gst/modplug/gstmodplug.cc:
29481         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29482         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29483         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29484         * gst/silence/gstsilence.c: (gst_silence_get):
29485         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29486         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29487         * gst/speed/gstspeed.c: (speed_loop):
29488         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29489         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29490         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29491         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29492         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29493         (gst_wavparse_loop):
29494         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29495         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29496         (dxr3audiosink_close):
29497         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29498         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29499         (dxr3videosink_close), (dxr3videosink_write_data):
29500         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29501         * sys/oss/gstosselement.h:
29502         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29503         (gst_osssink_chain):
29504         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29505         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29506         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29507         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29508         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29509         (gst_v4l_enable_overlay):
29510         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29511         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29512         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29513         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29514         (gst_v4l_set_audio):
29515         * sys/v4l/v4l_calls.h:
29516         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29517         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29518         (gst_v4lmjpegsink_playback_init),
29519         (gst_v4lmjpegsink_playback_start):
29520         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29521         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29522         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29523         (gst_v4lmjpegsrc_requeue_frame):
29524         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29525         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29526         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29527         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29528         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29529         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29530         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29531         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29532         (gst_v4l2src_capture_stop):
29533         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29534         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29535         (gst_ximagesink_chain):
29536         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29537         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29538         (gst_xvideosink_xwindow_new):
29539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29540         (gst_xvimagesink_chain):
29541         use new error signal, function and categories
29542
29543 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29544
29545         * configure.ac:
29546         * ext/Makefile.am:
29547         * ext/musicbrainz/gsttrm.c:
29548         * ext/musicbrainz/gsttrm.h:
29549         * ext/musicbrainz/Makefile.am:
29550         Add a trm plugin
29551
29552 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29553
29554         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29555         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29556         synchronous property for debugging.
29557         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29559         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29560         smaller block, fixing indent.
29561
29562 2004-01-16  David Schleef  <ds@schleef.org>
29563
29564         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29565         property affects the video stream.
29566         * sys/xvimage/xvimagesink.c:
29567         * sys/xvimage/xvimagesink.h:
29568         Add synchronous property for debugging.  Should probably be
29569         disabled in non-CVS builds.  Make sure that the Xv attribute
29570         exists before we set it (crash!).  Fix a silly float bug that
29571         caused colorbalance to just not work.
29572
29573 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29574
29575         * tools/gst-launch-ext.in - update for new plugins
29576
29577 2004-01-16  David Schleef  <ds@schleef.org>
29578
29579         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29580         already-freed caps.
29581
29582 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29583
29584         * Update spec for new colorspace plugin and libcaca plugin
29585         * Fix compilation of libcaca plugin (clock -> id)
29586
29587 2004-01-16  Julien MOUTTE <julien@moutte.net>
29588
29589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29590         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29591         (gst_xvimagesink_set_xwindow_id),
29592         (gst_xvimagesink_colorbalance_set_value),
29593         (gst_xvimagesink_colorbalance_get_value),
29594         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29595         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29596         correct colorbalance properties. They can now be set when the element
29597         is still in NULL state. The values will be committed to the Xv Port
29598         when xcontext is initialized.
29599         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29600         brightness int values in the GstXvImagesink structure.
29601
29602 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29603
29604         * gst-libs/gst/Makefile.am:
29605           restructure so having local patches works easier.
29606
29607 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29608
29609         * ext/mpeg2enc/Makefile.am:
29610         * ext/mpeg2enc/gstmpeg2enc.cc:
29611         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29612           Bugfix with respect to EOS handling.
29613
29614 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29615
29616         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29617           Link with right caps (else, it segfaults).
29618         * ext/mplex/gstmplexjob.cc:
29619           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29620
29621 2004-01-15  David Schleef  <ds@schleef.org>
29622
29623         * gst-libs/gst/audio/Makefile.am:
29624         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29625         from the template.
29626         * gst-libs/gst/audio/gstaudiofilter.c:
29627         * gst-libs/gst/audio/gstaudiofilter.h:
29628         Add bytes_per_sample and size and n_samples calculation.
29629         * gst-libs/gst/audio/gstaudiofilterexample.c:
29630         Remove, now autogenerated.
29631         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29632         Moved from gstaudiofilterexample, object name changed, code added
29633         so that it actually works.
29634         * gst-libs/gst/audio/make_filter:
29635         Script to build an audiofilter subclass from the template.
29636         * gst/colorspace/Makefile.am:
29637         * gst/colorspace/yuv2yuv.c:
29638         Remove file, since it's GPL, and we don't use it.
29639
29640 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29641
29642         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29644         them use the buffer free function to test how the buffer was allocated.
29645
29646 2004-01-15  David Schleef  <ds@schleef.org>
29647
29648         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29649         that handles osssink fallback.
29650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29651         (gst_audio_convert_getcaps):
29652         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29653         Add audio/x-qdm2 for QDM2 audio.
29654         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29655         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29656         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29657         Decrease minimum size to 16x16.
29658         * gst/wavparse/gstwavparse.c:
29659         Convert disabled pad template caps to new caps.
29660         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29662         (gst_xvimagesink_chain): Throw element error when display cannot
29663         be opened.  Increase minimum framerate to 1.0.  Check the data
29664         free function on a buffer to make sure it is the type we expect
29665         before manipulating it.
29666
29667 2004-01-15  Julien MOUTTE <julien@moutte.net>
29668
29669         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29670         (gst_videobalance_colorbalance_set_value): Implement passthru if
29671         settings are in the middle.
29672         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29673
29674 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29675
29676         * gst/videofilter/Makefile.am:
29677         * gst/volume/Makefile.am:
29678           Since we use videofilter symbols, link to it.
29679
29680 2004-01-15  Julien MOUTTE <julien@moutte.net>
29681
29682         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29683         mixer interface type to HARDWARE.
29684         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29685         type to SOFTWARE.
29686         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29687         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29688         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29689         (gst_volume_interface_init), (gst_volume_list_tracks),
29690         (gst_volume_set_volume), (gst_volume_get_volume),
29691         (gst_volume_set_mute), (gst_volume_mixer_init),
29692         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29693         (volume_init): Implementing mixer interface.
29694         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29695         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29696         (gst_osselement_change_state): Removing some trailing commas in
29697         structures.
29698         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29699         interface type to HARDWARE.
29700         * sys/v4l/gstv4lcolorbalance.c:
29701         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29702         type to HARDWARE.
29703         * sys/v4l2/gstv4l2colorbalance.c:
29704         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29705         interface type to HARDWARE.
29706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29707         same code than ximagesink for event handling.
29708
29709 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29710
29711         * ext/snapshot/Makefile.am:
29712         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29713         (gst_snapshot_chain):
29714         * ext/snapshot/gstsnapshot.h:
29715           This has to be a joke... Snapshot should be connected to a tee,
29716           colorspace element before it and EOS after that, where the other
29717           src of the tee receives normal data.
29718           The current way is *wrong*.
29719
29720 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29721
29722         * ext/hermes/gsthermescolorspace.c:
29723           Fix another compile error. Same as below.
29724
29725 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29726
29727         * gst/colorspace/gstcolorspace.c:
29728         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29729         (gst_colorspace_i420_to_yv12):
29730           Fix compiling... Didn't test if it actually works.
29731
29732 2004-01-15  David Schleef  <ds@schleef.org>
29733
29734         * configure.ac:
29735         * gst/colorspace/Makefile.am:
29736         * gst/colorspace/gstcolorspace.c:
29737         * gst/colorspace/gstcolorspace.h:
29738         * gst/colorspace/yuv2rgb.c:
29739         * gst/colorspace/yuv2rgb.h:
29740         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29741         code and GPL code.  Fix for new caps negotiation.  Rewrite
29742         much of the format handling code, and some of the conversion
29743         code.  Basically, rewrote almost everything.  This element
29744         handles I420, YV12 to RGB conversions.
29745         * ext/hermes/Makefile.am:
29746         * ext/hermes/gsthermescolorspace.c:
29747         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29748         Remove non-Hermes related code.  This element handles lots of
29749         RGB to RGB conversions, but no YUV.
29750         * ext/hermes/gstcolorspace.c:
29751         * ext/hermes/gstcolorspace.h:
29752         * ext/hermes/rgb2yuv.c:
29753         * ext/hermes/yuv2rgb.c:
29754         * ext/hermes/yuv2rgb.h:
29755         * ext/hermes/yuv2rgb_mmx16.s:
29756         * ext/hermes/yuv2yuv.c:
29757         * ext/hermes/yuv2yuv.h:
29758         Remove old code.
29759
29760 2004-01-14  Colin Walters  <walters@verbum.org>
29761
29762         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29763         they've already been.
29764
29765 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29766
29767         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29768           assume tag mode when pad is not connected
29769
29770 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29771
29772         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29773           Don't update the time of the clock
29774         (gst_alsa_sink_loop):
29775           sync to the clock given to alsasink, not the own clock
29776         * sys/oss/gstosssink.c: (gst_osssink_chain):
29777           sync to the clock
29778         (gst_osssink_change_state):
29779           activate the clock
29780         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29782           remove bogus code that made DISCONT events unhandled
29783         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29784           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29785           #131502)
29786         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29787         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29788         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29789           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29790           2nd warning in bug #131502)
29791
29792 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29793
29794         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29795         (gst_videobalance_colorbalance_set_value),
29796         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29797         for colorbalance interface implementation.
29798         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29799         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29800         (gst_ximagesink_dispose), (gst_ximagesink_init),
29801         (gst_ximagesink_class_init): Adding DISPLAY property.
29802         * sys/ximage/ximagesink.h: Adding display_name to store display.
29803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29804         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29805         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29806         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29807         properties (they still need polishing though for gst-launch use : no
29808         xcontext yet, i ll do that tomorrow).
29809         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29810
29811 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29812
29813         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29814         (gst_play_set_location), (gst_play_set_visualization): Preparing
29815         switch integration, adding videobalance in the pipeline.
29816
29817 2004-01-14  Julien MOUTTE <julien@moutte.net>
29818
29819         * gst-libs/gst/colorbalance/colorbalance.c:
29820         (gst_color_balance_class_init): Adding a default type.
29821         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29822         the type.
29823         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29824         (gst_videobalance_dispose), (gst_videobalance_class_init),
29825         (gst_videobalance_init), (gst_videobalance_interface_supported),
29826         (gst_videobalance_interface_init),
29827         (gst_videobalance_colorbalance_list_channels),
29828         (gst_videobalance_colorbalance_set_value),
29829         (gst_videobalance_colorbalance_get_value),
29830         (gst_videobalance_colorbalance_init): Implementing colorbalance
29831         interface.
29832         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29833         list.
29834         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29835         bug which was triggering a BadAccess X error when setting an overlay
29836         before pad was really negotiated.
29837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29838         Using the colorbalance type macro.
29839
29840 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29841
29842         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29843         (gst_flacenc_chain):
29844           handle tags correctly
29845         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29846           extract ID3v1 tags correctly
29847
29848 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29849
29850         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29851         (plugin_init):
29852           Improve matroska typefinding for odd-typed headers...
29853
29854 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29855
29856         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29857           Fix for using incremental number on padnames.
29858
29859 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29860
29861         * ext/divx/gstdivxdec.c:
29862         * ext/divx/gstdivxenc.c:
29863           Set category to divx4linux instead of divx (too generic).
29864         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29865         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29866         (gst_wavparse_loop), (gst_wavparse_change_state):
29867         * gst/wavparse/gstwavparse.h:
29868           fix parsing of WAV files with non-standard fmt-tag size and fix
29869           skipping of unrecognized chunks... Someone please fix this thing
29870           to use rifflib so all this is automated.
29871         * sys/v4l/Makefile.am:
29872         * sys/v4l2/Makefile.am:
29873           Add X_CFLAGS because we depend on X (for overlay).
29874
29875 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29876
29877         * ext/mpeg2dec/gstmpeg2dec.c:
29878           Don't issue a timestamp unless we tagged the frame
29879           with a PTS.
29880
29881 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29882
29883         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29884           Query the audio element to get the time, not the clock. We're
29885           interested in the element's time here.
29886
29887 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29888
29889         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29890         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29891         * ext/esd/esdsink.c: (gst_esdsink_chain):
29892         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29893         * ext/mas/massink.c: (gst_massink_chain):
29894         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29895         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29896         (gst_matroska_demux_parse_metadata):
29897         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29898         (gst_mpeg_parse_release_locks):
29899         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29900         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29901         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29902         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29903         (gst_osssink_change_state):
29904         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29905         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29906         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29907         (gst_xvideosink_release_locks):
29908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29909           use element time.
29910         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29911         (gst_alsa_clock_stop):
29912         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29913         (gst_audio_clock_get_internal_time):
29914           simplify for use with new clocking code.
29915         * testsuite/alsa/Makefile.am:
29916         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29917           fix testsuite for new caps system
29918
29919 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29920
29921         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29922         * ext/flac/gstflacenc.c: (add_one_tag):
29923           length is already host endian, no need to convert. Fixes playback of
29924           tagged files on PPC. (bug #128384)
29925
29926 2004-01-13  Julien MOUTTE <julien@moutte.net>
29927
29928         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29929         colorbalance interface stating if it is hardware based or software
29930         based.
29931         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29932         Removing a trailing comma.
29933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29934         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29935         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29936         the documentation seems to be wrong on the -1000 to 1000 interval.
29937
29938 2004-01-12  David Schleef  <ds@schleef.org>
29939
29940         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
29941         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
29942         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
29943         Fix negotiation.  Add a bufferalloc function for the sink pad,
29944         and generally clean up some of the code.
29945
29946 2004-01-12  Julien MOUTTE <julien@moutte.net>
29947
29948         * gst-libs/gst/colorbalance/colorbalancechannel.c:
29949         (gst_color_balance_channel_dispose): Adding safety check in dispose
29950         method.
29951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29952         (gst_xvimagesink_xcontext_clear),
29953         (gst_xvimagesink_interface_supported),
29954         (gst_xvimagesink_colorbalance_list_channels),
29955         (gst_xvimagesink_colorbalance_set_value),
29956         (gst_xvimagesink_colorbalance_get_value),
29957         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
29958         Adding colorbalance interface support to set XV parameters such as
29959         HUE, BRIGHTNESS, CONTRAST, SATURATION.
29960         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
29961         interface.
29962
29963 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29964
29965         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
29966         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
29967         (gst_audio_convert_init), (gst_audio_convert_set_property),
29968         (gst_audio_convert_get_property), (gst_audio_convert_chain),
29969         (gst_audio_convert_link),
29970         (gst_audio_convert_buffer_to_default_format),
29971         (gst_audio_convert_buffer_from_default_format), (plugin_init):
29972           - implement _getcaps and use it
29973           - improve linking
29974           - remove float caps since no float conversion is actually done
29975           - remove properties and arguments that were to be used for rate
29976             conversion
29977
29978 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29979
29980         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
29981         (gst_audio_structure_set_int):
29982         * gst-libs/gst/audio/audio.h:
29983           add helper functions for _getcaps matching the standard audio
29984           templates
29985
29986 2004-01-12  David Schleef  <ds@schleef.org>
29987
29988         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29989         Test that pad is negotiated before getting its caps.
29990
29991 2004-01-12  Julien MOUTTE <julien@moutte.net>
29992
29993         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
29994         analyzing the pads of an element the bin is mostly in READY state so
29995         no caps were negotiated. This helper function needs to work with
29996         _get_caps directly then. I was not freeing them though, added that to
29997         fix the mem leak.
29998
29999 2004-01-12  Julien MOUTTE <julien@moutte.net>
30000
30001         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30003         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30004         than the free_func.
30005
30006 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30007
30008         * sys/oss/gstossaudio.c: (plugin_init):
30009         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30010         * sys/oss/gstosselement.h:
30011           make an oss debugging category
30012           make failure more descriptive
30013
30014 2004-01-11  David Schleef  <ds@schleef.org>
30015
30016         * ext/ffmpeg/gstffmpeg.c:
30017         * ext/ffmpeg/gstffmpegcodecmap.c:
30018         * ext/ffmpeg/gstffmpegdec.c:
30019         * ext/ffmpeg/gstffmpegenc.c:
30020         * ext/ffmpeg/gstffmpegprotocol.c:
30021         * ext/gdk_pixbuf/gstgdkanimation.c:
30022         * ext/jpeg/gstjpeg.c:
30023         * ext/libpng/gstpng.c:
30024         * ext/mpeg2dec/perftest.c:
30025         * ext/speex/gstspeex.c:
30026         * gst-libs/gst/resample/dtos.c:
30027         * gst/intfloat/gstintfloatconvert.c:
30028         * gst/oneton/gstoneton.c:
30029         * gst/rtjpeg/RTjpeg.c:
30030         * gst/rtp/gstrtp.c:
30031         * sys/dxr3/dxr3init.c:
30032         * sys/glsink/gstgl_nvimage.c:
30033         * sys/glsink/gstgl_pdrimage.c:
30034         * sys/glsink/gstglsink.c:
30035         * testsuite/gst-lint:
30036         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30037
30038 2004-01-11  David Schleef  <ds@schleef.org>
30039
30040         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30041         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30042         * ext/gdk_pixbuf/gstgdkanimation.c:
30043         (gst_gdk_animation_iter_create_pixbuf):
30044         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30045         (gst_gdk_pixbuf_chain):
30046         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30047         * ext/jack/gstjack.c: (gst_jack_change_state):
30048         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30049         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30050         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30051         * gst/videofilter/gstvideofilter.c:
30052         (gst_videofilter_set_output_size):
30053         Remove all usage of gst_pad_get_caps(), and replace it with
30054         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30055
30056 2004-01-11  David Schleef  <ds@schleef.org>
30057
30058         * configure.ac:
30059         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30060         * ext/divx/gstdivxdec.c:
30061         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30062         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30063         handle images that span multiple buffers.  Now work with both
30064         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30065         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30066         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30067         video/video.h changes
30068         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30069         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30070         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30071         of GstData free function.
30072         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30073         same.
30074
30075 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30076
30077         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30078         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30079         (gst_v4l2element_get_property):
30080         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30081           add norm, channel and frequency properties.
30082         * sys/v4l2/gstv4l2tuner.c:
30083           fixes for tuner interface changes
30084         * sys/v4l2/gstv4l2element.h:
30085         * sys/v4l2/gstv4l2src.c:
30086         * sys/v4l2/gstv4l2src.h:
30087         * sys/v4l2/v4l2src_calls.c:
30088         * sys/v4l2/v4l2src_calls.h:
30089           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30090
30091 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30092
30093         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30094         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30095         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30096         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30097         * gst-libs/gst/tuner/tuner.h:
30098           GObjects aren't const.
30099           Add find_by_name functions.
30100           Add checks to _changed functions.
30101         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30102         (gst_v4l_tuner_get_norm):
30103           Fixes for above.
30104
30105 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30106
30107         * gst-libs/gst/video/video.h:
30108           Fix caps template names to be understandable.
30109           Prefix everything with GST_VIDEO.
30110         * ext/aalib/gstaasink.c:
30111         * ext/divx/gstdivxdec.c:
30112         * ext/divx/gstdivxenc.c:
30113         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30114         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30115         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30116         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30117         * ext/libcaca/gstcacasink.c:
30118         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30119         * ext/snapshot/gstsnapshot.c:
30120         * ext/swfdec/gstswfdec.c:
30121         * ext/xvid/gstxviddec.c:
30122         * ext/xvid/gstxvidenc.c:
30123         * gst/chart/gstchart.c:
30124         * gst/deinterlace/gstdeinterlace.c:
30125         * gst/effectv/gsteffectv.c:
30126         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30127         * gst/goom/gstgoom.c:
30128         * gst/median/gstmedian.c:
30129         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30130         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30131         * gst/overlay/gstoverlay.c:
30132         * gst/smooth/gstsmooth.c:
30133         * gst/smpte/gstsmpte.c:
30134         * gst/synaesthesia/gstsynaesthesia.c:
30135         * gst/videocrop/gstvideocrop.c:
30136         * gst/videodrop/gstvideodrop.c:
30137         * gst/y4m/gsty4mencode.c:
30138         * sys/qcam/gstqcamsrc.c:
30139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30140           Make them work with new video.h file.
30141         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30142         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30144         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30145           Make it work with new buffer allocation system.
30146
30147 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30148
30149         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30150         pad_alloc_buffer implementation to use ->srcpad
30151         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30152         pad_alloc_buffer implementation to use ->srcpad
30153         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30154         pad_alloc_buffer implementation to use ->srcpad
30155         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30156         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30157         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30158         a reference to everything we need.
30159         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30161         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30162         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30163         a reference to everything we need.
30164         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30165
30166 2004-01-11  David Schleef  <ds@schleef.org>
30167
30168         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30169         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30170         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30171         structure members.
30172         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30173         value during a resize/renegotiation.
30174         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30175         gst_pad_alloc_buffer();
30176         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30177         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30178         structure members.
30179         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30180         Fix for rename of buffer private structure members.
30181         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30182         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30183         Fix for rename of buffer private structure members.
30184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30185         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30186         Fix for rename of buffer private structure members.
30187
30188 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30189
30190         reviewed by: David Schleef <ds@schleef.org>
30191
30192         * gst/videofilter/Makefile.am:
30193         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30194         from the patch by ds to fit in with recent make_filter changes.
30195
30196 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30197
30198         * configure.ac: Adding examples/switch/Makefile
30199         * examples/Makefile.am: Adding examples/switch
30200         * examples/switch/Makefile.am: Adding switcher example.
30201         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30202         (switch_timer), (main): Adding an example demonstrating switch usage
30203         with 2 videotestsrc showing different patterns.
30204         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30205         (gst_switch_init): Fixing switch with the new caps system.
30206
30207 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30208
30209         * gst-libs/gst/video/video.h:
30210           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30211           They should probably be like
30212           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30213
30214 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30215
30216         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30217         (qtdemux_parse_trak):
30218           fix audio chunk size/timestamp calculation
30219
30220 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30221
30222         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30223           fix SVQ3 caps
30224
30225 2004-01-11  Steve Baker  <steve@stevebaker.org>
30226
30227         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30228         (gst_agingtv_base_init), (gst_agingtv_class_init),
30229         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30230         (gst_agingtv_set_property), (gst_agingtv_get_property):
30231         Port agingTV to videofilter
30232
30233 2004-01-09  Julien MOUTTE <julien@moutte.net>
30234
30235         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30236         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30237
30238 2004-01-09  Julien MOUTTE <julien@moutte.net>
30239
30240         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30241         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30242         * gst-libs/gst/xoverlay/xoverlay.c:
30243         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30244         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30245         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30246         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30247         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30248         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30249         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30250         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_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         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30255         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30256         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30257         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30258         interface implementation to handle xid being 0 and fix some bugs
30259         triggered by Benjamin's testcase.
30260
30261 2004-01-09  David Schleef  <ds@schleef.org>
30262
30263         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30264         mouse pointer events.  It works.
30265
30266 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30267
30268         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30269           Use explicit caps - fix capsnego.
30270         * ext/xvid/gstxviddec.c:
30271         * ext/xvid/gstxvidenc.c:
30272           Remove macro-inside-macro which caused compile errors.
30273         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30274           Error out if it's not a RIFF file. Else we error out without
30275           gst_element_error() which is not good...
30276
30277 2004-01-08  David Schleef  <ds@schleef.org>
30278
30279         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30280         Fix pad_link function to handle formats that ffmpeg returns
30281         as multiple caps structures.
30282         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30283         Only complain if source buffer is _smaller_ than expected.
30284         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30285         (gst_videoscale_handle_src_event): Resize navigation events
30286         when passing them upstream.
30287         * gst/videotestsrc/gstvideotestsrc.c:
30288         * gst/videotestsrc/gstvideotestsrc.h:
30289         * gst/videotestsrc/videotestsrc.c:
30290         * gst/videotestsrc/videotestsrc.h:
30291         Rewrite many of the buffer painting functions to handle odd
30292         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30293         been verified to work with my video card.
30294         * testsuite/gst-lint:  Add check for elements calling
30295         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30296
30297 2004-01-08  David Schleef  <ds@schleef.org>
30298
30299         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30300         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30301
30302 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30303
30304         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30305         configure event is not emiting the desired size signal. That fixes
30306         aspect ratio issues with gst-player.
30307
30308 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30309
30310         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30311           Fix capsnego.
30312
30313 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30314
30315         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30316         public method to fire size signal.
30317
30318 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30319
30320         * examples/gstplay/Makefile.am: Adding the interface library.
30321         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30322         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30323         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30324         GST_IS_X_OVERLAY before signal connect.
30325         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30326         Removing the have_video_size signal.
30327         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30328         and associated public method.
30329         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30330         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30331         signal.
30332         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30333         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30334         signal.
30335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30336         Using XOverlay public method to fire size signal.
30337
30338 2004-01-07  David Schleef  <ds@schleef.org>
30339
30340         * gst/videofilter/Makefile.am:
30341         * gst/videofilter/gstvideotemplate.c:
30342         * gst/videofilter/make_filter:
30343         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30344         Convert make_filter to /bin/sh script.
30345
30346 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30347
30348         * gst/modplug/gstmodplug.cc: fix element description
30349
30350 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30351
30352         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30353         (got_video_size): Adding some new lines in g_print calls.
30354         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30355         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30356         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30357         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30358         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30359         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30360         Complete code review, reverting some stuff i disagree with, adding
30361         some fixes : time synchronization on invalid timestamps, renegotiation
30362         of private window.
30363         * sys/ximage/ximagesink.h:
30364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30365         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30366         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30367         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30368         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30369         (gst_xvimagesink_buffer_new),
30370         (gst_xvimagesink_navigation_send_event),
30371         (gst_xvimagesink_set_xwindow_id),
30372         (gst_xvimagesink_get_desired_size),
30373         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30374         stuff i disagree with, adding some fixes : Renegotiation of private
30375         window, implementing get_desired_size.
30376
30377 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30378
30379         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30380         (gst_afsink_handle_event):
30381         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30382         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30383         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30384         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30385         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30386           Fix for instantiate-test (see core). Also remove dead code from
30387           jpegenc (which still needs fixing, but that's lower on my TODO
30388           list...).
30389         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30390           Never return NULL as caps.
30391
30392 2004-01-07  David Schleef  <ds@schleef.org>
30393
30394         * configure.ac:
30395         * ext/Makefile.am:
30396         * ext/librfb/Makefile.am:
30397         * ext/librfb/gstrfbsrc.c:
30398         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30399         is the protocol used by VNC.
30400
30401 2004-01-07  David Schleef  <ds@schleef.org>
30402
30403         * gst/videofilter/gstvideotemplate.c:
30404         * gst/videofilter/gstvideotemplate.h:
30405         * gst/videofilter/make_filter:
30406         Merge videotemplate header into source file.
30407         * gst/effectv/Makefile.am:
30408         * gst/effectv/gsteffectv.c: (plugin_init):
30409         * gst/effectv/gstwarp.c:
30410         Make warpTV a subclass of videofilter.
30411
30412 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30413
30414         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30415           Add guard against invalid utf-8 conversions in mad. Just in case.
30416
30417 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30418
30419         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30420           Fix for bug shown by poisoning
30421
30422 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30423
30424         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30425         (gst_v4lmjpegsrc_buffer_free):
30426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30427         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30428         (gst_v4lsrc_buffer_free):
30429           Fix for removed bufferpools.
30430
30431 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30432
30433         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30434         Fix caps negotiation.
30435
30436         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30437         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30438         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30439         (dvdnavsrc_event):
30440         * ext/mpeg2dec/gstmpeg2dec.c:
30441         * gst-libs/gst/navigation/navigation.c:
30442         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30443         * gst-libs/gst/navigation/navigation.h:
30444         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30445         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30447         Super-simple first version of mouse and keyboard events. Clicking
30448         on a DVD menu now works, although it may not take you where you
30449         expected.
30450
30451         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30452         * gst/videotestsrc/gstvideotestsrc.c:
30453         (gst_videotestsrc_src_fixate):
30454         These fixate functions were broken - they never actually
30455         fixated :)
30456
30457 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30458
30459         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30460         (gst_icecastsend_init):
30461           fix for new caps system.
30462         * gst-libs/gst/mixer/mixertrack.h:
30463         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30464           Add 'master track' flag (for tools like ACME that only want to
30465           change the main volume).
30466
30467 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30468
30469         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30470         (gst_xvid_csp_to_caps):
30471         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30472         * ext/xvid/gstxvidenc.c:
30473         ifdef out ARGB type when it isn't available
30474         in xvidcore 1.0.0beta2
30475
30476 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30477
30478         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30479           When we have received a new SCR right in the first buffer after
30480           a seek (so in the same cycle that handles the discont), we should
30481           handle the buffer instead of unreffing it, else we lose data.
30482
30483 2004-01-06  Iain <iain@prettypeople.org>
30484
30485         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30486           buffer-frames caps too.
30487
30488         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30489           caps that we need, don't destroy them all and rebuild them. And when
30490           creating src pads, use the src pad template rather than the sink...
30491
30492 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30493
30494         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30495           Add pad to element *after* setting functions such as event handler.
30496           Without this, the scheduler (opt) will link pads, set the event
30497           handler from the default event function (dispatcher in gstpad.c)
30498           and *after* that, we will set our own event function, which will
30499           thus never be used (and thus mpegdemux doesn't handle events).
30500
30501 2004-01-04  David Schleef  <ds@schleef.org>
30502
30503         Fix the fixate functions to handle new prototype:
30504         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30505         * gst/videotestsrc/gstvideotestsrc.c:
30506         (gst_videotestsrc_src_fixate):
30507         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30508         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30510
30511 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30512
30513         * sys/ximage/ximagesink.h:
30514         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30515         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30516         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30517         (gst_ximagesink_xoverlay_init):
30518           assorted fixes to make (re)embedding work
30519         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30520         (gst_ximagesink_get_desired_size):
30521           implement desired size additions to XOverlay
30522
30523 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30524
30525         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30526         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30527         (gst_x_overlay_got_desired_size):
30528         * gst-libs/gst/xoverlay/xoverlay.h:
30529           Add optional "desired size" signal and querying.
30530
30531 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30532
30533         * gst/matroska/matroska-demux.c:
30534         (gst_matroska_demux_parse_blockgroup):
30535           Fix EBML-laced block parsing. Diffs are relative to previous
30536           lace, not the first lace. Thanks to Mosu from the Matroska
30537           team for detecting this.
30538         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30539         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30540         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30541         (gst_wavparse_change_state):
30542         * gst/wavparse/gstwavparse.h:
30543           Quickfix for capsnego.
30544
30545 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30546
30547         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30548           Fix indenting, fix pad creation.
30549
30550 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30551
30552         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30553         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30554         (gst_xviddec_sink_link):
30555           Implement src_getcaps() so proper size caps is negotiated.
30556
30557 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30558
30559         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30560           Finish flac decoder on EOS. See #116178.
30561
30562 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30563
30564         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30565         (gst_matroska_demux_add_stream):
30566         * gst/matroska/matroska-ids.h:
30567           Add getcaps() function to fix capsnego...
30568
30569 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30570
30571         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30572         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30573         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30574           Fix more integer overflows. Again, see #126967.
30575
30576 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30577
30578         * ext/mpeg2dec/gstmpeg2dec.c:
30579           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30580           #130416.
30581
30582 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30583
30584         * configure.ac:
30585         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30586         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30587         * ext/xvid/gstxvid.h:
30588         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30589         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30590         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30591         (gst_xviddec_change_state):
30592         * ext/xvid/gstxviddec.h:
30593         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30594         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30595         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30596         (gst_xvidenc_link), (gst_xvidenc_set_property),
30597         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30598         * ext/xvid/gstxvidenc.h:
30599           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30600
30601 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30602
30603         * gst/rtp/rtp-packet.c:
30604           Add sys/types.h include, since OS X doesn't define in_addr_t
30605           in netinet/in.h, like it does on Linux (see #129600).
30606
30607 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30608
30609         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30610
30611         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30612           Correct logic of dispose function (see #129306).
30613
30614 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30615
30616         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30617         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30618         (gst_mpeg_parse_init):
30619         * gst/mpegstream/gstmpegparse.h:
30620           Remove clock (which was never provided, i.e. dead code), and
30621           also fix integer overflows at high PTS values (see #126967).
30622
30623 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30624
30625         * ext/flac/gstflacdec.c:
30626         * ext/libpng/gstpngenc.h:
30627         * ext/mikmod/gstmikmod.h:
30628           OS X fixes (see #126628).
30629
30630 2004-01-02  David Schleef  <ds@schleef.org>
30631
30632         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30633         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30634         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30635         (gst_mpeg_parse_class_init): Move pad template registration
30636         to class_init, since the derived class (mpegdemux) doesn't
30637         want them.
30638
30639 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30640
30641         * sys/ximage/Makefile.am:
30642         * sys/xvideo/Makefile.am:
30643         * sys/xvimage/Makefile.am:
30644           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30645           after installation (see #127664).
30646
30647 2004-01-02  David Schleef  <ds@schleef.org>
30648
30649         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30650         (gst_ffmpegenc_connect):  Negotiation fixes.
30651         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30652         Remove inappropriate gst_caps_free().
30653         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30654         Reenable Ronald's internal resize code, since the core handles
30655         it correctly now.
30656
30657 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30658
30659         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30660         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30661         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30662           Fix pad template stuff.
30663
30664 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30665
30666         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30667         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30668           fix signed integer reading/writing.
30669
30670 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30671
30672         * ext/alsa/README:
30673           Remove outdated document
30674
30675 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30676
30677         * gst/cutter/gstcutter.c: (gst_cutter_init):
30678           src pad was being created twice - oops.
30679
30680 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30681
30682         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30683           Comment out internal resize. It doesn't handle the resulting
30684           XEvent internally, does another try_set_caps() which leads to
30685           a really nice loop.
30686           Real fix will come when Julien and Dave are awake. ;).
30687
30688 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30689
30690         * ext/mpeg2enc/gstmpeg2enc.cc:
30691           fix const/nonconst compile issue.
30692
30693 2004-01-02  David Schleef  <ds@schleef.org>
30694
30695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30696         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30697         Add fixate function and a check for bad formats.
30698
30699 2004-01-01  David Schleef  <ds@schleef.org>
30700
30701         Negotiation fixes:
30702         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30703         (gst_audiofilter_init):
30704         * gst/debug/efence.c: (gst_efence_init):
30705         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30706         (gst_deinterlace_init):
30707         * gst/volume/gstvolume.c: (volume_connect):
30708
30709 2004-01-01  David Schleef  <ds@schleef.org>
30710
30711         Convert elements to use gst_pad_use_explicit_caps() where
30712         appropriate:
30713         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30714         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30715         (gst_afparse_open_file):
30716         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30717         (gst_afsrc_open_file):
30718         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30719         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30720         (gst_ffmpegdec_chain):
30721         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30722         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30723         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30724         (gst_gdk_pixbuf_chain):
30725         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30726         (gst_jpegdec_chain):
30727         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30728         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30729         (gst_mikmod_negotiate):
30730         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30731         (gst_mpeg2dec_negotiate_format):
30732         * ext/mpeg2enc/gstmpeg2enc.cc:
30733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30734         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30735         (gst_speexdec_sinkconnect):
30736         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30737         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30738         (gst_vorbisfile_new_link):
30739         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30740         (gst_ac3parse_chain):
30741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30742         (gst_asf_demux_setup_pad):
30743         * gst/auparse/gstauparse.c: (gst_auparse_init),
30744         (gst_auparse_chain):
30745         * gst/id3/gstid3types.c: (gst_id3types_loop):
30746         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30747         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30748         (mp1videoparse_parse_seq):
30749         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30750         (bpf_from_header):
30751         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30752         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30753         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30754         (gst_mpeg_parse_send_data):
30755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30756         (gst_qtdemux_add_stream):
30757         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30758         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30759         (gst_wavparse_parse_fmt):
30760
30761 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30762
30763         * configure.ac:
30764           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30765           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30766           it therefore uses the wrong include paths. Too bad... Note
30767           that 1.6.1.93 is not release yet. ;).
30768           Also add a check for mplex, which is now using the lib'ified
30769           mplex from mjpegtools, too.
30770         * ext/ffmpeg/gstffmpegcodecmap.c:
30771           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30772           issues. I don't think ffmpeg handles 3ivx correctly, so this
30773           probably won't work. But it won't hurt either.
30774         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30775         (gst_ffmpegdec_chain):
30776         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30777         (gst_ffmpegenc_chain_audio):
30778           Fix memleak in audio encoding. Close codec if open fails, this
30779           calls the cleanup routines so we can re-use the context.
30780         * ext/mpeg2enc/gstmpeg2enc.cc:
30781           Fix pad template names/types, fix memory issue with getcaps().
30782         * ext/mpeg2enc/gstmpeg2encoder.cc:
30783         * ext/mpeg2enc/gstmpeg2encoder.hh:
30784           Fix compile issue with new caps system (const thingy).
30785         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30786         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30787           We read a first frame right on initing, so that we have a caps
30788           when we init the output. This caps is cached in padprivate and
30789           read as first frame.
30790         * ext/mplex/Makefile.am:
30791         * ext/mplex/gstmplex.cc:
30792         * ext/mplex/gstmplex.h:
30793         * ext/mplex/gstmplex.hh:
30794         * ext/mplex/gstmplexibitstream.cc:
30795         * ext/mplex/gstmplexibitstream.hh:
30796         * ext/mplex/gstmplexjob.cc:
30797         * ext/mplex/gstmplexjob.hh:
30798         * ext/mplex/gstmplexoutputstream.cc:
30799         * ext/mplex/gstmplexoutputstream.hh:
30800           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30801           had issues, didn't do capsnego, supported only a subset of the
30802           mplex features and required a mplex fork in our local CVS. Plus
30803           that it worked agaist a very old mplex version. Rewriting was
30804           faster than updating it.
30805         * gst-libs/ext/Makefile.am:
30806         * gst-libs/ext/mplex/INSTRUCT:
30807         * gst-libs/ext/mplex/Makefile.am:
30808         * gst-libs/ext/mplex/README:
30809         * gst-libs/ext/mplex/TODO:
30810         * gst-libs/ext/mplex/ac3strm_in.cc:
30811         * gst-libs/ext/mplex/audiostrm.hh:
30812         * gst-libs/ext/mplex/audiostrm_out.cc:
30813         * gst-libs/ext/mplex/aunit.hh:
30814         * gst-libs/ext/mplex/bits.cc:
30815         * gst-libs/ext/mplex/bits.hh:
30816         * gst-libs/ext/mplex/buffer.cc:
30817         * gst-libs/ext/mplex/buffer.hh:
30818         * gst-libs/ext/mplex/fastintfns.h:
30819         * gst-libs/ext/mplex/format_codes.h:
30820         * gst-libs/ext/mplex/inputstrm.cc:
30821         * gst-libs/ext/mplex/inputstrm.hh:
30822         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30823         * gst-libs/ext/mplex/mjpeg_logging.cc:
30824         * gst-libs/ext/mplex/mjpeg_logging.h:
30825         * gst-libs/ext/mplex/mjpeg_types.h:
30826         * gst-libs/ext/mplex/mpastrm_in.cc:
30827         * gst-libs/ext/mplex/mpegconsts.cc:
30828         * gst-libs/ext/mplex/mpegconsts.h:
30829         * gst-libs/ext/mplex/mplexconsts.hh:
30830         * gst-libs/ext/mplex/multplex.cc:
30831         * gst-libs/ext/mplex/outputstream.hh:
30832         * gst-libs/ext/mplex/padstrm.cc:
30833         * gst-libs/ext/mplex/padstrm.hh:
30834         * gst-libs/ext/mplex/stillsstream.cc:
30835         * gst-libs/ext/mplex/stillsstream.hh:
30836         * gst-libs/ext/mplex/systems.cc:
30837         * gst-libs/ext/mplex/systems.hh:
30838         * gst-libs/ext/mplex/vector.cc:
30839         * gst-libs/ext/mplex/vector.hh:
30840         * gst-libs/ext/mplex/videostrm.hh:
30841         * gst-libs/ext/mplex/videostrm_in.cc:
30842         * gst-libs/ext/mplex/videostrm_out.cc:
30843         * gst-libs/ext/mplex/yuv4mpeg.cc:
30844         * gst-libs/ext/mplex/yuv4mpeg.h:
30845         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30846         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30847           We don't fork mjpegtools' mplex in our CVS anymore.
30848         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30849         (gst_avi_demux_add_stream):
30850         * gst/avi/gstavidemux.h:
30851           Add getcaps() function for proper caps nego. This makes some
30852           parts of AVI playback/reading work.
30853         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30854           Resize window on new capsnego. This is probably wrong, but
30855           I'm still committing it because with current capsnego, the
30856           first successfull capsnego is auto-fixated, therefore rounded
30857           down to the lowest values in the caps. this results in a 16x16
30858           XWindow that is not reized when real capsnego finishes.
30859           Dave, I see more cases of this, do you know a proper solution?
30860         * tools/gst-launch-ext.in:
30861           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30862
30863 2003-12-31  David Schleef  <ds@schleef.org>
30864
30865         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30866         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30867           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30868
30869 2003-12-30  David Schleef  <ds@schleef.org>
30870
30871         * ext/ffmpeg/gstffmpegcolorspace.c:
30872         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30873         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30874         (gst_ffmpegcsp_chain): Negotiation fixes
30875         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30876         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30877         (gst_audio_convert_link), (gst_audio_convert_channels):
30878         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30879         (gst_audioscale_link), (gst_audioscale_get_buffer),
30880         (gst_audioscale_chain): Negotiation fixes
30881         * gst/audioscale/gstaudioscale.h:
30882         * gst/videofilter/gstvideofilter.c:
30883         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30884         (gst_videofilter_link), (gst_videofilter_init),
30885         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30886         (gst_videofilter_find_format_by_structure):
30887         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30888         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30889         (gst_videoscale_link):
30890         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30891         (videoscale_find_by_structure), (gst_videoscale_setup):
30892         * gst/videoscale/videoscale.h: Negotiation fixes
30893         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30894         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30895         function, restrict resizing to a multiple of 4 (hack until
30896         everyone supports odd sizes correctly).
30897
30898 2003-12-29  Colin Walters  <walters@verbum.org>
30899
30900         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30901         signed.
30902
30903 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30904
30905         * ext/sndfile/gstsf.c: (gst_sf_loop):
30906           Fix warning about discarding const qualifier
30907
30908 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
30909
30910         * gst/cutter/gstcutter.c:
30911         * gst/videoscale/gstvideoscale.c:
30912         * gst/volenv/gstvolenv.c:
30913         * gst-libs/gst/audio/audio.c:
30914         * gst-libs/gst/video/video.c:
30915           Fix warnings
30916
30917 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30918
30919         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30920           Don't send ALSA debugging to stderr.
30921         * ext/alsa/gstalsa.h:
30922           Use GST_WARNING instead of g_warning when ALSA functions fail.
30923
30924 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30925
30926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30927           Free XVAdapterInfo correctly.
30928
30929 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30930
30931         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30932         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30933           Make id3tag use correct caps nego.
30934
30935 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
30936
30937         * ext/ivorbis/vorbis.c:
30938         * ext/ivorbis/vorbisenc.h:
30939         * ext/ivorbis/vorbisfile.c:
30940           Modify so that it uses the new caps things
30941
30942 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30943
30944         * testsuite/spider/spider1.c: (main):
30945         * testsuite/spider/spider2.c: (main):
30946         * testsuite/spider/spider3.c: (main):
30947           Make tests compile again. They probably don't work.
30948
30949 2003-12-24  Colin Walters  <walters@verbum.org>
30950
30951         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
30952         we can't fixate the caps anymore.
30953
30954 2003-12-23  David Schleef  <ds@schleef.org>
30955
30956         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
30957         * sys/oss/gstosssink.c: (gst_osssink_init),
30958         (gst_osssink_sink_fixate): Add fixate function.
30959
30960 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30961
30962         * ext/ffmpeg/gstffmpegcodecmap.c:
30963         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
30964         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
30965         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
30966         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
30967         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
30968         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
30969         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
30970           fix typo in RGB masks, and move back to "old" colorspace
30971           capsnego code until whoever wrote this new crap has actually
30972           tested it so that it works.
30973           And yes, this works, keep it that way please.
30974
30975 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30976
30977         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
30978         (gst_divxdec_init), (gst_divxdec_negotiate):
30979         * ext/divx/gstdivxdec.h:
30980         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
30981         (gst_divxenc_init):
30982         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
30983         (gst_faac_sinkconnect), (gst_faac_srcconnect):
30984         * ext/mpeg2enc/gstmpeg2enc.cc:
30985         * ext/mpeg2enc/gstmpeg2encoder.cc:
30986         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30987         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
30988         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
30989         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
30990         (dxr3spusink_init):
30991         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
30992         (dxr3videosink_init):
30993           Fix caps breakage after Dave's caps branch merge.
30994
30995 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30996
30997         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30998           Fix for 24bpp display.
30999
31000 2003-12-23  Colin Walters  <walters@verbum.org>
31001
31002         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31003         a GnomeVFSHandle directly.
31004
31005 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31006
31007         * gst/volume/Makefile.am:
31008         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31009         (volume_base_init), (volume_init):
31010           Reenable volume element and fix to work with new caps stuff.
31011           Rhythmbox needs this.
31012
31013 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31014
31015         * gst/qtdemux/qtdemux.c: (plugin_init):
31016           qtdemux requires bytestream
31017
31018 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31019
31020         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31021           Fix remaining caps handling errors due to CAPS merge.
31022
31023 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31024
31025         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31026         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31027         (gst_faad_srcconnect):
31028           Port to new caps system.
31029
31030 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31031
31032         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31033         (got_video_size), (main): using g_print instead of g_message.
31034         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31035         signal which was not emitted because of "switch" element added to the
31036         bin but not connected. (Removing from the bin temporarily)
31037
31038 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31039
31040         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31041         find X development files. I don't understand the previous tests and
31042         they fail on my debian/ppc unstable. This one works.
31043         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31044         exiting.
31045         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31046         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31047         (gst_play_set_visualization): Add some safety checks in set_ methods
31048         and state_change. This was throwing some ugly CRITICAL messages when
31049         pipeline was getting disposed and casts were failing.
31050
31051 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31052
31053         * configure.ac:
31054           Improve mpeg2enc detection. This is for distributions that do
31055           ship mjpegtools, but without mpeg2enc. Also does object check
31056           for might there ever be ABI incompatibility.
31057         * ext/mpeg2enc/gstmpeg2enc.cc:
31058           Add Andrew as second maintainer (he's helping me), and also add
31059           an error if no caps was set. This happens if I pull before capsnego
31060           and that's something I should solve sometime else.
31061         * gst/matroska/matroska-demux.c:
31062         (gst_matroska_demux_parse_blockgroup):
31063           Fix time parsing.
31064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31065         (gst_matroska_mux_track_header):
31066           Add caps to templates.
31067         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31068           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31069         * gst/mpegstream/gstmpegdemux.c:
31070           Remove layer since it causes warnings about unfixed caps.
31071         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31072           Fix obvious typo (we error out if caps were set, we should of
31073           course error out if *no* caps were set).
31074         * sys/oss/gstosselement.c: (gst_osselement_convert):
31075           Fix format conversion, we confused bits/bytes.
31076         * sys/oss/gstosselement.h:
31077           Improve documentation for 'bps'.
31078         * sys/v4l/TODO:
31079           Remove stuff about plugins that need removing - this was done
31080           ages ago.
31081         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31082         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31084         (gst_v4lsrc_src_query):
31085         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31086         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31087           Add get_query_types(), get_formats() and query() functions.
31088
31089 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31090
31091         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31092           * moved CVS to freedesktop.org