gst-libs/gst/audio/audio.c: Fix documentation.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst-libs/gst/audio/audio.c:
4           Fix documentation.
5
6 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7
8         Patch by: Yves Lefebvre  <ivanohe abacom com>
9
10         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
11           Don't leak caps. Fixes #408278.
12
13 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
14
15         * ext/cdparanoia/gstcdparanoiasrc.h:
16         * ext/ogg/gstoggdemux.h:
17         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
18         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
19         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
20         * gst-libs/gst/audio/audio.h:
21         * gst-libs/gst/audio/gstaudiofilter.h:
22         * gst-libs/gst/interfaces/videoorientation.h:
23         * gst/adder/gstadder.h:
24           More docs coverage and some ChangeLog surgery (add missing names)
25
26 2007-02-15  Wim Taymans  <wim@fluendo.com>
27
28         * sys/ximage/ximagesink.c:
29         (gst_ximagesink_calculate_pixel_aspect_ratio):
30         * sys/xvimage/xvimagesink.c:
31         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32         Small constifications.
33
34 2007-02-15  Wim Taymans  <wim@fluendo.com>
35
36         * gst-libs/gst/audio/gstbaseaudiosink.c:
37         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
38         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
39         (gst_base_audio_sink_async_play),
40         (gst_base_audio_sink_change_state):
41         Answer latency query.
42         Use configured latency when syncing.
43         Fix clock slaving.
44
45         * gst-libs/gst/audio/gstbaseaudiosrc.c:
46         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
47         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
48         Fix possible memleak.
49         Implement latency query.
50         Small cleanups.
51
52 2007-02-15  Wim Taymans  <wim@fluendo.com>
53
54         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
55         Ignore errors in reset, these are not fatal. They also grab the element
56         lock which is already taking when this function is called. Fixes
57         #405451.
58
59 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
60
61         * configure.ac:
62           Remove 'tests/examples/xerror/Makefile' from output files again.
63
64 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
65
66         * configure.ac:
67         * docs/plugins/Makefile.am:
68           Also crossref against gst-plugins-base-libs.
69
70 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
71
72         * configure.ac:
73         * docs/libs/Makefile.am:
74         * docs/plugins/Makefile.am:
75           Add crossreferences to glib/gobject/gstream docs.
76
77         * gst-libs/gst/audio/audio.h:
78           Source formatting.
79
80         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
81           Add own debug category.
82
83 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
84
85         Patch by: René Stadler <mail at renestadler de>
86
87         * gst-libs/gst/tag/gstvorbistag.c:
88           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
89           (#403597).
90
91 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
92
93         * gst/playback/gstplaybasebin.c: (setup_source):
94           When we have external subtitles and wait for the subtitle decodebin
95           to get up and running, we set up a (sync) bus handler for the
96           subtitle decodebin, so we can stop waiting when it posts an error
97           message. However, we should do that before we set the subtitle
98           decodebin's state to playing, otherwise things are racy and we might
99           miss error messages posted before we had a chance to set up the bus.
100           This should finally fix totem hanging on .txt pseudo-subtitle files.
101           
102 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
103
104         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
105           Use gst_gdouble_to_guint64 for conversions.
106         * win32/common/config.h.in:
107           Add a define for GST_INSTALL_PLUGINS_HELPER
108         * win32/common/libgstaudio.def:
109         * win32/common/libgstcdda.def:
110         * win32/common/libgstnetbuffer.def:
111         * win32/common/libgstrtp.def:
112         * win32/common/libgutils.def:
113           Add new exported functions.
114         * win32/vs6/gst_plugins_base.dsw:
115         * win32/vs6/libgstdecodebin.dsp:
116         * win32/vs6/libgstnetbuffer.dsp:
117         * win32/vs6/libgstplaybin.dsp:
118         * win32/vs6/libgstrtp.dsp:
119         * win32/vs6/libgstvorbis.dsp:
120         * win32/vs6/libgstcdda.dsp:
121         * win32/vs6/libgstgdp.dsp:
122         * win32/vs6/libgstutils.dsp:
123           Update and add new project files.
124
125 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
126
127         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
128         (subrip_remove_unhandled_tags), (parse_subrip):
129           For SubRip (.srt) subtitles, ignore all markup tags we don't
130           handle (like font tags, for example).
131
132         * tests/check/elements/subparse.c:
133           Add test for this.
134
135 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
136
137         * gst/playback/gstdecodebin.c: (add_fakesink),
138         (gst_decode_bin_change_state):
139         * gst/playback/gstdecodebin2.c: (add_fakesink),
140         (gst_decode_bin_change_state):
141           Don't error out if there is no fakesink in the NULL to READY state
142           change, since when decodebin is re-used, we're only adding the
143           fakesink element in READY to PAUSED.
144
145         * tests/check/elements/decodebin.c:
146         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
147         (decodebin_suite):
148           Minimal unit test to make sure we can use the same decodebin
149           instance twice (at least with audiotestsrc input).
150
151 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
152
153         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
154           Try to get devic-name from device string first, and from handle only
155           as fallback (seems to yield better results and is more robust
156           against buggy probing code on the application side).
157
158 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
159
160         Based on patch by: Julien Puydt <julien.puydt at laposte net>
161
162         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
163         (gst_alsa_find_device_name):
164         * ext/alsa/gstalsa.h:
165         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
166         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
167           Improve device-name detection a bit, especially in the case where
168           the device is not actually open (#405020, #405024). Move common code
169           into gstalsa.c instead of duplicating it.
170
171 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
172
173         * gst/audioconvert/gstaudioconvert.c:
174           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
175
176 2007-02-06  Julien MOUTTE  <julien@moutte.net>
177
178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
179         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
180         (gst_xvimagesink_interface_supported),
181         (gst_xvimagesink_probe_get_properties),
182         (gst_xvimagesink_probe_probe_property),
183         (gst_xvimagesink_probe_needs_probe),
184         (gst_xvimagesink_probe_get_values),
185         (gst_xvimagesink_property_probe_interface_init),
186         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
187         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
188         (gst_xvimagesink_get_type):
189         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
190         for XVAdaptors so that one can choose the adaptor to use with 
191         gstreamer-properties.
192
193 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
194
195         * gst/audioconvert/gstaudioconvert.c:
196           Also mention that a conversion from double to float is suboptimal still.
197
198 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
199
200         * gst-libs/gst/audio/gstaudiofilter.c:
201         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
202           Clear our formats structure and free the caps contained in it when
203           shutting down.
204
205 2007-02-05  Andy Wingo  <wingo@pobox.com>
206
207         * gst-libs/gst/audio/gstbaseaudiosink.c
208         (gst_base_audio_sink_callback): Update basesink->offset so that we
209         pull monotonically increasing offsets instead of, um, seeking back
210         to 0 each time. Fixes alsasrc ! alsasink!
211
212 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
213
214         * gst/videoscale/gstvideoscale.c:
215           A width and height of 1 makes us crash, so increase minimum size to
216           2x2 pixels until someone feels like fixing this (#404512).
217
218 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
219
220         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
221           Add small test to make sure request pads are cleaned up properly
222           even if oggmux never changes state out of NULL.
223
224 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
225
226         * tests/check/libs/utils.c: (GST_START_TEST):
227           Fix unit test. Turns out things work much better when you
228           NULL-terminate string arrays. Should make p5 build bot happy again.
229
230 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
231
232         * gst-libs/gst/audio/Makefile.am:
233         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
234         (gst_audio_filter_template_base_init),
235         (gst_audio_filter_template_class_init),
236         (gst_audio_filter_template_init),
237         (gst_audio_filter_template_set_property),
238         (gst_audio_filter_template_get_property),
239         (gst_audio_filter_template_setup),
240         (gst_audio_filter_template_filter),
241         (gst_audio_filter_template_filter_inplace), (plugin_init):
242           Oops, forgot to commit fixed-up example.
243
244 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
245
246         * docs/libs/gst-plugins-base-libs-sections.txt:
247         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
248         (gst_audio_filter_class_init), (gst_audio_filter_init),
249         (gst_audio_filter_set_caps),
250         (gst_audio_filter_class_add_pad_templates):
251         * gst-libs/gst/audio/gstaudiofilter.h:
252           Port GstAudioFilter to 0.10. This change technically breaks
253           API and ABI (and thus also every library developer's heart),
254           but seems justifiable on the grounds that the base class was
255           completely unusable before (ie. would crash immediately when
256           actually used). Fixes #403963 (and eventually also #403572).
257           Also document all of this a bit.
258
259 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
260
261         * gst-libs/gst/utils/install-plugins.c:
262         (gst_install_plugins_spawn_child):
263         * tests/check/libs/utils.c:
264         (test_base_utils_install_plugins_do_callout):
265           Lowering log level to see why things fail on the p5 build bot;
266           fix some typos in unit test messages.
267
268 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
269
270         * tests/check/libs/utils.c:
271         (test_base_utils_install_plugins_do_callout):
272           Don't hard-code temp directory for test helper; use GLib functions
273           to write out file and do error checking etc.
274
275 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
276
277         * gst-libs/gst/utils/Makefile.am:
278         * gst-libs/gst/utils/base-utils.h:
279         * gst-libs/gst/utils/install-plugins.c:
280         (gst_install_plugins_context_set_xid),
281         (gst_install_plugins_context_new),
282         (gst_install_plugins_context_free),
283         (gst_install_plugins_get_helper),
284         (gst_install_plugins_spawn_child),
285         (gst_install_plugins_return_from_status),
286         (gst_install_plugins_installer_exited),
287         (gst_install_plugins_async), (gst_install_plugins_sync),
288         (gst_install_plugins_return_get_name),
289         (gst_install_plugins_installation_in_progress):
290         * gst-libs/gst/utils/install-plugins.h:
291           API: add API for applications to initiate installation of missing
292           plugins, ie. gst_install_plugins_async() primarily.
293           Based on libgimme-codec by Ryan Lortie.
294
295         * configure.ac:
296           Add --with-install-plugins-helper configure option so distros can specify
297           the path of the helper script or program to call when plugin installation
298           is requested (distros: please do any argument munging in this helper
299           script instead of patching GStreamer to pass arguments differently
300           to another program directly).
301
302         * docs/libs/gst-plugins-base-libs-docs.sgml:
303         * docs/libs/gst-plugins-base-libs-sections.txt:
304           Build and document new API.
305
306         * tests/check/libs/utils.c: (result_cb),
307         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
308         (libgstbaseutils_suite):
309           Some simple checks for the new API.
310
311 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
312
313         * tests/check/elements/audioconvert.c: (test_float_conversion):
314           Add small test for 32bit float <=> 64bit float conversion (works
315           only one way so far, 32=>64 produces structured noise).
316
317 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
318
319         * gst/audioconvert/gstaudioconvert.c:
320         (set_structure_widths_32_and_64), (make_lossless_changes):
321           We don't support floats with a width of 40, 48 or 56 bits.
322
323 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
324
325         * gst/audioconvert/audioconvert.c: (float), (double),
326         (audio_convert_get_func_index):
327         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
328         (make_lossless_changes):
329           Support for 64-bit float audio in audioconvert (#339837)
330
331 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
332
333         Patch by: Holger Wansing  <linux wansing-online de>
334
335         * po/LINGUAS:
336         * po/de.po:
337           Add German translation (#352069).
338
339 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
340
341         reviewed by: Wim Taymans <wim@fluendo.com>
342
343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
344         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
345         Use newly added GstCollectPads API to free the allocated resources in
346         the GstOggPad structures (#402393).
347
348 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
349
350         * gst/playback/gstplaybin.c: (gen_vis_element):
351           Add audioresample+audioconvert in front of the visualisation
352           element, so that elements like libvisual 0.4 that don't support all
353           samplerates can work.
354
355           Fixes: #402505
356
357 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
358
359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
360         (gst_play_base_bin_get_streaminfo_value_array):
361           Take some locks and make a copy of the streaminfo value array we
362           maintain while holding the lock, so that the application can
363           retrieve the stream-info as a value array in a thread-safe way.
364
365 2007-01-30  Wim Taymans  <wim@fluendo.com>
366
367         * gst/audioconvert/gstaudioconvert.c:
368         Don't fail on 0 sized buffers. Fixes #396835.
369
370 2007-01-29  David Schleef  <ds@schleef.org>
371
372         * gst/typefind/gsttypefindfunctions.c:
373           Detect BBCD as video/x-dirac, so we can play raw dirac
374           streams.
375
376 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
377
378         * ext/theora/theoraenc.c: (theora_enc_chain):
379           Check return value of theora_encode_header(), or we might try to
380           allocate a random number of bytes. theora_encode_header() can fail
381           if libtheora has been compiled with encoding support disabled.
382           Fixes #398110.
383
384 2007-01-29  Wim Taymans  <wim@fluendo.com>
385
386         * tests/check/gst/.cvsignore:
387         Do as buildbot says.
388
389 2007-01-29  Wim Taymans  <wim@fluendo.com>
390
391         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
392         Fix strides in libvisual. Gst uses X strides.
393         Inspired by: <ed at catmur dot co dot uk> and 
394         <tim at centricular dot net>
395         Fixes #401118.
396
397 2007-01-27  Wim Taymans  <wim@fluendo.com>
398
399         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
400         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
401         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
402         (gst_ogg_demux_perform_seek),
403         (gst_ogg_demux_bisect_forward_serialno),
404         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
405         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
406         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
407         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
408         * ext/ogg/gstoggdemux.h:
409         Properly propagate streaming errors when we are scanning the file for
410         chains so that we don't crash when shut down. Might fix some crashers
411         when quickly switching oggs in RB such as #332503 and #378436.
412
413 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
414
415         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
416           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
417           error code as well.
418
419 2007-01-25  Wim Taymans  <wim@fluendo.com>
420
421         * gst/playback/gstplaybasebin.c: (remove_source):
422         Don't try to disconnect a signal from a finalized object.
423
424 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
425
426         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
427           Cast lock macro parameters to make sure we're actually accessing the
428           lock member at the right class level. Free list itself in _dispose()
429           as well and NULL it in case dispose gets called multiple times.
430
431 2007-01-25  Edward Hervey  <edward@fluendo.com>
432
433         * gst/playback/gstdecodebin2.c:
434         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
435         Free GstDecodeGroups no longer used.
436         (gst_decode_group_expose):
437         Don't unlock too many times !
438         (deactivate_free_recursive):
439         Free iterator once we're done with it.
440         Fix for recursively deactivating elements (stop at ghostpads).
441
442 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
443
444         * gst/playback/gstplaybin.c: (handoff):
445           Fix up caps on the frame buffer before we save it and potentially
446           make it accessible to other threads via g_object_get; also use
447           gst_buffer_replace() instead of gst_mini_object_replace().
448
449 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
450
451         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
452           Make getting the current frame thread-safe.
453
454 2007-01-25  Edward Hervey  <edward@fluendo.com>
455
456         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
457         (gst_decode_group_new), (gst_decode_group_free):
458         Set queues to bigger sizes to cope with HD contents.
459         Fix some mutex freeing and add comment about MT safe methods.
460
461 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
462
463         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
464         (gst_text_overlay_text_event):
465           Don't unnecessarily ref (and then leak) upstream events if the text
466           pad is not linked. Fixes #399948.
467
468         * tests/check/gst-plugins-base.supp:
469           Add suppression for pango on edgy/x86 for textoverlay test.
470
471 2007-01-24  Wim Taymans  <wim@fluendo.com>
472
473         * gst-libs/gst/rtp/gstrtpbuffer.h:
474         Add some more fixed payloads.
475
476 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
477
478         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
479           Error out properly if we get an error from libogg while reading the
480           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
481
482 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
483
484         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
485           Don't leak mutex.
486
487         * tests/check/elements/playbin.c:
488         (test_sink_usage_video_only_stream),
489         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
490         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
491         (test_missing_suburisource_handler),
492         (test_missing_primary_decoder), (playbin_suite):
493           Run all tests once with decodebin and once with decodebin2.
494           One test does not pass yet with decodebin2.
495
496 2007-01-23  Edward Hervey  <edward@fluendo.com>
497
498         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
499         Fix the cases where oggmux doesn't properly figure out that all
500         sinkpads have gone EOS, and therefore doesn't push out the remaining
501         buffers and the final EOS event.
502         Fixes #363379
503
504 2007-01-23  Julien MOUTTE  <julien@moutte.net>
505
506         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
508         Don't lock on navigation event push, just on keysym to string.
509         Fixes #397673 again.
510
511 2007-01-22  Edward Hervey  <edward@fluendo.com>
512
513         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
514         (get_current_group), (group_demuxer_event_probe),
515         (gst_decode_group_expose), (deactivate_free_recursive),
516         (gst_decode_group_free):
517         Cleanups.
518         Don't forget to emit 'no-more-pads' once a group is exposed.
519         Cleanup elements from a DecodeGroup once we remove it.
520         Protect call to gst_decode_group_expose() with the decodebin lock.
521
522 2007-01-22  Julien MOUTTE  <julien@moutte.net>
523
524         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
526         Looking at Xorg code i can't figure out if that XKeysymToString
527         function is thread sensible or not. Lock it just in case as
528         recommended by Radek Doulik <rodo at ximian dot com>.
529
530 2007-01-22  Julien MOUTTE  <julien@moutte.net>
531
532         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
534         Lock that X Call as well. Fixes #397673.
535
536 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
537
538         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
539           Don't go into an endless loop if the file starts with 00 00 01 2X,
540           like quicktime redirect files might. Fixes #396042.
541
542         * tests/check/Makefile.am:
543         * tests/check/gst/.cvsignore:
544         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
545         (typefindfunctions_suite):
546           Add unit test for the above.
547
548 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
549
550         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
551           On second thought, use "depth" field rather than "bpp" field.
552
553 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
554
555         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
556           Camtasia caps apparently need a bpp field (#398875).
557
558 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
559
560         * gst/playback/gstplaybasebin.c: (setup_subtitle),
561         (gen_source_element), (gst_play_base_bin_change_state):
562           Attempt at a better error message in case we don't have the required
563           URI handler installed; post missing-plugin message also when we're
564           missing an URI handler for the subtitle URI; clean up properly also
565           when an error occurs and we never made it to PAUSED state.
566
567         * tests/check/elements/playbin.c: (GST_START_TEST),
568         (playbin_suite):
569           Check that we're also getting a missing-plugin messsage for a
570           missing subtitle URI handler (and clean up properly).
571
572 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
573
574         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
575           Plug a few reference leaks.
576
577 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
580           Lower probability a bit if the marker isn't right at the start,
581           to decrease the chance of false positives.
582
583 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
584
585         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
586           Small mpeg2 system stream typefinding improvement: make typefinder
587           probe a bit into the stream instead of just looking for a marker
588           at the beginning. Fixes #397810.
589
590 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
591
592         * gst/audioconvert/gstchannelmix.c:
593           Remove compatibility cruft for prehistoric GLib versions.
594
595 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
596
597         * gst/playback/Makefile.am:
598         * gst/playback/gstdecodebin.c: (close_pad_link):
599         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
600         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
601         (gst_play_base_bin_handle_message_func), (unknown_type):
602           Let decodebin be the element to post missing-plugin messages for
603           missing decoders (rather than playbin); make playbin implement
604           GstBin::handle_message so we can suppress missing-plugin messages
605           for types we're not handling on purpose (don't want to bring up an
606           installer in those cases).
607
608 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
611         * gst-libs/gst/tag/gstvorbistag.c:
612         (gst_tag_list_to_vorbiscomment_buffer):
613         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
614           Fix potentially unaligned access (#397207).
615
616 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
617
618         * tests/examples/seek/seek.c: (set_scale), (update_scale),
619         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
620         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
621         (main):
622           Allow to toggle looping while it plays. Fix callback prototype. Clean
623           up code a bit more. Add copyright header.
624
625 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
626
627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
628           Red and blue mask was swapped (spotted by Dan Williams).
629
630 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
631
632         * gst-libs/gst/tag/gstid3tag.c:
633         * gst-libs/gst/tag/gstvorbistag.c:
634           Use new beats-per-minute tag from core.
635
636 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
637
638         * po/POTFILES.in:
639           Add new files with translatable strings, so they actually make it
640           into the template file one day.
641
642 2007-01-12  Andy Wingo  <wingo@pobox.com>
643
644         * gst-libs/gst/audio/gstbaseaudiosink.c
645         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
646         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
647         stuff, as the base class handles this now. Actually tell the ring
648         buffer to start.
649         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
650         How did this work before? Maybe I'm not as awesome a programmer as
651         I think.
652
653         * gst-libs/gst/audio/gstbaseaudiosrc.c
654         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
655         of a pad function.
656
657 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
658
659         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
660           Remove more fields so that the application can better blacklist
661           formats that have been tried before.
662
663 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
664
665         * gst-libs/gst/audio/mixerutils.h:
666           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
667           used when compiling with c++ compilers as well.
668
669 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
670
671         * gst/typefind/gsttypefindfunctions.c:
672           Fix comment.
673
674 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * gst/playback/gstplaybin.c: (post_missing_element_message),
677         (gen_video_element), (gen_text_element), (gen_audio_element),
678         (gen_vis_element):
679           Post missing-plugin messages also when we error out because
680           converters, textoverlay or auto*sinks are missing (#161922).
681
682 2007-01-10  Wim Taymans  <wim@fluendo.com>
683
684         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
685         (is_demuxer_element), (new_caps):
686         * gst/playback/gstplaybasebin.c: (source_new_pad):
687         Fix the case where we try to ref a NULL element when we delay a link
688         because of unfixed caps.
689         Set the state of autoplugged decodebins to PAUSED.
690         RTSP now works in playbin, we can remove it from the blacklist.
691
692 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
693
694         * gst/playback/Makefile.am:
695         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
696         (unknown_type), (setup_subtitle), (gen_source_element):
697         * gst/playback/gstplaybin.c: (plugin_init):
698           Post missing-plugin messages on the bus for missing sources and
699           missing decoders/demuxers/depayloaders; fix error code used when
700           we're missing an URI handler source; for media types that we are not
701           handling on purpose at the moment, don't print "don't know how to
702           handle xyz" messages to the terminal or post missing-plugin
703           messages on the bus.
704
705         * tests/check/elements/playbin.c: (create_playbin),
706         (GST_START_TEST), (gst_codec_src_uri_get_type),
707         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
708         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
709         (gst_codec_src_init_type), (gst_codec_src_base_init),
710         (gst_codec_src_create), (gst_codec_src_class_init),
711         (gst_codec_src_init), (plugin_init), (playbin_suite):
712           Add some tests for the missing-plugin stuff.
713
714 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
715
716         * configure.ac:
717         * gst-libs/gst/Makefile.am:
718         * gst-libs/gst/utils/Makefile.am:
719         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
720         * gst-libs/gst/utils/base-utils.h:
721         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
722         (find_format_info), (caps_are_rtp_caps),
723         (gst_base_utils_get_source_description),
724         (gst_base_utils_get_sink_description),
725         (gst_base_utils_get_decoder_description),
726         (gst_base_utils_get_encoder_description),
727         (gst_base_utils_get_element_description),
728         (gst_base_utils_add_codec_description_to_tag_list),
729         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
730         * gst-libs/gst/utils/descriptions.h:
731         * gst-libs/gst/utils/missing-plugins.c:
732         (missing_structure_get_type), (copy_and_clean_caps),
733         (gst_missing_uri_source_message_new),
734         (gst_missing_uri_sink_message_new),
735         (gst_missing_element_message_new),
736         (gst_missing_decoder_message_new),
737         (gst_missing_encoder_message_new),
738         (missing_structure_get_string_detail),
739         (missing_structure_get_caps_detail),
740         (gst_missing_plugin_message_get_installer_detail),
741         (gst_missing_plugin_message_get_description),
742         (gst_is_missing_plugin_message):
743         * gst-libs/gst/utils/missing-plugins.h:
744           API: add new libgstbaseutils library with functions
745           - to create and parse missing-plugins messages
746           - that provide (translated) descriptions for caps/decoders/sources/etc.
747           Closes #392393.
748
749         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
750         * pkgconfig/gstreamer-plugins-base.pc.in:
751           Add new lib.
752
753         * docs/libs/gst-plugins-base-libs-docs.sgml:
754         * docs/libs/gst-plugins-base-libs-sections.txt:
755           Generate docs for new lib and API.
756
757         * tests/check/Makefile.am:
758         * tests/check/libs/.cvsignore:
759         * tests/check/libs/utils.c: (missing_msg_check_getters),
760         (GST_START_TEST), (libgstbaseutils_suite):
761           Add some basic unit tests.
762
763 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
764
765         * ext/ogg/Makefile.am:
766           Dist gstoggdemux.h to fix 'make distcheck'.
767
768         * sys/v4l/Makefile.am:
769           Fix 'make distcheck' even more.
770
771 2007-01-09  Wim Taymans  <wim@fluendo.com>
772
773         * docs/plugins/Makefile.am:
774         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
775         * docs/plugins/gst-plugins-base-plugins-sections.txt:
776         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
777         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
778         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
779         (gst_ogg_demux_perform_seek):
780         * ext/ogg/gstoggdemux.h:
781         Added docs.
782         Add some more comments.
783         Small cleanups.
784
785 2007-01-09  Wim Taymans  <wim@fluendo.com>
786
787         * ext/theora/theoradec.c:
788         * ext/vorbis/vorbisdec.c:
789         * gst-libs/gst/audio/gstringbuffer.c:
790         (gst_ring_buffer_commit_full):
791         * gst-libs/gst/audio/gstringbuffer.h:
792         * gst-libs/gst/rtp/gstrtpbuffer.c:
793         * gst-libs/gst/tag/gstvorbistag.c:
794         Small documentation updates/fixes
795
796 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
797
798         * configure.ac:
799           Require core CVS HEAD for Andy's basesrc/sink API additions.
800
801 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
802
803         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
804
805         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
806         (plugin_init):
807           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
808           on flac.sf.net (there appear to be other versions of the first
809           ogg page in the wild) (#391365).
810
811 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
812
813         * configure.ac:
814           Check if localtime_r() is available.
815
816         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
817           If localtime_r() is not available, fall back to localtime(). Should
818           fix build on MingW (#393310).
819
820 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
821
822         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
823         * gst/subparse/gstsubparse.h:
824           Remove spurious 1000 subtrahend when calculating the timestamp from
825           the frame number and the frame rate . Also, use the frames/second
826           value specified in the first line of the file, if one is specified
827           there. Should fix #357503.
828
829         * tests/check/elements/subparse.c: (do_test),
830         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
831         (subparse_suite):
832           Add some basic unit tests for the microdvd subtitle format.
833
834 2007-01-07  Julien MOUTTE  <julien@moutte.net>
835
836         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
837         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
838         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
839         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
840         (gst_xvimagesink_set_xwindow_id),
841         (gst_xvimagesink_set_event_handling),
842         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
843         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
844         Patch by : Young-Ho Cha <ganadist at chollian dot net>
845         Fixes : #390076.
846         Add an adaptor property to select a specific XV adaptor.
847         * sys/xvimage/xvimagesink.h:
848
849 2007-01-07  Julien MOUTTE  <julien@moutte.net>
850
851         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
852         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
853         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
854         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
855         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
856         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
857         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
858         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
859         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
860         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
861         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
862         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
863         Use flow_lock much more to protect every access to xwindow.
864         Try to catch erros while creating images in case some drivers are
865         just generating an XError when the requested image is too big.
866         Should fix : #354698, #384008, #384060.
867         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
868         Implement some stress testing of setting window xid.
869
870 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
871
872         * win32/common/libgsaudio.def:
873           Add new exported function.
874         * win32/common/libgstogg.dsp:
875           Add gstoggaviparse.c to the build.
876         * win32/common/libgstvideoscale.dsp:
877           Add vs_4tap.c to the build.
878         * win32/common/libgstvorbis.dsp:
879           Add vorbistag.c to the build.
880         
881 2007-01-06  Andy Wingo  <wingo@pobox.com>
882
883         * gst-libs/gst/audio/gstbaseaudiosink.c
884         (gst_base_audio_sink_class_init)
885         (gst_base_audio_sink_init): 
886         (gst_base_audio_sink_activate_pull): Add an activate_pull function
887         to baseaudiosink, and tell basesink that we can work in pull mode.
888         This way the ring buffer thread drives the pipeline directly, if
889         pull mode is possible. There is some lingering nastiness regarding
890         capsnego, however.
891         (gst_base_audio_sink_callback): Implement the callback to pull
892         data. This interface is a bit light, though -- it should get a
893         GstFlowReturn return value at least.
894
895 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
896
897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
898         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
899         * gst/playback/gstdecodebin2.c:
900         (gst_decode_group_check_if_blocked):
901           Printf format and missing argument fixes.
902
903 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
904
905         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
906         (gst_ogm_parse_change_state):
907         Activate pads before adding them to the element.
908
909 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
910
911         * tests/examples/seek/scrubby.c: (main):
912         * tests/examples/seek/seek.c: (main):
913           Call g_thread_init() first thing in main() (see #391278).
914
915 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
916
917         * tests/check/Makefile.am:
918         * tests/check/libs/.cvsignore:
919         * tests/check/libs/netbuffer.c: (GST_START_TEST),
920         (netbuffer_suite):
921           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
922           for the time being, since it's broken, see #393099.
923
924 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
925
926         * tests/check/Makefile.am:
927           Update to use GST_PLUGINS_BASE_CFLAGS as well.
928
929 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
930
931         * configure.ac:
932           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
933           so that GST_BASE_CFLAGS can go inbetween them, making sure
934           we use uninstalled gst-libs headers
935         * docs/libs/Makefile.am:
936         * ext/alsa/Makefile.am:
937         * ext/cdparanoia/Makefile.am:
938         * ext/gnomevfs/Makefile.am:
939         * ext/libvisual/Makefile.am:
940         * ext/ogg/Makefile.am:
941         * ext/theora/Makefile.am:
942         * ext/vorbis/Makefile.am:
943         * gst-libs/gst/audio/Makefile.am:
944         * gst-libs/gst/cdda/Makefile.am:
945         * gst-libs/gst/interfaces/Makefile.am:
946         * gst-libs/gst/riff/Makefile.am:
947         * gst-libs/gst/rtp/Makefile.am:
948         * gst-libs/gst/tag/Makefile.am:
949         * gst/adder/Makefile.am:
950         * gst/audioconvert/Makefile.am:
951         * gst/audiorate/Makefile.am:
952         * gst/audioresample/Makefile.am:
953         * gst/playback/Makefile.am:
954         * gst/tcp/Makefile.am:
955         * gst/videoscale/Makefile.am:
956         * gst/volume/Makefile.am:
957         * sys/ximage/Makefile.am:
958         * sys/xvimage/Makefile.am:
959         * tests/icles/Makefile.am:
960           adapt
961
962 2007-01-04  Julien MOUTTE  <julien@moutte.net>
963
964         * gst-libs/gst/interfaces/xoverlay.c:
965         (gst_x_overlay_handle_events):
966         * gst-libs/gst/interfaces/xoverlay.h:
967         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
968         (gst_ximagesink_set_xwindow_id),
969         (gst_ximagesink_set_event_handling),
970         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
971         (gst_ximagesink_get_property), (gst_ximagesink_init),
972         (gst_ximagesink_class_init):
973         * sys/ximage/ximagesink.h:
974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
975         (gst_xvimagesink_set_xwindow_id),
976         (gst_xvimagesink_set_event_handling),
977         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
978         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
979         (gst_xvimagesink_class_init):
980         * sys/xvimage/xvimagesink.h:
981         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
982         Add a method to the XOverlay interface to allow disabling of 
983         event handling in x[v]imagesink elements. This will let X events
984         propagate to parent windows which can be usefull in some cases.
985         Be carefull that the application is then responsible of pushing
986         navigation events and expose events to the video sink.
987         Fixes: #387138.
988
989 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
990
991         * gst-libs/gst/tag/gstvorbistag.c:
992         * tests/check/libs/tag.c: (GST_START_TEST):
993           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
994           (fixes #392070).
995
996 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
997
998         * configure.ac:
999         * docs/Makefile.am:
1000         * docs/design/Makefile.am:
1001           Dist design docs.
1002
1003 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1004
1005         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1006         typo. Fixes: #390063.
1007
1008 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1009
1010         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1012         caps leak.
1013         * win32/common/config.h: Updated.
1014
1015 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1016
1017         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1018         (setup_gdpdepay_streamheader):
1019         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1020         (setup_gdppay_streamheader):
1021           Fix the dp tests, but activating the pads for the streamheader tests
1022           too and cleaning up conditionaly
1023
1024 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1025
1026         * gst/ffmpegcolorspace/avcodec.h:
1027         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1028         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1029         (gst_ffmpegcsp_avpicture_fill):
1030         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1031         (img_get_alpha_info):
1032         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1033         other end of the word. Fixes: #387073.
1034
1035         Add some inconsequential branch hints in a couple of places.
1036
1037 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1038
1039         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1040         (gst_ffmpeg_caps_to_smpfmt):
1041           The "signed" field in raw audio caps is of boolean type, trying to
1042           extract the value with _get_int() will fail (fix to keep in sync with
1043           the copy in gst-ffmpeg)
1044
1045 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1046
1047         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1048         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1049         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1050         (cleanup_gdpdepay):
1051         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1052         * tests/check/elements/subparse.c: (teardown_subparse):
1053         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1054         * tests/check/elements/videorate.c: (cleanup_videorate):
1055         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1056         * tests/check/elements/volume.c: (cleanup_volume):
1057         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1058         (cleanup_vorbisdec):
1059         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1060         (cleanup_vorbistag):
1061           consistent pad (de)activation
1062
1063 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1064
1065         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1066           Forgot to register the extensions.
1067
1068 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1069
1070         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1071         (plugin_init):
1072           Add typefinder for VIVO files (my christmas present to the 90s).
1073
1074 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1075
1076         * gst/playback/gstdecodebin.c: (type_found):
1077           Special-case the text/plain media type: we only want to recognise it
1078           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1079           parser, but not if the entire stream is of text/plain type. If the
1080           entire stream is text/plain, we should just error out.
1081
1082           This fixes playback of audio files with lyrics in totem. Totem can't
1083           distinguish between text files and subtitle files and passes any
1084           .txt file with the same basename as the main file to playbin as
1085           suburi, and playbin will then throw a 'subtitle found, but no video
1086           stream' error, which isn't entirely helpful. See #380342.
1087
1088           Also, with this change we'll show a slightly more correct error
1089           message in case totem passes a playlist file to us (although a
1090           custom error message wording instead of the default text would
1091           probably not be a bad idea either).
1092
1093           Same problem also needs to be fixed for playbin+decodebin2.
1094
1095         * tests/check/Makefile.am:
1096         * tests/check/elements/decodebin.c: (src_handoff_cb),
1097         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1098         (decodebin_suite):
1099           Add simple unit test for decodebin for the above.
1100
1101 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1102
1103         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1104         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1105           Refuse to change state to READY when we failed to create any of the
1106           required elements in our instance init function.
1107
1108 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1109
1110         * docs/libs/gst-plugins-base-libs-sections.txt:
1111           Small docs fixes/updates.
1112
1113         * gst-libs/gst/video/gstvideosink.h:
1114           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1115           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1116           removed from the base sink API between 0.9.6 and 0.9.7).
1117           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1118           accessor macros, so we don't do a runtime GObject type check every
1119           time we use them.
1120
1121 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1122
1123         * Makefile.am:
1124         * gst-plugins-base.doap:
1125         * gst-plugins-base.spec.in:
1126           add doap file
1127
1128 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         Patch by: Jens Granseuer <jensgr at gmx net>
1131
1132         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1133         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1134         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1135         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1137           Declare variables at the beginning of a block. Fixes #383195.
1138
1139 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1140
1141         * configure.ac:
1142         Bump version nano - back to CVS.
1143
1144
1145 === release 0.10.11 ===
1146
1147 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1148
1149         * configure.ac:
1150           releasing 0.10.11, "Dumb things"
1151
1152 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1153
1154         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1155         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1156         Handle the case where an element has multiple pads with 
1157         unfixed caps as well as still possibly producing more dynamic 
1158         pads by storing each case as a distinct entry in the dynamic list.
1159         Fixes #38223 again.
1160
1161 2006-12-04  Wim Taymans  <wim@fluendo.com>
1162
1163         * gst/playback/gstdecodebin.c: (close_pad_link):
1164         Fix #382223, add more dynamic caps handling.
1165
1166 2006-12-04  Wim Taymans  <wim@fluendo.com>
1167
1168         reviewed by: <delete if not using a buddy>
1169
1170         * gst-libs/gst/audio/gstringbuffer.h:
1171         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1172         (gst_netaddress_set_ip4_interface),
1173         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1174         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1175         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1176         (gst_netaddress_get_ttl):
1177         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1178         * gst/playback/gstdecodebin.c: (close_pad_link):
1179         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1180         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1181         * win32/common/config.h:
1182
1183 2006-12-01  Michael Smith  <msmith@fluendo.com>
1184
1185         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1186           Delete bad debug code.
1187           Fixes #381219
1188
1189 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1190
1191         * gst/videoscale/vs_4tap.c:
1192         * win32/MANIFEST:
1193         * win32/common/config.h:
1194         * win32/vs8/libgstvideoscale.vcproj:
1195         Fix compilation on win32 under VS8
1196         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1197         Partially fixes #381175
1198
1199 2006-11-30  Michael Smith  <msmith@fluendo.com>
1200
1201         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1202         (GST_START_TEST):
1203           It would be very bad if, after a discont buffer, we thought every
1204           single following buffer was also discont. So, add to the test to
1205           ensure that this isn't the case.
1206           
1207         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1208           ... it was the case. So fix it.
1209
1210 2006-11-28  Wim Taymans  <wim@fluendo.com>
1211
1212         * gst/playback/gstplaybasebin.c: (check_queue_event):
1213         Improve debug.
1214
1215         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1216         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1217         padtemplate caps. Refixes #357577.
1218
1219 2006-11-28  Wim Taymans  <wim@fluendo.com>
1220
1221         * gst/playback/gstplaybasebin.c: (check_queue_event),
1222         (queue_threshold_reached), (queue_out_of_data),
1223         (gen_preroll_element):
1224         Add event probe to see when EOS is in a queue and we can disable the
1225         underrun signals. Fixes #357577.
1226
1227 2006-11-28  Edward Hervey  <edward@fluendo.com>
1228
1229         * gst/playback/Makefile.am:
1230         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1231         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1232         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1233         (gst_decode_bin_init), (gst_decode_bin_dispose),
1234         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1235         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1236         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1237         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1238         (connect_element), (expose_pad), (type_found),
1239         (pad_added_group_cb), (pad_removed_group_cb),
1240         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1241         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1242         (are_raw_caps), (multi_queue_overrun_cb),
1243         (multi_queue_underrun_cb), (gst_decode_group_new),
1244         (get_current_group), (group_demuxer_event_probe),
1245         (gst_decode_group_control_demuxer_pad),
1246         (gst_decode_group_control_source_pad),
1247         (gst_decode_group_check_if_blocked),
1248         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1249         (gst_decode_group_hide), (gst_decode_group_free),
1250         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1251         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1252         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1253         (plugin_init):
1254         New decodebin2 element.
1255         Closes #370092
1256         * gst/playback/gstplay-marshal.list:
1257         Added marshallers for new signals in decodebin2
1258         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1259         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1260         is set.
1261
1262 2006-11-28  Wim Taymans  <wim@fluendo.com>
1263
1264         * gst/playback/gstplaybasebin.c: (setup_source),
1265         (gst_play_base_bin_change_state):
1266         Disable rtsp:// uris for the release, it's not good enough yet.
1267         Remove unused var.
1268
1269 2006-11-26  Wim Taymans  <wim@fluendo.com>
1270
1271         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1272         (theora_dec_push_forward), (theora_dec_push_reverse),
1273         (theora_handle_data_packet), (theora_dec_decode_buffer),
1274         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1275         (theora_dec_chain_forward), (theora_dec_chain):
1276         Implement reverse playback.
1277
1278         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1279         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1280         (vorbis_dec_chain_forward):
1281         Clear buffers used for reverse playback in _reset.
1282         No need to set the eos flag, we clip samples using the segment.
1283
1284 2006-11-24  Wim Taymans  <wim@fluendo.com>
1285
1286         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1287         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1288         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1289         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1290         Some cleanups.
1291         Handle continued pages in reverse mode.
1292
1293 2006-11-24  Wim Taymans  <wim@fluendo.com>
1294
1295         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1296         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1297         (vorbis_dec_flush_decode):
1298         Small cleanups.
1299         Don't try to add invalid timestamps.
1300         Clipping will unref the buffer.
1301
1302 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1303
1304         * gst/adder/gstadder.h:
1305         * gst/audiotestsrc/gstaudiotestsrc.h:
1306           remove obsolete _factory_init protos
1307
1308 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1309
1310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1311           Fix spacing in debug message.
1312
1313 2006-11-23  Wim Taymans  <wim@fluendo.com>
1314
1315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1316         (gst_ogg_demux_chain):
1317         Don't just ignore return values from _pad_push().
1318         Small debug improvements.
1319
1320 2006-11-23  Michael Smith  <msmith@fluendo.com>
1321
1322         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1323           If our incoming buffer is marked as DISCONT, then increment the page
1324           number (so that the discontinuity is marked in the final ogg
1325           bitstream) and flush the previous page.
1326
1327 2006-11-22  Michael Smith  <msmith@fluendo.com>
1328
1329         * ext/theora/gsttheoraenc.h:
1330         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1331         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1332         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1333         (theora_enc_chain), (theora_enc_change_state):
1334           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1335
1336         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1337         (GST_START_TEST), (theoraenc_suite):
1338           Enable discontinuity test, fix it.
1339
1340 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1341
1342         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1343         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1344         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1345         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1346         (gst_text_overlay_change_state):
1347         * ext/pango/gsttextoverlay.h:
1348           Some textoverlay fixes: for one, in the video chain function,
1349           actually wait for a text buffer to come in if there is none at the
1350           moment and there should be one; also, deal more gracefully with
1351           incoming buffers that do not have a timestamp or duration; discard
1352           text buffer when not needed any longer. Fixes #341681.
1353
1354         * tests/check/Makefile.am:
1355         * tests/check/elements/.cvsignore:
1356         * tests/check/elements/textoverlay.c:
1357         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1358         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1359         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1360         (test_video_waits_for_text_send_text_newsegment_thread),
1361         (test_video_waits_for_text_shutdown_element),
1362         (test_render_continuity_push_video_buffers_thread),
1363         (textoverlay_suite):
1364           Add some unit tests for textoverlay.
1365
1366 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1367
1368         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1369           Avoid integer underflow when the found probability for mp3 is
1370           smaller than the 'penalty' we subtract if there's not a clean
1371           mp3 header sync at offset 0.
1372
1373 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1374
1375         * docs/libs/gst-plugins-base-libs-sections.txt:
1376           Add some new symbols to the docs
1377
1378 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1379
1380         * tests/check/Makefile.am:
1381         * tests/check/elements/ffmpegcolorspace.c:
1382         (ffmpegcolorspace_suite):
1383           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1384           (for now not for valgrinding though, since it takes too long).
1385
1386 2006-11-20  Wim Taymans  <wim@fluendo.com>
1387
1388         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1389         (gst_ffmpeg_pixfmt_to_caps):
1390         Fix RGBA32 caps. Fixes #357038.
1391
1392 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1393
1394         * gst-libs/gst/interfaces/mixertrack.h:
1395           Add FIXME so we can add some padding here in 0.11
1396
1397 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1398
1399         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1400           Fix GstBaseRTPAudioPayload structure so the whole GObject
1401           inheritance business actually works (parent class instance structure
1402           must always come first in the derived class instance structure).
1403
1404 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1405
1406         * gst/videotestsrc/Makefile.am:
1407         * tests/check/Makefile.am:
1408           Make sure our checks and the videotestsrc plugin link against the
1409           local uninstalled gst libs and not any installed gst libs that
1410           might happen to exist as well.
1411
1412         * tests/check/elements/adder.c: (message_received),
1413         (test_event_message_received), (test_play_twice_message_received):
1414         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1415           Fix compiler warnings when compiling against core with disabled
1416           debugging system.
1417
1418 2006-11-16  Michael Smith  <msmith@fluendo.com>
1419
1420         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1421         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1422           Fix audiorate, so that it accurately sets offsets and timestamps.
1423           Doesn't change the fundamental algorithmic decisions; so should be
1424           safe.
1425
1426         * tests/check/Makefile.am:
1427           Enable audiorate test now that it passes.
1428
1429 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1430
1431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1432           clear xv when going to NULL, remove // commented non-existant proto
1433
1434         * tests/examples/seek/seek.c: (main):
1435           add missing tooltip description for scrub and play_scrub
1436
1437 2006-11-14  David Schleef  <ds@schleef.org>
1438
1439         * configure.ac:
1440           Bump liboil requirement to 0.3.8.
1441         * gst-libs/gst/riff/riff-media.c:
1442           Add Dirac fourcc.
1443         * gst/videoscale/vs_image.h:
1444         * gst/videoscale/vs_scanline.h:
1445           Use liboil's stdint.h.
1446         * gst/videotestsrc/videotestsrc.c:
1447           Remove liboil related ifdef's, since they aren't needed now, and
1448           won't work with future versions.
1449
1450 2006-11-14  David Schleef  <ds@schleef.org>
1451
1452         * gst/videoscale/Makefile.am:
1453         * gst/videoscale/gstvideoscale.c:
1454         * gst/videoscale/gstvideoscale.h:
1455         * gst/videoscale/vs_4tap.c:
1456         * gst/videoscale/vs_4tap.h:
1457         * gst/videoscale/vs_image.c:
1458         * gst/videoscale/vs_image.h:
1459         * gst/videoscale/vs_scanline.c:
1460         * gst/videoscale/vs_scanline.h:
1461           Add a 4-tap image scaler.  Theoretically looks much prettier.
1462           The tap calculation could use some improvement.
1463
1464 2006-11-14  Wim Taymans  <wim@fluendo.com>
1465
1466         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1467
1468         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1469         (gst_riff_parse_strf_iavs):
1470         * gst/subparse/gstsubparse.c: (convert_encoding):
1471         * gst/tcp/gstmultifdsink.c:
1472         (gst_multi_fd_sink_handle_client_write):
1473         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1474         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1475         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1476         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1477         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1478         (gst_ximagesink_ximage_new):
1479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1480         Various gsize and gssize printf fixes. Fixes #372507.
1481
1482 2006-11-13  Wim Taymans  <wim@fluendo.com>
1483
1484         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1485         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1486         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1487         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1488         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1489         * ext/vorbis/vorbisdec.h:
1490         First stab at vorbis reverse playback.
1491
1492 2006-11-13  Wim Taymans  <wim@fluendo.com>
1493
1494         * gst-libs/gst/audio/gstbaseaudiosink.c:
1495         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1496         * gst-libs/gst/audio/gstbaseaudiosink.h:
1497         Make the clock sync code more accurate wrt resampling and playback
1498         at different rates.
1499         
1500         * gst-libs/gst/audio/gstringbuffer.c:
1501         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1502         * gst-libs/gst/audio/gstringbuffer.h:
1503         Use better algorithm to interpolate sample rates. 
1504
1505 2006-11-13  Michael Smith  <msmith@fluendo.com>
1506
1507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1508           Improve a debug line slightly.
1509
1510         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1511           Call gst_riff_init() in plugin_init, to avoid getting errors from
1512           the debug system (unrelated changes to another plugin made this turn
1513           up; not sure why).
1514
1515 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1516
1517         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1518
1519         * win32/common/libgsttag.def:
1520           Add missing symbol (#366492).
1521
1522 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1523
1524         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1525           Don't unref a NULL pad.
1526
1527 2006-11-09  Wim Taymans  <wim@fluendo.com>
1528
1529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1530         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1531         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1532         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1533         (gst_ogg_demux_loop):
1534         Implement first stab at reverse playback.
1535
1536 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1537
1538         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1539         (gst_riff_create_video_template_caps):
1540           add h263/h264 variants to the caps, Fixes #363118
1541
1542 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1543
1544         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1545         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1546           Use g_strerror instead of strerror so we get UTF-8.
1547
1548 2006-11-03  David Schleef  <ds@schleef.org>
1549
1550         * ext/ogg/gstoggdemux.c:
1551         * ext/ogg/gstoggmux.c:
1552           Add/remove KW-DIRAC header here, since it is ogg-specific.
1553
1554 2006-11-03  Michael Smith  <msmith@fluendo.com>
1555
1556         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1557           Recognise more mpeg4 elementary video streams.
1558
1559 2006-11-02  Edward Hervey  <edward@fluendo.com>
1560
1561         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1562         Lower the probability of mp3 typefinding functions if we don't find a
1563         valid mp3 header at the start of the file.
1564         Closes #369482
1565
1566 2006-11-02  Wim Taymans  <wim@fluendo.com>
1567
1568         * ext/theora/gsttheoradec.h:
1569         * ext/theora/theoradec.c: (gst_theora_dec_init),
1570         (theora_dec_sink_event), (theora_dec_chain_forward),
1571         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1572         (theora_dec_chain):
1573         Document and partially implement an algorithm for doing reverse playback
1574         of theora video.
1575
1576 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1577
1578         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1579
1580         * win32/common/config.h:
1581         * win32/common/interfaces-enumtypes.c:
1582         * win32/common/libgsttag.def:
1583         * win32/vs8/gst-plugins-base.sln:
1584         * win32/vs8/libgstaudioresample.vcproj:
1585         * win32/vs8/libgstinterfaces.vcproj:
1586         * win32/vs8/libgstogg.vcproj:
1587         * win32/vs8/libgstriff.vcproj:
1588         * win32/vs8/libgsttag.vcproj:
1589         * win32/vs8/libgsttheora.vcproj:
1590         * win32/vs8/libgstvideoscale.vcproj:
1591         * win32/vs8/libgstvorbis.vcproj:
1592           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1593           to libgsttag.def; add missing dependencies for some vs8 projects;
1594           re-arrange placement of .def files in vs8 projects (#366334).
1595
1596 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         * ext/ogg/gstogg.c:
1599           Remove unused variable.
1600
1601         * ext/ogg/gstoggdemux.c:
1602           Fix Wim's surname in plugin description.
1603
1604 2006-10-31  Wim Taymans  <wim@fluendo.com>
1605
1606         * gst-plugins-base.spec.in:
1607         spec new .h file. Fixes #368310.
1608
1609 2006-10-31  Michael Smith  <msmith@fluendo.com>
1610
1611         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1612         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1613         (gst_multi_fd_sink_get_stats),
1614         (gst_multi_fd_sink_remove_client_link),
1615         (gst_multi_fd_sink_queue_buffer),
1616         (gst_multi_fd_sink_handle_clients):
1617         * gst/tcp/gstmultifdsink.h:
1618           Make using the remove or clear signals threadsafe.
1619           Make calling get-stats with an invalid fd not segfault.
1620           Fixes 368273.
1621
1622 2006-10-31  Wim Taymans  <wim@fluendo.com>
1623
1624         * gst-libs/gst/rtp/Makefile.am:
1625         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1626         (gst_base_rtp_audio_payload_init):
1627         Fix and activate base audio payloader.
1628
1629 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1630
1631         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1632         (plugin_init):
1633           Add typefinder for QuickTime Image Files (see #366156).
1634
1635 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1636
1637         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1638           Another typo fix (#366212).
1639
1640 2006-10-27  Wim Taymans  <wim@fluendo.com>
1641
1642         * gst/volume/gstvolume.c: (volume_transform_ip):
1643         Use stream time to synchronize volume property instead of rather random
1644         timestamps. This is needed when gnonlin does its time shifting.
1645
1646 2006-10-27  Wim Taymans  <wim@fluendo.com>
1647
1648         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1649
1650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1651         Remove the pad from the element in release_pad. Fixes #364812.
1652
1653 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1654
1655         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1657           Explicitly create our custom buffer classes at a thread-safe
1658           location as well, since g_type_class_ref() doesn't seem to be
1659           entirely thread-safe either (#365501; also see #349410).
1660
1661 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1662
1663         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1664         (gst_riff_parse_info):
1665           If strings in INFO chunk are not UTF-8, do something similar to
1666           what we do for ID3v1 tags: check a number of environment variables
1667           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1668           character sets to try, otherwise try the current locale and/or fall
1669           back on ISO-8859-1. Fixes #360552.
1670
1671 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1672
1673         * gst/videotestsrc/gstvideotestsrc.c:
1674         (gst_video_test_src_pattern_get_type),
1675         (gst_video_test_src_set_pattern):
1676         * gst/videotestsrc/gstvideotestsrc.h:
1677         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1678         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1679         (gst_video_test_src_checkers8):
1680         * gst/videotestsrc/videotestsrc.h:
1681           Add a bunch of exciting new checkers patterns.
1682
1683 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1684
1685         * gst/subparse/Makefile.am:
1686         * gst/subparse/gstsubparse.c:
1687         (gst_sub_parse_data_format_autodetect),
1688         (gst_sub_parse_format_autodetect), (handle_buffer),
1689         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1690         * gst/subparse/gstsubparse.h:
1691         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1692         (parse_tmplayer):
1693         * gst/subparse/tmplayerparse.h:
1694           Add support for TMPlayer-type subtitles (#362845).
1695
1696         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1697         (GST_START_TEST), (subparse_suite):
1698           Add some basic unit tests for the above.
1699
1700 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1701
1702         * tests/check/elements/audiorate.c: (test_injector_base_init),
1703         (test_injector_class_init), (test_injector_chain),
1704         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1705         (GST_START_TEST), (audiorate_suite):
1706           More tests for audiorate: inject buffers to check behaviour when
1707           buffers overlap.
1708
1709 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1710
1711         * tests/check/Makefile.am:
1712         * tests/check/elements/.cvsignore:
1713         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1714         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1715           Add some basic unit tests for audiorate. Disabled at the moment
1716           since it doesn't pass yet (see bug #363119).
1717
1718 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1719
1720         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1721         (parse_subrip), (handle_buffer):
1722           Add missing closing tags for markup and fix broken markup,
1723           otherwise pango won't render anything (fixes #357531). Also,
1724           make sure the text we send out is always NUL-terminated
1725           (better safe than sorry etc.).
1726
1727         * tests/check/elements/subparse.c: (test_srt_do_test),
1728         (test_srt):
1729           Some more tests for .srt incl. tests for the above stuff.
1730
1731 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1732
1733         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1735         Patch by: Stefan Kost  <ensonic@users.sf.net>
1736         Try to redraw borders only when needed. Apparently this consumes
1737         resources on small devices... :-O (#363607)
1738
1739 2006-10-20  Michael Smith  <msmith@fluendo.com>
1740
1741         * gst/tcp/gstmultifdsink.c:
1742         (gst_multi_fd_sink_client_queue_buffer):
1743           If caps change, then update the client's idea of the caps so that we
1744           don't end up re-sending streamheaders for every single buffer after
1745           the caps change.
1746
1747 2006-10-20  Michael Smith  <msmith@fluendo.com>
1748
1749         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1750         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1751           Set caps on pushed buffers; fix up refcounting of caps objects.
1752
1753 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1754
1755         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1756         (plugin_init):
1757           Typefind mmsh header data packet to application/x-mmsh (#362625).
1758
1759 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1760
1761         * tests/check/Makefile.am:
1762         * tests/check/elements/.cvsignore:
1763         * tests/check/elements/subparse.c: (buffer_from_static_string),
1764         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1765         (GST_START_TEST), (subparse_suite):
1766           Add very simple unit test for subparse.
1767
1768 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1769
1770         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1771         (parse_subrip):
1772           Strip trailing newlines from subtitle text output.
1773
1774 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1775
1776         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1777         (gst_sub_parse_change_state):
1778           Fix memleak; clear subparse->textbuf n state change function.
1779
1780 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1781
1782         * gst/subparse/gstsubparse.c:
1783         (gst_sub_parse_data_format_autodetect):
1784           Don't require subrip (.srt) files to start with a chunk number of 1.
1785
1786 2006-10-18  Wim Taymans  <wim@fluendo.com>
1787
1788         * gst-libs/gst/audio/gstbaseaudiosink.c:
1789         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1790         * gst-libs/gst/audio/gstbaseaudiosink.h:
1791         Extract rate from the NEWSEGMENT event.
1792         Use commit_full to also take rate adjustment into account when writing
1793         samples to the ringbuffer.
1794         
1795         * gst-libs/gst/audio/gstringbuffer.c:
1796         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1797         (gst_ring_buffer_read):
1798         * gst-libs/gst/audio/gstringbuffer.h:
1799         Added _commit_full() to also take rate into account.
1800         Use simple interpolation algorithm to resample audio.
1801         API: gst_ring_buffer_commit_full()
1802
1803         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1804         * tests/examples/seek/seek.c: (segment_done):
1805         Don't try to seek with 0.0 rate, just pause instead.
1806         Remove bogus debug line.
1807
1808 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1811         (setup_source):
1812           Catch async errors when starting up the subtitle bin, so we can
1813           stop waiting and continue with the main film instead of hanging
1814           forever. Fixes #339366.
1815
1816         * tests/check/elements/playbin.c: (playbin_suite):
1817           Enable unit test for the above.
1818
1819 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1820
1821         * tests/check/Makefile.am:
1822         * tests/check/elements/.cvsignore:
1823         * tests/check/elements/playbin.c: (GST_START_TEST),
1824         (gst_red_video_src_uri_get_type),
1825         (gst_red_video_src_uri_get_protocols),
1826         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1827         (gst_red_video_src_uri_handler_init),
1828         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1829         (gst_red_video_src_create), (gst_red_video_src_class_init),
1830         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1831           Some small and basic unit tests for playbin; not very useful yet,
1832           but at least a start.
1833
1834 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1835
1836         * gst/playback/gstplaybin.c: (setup_sinks):
1837           The old pad activation spiel.
1838
1839 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1840
1841         * gst/playback/gstplaybasebin.c: (setup_source):
1842           Don't hang forever if the subbin already fails to start up in 
1843           the state change to PAUSED (#339366).
1844
1845 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1846
1847         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1848         (gst_tuner_set_channel), (gst_tuner_get_channel),
1849         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1850         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1851         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1852         (gst_tuner_find_channel_by_name):
1853           Fix some function guards, add some more function guards.
1854
1855 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1856
1857         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1858         (remove_element_chain):
1859         Don't return a pad from get_our_ghost_pad unless it is actually the
1860         one we want.
1861         Change a cast in remove_element_chain slightly.
1862
1863 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1864
1865         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1866         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1867         Segment seeking needs to use the rate and set stop to -1.
1868
1869 2006-10-13  Wim Taymans  <wim@fluendo.com>
1870
1871         * gst-libs/gst/audio/gstbaseaudiosink.c:
1872         (gst_base_audio_sink_setcaps):
1873         Don't crash when ringbuffer is not yet created.
1874         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1875         Fixes #361634.
1876
1877         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1878         * gst/playback/gststreamselector.c:
1879         (gst_stream_selector_request_new_pad):
1880         Activate pads befre adding them to running elements.
1881
1882 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1883
1884         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1885         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1886         updater when we start grabing the slider. Don't wait for the
1887         pipeline to be PAUSED.
1888
1889 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1890
1891         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1892         (gst_mixer_set_volume), (gst_mixer_get_volume),
1893         (gst_mixer_set_mute), (gst_mixer_set_option),
1894         (gst_mixer_get_option), (gst_mixer_mute_toggled),
1895         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
1896         (gst_mixer_option_changed):
1897           Guard mixer interface functions against bogus arguments.
1898
1899 2006-10-12  Julien MOUTTE  <julien@moutte.net>
1900
1901         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1902         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
1903         (msg_state_changed), (main): Use state-changed messages to trigger
1904         start/stop of scale update timer. Indeed the scale slider was
1905         jumping here and there because the update timer was activated 
1906         before seek completed. This fixes instant applying of rate changes
1907         by pressing the spinbutton like a crazy man !
1908
1909 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
1910
1911         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
1912
1913         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1914         (gst_basertppayload_finalize):
1915           Fix two small memory leaks (#361456).
1916
1917 2006-10-10  Julien MOUTTE  <julien@moutte.net>
1918
1919         * tests/examples/seek/seek.c: (do_seek),
1920         (rate_spinbutton_changed_cb): When changing spinbutton we try
1921         to change the rate on the fly.
1922
1923 2006-10-10  Wim Taymans  <wim@fluendo.com>
1924
1925         * gst-libs/gst/riff/riff-ids.h:
1926         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1927         (gst_riff_create_audio_template_caps):
1928         Add WMS caps.
1929
1930 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1931
1932         Patch by: Josep Torre Valles <josep@fluendo.com>
1933
1934         * ext/gnomevfs/gstgnomevfssink.c:
1935         * ext/gnomevfs/gstgnomevfssrc.c:
1936         Fix URI interface implementation return type.
1937         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
1938         Fix what looks like a copy/paste issue when assigning values.
1939         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1940         (gst_audio_filter_template_get_type):
1941         Cast to prevent Forte warnings.
1942         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1943         Fix URI interface implementation return type.
1944         gst_pad_query_position requires a signed integer pointer as
1945         3rd parameter, GstClockTime is unsigned.
1946         * gst/audioconvert/audioconvert.c:
1947         Fix integer overflow when treated as signed.
1948         * gst/audioresample/resample.c: (resample_add_input_data):
1949         Cast to prevent warnings on Forte.
1950         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
1951         Fix integer overflow when treated as signed.
1952         * gst/ffmpegcolorspace/imgconvert_template.h:
1953         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
1954         * gst/playback/gstdecodebin.c: (queue_filled_cb),
1955         (cleanup_decodebin):
1956         Who initialises a guint to -1!
1957         Cast function pointers to prevent warnings on Forte.
1958         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
1959         (queue_threshold_reached):
1960         Cast function pointers correctly to prevent warnings on Forte.
1961         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
1962         Cast function pointers correctly to prevent warnings on Forte.
1963         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
1964         Obvious change to unsigned, 0xEF > max signed char.
1965         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
1966         GstClockTime is unsigned, initialise correctly.
1967         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
1968         Cast so pointer arithemetic doesn't cause warnings on Forte.
1969         * gst/videorate/gstvideorate.c:
1970         Use correct return value.
1971         * tests/examples/seek/scrubby.c:
1972         GstClockTime is unsigned, initialise correctly.
1973
1974 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1975
1976         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
1977
1978         * gst/typefind/gsttypefindfunctions.c:
1979           Recognise XML files and XML-like files shorter than 256 bytes as
1980           well (fixes #359237).
1981
1982 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
1983
1984         Patch by: Renato Filho <renato.filho@indt.org.br>
1985         
1986         * gst/typefind/gsttypefindfunctions.c:
1987         Added typefind functions to video/x-nuv media.
1988         
1989 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
1990
1991         * gst-libs/gst/interfaces/xoverlay.c:
1992         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
1993           Some more guards against invalid input.
1994
1995 2006-10-07  Julien MOUTTE  <julien@moutte.net>
1996
1997         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
1998         Useless goto.
1999         * tests/examples/seek/seek.c: (do_seek),
2000         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2001         seek example to experiment with rates != 1.0 (reverse playback !)
2002
2003 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2004
2005         * gst-libs/gst/interfaces/xoverlay.c:
2006           Unref message in doc-example (spotted by Robert McQueen)
2007
2008 2006-10-06  Wim Taymans  <wim@fluendo.com>
2009
2010         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2011         (mpeg1_parse_header), (mpeg1_sys_type_find):
2012         printf fix.
2013
2014 2006-10-06  Wim Taymans  <wim@fluendo.com>
2015
2016         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2017         (close_pad_link):
2018         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2019         Activate dynamic pads before adding them to the element.
2020
2021 2006-10-06  Michael Smith  <msmith@fluendo.com>
2022
2023         * gst-libs/gst/floatcast/floatcast.h:
2024           Fix obviously-bogus macros; use the correct types.
2025
2026 2006-10-06  Wim Taymans  <wim@fluendo.com>
2027
2028         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2029         (gst_base_rtp_depayload_change_state):
2030         Also call parent state change function to activate pads.
2031
2032         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2033         (mpeg1_parse_header), (mpeg1_sys_type_find):
2034         Add some more debug info in mpeg typefinding.
2035
2036 2006-10-06  Michael Smith  <msmith@fluendo.com>
2037
2038         * ext/theora/theoradec.c: (theora_dec_chain):
2039           Zero byte theora packets are valid and well-defined; don't warn on
2040           them.
2041
2042 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2043
2044         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2045         (gst_multi_fd_sink_get_stats), (find_limits),
2046         (gst_multi_fd_sink_queue_buffer):
2047           API: add dropped_buffers to the get-stats GValueArray
2048
2049 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2050
2051         * ext/alsa/gstalsadeviceprobe.c:
2052         (gst_alsa_device_property_probe_get_values):
2053         * ext/alsa/gstalsasink.c: (set_hwparams):
2054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2055         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2056         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2057         (gst_ogg_mux_process_best_pad):
2058         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2059         (gst_ogg_parse_chain):
2060         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2061         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2062         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2063         (gst_vorbis_enc_buffer_check_discontinuous):
2064         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2065         * gst-libs/gst/audio/gstbaseaudiosink.c:
2066         (gst_base_audio_sink_render):
2067         * gst-libs/gst/cdda/gstcddabasesrc.c:
2068         (gst_cdda_base_src_handle_track_seek):
2069         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2070         (gst_base_rtp_depayload_push_full):
2071         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2072         * gst/audioresample/resample.c: (resample_input_pushthrough):
2073         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2074         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2075         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2076         (wavpack_type_find):
2077         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2078         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2079         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2080         * tests/check/elements/volume.c: (GST_START_TEST):
2081           Printf format fixes.
2082
2083 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2084
2085         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2086           Fix a simple mistake (see the docs)
2087           Fixes #359580
2088
2089 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2090
2091         * docs/plugins/Makefile.am:
2092         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2093         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2094         * docs/plugins/gst-plugins-base-plugins.args:
2095         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2096         * docs/plugins/inspect/plugin-adder.xml:
2097         * docs/plugins/inspect/plugin-alsa.xml:
2098         * docs/plugins/inspect/plugin-audioconvert.xml:
2099         * docs/plugins/inspect/plugin-audiorate.xml:
2100         * docs/plugins/inspect/plugin-audioresample.xml:
2101         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2102         * docs/plugins/inspect/plugin-cdparanoia.xml:
2103         * docs/plugins/inspect/plugin-decodebin.xml:
2104         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2105         * docs/plugins/inspect/plugin-gdp.xml:
2106         * docs/plugins/inspect/plugin-gnomevfs.xml:
2107         * docs/plugins/inspect/plugin-libvisual.xml:
2108         * docs/plugins/inspect/plugin-ogg.xml:
2109         * docs/plugins/inspect/plugin-pango.xml:
2110         * docs/plugins/inspect/plugin-playbin.xml:
2111         * docs/plugins/inspect/plugin-subparse.xml:
2112         * docs/plugins/inspect/plugin-tcp.xml:
2113         * docs/plugins/inspect/plugin-theora.xml:
2114         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2115         * docs/plugins/inspect/plugin-video4linux.xml:
2116         * docs/plugins/inspect/plugin-videorate.xml:
2117         * docs/plugins/inspect/plugin-videoscale.xml:
2118         * docs/plugins/inspect/plugin-videotestsrc.xml:
2119         * docs/plugins/inspect/plugin-volume.xml:
2120         * docs/plugins/inspect/plugin-vorbis.xml:
2121         * docs/plugins/inspect/plugin-ximagesink.xml:
2122         * docs/plugins/inspect/plugin-xvimagesink.xml:
2123           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2124
2125 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2126
2127         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2128
2129         * ext/vorbis/Makefile.am:
2130         * ext/vorbis/vorbis.c: (plugin_init):
2131         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2132         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2133         * ext/vorbis/vorbisparse.h:
2134         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2135         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2136         (gst_vorbis_tag_parse_packet):
2137         * ext/vorbis/vorbistag.h:
2138           Add new vorbistag element which derives from vorbisparse
2139           and is essentially the same as well, only that it implements
2140           the GstTagSetter interface and can modify the stream's
2141           vorbiscomment on the fly (#335635).
2142
2143         * tests/check/Makefile.am:
2144         * tests/check/elements/.cvsignore:
2145         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2146         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2147         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2148         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2149           Add unit test for new vorbistag element.
2150
2151 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2152
2153         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2154         (vorbis_parse_push_headers), (vorbis_parse_chain):
2155           Set BOS flag in packet structure to fix 'jump depends
2156           on unitialized value' errors in valgrind; various minor
2157           clean-ups.
2158
2159 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2160
2161         * gst/playback/gstdecodebin.c: (close_pad_link):
2162         Fix typo in a debug statement.
2163
2164         * gst/playback/gstplaybasebin.c: (probe_triggered),
2165         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2166         (gen_source_element), (source_new_pad), (analyse_source),
2167         (setup_source):
2168         When handling no_more_pads in new_decoded_pad, make sure to treat
2169         subtitle pads correctly. Fixes playback with subtitle files.
2170
2171         Move a recurring message to LOG level.
2172
2173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2174         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2175         which ends up as -1 when cast to an int. Make the logic handle the
2176         max value as an unsigned mask and only change the colorkey when it's
2177         a value we recognise.
2178
2179 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2180
2181         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2182         Removed empty * between paragraphs
2183
2184 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2185
2186         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2187         * gst-libs/gst/rtp/README:
2188         Moved some documentation into .c file
2189
2190 2006-09-29  Wim Taymans  <wim@fluendo.com>
2191
2192         * gst/playback/gstdecodebin.c: (no_more_pads):
2193         Fix compilation.
2194
2195 2006-09-29  Wim Taymans  <wim@fluendo.com>
2196
2197         * gst/playback/gstdecodebin.c: (new_caps):
2198         Remove g_print
2199
2200         * gst/playback/gstplaybin.c:
2201         Add some docs.
2202
2203 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2204
2205         * tests/check/Makefile.am:
2206           Re-enable cddabasesrc test to see if it works again
2207           now.
2208
2209 2006-09-29  Wim Taymans  <wim@fluendo.com>
2210
2211         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2212         (gen_source_element):
2213         Handle invalid URIs a bit more gracefully.
2214
2215 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2216
2217         * tests/check/pipelines/oggmux.c:
2218           Remove obsolete comment.
2219
2220 2006-09-29  Michael Smith  <msmith@fluendo.com>
2221
2222         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2223         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2224         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2225         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2226         (gst_ogg_mux_collected):
2227           Commit patch from James "Doc" Livingston, adds proper EOS handling
2228           in oggmux. GStreamer can, for the first time ever, create a valid
2229           Ogg file! Yay!
2230
2231         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2232         (oggmux_suite):
2233           Reenable tests now that they pass.
2234
2235 2006-09-29  Wim Taymans  <wim@fluendo.com>
2236
2237         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2238         Stop reading commands when EOF (we read 0) as well.
2239
2240 2006-09-28  Wim Taymans  <wim@fluendo.com>
2241
2242         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2243         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2244         (find_dynamic), (unlinked), (close_link):
2245         Implement delayed caps linking needed for element with a lot of
2246         different caps on the src pads that get fixed at runtime.
2247         Improve management of dynamic elements.
2248
2249         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2250         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2251         (gen_preroll_element), (remove_groups), (unknown_type),
2252         (add_element_stream), (no_more_pads_full), (no_more_pads),
2253         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2254         (new_decoded_pad), (setup_subtitle), (array_has_value),
2255         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2256         (analyse_source), (remove_decoders), (make_decoder),
2257         (remove_source), (setup_source), (finish_source), (prepare_output),
2258         (gst_play_base_bin_change_state):
2259         * gst/playback/gstplaybasebin.h:
2260         Use more _CAST instead of full type checking casts.
2261         Small cleanups, plug some leaks.
2262         Handle dynamic sources.
2263         Add some helper functions to create lists of strings used for
2264         blacklisting and other stuff.
2265         Refactor some code dealing with analysing the source.
2266         Re-enable sources without pads (like cd:// or other selfcontained
2267         elements).
2268
2269 2006-09-28  Wim Taymans  <wim@fluendo.com>
2270
2271         * gst-libs/gst/audio/gstbaseaudiosink.c:
2272         (gst_base_audio_sink_render):
2273         When we have a timestamp, we can still perform clipping.
2274         When we have no clock, we must play the sample ASAP.
2275
2276 2006-09-28  Wim Taymans  <wim@fluendo.com>
2277
2278         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2279         Set caps on outgoing buffers.
2280
2281         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2282         (gst_video_rate_event), (gst_video_rate_chain):
2283         * gst/videorate/gstvideorate.h:
2284         Fix videorate some more. Fixes #357977
2285
2286 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2287
2288         * tests/check/elements/adder.c: (adder_suite):
2289           Don't set timeout to 6 seconds when we're running
2290           in valgrind ... (and how is 6 seconds longer than
2291           the default anyway?)
2292
2293 2006-09-28  Wim Taymans  <wim@fluendo.com>
2294
2295         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2296         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2297         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2298         Keep sink and src segment to keep track of time and support more
2299         input formats.
2300         Fix bogus next_offset and run_time calculation, don't understand how
2301         this could have worked before. Fixes #357976.
2302         Remove some unneeded vars.
2303
2304 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2305
2306         * gst/playback/gstplaybin.c: (remove_sinks):
2307           Only remove visualisation from visbin if there is a visbin (or:
2308           don't throw warnings when closing totem without playing a file).
2309
2310 2006-09-27  Wim Taymans  <wim@fluendo.com>
2311
2312         * gst-libs/gst/audio/gstbaseaudiosink.c:
2313         (gst_base_audio_sink_render):
2314         Add some more info in a WARNING.
2315
2316         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2317         (gst_base_audio_src_create):
2318         Handle PAUSE in create function, use new -core addition to
2319         wait for playing. Fixes pausing and resuming capture from an
2320         audiosrc.
2321
2322         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2323         (gst_ring_buffer_read):
2324         Constify some more.
2325         Caller supports interrupted reads now.
2326
2327 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2328
2329         * tests/check/Makefile.am:
2330           Another attempt to make the gen64 buildbot happy.
2331
2332 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2333
2334         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2335
2336         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2337         (gst_visual_chain), (gst_visual_change_state):
2338           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2339           correctly. Fixes #357800
2340
2341 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2342
2343         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2344           Add timeout to _get_state() so we see which pipeline it is
2345           that causes trouble on the gen64 build bot.
2346
2347 2006-09-27  Wim Taymans  <wim@fluendo.com>
2348
2349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2350         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2351         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2352         (gst_base_rtp_depayload_set_gst_timestamp):
2353         the source pad always uses fixed caps.
2354
2355 2006-09-27  Wim Taymans  <wim@fluendo.com>
2356
2357         * docs/libs/gst-plugins-base-libs-docs.sgml:
2358         * docs/libs/gst-plugins-base-libs-sections.txt:
2359         * gst-libs/gst/audio/gstaudioclock.c:
2360         * gst-libs/gst/audio/gstaudioclock.h:
2361         * gst-libs/gst/audio/gstaudiosink.c:
2362         * gst-libs/gst/audio/gstaudiosink.h:
2363         * gst-libs/gst/audio/gstaudiosrc.c:
2364         * gst-libs/gst/audio/gstbaseaudiosink.c:
2365         (gst_base_audio_sink_render):
2366         * gst-libs/gst/audio/gstbaseaudiosink.h:
2367         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2368         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2369         * gst-libs/gst/audio/gstringbuffer.h:
2370         Added docs for the audio libs.
2371
2372 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2373
2374         * tests/check/Makefile.am:
2375           Temporarily disable test that fails on the bots for unknown reasons.
2376
2377 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2378
2379         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2380         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2381         Moved AudioCodecType into priv
2382         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2383
2384 2006-09-25  Wim Taymans  <wim@fluendo.com>
2385
2386         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2387         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2388         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2389         (new_pad):
2390         Cleanups and small leak fixes.
2391         Added Depayloaders to valid list of autopluggable elements.
2392
2393 2006-09-25  Wim Taymans  <wim@fluendo.com>
2394
2395         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2396         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2397         (gen_video_element), (gen_text_element), (gen_audio_element),
2398         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2399         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2400         Detect NO_PREROLL state change returns and disable clock distribution to
2401         the sinks so that sync is disabled.
2402         Avoid some type checking and do simple casts instead.
2403         Small cleanups, fix some FIXMEs.
2404         Be more robust when linking user specified elements, catch an report
2405         errors. Fixes #357404.
2406         Fix some leaks in the error paths.
2407
2408 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2409
2410         * ChangeLog:
2411           ChangeLog surgery for missing bug-number
2412
2413 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2414
2415         Patch by: Peter Kjellerstedt  <pkj at axis com>
2416
2417         * gst/playback/test.c:
2418           Fix compilation with uClibc and -Werror (#357591).
2419
2420 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2421
2422         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2423           Parse dates that are followed by a time as well (#357532).
2424
2425         * tests/check/libs/tag.c: (test_vorbis_tags):
2426           Add unit test for this.
2427
2428 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2429
2430         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2431         (gst_audio_convert_transform_caps):
2432         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2433         * gst/videotestsrc/videotestsrc.h:
2434           A few array const-ifications.
2435
2436 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2437
2438         * tests/check/Makefile.am:
2439           See if this makes the build bots happy.
2440
2441         * tests/check/libs/cddabasesrc.c:
2442           UTF8-ise my name.
2443
2444 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2445
2446         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2447
2448         * gst/subparse/samiparse.c: (handle_start_font),
2449         (fix_invalid_entities):
2450           More case-insensitivity for certain tags; recognise entities with
2451           decimal codes as special entities as well (#357330).
2452
2453 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2454
2455         * gst-libs/gst/Makefile.am:
2456           Need to build tag directory before cdda.
2457
2458 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2459
2460         * docs/libs/gst-plugins-base-libs-sections.txt:
2461         * gst-libs/gst/cdda/Makefile.am:
2462         * gst-libs/gst/cdda/gstcddabasesrc.c:
2463         (gst_cdda_base_src_base_init):
2464         * gst-libs/gst/cdda/gstcddabasesrc.h:
2465         * gst-libs/gst/tag/tag.h:
2466         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2467         (gst_tag_register_musicbrainz_tags):
2468           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2469           depend on libgsttag. This is required so we can extract/read tags like
2470           DISCID without depending on libgstcddabasesrc (which used to register
2471           them).
2472
2473         * gst-libs/gst/tag/gstvorbistag.c:
2474           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2475           tags (also see #347848).
2476
2477         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2478           Log vorbis comments we are actually writing. Const-ify array.
2479
2480 2006-09-23  Wim Taymans  <wim@fluendo.com>
2481
2482         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2483         Improve buffering a bit by avoiding a deadlock because we cannot assume
2484         the underrun is always called.
2485
2486 2006-09-23  Wim Taymans  <wim@fluendo.com>
2487
2488         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2489
2490         * gst-libs/gst/riff/riff-ids.h:
2491         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2492         (gst_riff_create_audio_template_caps):
2493         Added MPEG-4 AAC and id and caps. Fixes #357289
2494         Added WMA9 Lossless id.
2495
2496 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2497
2498         * ext/gnomevfs/gstgnomevfssrc.c:
2499           Fix misleading docs addition.
2500
2501         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2502           Get rid of compiler warning the right way.
2503
2504 2006-09-22  Wim Taymans  <wim@fluendo.com>
2505
2506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2507         (gst_base_rtp_depayload_finalize),
2508         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2509         (gst_base_rtp_depayload_push_full),
2510         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2511         (gst_base_rtp_depayload_process),
2512         (gst_base_rtp_depayload_set_gst_timestamp),
2513         (gst_base_rtp_depayload_queue_release):
2514         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2515         Small cleanups.
2516         Fix some leaks.
2517         Refactored the process method and added methods to push from the process
2518         vmethod.
2519         Use _scale functions.
2520         API: gst_base_rtp_depayload_push_ts
2521         API: gst_base_rtp_depayload_push
2522
2523         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2524         timestamps are uint.
2525
2526 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2527
2528         * gst-libs/gst/interfaces/xoverlay.c:
2529           Remove unused statement from doc example.
2530
2531 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2532
2533         * gst-libs/gst/interfaces/videoorientation.c:
2534         (gst_video_orientation_iface_init),
2535         (gst_video_orientation_get_hflip),
2536         (gst_video_orientation_get_vflip),
2537         (gst_video_orientation_get_hcenter),
2538         (gst_video_orientation_get_vcenter),
2539         (gst_video_orientation_set_hflip),
2540         (gst_video_orientation_set_vflip),
2541         (gst_video_orientation_set_hcenter),
2542         (gst_video_orientation_set_vcenter):
2543           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2544           in ChangeLog)
2545
2546 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2547
2548         * tests/check/Makefile.am:
2549         * tests/check/elements/.cvsignore:
2550         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2551         (create_rgb_conversions), (rgb_conversion_free),
2552         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2553         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2554           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2555           but disable for now since it doesn't pass (something wrong with
2556           RGBA somewhere).
2557
2558 2006-09-21  Wim Taymans  <wim@fluendo.com>
2559
2560         * gst/playback/gstplaybasebin.c: (group_commit),
2561         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2562         (queue_out_of_data), (gen_preroll_element),
2563         (preroll_remove_overrun), (probe_triggered):
2564         Refactor handling of overrun detection.
2565         Separate handling of group completion and deadlock detection when doing
2566         network buffering. This should fix some deadlocks that were not detected
2567         because the group was completed.
2568         Add more comments, improve debugging.
2569
2570 2006-09-21  Wim Taymans  <wim@fluendo.com>
2571
2572         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2573         * tests/check/libs/audio.c:
2574         Some more compilation fixes.
2575
2576 2006-09-21  Wim Taymans  <wim@fluendo.com>
2577
2578         * gst-libs/gst/audio/gstringbuffer.c:
2579         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2580         (gst_ring_buffer_read):
2581         Early morning compilation fix.
2582
2583 2006-09-20  Wim Taymans  <wim@fluendo.com>
2584
2585         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2586         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2587         * tests/check/elements/videorate.c: (GST_START_TEST):
2588         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2589         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2590         Fix some warnings.
2591
2592 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2593
2594         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2595         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2596         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2597           Handcrafted merge to help CVS understanding what I changed and what
2598           not.
2599
2600 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2601
2602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2603         (gst_xvimagesink_get_times):
2604           change colorkey behaviour back according to #354773 comment 6/7
2605
2606 2006-09-19  Michael Smith  <msmith@fluendo.com>
2607
2608         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2609         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2610         (gst_multi_fd_sink_recover_client),
2611         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2612         (gst_multi_fd_sink_get_property):
2613         * gst/tcp/gstmultifdsink.h:
2614           Implement stubbed out properties unit-type, units-soft-max,
2615           units-max, to allow specifying maximum sizes in units other than
2616           buffers.
2617           Fixes #355935
2618
2619 2006-09-19  Wim Taymans  <wim@fluendo.com>
2620
2621         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2622         (gst_riff_create_audio_template_caps):
2623         Reorder the audio formats a bit for clarity.
2624         Detect and create caps for MSGSM and MSN (WAV49).
2625         Fixes #356596.
2626
2627         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2628         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2629         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2630         Small cleanups, move error handling out of normal flow for clarity.
2631
2632 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2633
2634         * docs/libs/gst-plugins-base-libs-docs.sgml:
2635         * docs/libs/gst-plugins-base-libs.types:
2636         * gst-libs/gst/interfaces/Makefile.am:
2637         * gst-libs/gst/interfaces/videoorientation.c:
2638         (gst_video_orientation_get_type),
2639         (gst_video_orientation_iface_init),
2640         (gst_video_orientation_get_hflip),
2641         (gst_video_orientation_get_vflip),
2642         (gst_video_orientation_get_hcenter),
2643         (gst_video_orientation_get_vcenter),
2644         (gst_video_orientation_set_hflip),
2645         (gst_video_orientation_set_vflip),
2646         (gst_video_orientation_set_hcenter),
2647         (gst_video_orientation_set_vcenter):
2648         * gst-libs/gst/interfaces/videoorientation.h:
2649           API: Add new interface to control video orientation (fixes #354908)
2650
2651 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2652
2653         * gst/videotestsrc/gstvideotestsrc.c:
2654           Use G_UNLIKELY in _create and log one more detail.
2655           
2656         (gst_video_test_src_get_times), (gst_video_test_src_create):
2657         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2658           Use gst_util_uint64_scale_int in _get_times().
2659
2660 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2661
2662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2663           Give better warning message (add object and detail).
2664
2665 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2666
2667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2668         (gst_xvimagesink_get_times):
2669           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2670           #354773), use gst_util_uint64_scale_int in _get_times()
2671
2672 2006-09-18  Michael Smith  <msmith@fluendo.com>
2673
2674         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2675           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2676           always true, leading to dropping all timestamps.
2677
2678 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2679
2680         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2681         (gst_visual_chain), (gst_visual_change_state):
2682           update to work also with libvisual 0.4 API, fix double unref (#355914)
2683           
2684         * tools/gst-launch-ext.1.in:
2685         * tools/gst-visualise.1.in:
2686           remove references to old man-pages
2687
2688         * tests/examples/seek/seek.c: (main):
2689           add real meadi-buttons, add tool-tips for the seek-options, arrange
2690           seek options in a table
2691
2692 2006-09-18  Michael Smith  <msmith@fluendo.com>
2693
2694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2695         (gst_ogg_mux_push_buffer):
2696           Don't generate out-of-order timestamps from oggmux, instead clamp
2697           output timestamps to be >= the previously output ts.
2698           Fixes #355595
2699
2700 2006-09-18  Michael Smith  <msmith@fluendo.com>
2701
2702         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2703         (gst_multi_fd_sink_class_init):
2704           Updates, fixes, and typo corrections for multifdsink. No functional
2705           changes.
2706
2707 2006-09-17  Michael Smith  <msmith@fluendo.com>
2708
2709         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2710           Don't crash on truncated files - check that we got an 8 byte buffer
2711           before trying to memcmp it.
2712
2713 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2714
2715         * gst/playback/gstplaybasebin.c: (get_active_source):
2716           Make stream-switching appear instant to the application
2717           (ie. make sure that a g_object_get on 'current-foo' returns
2718           the stream previously set with g_object_set(). Totem needs
2719           this to update stream-related meta-info (like audio-codec)
2720           correctly when switching streams.
2721
2722 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2723
2724         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2725         (gst_alsa_mixer_ensure_track_list):
2726           Try harder to guess which mixer track is the master mixer
2727           track (instead of just taking the first one that has a pvolume).
2728           Fixes #342228.
2729
2730 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2731
2732         reviewed by: <delete if not using a buddy>
2733
2734         * gst-libs/gst/audio/audio.h:
2735         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2736
2737 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2738
2739         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2740         (gst_audio_convert_transform_caps):
2741           Get structure-name just once.
2742
2743 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2744
2745         * tests/check/elements/audioresample.c: (GST_START_TEST):
2746         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2747         * tests/check/elements/volume.c: (GST_START_TEST):
2748         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2749         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2750         (test_pipeline), (GST_START_TEST):
2751         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2752         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2753           Fix big batch of compiler warnings.
2754
2755 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2756
2757         * ext/gnomevfs/gstgnomevfssrc.c:
2758           Add docs about icydemux usage in connection with gnomevfssrc
2759
2760         * ext/libvisual/visual.c:
2761         * ext/ogg/gstoggaviparse.c:
2762         * ext/ogg/gstoggdemux.c:
2763         * ext/ogg/gstoggmux.c:
2764         * ext/ogg/gstoggparse.c:
2765         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2766         * gst-libs/gst/audio/gstaudiosink.c:
2767         * gst-libs/gst/audio/gstaudiosrc.c:
2768         * gst/audiorate/gstaudiorate.c:
2769           More G_OBJECT macro fixing.
2770
2771         * gst/audiotestsrc/gstaudiotestsrc.h:
2772           Fix wrong info in header due to copy & paste
2773
2774 2006-09-15  Wim Taymans  <wim@fluendo.com>
2775
2776         * gst-libs/gst/audio/gstbaseaudiosink.c:
2777         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2778         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2779         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2780         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2781         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2782         Do the delay calculation in the source/sink base classes as this is
2783         specific for the capture/playback mode.
2784         Try to fixate a bit better, like round depth up to a multiple of 8
2785         bigger than width.
2786         Handle underruns correctly by marking DISCONT on buffers and adjusting
2787         timestamps to handle the gap.
2788         Set offset/offset_end correctly on buffers.
2789
2790         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2791         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2792         (gst_ring_buffer_read):
2793         Remove resync and underrun recovery from the ringbuffer.
2794         Fix ringbuffer read code on under/overrun.
2795
2796 2006-09-15  Wim Taymans  <wim@fluendo.com>
2797
2798         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2799         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2800         (queue_threshold_reached), (gst_play_base_bin_set_property),
2801         (gst_play_base_bin_get_property):
2802         * gst/playback/gstplaybasebin.h:
2803         Don't use a 0 low watermark when buffering, it is catching starvation
2804         way too late. Instead, use a 3 second queue with 30 and 95
2805         percent low/high watermarks. 
2806         Added queue-min-threshold property to configure low watermark.
2807         Use new _buffering message API.
2808         Make queue_threshold variable big enough to store a uint64 time value.
2809         API: playbin::queue-min-threshold property.
2810
2811 2006-09-15  Wim Taymans  <wim@fluendo.com>
2812
2813         * configure.ac:
2814         We require 0.10.10.1 now because of _wait_preroll().
2815
2816         * gst-libs/gst/audio/gstbaseaudiosink.c:
2817         (gst_base_audio_sink_render):
2818         Use gst_base_sink_wait_preroll().
2819
2820 2006-09-15  Wim Taymans  <wim@fluendo.com>
2821
2822         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2823         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2824         Use DEBUG_OBJECT more.
2825
2826 === release 0.10.10 ===
2827
2828 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2829
2830         patch by: Michael Smith <msmith at fluendo dot com>
2831
2832         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2833         (gst_multi_fd_sink_client_queue_buffer),
2834         (gst_multi_fd_sink_new_client):
2835         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2836         (multifdsink_suite):
2837           Fix implementation of sync-method 'next-keyframe'
2838           Closes #354594
2839
2840 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2841
2842         patch by: Wim Taymans <wim at fluendo dot com>
2843
2844         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2845         This patch removes the RANDOM flag that was incorrectly introduced with
2846         revision 1.91.  Fixes #354590
2847
2848 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2849
2850         * tests/check/Makefile.am:
2851           Random variation in Makefile line to see if it makes the
2852           gen64-base-full bot any happier.
2853
2854 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2855
2856         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2857           Disable test that fails at the moment (killed after timeout).
2858
2859 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2860
2861         Patch by: James Livingston  <doclivingston at gmail.com>
2862
2863         * tests/check/Makefile.am:
2864         * tests/check/pipelines/.cvsignore:
2865         * tests/check/pipelines/oggmux.c: (get_page_codec),
2866         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2867         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2868         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2869         (test_theora_vorbis), (oggmux_suite):
2870           Add simple unit test for oggmux from #337026 with checking for the
2871           EOS flags disabled for the time being.
2872
2873 2006-09-04  Wim Taymans  <wim@fluendo.com>
2874
2875         patch by: Alessandro Dessina <alessandro nnva org>
2876
2877         * ext/ogg/gstoggmux.c:
2878         Add cmml caps to oggmux. Fixes #353912
2879
2880 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2881
2882         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2883           Returning a return value often helps. In this case, we
2884           don't need the return value anyway, so just get rid of it.
2885           Should make build bots much happier.
2886
2887 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2888
2889         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2890         (paint_get_structure), (gst_video_test_src_get_size),
2891         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2892         (gst_video_test_src_unicolor), (paint_setup_AYUV),
2893         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2894         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
2895         * gst/videotestsrc/videotestsrc.h:
2896           Add support for AYUV and the various RGBA formats. Initialise
2897           fields of paintinfo structs allocated on the stack.
2898
2899         * tests/check/elements/videotestsrc.c: (right_shift_colour),
2900         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
2901         (check_rgb_buf), (videotestsrc_suite):
2902           Add unit tests for videotestsrc's RGB output.
2903
2904 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2905
2906         * gst/videotestsrc/gstvideotestsrc.c:
2907         (gst_video_test_src_pattern_get_type),
2908         (gst_video_test_src_set_pattern):
2909         * gst/videotestsrc/gstvideotestsrc.h:
2910         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
2911         (gst_video_test_src_black), (gst_video_test_src_white),
2912         (gst_video_test_src_red), (gst_video_test_src_green),
2913         (gst_video_test_src_blue):
2914         * gst/videotestsrc/videotestsrc.h:
2915           Add more uni-colour patterns ("white", "red", "green", and "blue").
2916
2917 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2918
2919         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
2920           Fix stride for YVYU, should be word-aligned (#353658).
2921
2922 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
2923
2924         * gst/adder/gstadder.c: (gst_adder_src_event):
2925           Fix build.
2926
2927 2006-08-31  Edward Hervey  <edward@fluendo.com>
2928
2929         * gst/adder/gstadder.c: (forward_event_func),
2930         (gst_adder_src_event), (gst_adder_collected),
2931         (gst_adder_change_state):
2932         * gst/adder/gstadder.h:
2933         Remember the start position asked in the incoming seeks, so we can
2934         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
2935         of assuming it will always be 0).
2936
2937 2006-08-31  Edward Hervey  <edward@fluendo.com>
2938
2939         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
2940         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
2941         (gst_ogg_demux_loop):
2942         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
2943
2944 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
2945
2946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2947         (gst_ffmpegcsp_get_unit_size):
2948           Return FALSE instead of returning a random false unit
2949           size when the format isn't known/supported (even if
2950           this shouldn't happen under normal circumstances).
2951
2952 2006-08-29  Wim Taymans  <wim@fluendo.com>
2953
2954         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
2955
2956         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
2957         (gst_gnome_vfs_src_start):
2958         Try harder to get the size from a uri by using _info_uri() when
2959         _info_from_handle() does not give us enough info. 
2960         Also follow symlinks when getting the size.
2961         Partially Fixes #332864.
2962
2963 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2964
2965         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
2966
2967         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
2968         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
2969         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2970         (gst_alsa_mixer_set_record):
2971         * ext/alsa/gstalsamixertrack.c:
2972         (gst_alsa_mixer_track_update_alsa_capabilities),
2973         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
2974         (gst_alsa_mixer_track_update):
2975         * ext/alsa/gstalsamixertrack.h:
2976           Improve and fix mixer track handling, in particular better handling
2977           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
2978           separate track objects for tracks that have both capture and playback
2979           volume (and label them differently as well so they're not mistakenly
2980           assumed to be duplicates); classify mixer tracks that only affect
2981           the audible volume of something (rather than the capture volume)
2982           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
2983           for capture tracks to correspond to alsa-pswitch alsa-cswitch
2984           (following the meaning documented in the mixer interface header
2985           file); add support for alsa's exclusive cswitch groups; update/sync
2986           state/flags better if mixer settings are changed by another
2987           application. Fixes #336075.
2988
2989 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2990
2991         * gst/playback/gstplaybin.c:
2992           Improve docs: add section about BUFFERING messages sent by playbin.
2993
2994 2006-08-29  Michael Smith  <msmith@fluendo.com>
2995
2996         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
2997         (gst_vorbis_enc_buffer_check_discontinuous),
2998         (gst_vorbis_enc_chain):
2999           Ignore explicit DISCONT marked on buffers (which is often spurious,
3000           particularly when using multiple segments), in favour of solely
3001           using the timestamps/durations.
3002
3003 2006-08-29  Edward Hervey  <edward@fluendo.com>
3004
3005         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3006         Don't rely on incoming buffers offset anymore, since it is completely
3007         broken when using multiple segments.
3008         Instead convert the incoming buffers timestamp to running time, and
3009         then convert that value to the offsets.
3010         Also inform GstSegment of the last outputted stop position, which is
3011         needed if we received several segments with an unknown stop value.
3012
3013 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3014
3015         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3016           fix buffer unreffing on a header push failure
3017
3018 2006-08-28  Wim Taymans  <wim@fluendo.com>
3019
3020         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3021         (gst_audio_rate_chain):
3022         Make the metadata of the buffer writable before changing its
3023         flags.
3024
3025 2006-08-28  Wim Taymans  <wim@fluendo.com>
3026
3027         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3028         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3029         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3030         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3031         Fix audiorate some more.
3032         Reset and resync counters on flush and READY.
3033         Handle the DISCONT flag correctly.
3034         Use GstSegment to track position.
3035         Fail when not negotiated.
3036         Fixes #353234.
3037
3038 2006-08-25  Michael Smith  <msmith@fluendo.com>
3039
3040         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3041           Fix spelling.
3042           Remove accidently included debug line.
3043
3044 2006-08-25  Wim Taymans  <wim@fluendo.com>
3045
3046         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3047         Small cleanups.
3048         If a buffer is received with no caps, make the buffer metadata
3049         writable and set the caps, making sure that we don't screw up the
3050         refcounts.
3051
3052 2006-08-25  Michael Smith  <msmith@fluendo.com>
3053
3054         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3055         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3056           Fix memory leaks and misleading debug messages, add a couple of
3057           comments.
3058
3059         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3060         (gst_multi_fd_sink_render):
3061           Do not use gst_buffer_make_writable() in a basesink render method,
3062           as it may incorrectly unref the buffer. Instead, use convoluted
3063           dance to avoid copying the buffer except when we need to.
3064
3065 2006-08-25  Michael Smith  <msmith@fluendo.com>
3066
3067         * ext/vorbis/vorbisenc.c:
3068         (gst_vorbis_enc_buffer_check_discontinuous):
3069           Allow very small discontinuities in the timestamps. These we can't
3070           do anything useful with anyway (because vorbis's timestamps have
3071           only sample granularity), and are commonly produced by elements with
3072           minor bugs. Allow up to 1/2 a sample out.
3073           Fixes #351742.
3074
3075 2006-08-24  Wim Taymans  <wim@fluendo.com>
3076
3077         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3078         (play_scrub_toggle_cb), (main):
3079         Add a checkbox to enable play scrubbing. Makes it possible to disable
3080         normal scrubbing.
3081
3082 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3083
3084         * tests/check/elements/.cvsignore:
3085           make buildbot happy
3086
3087 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3088
3089         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3090         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3091         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3092         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3093         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3094         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3095         (gst_ogm_text_parse_strip_trailing_zeroes),
3096         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3097         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3098           Refactor ogm parse, do better input checking, misc. clean-ups.
3099           Cache incoming events and push them once the source pad has
3100           been created. Don't pass unterminated strings to sscanf().
3101           Strip trailing zeroes from subtitle text output, since they
3102           are not valid UTF-8. Don't push vorbiscomment packets on
3103           the subtitle text pad. Output perfect streams if possible.
3104
3105 2006-08-23  Wim Taymans  <wim@fluendo.com>
3106
3107         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3108         Waits for tasks to settle down so that we clean up correctly for 
3109         valgrind.
3110
3111 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3112
3113         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3114           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3115           actually return return value in taglists_are_equal.
3116
3117 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3118
3119         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3120           Fix crash due to broken bitstream parsing on x86-64: can't make
3121           any assumptions about sizeof(struct) due to alignment/packing
3122           differences on different architectures. Fixes #351790.
3123
3124 2006-08-22  Wim Taymans  <wim@fluendo.com>
3125
3126         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3127         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3128         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3129         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3130         (gst_riff_parse_info):
3131         Protect public functions against bad input.
3132         Do some cleanups.
3133         Fix documentation.
3134
3135 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3136
3137         * gst-libs/gst/riff/riff-ids.h:
3138         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3139           Add voxware audio IDs (even if we can't play it) (#351795).
3140
3141 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3142
3143         * gst-libs/gst/riff/riff-media.c:
3144         (gst_riff_create_video_template_caps),
3145         (gst_riff_create_audio_template_caps),
3146         (gst_riff_create_iavs_template_caps):
3147           Const-ify some arrays and use G_N_ELEMENTS instead
3148           of wasting oodles of RAM on terminator bits.
3149
3150 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3151
3152         * gst-libs/gst/tag/gstvorbistag.c:
3153         (gst_tag_list_to_vorbiscomment_buffer):
3154         * tests/check/libs/tag.c: (GST_START_TEST):
3155           And the same for _to_vorbiscomment_buffer(): allow
3156           id_data_len == 0 for speex.
3157
3158 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3159
3160         * configure.ac:
3161         * docs/plugins/Makefile.am:
3162         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3163         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3164         * docs/plugins/inspect/plugin-gdp.xml:
3165         * gst/gdp/Makefile.am:
3166         * tests/check/Makefile.am:
3167           Move GDP plugin to -base from -bad.  Closes #347783.
3168
3169 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3170
3171         * gst-libs/gst/tag/gstvorbistag.c:
3172         (gst_tag_list_from_vorbiscomment_buffer):
3173           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3174           Also add some checks to make sure we don't memcmp() beyond the end of
3175           vorbiscomment buffer if the ID to check for is larger than the buffer.
3176
3177         * tests/check/libs/tag.c: (GST_START_TEST):
3178           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3179
3180 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3181
3182         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3183         (gst_vorbis_enc_set_metadata):
3184           Use vorbis comment utility functions from libgsttag
3185           instead of re-inventing the wheel (partially fixes #347091).
3186
3187 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3188
3189         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3190         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3191         as some that won't.
3192
3193 2006-08-21  Wim Taymans  <wim@fluendo.com>
3194
3195         * docs/libs/Makefile.am:
3196         * docs/libs/gst-plugins-base-libs-sections.txt:
3197         * docs/libs/gst-plugins-base-libs.types:
3198         Don't try to GObject scan the netbuffer as it's not a GObject.
3199         Fixes #351308.
3200
3201         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3202         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3203         Document GstNetBuffer.
3204
3205 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3206
3207         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3208         (audioconvert_suite):
3209           Add testcase for caps-size-explosion
3210
3211 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3212
3213         * gst/audioconvert/gstaudioconvert.c:
3214         (gst_audio_convert_get_unit_size), (set_structure_widths):
3215           Lower debug, use g_assert in _get_unit_size
3216
3217         * gst/audioresample/gstaudioresample.c:
3218         (audioresample_get_unit_size):
3219         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3220         (gst_ffmpegcsp_get_unit_size):
3221         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3222           use g_assert in _get_unit_size
3223
3224 2006-08-18  Wim Taymans  <wim@fluendo.com>
3225
3226         * docs/libs/gst-plugins-base-libs-sections.txt:
3227         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3228         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3229         (gst_rtp_buffer_get_payload_buffer):
3230         * gst-libs/gst/rtp/gstrtpbuffer.h:
3231         Document GstRTPBuffer.
3232         Added function to efficiently strip payload headers.
3233         API: gst_rtp_buffer_get_payload_subbuffer()
3234
3235 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3236
3237         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3238         (gst_tag_to_vorbis_comments):
3239           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3240           tags and deserialise them properly as well (#347091).
3241           Add some more gtk-doc blurbs and also some g_return_if_fail().
3242
3243         * tests/check/libs/tag.c: (GST_START_TEST),
3244         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3245           More tests.
3246
3247 2006-08-17  Wim Taymans  <wim@fluendo.com>
3248
3249         * ext/ogg/Makefile.am:
3250         * ext/ogg/gstogg.c: (plugin_init):
3251         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3252         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3253         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3254         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3255         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3256         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3257         Added ogg-in-avi parser element. Fixes #140139.
3258
3259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3260         Fixed a bug in oggdemux debug code.
3261
3262         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3263         (gst_riff_create_audio_template_caps):
3264         Recognise Ogg in the AVI extensible wave format.
3265
3266 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3267
3268         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3269           Make buffer durations add up (duration should be next_ts-ts for
3270           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3271           from CVS.
3272
3273         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3274         (test_buffer_timestamps), (cddabasesrc_suite):
3275           Add unit test for the above.
3276
3277         * tests/check/Makefile.am:
3278           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3279           to see what happens.
3280
3281 2006-08-16  Wim Taymans  <wim@fluendo.com>
3282
3283         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3284         (gst_alsasink_open):
3285         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3286         (gst_alsasrc_open):
3287         Avoid setting and using a NULL device name.
3288         Print more info when we fail to open a device.
3289
3290 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3291
3292         * docs/libs/gst-plugins-base-libs-sections.txt:
3293         * gst-libs/gst/tag/tag.h:
3294         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3295           API: add gst_tag_parse_extended_comment() (#351426).
3296
3297         * tests/check/Makefile.am:
3298         * tests/check/libs/.cvsignore:
3299         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3300           Add unit test for gst_tag_parse_extended_comment().
3301
3302 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3303
3304         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3306           Fix leak (#351502).
3307
3308 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3309
3310         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3311         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3312         * docs/plugins/gst-plugins-base-plugins.args:
3313         * gst/playback/gstplaybin.c:
3314           Document playbin.
3315           
3316         * docs/plugins/inspect/plugin-adder.xml:
3317         * docs/plugins/inspect/plugin-alsa.xml:
3318         * docs/plugins/inspect/plugin-audioconvert.xml:
3319         * docs/plugins/inspect/plugin-audiorate.xml:
3320         * docs/plugins/inspect/plugin-audioresample.xml:
3321         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3322         * docs/plugins/inspect/plugin-cdparanoia.xml:
3323         * docs/plugins/inspect/plugin-decodebin.xml:
3324         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3325         * docs/plugins/inspect/plugin-gnomevfs.xml:
3326         * docs/plugins/inspect/plugin-ogg.xml:
3327         * docs/plugins/inspect/plugin-pango.xml:
3328         * docs/plugins/inspect/plugin-playbin.xml:
3329         * docs/plugins/inspect/plugin-subparse.xml:
3330         * docs/plugins/inspect/plugin-tcp.xml:
3331         * docs/plugins/inspect/plugin-theora.xml:
3332         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3333         * docs/plugins/inspect/plugin-video4linux.xml:
3334         * docs/plugins/inspect/plugin-videorate.xml:
3335         * docs/plugins/inspect/plugin-videoscale.xml:
3336         * docs/plugins/inspect/plugin-videotestsrc.xml:
3337         * docs/plugins/inspect/plugin-volume.xml:
3338         * docs/plugins/inspect/plugin-vorbis.xml:
3339         * docs/plugins/inspect/plugin-ximagesink.xml:
3340         * docs/plugins/inspect/plugin-xvimagesink.xml:
3341           Update to CVS version.
3342
3343 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3344
3345         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3346         (gst_play_bin_set_property), (gst_play_bin_get_property),
3347         (value_list_append_structure_list),
3348         (gst_play_bin_handle_redirect_message),
3349         (gst_play_bin_handle_message):
3350           API: GstPlayBin::connection-speed
3351           Add "connection-speed" property; re-order redirect messages with
3352           multiple redirect locations depending on the minimum bitrate if
3353           that information is available and a connection speed is set
3354           (#350399).
3355
3356 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3357
3358         * gst/playback/gstplaybin.c:
3359           Update max volume to the same value that the volume element uses.
3360
3361 2006-08-14  Wim Taymans  <wim@fluendo.com>
3362
3363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3364         Less uglyness..
3365
3366 2006-08-14  Wim Taymans  <wim@fluendo.com>
3367
3368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3369         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3370         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3371         Add some more debug info.
3372         Don't crash when a seek failed.
3373         Actually return the result of the seek instead of TRUE.
3374         Ignore multiple BOS pages with the same serial so that we don't create
3375         the same stream multiple times.
3376         Post an error when we fail to do the initial seek.
3377
3378 2006-08-13  Wim Taymans  <wim@fluendo.com>
3379
3380         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3381         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3382         Small code cleanup.
3383
3384         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3385         (gst_alsa_mixer_new):
3386         Remove hack that always set the device to hw:0*.
3387         Properly find the card name for whatever device was configured.
3388         Do some better debugging.
3389         Fixes #350784.
3390
3391         * ext/alsa/gstalsamixerelement.c:
3392         (gst_alsa_mixer_element_set_property),
3393         (gst_alsa_mixer_element_change_state):
3394         Cleanups.
3395         Handle setting of a NULL device name better.
3396
3397 2006-08-11  Wim Taymans  <wim@fluendo.com>
3398
3399         * gst/adder/gstadder.c:
3400         Don't clip float values. Fixes #350900.
3401
3402 2006-08-11  Andy Wingo  <wingo@pobox.com>
3403
3404         * gst/tcp/gsttcp.c: Really fix the build?
3405
3406         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3407         fixes the build.
3408
3409 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3412           Float caps shouldn't have a "signed" field.
3413
3414 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3415
3416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3417           Implement SEEKING query in its most basic form, so that we can
3418           at least check if we're seekable or not (#350655).
3419
3420 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3421
3422         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3423           The checks here are not even close to anything that would
3424           justify MAXIMUM probability, lowering to POSSIBLE until someone
3425           fixes the checks (case at hand: quicktime redirection files
3426           might start with 00 00 01 XX and pass the checks here just
3427           fine, see #350399).
3428
3429 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3430
3431         Patch by: Sjoerd Simons  <sjoerd at luon net>
3432
3433         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3434           Better detection for multipart/x-mixed-replace: accept leading
3435           whitespaces before the boundary marker as well (as our very own
3436           multipartmux used to produce) (#349068).
3437
3438 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3439
3440         Patch by: Young-Ho Cha  <ganadist at chollian net>
3441
3442         * gst-libs/gst/riff/riff-ids.h:
3443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3444         (gst_riff_create_audio_template_caps):
3445           Detect DTS audio streams (#350157).
3446
3447 2006-08-05  Andy Wingo  <wingo@pobox.com>
3448
3449         * ext/theora/gsttheoraparse.h:
3450         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3451         (theora_parse_dispose, theora_parse_set_property)
3452         (theora_parse_get_property, theora_parse_munge_granulepos)
3453         (theora_parse_push_buffer, theora_parse_change_state):
3454         API: GstTheoraParse::synchronization-points
3455         Add a property 'synchronization-points' to fix badly synchronized oggs.
3456
3457 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3458
3459         * tests/check/Makefile.am:
3460         * tests/check/libs/.cvsignore:
3461         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3462         (fixed_caps_have_channel_positions), (GST_START_TEST),
3463         (audio_suite), (main):
3464           Add a few tests for the channel position stuff in libgstaudio.
3465
3466 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3469         (gst_alsa_detect_channels):
3470         * ext/alsa/gstalsasink.c:
3471           Add support for cards that (only) do more than 8 channels,
3472           like the Delta 44 (#345188).
3473
3474         * gst-libs/gst/audio/multichannel.c:
3475         (gst_audio_check_channel_positions):
3476         * gst-libs/gst/audio/multichannel.h:
3477           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3478           unspecified channel position and cannot be combined with any
3479           of the other audio channel positions; adjust position layout
3480           checks accordingly (#345188).
3481
3482 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3483
3484         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3485           Recognise ancient RealAudio files (see #349779).
3486
3487 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3488
3489         Patch by: Jens Granseuer  <jensgr at gmx net>
3490
3491         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3492           Add typefinder for Interplay's MVE format (#348973).
3493
3494 2006-08-02  Wim Taymans  <wim@fluendo.com>
3495
3496         Patch by: Marcel Moreaux <marcelm at luon dot net>
3497
3498         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3499         (gst_base_rtp_depayload_add_to_queue):
3500         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3501         Handle RTP sequence number rollover.
3502         Disable jitterbuffer by default.
3503
3504 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3505
3506         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3507         (audioresample_set_caps):
3508         Don't leak references to the incoming caps. Clean them up when
3509         stopping.
3510
3511         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3512         (gst_video_scale_finalize):
3513         Don't leak our temporary pixel buffer.
3514
3515         * tests/check/Makefile.am:
3516         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3517         (GST_START_TEST), (simple_launch_lines_suite):
3518
3519         Fix leaks and re-enable the test for valgrind checking.
3520
3521 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3522
3523         Patch by: Sjoerd Simons  <sjoerd at luon net>
3524
3525         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3526         (plugin_init):
3527           Add typefind function for multipart/x-mixed-replace (#348916).
3528
3529 2006-07-28  Wim Taymans  <wim@fluendo.com>
3530
3531         * gst/adder/gstadder.c: (gst_adder_setcaps),
3532         (gst_adder_query_duration):
3533         Fix leak in duration query.
3534         Reflow some docs and notes.
3535
3536 2006-07-28  Michael Smith  <msmith@fluendo.com>
3537
3538         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3539         (vorbisenc_suite):
3540           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3541           aspect of it.
3542
3543 2006-07-28  Michael Smith  <msmith@fluendo.com>
3544
3545         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3546         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3547         (gst_vorbis_enc_push_buffer),
3548         (gst_vorbis_enc_buffer_check_discontinuous),
3549         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3550         * ext/vorbis/vorbisenc.h:
3551           Handle discontinuities in the input vorbis stream correctly,
3552           so that the output is properly timestamped (and has good granulepos
3553           values). Needs some oggmux fixes too.
3554
3555 2006-07-27  Wim Taymans  <wim@fluendo.com>
3556
3557         patch by: Kai Vehmanen <kv2004 eca cx>
3558
3559         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3560         (gst_base_rtp_depayload_chain),
3561         (gst_base_rtp_depayload_handle_sink_event),
3562         (gst_base_rtp_depayload_change_state):
3563         Don't send multiple newsegments with different formats.
3564         Fixes #348677.
3565
3566 2006-07-26  Wim Taymans  <wim@fluendo.com>
3567
3568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3569         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3570         Make seeking in ogg more accurate again by doing the more correct
3571         granuletime to stream time conversion.
3572
3573 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3574
3575         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3576         (gst_multi_fd_sink_new_client):
3577           debug a little more understandably
3578           do not use goto as a substitute for break, especially if
3579           break is also being used
3580
3581 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3582
3583         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3584         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3585           Remove GLib-2.6 compatibility cruft.
3586
3587 2006-07-24  Wim Taymans  <wim@fluendo.com>
3588
3589         * gst-libs/gst/audio/gstbaseaudiosink.c:
3590         (gst_base_audio_sink_render):
3591         Don't try to align a sample to an unknown value.
3592
3593 2006-07-24  Wim Taymans  <wim@fluendo.com>
3594
3595         * gst-libs/gst/audio/gstbaseaudiosink.c:
3596         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3597         When the audio clock is slaved to another clock, never try to align
3598         samples but trust the rate interpolation algorithm.
3599
3600 2006-07-24  Wim Taymans  <wim@fluendo.com>
3601
3602         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3603         Don't try to calculate silence samples, base class does this much
3604         better now.
3605
3606         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3607         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3608         (gst_ring_buffer_acquire):
3609         Calculate silence samples correctly.
3610
3611         * gst-libs/gst/audio/gstringbuffer.h:
3612         Add _CAST macro.
3613
3614 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3615
3616         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3617           Limit search for the first markup tag to the first few kB of
3618           the file. If we don't find one there, it's highly unlikely that
3619           this is an XML(-ish) file.
3620
3621 2006-07-21  Andy Wingo  <wingo@pobox.com>
3622
3623         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3624         test to the one in vorbisenc. Also commented out.
3625
3626         * tests/check/pipelines/vorbisenc.c: 
3627         (test_discontinuity): New test, commented out until Mike lands
3628         some elite vorbisenc patches.
3629
3630         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3631         Bufferstraw was actually factored out of these tests. Now we share
3632         code yay.
3633
3634         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3635         for bufferstraw addition to gstcheck.
3636
3637 2006-07-21  Wim Taymans  <wim@fluendo.com>
3638
3639         * ext/theora/theoradec.c: (clip_buffer):
3640         Better clipping.
3641
3642 2006-07-21  Wim Taymans  <wim@fluendo.com>
3643
3644         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3645         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3646         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3647         Fix leak.
3648         Avoid type casting when we can.
3649
3650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3651         Fix mem leak.
3652
3653 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3654
3655         * ext/alsa/gstalsamixerelement.c:
3656         (gst_alsa_mixer_element_change_state):
3657           Make state change fail if the specified device can't be opened
3658           for some reason.
3659
3660 2006-07-20  Wim Taymans  <wim@fluendo.com>
3661
3662         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3663         (cb_newpad), (main):
3664         Example of a small audio/video player using decodebin.
3665
3666 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3667
3668         * gst-libs/gst/riff/riff-ids.h:
3669           Add 'fact' chunk id
3670
3671 2006-07-19  Wim Taymans  <wim@fluendo.com>
3672
3673         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3674         (gst_base_rtp_depayload_chain),
3675         (gst_base_rtp_depayload_change_state):
3676         Don't assert when not negotiated but post a meaningfull 
3677         error message. Fixes #347918.
3678
3679         * gst-libs/gst/rtp/gstbasertppayload.c:
3680         Add comment about better default MTU size.
3681
3682         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3683         Small cleanups, start docs.
3684
3685 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3686
3687         Patch by: Martin Szulecki
3688
3689         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3690           If "device-name" is requested and the device is not
3691           open, try to temporarily open it to obtain this
3692           information (#342494).
3693
3694 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3695
3696         * gst-libs/gst/tag/gstid3tag.c:
3697           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3698
3699         * gst-libs/gst/tag/gsttageditingprivate.h:
3700         * gst-libs/gst/tag/gstvorbistag.c:
3701           Some more random const-ifications.
3702
3703 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3704
3705         * gst-libs/gst/riff/riff-ids.h:
3706         * gst-libs/gst/riff/riff-media.c:
3707         (gst_riff_create_video_template_caps):
3708           Add more FOURCCs (sort list to make stuff easier to find),
3709           add comment what those 16 bytes in struct _gst_riff_strh according to
3710           one avi-dumper are
3711
3712 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3713
3714         * gst-libs/gst/audio/multichannel.c:
3715         (gst_audio_check_channel_positions),
3716         (gst_audio_fixate_channel_positions):
3717           Const-ify two arrays.
3718
3719 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3720
3721         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3722           Fix typo, so that alsasink also advertises 8 channels
3723           if that's supported (tags: can, worms, open, alsa, ph34r).
3724
3725 2006-07-17  Wim Taymans  <wim@fluendo.com>
3726
3727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3728         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3729         *sigh*, when is the compiler going to warn when the comments
3730         are out-of-sync with the code.. Refix case of busted theora
3731         headers with 0 granule pos.
3732
3733 2006-07-14  Wim Taymans  <wim@fluendo.com>
3734
3735         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3736         (gst_base_rtp_depayload_wait),
3737         (gst_base_rtp_depayload_change_state),
3738         (gst_base_rtp_depayload_set_property),
3739         (gst_base_rtp_depayload_get_property):
3740         Fix 99% cpu load by waiting for absolute times on the
3741         clock. Fixes #347300.
3742
3743 2006-07-14  Andy Wingo  <wingo@pobox.com>
3744
3745         * ext/theora/gsttheoraparse.h: 
3746         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3747         (theora_parse_push_headers, theora_parse_clear_queue)
3748         (theora_parse_drain_queue_prematurely, )
3749         (theora_parse_sink_event, theora_parse_change_state): Queue events
3750         until we initialized our state, like in vorbisparse.
3751
3752         * ext/vorbis/vorbisparse.h: 
3753         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3754         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3755         (vorbis_parse_drain_queue_prematurely, )
3756         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3757         until we have initialized our state. Fixes seeking after an
3758         initial pad block.
3759
3760 2006-07-14  Andy Wingo  <wingo@pobox.com>
3761
3762         Patch by: Iain Holmes <iaingnome@gmail.com>
3763         
3764         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3765
3766 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3767
3768         * configure.ac:
3769         Bump nano back to CVS
3770
3771 === release 0.10.9 ===
3772
3773 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3774
3775         * configure.ac:
3776           releasing 0.10.9, "I walk the line"
3777
3778 2006-07-14  Michael Smith  <msmith@fluendo.com>
3779
3780         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3781           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3782           (commonly happens when running this test under valgrind) when trying
3783           to remove the buffer probe.
3784
3785 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3786
3787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3788         Fix missing g_unlock from the previous commit
3789
3790 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3791
3792         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3793         (gst_ximagesink_change_state):
3794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3795         (gst_xvimagesink_change_state):
3796         Implement a locking order to ensure we always take the object lock
3797         before the x_lock and never vice-versa.
3798
3799 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3800
3801         * gst/playback/gstdecodebin.c: (find_compatibles):
3802         Fix a caps leak when linking (#347304)
3803
3804         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3805         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3806         (gst_ximagesink_change_state):
3807         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3808         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3809         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3810         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3811         Don't leak shared memory resources. Use the object lock to protect
3812         against the xcontext disappearing while returning a buffer from the
3813         pipeline. (#347304)
3814
3815 2006-07-12  Edward Hervey  <edward@fluendo.com>
3816
3817         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3818         (vorbis_handle_comment_packet):
3819         gst_tag_list_merge() returns a new object. Take that into account when
3820         using it. This avoids memleak.
3821         Revert previous commit which is not needed.
3822
3823 2006-07-12  Edward Hervey  <edward@fluendo.com>
3824
3825         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3826         Reset the decoder in finalize so that all fields get cleared.
3827
3828 2006-07-12  Wim Taymans  <wim@fluendo.com>
3829
3830         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3831         (gst_base_audio_src_set_clock),
3832         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3833         Don't try to post an error message when setting the clock fails
3834         as this can happen when adding an element to a bin which will then
3835         deadlock. Fixes #347296.
3836
3837 2006-07-12  Edward Hervey  <edward@fluendo.com>
3838
3839         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3840         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3841         (vorbis_handle_type_packet):
3842         Post tag messages on the bus even if we're not initialized.
3843         If we're not initialized, we still postpone the event pushing of tags.
3844
3845 2006-07-12  Wim Taymans  <wim@fluendo.com>
3846
3847         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3848         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3849         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3850         Revert last two changes that broke the freeze.
3851
3852 2006-07-12  Wim Taymans  <wim@fluendo.com>
3853
3854         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3855         basesink calculates silence sample correctly for us.
3856
3857 2006-07-12  Wim Taymans  <wim@fluendo.com>
3858
3859         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3860         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3861         Calculate correct silence samples so we don't fill our ringbuffer
3862         with noise.
3863
3864 2006-07-12  Edward Hervey  <edward@fluendo.com>
3865
3866         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3867         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3868         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3869         * ext/vorbis/vorbisdec.h:
3870         Delay sending events (newsegment, tags) until the decoder is properly
3871         initialized.
3872         Fixes #347295
3873
3874 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
3875
3876         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3877         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3878           Patch from #347221 adding a test for audioconvert
3879           channel remappings.
3880
3881 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3882
3883         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3884         (gst_ssa_parse_parse_line):
3885           Don't include the terminating NUL in the buffer size,
3886           it's only there for extra paranoia (would add random
3887           '*' characters at the end of each subtitle since the
3888           terminator itself is not valid UTF-8 technically).
3889           Also fix indenting after boilerplate macro.
3890
3891 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
3892
3893         * gst/playback/gstdecodebin.c: (close_pad_link):
3894           Also emit 'unknown-type' signal (which should really be
3895           called unhandled-type) if we found potential decoders/demuxers
3896           in the registry but none of them worked in the end (as in the
3897           case where the plugins don't exist any longer but are still
3898           listed in the registry). Fixes #329798.
3899
3900 2006-07-08  Andy Wingo  <wingo@pobox.com>
3901
3902         * theoraparse.c (theora_parse_push_buffer)
3903         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
3904         Add some more debugging. Fix granulepos reconstruction in the face
3905         of discontinuities.
3906
3907 2006-07-06  Wim Taymans  <wim@fluendo.com>
3908
3909         * gst-libs/gst/audio/gstbaseaudiosink.c:
3910         (gst_base_audio_sink_class_init),
3911         (gst_base_audio_sink_provide_clock):
3912         Use gobject_class instead of G_OBJECT_CLASS (klass)
3913
3914         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3915         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3916         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
3917         (gst_base_audio_src_get_time),
3918         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
3919         (gst_base_audio_src_create_ringbuffer):
3920         Fix latency and buffer-time constants and properties ala basesink.
3921         Implement pull based scheduling. Fixes #346527.
3922         Set default blocksize in GstBaseSrc to 0, we default to pushing out
3923         one segment.
3924         Refuse slaving to another clock instead of silently not working.
3925         Only provide a clock when we are actually able to do so.
3926         Various small cleanups and compiler hints.
3927
3928 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3929
3930         Patch by: Lutz Mueller <lutz at topfrose de>
3931
3932         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
3933         (plugin_init):
3934           Add typefinding for text/html (#346581).
3935
3936 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3939         (xml_check_first_element), (xml_type_find), (smil_type_find):
3940           Fix SMIL typefinding, make xml_check_first_element() more
3941           useful.
3942
3943 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3944
3945         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3946         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
3947         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
3948         * gst/playback/gstplaybasebin.h:
3949           Protect list of elements with a subtitle-encoding property and
3950           the subtitle encoding member itself with a lock of their own
3951           instead of using the object lock. This prevents a dead-lock in
3952           the element-remove callback in some circumstances when shutting
3953           down playbin.
3954
3955 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
3956
3957         * win32/common/libgsttag.def:
3958         Export some new functions.
3959         * win32/vs6/libgstogg.dsp:
3960         Add a link to libgsttag-0.10.lib.
3961
3962 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
3963
3964         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3965           Some const-ification.
3966
3967 2006-07-04  Wim Taymans  <wim@fluendo.com>
3968
3969         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
3970         Improve checking if we are dealing with a stream. Added some
3971         more uris that need buffering.
3972
3973 2006-07-03  Edward Hervey  <edward@fluendo.com>
3974
3975         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
3976         Remove unused variable.
3977
3978 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3979
3980         * Makefile.am:
3981           include lcov.mak
3982         * configure.ac:
3983           add GCOV_LIBS to GST_LIBS
3984
3985 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
3986
3987         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
3988
3989         * ext/alsa/gstalsasrc.c:
3990           Add 32 bps to template caps and increase channels range
3991           from [1,2] to [1,MAX]. See #346326.
3992
3993 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
3994
3995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3996           Recognise 'WMVA' video codec fourcc (#345879).
3997           
3998 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3999          
4000         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4001           Fixed nasty memory leak
4002
4003 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4004
4005         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4006         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4007           fix logging
4008
4009 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4010
4011         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4012         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4013         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4014         Protect remove_fakesink using a mutex, so that we don't try and
4015         remove the fakesink simultaneously from multiple threads.
4016
4017         When going from READY to PAUSED, restore the fakesink, so that
4018         it is there when decodebin gets reused.
4019
4020 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4021
4022         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4023         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4024         * gst-libs/gst/rtp/gstbasertppayload.c:
4025         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4026         * gst/tcp/gstmultifdsink.c:
4027         * gst/tcp/gsttcpclientsink.c:
4028         * gst/tcp/gsttcpclientsrc.c:
4029         * gst/tcp/gsttcpserversink.c:
4030         * gst/tcp/gsttcpserversrc.c:
4031         * gst/videorate/gstvideorate.c:
4032         * gst/videotestsrc/gstvideotestsrc.c:
4033         * sys/v4l/gstv4ljpegsrc.c:
4034         * sys/v4l/gstv4lmjpegsink.c:
4035         * sys/v4l/gstv4lsrc.c:
4036         * tests/examples/seek/scrubby.c:
4037         * tests/examples/seek/seek.c:
4038           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4039
4040 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4041
4042         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4043           Second field in GEnumValue shouldn't be a description,
4044           but a stringified version of the enum value.
4045
4046 2006-06-22  Wim Taymans  <wim@fluendo.com>
4047
4048         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4049         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4050         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4051         Avoid type checking in buffer casts.
4052         Avoid caps copy in buffer_alloc when we can.
4053         Use pad_peer_accept.
4054
4055 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4056
4057         * gst-libs/gst/tag/tag.h:
4058           Oops, make that 'Since: 0.10.9'.
4059
4060 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4061
4062         * docs/libs/gst-plugins-base-libs-sections.txt:
4063         * gst-libs/gst/tag/tag.h:
4064         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4065         (gst_tag_image_type_get_type):
4066           API: add GstTagImageType enum to describe images contained
4067           in image tags (#345641).
4068
4069 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4070
4071         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4072           Fix warnings with gst-inspect: "buffers-min" property
4073           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4074           typo in property description.
4075
4076 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4077
4078         Patch by: Cody Russell <bratsche at gnome org>
4079
4080         * gst/audioresample/gstaudioresample.c:
4081         (gst_audioresample_class_init):
4082         * gst/playback/gststreamselector.c:
4083         (gst_stream_selector_class_init):
4084         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4085         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4086         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4087         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4088         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4089         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4090         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4091         * gst/videotestsrc/gstvideotestsrc.c:
4092         (gst_video_test_src_class_init):
4093         * gst/volume/gstvolume.c: (gst_volume_class_init):
4094           Avoid unnecessary class cast check in class_init
4095           functions (#337747).
4096
4097 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4098
4099         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4100         (gst_text_overlay_video_chain):
4101           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4102           and doesn't validate its input either (and neither did
4103           textoverlay it seems). Let's do that then and fix #345206.
4104
4105 2006-06-19  Wim Taymans  <wim@fluendo.com>
4106
4107         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4108         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4109         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4110         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4111         (find_syncframe), (find_limits), (assign_value),
4112         (count_burst_unit), (gst_multi_fd_sink_new_client),
4113         (gst_multi_fd_sink_handle_client_write),
4114         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4115         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4116         (gst_multi_fd_sink_change_state):
4117         * gst/tcp/gstmultifdsink.h:
4118         Added shiny new burst-on-connect methods.
4119         Add properties to control the minimal amount of data queued.
4120         Small cleanups.
4121         API: bytes-min property
4122         API: time-min property
4123         API: buffers-min property
4124         API: burst-unit property
4125         API: burst-value property
4126         API: add-full signal
4127
4128         * gst/tcp/gsttcp-marshal.list:
4129         Added new marshaller code for the new signal.
4130
4131         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4132         (multifdsink_suite):
4133         Added testcases for new burst methods.
4134
4135 2006-06-19  Edward Hervey  <edward@fluendo.com>
4136
4137         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4138         Implement clipping for accurate seeking.
4139         Closes #345225
4140
4141 2006-06-19  Wim Taymans  <wim@fluendo.com>
4142
4143         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4144
4145         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4146         (gst_video_scale_transform):
4147         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4148
4149 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4150
4151         * configure.ac:
4152           Fix --disable-external (can't set conditionals conditionally,
4153           #343602).
4154
4155 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4156
4157         * tests/check/elements/audioresample.c: (test_reuse),
4158         (audioresample_suite):
4159           Add test case for bug #342789 fixed below.
4160
4161 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4162
4163         * gst/audioresample/gstaudioresample.c:
4164         (gst_audioresample_class_init), (gst_audioresample_init),
4165         (audioresample_start), (audioresample_stop),
4166         (gst_audioresample_set_property), (gst_audioresample_get_property):
4167           Implement GstBaseTransform::start and ::stop so that audioresample
4168           can clear its internal state properly and be reused instead of
4169           causing non-negotiated errors with playbin under some circumstances
4170           (#342789).
4171
4172         * tests/check/elements/audioresample.c: (setup_audioresample),
4173         (cleanup_audioresample):
4174           Need to set element state here so that ::start and ::stop are
4175           called.
4176
4177 2006-06-16  Wim Taymans  <wim@fluendo.com>
4178
4179         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4180
4181         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4182         Parse extra data better, apparently it's right behind
4183         the normal strf header size. Fixes #343500.
4184
4185 2006-06-16  Wim Taymans  <wim@fluendo.com>
4186
4187         * ext/alsa/gstalsasink.c: (set_hwparams):
4188         If we fail to set the buffer_time and period_time alsa
4189         parameters, post a warning and leave alsa select a 
4190         default instead of failing. Fixes #342085
4191
4192 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4193
4194         * docs/libs/gst-plugins-base-libs-sections.txt:
4195         * gst-libs/gst/cdda/gstcddabasesrc.h:
4196           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4197           out in the header file and shouldn't be listed in the docs.
4198
4199         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4200           Must dereference pointer to fourcc in the debug statement.
4201
4202 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4203
4204         * docs/libs/Makefile.am:
4205         * docs/libs/gst-plugins-base-libs-docs.sgml:
4206         * docs/libs/gst-plugins-base-libs-sections.txt:
4207         * docs/libs/gst-plugins-base-libs.types:
4208         add remaining symbols into correct setions
4209         
4210         * gst-libs/gst/audio/gstringbuffer.c:
4211         fix incomplete docs
4212         
4213         * gst-libs/gst/audio/gstringbuffer.h:
4214         comment out not yet implemented function
4215         
4216         
4217         * gst-libs/gst/floatcast/floatcast.h:
4218         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4219         add short descriptions
4220         
4221         
4222         * gst-libs/gst/interfaces/propertyprobe.c:
4223         fix return value docs   
4224         
4225         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4226         simplify debug logging
4227         
4228         * gst-libs/gst/riff/riff-read.h:
4229         sync function prototype and docs
4230         
4231         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4232         remove left over symbol
4233
4234 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4235
4236         * autogen.sh:
4237         * configure.ac:
4238         * docs/Makefile.am:
4239           Use GST_PLUGIN_DOCS macro in configure.ac, add
4240           --enable-plugin-docs default to autogen.sh and use
4241           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4242
4243 2006-06-15  Wim Taymans  <wim@fluendo.com>
4244
4245         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4246         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4247         (gst_ogg_demux_loop):
4248         Combine GstFlowReturn from the source pads to give a
4249         meaningfull result to the upstream peer or to stop the
4250         processing task in case of errors.
4251
4252 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4253
4254         * gst/playback/gststreaminfo.c: (cb_probe):
4255           Try GST_TAG_CODEC as fallback when extracting the
4256           codec name; more debug info.
4257
4258 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4259
4260         * ext/ogg/Makefile.am:
4261         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4262           Extract language tags from ogm subtitle streams, so that
4263           the subtitle menu choices are labelled correctly in
4264           Totem (fixes #344708).
4265
4266 2006-06-14  Wim Taymans  <wim@fluendo.com>
4267
4268         Patch by: Alessandro Decina <alessandro at nnva dot org>
4269
4270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4271         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4272         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4273         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4274         Fix various leaks. Fixes #343699.
4275         Add x-smoke mime type.
4276
4277 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4278
4279         * gst-libs/gst/riff/riff-ids.h:
4280           Add IDs for 'bext' chunks (see #343837).
4281
4282 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4283
4284         Patch by: Young-Ho Cha  <ganadist at chollian net>
4285
4286         * gst/subparse/samiparse.c: (sami_context_pop_state),
4287         (handle_start_font), (end_sami_element):
4288           Honour font face tags in SAMI subtitles (#344503).
4289
4290 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4291
4292         * po/POTFILES.in:
4293           add missing files containing translatable strings
4294
4295 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4296
4297         * docs/libs/tmpl/.cvsignore:
4298           we don't want those *.sgml files in CVS either
4299
4300 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4301
4302         * docs/libs/.cvsignore:
4303         * tests/check/elements/.cvsignore:
4304         * tests/check/libs/.cvsignore:
4305           ignore more
4306
4307 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4308
4309         * docs/libs/Makefile.am:
4310           also commiting the changed Makefile.am (added more libs to the
4311           doc-build)
4312
4313 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4314
4315         * docs/libs/gst-plugins-base-libs-docs.sgml:
4316         * docs/libs/gst-plugins-base-libs-sections.txt:
4317         * docs/libs/gst-plugins-base-libs.types:
4318           first batch of reordering things, add index & hierarchy
4319
4320 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4321
4322         * configure.ac:
4323           use GST_PKG_CHECK_MODULES, cleans up output
4324
4325 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4326
4327         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4328           Add support for burn:// URIs (#343385); const-ify things a bit,
4329           use G_N_ELEMENTS instead of hard-coded array size.
4330
4331 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4332
4333         Patch by: Young-Ho Cha  <ganadist at chollian net>
4334
4335         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4336           Fix up broken entities before passing them to libxml *sigh*.
4337           (#343303).
4338           
4339 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4340
4341         * configure.ac:
4342           back to TRUNK
4343
4344 === release 0.10.8 ===
4345
4346 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4347
4348         * configure.ac:
4349           releasing 0.10.8, "Moar gij ziet mij nie"
4350
4351 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4352
4353         * configure.ac:
4354         * po/af.po:
4355         * po/az.po:
4356         * po/cs.po:
4357         * po/en_GB.po:
4358         * po/hu.po:
4359         * po/it.po:
4360         * po/nb.po:
4361         * po/nl.po:
4362         * po/or.po:
4363         * po/sq.po:
4364         * po/sr.po:
4365         * po/sv.po:
4366         * po/uk.po:
4367         * po/vi.po:
4368         * win32/common/config.h:
4369           0.10.7.2 prerelease
4370
4371 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4372
4373         * docs/libs/tmpl/gstaudio.sgml:
4374         * docs/libs/tmpl/gstcolorbalance.sgml:
4375         * docs/libs/tmpl/gstmixer.sgml:
4376         * docs/libs/tmpl/gstringbuffer.sgml:
4377         * docs/libs/tmpl/gsttuner.sgml:
4378         * docs/libs/tmpl/gstxoverlay.sgml:
4379         * gst-libs/gst/audio/audio.c:
4380         * gst-libs/gst/audio/gstringbuffer.c:
4381         * gst-libs/gst/interfaces/colorbalance.c:
4382         * gst-libs/gst/interfaces/mixer.c:
4383         * gst-libs/gst/interfaces/tuner.c:
4384         * gst-libs/gst/interfaces/xoverlay.c:
4385           move last template doc snippets to source code and delete them
4386
4387 2006-06-06  Michael Smith  <msmith@fluendo.com>
4388
4389         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4390         (theora_parse_drain_queue):
4391           Mark DELTA_UNIT on non-keyframes.
4392
4393 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4394
4395         * gst-libs/gst/audio/gstbaseaudiosink.c:
4396         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4397         * gst-libs/gst/audio/gstbaseaudiosink.h:
4398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4399         (gst_ring_buffer_samples_done):
4400         * gst-libs/gst/audio/gstringbuffer.h:
4401         Document better the fact that latency_time and buffer_time are values
4402         stored in microseconds, and not the usual GStreamer nanoseconds.
4403         Change the variables (compatibly) that store them from GstClockTime 
4404         to guint64 to make it more clear that they're not storing clock times.
4405         Also, remove the bogus property description that says the user can
4406         specify -1 to get the default value, since that's never been the case.
4407
4408         When computing the default segment size for the ring buffer, make it
4409         an integer number of samples.
4410
4411         When the sub-class indicates a delay greater than the number of
4412         samples we've written return 0 from the audio sink get_time method.
4413
4414 2006-06-02  Michael Smith  <msmith@fluendo.com>
4415
4416         * tests/check/elements/audioconvert.c: (set_channel_positions),
4417         (get_float_mc_caps), (get_int_mc_caps):
4418         * tests/check/elements/audioresample.c:
4419         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4420         * tests/check/elements/videorate.c:
4421         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4422         * tests/check/elements/volume.c:
4423         * tests/check/elements/vorbisdec.c:
4424         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4425           Don't busy-wait in tests; this was causing test timeouts very
4426           frequently when running under valgrind.
4427
4428 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4429
4430         * gst/tcp/README:
4431         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4432         (gst_multi_fd_sink_remove_client_link),
4433         (gst_multi_fd_sink_client_queue_caps),
4434         (gst_multi_fd_sink_client_queue_buffer),
4435         (gst_multi_fd_sink_handle_client_write),
4436         (gst_multi_fd_sink_render):
4437         * gst/tcp/gstmultifdsink.h:
4438           make multifdsink properly deal with streamheader:
4439           - streamheader is taken from caps
4440           - buffers marked with IN_CAPS are not sent
4441           - streamheaders are sent, on connection, from the caps of the
4442             buffer where the client gets positioned to
4443           - further streamheader changes are done every time the client
4444             will receive a buffer with different caps
4445         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4446         (gst_multifdsink_create_streamheader):
4447           add tests for this
4448
4449 2006-06-02  Michael Smith  <msmith@fluendo.com>
4450
4451         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4452           Reinstate limit on channel count. Vorbis does not define the meaning
4453           of > 6 channels, so they're just independent channels. Gstreamer
4454           currently has no mechanism to represent N independent channels.
4455
4456 2006-06-02  Michael Smith  <msmith@fluendo.com>
4457
4458         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4459           Don't arbitrarily restrict channel counts and rate in vorbis.
4460           In terms of effects likely on real-world files, this fixes 96kHz
4461           playback of vorbis.
4462
4463 2006-06-02  Michael Smith  <msmith@fluendo.com>
4464
4465         * gst/audioconvert/audioconvert.c: (float):
4466           More correct float->int conversion.
4467
4468 2006-06-02  Michael Smith  <msmith@fluendo.com>
4469
4470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4471           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4472           value. Fixes g-critical on trying to play back ogg containing
4473           unknown codec.
4474
4475 2006-06-02  Wim Taymans  <wim@fluendo.com>
4476
4477         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4478         (setup_source):
4479         * gst/playback/gstplaybasebin.h:
4480         Make the subtitle detection work from any thread so we don't
4481         deadlock. Fixes #343397.
4482
4483 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4484
4485         * gst/volume/Makefile.am:
4486           Seriously, it's not *that* hard to get compilation right.  Even
4487           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4488
4489 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4490
4491         * gst/volume/gstvolume.c: (volume_choose_func),
4492         (volume_update_real_volume), (gst_volume_class_init),
4493         (gst_volume_init), (volume_process_float), (volume_process_int16),
4494         (volume_process_int16_clamp), (volume_set_caps),
4495         (volume_transform_ip), (plugin_init):
4496         * gst/volume/gstvolume.h:
4497         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4498         another property desc., remove unused param from process function
4499         
4500         * tests/check/elements/volume.c: (volume_suite):
4501         reactivate the passthrough test
4502
4503 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4504
4505         * ext/alsa/gstalsamixerelement.h:
4506         * ext/alsa/gstalsamixeroptions.h:
4507         * ext/alsa/gstalsamixertrack.h:
4508         * ext/gnomevfs/gstgnomevfssink.h:
4509         * ext/gnomevfs/gstgnomevfssrc.h:
4510         * ext/theora/gsttheoradec.h:
4511         * ext/theora/gsttheoraenc.h:
4512         * ext/theora/gsttheoraparse.h:
4513         * ext/vorbis/vorbisparse.h:
4514         * gst-libs/gst/audio/gstaudioclock.h:
4515         * gst-libs/gst/audio/gstaudiofilter.h:
4516         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4517         * gst/audioconvert/gstaudioconvert.h:
4518         * gst/audioresample/gstaudioresample.h:
4519         * gst/audiotestsrc/gstaudiotestsrc.h:
4520         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4521         * gst/playback/gststreamselector.h:
4522         * gst/tcp/gstmultifdsink.h:
4523         * gst/tcp/gsttcpclientsink.h:
4524         * gst/tcp/gsttcpclientsrc.h:
4525         * gst/tcp/gsttcpserversink.h:
4526         * gst/tcp/gsttcpserversrc.h:
4527         * gst/videorate/gstvideorate.h:
4528         * gst/videoscale/gstvideoscale.h:
4529         * gst/videotestsrc/gstvideotestsrc.h:
4530         * gst/volume/gstvolume.h:
4531         * sys/v4l/gstv4ljpegsrc.h:
4532         * sys/v4l/gstv4lmjpegsink.h:
4533         * sys/v4l/gstv4lmjpegsrc.h:
4534         * sys/v4l/gstv4lsrc.h:
4535         * sys/ximage/ximagesink.h:
4536         * sys/xvimage/xvimagesink.h:
4537         * tests/old/testsuite/alsa/sinesrc.h:
4538         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4539
4540 2006-05-31  Wim Taymans  <wim@fluendo.com>
4541
4542         * ext/libvisual/visual.c: (gst_visual_reset),
4543         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4544         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4545         Handle DISCONT.
4546         Use running time before doing QoS.
4547         Handle mono too.
4548
4549 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4550
4551         * docs/libs/Makefile.am:
4552           set a magic variable to indicate we know the docs are incomplete
4553
4554 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4555
4556         * win32/common/libgstvideo.def:
4557           export gst_video_calculate_display_ratio
4558         * win32/vs6/libgstvideoscale.dsp:
4559           add link to libgstvideo-0.10.lib
4560
4561 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4562
4563         * gst/playback/gstplaybasebin.c: (gen_source_element):
4564           Throw a more comprehensible error for rtsp:// URIs (rather
4565           than erroring out with a negotiation error later on) until
4566           we fix playbin to handle rtspsrc etc.
4567
4568 2006-05-30  Wim Taymans  <wim@fluendo.com>
4569
4570         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4571         (gst_text_overlay_text_event):
4572         Added some FIXMEs.
4573
4574 2006-05-30  Wim Taymans  <wim@fluendo.com>
4575
4576         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4577         (gst_adder_request_new_pad), (gst_adder_release_pad):
4578         * gst/adder/gstadder.h:
4579         Implement release_request_pad.
4580         Make padcounter atomic.
4581
4582         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4583         Added check for release_pad in adder.
4584
4585 2006-05-30  Wim Taymans  <wim@fluendo.com>
4586
4587         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4588         Fix build again.
4589
4590 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4591
4592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4593         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4594         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4595         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4596         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4597         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4598         (gst_ogg_demux_bisect_forward_serialno),
4599         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4600         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4601           add more debugging
4602           clean up printf formats for granulepos and serialno
4603
4604 2006-05-30  Michael Smith  <msmith@fluendo.com>
4605
4606         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4607         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4608         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4609         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4610         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4611         * ext/vorbis/vorbisenc.h:
4612           Multi-channel caps negotiation, so we can do proper multichannel
4613           vorbis encoding, negotiated through audioconvert.
4614
4615 2006-05-30  Wim Taymans  <wim@fluendo.com>
4616
4617         * tests/check/elements/adder.c: (test_event_message_received),
4618         (test_play_twice_message_received), (GST_START_TEST),
4619         (adder_suite):
4620         Added check to show that #339935 is fixed with ongoing
4621         adder and collectpads fixes.
4622
4623 2006-05-29  Wim Taymans  <wim@fluendo.com>
4624
4625         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4626         Don't leak pad name.
4627
4628 2006-05-29  Wim Taymans  <wim@fluendo.com>
4629
4630         * gst/adder/gstadder.c: (gst_adder_query_duration),
4631         (forward_event_func), (forward_event), (gst_adder_src_event):
4632         Fix adder seeking.
4633         Make query/seeking code threadsafe.
4634
4635         * tests/check/Makefile.am:
4636         * tests/check/elements/adder.c: (test_event_message_received),
4637         (GST_START_TEST), (test_play_twice_message_received):
4638         Fix adder test case.
4639
4640 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4641
4642         Patch by: Young-Ho Cha  <ganadist at chollian net>
4643
4644         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4645         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4646         (set_encoding_element), (decodebin_element_added_cb),
4647         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4648         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4649         * gst/playback/gstplaybasebin.h:
4650           Add 'subtitle-encoding' property to playbin, so applications can
4651           force a subtitle encoding for non-UTF8 subtitles (#342268).
4652
4653         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4654         (gst_sub_parse_set_property):
4655           Rename recently-added 'encoding' property to 'subtitle-encoding'
4656           (so it can be proxied by playbin/decodebin in a generic way
4657           with less danger of false positives).
4658
4659 2006-05-29  Michael Smith  <msmith@fluendo.com>
4660
4661         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4662         (append_with_other_format), (set_structure_widths),
4663         (gst_audio_convert_transform_caps):
4664           Patch from #341562: give more specific audio caps in get_caps, so
4665           that basetransform  can make better decisions on what caps to
4666           negotiate.
4667
4668 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4669
4670         * tests/check/elements/volume.c:
4671         make it compile again
4672
4673 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4674
4675         * tests/check/elements/volume.c: (volume_suite):
4676         disable test until #343196 gets resolved
4677
4678 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4679
4680         * gst/adder/gstadder.c: (gst_adder_get_type):
4681         Make it easier to copy&paste
4682         
4683         * gst/volume/Makefile.am:
4684         * gst/volume/gstvolume.c: (volume_update_real_volume),
4685         (gst_volume_set_volume), (gst_volume_set_mute),
4686         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4687         (volume_transform_ip), (volume_update_mute),
4688         (volume_update_volume):
4689         * gst/volume/gstvolume.h:
4690         Add own debug category, move duplicate code to helper function, fix
4691         property texts, add more comments and prepare ffor liboil-goodness
4692         
4693         * tests/check/Makefile.am:
4694         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4695         add test for mute and passtrough case, be a bit more verbose to track
4696         failure
4697         
4698         * tests/check/generic/states.c: (GST_START_TEST):
4699         catch elements that fail to instantiate
4700
4701 2006-05-28  Edward Hervey  <edward@fluendo.com>
4702
4703         * tests/check/pipelines/simple-launch-lines.c:
4704         * tests/check/pipelines/theoraenc.c:
4705         * tests/check/pipelines/vorbisenc.c:
4706         Comment out tests using parse_launch() if core was built without
4707         parsing capabilities.
4708
4709 2006-05-27  Edward Hervey  <edward@fluendo.com>
4710
4711         * tests/check/Makefile.am:
4712         Extra bonus points for whoever explains to ensonic that you are meant
4713         to test unit tests thoroughly before commiting them, especially if
4714         you know it's going to break.
4715         De-activated element/adder tests.
4716
4717 2006-05-27  Edward Hervey  <edward@fluendo.com>
4718
4719         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4720         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4721         Marking caps conversion issues as GST_WARNING is way too verbose,
4722         Moving them to GST_LOG.
4723
4724 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         * README:
4727           Replace current README (containing the release notes from
4728           some 0.9.x version) with a proper README taken from the core.
4729
4730 2006-05-26  Wim Taymans  <wim@fluendo.com>
4731
4732         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4733         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4734         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4735         (vorbis_dec_change_state):
4736         Small cleanups.
4737         Add some FIXMEs
4738         Clip output samples to segment boundaries.
4739
4740 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4741
4742         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4743         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4744         Improve the errors produced on bad output, including some human
4745         readable description strings.
4746         Handle the (theoretical for ximagesink) case where the XServer 
4747         has a different idea about the size required for a particular 
4748         frame and gives us too small a memory allocation.
4749
4750 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4751
4752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4753         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4754         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4755         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4756         Improve the errors produced on bad output, including some human 
4757         readable description strings.
4758         Handle RGB Xv formats properly by transforming them into our 
4759         big-endian caps description.
4760         Use gst_caps_truncate to ensure that we never try and choose a
4761         non-fixed caps in buffer_alloc.
4762         Handle the case where the XServer has a different idea about the size
4763         required for a particular frame and gives us too small a memory
4764         allocation.
4765         Use -1 to indicate 'no image format', because 0 is a valid XServer
4766         image format number.
4767         Put RGB Xv formats at the end of the caps, so that we always prefer
4768         YUV format frames.
4769         Iterate the available Xv Encodings to determine the maximum width and
4770         height, and then return that in our caps.
4771         (Closes #315312, #337544)
4772
4773 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4774
4775         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4776         When there is only one unfinished pad and it receives an event that
4777         doesn't match our requirements, we need to set alldone=FALSE so that
4778         the fakesink is not removed yet.
4779
4780 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4781
4782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4783           Use gst_type_find_helper_for_buffer() to find the type
4784           of stream from the first packet.
4785
4786         * configure.ac:
4787           Bump requirements to core CVS (needed for vorbis
4788           typefinding to work).
4789
4790 2006-05-24  Edward Hervey  <edward@fluendo.com>
4791
4792         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4793         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4794         contain.  Else they play perfectly fine with qtdemux.
4795
4796 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4797
4798         * ext/theora/theoradec.c:
4799         * ext/theora/theoraenc.c:
4800         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4801         * gst/audiorate/gstaudiorate.c:
4802           make more debug catagories static
4803         
4804         * tests/check/Makefile.am:
4805         * tests/check/elements/adder.c: (message_received),
4806         (test_event_message_received), (GST_START_TEST),
4807         (test_play_twice_message_received), (adder_suite):
4808           added test case for using element twice, extra bonus points for anyone
4809           who can make these test run reliably
4810
4811 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4812
4813         * ext/theora/theoradec.c: (theora_dec_chain):
4814           Make work with time-stamped input buffers that do not
4815           have a granulepos in BUFFER_OFFSET_END (like theora
4816           buffers coming from matroskademux). Fixes #342448.
4817
4818 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4819
4820         Patch by: Peter Kjellerstedt  <pkj at axis com>
4821
4822         * gst/tcp/Makefile.am:
4823           fdstresstest doesn't need Gtk+, fix compilation if 
4824           gtk is not available (#342566).
4825
4826 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4827          
4828         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4829           80 line columns
4830           Removed redundant floor()
4831
4832 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4833
4834         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4835           On second thought, just skip JUNK chunks automatically, so
4836           the caller doesn't have to handle this. Fixes #342345.
4837           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4838           not GST_FLOW_ERROR.
4839
4840 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4843           Don't bail out on JUNK chunks with a size of 0 (would try to
4844           pull_range 0 bytes before, which sources don't like too much).
4845           See #342345.
4846
4847 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4848
4849         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4851         Use the gstutil scaling function to preserve 64 bits while calculating
4852         output width and height from the display-aspect-ratio. (A continuation
4853         of #341542)
4854
4855 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4856
4857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4858         (gst_xvimagesink_buffer_alloc):
4859         * sys/xvimage/xvimagesink.h:
4860         When performing buffer allocations, remember the caps and image format
4861         we return so that if the same caps are asked for next time we can
4862         return them immediately without doing any caps intersections.
4863
4864 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4865          
4866         * gst-libs/gst/rtp/README:
4867           Some new documentation
4868         * gst-libs/gst/rtp/gstrtpbuffer.h:       
4869           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
4870         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4871         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
4872           New RTP audio base payloader class. Supports frame or sample based
4873           codecs.  Not enabled in Makefile.am until approved.
4874
4875 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4876
4877         * tests/check/elements/alsa.c: (test_device_property_probe):
4878           Fix test case: don't try to free NULL GValueArray when there
4879           are no devices.
4880
4881 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4882
4883         * tests/check/Makefile.am:
4884         * tests/check/elements/alsa.c: (test_device_property_probe),
4885         (alsa_suite), (main):
4886           Add simple test that runs a device property probe on alsasrc,
4887           alsasink and alsamixer. Disable valgrind check for now (too
4888           many leaks in libasound, and valgrind ignored my suppressions
4889           additions).
4890
4891 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4892
4893         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4894         (gst_alsa_device_property_probe_probe_property),
4895         (gst_alsa_device_property_probe_needs_probe),
4896         (gst_alsa_device_property_probe_get_values),
4897         (gst_alsa_type_add_device_property_probe_interface):
4898         * ext/alsa/gstalsadeviceprobe.h:
4899         * ext/alsa/gstalsamixerelement.c:
4900         (gst_alsa_mixer_element_init_interfaces):
4901         * ext/alsa/gstalsamixerelement.h:
4902           Clean up and simplify alsa device probing. Make it actually work
4903           for multiple classes. Don't cache results any longer.
4904
4905         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
4906         (gst_alsasink_init):
4907         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
4908         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
4909         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
4910           Make alsasink and alsasrc implement the GstPropertyProbe interface
4911           for device probing (#342181).
4912           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
4913
4914 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4915
4916         * gst/subparse/samiparse.c: (handle_start_font):
4917           Don't ignore return value of strtol (++compiler_happiness).
4918
4919 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4920
4921         Patch by: Young-Ho Cha  <ganadist chollian net>
4922
4923         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4924         (gst_sub_parse_class_init), (gst_sub_parse_init),
4925         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
4926         (convert_encoding):
4927         * gst/subparse/gstsubparse.h:
4928           Add 'encoding' property (#341681).
4929
4930         * gst/subparse/samiparse.c: (characters_sami):
4931           Output is pango markup, so we need to escape text
4932           between tags (#342143).
4933
4934 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4935
4936         * gst-libs/gst/audio/multichannel.c:
4937         (gst_audio_check_channel_positions):
4938           It's okay to have caps with channels=1 and a channel position
4939           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
4940           (deinterleavers might want to keep the position in the caps,
4941           so that they can be re-interleaved again properly later).
4942           Leave check for unexpected 2-channel layouts intact for now.
4943
4944 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4945
4946         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
4947         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
4948         basesrc can do its job correctly.
4949
4950 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4951
4952         * ext/alsa/Makefile.am:
4953         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4954         (gst_alsa_detect_formats), (get_channel_free_structure),
4955         (caps_add_channel_configuration), (gst_alsa_detect_channels),
4956         (gst_alsa_probe_supported_formats):
4957         * ext/alsa/gstalsa.h:
4958         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
4959           Refactor and improve caps probing code: probe signedness
4960           when we probe the supported formats/widths; set endianness
4961           to the one we actually probed for (ie. cpu endianness).
4962           
4963         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
4964         (gst_alsasrc_close):
4965         * ext/alsa/gstalsasrc.h:
4966           Implement caps probing for alsasrc.
4967
4968 2006-05-15  Wim Taymans  <wim@fluendo.com>
4969
4970         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4971         (theora_dec_src_query), (theora_dec_src_event),
4972         (theora_dec_sink_event), (theora_handle_comment_packet),
4973         (theora_handle_data_packet), (theora_dec_change_state):
4974         Cleanups, add some G_LIKELY.
4975         Use segment helpers instead of our own wrong code.
4976         Clear queued buffers on seek and READY.
4977
4978         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4979         (vorbis_dec_convert), (vorbis_dec_src_query),
4980         (vorbis_dec_src_event), (vorbis_dec_sink_event),
4981         (vorbis_handle_comment_packet), (vorbis_dec_push),
4982         (vorbis_handle_data_packet), (vorbis_dec_chain),
4983         (vorbis_dec_change_state):
4984         * ext/vorbis/vorbisdec.h:
4985         Remove old useless packetno variable.
4986         Do position query properly.
4987         Add some G_LIKELY.
4988         Do cleanup of queued buffers in new helper function
4989         and use it.
4990
4991 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
4992
4993         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
4994           Query supported sample rates. Fixes #341732.
4995
4996 2006-05-15  Julien MOUTTE  <julien@moutte.net>
4997
4998         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
4999         (gst_decode_bin_change_state): Make decodebin reusable
5000         when going from PAUSE_TO_READY and then back to PAUSED.
5001         Fixes #331678.
5002
5003 2006-05-15  Wim Taymans  <wim@fluendo.com>
5004
5005         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5006         (vorbis_dec_convert), (vorbis_dec_src_query),
5007         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5008         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5009         (vorbis_dec_clean_queued), (vorbis_dec_push),
5010         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5011         Cleanups. Use refcounting and DEBUG_OBJECT.
5012         Reset segment on flush, use code methods instead of our
5013         own wrong version.
5014         Fix potential memleak.
5015
5016 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5017
5018         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5019         (gst_alsasink_init):
5020         * ext/alsa/gstalsasink.h:
5021           Don't leak allocated snd_output_t structure if there's
5022           more than one alsasink instance at a time (#341873).
5023           Also fix GObject macros in header file.
5024           
5025 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5026
5027         * gst/subparse/gstsubparse.c:
5028         (gst_sub_parse_data_format_autodetect):
5029           Don't use libxml functions in the typefinding code.
5030
5031 2006-05-15  Wim Taymans  <wim@fluendo.com>
5032
5033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5034         Fix seeking performance in the case where a non-header 
5035         packet has a 0 granulepos (busted theora case). 
5036         Fixes #341719
5037         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5038          the first place, you limelight stealer you)
5039
5040 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5041
5042         * gst/subparse/gstsubparse.c:
5043         (gst_sub_parse_data_format_autodetect):
5044           Improve SAMI typefinding: handle case where there are
5045           whitespaces or newlines in front of the first <SAMI>
5046           tag (#169936).
5047
5048 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5049
5050         * configure.ac:
5051           Build video4linux plugin even if there's no XVIDEO, just
5052           without implementing the GstXOverlay interface (#334002).
5053          
5054 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5055
5056         * configure.ac:
5057         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5058         (plugin_init):
5059           Add tentative support for libvisual-0.4 (#336881).
5060
5061 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         Patch by: Young-Ho Cha <ganadist at chollian net>
5064
5065         * gst/subparse/samiparse.c: (handle_start_font):
5066           Need to map "silver" colour explicitly (#169936).
5067
5068 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5069
5070         Patch by: Young-Ho Cha  <ganadist at chollian net>
5071
5072         * gst/subparse/Makefile.am:
5073         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5074         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5075         (gst_sub_parse_format_autodetect), (feed_textbuf),
5076         (gst_subparse_type_find), (plugin_init):
5077         * gst/subparse/gstsubparse.h:
5078         * gst/subparse/samiparse.c:
5079         * gst/subparse/samiparse.h:
5080           Add support for SAMI subtitles (#169936).
5081
5082 2006-05-14  Michael Smith  <msmith@fluendo.com>
5083
5084         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5085           Fix #341696: crash when mixing L+R+C to mono or stereo.
5086         * tests/check/Makefile.am:
5087         * tests/check/elements/audioconvert.c: (set_channel_positions),
5088         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5089         (audioconvert_suite):
5090           Add test for the above, including some generic framework bits for
5091           testing multichannel things.
5092
5093 === release 0.10.7 ===
5094
5095 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5096
5097         * configure.ac:
5098           releasing 0.10.7, "Leave the gun"
5099
5100 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5101
5102         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5104         Fix the build.
5105
5106 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5107
5108         * docs/libs/gst-plugins-base-libs-docs.sgml:
5109         * docs/libs/gst-plugins-base-libs-sections.txt:
5110         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5111         * gst-libs/gst/video/video.h:
5112         * gst/videoscale/Makefile.am:
5113         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5115         * tests/check/Makefile.am:
5116         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5117         (main):
5118           Fix integer overflow problem with pixel-aspect-ratio calculations
5119           in videoscale and xvimagesink (#341542)
5120
5121 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5122
5123         * gst-libs/gst/tag/gstid3tag.c:
5124           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5125
5126 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5127
5128         * win32/MANIFEST:
5129           update win32 files listing
5130
5131 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5132
5133         patch by: Sjoerd Simons (sjoerd@luon.net)
5134
5135         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5136         (group_create), (group_destroy), (add_stream),
5137         (gst_play_base_bin_get_property),
5138         (gst_play_base_bin_get_streaminfo_value_array):
5139         * gst/playback/gstplaybasebin.h:
5140           API: GstPlayBaseBin::stream-info-value-array property
5141           use a more bindings-friendly way of exposing streaminfo
5142           using a GValueArray.  Tested in ipython.
5143           Closes #341114
5144
5145 2006-05-11  Wim Taymans  <wim@fluendo.com>
5146
5147         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5148         (queue_underrun_cb), (queue_filled_cb):
5149         Also catch queue underruns but don't do anything yet.
5150         Refactor and comment queue enlarging code a bit.
5151
5152         * gst/playback/gstplaybasebin.c: (queue_overrun),
5153         (queue_threshold_reached), (queue_out_of_data),
5154         (gen_preroll_element):
5155         If a queue over/underruns check that we don't create nasty
5156         deadlocks when the min-threshold is not reached but the
5157         max-bytes is. In those cases disable max-bytes when we
5158         know that the queue is fed timed data.
5159         Add more comments.
5160
5161 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5162
5163         * gst/playback/gstplaybin.c: (gen_audio_element):
5164           Make playbin automatically plug an 'audioresample'
5165           element before the audio sink as well. This solves
5166           problems with sinks that only accept a very specific
5167           sample rate, like esdsink (e.g. #340379).
5168
5169 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5170
5171         * gst/playback/gstplaybasebin.c: (gen_source_element):
5172           Make http sources send special headers so that we receive
5173           icecast metadata if the http stream is an icecast stream
5174           (otherwise the server will just ignore them). This also
5175           means that from now on users will need the 'icydemux'
5176           element from gst-plugins-good installed if they want to
5177           listen to icecast radio streams. (#341432, #333657).
5178
5179 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5180
5181         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5182         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5183           remove stupid example from docs - it should come with a simple
5184           C program instead.
5185           Clean up/fix docs
5186         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5187         (fail_if_can_read), (GST_START_TEST),
5188         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5189           add a test for changing streamheader which exposes a bug in
5190           multifdsink
5191
5192 2006-05-11  Michael Smith  <msmith@fluendo.com>
5193
5194         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5195         (gst_gnome_vfs_src_received_headers_callback):
5196         * ext/gnomevfs/gstgnomevfssrc.h:
5197           Don't set icy-caps unless we have a sane interval value. Move
5198           interval to a local variable; we never use it outside this function.
5199
5200 2006-05-11  Wim Taymans  <wim@fluendo.com>
5201
5202         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5204         Register special buffer types along with the objects so
5205         that they are not registered at runtime from N different
5206         streaming threads since they are not threadsafe.
5207
5208 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5209
5210         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5211         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5212           add two more tests, one doing streamheader
5213
5214 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5215
5216         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5217           clean up the bufqueue when shutting down
5218         * tests/check/Makefile.am:
5219         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5220         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5221         (main):
5222           add a test for the leak that was just fixed
5223
5224 2006-05-10  Wim Taymans  <wim@fluendo.com>
5225
5226         * gst/adder/gstadder.c: (gst_adder_setcaps),
5227         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5228         (gst_adder_src_event), (gst_adder_sink_event),
5229         (gst_adder_class_init), (gst_adder_finalize),
5230         (gst_adder_request_new_pad), (gst_adder_collected):
5231         * gst/adder/gstadder.h:
5232         Updated some docs. Added comments and FIXMEs all over the place.
5233         Improve debugging info.
5234         Fix leak on finalize by not calling the parent.
5235         Implement duration query.
5236         Make event forwarding threadsafe.
5237         Correctly send NEWSEGMENT at start and after flush.
5238         Handle EOS correctly.
5239         Post error when not negotiated.
5240
5241         * tests/check/elements/adder.c: (GST_START_TEST):
5242         Added FIXME in the test.
5243
5244 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5245
5246         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5247         (gst_text_overlay_halign_get_type),
5248         (gst_text_overlay_wrap_mode_get_type):
5249         * ext/theora/theoradec.c: (theora_handle_type_packet),
5250         (theora_handle_data_packet):
5251         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5252         (theora_enc_sink_setcaps), (theora_enc_chain):
5253         * gst-libs/gst/cdda/gstcddabasesrc.c:
5254         (gst_cdda_base_src_mode_get_type):
5255         * gst/audiotestsrc/gstaudiotestsrc.c:
5256         (gst_audiostestsrc_wave_get_type):
5257         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5258         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5259         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5260         (gst_sync_method_get_type), (gst_unit_type_get_type),
5261         (gst_client_status_get_type):
5262         * gst/videoscale/gstvideoscale.c:
5263         (gst_video_scale_method_get_type):
5264         * gst/videotestsrc/gstvideotestsrc.c:
5265         (gst_video_test_src_pattern_get_type):
5266         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5267         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5268         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5269         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5270         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5271         (paint_setup_RGB565), (paint_setup_xRGB1555):
5272           Const-ify GEnumValue and GFlagsValue arrays. Use
5273           GST_ROUND_UP_* macros instead of home-made ones.
5274
5275 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5276
5277         * configure.ac:
5278           Require core CVS for the new newsegment stuff.
5279
5280 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5281
5282         Patch by: Sjoerd Simons  <sjoerd at luon net>
5283
5284         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5285           Register nick for enum value (#341160).
5286
5287 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5288
5289         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5290         (plugin_init):
5291          backout typefind patch #340375
5292          
5293         * tests/check/elements/adder.c: (message_received),
5294         (GST_START_TEST), (adder_suite):
5295           redo, signal-handling of test
5296
5297 2006-05-09  Wim Taymans  <wim@fluendo.com>
5298
5299         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5300         (gst_adder_collected):
5301         * gst/adder/gstadder.h:
5302         Remove bogus segment merging and forwarding, we don't
5303         care about timestamps anyway and we just produce a
5304         continuous stream. 
5305         Also create a nice NEWSEGMENT event when we start.
5306         Use _scale_int some more.
5307
5308 2006-05-09  Edward Hervey  <edward@fluendo.com>
5309
5310         * tests/icles/stress-xoverlay.c:
5311         Fix if core was built without parsing support.
5312
5313 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5314
5315         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5316           Add SEDG (Samsung MPEG-4) fourcc.
5317
5318 2006-05-09  Edward Hervey  <edward@fluendo.com>
5319
5320         * tests/icles/stress-xoverlay.c:
5321         * tests/examples/volume/volume.c:
5322         Fix if core was built without parsing support.
5323
5324         * tests/examples/seek/seek.c:
5325         Disable the parse_launch example if core was built without parsing
5326         support.
5327
5328 2006-05-08  Edward Hervey  <edward@fluendo.com>
5329
5330         * autogen.sh: (CONFIGURE_DEF_OPT): 
5331         libtoolize on Darwin/MacOSX is called glibtoolize
5332
5333 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5334
5335         * tests/check/Makefile.am:
5336         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5337           Disable the adder test, until the build-slaves posses the kindness to 
5338           either like it or to give valid reason for not doing so 
5339
5340 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5341
5342         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5343         (adder_suite):
5344           Shuffle NULL state change around and raise timeout more
5345
5346 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5347
5348         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5349         (mp4_type_find), (plugin_init):
5350           Add typefind to distinguish between "audio/x-m4a" and new type
5351           "video/mp4". Fixes #340375
5352
5353         * tests/check/elements/adder.c: (adder_suite):
5354           Raise timeout to make buildbot happy
5355
5356 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5357
5358         * gst/adder/gstadder.c: (gst_adder_sink_event),
5359         (gst_adder_request_new_pad), (gst_adder_change_state):
5360         * gst/adder/gstadder.h:
5361         * tests/check/Makefile.am:
5362         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5363         (adder_suite), (main):
5364           Add sink-event handling to adder. It tries to merge incomming
5365           newsegment-events. Added test to check if segment_done is comming
5366           through. Fixes #340060
5367
5368 2006-05-05  Andy Wingo  <wingo@pobox.com>
5369
5370         * ext/theora/theoraparse.c (gst_theora_parse_init)
5371         (theora_parse_src_convert, theora_parse_src_query):
5372         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5373         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5374         query functions on the source pads of the theora and vorbis parse
5375         elements. Fixes position querying when doing a remux.
5376
5377 2006-05-05  Michael Smith  <msmith@fluendo.com>
5378
5379         * ext/theora/theoraparse.c: (parse_granulepos),
5380         (theora_parse_drain_queue_prematurely),
5381         (theora_parse_queue_buffer), (theora_parse_sink_event):
5382           Fix flushing.
5383           Fix invalid granulepos outputs when starting with a non-keyframe.
5384
5385 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5386
5387         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5388         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5389         Rearrange MPEG system stream detection, fixing some memleaks in the
5390         process.
5391         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5392         they clean up their data correctly.
5393         Remove unused ogganx caps and move the 'is_annodex' check to inside
5394         the 'is_ogg' if statement.
5395
5396 2006-05-05  Wim Taymans  <wim@fluendo.com>
5397
5398         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5399         Properly remove ghostpads. Fixes #340392
5400
5401 2006-05-04  David Schleef  <ds@schleef.org>
5402
5403         * gst/typefind/gsttypefindfunctions.c:
5404
5405 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5406
5407         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5408         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5409
5410         When typefinding an MP3 in push-based mode, don't penalise the
5411         probability down to 74% when we found 5 valid frames just because we
5412         can't peek the end of the file.
5413
5414         Make the probability for detecting MPEG Transport Streams based on the
5415         number of sequential headers we successfully detected.
5416
5417 2006-05-03  Wim Taymans  <wim@fluendo.com>
5418
5419         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5420         (vorbis_dec_push), (vorbis_dec_chain):
5421         Still produce an error when we receive an empty packet.
5422
5423 2006-05-03  Wim Taymans  <wim@fluendo.com>
5424
5425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5426         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5427         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5428         Mark buffers with DISCONT after seek and after activating new
5429         chains.
5430
5431         * ext/theora/gsttheoradec.h:
5432         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5433         (theora_get_query_types), (theora_dec_sink_event),
5434         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5435         (theora_dec_change_state):
5436         Fix frame counter.
5437         Detect and mark DISCONT buffers.
5438
5439         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5440         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5441         (vorbis_dec_change_state):
5442         * ext/vorbis/vorbisdec.h:
5443         Use GstSegment.
5444         Detect and mark DISCONT buffers.
5445         Don't crash on 0 sized buffers.
5446
5447 2006-05-03  Wim Taymans  <wim@fluendo.com>
5448
5449         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5450         (volume_transform_ip):
5451         Increase "volume" property to 10.0. Fixes #340369.
5452         Set the process function to NULL when capsnego fails so that
5453         we properly error out.
5454
5455 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5456
5457         * gst/playback/gstplaybin.c: (add_sink):
5458         * gst/playback/test.c: (main):
5459         * gst/playback/test5.c: (dump_element_stats):
5460         * gst/playback/test6.c: (main):
5461           free caps using gst_caps_unref, don't leak caps-strings
5462
5463 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5464
5465         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5466         (plugin_init):
5467           Refine musepack typefinding a bit. Return MAXIMUM
5468           probability when we detect stream version 7 to make
5469           sure the mpeg audio typefinder doesn't trump us.
5470
5471 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5472
5473         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5474           Protect against unexpected NULL strf_data buffer.
5475
5476 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5477
5478         * tests/check/elements/audioconvert.c: (verify_convert),
5479         (GST_START_TEST):
5480           interpret the out[] buffer in the order the bytes are actually
5481           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5482           Other tests should use BYTE_ORDER since the array is filled in
5483           with actual values
5484
5485 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5486
5487         * tests/check/elements/audioconvert.c: (verify_convert),
5488         (GST_START_TEST):
5489           when a test fails, give an indication of which it is
5490
5491 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5492
5493         * gst-libs/gst/cdda/gstcddabasesrc.c:
5494           compile fix; strtol() needs <stdlib.h>
5495
5496 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5497
5498         * ext/alsa/gstalsamixerelement.c:
5499         * ext/alsa/gstalsasrc.c:
5500         * ext/cdparanoia/gstcdparanoiasrc.c:
5501         * ext/gnomevfs/gstgnomevfssink.c:
5502         * ext/gnomevfs/gstgnomevfssrc.c:
5503         * ext/ogg/gstoggdemux.c:
5504         * ext/ogg/gstoggmux.c:
5505         * ext/ogg/gstoggparse.c:
5506         * ext/ogg/gstogmparse.c:
5507         * ext/pango/gstclockoverlay.c:
5508         * ext/pango/gsttextoverlay.c:
5509         * ext/pango/gsttextrender.c:
5510         * ext/pango/gsttimeoverlay.c:
5511         * ext/theora/theoradec.c:
5512         * ext/theora/theoraenc.c:
5513         * ext/vorbis/vorbisdec.c:
5514         * ext/vorbis/vorbisenc.c:
5515         * gst-libs/gst/audio/gstaudiofilter.c:
5516         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5517         * gst/audioconvert/gstaudioconvert.c:
5518         * gst/audiorate/gstaudiorate.c:
5519         * gst/audioresample/gstaudioresample.c:
5520         * gst/audiotestsrc/gstaudiotestsrc.c:
5521         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5522         * gst/playback/gstdecodebin.c:
5523         * gst/playback/gstplaybin.c:
5524         * gst/playback/gststreamselector.c:
5525         * gst/subparse/gstsubparse.c:
5526         * gst/tcp/gstmultifdsink.c:
5527         * gst/tcp/gsttcpclientsink.c:
5528         * gst/tcp/gsttcpclientsrc.c:
5529         * gst/tcp/gsttcpserversink.c:
5530         * gst/tcp/gsttcpserversrc.c:
5531         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5532         * gst/videorate/gstvideorate.c:
5533         * gst/videoscale/gstvideoscale.c:
5534         * gst/videotestsrc/gstvideotestsrc.c:
5535         * gst/volume/gstvolume.c:
5536         * sys/v4l/gstv4ljpegsrc.c:
5537         * sys/v4l/gstv4lmjpegsink.c:
5538         * sys/v4l/gstv4lmjpegsrc.c:
5539         * sys/v4l/gstv4lsrc.c:
5540         * sys/ximage/ximagesink.c:
5541         * sys/xvimage/xvimagesink.c:
5542         * tests/check/libs/cddabasesrc.c:
5543           make GstElementDetails const
5544
5545 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5546
5547         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5548         (gst_adder_init):
5549           send events from src-pad to all sink-pads fixes #338657
5550
5551 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5552
5553         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5554         (alsasink_parse_spec):
5555           query width capabilities from alsa, fixes #338919
5556
5557 2006-04-28  Wim Taymans  <wim@fluendo.com>
5558
5559         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5560         (gst_multi_fd_sink_remove_client_link):
5561         * gst/tcp/gstmultifdsink.h:
5562         Fix race condition in multifdsink that can lead to spurious 
5563         duplicate clients. this patch adds a new signal that is fired when
5564         multifdsink has removed all references to the fd.
5565         Fixes #339574.
5566         Updated documentation.
5567         API: client-fd-removed signal added
5568
5569 2006-04-28  Michael Smith  <msmith@fluendo.com>
5570
5571         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5572           When asking g_value_array_new to prealloc elements, we may as well
5573           ask for the right number of elements.
5574
5575 2006-04-28  Wim Taymans  <wim@fluendo.com>
5576
5577         * gst-libs/gst/audio/gstbaseaudiosink.c:
5578         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5579         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5580         patch to make timestamp checking more tollerant to rounding 
5581         errors given that real discontinuities are to be marked on
5582         buffers. Fixes some asf files and #338778.
5583         Also avoid some crashers when we receive an event in the 
5584         NULL state.
5585
5586 2006-04-28  Michael Smith  <msmith@fluendo.com>
5587
5588         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5589         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5590         (gst_gnome_vfs_src_get_property),
5591         (gst_gnome_vfs_src_send_additional_headers_callback),
5592         (gst_gnome_vfs_src_received_headers_callback),
5593         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5594         (gst_gnome_vfs_src_stop):
5595         * ext/gnomevfs/gstgnomevfssrc.h:
5596           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5597           proper shared support within icydemux.
5598
5599 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5600
5601         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5602         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5603           fix up docs
5604           fix a leak when no caps negotiated
5605           fix counting of input frames
5606         * tests/check/elements/.cvsignore:
5607         * tests/check/elements/videorate.c: (assert_videorate_stats),
5608         (GST_START_TEST), (videorate_suite):
5609           add tests for these
5610
5611 2006-04-28  Wim Taymans  <wim@fluendo.com>
5612
5613         * gst-libs/gst/audio/gstringbuffer.c:
5614         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5615         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5616         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5617         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5618         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5619         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5620         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5621         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5622         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5623         Check arguments passed to public functions instead of
5624         crashing.
5625
5626 2006-04-28  Wim Taymans  <wim@fluendo.com>
5627
5628         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5629         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5630         GstBaseAudioSrc must be live or it does not work.
5631
5632         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5633         Don't set live to TRUE as this is the default in the parentclass.
5634
5635 2006-04-28  Wim Taymans  <wim@fluendo.com>
5636
5637         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5638         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5639         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5640         fixation cases better. Fixes #338991
5641
5642 2006-04-28  Wim Taymans  <wim@fluendo.com>
5643
5644         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5645         Handle 0/1 framerate correctly Fixes #331901.
5646
5647 2006-04-28  Wim Taymans  <wim@fluendo.com>
5648
5649         * tests/check/elements/audioconvert.c: (get_float_caps),
5650         (GST_START_TEST), (audioconvert_suite):
5651         Added check for correct clipping when doing float samples
5652         in audioconvert.
5653
5654 2006-04-28  Wim Taymans  <wim@fluendo.com>
5655
5656         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5657         (gst_video_rate_chain):
5658         Print more debugging info.
5659
5660 2006-04-28  Wim Taymans  <wim@fluendo.com>
5661
5662         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5663         (resample_set_state_from_caps):
5664         Add support for other formats audioresample can handle such as
5665         32 bits in and float and 64 bits float. Fixes #301759
5666
5667 2006-04-28  Wim Taymans  <wim@fluendo.com>
5668
5669         * gst/audioconvert/audioconvert.c: (float):
5670         correctly clip float samples > 1.0. Fixes #338718
5671
5672 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5673
5674         Patch by: Young-Ho Cha  <ganadist at chollian net>
5675
5676         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5677         (gst_text_overlay_render_text):
5678           Don't strip newlines from the text. Also, center lines
5679           within multi-line paragraphs (#339405).
5680
5681 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5682
5683         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5684           Fix wavpack typefinding to work in more cases (don't peek
5685           for chunks of multiple hundred kBs at once, but process
5686           things step-by-step in smaller units). Fixes #339786.
5687
5688 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5689
5690         * configure.ac:
5691           back to HEAD
5692
5693 === release 0.10.6 ===
5694
5695 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5696
5697         * configure.ac:
5698           releasing 0.10.6, "Chao"
5699
5700 2006-04-26  David Schleef  <ds@schleef.org>
5701
5702         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5703           Fixes #338897.
5704
5705 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5706
5707         * configure.ac:
5708         * win32/common/config.h:
5709           new prerelease
5710
5711 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5712
5713         patch by: Wim Taymans
5714
5715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5716         (gst_ogg_demux_perform_seek):
5717           make sure correct newsegments are sent, so that the decoder
5718           and the demuxer agree on timestamps.  Fixes playback of a lot
5719           of Ogg files that do not start from 0.  Fixes #339833.
5720
5721 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5722
5723         Patch by: Edward Hervey  <edward@fluendo.com>
5724
5725         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5726         * tests/check/Makefile.am:
5727         * tests/check/elements/videorate.c: (assert_videorate_stats),
5728         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5729         (videorate_suite), (main):
5730           Fix an infinite loop if frames are passed in with wrongly ordered
5731           timestamps.  Fixes #339013.
5732
5733 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5734
5735         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5736
5737         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5738           fix typefinding on some ISO files.  Fixes #339212.
5739
5740 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5741
5742         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5745           add another H264 fourcc.  Fixes #339047.
5746
5747 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5748
5749         Patch by: Jan Schmidt
5750
5751         * gst/playback/gststreamselector.c:
5752         (gst_stream_selector_bufferalloc):
5753           Restore old StreamSelector behaviour.
5754           Fixes #338419.
5755
5756 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5757
5758         * configure.ac:
5759         * win32/common/config.h:
5760           prerelease
5761
5762 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5763
5764         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5765
5766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5767         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5768           Fix some memory leaks: on finalize, free buffers left in the queue
5769           before destroying the queue; in _push(), unref rtp_buf even if
5770           the process vfunc returned a NULL buffer as output buffer (#337548);
5771           demote some recuring debug messages to LOG level.
5772
5773 2006-04-11  Wim Taymans  <wim@fluendo.com>
5774
5775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5776         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5777         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5778         (gst_ogg_demux_loop):
5779         More cleanups.
5780         Respect segment stop when emiting EOS or SEGMENT_DONE.
5781         Fixes (#337945).
5782
5783 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5784
5785         * gst/playback/gststreamselector.c:
5786         (gst_stream_selector_get_property):
5787           Don't leak pad name.
5788
5789 2006-04-10  Michael Smith  <msmith@fluendo.com>
5790
5791         * tests/check/Makefile.am:
5792         * tests/check/gst-plugins-base.supp:
5793           Suppress an old libtheora bug (fixed in more recent versions), so 
5794           that FC4 buildslaves can pass.
5795
5796 2006-04-10  Wim Taymans  <wim@fluendo.com>
5797
5798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5799         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5800         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5801         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5802         (gst_ogg_demux_loop):
5803         Don't leak events.
5804         Remember what error we got when finding chains, if we
5805         were shutdown, that would not be an error.
5806
5807 2006-04-10  Wim Taymans  <wim@fluendo.com>
5808
5809         * gst-libs/gst/audio/gstbaseaudiosink.c:
5810         (gst_base_audio_sink_event):
5811         Starting the ringbuffer when we did not acquire it can cause
5812         a deadlock, is pointless and causes nasty things for
5813         subclasses. 
5814         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5815
5816 2006-04-10  Wim Taymans  <wim@fluendo.com>
5817
5818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5819         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5820         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5821         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5822         (gst_ogg_demux_deactivate_current_chain),
5823         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5824         (gst_ogg_demux_bisect_forward_serialno),
5825         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5826         Add some more debugging.
5827
5828 2006-04-10  Wim Taymans  <wim@fluendo.com>
5829
5830         * ext/theora/theoradec.c: (theora_dec_src_event),
5831         (theora_handle_data_packet):
5832         Some more debug info.
5833
5834         * tests/examples/seek/seek.c: (start_seek), (main):
5835         Print element messages too.
5836
5837 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5838
5839         * gst/audioresample/debug.h:
5840           replace debug macros with variable number of parameters
5841           by a simple alias to gstreamer standard debug macros 
5842          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5843           supported by MSVC 6.0 and 7.1)
5844         * gst/audioresample/resample.h:
5845           define M_PI and rint for WIN32
5846         * win32/common/libgstaudio.def:
5847         * win32/common/libgstriff.def:
5848         * win32/common/libgsttag.def:
5849         * win32/common/libgstvideo.def:
5850           add new exported functions
5851         * win32/vs6:
5852           update project files
5853
5854 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5855
5856         * ext/alsa/gstalsamixeroptions.c:
5857         (gst_alsa_mixer_options_class_init):
5858         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5861         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5862         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5863         * gst-libs/gst/audio/gstaudiofilter.c:
5864         (gst_audio_filter_class_init):
5865         * gst-libs/gst/audio/gstaudiosink.c:
5866         (gst_audioringbuffer_class_init):
5867         * gst-libs/gst/audio/gstaudiosrc.c:
5868         (gst_audioringbuffer_class_init):
5869         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5870         * gst-libs/gst/interfaces/colorbalancechannel.c:
5871         (gst_color_balance_channel_class_init):
5872         * gst-libs/gst/interfaces/mixeroptions.c:
5873         (gst_mixer_options_class_init):
5874         * gst-libs/gst/interfaces/mixertrack.c:
5875         (gst_mixer_track_class_init):
5876         * gst-libs/gst/interfaces/tunerchannel.c:
5877         (gst_tuner_channel_class_init):
5878         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5879         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5880         (gst_netbuffer_class_init):
5881         * gst-libs/gst/rtp/gstbasertppayload.c:
5882         (gst_basertppayload_class_init):
5883         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5884         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5885         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5886         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5887         * gst/playback/gststreamselector.c:
5888         (gst_stream_selector_class_init):
5889         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5890         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5891         * sys/v4l/gstv4lcolorbalance.c:
5892         (gst_v4l_color_balance_channel_class_init):
5893         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5894         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5895         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5896         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
5897         (gst_v4l_tuner_norm_class_init):
5898         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
5899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
5900         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
5901         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
5902
5903 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5904
5905         * ext/pango/gsttextrender.h:
5906         * gst-libs/gst/audio/gstaudiosink.h:
5907         * gst-libs/gst/audio/gstaudiosrc.h:
5908         * gst-libs/gst/audio/gstbaseaudiosink.h:
5909         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5910         * gst-libs/gst/audio/gstringbuffer.h:
5911         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5912         * gst-libs/gst/rtp/gstbasertppayload.h:
5913         * gst-libs/gst/video/gstvideofilter.h:
5914         * gst-libs/gst/video/gstvideosink.h:
5915         * gst/playback/gstplaybasebin.h:
5916         * gst/tcp/gstmultifdsink.h:
5917         * sys/v4l/gstv4lelement.h:
5918         Fix broken GObject macros
5919
5920 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5921
5922         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
5923         More debug to trace why my USB headset is not working with gst
5924
5925 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5926
5927         * gst/playback/gstplaybasebin.c: (group_destroy):
5928         Clean up our group elements properly in the case where it never 
5929         got committed - it still got added unconditionally to the bin.
5930
5931 2006-04-07  Wim Taymans  <wim@fluendo.com>
5932
5933         * ext/theora/theoradec.c: (theora_dec_sink_event),
5934         (theora_handle_data_packet), (theora_dec_chain):
5935         Unref unhandled events.
5936         Protect against empty buffers.
5937         Perform QoS on running time.
5938
5939 2006-04-07  Michael Smith  <msmith@fluendo.com>
5940
5941         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
5942         (gst_vorbis_enc_chain):
5943           Remove leaks from vorbisenc.
5944           Mostly minor changes, the only significant one is that now the
5945           buffers we set as 'streamheader' on the caps are copies of the
5946           original buffers, to avoid circular refcounting problems.
5947
5948 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5949
5950         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
5951           Don't remove our mute-probe if someone else already did so.
5952           Don't set a 2nd one if there is already one pending on the pad.
5953
5954         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5955         (do_playbin_seek):
5956           When a seek fails, ensure that playbin is still set back to playing.
5957           
5958         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
5959         (mpeg_ts_type_find), (plugin_init):
5960           Add a typefind function for mpeg-ts streams. (Closes: #336617)
5961
5962 2006-04-06  Andy Wingo  <wingo@pobox.com>
5963
5964         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
5965         (gst_video_rate_init): Caps-related parameters should not be reset
5966         by a flush -- move their inits to the instance init function.
5967         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
5968         is not OK, just return the result.
5969
5970         * gst/audiotestsrc/gstaudiotestsrc.c
5971         (gst_audio_test_src_class_init)
5972         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
5973         broken by Stefan's commit on 24 March.
5974
5975         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
5976         buffers being pushed out. Fixes oggmux ! multifdsink.
5977
5978 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5979
5980         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
5981         (gst_vorbis_dec_init), (vorbis_dec_finalize):
5982         * ext/vorbis/vorbisdec.h:
5983         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
5984         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
5985         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
5986         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
5987         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
5988         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
5989         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
5990         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
5991         (gst_vorbis_enc_buffer_from_packet),
5992         (gst_vorbis_enc_buffer_from_header_packet),
5993         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
5994         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
5995         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
5996         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
5997         (gst_vorbis_enc_change_state):
5998         * ext/vorbis/vorbisenc.h:
5999           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6000           vorbisenc adhere to the official nomenclature; use boilerplate
6001           macro.
6002
6003 2006-04-04  Andy Wingo  <wingo@pobox.com>
6004
6005         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6006         Whoops, fix bug introduced. Bad hacker!
6007         
6008         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6009         Properly handle the case where you get EOS before any buffers are
6010         received. Use gst_buffer_make_metadata_writable where appropriate.
6011
6012         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6013         is often negative -- make it signed so as not to wrap around.
6014         Fixes segfaults introduced on 9 March.
6015
6016 2006-04-03  Wim Taymans  <wim@fluendo.com>
6017
6018         * ext/theora/gsttheoradec.h:
6019         * ext/theora/theoradec.c: (theora_dec_src_event):
6020         Don't try to store a gdouble in a gboolean.
6021         Small cleanups.
6022
6023 2006-04-03  Michael Smith  <msmith@fluendo.com>
6024
6025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6026           Oggmux sucks.
6027           Make it suck slightly less by writing out the final page.
6028           Still can't encode a vorbis-in-ogg file correctly, though.
6029
6030 2006-04-03  Andy Wingo  <wingo@pobox.com>
6031
6032         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6033         a g_print.
6034
6035         * ext/theora/theora.c (plugin_init): Register theoraparse.
6036
6037         * ext/theora/gsttheoraparse.h: 
6038         * ext/theora/theoraparse.c: New files implementing a theora
6039         parser. Now we can properly remux ogg/theora+vorbis, yay.
6040
6041         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6042
6043 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6044
6045         * gst/audiotestsrc/gstaudiotestsrc.c:
6046           Fixed the sample pipeline (see #323798)
6047
6048 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6049
6050         * configure.ac:
6051         * win32/common/config.h:
6052         * win32/common/config.h.in:
6053           use AS_VERSION and AS_NANO
6054           more cleanups
6055
6056 2006-03-31  Andy Wingo  <wingo@pobox.com>
6057
6058         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6059         uninitialized variable return that would happen.
6060         
6061         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6062         uninitialized variable return that would never happen.
6063
6064         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6065         (vorbis_parse_sink_event): Add an event function to flush our
6066         state on a seek, and to drain buffers on a premature EOS.
6067         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6068         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6069         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6070         (vorbis_parse_drain_queue): Queue up buffers until we can set
6071         their timestamps and granulepos values.
6072
6073         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6074         and keep track of data needed for deriving granulepos and
6075         timestamps for buffers.
6076
6077 2006-03-29  Wim Taymans  <wim@fluendo.com>
6078
6079         Patch by: j^ <j at bootlab dot org>
6080
6081         * ext/alsa/gstalsamixerelement.c:
6082         (gst_alsa_mixer_element_class_init):
6083         * ext/alsa/gstalsasink.c:
6084         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6085         * ext/ogg/gstoggdemux.c:
6086         * ext/ogg/gstoggmux.c:
6087         * ext/ogg/gstoggparse.c:
6088         * ext/pango/gstclockoverlay.c:
6089         * ext/pango/gsttextoverlay.c:
6090         * ext/pango/gsttextrender.c:
6091         * ext/pango/gsttimeoverlay.c:
6092         * ext/theora/theoradec.c:
6093         * ext/theora/theoraenc.c:
6094         * ext/vorbis/vorbisdec.c:
6095         * ext/vorbis/vorbisenc.c:
6096         * gst/audioconvert/gstaudioconvert.c:
6097         * gst/subparse/gstsubparse.c:
6098         * gst/tcp/gstmultifdsink.c:
6099         * gst/tcp/gsttcpclientsink.c:
6100         * gst/tcp/gsttcpclientsrc.c:
6101         * gst/tcp/gsttcpserversink.c:
6102         * gst/tcp/gsttcpserversrc.c:
6103           better/unified long descriptions
6104           Fixes #336477
6105
6106 2006-03-29  Wim Taymans  <wim@fluendo.com>
6107
6108         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6109         (stop_seek):
6110         Don't let double and triple clicks mess up our state.
6111
6112 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6113
6114         * gst/playback/gstplaybin.c: (gen_video_element),
6115         (gen_text_element), (gen_audio_element), (gen_vis_element):
6116           Error out gracefully when we can't create any of the usual
6117           conversion elements for some reason. Also, don't try to
6118           create an audioscale (sic) element that's not used anyway.
6119
6120 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6121
6122         * gst/playback/gstplaybasebin.c: (setup_source):
6123           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6124           element for a particular protocol, that's confusing for users.
6125           Instead, post a RESOURCE_FAILED error, so that our own error
6126           message is actually shown in totem etc. (#336303).
6127
6128 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6129
6130         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6131
6132         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6133         (gst_gnome_vfs_src_get_icy_metadata):
6134           Fix some minor memory leaks (#336194).
6135
6136 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * ext/gnomevfs/gstgnomevfs.c:
6139         (gst_gnome_vfs_location_to_uri_string):
6140         * ext/gnomevfs/gstgnomevfs.h:
6141         * ext/gnomevfs/gstgnomevfssink.c:
6142         (gst_gnome_vfs_sink_set_property):
6143         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6144           Make gnomevfssink accept filenames as well as URIs for the
6145           "location" property, just like gnomevfssrc does (and
6146           filesrc/filesink do) (#336190).
6147
6148 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6149
6150         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6151           set to NULL before unreffing, fixes a valgrind leak.
6152           Why was this not triggering the error that an object needs to
6153           be NULL before unreffing ?
6154         * win32/common/config.h:
6155           update
6156
6157 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6158
6159         * gst/subparse/gstsubparse.c: (convert_encoding),
6160         (gst_sub_parse_change_state):
6161         * gst/subparse/gstsubparse.h:
6162           Text subtitle files may or may not be UTF-8. If it's not, we
6163           don't really want to see '?' characters in place of non-ASCII
6164           characters like accented characters. So let's assume the input
6165           is UTF-8 until we come across text that is clearly not. If it's
6166           not UTF-8, we don't really know what it is, so try the following:
6167           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6168           is set; if not, check (b) if the current locale encoding is
6169           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6170           the current locale encoding is UTF-8 and the environment variable
6171           was not set to any particular encoding. Not perfect, but better
6172           than nothing (and better than before, I think) (fixes #172848).
6173
6174 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6175
6176         * configure.ac:
6177           update core requirement to 0.10.4.1 because of async_playback
6178           vmethod on GstBaseSink
6179
6180 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6181
6182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6183         * gst/adder/gstadder.c: (gst_adder_init):
6184         use DEBUG_FUNCPTR for collectpads
6185
6186 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6187
6188         * docs/plugins/Makefile.am:
6189         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6190         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6191         * ext/cdparanoia/gstcdparanoiasrc.c:
6192         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6193         (gst_gnome_vfs_sink_class_init):
6194         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6196         * ext/ogg/gstoggmux.c:
6197         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6198         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6199         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6200         * ext/pango/gsttextoverlay.c:
6201         * ext/pango/gsttextrender.c:
6202         * ext/theora/theoradec.c:
6203         * ext/theora/theoraenc.c:
6204         * ext/vorbis/vorbisdec.c:
6205         * ext/vorbis/vorbisenc.c:
6206         * gst-libs/gst/audio/gstaudiofilter.c:
6207         (gst_audio_filter_base_init):
6208         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6209         (gst_audio_filter_template_base_init):
6210         * gst/adder/gstadder.c: (gst_adder_get_type):
6211         * gst/adder/gstadder.h:
6212         * gst/audioconvert/gstaudioconvert.c:
6213         * gst/audiotestsrc/gstaudiotestsrc.c:
6214         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6215         (gst_audio_test_src_create):
6216         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6217         * gst/playback/gstdecodebin.c:
6218         * gst/playback/gstplaybin.c:
6219         * gst/playback/gststreamselector.c:
6220         (gst_stream_selector_base_init):
6221         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6222         * gst/volume/gstvolume.c:
6223         * sys/v4l/gstv4lmjpegsink.c:
6224         * sys/v4l/gstv4lmjpegsrc.c:
6225         * tests/check/libs/cddabasesrc.c:
6226         * tests/old/examples/gob/gst-identity2.gob:
6227           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6228           define GstElementDetails at the top
6229
6230 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6231
6232         * win32/common/libgstinterfaces.def:
6233         Add a lot of export functions for gst-python
6234         * win32/vs6/libgstinterfaces.dsp:
6235         Add a missing include folder in the project configuration
6236         
6237 2006-03-23  Wim Taymans  <wim@fluendo.com>
6238
6239         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6240         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6241         (gst_base_audio_src_change_state):
6242         Fix audio sources, forgot to make the ringbuffer
6243         startable...
6244
6245 2006-03-23  Wim Taymans  <wim@fluendo.com>
6246
6247         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6248         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6249         (gst_base_audio_src_change_state):
6250         unparent instead of unref the ringbuffer.
6251
6252 2006-03-23  Wim Taymans  <wim@fluendo.com>
6253
6254         * gst-libs/gst/audio/gstbaseaudiosink.c:
6255         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6256         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6257         Implement new async_play vmethod to start slaving and allow
6258         playback start in case of async PLAY state changes. 
6259
6260         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6261         Enable QoS with new method in base class.
6262
6263 2006-03-23  Wim Taymans  <wim@fluendo.com>
6264
6265         Patch by: Julien MOUTTE <julien at moutte dot net>
6266
6267         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6268         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6269         Partially handle 0 framerate, only EOS after the first frame
6270         is missing.
6271
6272 2006-03-23  Wim Taymans  <wim@fluendo.com>
6273
6274         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6275
6276         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6277         (gst_riff_create_video_template_caps):
6278         * gst/ffmpegcolorspace/avcodec.h:
6279         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6280         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6281         (gst_ffmpegcsp_avpicture_fill):
6282         * gst/ffmpegcolorspace/imgconvert.c:
6283         Patch for support of YVU9 AVI files (#334822)
6284
6285 2006-03-22  Edward Hervey  <edward@fluendo.com>
6286
6287         * docs/design/design-decodebin.txt:
6288         Added design document for new decodebin
6289         (Target Caps): text/x-pango-markup is also a default target caps.
6290
6291 2006-03-22  Wim Taymans  <wim@fluendo.com>
6292
6293         * gst-libs/gst/audio/gstbaseaudiosink.c:
6294         (gst_base_audio_sink_dispose):
6295         Since we _parent the ringbuffer, we also need to
6296         _unparent instead of a plain _unref.
6297
6298 2006-03-22  Wim Taymans  <wim@fluendo.com>
6299
6300         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6301         (stop_seek), (scrub_toggle_cb), (main):
6302         Add scrub checkbox.
6303
6304 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6305
6306         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6307         (gst_ogg_parse_chain):
6308           Fix very inefficient usage of linked lists (#335365).
6309
6310 2006-03-21  Edward Hervey  <edward@fluendo.com>
6311
6312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6313         * gst/playback/gstplaybin.c: (handoff):
6314         * gst/playback/gststreamselector.c:
6315         (gst_stream_selector_set_property):
6316         gcc 4.1 unreferenced pointer fixes.
6317         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6319         gst_buffer_ref() now takes a GstBuffer*.
6320
6321 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6322
6323         * sys/xvimage/xvimagesink.c:
6324         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6325         by Jan Schmidt.
6326
6327 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6330         (id3v1_type_find), (apetag_type_find), (plugin_init):
6331           Can't do tag preferences via probability, as tags would then
6332           lose against types that are recognised with MAXIMUM probability
6333           (like .wav); so let all tag typefinders return MAXIMUM themselves
6334           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6335           that we can prefer APE to ID3v1 (fixes #335028).
6336           
6337 2006-03-17  Wim Taymans  <wim@fluendo.com>
6338
6339         * gst-libs/gst/audio/gstbaseaudiosink.c:
6340         (gst_base_audio_sink_change_state):
6341         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6342         (gst_ring_buffer_may_start):
6343         * gst-libs/gst/audio/gstringbuffer.h:
6344         Only start playback if we are playing.
6345         should fix #330748.
6346
6347 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6348
6349         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6350         * win32/common/config.h:
6351           Revert accidental commits to these files.
6352
6353 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6354
6355         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6356
6357         * tests/Makefile.am:
6358           Don't try to build tests in tests/icles if we
6359           don't have X (#323852)
6360
6361 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6362
6363         * gst-libs/gst/tag/gstid3tag.c:
6364           Add TXXX frame identifiers for replaygain stuff as used
6365           by some taggers (see #323721).
6366
6367 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6368
6369         * gst/playback/gststreamselector.c:
6370         (gst_stream_selector_set_property),
6371         (gst_stream_selector_bufferalloc):
6372           Preserve the existing buggy streamselector behaviour by performing
6373           a fallback buffer allocation when downstream isn't linked yet.
6374           This should really be fixed in playbin by blocking pads until it's
6375           linked them.
6376           Also, use gst_pad_alloc_buffer instead of
6377           gst_pad_alloc_buffer_and_set.
6378
6379 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6380
6381         * gst-libs/gst/tag/gstid3tag.c:
6382           Don't crash on unknown ID3v2 TXXX frames.
6383           
6384 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6385
6386         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6387           Chain up to the parent finalize method.
6388           Add 32-bit sample size to the template caps.
6389
6390         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6391         (gst_riff_create_video_template_caps):
6392           Add the fourcc that the VMWare codec uses.
6393           
6394         * gst/playback/gststreamselector.c:
6395         (gst_stream_selector_set_property),
6396         (gst_stream_selector_bufferalloc),
6397         (gst_stream_selector_request_new_pad):
6398           For the active pad, forward buffer-alloc requests, otherwise
6399           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6400           having to memcpy every frame when used by playbin.
6401
6402         * gst/tcp/gstmultifdsink.c:
6403         (gst_multi_fd_sink_handle_client_write):
6404           Get negotiated caps from the sink pad, rather than the sink
6405           pad's peer.
6406
6407 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6408
6409         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6410         
6411         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6412           Don't forget to set src->callbacks_pushed to FALSE again when
6413           popping them, otherwise re-activation in a different mode won't
6414           work (#334620).
6415
6416 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6417
6418         Patch by: Sebastien Moutte  <sebastien moutte net>
6419
6420         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6421         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6422         (gst_ffmpeg_smpfmt_to_caps):
6423           Replace __VA_ARGS__ caps creation macros with varargs functions.
6424           Makes things compile on MSVC (#320765), looks nicer, and we can
6425           tell the compiler to check for the NULL terminator.
6426
6427 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6428
6429         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6430
6431         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6432           Make sure the buffer we copy into is really always big
6433           enough, this time for real (#333488).
6434           
6435 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6438           Add support for 24bpp DIB (#305279).
6439
6440 2006-03-14  Wim Taymans  <wim@fluendo.com>
6441
6442         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6443         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6445         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6446         (gst_video_scale_init), (gst_video_scale_src_event):
6447         Re-enable QoS after the release.
6448         Rework videoscale to use the base class src_event handler.
6449
6450 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6451
6452         * configure.ac:
6453           back to CVS.
6454
6455 === release 0.10.5 ===
6456
6457 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6458
6459         * configure.ac:
6460           releasing 0.10.5, "Net"
6461
6462 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         * docs/plugins/Makefile.am:
6465           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6466           
6467 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6468
6469         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6470         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6471         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6472           Add cdparanoiasrc to docs.
6473
6474         * gst-libs/gst/cdda/gstcddabasesrc.c:
6475           More GstCddaBaseSrc docs.
6476
6477 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6478
6479         * docs/libs/gst-plugins-base-libs-sections.txt:
6480         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6481         * gst-libs/gst/tag/tag.h:
6482           API: libgsttag: new method gst_tag_from_id3_user_tag().
6483
6484 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6485
6486         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6487           NULL-terminate array of mpeg4 video file extensions.
6488           Fixes crash on PPC (#334226).
6489
6490 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * ext/gnomevfs/gstgnomevfssrc.c:
6493         (gst_gnome_vfs_src_check_get_range):
6494           gnome_vfs_uri_is_local() alone is not a good indicator
6495           whether we can operate in pull-mode with a specific URI,
6496           as it returns FALSE for file:// URIs that point to an
6497           NFS-mounted path. Be more conservative here: whitelist
6498           local files, blacklist http URIs and use the old
6499           mechanism for anything else (fixes #334216).
6500
6501 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6502
6503         * configure.ac:
6504           back to trunk
6505
6506 === release 0.10.4 ===
6507
6508 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6509
6510         * configure.ac:
6511           releasing 0.10.4, "Power"
6512
6513 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6514
6515         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6516         Disable max-lateness by setting it to -1 for now, so that 
6517         we can bed QoS stuff in thoroughly between now and the next
6518         release.
6519
6520 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6521
6522         Patch by: Fabrizio Gennari
6523
6524         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6525           Make sure we don't read beyond the palette buffer in case of
6526           broken or manipulated files (#333488)
6527
6528 2006-03-10  Edward Hervey  <edward@fluendo.com>
6529
6530         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6531         Fix for variable not initialized.
6532
6533 2006-03-09  Wim Taymans  <wim@fluendo.com>
6534
6535         * ext/libvisual/visual.c: (gst_visual_get_type),
6536         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6537         (gst_visual_chain):
6538         Small cleanups.
6539
6540         * ext/theora/gsttheoradec.h:
6541         * ext/theora/theoradec.c: (gst_theora_dec_init),
6542         (gst_theora_dec_reset), (_theora_granule_time),
6543         (theora_dec_src_convert), (theora_dec_sink_convert),
6544         (theora_dec_src_query), (theora_dec_src_event),
6545         (theora_dec_sink_event), (theora_handle_comment_packet),
6546         (theora_handle_header_packet), (theora_dec_push),
6547         (theora_handle_data_packet), (theora_dec_chain),
6548         (theora_dec_change_state):
6549         Add simple QoS.
6550
6551 2006-03-09  Wim Taymans  <wim@fluendo.com>
6552
6553         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6554         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6555         Some cleanups.
6556
6557 2006-03-09  Wim Taymans  <wim@fluendo.com>
6558
6559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6560         Don't try to activate NULL chains.
6561
6562 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6563
6564         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6565           Fix invalid memory access to region before peek'd data (#332964).
6566
6567 2006-03-09  Wim Taymans  <wim@fluendo.com>
6568
6569         Patch by: Christophe Fergeau
6570
6571         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6572         * ext/pango/gsttextrender.c: (gst_text_render_init):
6573         * gst/adder/gstadder.c: (gst_adder_init):
6574         Don't leak padtemplates, closes #333510.
6575
6576 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6577
6578         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6579           Fix invalid memory access: make sure string passed to
6580           regexec() is NUL-termianted.
6581
6582 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6583
6584         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6585         (mp3_type_find):
6586           Refactor mpeg/audio typefinding to make it more maintainable
6587           and easier to fine-tune. Make probing into middle of the file
6588           work properly (fixes #333900, also see #152688).
6589
6590 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * gst/typefind/gsttypefindfunctions.c:
6593         (utf8_type_find_have_valid_utf8_at_offset):
6594           Remove part from previous commit that was bogus:
6595           g_utf8_validate() does in fact not accept embedded
6596           zeroes, so we don't need to check for those (thanks
6597           to Mike for the hint).
6598
6599 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6600
6601         * gst/typefind/gsttypefindfunctions.c:
6602         (utf8_type_find_count_embedded_zeroes),
6603         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6604           Make plain/text typefinder more conservative: firstly, check
6605           for embedded zeroes, which are perfectly valid UTF-8 characters,
6606           but also a fairly good sign that something is not a plain text
6607           file; secondly, probe into the middle of the file if possible.
6608           If we can't probe into the middle, limit the probability value
6609           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6610
6611 2006-03-08  Michael Smith  <msmith@fluendo.com>
6612
6613         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6614           Make typefind function name for mpeg4 video unique.
6615
6616 2006-03-08  Wim Taymans  <wim@fluendo.com>
6617
6618         * ext/libvisual/visual.c: (gst_visual_init),
6619         (gst_visual_clear_actors), (gst_visual_dispose),
6620         (gst_visual_reset), (gst_visual_src_setcaps),
6621         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6622         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6623         (gst_visual_chain), (gst_visual_change_state):
6624         Cleanups, post nice errors.
6625         Handle sink and src events.
6626         Implement simple QoS.
6627
6628         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6629         Use new basesink methods to configure max-lateness.
6630         Small doc update.
6631
6632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6633         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6634         Debug statement cleanups.
6635
6636         * gst/volume/gstvolume.c: (gst_volume_class_init):
6637         Simple cleanup.
6638
6639 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6640
6641         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6642         (gst_text_overlay_init), (gst_text_overlay_set_property),
6643         (gst_text_overlay_get_property):
6644           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6645           as string type properties, but mark them deprecated. Add
6646           'halignment' and 'valignment' properties that use enums
6647           instead of strings.
6648
6649 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6650
6651         Patch by: Fabrizio Gennari
6652
6653         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6654           Allow palettes with less than 256 colours in AVI files
6655           (#333488)
6656
6657 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6658
6659         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6660         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6661         pad. We were releasing the queued text buffer when we should keep
6662         it until video pad gets EOS or discard the text buffer because it's
6663         too old. That was eating the last subtitle buffer. Add some more
6664         debug.
6665
6666 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6667
6668         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6669         (gst_text_overlay_video_chain):
6670           Fix invalid memory access (we can't access a buffer after it's been
6671           pushed downstream without taking a reference); fix memory leak (if
6672           there's no text to render, bail out before allocating stuff).
6673
6674 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6675
6676         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6677         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6678         * ext/pango/gsttextoverlay.h:
6679           If input is plain text, escape it before passing it to
6680           pango_layout_set_markup().
6681
6682 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6685           Don't ignore flow return from gst_pad_push().
6686
6687 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         Patch by: Fabrizio Gennari
6690
6691         * ext/libvisual/visual.c: (gst_visual_getcaps),
6692         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6694         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6695         (gst_vorbisenc_convert_sink):
6696         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6697         (gst_audio_duration_from_pad_buffer):
6698         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6699         (gst_audio_filter_chain):
6700         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6701         (gst_base_rtp_depayload_setcaps):
6702         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6703         (gst_video_get_size):
6704         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6705           Don't leak references returned by gst_pad_get_parent()
6706           (#333663)
6707
6708 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6709
6710         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6711           change location param details
6712         * gst/volume/gstvolume.c: (plugin_init):
6713           correct plugin description
6714
6715 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6716
6717         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6718         (gst_gnome_vfs_src_check_get_range):
6719           Override GstBaseSrc::check_get_range() in order to avoid opening
6720           the resource just to check whether we can operate in pull-mode or
6721           not - we can predict that pretty well from the URI alone. Should
6722           fix problems with last.fm (#331690). (Requires latest core CVS).
6723
6724 2006-03-06  Wim Taymans  <wim@fluendo.com>
6725
6726         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6727         (gst_video_sink_class_init):
6728         Throw away frames that are later than 20 ms.
6729
6730 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6731
6732         Patch by: Fabrizio Gennari
6733
6734         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6735           Set depth on WMA caps (#333545)
6736
6737 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6738
6739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6740         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6741           put Theora BOS pages before others.  This hardcodes
6742           the Ogg/Theora I profile, but hey.
6743
6744 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6745
6746         * ext/ogg/README:
6747           updated with some examples
6748         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6749         (granulepos_add), (theora_buffer_from_packet):
6750         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6751         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6752         (gst_vorbisenc_chain):
6753           implement strategy from ext/ogg/README
6754         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6755         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6756         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6757         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6758           Fix muxer so that oggz-validate is happy with all streams;
6759           except for no eos mark, and the BOS page ordering
6760         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6761         (check_buffer_granulepos):
6762         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6763           update tests to check for OFFSET being set as requested
6764           fixed type of granulepos, it's not a ClockTime
6765
6766 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6767
6768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6769         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6770         Check that the xvimage we are creating has a correct size
6771         before returning it. (#314897)
6772
6773 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6774
6775         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6776           Give id3 and ape tag typefinders a rank slightly higher
6777           than PRIMARY to ensure they're always run before any of
6778           the other typefinders (in particular wav and mp3) (#324186).
6779
6780 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6781
6782         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6783           Add support for '3IVD' fourcc (#333403).
6784
6785 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         * configure.ac:
6788           Bump requirements to GStreamer CVS for the new error enum.
6789
6790         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6791           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6792           space left on the device (fixes #333352).
6793
6794 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6795
6796         * win32/vs6:
6797           add a project file for libgstvolume
6798           update the workspace
6799
6800 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6801
6802         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6803         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6804         (GST_START_TEST):
6805           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6806           Set IN_CAPS on header buffers
6807
6808 2006-03-02  Wim Taymans  <wim@fluendo.com>
6809
6810         * docs/plugins/Makefile.am:
6811         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6812         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6813         Add audioresample to docs.
6814
6815         * gst/audioconvert/gstaudioconvert.c:
6816         Add revision date.
6817
6818         * gst/audioresample/gstaudioresample.c:
6819         (gst_audioresample_base_init), (gst_audioresample_class_init),
6820         (gst_audioresample_init), (gst_audioresample_dispose),
6821         (audioresample_get_unit_size), (audioresample_transform_caps),
6822         (resample_set_state_from_caps), (audioresample_transform_size),
6823         (audioresample_set_caps), (audioresample_event),
6824         (audioresample_do_output), (audioresample_transform),
6825         (audioresample_pushthrough), (gst_audioresample_set_property),
6826         (gst_audioresample_get_property), (plugin_init):
6827         * gst/audioresample/gstaudioresample.h:
6828         Added docs.
6829         Small code cleanups.
6830
6831 2006-03-02  Wim Taymans  <wim@fluendo.com>
6832
6833         * docs/plugins/Makefile.am:
6834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6835         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6836         Added videoscale to docs.
6837
6838         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6839         (gst_video_rate_swap_prev), (gst_video_rate_event),
6840         (gst_video_rate_chain):
6841         Fix typo in docs.
6842
6843         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6844         (gst_video_scale_init), (gst_video_scale_prepare_size),
6845         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6846         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6847         * gst/videoscale/gstvideoscale.h:
6848         Added docs, examples.
6849         Some code cleanups.
6850         Post errors instead of g_warning.
6851
6852 2006-03-02  Wim Taymans  <wim@fluendo.com>
6853
6854         * docs/libs/gst-plugins-base-libs-docs.sgml:
6855         * docs/libs/gst-plugins-base-libs-sections.txt:
6856         * docs/libs/gst-plugins-base-libs.types:
6857         * docs/plugins/Makefile.am:
6858         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6859         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6860         Added some more docs to libs and plugins.
6861
6862         * gst-libs/gst/audio/gstringbuffer.c:
6863         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6864         * gst-libs/gst/audio/gstringbuffer.h:
6865         Document ringbuffer some more.
6866
6867         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6868         (gst_video_rate_setcaps), (gst_video_rate_reset),
6869         (gst_video_rate_init), (gst_video_rate_flush_prev),
6870         (gst_video_rate_swap_prev), (gst_video_rate_event),
6871         (gst_video_rate_chain), (gst_video_rate_change_state):
6872         * gst/videorate/gstvideorate.h:
6873         Fix videorate to use segments.
6874         Make it work with 0/1 framerates (closes #331903)
6875         Handle EOS correctly.
6876         Added docs.
6877
6878 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6879
6880         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6881         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6882         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6883           In state change function, first chain up to parent class,
6884           then handle downwards state change stuff. Remove some
6885           commented out cruft from 0.8 code.
6886
6887 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6888
6889         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6890         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6891         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6892         (gst_ogm_parse_chain):
6893           Don't remove/re-add source pad if the new caps are the same as
6894           the old caps anyway (#333042). When removing source pad, don't
6895           unref it afterwards - we didn't ref it when adding. Sprinkle some
6896           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
6897           after using gst_pad_get_parent(). Return downstream flow return
6898           value in chain function.
6899
6900 2006-03-02  Wim Taymans  <wim@fluendo.com>
6901
6902         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6903         * docs/plugins/gst-plugins-base-plugins.args:
6904         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6905         * docs/plugins/gst-plugins-base-plugins.interfaces:
6906         * docs/plugins/gst-plugins-base-plugins.signals:
6907         Fix hierarchy, added some more elements to the docs.
6908
6909         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6910         (gst_ffmpegcsp_get_type):
6911         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
6912         Fix docs for ffmpegcolorspace.
6913
6914 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
6915
6916         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
6917         (apetag_type_find), (ape_type_find), (plugin_init):
6918           Some typefinding fine-tuning:
6919           - rank ID3/APE tags in order of preference via probabilities, so that
6920             ID3v2 > APEv2 > APEv1 > ID3v1.
6921           - three or four bytes don't really justify MAXIMUM probability,
6922             change those to 'very likely' (musepack and monkeysaudio).
6923
6924 2006-03-01  Wim Taymans  <wim@fluendo.com>
6925
6926         * docs/plugins/Makefile.am:
6927         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6928         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6929         * ext/alsa/gstalsamixer.c:
6930         * ext/alsa/gstalsamixer.h:
6931         * ext/alsa/gstalsamixerelement.c:
6932         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
6933         * ext/alsa/gstalsamixerelement.h:
6934         * ext/alsa/gstalsasink.c:
6935         * ext/alsa/gstalsasink.h:
6936         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6937         (gst_alsasrc_init):
6938         * ext/alsa/gstalsasrc.h:
6939         Added alsa docs.
6940         Small code cleanups.
6941
6942 2006-03-01  Wim Taymans  <wim@fluendo.com>
6943
6944         * ext/theora/Makefile.am:
6945         Dist new header too,
6946
6947 2006-03-01  Wim Taymans  <wim@fluendo.com>
6948
6949         * docs/plugins/Makefile.am:
6950         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6951         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6952         * ext/gnomevfs/gstgnomevfssink.h:
6953         * ext/gnomevfs/gstgnomevfssrc.h:
6954         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6955         * ext/vorbis/vorbisdec.h:
6956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
6957         * ext/vorbis/vorbisenc.h:
6958         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
6959         (vorbis_parse_chain), (vorbis_parse_change_state):
6960         * ext/vorbis/vorbisparse.h:
6961         * gst/audioconvert/gstaudioconvert.h:
6962         * gst/tcp/gsttcpserversink.h:
6963         * gst/videotestsrc/gstvideotestsrc.c:
6964         * gst/videotestsrc/gstvideotestsrc.h:
6965         * gst/volume/gstvolume.c:
6966         * gst/volume/gstvolume.h:
6967         Fix some more docs.
6968         Added docs for vorbisdec and vorbisparse.
6969         Fix vorbisparse.
6970
6971 2006-03-01  Wim Taymans  <wim@fluendo.com>
6972
6973         * docs/plugins/Makefile.am:
6974         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6975         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6976         * ext/pango/gstclockoverlay.h:
6977         * ext/pango/gsttextoverlay.h:
6978         * ext/pango/gsttextrender.h:
6979         * ext/pango/gsttimeoverlay.h:
6980         * ext/theora/gsttheoradec.h:
6981         * ext/theora/gsttheoraenc.h:
6982         * ext/theora/theoradec.c:
6983         * ext/theora/theoraenc.c:
6984         * gst/audioconvert/gstaudioconvert.h:
6985         * gst/audiotestsrc/gstaudiotestsrc.h:
6986         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
6987         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
6988         * gst/tcp/gstmultifdsink.h:
6989         Updated/added documentation.
6990
6991         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6992         (gst_text_overlay_halign_get_type),
6993         (gst_text_overlay_wrap_mode_get_type),
6994         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
6995         (gst_text_overlay_init), (gst_text_overlay_set_property),
6996         (gst_text_overlay_get_property):
6997         Fix up properties to be enums instead of string to make bindings,
6998         introspection and automatic GUI creation possible.
6999         Add getters for the properties.
7000
7001 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7002
7003         * gst/audiotestsrc/gstaudiotestsrc.c:
7004           added defines of M_PI and M_PI_2
7005         * gst/ffmpegcolorspace/avcodec.h:
7006           removed #include "stdint.h" for win32 as _stdint.h is 
7007           autogenerated to win32/common
7008         * win32/common/libgstaudio.def:
7009         * win32/common/libgsttag.def:
7010           added some exports
7011         * win32/vs6:
7012           some project files bugs corrected
7013         * win32/vs7:
7014           project files are reset to the default vs7 configuration 
7015           (they link to msvcr71.dll using default optimizations)
7016           
7017 2006-02-28  Wim Taymans  <wim@fluendo.com>
7018
7019         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7020         Fix some docs.
7021
7022 2006-02-28  Edward Hervey  <edward@fluendo.com>
7023
7024         * ext/alsa/gstalsasrc.c:
7025         Set proper class on the ElementDetails:
7026         Source/Audio instead of Src/Audio/
7027
7028 2006-02-28  Edward Hervey  <edward@fluendo.com>
7029
7030         * gst/videoscale/vs_scanline.c:
7031         (vs_scanline_resample_nearest_RGBA):
7032         Revert optimization in videoscale. It should go in liboil and have
7033         an appropriate liboil function.
7034
7035 2006-02-28  Wim Taymans  <wim@fluendo.com>
7036
7037         * gst-libs/gst/audio/gstbaseaudiosink.c:
7038         (gst_base_audio_sink_provide_clock):
7039         Don't try to provide a clock in the NULL state.
7040
7041 2006-02-28  Wim Taymans  <wim@fluendo.com>
7042
7043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7044         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7045         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7046         (gst_ogg_demux_deactivate_current_chain),
7047         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7048         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7049         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7050         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7051         Use GstSegment infrastructure to remove duplicated code
7052         and handle more seek cases correctly.
7053
7054 2006-02-28  Wim Taymans  <wim@fluendo.com>
7055
7056         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7057         (gst_ffmpegcsp_transform):
7058         Don't ignore return code from ffmpeg convert function.
7059
7060         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7061         Split out some long statements to ease debugging.
7062
7063 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7064
7065         * ext/libvisual/visual.c: (gst_visual_init),
7066         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7067         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7068         being able to renegotiate the size. Instead, use the negotiation
7069         algorithm from the goom plugin to pick an initial output caps. 
7070
7071         Also, allow theoretical libvisual plugins that might support non-GL 
7072         output even if they also do GL.
7073
7074 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7075
7076         * ext/libvisual/visual.c: (gst_visual_init),
7077         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7078         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7079         possible negotiation issues.
7080
7081 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7082
7083         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7084
7085 2006-02-24  Michael Smith  <msmith@fluendo.com>
7086
7087         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7088         (cmml_type_find), (plugin_init):
7089           Fix CMML type find function to not require a specific minor version
7090           of the CMML header.
7091
7092           Add an MPEG4 video elementary stream typefind function.
7093
7094 2006-02-04  Michael Smith  <msmith@fluendo.com>
7095
7096         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7097         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7098         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7099         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7100         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7101         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7102           Annodex support in ogg demuxer. Doesn't do very much without the
7103           other annodex patches (to come).
7104
7105 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7106
7107         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7108
7109         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7110           Pick up palette for MS video v1 (#327028)
7111
7112 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7113
7114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7115         (gst_ffmpegcsp_caps_remove_format_info),
7116         (gst_ffmpegcsp_get_unit_size):
7117           The 'palette_data' field from incoming RGB caps shouldn't be
7118           proxied on outgoing YUV caps; also, restrict unit size
7119           adjustment in case of paletted data only to the unit that
7120           actually has a palette. Fixes #330711.
7121
7122 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7123
7124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7125         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7126         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7127         (gst_ffmpegcsp_get_unit_size):
7128           Plug some memory leaks.
7129
7130 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         * sys/ximage/Makefile.am:
7133         * sys/xvimage/Makefile.am:
7134           Add some _CFLAGS and _LIBS that seem to be missing
7135           and/or required for Cygwin (see #317048).
7136
7137 2006-02-22  Wim Taymans  <wim@fluendo.com>
7138
7139         * ext/alsa/gstalsasrc.c:
7140         Fix description as pointed out by caugier.
7141
7142 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7143
7144         Reviewed by : Edward Hervey  <edward@fluendo.com>
7145
7146         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7147         (qt_type_find):
7148         Better 3gp typefinding (#331526).
7149
7150 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7151
7152         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7153           Don't send EOS event here, the base class will send one for us.
7154
7155         * gst/playback/gstplaybasebin.c: (prepare_output):
7156           Subpictures without video stream aren't allowed either.
7157         
7158         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7159           Fix debug statement copy'n'paste-o.
7160
7161 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7162
7163         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7164           Fix issues with mixer keeping state when muting/unmuting
7165           and when changing the volume whilst muted (see #331763
7166           and #331765).
7167
7168 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7169
7170         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7171         (parse_subrip), (gst_sub_parse_format_autodetect):
7172           Set right caps given that we send escaped text. Also,
7173           honour <i></i>, <b></b> and <u></u> markers that can be found
7174           in .srt files (fixes #310202).
7175
7176 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7177
7178         * gst-libs/gst/audio/mixerutils.c:
7179         (element_factory_rank_compare_func):
7180           Make order in which elements are tried more determinable.
7181
7182 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7183
7184         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7185         (remove_element_chain), (cleanup_decodebin),
7186         (gst_decode_bin_change_state): Make decodebin reusable by
7187         fixing remove_element_chain first and then introduce a
7188         cleaner in state change to ->NULL. (Closes #331678)
7189
7190 2006-02-19  Wim Taymans  <wim@fluendo.com>
7191
7192         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7193         use 0666 mask when creating files so umask gets applied
7194         correctly. Fixes #331295.
7195
7196 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7197
7198         * gst/subparse/Makefile.am:
7199         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7200         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7201         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7202         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7203         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7204         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7205         * gst/subparse/gstssaparse.h:
7206         * gst/subparse/gstsubparse.c: (plugin_init):
7207           Add very basic parser for SSA subtitle streams (as often
7208           found in matroska files).
7209
7210 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7213           That should be text/x-pango-markup, not text/x-pango-layout.
7214
7215 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7216
7217         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7218         Polishing.
7219
7220 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7221
7222         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7223         (gst_text_overlay_finalize), (gst_text_overlay_init),
7224         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7225         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7226         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7227         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7228         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7229         Fix state change deadlock.
7230
7231 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7232
7233         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7234         (gst_text_overlay_finalize), (gst_text_overlay_init),
7235         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7236         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7237         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7238         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7239         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7240         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7241         and subtitles files.
7242
7243 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7244
7245         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7246         should be considered as raw.
7247
7248 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7249
7250         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7251         (cb_probe):
7252         * gst/playback/gststreaminfo.h: Introduce language informations.
7253
7254 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7255
7256         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7257         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7258         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7259         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7260         Set shared memory segments to be deleted as soon as we have attached,
7261         that way they get cleaned up automatically if we crash.
7262
7263 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7264
7265         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7266         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7267         functions are called with lock held.
7268
7269 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7270
7271         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7272         (gst_text_overlay_finalize), (gst_text_overlay_init),
7273         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7274         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7275         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7276         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7277         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7278         (gst_text_overlay_change_state): Refactoring of textoverlay
7279         without collectpads. This now supports sparse subtitles coming
7280         from a demuxer instead of a sub file. Seeking is still broken 
7281         though. Need to discuss with wtay some more on how to handle
7282         seeking correctly.
7283         * ext/pango/gsttextoverlay.h:
7284         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7285         subtitles coming from the demuxer.
7286
7287 2006-02-17  Wim Taymans  <wim@fluendo.com>
7288
7289         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7290         (gst_vorbisenc_convert_sink):
7291         Use some more scaling functions.
7292
7293 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7294
7295         * ext/cdparanoia/gstcdparanoiasrc.c:
7296         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7297         (gst_cd_paranoia_paranoia_callback),
7298         (gst_cd_paranoia_src_signal_is_being_watched),
7299         (gst_cd_paranoia_src_read_sector):
7300         * ext/cdparanoia/gstcdparanoiasrc.h:
7301           Add back 'transport-error' and 'uncorrected-error' signals and
7302           make them actually be fired when bad stuff happens (#319340).
7303
7304 2006-02-17  Wim Taymans  <wim@fluendo.com>
7305
7306         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7307         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7308         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7309         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7310         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7311         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7312         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7313         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7314         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7315         (gst_ring_buffer_clear):
7316         Small cleanups.
7317         Added some G_LIKELY.
7318
7319 2006-02-17  Wim Taymans  <wim@fluendo.com>
7320
7321         * gst-libs/gst/audio/TODO:
7322         Update TODO
7323
7324         * gst-libs/gst/audio/gstbaseaudiosink.c:
7325         (gst_base_audio_sink_get_offset):
7326         When trying to play samples ASAP and we don't have a
7327         previous sample, try to play at position 0 instead of
7328         an invalid position.
7329
7330 2006-02-17  Wim Taymans  <wim@fluendo.com>
7331
7332         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7333         (gst_alsasink_reset):
7334         Also release lock when we get an error in _reset();
7335         fix an error message.
7336
7337 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7340         (gst_alsasink_init), (get_channel_free_structure),
7341         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7342         (gst_alsasink_close):
7343         * ext/alsa/gstalsasink.h:
7344           Add support for more than 2 channels (#326720).
7345
7346 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7347
7348         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7349           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7350           with 4 or 6 channels, assume a default channel layout to make things
7351           work (not sure there's anything else we can do in those cases).
7352
7353 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         * gst-libs/gst/audio/multichannel.c:
7356           Minor docs fix.
7357
7358         * gst-libs/gst/riff/Makefile.am:
7359         * gst-libs/gst/riff/riff-ids.h:
7360         * gst-libs/gst/riff/riff-media.c:
7361         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7362           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7363           channels and a channel layout map.
7364           
7365 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7366
7367         Reviewed by Edward Hervey  <edward@fluendo.com>
7368
7369         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7370         C-level optimization of the RGBA nearest neighbour function.
7371         Eventually this might end up in liboil with vectorized versions.
7372
7373 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7374
7375         * gst-libs/gst/audio/multichannel.c:
7376         (gst_audio_get_channel_positions):
7377           When we have more than 2 channels, but no channel layout is
7378           specified in the caps, return some default channel layout
7379           to the caller and warn about about a possibly buggy element
7380           (could be buggy filtercaps as well of course) (#317038).
7381
7382 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7383
7384         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7385           Add gst-libs/gst/cdda to list of lib search paths.
7386
7387 2006-02-15  Andy Wingo  <wingo@pobox.com>
7388
7389         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7390         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7391         to the Lord Jesus that I do not have to touch the ogg muxer ever
7392         again.
7393
7394 2006-02-15  Edward Hervey  <edward@fluendo.com>
7395
7396         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7397         quicktime movie files can also contain 'uuid' atoms.
7398
7399 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7400
7401         * gst/audioconvert/plugin.c: (plugin_init):
7402           Register the GstAudioChannelPosition enum type with the type
7403           system in the plugin_init function, so that it is known before
7404           any element actually makes use of multi-channel stuff. This is
7405           required for example if one wants to be able to deserialise/use
7406           a caps string with channel positions before any pipeline has
7407           been setup and started, like with gst-launch.
7408
7409 2006-02-14  Wim Taymans  <wim@fluendo.com>
7410
7411         * gst-libs/gst/audio/gstringbuffer.c:
7412         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7413         (gst_ring_buffer_samples_done), (wait_segment),
7414         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7415         Add some compiler G_(UN_)LIKELY help.
7416         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7417         make sure they can exit their functions. Should fix #330748
7418
7419 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7420
7421         * Makefile.am:
7422         * configure.ac:
7423         * win32/MANIFEST:
7424         * win32/common/_stdint.h:
7425           Windows does not have long long; copy the generated _stdint.h
7426         * win32/common/interfaces-enumtypes.c:
7427         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7428         (gst_mixer_track_flags_get_type),
7429         (gst_tuner_channel_flags_get_type):
7430         * win32/common/multichannel-enumtypes.c:
7431         (gst_audio_channel_position_get_type):
7432           update
7433
7434 2006-02-13  Wim Taymans  <wim@fluendo.com>
7435
7436         * gst-libs/gst/audio/gstbaseaudiosink.c:
7437         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7438         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7439         Always sync on first sample we receive when starting.
7440
7441 2006-02-13  Wim Taymans  <wim@fluendo.com>
7442
7443         * gst/playback/gstplaybin.c: (gen_vis_element):
7444         Update vis bin docs.
7445         Move queue after tee so we don't queue video buffers but
7446         audio samples instead. Fixes problems where the video queue
7447         is filled and the audio queue empty.
7448
7449 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7452           No need to push an EOS event here, GstBaseSrc will do that for us
7453           when we return FLOW_UNEXPECTED.
7454           
7455 2006-02-12  Wim Taymans  <wim@fluendo.com>
7456
7457         * gst-libs/gst/audio/gstbaseaudiosink.c:
7458         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7459         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7460         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7461         Use scale functions when possible.
7462         Fix error messages.
7463         Free clockid when after waiting for EOS.
7464         Use G_(UN_)LIKLY when it makes sense.
7465         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7466
7467 2006-02-12  Edward Hervey  <edward@fluendo.com>
7468
7469         * gst/playback/gstplaybasebin.c: (prepare_output): 
7470         Remove stray semi-colon (fixes #330888).
7471
7472 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7473
7474         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7476         Fix up the XShm call testing so that we catch errors, and don't
7477         cause new ones by attempting to detach from a segment we failed
7478         to attach to. Fixes #312439.
7479
7480 2006-02-10  Edward Hervey  <edward@fluendo.com>
7481
7482         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7483         Added flv file typefind (video/x-flv).
7484
7485 2006-02-10  Edward Hervey  <edward@fluendo.com>
7486
7487         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7488         (gst_riff_create_video_template_caps):
7489         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7490         Also added the caps to the default set of riff video caps.
7491
7492 2006-02-09  Andy Wingo  <wingo@pobox.com>
7493
7494         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7495         time and the end time of the last packet in the page.
7496         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7497         on the pages in our queue, set the duration as well. Reflow a
7498         debug statement.
7499         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7500         Fixes bad muxing order.
7501
7502 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7503
7504         * gst-libs/gst/rtp/gstbasertppayload.c:
7505         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7506           update seqnum before setting it on the packet; this makes sure
7507           that the timestamp and seqnum properties match after pushing
7508           a buffer
7509
7510 2006-02-09  Andy Wingo  <wingo@pobox.com>
7511
7512         * gst-libs/gst/audio/gstringbuffer.c
7513         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7514         overflow after 13.5 hours of recording. Kapow!
7515
7516         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7517         the buffer size -- we don't care about underrun/overrun reporting
7518         right now, just need to return a useful value.
7519
7520 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7521
7522         * configure.ac:
7523           Back to CVS
7524
7525 === release 0.10.3 ===
7526
7527 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7528
7529         * configure.ac:
7530           releasing 0.10.3, "Under Pressure"
7531
7532 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7533
7534         * configure.ac:
7535         Drat. Bump libtool version number for new API.
7536         Prelease 0.10.2.3 (of 0.10.3)
7537
7538 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7539
7540         * configure.ac:
7541         * win32/common/config.h:
7542         0.10.2.2 prerelease (of 0.10.3).
7543
7544 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7545
7546         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7547           Revert Andy's newsegment change pending a more correct
7548           fix.
7549
7550 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7551
7552         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7553         (qt_type_find), (plugin_init):
7554           detect more files as 3gp
7555           group and reorder the iso file formats
7556
7557 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7558
7559         * ext/vorbis/vorbis.c: (plugin_init):
7560           Register musicbrainz tags, so apps don't have to.
7561
7562 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7563
7564         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7565         (gst_tag_to_vorbis_tag):
7566           Make sure we called gst_tag_register_musicbrainz_tags()
7567           before possibly mapping a vorbiscomment string from/to a
7568           musicbrainz tag.
7569
7570 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7571
7572         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7573           In case we can't find the required number of consecutive
7574           mpeg audio frames to positively identify an MPEG audio
7575           stream, check if there's at least a valid mpeg audio
7576           frame right at offset 0 and if so suggest mpeg/audio
7577           caps with a very low probability (#153004).
7578
7579 2006-02-07  Andy Wingo  <wingo@pobox.com>
7580
7581         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7582         a TIME segment if we get timestamped buffers. Requires recent
7583         fixes in core to work properly.
7584
7585 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7586
7587         * gst/playback/gstplaybasebin.c: (prepare_output):
7588           Don't print the URI as part of the error message, it
7589           makes error dialogs look rather ugly, especially if
7590           the URI is very long or has characters in it that
7591           need escaping.
7592
7593 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7594
7595         * gst/playback/gstplaybasebin.c: (prepare_output):
7596           Error out if we have only text or subtitles, but nothing
7597           else. Also error out if we have subtitles but no video
7598           stream.
7599
7600 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7603           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7604           Post an error message on the bus when we encounter an
7605           error, which will hopefully be more meaningful than the
7606           'Internal Flow Error' message users get to see if we
7607           just return GST_FLOW_ERROR.
7608
7609 2006-02-07  Andy Wingo  <wingo@pobox.com>
7610
7611         * configure.ac (GST_MAJORMINOR): Update core version req to
7612         0.10.2.2, for the collectpads API addition (#330244).
7613
7614 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7615
7616         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7617           Return FALSE from plugin_init() when GnomeVFS can't
7618           be initialised for some reason (#328423).
7619
7620 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7621
7622         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7623         Stick to seeking theory until i find the bug.
7624         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7625
7626 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7627
7628         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7629         (theora_enc_finalize), (theora_enc_sink_setcaps),
7630         (theora_set_header_on_caps), (theora_enc_chain),
7631         (theora_enc_change_state):
7632         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7633           Make theoraenc and the tests leak free. Like, really.
7634
7635 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7636
7637         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7638         (theora_enc_finalize), (theora_enc_sink_setcaps):
7639           Add a finalize method to ensure we clean up state even if
7640           someone omitted the state change back to NULL.
7641
7642         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7643         (gst_vorbisenc_chain):
7644           Free some more leaked bits.
7645
7646         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7647         (stop_pipeline):
7648           Wait for state changes to happen if they're ASYNC.
7649
7650           This ought to teach those fancy pants buildbots a lesson.
7651
7652 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7653
7654         * gst-libs/gst/tag/gstid3tag.c:
7655           Add mapping for ID3 International Standard Recording Code
7656           tag "TSRC"
7657
7658 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7659
7660         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7661           Don't leak tag names.
7662
7663 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7664
7665         * docs/libs/gst-plugins-base-libs-docs.sgml:
7666         * docs/libs/gst-plugins-base-libs-sections.txt:
7667         * gst-libs/gst/tag/gstid3tag.c:
7668         * gst-libs/gst/tag/gstvorbistag.c:
7669         * gst-libs/gst/tag/tags.c:
7670           Split libgsttag docs into multiple sections.
7671
7672 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7673
7674         * docs/libs/Makefile.am:
7675         * docs/libs/gst-plugins-base-libs-docs.sgml:
7676         * docs/libs/gst-plugins-base-libs-sections.txt:
7677         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7678         * gst-libs/gst/tag/gstvorbistag.c:
7679         * gst-libs/gst/tag/tag.h:
7680         * gst-libs/gst/tag/tags.c:
7681           Add libgsttag to the docs.
7682
7683 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7684
7685         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7686         (gst_text_overlay_init), (gst_text_overlay_src_event),
7687         (gst_text_overlay_collected): Fix clockoverlay.
7688
7689 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7690
7691         * docs/libs/compiling.sgml:
7692           Fix typo: it's pkg-config, not pkg-gconfig
7693
7694         * docs/libs/gst-plugins-base-libs-docs.sgml:
7695         * docs/libs/gst-plugins-base-libs-sections.txt:
7696         * docs/libs/tmpl/gstgconf.sgml:
7697           There is no libgstgconf in 0.10, remove it
7698           from the docs.
7699
7700 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7701
7702         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7703         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7704         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7705         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7706         (gst_sub_parse_class_init), (gst_sub_parse_init),
7707         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7708         (parse_mpsub), (parser_state_init), (handle_buffer),
7709         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7710         * gst/subparse/gstsubparse.h: Introduce seeking code.
7711
7712 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7713
7714         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7715           Add comment about LANGUAGE tag inconsistency (we want
7716           ISO-639-1, but extract three-letter identifiers?)
7717
7718         * po/POTFILES.in:
7719           Add two translatable files.
7720
7721 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7722
7723         * gst-libs/gst/tag/Makefile.am:
7724         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7725         * gst-libs/gst/tag/tag.h:
7726         * gst-libs/gst/tag/tags.c:
7727         (gst_tag_register_musicbrainz_tags_internal),
7728         (gst_tag_register_musicbrainz_tags):
7729           Forward-port some tags stuff from the 0.8 branch. This is
7730           mostly the addition of musicbrainz tags and their mapping
7731           to vorbistags, and a vorbistag mapping of the language tag.
7732
7733 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7734
7735         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7736         refactoring.
7737
7738 2006-02-04  David Schleef  <ds@schleef.org>
7739
7740         * ext/ogg/gstoggmux.c:
7741         * gst/typefind/gsttypefindfunctions.c:
7742           Add Dirac typefinding and add dirac format to oggmux.
7743
7744 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7745
7746         * gst/playback/gstdecodebin.c: (try_to_link_1):
7747           Don't put essential function call into
7748           g_return_*() macro, otherwise it'll all be
7749           replaced by NOOPs when compiling with
7750           G_DISABLE_CHECKS defined.
7751
7752 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7753
7754         * ext/ogg/gstoggdemux.c:
7755         * ext/ogg/gstoggparse.c:
7756         * gst/tcp/gsttcpserversink.c:
7757         * sys/v4l/v4lsrc_calls.c:
7758         * sys/v4l/v4lsrc_calls.h:
7759         Just make it compile with --disable-gst-debug.
7760
7761 2006-02-03  Wim Taymans  <wim@fluendo.com>
7762
7763         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7764         (gst_alsasink_class_init), (gst_alsasink_init),
7765         (gst_alsasink_write), (gst_alsasink_reset):
7766         * ext/alsa/gstalsasink.h:
7767         Add lock to protect alsa calls.
7768         Implement reset to flush samples ASAP, does not work
7769         with dmix though.
7770
7771 2006-02-02  Wim Taymans  <wim@fluendo.com>
7772
7773         * gst-libs/gst/audio/gstbaseaudiosink.c:
7774         (gst_base_audio_sink_provide_clock):
7775         Ugh.. getting late I guess...
7776
7777 2006-02-02  Wim Taymans  <wim@fluendo.com>
7778
7779         * gst-libs/gst/audio/gstbaseaudiosink.c:
7780         (gst_base_audio_sink_provide_clock),
7781         (gst_base_audio_sink_set_property),
7782         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7783         Don't try to provide a clock when we are not negotiated since
7784         we might not be able to make it run.
7785
7786 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         * gst/playback/gstdecodebin.c: (try_to_link_1):
7789           Unlinking two source pads is ... hard.
7790
7791 2006-02-02  Wim Taymans  <wim@fluendo.com>
7792
7793         * gst-libs/gst/audio/TODO:
7794         Updated.
7795
7796         * gst-libs/gst/audio/gstbaseaudiosink.c:
7797         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7798         On EOS, wait till the last sample is played before posting EOS.
7799
7800 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7801
7802         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7803           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7804           setting queue_delay to zero. Also avoid thread being started if
7805           queue_delay is zero.
7806
7807 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7810           Make test work again by connecting fakesinks to each decoded pad,
7811           which makes the pipeline wait until each fakesink has a buffer
7812           queued before going to PAUSED state. At that point we know the
7813           decodebin pads are negotiated.
7814
7815 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7816
7817         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7818         (gst_cdda_base_src_handle_event):
7819         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7820           Pass unhandled queries to the parent class's query function.
7821
7822 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7823
7824         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7825         (gst_ogg_pad_src_query):
7826         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7827         * ext/theora/theoradec.c: (theora_dec_src_query),
7828         (theora_dec_sink_query):
7829         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7830         (vorbis_dec_sink_query):
7831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7832         (gst_vorbisenc_sink_query):
7833         * gst/adder/gstadder.c: (gst_adder_query):
7834           Pass unhandled queries upstream instead of just
7835           dropping them (#326447). Also, fix supported
7836           query types list for some elements.
7837
7838 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7841         (paris_type_find), (ilbc_type_find), (plugin_init):
7842           Fix typefinding for audio/x-au, audio/x-paris and
7843           audio/iLBC-sh. We cannot use the START_WITH macros
7844           here, because there can only be one typefind factory
7845           with the same name (caps), so the second one would
7846           replace the first one and the first one would never
7847           be called when doing typefinding (see #161712).
7848           
7849
7850 2006-01-31  Wim Taymans  <wim@fluendo.com>
7851
7852         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7853         (vorbis_handle_header_packet), (vorbis_dec_push),
7854         (vorbis_handle_data_packet):
7855         Use scale_int when we can, add some more scaling.
7856         Check packettype before parsing it.
7857
7858 2006-01-31  Wim Taymans  <wim@fluendo.com>
7859
7860         * ext/theora/theoradec.c: (_theora_granule_time),
7861         (theora_dec_src_convert), (theora_dec_sink_convert):
7862         Call right _scale functions.
7863         Use parameter instead of some other random value.
7864
7865 2006-01-31  Wim Taymans  <wim@fluendo.com>
7866
7867         * ext/theora/theoradec.c: (_theora_granule_frame),
7868         (_theora_granule_time), (_inc_granulepos),
7869         (theora_dec_src_convert), (theora_dec_sink_convert),
7870         (theora_handle_type_packet), (theora_handle_data_packet),
7871         (theora_dec_chain):
7872         Use higher precision timestamps calculation.
7873         Convert some other conversions to _scale.
7874
7875 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
7876
7877         * gst/audiotestsrc/gstaudiotestsrc.c:
7878         (gst_audio_test_src_create_sine_table), (plugin_init):
7879         * gst/volume/gstvolume.c: (plugin_init):
7880           initialize gst_controller before using
7881
7882 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7883
7884         * tests/check/pipelines/theoraenc.c:
7885         * tests/check/pipelines/vorbisenc.c:
7886         Define constant using G_GINT64_CONSTANT to avoid errors when
7887         passing it around - otherwise it gets truncated to 32 bits.
7888
7889         Fixes failing tests.
7890
7891 2006-01-31  Andy Wingo  <wingo@pobox.com>
7892
7893         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7894         caps being set doesn't have a framerate value. Basically a stopgap
7895         measure.
7896
7897         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
7898         technically correct enough to put into core though.
7899         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
7900         DURATION. Fixes theoraenc ! oggmux.
7901
7902         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
7903         fraction, not double.
7904
7905 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
7906
7907         * win32/vs7:
7908         add vs7 project files created by Sergey Scobich
7909
7910 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
7911
7912         * win32/vs8:
7913         add vs8 project files created by Sergey Scobich
7914         
7915 2006-01-30  Andy Wingo  <wingo@pobox.com>
7916
7917         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
7918         timestamp + duration, not just timestamp -- ogg pages should be
7919         ordered by stop time. Necessary fix given the change in vorbis
7920         timestamps.
7921
7922         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
7923         (gst_theora_enc_init): Pull the granule shift out of the encoder.
7924         (granulepos_add): New function, handles the messiness of adjusting
7925         granulepos values.
7926         (theora_buffer_from_packet):
7927         (theora_enc_chain):
7928         (theora_enc_sink_event): Use granulepos_add, not +.
7929
7930         * tests/check/pipelines/theoraenc.c
7931         (check_buffer_granulepos_from_starttime): Just check the frame
7932         count, not the actual granulepos -- we can't dictate to the
7933         encoder when it should be placing keyframes.
7934
7935 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7936
7937         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7938           SERVICE_NOT_AVAILABLE happens for example when you're trying to
7939           play an http:// stream from a server that's not serving
7940
7941 2006-01-30  Andy Wingo  <wingo@pobox.com>
7942
7943         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
7944         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
7945         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
7946         available.
7947
7948         * ext/theora/gsttheoraenc.h:
7949         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
7950         although theoraenc was timestamping correctly. Added handling of
7951         streams that start with nonzero timestamps.
7952
7953         * tests/check/Makefile.am:
7954         * tests/check/pipelines/theoraenc.c: New file, basically does same
7955         tests as vorbisenc.
7956
7957         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
7958
7959 2006-01-30  Wim Taymans  <wim@fluendo.com>
7960
7961         * gst-libs/gst/audio/gstaudiosink.c:
7962         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
7963         (gst_audioringbuffer_pause):
7964         Implement pause that does not wait for completion.
7965
7966         * gst-libs/gst/audio/gstbaseaudiosink.c:
7967         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7968         Don't drop buffers when going to PAUSED but perform preroll on
7969         remaining samples now that core base class supports this.
7970
7971         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
7972         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
7973         (gst_ring_buffer_commit):
7974         Pause should not signal waiters.
7975         Implement return value of _commit correctly.
7976
7977 2006-01-30  Andy Wingo  <wingo@pobox.com>
7978
7979         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
7980
7981         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
7982         updated to timestamp from the first sample, not the last.
7983         (gst_vorbisenc_buffer_from_header_packet): New function, takes
7984         special care of granulepos and timestamp for header packets.
7985         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
7986         when the first buffer has a nonzero timestamp.
7987
7988         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
7989         (GstVorbisEnc.subgranule_offset): New members. Take care of the
7990         case when the first audio buffer we get has a nonzero timestamp.
7991         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
7992         properly timestamp vorbis buffers with the time of the first
7993         sample, not the last.
7994         
7995         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
7996         vorbis_granule_time_copy -- now it takes the granule/subgranule
7997         offset into account.
7998
7999         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8000         timestamps, durations, and granulepos on buffers produced by
8001         vorbisenc.
8002
8003 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8004
8005         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8006         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8007           Patch from Eric Jonas to support conversions to/from UYVY 
8008           (Fixes: #324626)
8009
8010 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8011
8012         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8013         (setup_subtitle), (setup_source), (set_active_source):
8014         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8015         (gen_text_element), (gen_audio_element), (gen_vis_element),
8016         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8017
8018 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8019
8020         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8021         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8022                 use gst_guint64_to_gdouble to be compliant with vs6
8023         * gst/playback/gstdecodebin.c: (try_to_link_1)
8024         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8025                 use G_GINT64_CONSTANT for int64 constants
8026         * win32/common/libgstinterfaces.def:
8027                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8028         * win32/vs6:
8029                 update and add new project files
8030                 
8031 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8032
8033         * Makefile.am:
8034         * win32/MANIFEST:
8035         * win32/common/interfaces-enumtypes.c:
8036         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8037         (gst_mixer_track_flags_get_type),
8038         (gst_tuner_channel_flags_get_type):
8039         * win32/common/interfaces-enumtypes.h:
8040         * win32/common/multichannel-enumtypes.c:
8041         (gst_audio_channel_position_get_type):
8042         * win32/common/multichannel-enumtypes.h:
8043           add a win32-update rule like in core, and copy over enumtypes files
8044
8045 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8046
8047         * win32/MANIFEST:
8048         * win32/common/config.h:
8049         * win32/common/config.h.in:
8050           add config files just like in core
8051
8052 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8053
8054         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8055           Make gcc-4.1 happy (part of #327357).
8056
8057 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8058
8059         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8060         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8061         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8062         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8063         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8064         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8065           Update all error messages.  All of them should either use
8066           the default translated message, or actually provide a
8067           translatable string.
8068           Make the string for channel count problems meaningful.
8069
8070 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8071
8072         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8073           check for and throw RESOURCE_BUSY
8074
8075 2006-01-27  David Schleef  <ds@schleef.org>
8076
8077         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8078           checked in this change -- it requires liboil features not
8079           in 0.3.6.  Revert parts.
8080
8081 2006-01-27  David Schleef  <ds@schleef.org>
8082
8083         * REQUIREMENTS:
8084         * configure.ac: update liboil requirement to 0.3.6
8085         * gst/videoscale/Makefile.am:
8086         * gst/videoscale/vs_scanline.c: liboilify
8087
8088 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8089
8090         * ext/libvisual/visual.c: (get_buffer):
8091           When pad_alloc returns a GstFlowReturn other
8092           than GST_FLOW_OK, make sure it is passed upstream.
8093
8094 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8095
8096         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8097         (gst_alsasink_class_init):
8098           Free the device name string.
8099
8100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8101         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8102         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8103           Don't remove a pad from the collectpads structure until it
8104           is released - it's a request pad, and may receive data again
8105           if the element gets moved back to PLAYING state.
8106
8107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8108           Ensure we turn on double buffering on the Xv port, and
8109           set the colour key to something dark and mysterious that
8110           isn't black.
8111
8112 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8113
8114         * ext/alsa/gstalsaplugin.c: (plugin_init):
8115         * ext/cdparanoia/gstcdparanoiasrc.c:
8116         (gst_cd_paranoia_src_base_init), (plugin_init):
8117         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8119           - a library should not call setlocale. see "Libraries" node in
8120             gettext manual
8121           - make sure all plugins that use translation do bindtextdomain
8122             to point to the localedir
8123         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8124         (setup_sinks), (plugin_init):
8125           all this, and check for NULL when creating sinks
8126
8127 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8128
8129         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8130         (plugin_init): Make typefinding of subtitles work again.
8131
8132 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8133
8134         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8135         (mp3_type_frame_length_from_header), (mp3_type_find),
8136         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8137         (plugin_init):
8138           Backport a bunch of typefinding fixes from the 0.8 branch.
8139           Also, improve wavpack typefinding: if we can't peek the
8140           entire wavpack block, try to parse the bits we can get and
8141           see if we find what we're looking for in those.
8142
8143 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8144
8145         * sys/ximage/ximagesink.c:
8146         (gst_ximagesink_calculate_pixel_aspect_ratio):
8147         * sys/xvimage/xvimagesink.c:
8148         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8149         more cases of pixel aspect ratio.
8150
8151 2006-01-26  Edward Hervey  <edward@fluendo.com>
8152
8153         * gst/playback/gstdecodebin.c: (pad_probe):
8154         Also consider the flush-start and tag events as unblockers
8155         for the pad probes.
8156
8157 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8158
8159         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8160         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8161         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8162         On the fly visualisation switch, works disabling, enabling as
8163         well but it won't be able to enable vis in a playbin that was
8164         created with no visualisation.
8165
8166 2006-01-25  Wim Taymans  <wim@fluendo.com>
8167
8168         * gst-libs/gst/audio/gstbaseaudiosink.c:
8169         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8170         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8171         resume after pause.
8172
8173 2006-01-25  Wim Taymans  <wim@fluendo.com>
8174
8175         * gst-libs/gst/audio/gstbaseaudiosink.c:
8176         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8177         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8178         Improve debugging.
8179         Post error when caps cannot be parsed.
8180         Resync on discontinuity in the stream.
8181         Clip samples to segment boundaries.
8182         return WRONG_STATE sooner when we are flushing.
8183
8184         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8185         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8186         Make audiosrc operate in TIME.
8187         Set TIMESTAMP and DURATION on buffers.
8188
8189 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8190
8191         * tests/examples/seek/seek.c: (main):
8192           Output tag messages as well.
8193
8194 2006-01-23  Edward Hervey  <edward@fluendo.com>
8195
8196         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8197         (free_pad_probes), (remove_fakesink), (pad_probe),
8198         (close_pad_link), (gst_decode_bin_change_state):
8199         Replace GstPadBlockCallback with pad probes that detect
8200         first buffer AND eos before removing fakesink.
8201         Fixes hang with demuxers doing EOS while pre-rolling.
8202         Solves #328279
8203
8204 2006-01-23  Andy Wingo  <wingo@pobox.com>
8205
8206         * ext/alsa/gstalsasink.c:
8207         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8208         (gst_base_rtp_depayload_setcaps),
8209         (gst_base_rtp_depayload_add_to_queue),
8210         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8211         
8212         Patch by: Jens Granseuer <jensgr at gmx dot net>
8213
8214 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8215
8216         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8217         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8218         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8219         frames. We might get a frame destroyed after changing state to
8220         NULL, adding a safety check on xcontext.
8221
8222 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8223
8224         * gst-libs/gst/interfaces/xoverlay.c:
8225           Fix prepare-xwindow-id code example in the docs - we need to
8226           ignore all messages that aren't element messages as well.
8227           
8228 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8229
8230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8231           I think one day i'll completely undestand how caps negotiation
8232           is supposed to work. This refactoring handles buffer_alloc
8233           called with caps we can't handle. We definitely don't want a
8234           set_caps with those caps, so we define and allocate a buffer
8235           we would like to receive.
8236
8237 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         * gst/playback/gstplaybasebin.c: (setup_source):
8240           Free iterator when done.
8241
8242 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8243
8244         * gst-libs/gst/audio/gstbaseaudiosink.c:
8245         (gst_base_audio_sink_render):
8246           Fix playback of non-synchronised streams by assuming a rate
8247           of 1.0 instead of a random one.
8248
8249           Makes this work again:
8250
8251           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8252           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8253           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8254           audioresample ! alsasink
8255
8256 === release 0.10.2 ===
8257
8258 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8259
8260         * configure.ac:
8261           releasing 0.10.2, "Then the devil is six"
8262
8263 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8264
8265         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8266         * gst/playback/gststreamselector.c:
8267         (gst_stream_selector_set_property):
8268           Comment out broken code that connects to the state-changed signal.
8269           At this point, changing current stream selection is broken, but 
8270           stuff like gst-launch playbin current-audio=1 works and filters
8271           to the chosen stream.
8272
8273 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8274
8275         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8276           Fix #327216 (null dereference in vorbisdec)
8277
8278 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8279
8280         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8281           Post taglist actually on bus instead of just freeing it
8282           (fixes #327114 and totem bug #327080).
8283
8284         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8285           Use gst_element_found_tags_for_pad(), so that the tags
8286           are sent downstream as an event as well.
8287
8288 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8289
8290         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8291         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8292         (gst_ximagesink_buffer_alloc):
8293         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8294         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8295         (gst_xvimagesink_buffer_alloc):
8296           move all regularly occurring messages to GST_LOG level
8297           add some more object logs
8298
8299 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8300
8301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8302           fix a silly segfault
8303
8304 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8305
8306         * docs/libs/gst-plugins-base-libs-docs.sgml:
8307         * docs/libs/gst-plugins-base-libs-sections.txt:
8308         * gst-libs/gst/audio/mixerutils.c:
8309         * gst-libs/gst/audio/mixerutils.h:
8310           Add docs for mixerutils stuff.
8311
8312 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8313
8314         * gst/playback/gstplaybasebin.c: (setup_source):
8315           Fix playback for sources that emit raw audio or
8316           raw video streams (e.g.: cd audio sources) (#325984).
8317
8318 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8319
8320         * gst-libs/gst/audio/mixerutils.c:
8321         (gst_audio_mixer_filter_do_filter):
8322           actually save the element we create
8323
8324 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8325
8326         * gst-libs/gst/cdda/gstcddabasesrc.c:
8327         (gst_cdda_base_src_handle_track_seek):
8328           No need to post a tag message on the bus when seeking
8329           within the same track, only post it when the current
8330           track changes.
8331
8332 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8333
8334         * gst/playback/gstplaybasebin.c: (group_destroy),
8335         (probe_triggered), (new_decoded_pad), (mute_group_type),
8336         (set_active_source):
8337         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8338         * gst/playback/gststreamselector.c:
8339         (gst_stream_selector_base_init),
8340         (gst_stream_selector_set_property),
8341         (gst_stream_selector_request_new_pad):
8342           Reenable stream selection. These mechanisms need a complete overhaul
8343           in the face of 0.8->0.10 changes though.
8344
8345 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8346
8347         * ext/ogg/gstoggdemux.c:
8348           Change the pad template to src_%d to match the pads that 
8349           are created from it. decodebin needs this information in order
8350           to decide that oggdemux is capable of producing multiple pads
8351           (and hence needs queues inserted).
8352
8353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8354         (gst_ogg_mux_collected):
8355           Make debug output more useful by using GST_PTR_FORMAT.
8356
8357 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8358
8359         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8360
8361         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8362           Set depth and width for alaw/mulaw (fixes #326601).
8363
8364 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8365
8366         * tests/icles/Makefile.am:
8367           don't build the tests if we don't have the libs
8368
8369 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8370
8371         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8372         (gst_cd_paranoia_paranoia_callback):
8373           Don't try to free NULL pointers.
8374
8375 2006-01-10  Edward Hervey  <edward@fluendo.com>
8376
8377         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8378         (gst_audio_rate_change_state), (plugin_init):
8379         Add debugging category.
8380         Fix type issues.
8381         Add case for incoming buffers without valid offset/offset_end.
8382
8383 2006-01-10  Michael Smith  <msmith@fluendo.com>
8384
8385         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8386           Don't leak GCond in audio sources.
8387
8388 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8389
8390         * gst/playback/gstplaybin.c: (gen_audio_element):
8391           Don't leak an autoaudiosink/alsasink when we generate
8392           a new audio element. (old code, I guess)
8393
8394 2006-01-10  Michael Smith  <msmith@fluendo.com>
8395
8396         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8397           Support float audio in audiorate.
8398           Use width rather than depth for selecting sample width.
8399
8400 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8401
8402         * gst/videotestsrc/videotestsrc.h:
8403           Use GLib types here (that way we don't have to include the
8404           generated _stdint.h header, which makes life easier for win32
8405           folks that don't use autotools for the build) (#325990, patch
8406           by: Sergey Scobich).
8407
8408 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8409
8410         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8411         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8412         (gst_ring_buffer_pause), (wait_segment):
8413         * gst-libs/gst/audio/gstringbuffer.h:
8414           Name (private) union, makes Forte compiler happy (this time
8415           for real) (#324900).
8416
8417 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8418
8419         * gst-libs/gst/audio/Makefile.am:
8420           Link against libgstinterfaces, needed for mixer
8421           and property probe stuff.
8422
8423 2006-01-09  Edward Hervey  <edward@fluendo.com>
8424
8425         * gst-libs/gst/Makefile.am:
8426
8427 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8428
8429         * gst-libs/gst/audio/Makefile.am:
8430         * gst-libs/gst/audio/mixerutils.c:
8431         (gst_audio_mixer_filter_do_filter),
8432         (gst_audio_mixer_filter_check_element),
8433         (gst_audio_mixer_filter_probe_feature),
8434         (element_factory_rank_compare_func),
8435         (gst_audio_default_registry_mixer_filter):
8436         * gst-libs/gst/audio/mixerutils.h:
8437           Add gst_audio_default_registry_mixer_filter() utility
8438           function.
8439
8440 2006-01-03  Michael Smith  <msmith@fluendo.com>
8441
8442         * gst/audioresample/resample.h:
8443           As before, but for o_buf
8444
8445 2006-01-03  Michael Smith  <msmith@fluendo.com>
8446
8447         * gst/audioresample/resample.h:
8448           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8449           since we do arithmetic on it.
8450
8451 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8452
8453         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8454         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8455         (gst_ring_buffer_pause), (wait_segment):
8456         * gst-libs/gst/audio/gstringbuffer.h:
8457           Sun's Forte compiler doesn't seem to like anonymous structs,
8458           so use same setup as in GstBaseSrc (fixes #324900).
8459
8460 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8461
8462         * configure.ac:
8463         * gst/volume/Makefile.am:
8464         * gst/volume/demo.c:
8465           move old example to tests/examples/volume/volune.c
8466         * tests/examples/Makefile.am:
8467         * tests/examples/seek/seek.c: (main):
8468           change window-close event from "delete-event" to "destroy"
8469         * tests/examples/volume/Makefile.am:
8470         * tests/examples/volume/volume.c: (value_changed_callback),
8471         (setup_gui), (message_received), (eos_message_received), (main):
8472           fix event handling and bus usage
8473
8474 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8475
8476         * gst/audiotestsrc/gstaudiotestsrc.c:
8477         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8478         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8479         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8480         (gst_audio_test_src_create_square),
8481         (gst_audio_test_src_create_saw),
8482         (gst_audio_test_src_create_triangle),
8483         (gst_audio_test_src_create_silence),
8484         (gst_audio_test_src_create_white_noise),
8485         (gst_audio_test_src_create_pink_noise),
8486         (gst_audio_test_src_init_sine_table),
8487         (gst_audio_test_src_create_sine_table),
8488         (gst_audio_test_src_change_wave),
8489         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8490         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8491         * gst/audiotestsrc/gstaudiotestsrc.h:
8492           update to basesrc changes, implement segmented seeking and eos
8493           handling, add a 'sine-tab' waveform for performance critical playback
8494
8495 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8496
8497         * po/POTFILES.in:
8498           ... and this time the other modified file that I missed last time.
8499
8500 2005-12-29  Michael Smith  <msmith@fluendo.com>
8501
8502         * gst/playback/gstdecodebin.c: (new_pad):
8503           Fix non-C89 variable declaration not at the start of a block. Should
8504           help some compilers.
8505
8506 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8507
8508         * tests/check/Makefile.am:
8509           And now fix 'make distcheck' (builddir != srcdir)
8510
8511 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8512
8513         * configure.ac:
8514         * ext/cdparanoia/Makefile.am:
8515         * ext/cdparanoia/gstcdparanoia.c:
8516         * ext/cdparanoia/gstcdparanoia.h:
8517         * ext/cdparanoia/gstcdparanoiasrc.c:
8518         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8519         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8520         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8521         (gst_cd_paranoia_paranoia_callback),
8522         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8523         (gst_cd_paranoia_src_set_property),
8524         (gst_cd_paranoia_src_get_property), (plugin_init):
8525         * ext/cdparanoia/gstcdparanoiasrc.h:
8526           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8527           plugin again (there are still fixes required to playbin to make
8528           cdda:// uris work there).
8529
8530 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8531
8532         * tests/check/Makefile.am:
8533           Fix test case compilation.
8534
8535 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8536
8537         * gst-libs/gst/cdda/gstcddabasesrc.c:
8538         (gst_cdda_base_src_update_duration),
8539         (gst_cdda_base_src_calculate_cddb_id):
8540           An integer is not a string. Fix access to uninitialised variable.
8541
8542         * tests/check/Makefile.am:
8543           Add cddabasesrc unit test; also actually enable the vorbis test.
8544
8545         * tests/check/generic/states.c:
8546           Blacklist new cd audio elements as well.
8547
8548         * tests/check/libs/cddabasesrc.c:
8549           Unit test for GstCddaBaseSrc (discid calculation mostly).
8550
8551 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8552
8553         * docs/libs/Makefile.am:
8554         * docs/libs/gst-plugins-base-libs-docs.sgml:
8555         * docs/libs/gst-plugins-base-libs-sections.txt:
8556         * docs/libs/gst-plugins-base-libs.types:
8557           Add docs for libgstcdda/GstCddaBaseSrc.
8558
8559         * gst-libs/gst/interfaces/mixertrack.h:
8560           Do one struct member per line with a semicolon at the end, that way
8561           even gtk-doc might parse it without complaining.
8562
8563 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8564
8565         * configure.ac:
8566         * gst-libs/gst/Makefile.am:
8567         * gst-libs/gst/cdda/Makefile.am:
8568         * gst-libs/gst/cdda/base64.c:
8569         * gst-libs/gst/cdda/base64.h:
8570         * gst-libs/gst/cdda/gstcddabasesrc.c:
8571         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8572         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8573         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8574         (gst_cdda_base_src_get_property),
8575         (gst_cdda_base_src_get_track_from_sector),
8576         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8577         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8578         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8579         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8580         (gst_cdda_base_src_uri_get_protocols),
8581         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8582         (gst_cdda_base_src_uri_handler_init),
8583         (gst_cdda_base_src_setup_interfaces),
8584         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8585         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8586         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8587         (gst_cdda_base_src_add_tags),
8588         (gst_cdda_base_src_add_index_associations),
8589         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8590         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8591         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8592         (gst_cdda_base_src_create):
8593         * gst-libs/gst/cdda/gstcddabasesrc.h:
8594         * gst-libs/gst/cdda/sha1.c:
8595         * gst-libs/gst/cdda/sha1.h:
8596           Add new libgstcdda with GstCddaBaseSrc class.
8597
8598 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * ext/gnomevfs/gstgnomevfssink.h:
8601           Use GstBaseSinkClass as parent_class member for class struct, not
8602           GstBaseSink.
8603
8604 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8605
8606         Patch by: Michael Benes
8607
8608         * gst/videotestsrc/gstvideotestsrc.c:
8609         (gst_video_test_src_class_init), (gst_video_test_src_start):
8610           Add start method to reset running time and number of frames sent
8611           when starting up (fixes #324696)
8612
8613 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8614
8615         * docs/plugins/Makefile.am:
8616         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8617         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8618         * docs/plugins/gst-plugins-base-plugins.args:
8619         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8620         * docs/plugins/gst-plugins-base-plugins.signals:
8621           Add docs stuff for gnomevfssrc and gnomevfssink.
8622
8623         * ext/gnomevfs/gstgnomevfssrc.c:
8624           Fix example pipeline in gtk-doc blurb.
8625
8626 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8627
8628         * ext/gnomevfs/Makefile.am:
8629         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8630         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8631         (gst_gnome_vfs_handle_get_type), (plugin_init):
8632         * ext/gnomevfs/gstgnomevfs.h:
8633         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8634         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8635         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8636         (gst_gnome_vfs_sink_set_property),
8637         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8638         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8639         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8640         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8641         (gst_gnome_vfs_sink_uri_get_type),
8642         (gst_gnome_vfs_sink_uri_get_protocols),
8643         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8644         (gst_gnome_vfs_sink_uri_handler_init):
8645         * ext/gnomevfs/gstgnomevfssink.h:
8646           Port gnomevfssink; add gtk-doc blurb.
8647
8648         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8649         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8650         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8651         (gst_gnome_vfs_src_uri_get_type),
8652         (gst_gnome_vfs_src_uri_get_protocols),
8653         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8654         (gst_gnome_vfs_src_uri_handler_init),
8655         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8656         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8657         (gst_gnome_vfs_src_send_additional_headers_callback),
8658         (gst_gnome_vfs_src_received_headers_callback),
8659         (gst_gnome_vfs_src_push_callbacks),
8660         (gst_gnome_vfs_src_pop_callbacks),
8661         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8662         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8663         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8664         * ext/gnomevfs/gstgnomevfssrc.h:
8665           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8666           file; add gtk-doc blurb with example pipelines.
8667
8668 === release 0.10.1 ===
8669
8670 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8671
8672         * configure.ac:
8673           releasing 0.10.1, "Dobro Dedek"
8674
8675 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8676
8677         * gst/typefind/gsttypefindfunctions.c:
8678         iLBC30 and iLBC20 added to typefind.
8679
8680 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8681
8682         * gst-libs/gst/audio/gstbaseaudiosink.c:
8683         (gst_base_audio_sink_class_init):
8684         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8685         (gst_base_audio_src_class_init):
8686           update strings, values are in microseconds
8687           change the default sink buffer time to something that is smaller
8688           (to help software volume mixing have a slightly lower delay) but
8689           still be acceptable on Wim's laptop
8690
8691 2005-12-20  Edward Hervey  <edward@fluendo.com>
8692
8693         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8694         Made a quack, forgot to add DUCK to the riff video template.
8695
8696 2005-12-19  Edward Hervey  <edward@fluendo.com>
8697
8698         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8699         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8700         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8701         (gst_ogm_parse_chain):
8702         Make sure pads are initialized correctly.
8703         * gst-libs/gst/riff/riff-ids.h:
8704         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8705         (gst_riff_create_video_template_caps):
8706         Add a whole bunch of FOURCC <=> MimeType.
8707         Extend the riff video pad template to support the newly added fourcc.
8708
8709 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8710
8711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8712         (gst_ogg_demux_activate_chain):
8713           Extra debug output when activating/deactivating chains.
8714
8715         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8716         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8717         (unlinked):
8718           Remove a queue from our list when it becomes unlinked.
8719           Don't add queues to elements in class 'Demux' if they
8720           can only produce one pad 
8721
8722 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8723
8724         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8725         (gst_video_sink_get_type): Add a debug category.
8726
8727 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8728
8729         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8730         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8731           Handle downstream newsegment by sending our own newsegment before the
8732           next buffer to be released. (#323900)
8733
8734 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8735
8736         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8737         (gst_base_rtp_depayload_set_gst_timestamp):
8738           add queue delay to new segment as well (as opposed to just the first
8739           buffer). (bug #322347)
8740
8741 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8742
8743         * ext/libvisual/visual.c: (make_valid_name):
8744           change some char* into char[]
8745         * gst/audiotestsrc/gstaudiotestsrc.c:
8746         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8747         (gst_audio_test_src_create):
8748         * gst/audiotestsrc/gstaudiotestsrc.h:
8749           prepare to handle EOS and SEGMENT_DONE
8750
8751 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8752
8753         * tests/check/generic/states.c: (GST_START_TEST):
8754           Blacklist cdparanoia element in state test.
8755
8756 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758           Patch by: Benjamin Pineau
8759
8760         * gst/tcp/gsttcp.c:
8761         * gst/tcp/gsttcpclientsink.c:
8762         * gst/tcp/gsttcpserversink.c:
8763         * gst/tcp/gsttcpserversrc.c:
8764           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8765
8766 2005-12-15  Michael Smith  <msmith@fluendo.com>
8767
8768         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8769         (gst_video_rate_chain):
8770           Fix timestamping for videorate when the first buffer it sees has a
8771           non-zero timestamp. Fix some misleading debug output.
8772
8773 2005-12-15  Michael Smith  <msmith@fluendo.com>
8774
8775         * gst/audioresample/gstaudioresample.c:
8776           Don't leak all input buffers to audioresample.
8777
8778 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8779
8780         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8781           Don't operate on empty text buffers. Strip newlines and
8782           tabs only from the end of the text, but leave them intact
8783           in the middle. Fix typo in gtk-doc description.
8784
8785 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * gst/playback/gstplaybasebin.c:
8788         * gst/playback/gstplaybin.c: (handoff):
8789           Make sure the video frame buffer we return to apps via the
8790           "frame" property always has caps set on it. Modify
8791           _gst_gvalue_set_object() macro to handle NULL objects
8792           gracefully too.
8793
8794 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8795
8796         * gst/audiotestsrc/gstaudiotestsrc.c:
8797         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8798         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8799         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8800         (gst_audio_test_src_create):
8801         * gst/audiotestsrc/gstaudiotestsrc.h:
8802         Adjust to some recent api changes and add wtays new cool seeking
8803         capabillities
8804
8805 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8806
8807         * ext/alsa/Makefile.am:
8808         * ext/alsa/gstalsadeviceprobe.c:
8809         * ext/alsa/gstalsadeviceprobe.h:
8810           Helper functions to add device probing via the GstPropertyProbe
8811           interface to a class.
8812
8813         * ext/alsa/gstalsamixer.h:
8814           Comment out GST_ALSA_MIXER, it returns a struct that's not
8815           used.
8816
8817         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8818           Add some debug info. 
8819
8820         * ext/alsa/gstalsamixerelement.c:
8821         (gst_alsa_mixer_element_interface_supported),
8822         (gst_implements_interface_init),
8823         (gst_alsa_mixer_element_init_interfaces),
8824         (gst_alsa_mixer_element_class_init),
8825         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8826         (gst_alsa_mixer_element_set_property),
8827         (gst_alsa_mixer_element_get_property),
8828         (gst_alsa_mixer_element_change_state):
8829         * ext/alsa/gstalsamixerelement.h:
8830           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8831           for device handling (gnome-volume-control will need that).
8832
8833 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8834
8835         * ext/Makefile.am: fix cdparanoia entry
8836         * gst-plugins-base.spec.in: add cdparanoia
8837
8838 2005-12-12  Michael Smith  <msmith@fluendo.com>
8839
8840         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8841           Use the correct function to free list of typefind factories.
8842
8843 2005-12-12  Wim Taymans  <wim@fluendo.com>
8844
8845         * gst/videotestsrc/gstvideotestsrc.c:
8846         (gst_video_test_src_class_init), (gst_video_test_src_init),
8847         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8848         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8849         (gst_video_test_src_create):
8850         * gst/videotestsrc/gstvideotestsrc.h:
8851         Implement seeking in videotestsrc.
8852         Small cleanups.
8853
8854 2005-12-12  Wim Taymans  <wim@fluendo.com>
8855
8856         * ext/cdparanoia/Makefile.am:
8857         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8858         (gst_paranoia_endian_get_type), (_do_init),
8859         (cdparanoia_class_init), (cdparanoia_init),
8860         (cdparanoia_set_property), (cdparanoia_get_property),
8861         (cdparanoia_do_seek), (cdparanoia_is_seekable),
8862         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8863         (cdparanoia_convert), (cdparanoia_get_query_types),
8864         (cdparanoia_query), (cdparanoia_set_index),
8865         (cdparanoia_uri_set_uri):
8866         * ext/cdparanoia/gstcdparanoia.h:
8867         Partially ported cdparanoia now that basesrc can support a
8868         plugin like this..
8869
8870 2005-12-12  Wim Taymans  <wim@fluendo.com>
8871
8872         * tests/examples/seek/scrubby.c: (main):
8873         Set higher priority for bus events so they don't get reordered with
8874         gtk gui events.
8875
8876         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8877         (flush_toggle_cb), (main):
8878         Added checkbox to disable flushing seeks. 
8879         Disable scrubbing when doing non flushing seeks.
8880
8881 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8882
8883         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8884         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8885         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8886         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8887           Implement some sort of event handling that doesn't rely on
8888           g_return_if_fail; make sure we always push the last chunk of an 
8889           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8890           state change function; remove some old cruft. Seeking is still
8891           rather unlikely to work though.
8892
8893         * tools/.cvsignore:
8894           Ignore more.
8895
8896 2005-12-11  Julien MOUTTE  <julien@moutte.net>
8897
8898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
8899         Fixed a leak of the current image reference when cleaning up.
8900         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
8901
8902 2005-12-09  Michael Smith  <msmith@fluendo.com>
8903
8904         * tools/Makefile.am:
8905         * tools/gst-launch-ext-m.m:
8906           Remove gst-launch-ext. It doesn't work, and is no longer
8907           particularly useful.
8908
8909 2005-12-08  Luca Ognibene  <luogni@tin.it>
8910
8911         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8912           don't pass random values to ogmparse convert function.
8913           Make seeking possible in the exile1.ogm file.
8914
8915 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
8916
8917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8918         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8919           Work around refcount problem with g_value_set_object() that occur
8920           if the core has been compiled against GLib-2.6 (g_value_set_object()
8921           will only g_object_ref() the element, but the caller will
8922           gst_object_unref() it and bad things will happen due to the way
8923           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
8924           totem for people on FC4 using Thomas's 0.10 RPMs.
8925           
8926 2005-12-07  Edward Hervey  <edward@fluendo.com>
8927
8928         Time to welcome ogm to 0.10 :)
8929         
8930         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
8931         (gst_ogg_pad_typefind):
8932         Oggdemux can now properly typefind elements with dynamic pads.
8933         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8934         Properly set caps on src pad, and set caps on outgoing buffers.
8935
8936 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8937
8938         * ext/alsa/gstalsamixer.h:
8939         * ext/alsa/gstalsamixerelement.h:
8940         * ext/alsa/gstalsamixeroptions.h:
8941         * ext/alsa/gstalsamixertrack.h:
8942         * ext/alsa/gstalsasink.c:
8943         * ext/alsa/gstalsasink.h:
8944         * ext/alsa/gstalsasrc.c:
8945         * ext/alsa/gstalsasrc.h:
8946         * ext/cdparanoia/gstcdparanoia.h:
8947         * ext/gnomevfs/gstgnomevfsuri.h:
8948         * ext/ogg/gstoggdemux.c:
8949         * ext/ogg/gstoggmux.c:
8950         * ext/pango/gsttextoverlay.h:
8951         * ext/theora/theoradec.c:
8952         * ext/theora/theoraenc.c:
8953         * ext/vorbis/vorbisdec.h:
8954         * ext/vorbis/vorbisenc.c:
8955         * ext/vorbis/vorbisenc.h:
8956         * ext/vorbis/vorbisparse.h:
8957         * gst-libs/gst/audio/gstaudioclock.h:
8958         * gst-libs/gst/audio/gstaudiosink.c:
8959         * gst-libs/gst/audio/gstaudiosink.h:
8960         * gst-libs/gst/audio/gstaudiosrc.c:
8961         * gst-libs/gst/audio/gstaudiosrc.h:
8962         * gst-libs/gst/audio/gstbaseaudiosink.c:
8963         * gst-libs/gst/audio/gstbaseaudiosink.h:
8964         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8965         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8966         * gst-libs/gst/audio/gstringbuffer.h:
8967         * gst-libs/gst/audio/multichannel.h:
8968         * gst-libs/gst/floatcast/floatcast.h:
8969         * gst-libs/gst/interfaces/colorbalance.c:
8970         * gst-libs/gst/interfaces/colorbalance.h:
8971         * gst-libs/gst/interfaces/colorbalancechannel.h:
8972         * gst-libs/gst/interfaces/mixer.h:
8973         * gst-libs/gst/interfaces/mixeroptions.h:
8974         * gst-libs/gst/interfaces/mixertrack.h:
8975         * gst-libs/gst/interfaces/navigation.h:
8976         * gst-libs/gst/interfaces/propertyprobe.h:
8977         * gst-libs/gst/interfaces/tuner.h:
8978         * gst-libs/gst/interfaces/tunerchannel.h:
8979         * gst-libs/gst/interfaces/tunernorm.h:
8980         * gst-libs/gst/interfaces/xoverlay.h:
8981         * gst-libs/gst/netbuffer/gstnetbuffer.h:
8982         * gst-libs/gst/riff/riff-ids.h:
8983         * gst-libs/gst/riff/riff-media.h:
8984         * gst-libs/gst/riff/riff-read.h:
8985         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8986         * gst-libs/gst/rtp/gstbasertppayload.c:
8987         * gst-libs/gst/rtp/gstbasertppayload.h:
8988         * gst-libs/gst/rtp/gstrtpbuffer.c:
8989         * gst-libs/gst/rtp/gstrtpbuffer.h:
8990         * gst-libs/gst/tag/gsttageditingprivate.h:
8991         * gst-libs/gst/tag/gstvorbistag.c:
8992         (gst_tag_list_from_vorbiscomment_buffer):
8993         * gst-libs/gst/tag/tag.h:
8994         * gst-libs/gst/video/video.h:
8995         * gst/adder/gstadder.c:
8996         * gst/adder/gstadder.h:
8997         * gst/audioconvert/audioconvert.c:
8998         * gst/audioconvert/audioconvert.h:
8999         * gst/audioconvert/gstaudioconvert.c:
9000         * gst/audioconvert/gstchannelmix.c:
9001         * gst/audioconvert/gstchannelmix.h:
9002         * gst/audiorate/gstaudiorate.c:
9003         * gst/audioresample/buffer.h:
9004         * gst/audioresample/functable.h:
9005         * gst/audioresample/gstaudioresample.c:
9006         * gst/audioresample/resample.h:
9007         * gst/ffmpegcolorspace/avcodec.h:
9008         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9009         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9010         * gst/ffmpegcolorspace/imgconvert.c:
9011         * gst/ffmpegcolorspace/imgconvert_template.h:
9012         * gst/playback/gstdecodebin.c:
9013         * gst/playback/gstplaybasebin.h:
9014         * gst/playback/gstplaybin.c:
9015         * gst/playback/gststreaminfo.h:
9016         * gst/tcp/gstfdset.c:
9017         * gst/tcp/gstfdset.h:
9018         * gst/tcp/gstmultifdsink.c:
9019         * gst/tcp/gstmultifdsink.h:
9020         * gst/tcp/gsttcp.h:
9021         * gst/tcp/gsttcpclientsrc.c:
9022         * gst/tcp/gsttcpclientsrc.h:
9023         * gst/tcp/gsttcpplugin.h:
9024         * gst/tcp/gsttcpserversink.c:
9025         * gst/tcp/gsttcpserversrc.c:
9026         * gst/typefind/gsttypefindfunctions.c:
9027         * gst/videorate/gstvideorate.c:
9028         * gst/videotestsrc/gstvideotestsrc.h:
9029         * gst/videotestsrc/videotestsrc.h:
9030         * sys/v4l/gstv4lcolorbalance.h:
9031         * sys/v4l/gstv4ltuner.h:
9032         * sys/v4l/gstv4lxoverlay.h:
9033         * sys/v4l/v4l_calls.h:
9034         * sys/v4l/videodev_mjpeg.h:
9035         * tests/check/elements/audioconvert.c:
9036         * tests/check/elements/audioresample.c:
9037         * tests/check/elements/audiotestsrc.c:
9038         * tests/check/elements/videotestsrc.c:
9039         * tests/check/elements/volume.c:
9040         * tests/examples/seek/scrubby.c:
9041         * tests/examples/seek/seek.c:
9042           expand tabs
9043
9044 === release 0.10.0 ===
9045
9046 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9047
9048         * configure.ac:
9049           releasing 0.10.0, "Mont-d'or"
9050
9051 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9052
9053         * tests/examples/seek/Makefile.am:
9054         Build fix for when gtk is not available.
9055
9056 2005-12-05  Andy Wingo  <wingo@pobox.com>
9057
9058         * ext/libvisual/visual.c: (get_buffer):
9059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9060         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9061         * ext/theora/theoradec.c: (theora_handle_data_packet):
9062         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9063         (theora_enc_chain):
9064         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9065         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9066         Update for alloc_buffer changes.
9067
9068 2005-12-05  Andy Wingo  <wingo@pobox.com>
9069
9070         patch by: Kai Vehmanen <kv2004 eca cx>
9071         
9072         * gst-libs/gst/rtp/gstbasertpdepayload.c
9073         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9074
9075 2005-12-04  Andy Wingo  <wingo@pobox.com>
9076
9077         patch by: Sebastien Cote <sebas642 yahoo ca>
9078         
9079         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9080         Fixes #319172.
9081
9082 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9083
9084         * docs/plugins/Makefile.am:
9085         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9086         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9087         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9088         * ext/pango/gstclockoverlay.c:
9089         * ext/pango/gsttextoverlay.c: 
9090         * ext/pango/gsttextrender.c:
9091         * ext/pango/gsttimeoverlay.c:
9092           Add gtk-doc blurbs to pango elements.
9093
9094 2005-12-02  Wim Taymans  <wim@fluendo.com>
9095
9096         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9097         * gst/audioresample/buffer.h:
9098         * gst/audioresample/gstaudioresample.c:
9099         * gst/audioresample/gstaudioresample.h:
9100         * gst/audioresample/resample.c: (resample_input_flush),
9101         (resample_input_pushthrough), (resample_input_eos),
9102         (resample_get_output_size_for_input),
9103         (resample_get_input_size_for_output), (resample_get_output_size),
9104         (resample_get_output_data):
9105         * gst/audioresample/resample.h:
9106         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9107         Fix audioresample, seek torture, new segments, reverse negotiation
9108         etc.. work fine.
9109
9110 2005-12-02  Wim Taymans  <wim@fluendo.com>
9111
9112         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9113         Small cleanups.
9114
9115 2005-12-02  Wim Taymans  <wim@fluendo.com>
9116
9117         * gst/audioconvert/gstaudioconvert.c:
9118         (gst_audio_convert_transform):
9119         Post errors.
9120
9121 === release 0.9.7 ===
9122
9123 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9124
9125         * configure.ac:
9126           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9127
9128 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9129
9130         * Makefile.am:
9131         * po/hu.po:
9132         * win32/MANIFEST:
9133         * win32/gst.sln:
9134           add win32 MANIFEST file
9135           do something to the hungarian translation
9136
9137 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         * ext/Makefile.am:
9140           Add $(PANGO_DIR) to SUBDIRS
9141
9142         * ext/pango/gstclockoverlay.c:
9143         * ext/pango/gsttimeoverlay.c:
9144           Fix and improve element descriptions.
9145
9146 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9147
9148         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9149         * docs/plugins/inspect/plugin-libvisual.xml:
9150         * docs/plugins/inspect/plugin-pango.xml:
9151           add pango plugin to docs
9152
9153 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9154
9155         * configure.ac:
9156         * ext/Makefile.am:
9157           moved pango to base
9158
9159 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9160
9161         * configure.ac:
9162         * tests/Makefile.am:
9163         * tests/icles/.cvsignore:
9164         * tests/icles/Makefile.am:
9165         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9166         (close_display), (resize_window), (move_window), (create_window),
9167         (terminate_playback), (pause_playback), (start_playback), (main):
9168           add stress test for xoverlay from Julien
9169
9170 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9171
9172         * docs/libs/tmpl/gstcolorbalance.sgml:
9173         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9174         * gst-libs/gst/rtp/gstbasertppayload.c:
9175         * gst-libs/gst/rtp/gstrtpbuffer.c:
9176         * gst-libs/gst/rtp/gstrtpbuffer.h:
9177           Do burger's rename for rtp payloaders and depayloaders
9178
9179 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9180
9181         * win32/:
9182           add Visual Studio 6 build files
9183
9184 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9185
9186         * docs/libs/gst-plugins-base-libs-docs.sgml:
9187         * docs/libs/gst-plugins-base-libs-sections.txt:
9188         * docs/libs/tmpl/gstaudio.sgml:
9189         * docs/libs/tmpl/gstringbuffer.sgml:
9190         * gst-libs/gst/interfaces/xoverlay.c:
9191         * gst-libs/gst/video/gstvideofilter.c:
9192         * gst-libs/gst/video/gstvideosink.c:
9193           update documentation
9194
9195 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9196
9197         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9198         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9199         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9200         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9201         (gst_multi_fd_sink_get_stats),
9202         (gst_multi_fd_sink_remove_client_link),
9203         (gst_multi_fd_sink_handle_client_read),
9204         (gst_multi_fd_sink_client_queue_data),
9205         (gst_multi_fd_sink_client_queue_caps),
9206         (gst_multi_fd_sink_client_queue_buffer),
9207         (gst_multi_fd_sink_new_client),
9208         (gst_multi_fd_sink_handle_client_write),
9209         (gst_multi_fd_sink_recover_client),
9210         (gst_multi_fd_sink_queue_buffer),
9211         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9212         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9213         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9214         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9215         * gst/tcp/gstmultifdsink.h:
9216         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9217         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9218         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9219         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9220         (gst_tcp_client_sink_set_property),
9221         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9222         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9223         * gst/tcp/gsttcpclientsink.h:
9224         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9225         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9226         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9227         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9228         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9229         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9230         * gst/tcp/gsttcpclientsrc.h:
9231         * gst/tcp/gsttcpplugin.c: (plugin_init):
9232         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9233         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9234         (gst_tcp_server_sink_finalize),
9235         (gst_tcp_server_sink_handle_server_read),
9236         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9237         (gst_tcp_server_sink_set_property),
9238         (gst_tcp_server_sink_get_property),
9239         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9240         * gst/tcp/gsttcpserversink.h:
9241         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9242         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9243         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9244         (gst_tcp_server_src_set_property),
9245         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9246         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9247         * gst/tcp/gsttcpserversrc.h:
9248           more borgifying
9249
9250 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9251
9252         * docs/plugins/Makefile.am:
9253         * docs/plugins/gst-plugins-base-plugins.args:
9254         * docs/plugins/inspect/plugin-libvisual.xml:
9255         * gst/audioconvert/plugin.h:
9256         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9257         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9258         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9259         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9260         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9261         (plugin_init):
9262         * gst/audiotestsrc/gstaudiotestsrc.c:
9263         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9264         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9265         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9266         (gst_audio_test_src_get_query_types),
9267         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9268         (gst_audio_test_src_create_square),
9269         (gst_audio_test_src_create_saw),
9270         (gst_audio_test_src_create_triangle),
9271         (gst_audio_test_src_create_silence),
9272         (gst_audio_test_src_create_white_noise),
9273         (gst_audio_test_src_init_pink_noise),
9274         (gst_audio_test_src_generate_pink_noise_value),
9275         (gst_audio_test_src_create_pink_noise),
9276         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9277         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9278         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9279         (plugin_init):
9280         * gst/audiotestsrc/gstaudiotestsrc.h:
9281         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9282         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9283         (gst_sub_parse_init), (gst_sub_parse_formats),
9284         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9285         (convert_encoding), (get_next_line),
9286         (gst_sub_parse_data_format_autodetect),
9287         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9288         (gst_sub_parse_loop), (gst_sub_parse_chain),
9289         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9290         (plugin_init):
9291         * gst/subparse/gstsubparse.h:
9292         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9293         (gst_video_rate_base_init), (gst_video_rate_class_init),
9294         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9295         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9296         (gst_video_rate_init), (gst_video_rate_event),
9297         (gst_video_rate_chain), (gst_video_rate_set_property),
9298         (gst_video_rate_get_property), (gst_video_rate_change_state),
9299         (plugin_init):
9300         * gst/videoscale/gstvideoscale.c:
9301         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9302         (gst_video_scale_src_template_factory),
9303         (gst_video_scale_sink_template_factory),
9304         (gst_video_scale_get_type), (gst_video_scale_base_init),
9305         (gst_video_scale_class_init), (gst_video_scale_init),
9306         (gst_video_scale_set_property), (gst_video_scale_get_property),
9307         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9308         (gst_video_scale_prepare_size), (parse_caps),
9309         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9310         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9311         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9312         (plugin_init):
9313         * gst/videoscale/gstvideoscale.h:
9314         * gst/videotestsrc/gstvideotestsrc.c:
9315         (gst_video_test_src_pattern_get_type),
9316         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9317         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9318         (gst_video_test_src_set_pattern),
9319         (gst_video_test_src_set_property),
9320         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9321         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9322         (gst_video_test_src_event), (gst_video_test_src_get_times),
9323         (gst_video_test_src_create), (plugin_init):
9324         * gst/videotestsrc/gstvideotestsrc.h:
9325         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9326         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9327         (gst_video_test_src_black):
9328         * gst/videotestsrc/videotestsrc.h:
9329           borgify further
9330           clean up docs a little
9331
9332 2005-11-30  Wim Taymans  <wim@fluendo.com>
9333
9334         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9335         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9336         (gst_basertppayload_event), (gst_basertppayload_push),
9337         (gst_basertppayload_change_state):
9338         * gst-libs/gst/rtp/gstbasertppayload.h:
9339         closed #320644.
9340
9341 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9342
9343         * docs/libs/gst-plugins-base-libs-docs.sgml:
9344         * docs/libs/gst-plugins-base-libs-sections.txt:
9345         * gst-libs/gst/video/gstvideofilter.c:
9346         * gst-libs/gst/video/gstvideosink.c:
9347         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9348
9349 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9350
9351         * LICENSE:
9352           move
9353         * po/af.po:
9354         * po/az.po:
9355         * po/cs.po:
9356         * po/en_GB.po:
9357         * po/hu.po:
9358         * po/it.po:
9359         * po/nb.po:
9360         * po/nl.po:
9361         * po/or.po:
9362         * po/sq.po:
9363         * po/sr.po:
9364         * po/sv.po:
9365         * po/uk.po:
9366         * po/vi.po:
9367         * Makefile.am:
9368           update
9369         * scripts/autoplugins.sh:
9370           remove
9371
9372 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9373
9374         * Makefile.am:
9375         * configure.ac:
9376         * examples/Makefile.am:
9377         * examples/capsfilter/Makefile.am:
9378         * examples/capsfilter/capsfilter1.c:
9379         * examples/gob/Makefile.am:
9380         * examples/gob/gst-identity2.gob:
9381         * examples/indexing/.cvsignore:
9382         * examples/indexing/Makefile.am:
9383         * examples/indexing/indexmpeg.c:
9384         * examples/seeking/.cvsignore:
9385         * examples/seeking/Makefile.am:
9386         * examples/seeking/cdparanoia.c:
9387         * examples/seeking/cdplayer.c:
9388         * examples/seeking/chained.c:
9389         * examples/seeking/scrubby.c:
9390         * examples/seeking/seek.c:
9391         * examples/stats/Makefile.am:
9392         * examples/stats/mp2ogg.c:
9393         * examples/switch/.cvsignore:
9394         * examples/switch/Makefile.am:
9395         * examples/switch/switcher.c:
9396         * tests/Makefile.am:
9397         * tests/check/generic/.cvsignore:
9398         * tests/check/pipelines/.cvsignore:
9399         * tests/examples/Makefile.am:
9400         * tests/examples/seek/Makefile.am:
9401           reorganize stuff under tests/
9402
9403 2005-11-30  Edward Hervey  <edward@fluendo.com>
9404
9405         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9406         Go away you stupid GstStaticPadTemplate memleak.
9407
9408 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9409
9410         * gst-libs/gst/net/Makefile.am:
9411         * gst-libs/gst/net/README:
9412         * gst-libs/gst/net/gstnetbuffer.c:
9413         * gst-libs/gst/net/gstnetbuffer.h:
9414           this was moved to "netbuffer"
9415
9416 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9417
9418         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9419         (gst_video_filter_class_init), (gst_video_filter_init):
9420         * gst-libs/gst/video/gstvideofilter.h:
9421           borgify name to bring in line with other classes
9422
9423 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9424
9425         * gst/audioscale/.cvsignore:
9426         * gst/audioscale/Makefile.am:
9427         * gst/audioscale/README:
9428         * gst/audioscale/audioscale.vcproj:
9429         * gst/audioscale/dtof.c:
9430         * gst/audioscale/dtos.c:
9431         * gst/audioscale/functable.c:
9432         * gst/audioscale/gstaudioscale.c:
9433         * gst/audioscale/gstaudioscale.h:
9434         * gst/audioscale/private.h:
9435         * gst/audioscale/resample.c:
9436         * gst/audioscale/resample.h:
9437         * gst/audioscale/test.c:
9438           remove
9439
9440 2005-11-30  Edward Hervey  <edward@fluendo.com>
9441
9442         * gst-libs/gst/netbuffer/Makefile.am:
9443         really, really tired
9444
9445 2005-11-30  Edward Hervey  <edward@fluendo.com>
9446
9447         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9448         Update for new GstTypeFindFactory _register()
9449
9450 2005-11-30  Edward Hervey  <edward@fluendo.com>
9451
9452         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9453         Let's not override libgstnet from core for no reason...
9454         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9455         Ok, maybe not so quick next time.
9456
9457 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9458
9459         * configure.ac:
9460         * gst-libs/gst/Makefile.am:
9461           moved gst-libs/gst/net to netbuffer through CVS surgery
9462           remove old directory
9463           updating build to accomodate
9464           (#322257)
9465
9466 2005-11-29  Andy Wingo  <wingo@pobox.com>
9467
9468         * pkgconfig/gstreamer-plugins-base.pc.in:
9469         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9470         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9471         (#322257).
9472
9473 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9474
9475         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9476         3rd time's the charm. Correct ref-counting for discarded buffers.
9477
9478 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9479
9480         * gst/playback/gststreamselector.c:
9481         (gst_stream_selector_class_init),
9482         (gst_stream_selector_set_property),
9483         (gst_stream_selector_get_property),
9484         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9485         Fix ref-counting
9486
9487 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9488
9489         * gst/subparse/gstsubparse.c: (feed_textbuf):
9490           Don't access already unref'ed buffer.
9491
9492 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9493
9494         * gst/playback/gststreamselector.c:
9495         (gst_stream_selector_class_init), (gst_stream_selector_init),
9496         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9497         (gst_stream_selector_get_property),
9498         (gst_stream_selector_get_linked_pad),
9499         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9500         * gst/playback/gststreamselector.h:
9501         Add the active-pad property for playbin to use shortly. Ignore buffers
9502         from any other pad, returning GST_FLOW_NOT_LINKED
9503
9504 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9505
9506         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9507         patch from bug #322704 (Alessandro Decina).
9508
9509 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9510
9511         * gst-libs/gst/audio/Makefile.am:
9512           folded audiofilter into the audio library
9513
9514 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9515
9516         * gst/videoscale/gstvideoscale.h:
9517         * gst/videoscale/gstvideoscale.c:
9518           remove unimplemented scale methods
9519
9520 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9523           Don't leak caps.
9524
9525 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9526
9527         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9528         (gst_ximagesink_setcaps):
9529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9530         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9531         happens (only visible on ximagesink but bug is in xv too) set_caps was
9532         destroying the internal x[v]image used to memcpy non locally alloced
9533         buffers so that it got renewed on next _chain. The issue is that 
9534         _expose will try to put that image as it reffed it in _put.
9535         Using gst_buffer_unref instead of destroy fixes it !
9536
9537 2005-11-28  Edward Hervey  <edward@fluendo.com>
9538
9539         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9540         (try_to_link_1), (queue_filled_cb):
9541         Better use of the queues. Start with a small size queue and only increase
9542         the size of the queues when the other queues are empty.
9543
9544 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9545
9546         * gst-libs/gst/video/Makefile.am:
9547           compile in copied-over videofilter into the video library
9548         * gst-libs/gst/video/videosink.h:
9549           rename the header to gstvideosink.h since it's a base GstObject class
9550         * sys/ximage/ximagesink.h:
9551         * sys/xvimage/xvimagesink.h:
9552           use the new header
9553
9554 2005-11-28  Wim Taymans  <wim@fluendo.com>
9555
9556         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9557         * gst/playback/gstplaybasebin.h:
9558         Prepare to handle errors betters.
9559
9560         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9561         Set sinks to PAUSED first before adding and linking them so that
9562         we don't interrupt dataflow.
9563
9564 2005-11-28  Wim Taymans  <wim@fluendo.com>
9565
9566         * gst-libs/gst/audio/TODO:
9567         Updated TODO
9568
9569         * gst-libs/gst/audio/gstaudiosink.c:
9570         (gst_audioringbuffer_open_device),
9571         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9572         (gst_audioringbuffer_release):
9573         Small cleanups.
9574
9575         * gst-libs/gst/audio/gstbaseaudiosink.c:
9576         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9577         (gst_base_audio_sink_change_state):
9578         Slave to the master clock when going to PLAYING and unslave when
9579         going to PAUSED.
9580
9581         * gst-libs/gst/audio/gstringbuffer.c:
9582         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9583         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9584         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9585         (gst_ring_buffer_clear_all), (wait_segment),
9586         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9587         (gst_ring_buffer_advance):
9588         * gst-libs/gst/audio/gstringbuffer.h:
9589         Add some docs and cleanups.
9590
9591 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9592
9593         * sys/xvimage/xvimagesink.c:
9594         (gst_xvimagesink_navigation_send_event): Fix navigation events
9595         coordinates translation with pixel aspect ratios.
9596
9597 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9598
9599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9600         Use calculated video geometry from _setcaps instead of buffer
9601         caps to respect pixel aspect ratio. (fixes #322388)
9602
9603 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9604
9605         * docs/libs/tmpl/gstcolorbalance.sgml:
9606         * docs/libs/tmpl/gstmixer.sgml:
9607         * docs/libs/tmpl/gstxoverlay.sgml:
9608         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9609         interface.
9610
9611 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9612
9613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9614         Refuse to create an XvImage if we can't find the format.
9615
9616 2005-11-28  Edward Hervey  <edward@fluendo.com>
9617
9618         * gst-libs/gst/riff/riff-media.c:
9619         (gst_riff_create_audio_template_caps):
9620         Add ATRAC3 to the list of riff-possible audio caps.
9621         I know we still don't have a plugin for atrac3, but it's saner to output
9622         that than a cryptic mimetype.
9623
9624 2005-11-27  Edward Hervey  <edward@fluendo.com>
9625
9626         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9627         Don't try to create a zero-sized subbuffer.
9628
9629 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9630
9631         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9632         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9633         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9634         (gst_ximagesink_expose): Fixed a tricky race.
9635         * sys/ximage/ximagesink.h:
9636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9637         (gst_xvimagesink_expose): Fixed a tricky race.
9638         * sys/xvimage/xvimagesink.h:
9639
9640 2005-11-27  Edward Hervey  <edward@fluendo.com>
9641
9642         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9643         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9644         Remove unused properties, and add queues between demuxers and decoders
9645         so that a lot more files can preroll properly.
9646
9647 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9648
9649         * gst-libs/gst/net/Makefile.am:
9650         * gst-libs/gst/rtp/Makefile.am:
9651         * gst-libs/gst/tag/Makefile.am:
9652           remove silly include
9653         * gst/tags/Makefile.am:
9654         * gst/tags/gsttagediting.c:
9655         * gst/tags/gsttageditingprivate.h:
9656         * gst/tags/tagedit.vcproj:
9657           remove directory, is as good as empty
9658
9659 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9660
9661         * configure.ac:
9662           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9663         * gst-libs/Makefile.am:
9664         * gst-libs/gst/audio/Makefile.am:
9665         * gst-libs/gst/interfaces/Makefile.am:
9666         * gst-libs/gst/net/Makefile.am:
9667         * gst-libs/gst/riff/Makefile.am:
9668         * gst-libs/gst/rtp/Makefile.am:
9669         * gst-libs/gst/tag/Makefile.am:
9670         * gst-libs/gst/video/Makefile.am:
9671           and use them
9672
9673 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9674
9675         * docs/libs/tmpl/gstcolorbalance.sgml:
9676         * docs/libs/tmpl/gstmixer.sgml:
9677         * docs/libs/tmpl/gstxoverlay.sgml:
9678         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9679         * sys/ximage/ximagesink.h:
9680         * sys/xvimage/xvimagesink.h: More and more documentation.
9681
9682 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9683
9684         * docs/libs/gst-plugins-base-libs-docs.sgml:
9685         * docs/libs/gst-plugins-base-libs-sections.txt:
9686         * docs/libs/tmpl/gstcolorbalance.sgml:
9687         * docs/libs/tmpl/gstmixer.sgml:
9688         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9689         to documentation.
9690
9691 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9692
9693         * docs/plugins/Makefile.am:
9694         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9695         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9696         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9697
9698 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9699
9700         * docs/plugins/Makefile.am:
9701         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9702         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9703         * docs/plugins/inspect/plugin-adder.xml:
9704         * docs/plugins/inspect/plugin-alsa.xml:
9705         * docs/plugins/inspect/plugin-audioconvert.xml:
9706         * docs/plugins/inspect/plugin-audiorate.xml:
9707         * docs/plugins/inspect/plugin-audioresample.xml:
9708         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9709         * docs/plugins/inspect/plugin-decodebin.xml:
9710         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9711         * docs/plugins/inspect/plugin-gnomevfs.xml:
9712         * docs/plugins/inspect/plugin-ogg.xml:
9713         * docs/plugins/inspect/plugin-playbin.xml:
9714         * docs/plugins/inspect/plugin-subparse.xml:
9715         * docs/plugins/inspect/plugin-tcp.xml:
9716         * docs/plugins/inspect/plugin-theora.xml:
9717         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9718         * docs/plugins/inspect/plugin-video4linux.xml:
9719         * docs/plugins/inspect/plugin-videorate.xml:
9720         * docs/plugins/inspect/plugin-videoscale.xml:
9721         * docs/plugins/inspect/plugin-videotestsrc.xml:
9722         * docs/plugins/inspect/plugin-volume.xml:
9723         * docs/plugins/inspect/plugin-vorbis.xml:
9724         * docs/plugins/inspect/plugin-ximagesink.xml:
9725         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9726         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9727
9728 2005-11-26  Edward Hervey  <edward@fluendo.com>
9729
9730         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9731         Properly return GstFlowReturn from gst_pad_push in chain functions.
9732
9733 2005-11-25  Michael Smith  <msmith@fluendo.com>
9734
9735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9736         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9737         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9738         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9739           Handle various conditions better when we don't understand a stream.
9740           Removes a heap of CRITICALs on ogg streams containing unknown data.
9741
9742 2005-11-24  Andy Wingo  <wingo@pobox.com>
9743
9744         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9745         Be threadsafe.
9746
9747 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9748
9749         * configure.ac: back to HEAD
9750
9751 === release 0.9.6 ===
9752
9753 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9754
9755         * configure.ac:
9756           releasing 0.9.6, "White Eight"
9757
9758 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9759
9760         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9761         * docs/plugins/inspect/plugin-sine.xml:
9762           remove sinesrc some more
9763
9764 2005-11-23  Wim Taymans  <wim@fluendo.com>
9765
9766         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9767         If we are reading too slowly, jump forward in the ringbuffer
9768         instead of blocking.
9769
9770 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9771
9772         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9773         (gst_visual_chain):
9774         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9775         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9776         (gst_videorate_chain):
9777         * gst/videotestsrc/gstvideotestsrc.c:
9778         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9779         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9780         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9781         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9782         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9783         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9784           Updates for API changes
9785
9786 2005-11-23  Wim Taymans  <wim@fluendo.com>
9787
9788         * gst-libs/gst/audio/gstbaseaudiosink.c:
9789         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9790         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9791         Fix for calibration API change.
9792
9793 2005-11-23  Michael Smith <msmith@fluendo.com>
9794
9795         * gst-libs/gst/audio/multichannel.c:
9796         (gst_audio_get_channel_positions),
9797         (gst_audio_set_channel_positions),
9798         (gst_audio_set_structure_channel_positions_list),
9799         (gst_audio_fixate_channel_positions):
9800           Use gst_value_array_*() functions on value arrays, not
9801           gst_value_list_*().
9802
9803 2005-11-23  Edward Hervey  <edward@fluendo.com>
9804
9805         * autogen.sh:
9806         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9807         Fixes autogen
9808
9809 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9810
9811         * check/Makefile.am:
9812         * check/elements/videotestsrc.c: (setup_videotestsrc),
9813         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9814         (main):
9815           add a test for videotestsrc
9816
9817 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9818
9819         * gst/sine/.cvsignore:
9820         * gst/sine/Makefile.am:
9821         * gst/sine/gstsinesrc.c:
9822         * gst/sine/gstsinesrc.h:
9823         * gst/sine/sinesrc.vcproj:
9824           and remove sinesrc from the repository.  Closes #321446
9825
9826 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9827
9828         * configure.ac:
9829         * gst-plugins-base.spec.in:
9830           remove sinesrc from the build
9831
9832 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9833
9834         * check/Makefile.am:
9835         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9836         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9837         (main):
9838           add a test for audiotestsrc, testing all waves.  Even seems
9839           leak-free at first glance, nice job Stefan
9840
9841 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9842
9843         * po/af.po:
9844         * po/az.po:
9845         * po/cs.po:
9846         * po/en_GB.po:
9847         * po/hu.po:
9848         * po/it.po:
9849         * po/nb.po:
9850         * po/nl.po:
9851         * po/or.po:
9852         * po/sq.po:
9853         * po/sr.po:
9854         * po/sv.po:
9855         * po/uk.po:
9856         * po/vi.po:
9857           Translation string updates
9858
9859         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9860         (gst_v4lsrc_set_caps):
9861         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9862         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9863         * sys/v4l/v4lsrc_calls.h:
9864           Improve v4lsrc, by making it work again.
9865
9866 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9867
9868         * ext/libvisual/visual.c: (gst_visual_chain):
9869           Fix the fps calculations.
9870
9871         * gst/ffmpegcolorspace/avcodec.h:
9872           Move structure element for clarity
9873
9874         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9875         * gst-libs/gst/interfaces/tunernorm.h:
9876         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9877         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9878         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9879         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9880         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9881         (gst_v4lmjpegsrc_getcaps):
9882         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9883         (gst_v4lsrc_set_caps):
9884         * sys/v4l/gstv4lsrc.h:
9885         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9886         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9887         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9888         * sys/v4l/v4lsrc_calls.h:
9889           Fractional framerates...
9890
9891 2005-11-22  Wim Taymans  <wim@fluendo.com>
9892
9893         * gst-libs/gst/audio/gstbaseaudiosink.c:
9894         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9895         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9896         And we provide a clock by default, of course...
9897
9898 2005-11-22  Wim Taymans  <wim@fluendo.com>
9899
9900         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
9901         This clock can be slaved to a master clock now.
9902
9903         * gst-libs/gst/audio/gstbaseaudiosink.c:
9904         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9905         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
9906         (gst_base_audio_sink_set_clock),
9907         (gst_base_audio_sink_set_property),
9908         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
9909         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9910         * gst-libs/gst/audio/gstbaseaudiosink.h:
9911         Handle slaving the internal clock to the clock selected in the
9912         pipeline.
9913         Add property to make the basesink not provide a clock.
9914
9915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9916         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9917         (gst_base_rtp_depayload_wait):
9918         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9919         We can use the clock in GstElement, no need to store it ourselves.
9920
9921 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9922
9923         * docs/libs/tmpl/gstaudio.sgml:
9924           update
9925         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9926         (gst_paranoia_endian_get_type):
9927         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
9928         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
9929         * gst/audiotestsrc/gstaudiotestsrc.c:
9930         (gst_audiostestsrc_wave_get_type):
9931         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
9932         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
9933         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9934         (gst_sync_method_get_type), (gst_unit_type_get_type),
9935         (gst_client_status_get_type), (gst_multifdsink_class_init),
9936         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
9937         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
9938         (gst_multifdsink_get_property):
9939         * gst/tcp/gstmultifdsink.h:
9940         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
9941         * gst/videotestsrc/gstvideotestsrc.c:
9942         (gst_videotestsrc_pattern_get_type):
9943           remove deprecated properties
9944           fix up enums to correctly have short lowercase dashed nicks
9945
9946 2005-11-22  Michael Smith <msmith@fluendo.com>
9947
9948         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9949         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9950           Add underscore.
9951
9952 2005-11-22  Michael Smith <msmith@fluendo.com>
9953
9954         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9955         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9956           Use utility method for scaling clocktime for fractional framerates.
9957
9958 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
9959
9960         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9961         (gst_visual_chain):
9962         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9963         * ext/theora/theoradec.c: (theora_handle_type_packet):
9964         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9965         (theora_enc_chain):
9966         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9967         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
9968         * gst-libs/gst/video/video.h:
9969         * gst/ffmpegcolorspace/avcodec.h:
9970         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9971         (gst_ffmpeg_caps_to_pixfmt):
9972         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9973         (gst_ffmpegcsp_set_caps):
9974         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9975         (gst_videorate_setcaps), (gst_videorate_blank_data),
9976         (gst_videorate_chain):
9977         * gst/videotestsrc/gstvideotestsrc.c:
9978         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
9979         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
9980         (gst_videotestsrc_event), (gst_videotestsrc_create):
9981         * gst/videotestsrc/gstvideotestsrc.h:
9982         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9983         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
9984         (gst_ximagesink_get_times), (gst_ximagesink_init):
9985         * sys/ximage/ximagesink.h:
9986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9987         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9988         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
9989         * sys/xvimage/xvimagesink.h:
9990           Convert elements to use fractions for their framerate.
9991           V4L elements to come later tonight.
9992
9993 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9994
9995         * gst-libs/gst/audio/audio.c:
9996         * gst-libs/gst/audio/audio.h:
9997           remove some deprecated functions
9998
9999 2005-11-22  Andy Wingo  <wingo@pobox.com>
10000
10001         * Update for gst_tag_setter API changes.
10002
10003 2005-11-22  Andy Wingo  <wingo@pobox.com>
10004
10005         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10006         (gst_ogg_demux_perform_seek):
10007         * ext/theora/theoradec.c (theora_dec_sink_event):
10008         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10009         update-funcnames.
10010
10011 2005-11-22  Wim Taymans  <wim@fluendo.com>
10012
10013         * examples/seeking/seek.c: (main):
10014         Give higher priority to bus signals than the gtk events
10015         to fix a race condition in the segment looping.
10016
10017 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * ext/theora/Makefile.am:
10020         * ext/vorbis/Makefile.am:
10021         * gst-libs/gst/tag/Makefile.am:
10022         * gst-plugins-base.spec.in:
10023           Rename libgsttagedit to libgsttag (#322117).
10024
10025 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10029           Call gst_x_overlay_prepare_xwindow_id() to give applications
10030           a final chance to set their own xwindow id before the video
10031           sink creates its own window.
10032
10033 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10034
10035         * sys/xvimage/xvimagesink.c:
10036         (gst_xvimagesink_navigation_send_event): Handle navigation
10037         events correcly with borders if applicable.
10038
10039 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10040
10041         Patch by: Luca Ognibene
10042
10043         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10044         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10045         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10046         (gst_ffmpegcsp_caps_remove_format_info):
10047         * gst/ffmpegcolorspace/imgconvert.c:
10048         * gst/ffmpegcolorspace/imgconvert_template.h:
10049           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10050           #318353); use gst_structure_has_name().
10051
10052 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10053
10054         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10055         (gst_ximagesink_class_init): Add debug macros on functions.
10056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10057         (gst_xvimagesink_xwindow_draw_borders),
10058         (gst_xvimagesink_xvimage_put),
10059         (gst_xvimagesink_xwindow_update_geometry),
10060         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10061         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10062         (gst_xvimagesink_xcontext_clear),
10063         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10064         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10065         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10066         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10067         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10068         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10069         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10070         expose while being PAUSED, out of data flow navigation events, etc..
10071
10072 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10073
10074         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10075         * gst-libs/gst/audio/audio.h:
10076           fix prototype - wondering why the test worked regardless
10077
10078 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10079
10080         * check/Makefile.am:
10081         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10082         * gst-libs/gst/audio/audio.h:
10083           add a method that returns a proper GstClockTime
10084
10085 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10086
10087         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10088         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10089         * gst-libs/gst/interfaces/xoverlay.h:
10090           Remove everything having to do with the desired size; add 
10091           gst_x_overlay_prepare_xwindow_id() function; remove the
10092           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10093           post a message on the bus instead (#321816).
10094
10095         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10097         (gst_xvimagesink_xoverlay_init):
10098           Remove desired size stuff (#321816).
10099
10100 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10101
10102         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10103         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10104         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10105           Terminate vararg functions with NULL instead of 0 to 
10106           make gcc4 happy.
10107
10108 2005-11-21  Andy Wingo  <wingo@pobox.com>
10109
10110         patch by: Sebastien Cote <sebas642@yahoo.ca>
10111         
10112         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10113         * gst-libs/gst/rtp/gstrtpbuffer.c
10114         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10115
10116 2005-11-21  Andy Wingo  <wingo@pobox.com>
10117
10118         * gst/playback/gstplaybin.c (gen_audio_element) 
10119         (gen_video_element): Use the new MISSING_PLUGIN core error
10120         category. Closes #320060.
10121
10122         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10123         * gst/videorate/gstvideorate.c (gst_videorate_event):
10124         * ext/theora/theoradec.c (theora_dec_sink_event): 
10125         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10126         stream lock.
10127
10128         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10129         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10130         stream lock changes.
10131
10132 2005-11-21  Wim Taymans  <wim@fluendo.com>
10133
10134         * gst-libs/gst/audio/gstbaseaudiosink.c:
10135         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10136         (gst_base_audio_sink_provide_clock),
10137         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10138         (gst_base_audio_sink_change_state):
10139         * gst/audioresample/gstaudioresample.c:
10140         Segment update fix.
10141
10142 2005-11-21  Andy Wingo  <wingo@pobox.com>
10143
10144         * *.h:
10145         * *.c: Ran scripts/update-macros. Oh yes.
10146
10147 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         * sys/ximage/Makefile.am:
10150         * sys/ximage/ximage.c:
10151           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10152           remove your old libgstximage.* manually if necessary).
10153
10154 2005-11-21  Michael Smith <msmith@fluendo.com>
10155
10156         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10157           Minimal fix for bug #320200: set the min/max bitrate in the correct
10158           units. A better fix would be to upgrade to the RATEMANAGE2
10159           interface, rather than using the deprecated interface used here, but
10160           that would require an update in our libvorbis dependency (to 1.1),
10161           which is probably undesirable.
10162
10163 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10164
10165         * ext/libvisual/visual.c: (get_buffer):
10166         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10167         (gst_base_audio_src_fixate):
10168         * gst/audioconvert/gstaudioconvert.c:
10169         (gst_audio_convert_fixate_caps):
10170         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10171         * gst/audiotestsrc/gstaudiotestsrc.c:
10172         (gst_audiotestsrc_src_fixate):
10173         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10174         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10175         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10176         * gst/videotestsrc/gstvideotestsrc.c:
10177         (gst_videotestsrc_src_fixate):
10178         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10180           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10181           (#322027)
10182
10183
10184 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10185
10186         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10187         (gst_riff_create_iavs_caps):
10188         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10189         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10190         (gst_riff_parse_info):
10191         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10194           Fixes for GST_FOURCC_FORMAT API change.
10195
10196 2005-11-21  Andy Wingo  <wingo@pobox.com>
10197
10198         patch by: Alessandro Dessina <alessandro nnva org>
10199
10200         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10201         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10202         (gst_ogg_parse_chain):
10203         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10204         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10205         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10206         gst_value_list calls on arrays. Fixes #321962.
10207
10208 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10209
10210         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10211         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10212         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10213         * gst/adder/gstadder.c: (gst_adder_init),
10214         (gst_adder_request_new_pad), (gst_adder_collected),
10215         (gst_adder_change_state):
10216           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10217           API change.
10218
10219 2005-11-21  Michael Smith <msmith@fluendo.com>
10220
10221         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10222         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10223           Properly handle pad_push return values.
10224
10225 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10226
10227         * gst-libs/gst/tag/Makefile.am:
10228         * gst-libs/gst/tag/gstvorbistag.c:
10229         (gst_tag_list_to_vorbiscomment_buffer):
10230           Remove obsolete vorbistag element and debug category.
10231
10232         * gst/playback/gstplaybasebin.c: (check_queue):
10233           Don't divide by 0 when queue-threshold is 0.
10234
10235         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10236           Don't modify an existing pixel-aspect-ratio if we fail to read
10237           a new one.
10238
10239 2005-11-20  Wim Taymans  <wim@fluendo.com>
10240
10241         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10242         (gst_vorbisenc_push_packet):
10243         GST_PAD_IS_USABLE is gone, use the return value of
10244         the push or pad_alloc_buffer instead.
10245
10246 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10247
10248         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10249         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10250         (gst_ximagesink_ximage_destroy),
10251         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10252         (gst_ximagesink_xwindow_new),
10253         (gst_ximagesink_xwindow_update_geometry),
10254         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10255         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10256         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10257         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10258         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10259         (gst_ximagesink_navigation_send_event),
10260         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10261         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10262         (gst_ximagesink_finalize), (gst_ximagesink_init),
10263         (gst_ximagesink_class_init):
10264         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10265         This new version brings correct software scaling, non flickering
10266         window while resizing, pixel aspect ratio handling, usage of
10267         hardware buffer pools, out of data flow event thread for 
10268         navigation and handling of expose events even when being PAUSED,
10269         a new property to keep video aspect ratio when resizing, etc...
10270
10271 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10272
10273         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10274         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10275         handling of PAR.
10276
10277 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10278
10279         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10280         Unsetting IS_SINK flag from the fakesink, so decodebin
10281         never behaves as a sink.
10282
10283 2005-11-17  Wim Taymans  <wim@fluendo.com>
10284
10285         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10286         (gst_base_audio_src_change_state):
10287         Fix the audiosrc base class again, we did not unflush.
10288
10289 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10290
10291         * examples/seeking/seek.c: (make_dv_pipeline),
10292         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10293         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10294         to ogg/vorbis/theora pipeline.
10295
10296 2005-11-17  Wim Taymans  <wim@fluendo.com>
10297
10298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10299         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10300         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10301         Fix EOS on multiple streams.
10302         More debugging.
10303
10304 2005-11-16  Wim Taymans  <wim@fluendo.com>
10305
10306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10307         (gst_ogg_demux_perform_seek):
10308         Segment done must include stream time.
10309
10310         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10311         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10312         (gst_ogg_mux_change_state):
10313         Fix ogg muxer again.
10314
10315 2005-11-16  Wim Taymans  <wim@fluendo.com>
10316
10317         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10318         Fix compile again.
10319
10320 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10321
10322         * ext/libvisual/visual.c: (gst_visual_init):
10323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10324         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10325         (gst_ogg_parse_chain):
10326         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10327         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10328         * ext/theora/theoradec.c: (gst_theora_dec_init):
10329         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10330         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10331         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10332         * gst/adder/gstadder.c: (gst_adder_class_init),
10333         (gst_adder_dispose):
10334         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10335         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10336         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10337           Fix a whole set of pad template leaks
10338
10339 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10340
10341         * check/generic/states.c: (GST_START_TEST):
10342           fix the test so that it only checks for elements that are part of
10343           this source module
10344
10345 2005-11-16  Michael Smith <msmith@fluendo.com>
10346
10347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10348         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10349         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10350         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10351         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10352         (gst_ogg_mux_change_state):
10353           Fix leaking collectpads.
10354
10355 2005-11-16  Edward Hervey  <edward@fluendo.com>
10356
10357         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10358         (gst_videorate_event), (gst_videorate_chain):
10359         Handle segment seeks
10360
10361 2005-11-16  Wim Taymans  <wim@fluendo.com>
10362
10363         * gst-libs/gst/audio/gstbaseaudiosink.c:
10364         (gst_base_audio_sink_provide_clock),
10365         (gst_base_audio_sink_change_state):
10366         Set ringbuffer to non-flushing when going to PAUSED, set to
10367         flushing again when going to READY.
10368
10369         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10370         (gst_ring_buffer_stop):
10371         Start in flushing mode by default.
10372         Don't set flushing in the _stop method, let the app call
10373         this explicitly.
10374
10375 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10376
10377         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10378         * gst-libs/gst/video/videosink.h: Add helper function needed
10379         for video sinks.
10380
10381 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10382
10383         * gst/videoscale/gstvideoscale.c:
10384         (gst_videoscale_handle_src_event):
10385           Don't leak reference to pad parent.
10386
10387 2005-11-16  Wim Taymans  <wim@fluendo.com>
10388
10389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10390         Set ringbuffer to flushing when stopping so that we don't
10391         block on wait_segment anymore and livelock.
10392
10393 2005-11-16  Wim Taymans  <wim@fluendo.com>
10394
10395         * examples/seeking/seek.c: (send_event), (do_seek),
10396         (loop_toggle_cb), (segment_done), (main):
10397         Added looping checkbox.
10398
10399 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10400
10401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10402         (gst_ogg_demux_init):
10403         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10404         (gst_vorbis_dec_init):
10405           revert unrefs, they don't pass make check
10406
10407 2005-11-15  Johan Dahlin  <johan@gnome.org>
10408
10409         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10410         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10411         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10412         (gst_vorbis_dec_init):
10413         Fix pad template leaks. 
10414
10415 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10416
10417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10418           Make state change function thread safe.
10419
10420 2005-11-15  Edward Hervey  <edward@fluendo.com>
10421
10422         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10423         (gst_ogg_demux_class_init):
10424         Implement GstElement::send_event, so we can send seek events
10425         in GST_STATE_READY
10426
10427 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10428
10429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10430         Discovered how to take away flickering while resizing the
10431         window. Please don't put that in ximagesink, refactoring in
10432         progress.
10433
10434 2005-11-14  Michael Smith <msmith@fluendo.com>
10435
10436         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10437         (gst_multifdsink_render):
10438           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10439
10440 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10441
10442         * gst/playback/gstplaybin.c: (gen_audio_element):
10443           Use autoaudiosink, it tends to be more widely available than
10444           autoaudiiosink.
10445           
10446 2005-11-14  Andy Wingo  <wingo@pobox.com>
10447
10448         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10449         as well if it is available. Fixes #316442.
10450
10451 2005-11-14  Michael Smith <msmith@fluendo.com>
10452
10453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10454         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10455         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10456         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10457         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10458         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10460         (gst_vorbisenc_change_state):
10461           Fix a small memory leak in vorbisenc.
10462           Fix large memory leaks in oggmux, also fix lots of state change
10463           bugs in oggmux.
10464
10465 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10466
10467         * gst/videotestsrc/gstvideotestsrc.c:
10468         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10469         (gst_videotestsrc_src_fixate):
10470           move fixation to a fixate function
10471           remove negotiate function, basesrc's is good enough
10472           fixes a bug for check when using the element alone
10473
10474 2005-11-13  Edward Hervey  <edward@fluendo.com>
10475
10476         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10477         (key_toggle_cb), (main):
10478         Added checkboxes for adding/removing the accurate and key_unit seek
10479         flags.
10480
10481 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10482
10483         * configure.ac: back to HEAD
10484
10485 === release 0.9.5 ===
10486
10487 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10488
10489         * configure.ac:
10490           releasing 0.9.5, "No No Kia"
10491
10492 2005-11-11  Edward Hervey  <edward@fluendo.com>
10493
10494         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10495         Added parse-launch syntax seeking mode for the seeking example.
10496         This should help stress-test even more cases.
10497         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10498
10499 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * sys/xvimage/xvimagesink.c:
10502         (gst_xvimagesink_navigation_send_event):
10503           Check whether peer pad exists before sending navigation events
10504           to it.
10505
10506 2005-11-11  Michael Smith <msmith@fluendo.com>
10507
10508         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10509         (gst_vorbisenc_buffer_from_packet):
10510         * ext/vorbis/vorbisenc.h:
10511           Set duration on encoded buffers. This allows oggmux's
10512           max_page_delay parameter to actually work.
10513
10514 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10515
10516         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10517         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10518         (gst_ffmpegcsp_avpicture_fill):
10519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10520         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10521           Make palettes work again (see #132341). Use our own macros
10522           for rounding up.
10523
10524 2005-11-10  Andy Wingo  <wingo@pobox.com>
10525
10526         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10527         string doober.
10528
10529 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10530
10531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10532         (gst_ffmpegcsp_transform_caps):
10533           Prefer passthrough in transform_caps
10534
10535 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10536
10537         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10538           check for ALSA errors properly, instead of relying on ALSA's
10539           error strings to serve to the user.
10540
10541 2005-11-10  Wim Taymans  <wim@fluendo.com>
10542
10543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10544         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10545         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10546         Modernise the seek code.
10547
10548 2005-11-10  Michael Smith <msmith@fluendo.com>
10549         
10550         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10551         (setup_substreams), (set_active_source):
10552           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10553           trying to go to NULL if we failed to read a file.
10554
10555 2005-11-10  Wim Taymans  <wim@fluendo.com>
10556
10557         * gst/audiotestsrc/gstaudiotestsrc.c:
10558         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10559         (gst_audiotestsrc_create):
10560         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10561         (gst_sinesrc_get_times), (gst_sinesrc_create):
10562         * gst/videotestsrc/gstvideotestsrc.c:
10563         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10564         (gst_videotestsrc_create):
10565         The base class can now sync for us.
10566
10567 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10568
10569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10570           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10571           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10572           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10573           format=(fourcc)I420" ! xvimagesink
10574
10575 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10576
10577         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10578         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10579         (gst_sinesrc_newsegment):
10580           Send newsegment event in TIME format, set duration if
10581           num-buffers is set, fix duration querying.
10582
10583 2005-11-10  Michael Smith <msmith@fluendo.com>
10584
10585         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10586         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10587         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10588         (gst_ogg_mux_collected):
10589          Fix EOS handling, partially. Now forwarding an EOS event once we have
10590          EOS on all pads works correctly. However, we still don't properly set
10591          EOS on the actual ogg stream pages.
10592
10593 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10596           Set elements to NULL state before disposing of them.
10597
10598 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10599
10600         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10601
10602         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10603         (gst_base_rtp_depayload_init),
10604         (gst_base_rtp_depayload_set_gst_timestamp):
10605         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10606           We need to send a newsegment event for each instance, not
10607           just for the first instance of this class (get rid of
10608           static variable in function). (#321011).
10609           
10610 2005-11-08  Michael Smith <msmith@fluendo.com>
10611
10612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10613         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10614         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10615         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10616           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10617           This makes us mux things correctly according to the ogg muxing
10618           rules. Still not handling EOS correctly right now, though.
10619
10620 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10621
10622         * gst/audioconvert/gstaudioconvert.c:
10623           Fix typo in docs. 
10624
10625 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10626
10627         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10628         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10629           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10630           creating a new chain; should fix live streaming. Also
10631           add more debug output and fix a typo.
10632
10633 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10634
10635         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10636
10637         * gst/volume/gstvolume.c: (volume_set_caps):
10638           Fix compilation on Solaris with Forte. (#320923)
10639
10640 2005-11-08  Wim Taymans  <wim@fluendo.com>
10641
10642         * gst-libs/gst/audio/gstbaseaudiosink.c:
10643         (gst_base_audio_sink_render):
10644         No need to do a typecheck.
10645
10646 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * ext/alsa/gstalsa.h:
10649           We register a debug category, so let's use it.
10650
10651 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10652
10653         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10654         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10655         Fixed a small problem.
10656
10657 2005-11-04  Wim Taymans  <wim@fluendo.com>
10658
10659         * examples/seeking/Makefile.am:
10660         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10661         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10662         (make_playerbin_pipeline), (format_value), (update_scale),
10663         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10664         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10665         (print_usage), (main):
10666         Added app for playback speed testing.
10667
10668         * examples/seeking/seek.c: (dynamic_link),
10669         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10670         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10671         (message_received), (main):
10672         Updated seek example.
10673
10674 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10675
10676         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10677         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10678         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10679         (gst_base_rtp_depayload_set_clock):
10680         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10681         Don't sleep on the bench (system clock) when you have a nice 
10682         comfortable bed (Gstreamer clock) to sleep on.
10683
10684 2005-11-03  Wim Taymans  <wim@fluendo.com>
10685
10686         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10687         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10688         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10689         Handle the case where a pad_block failed.
10690
10691 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10692
10693         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10694
10695         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10696         (gst_base_rtp_depayload_add_to_queue),
10697         (gst_base_rtp_depayload_push),
10698         (gst_base_rtp_depayload_set_gst_timestamp),
10699         (gst_base_rtp_depayload_queue_release):
10700           Fixes some bugs in the depayloader's queuing/de-queueing code.
10701
10702 2005-10-31  Michael Smith <msmith@fluendo.com>
10703
10704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10705         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10706         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10707           Patch from Alessandro Decina <alessandro@nnva.org>.
10708           Make oggdemux only find the final time in a chain, not per-pad,
10709           since the per-pad information can be very expensive to locate, and
10710           it isn't used anywhere. This makes reading a file containing
10711           OggSkeleton reasonably fast.
10712           Also, make chain finding work when there are logical bitstreams that
10713           can't be decoded. Fixes #319110.
10714
10715 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10716
10717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10718         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10719         (gst_base_rtp_depayload_chain),
10720         (gst_base_rtp_depayload_add_to_queue),
10721         (gst_base_rtp_depayload_push),
10722         (gst_base_rtp_depayload_set_gst_timestamp),
10723         (gst_base_rtp_depayload_queue_release),
10724         (gst_base_rtp_depayload_start_thread),
10725         (gst_base_rtp_depayload_set_property),
10726         (gst_base_rtp_depayload_get_property):
10727         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10728         Some random fixes, to fullfill the desires of thomas.
10729
10730 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10731
10732         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10733         (gst_base_rtp_depayload_add_to_queue),
10734         (gst_base_rtp_depayload_push):
10735         Fixed the queueing algorithm.
10736
10737 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10738
10739         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10740         (gst_base_rtp_depayload_push):
10741         A small fix
10742
10743 2005-10-31  Wim Taymans  <wim@fluendo.com>
10744
10745         * gst-libs/gst/audio/gstringbuffer.h:
10746         Don't break ABI.
10747
10748         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10749         (gst_ffmpeg_caps_to_pixfmt):
10750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10751         (gst_ffmpegcsp_set_caps):
10752         Some more comments.
10753         Handle missing required caps fields better.
10754
10755 2005-10-31  Wim Taymans  <wim@fluendo.com>
10756
10757         * gst-libs/gst/audio/gstbaseaudiosink.c:
10758         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10759         (gst_base_audio_sink_render):
10760         * gst-libs/gst/audio/gstringbuffer.c:
10761         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10762         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10763         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10764         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10765         (gst_ring_buffer_read):
10766         * gst-libs/gst/audio/gstringbuffer.h:
10767         Add flushing mode to the ringbuffer so that it in all cases does
10768         not try to handle more audio. This makes sure it does not try to
10769         block anymore when flushing and fixes a livelock.
10770
10771 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10772
10773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10774         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10775         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10776           Explicitly check for -1 values before doing a conversion
10777           and always map them to -1. (#315545)
10778
10779 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10780
10781         * gst/playback/gstplaybin.c: (gen_video_element):
10782           first try autovideosink, then xvimagesink, then error out
10783         * po/POTFILES.in:
10784           add translatable file
10785         * po/af.po:
10786         * po/az.po:
10787         * po/cs.po:
10788         * po/en_GB.po:
10789         * po/hu.po:
10790         * po/it.po:
10791         * po/nb.po:
10792         * po/nl.po:
10793         * po/or.po:
10794         * po/sq.po:
10795         * po/sr.po:
10796         * po/sv.po:
10797         * po/uk.po:
10798         * po/vi.po:
10799           update translations
10800
10801 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10802
10803         * gst-libs/gst/rtp/gstbasedepayload.c:
10804         * gst-libs/gst/rtp/gstbasedepayload.h:
10805           Minor cleanups
10806
10807 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * gst/playback/.cvsignore:
10810         * gst/playback/decodetest.c:
10811         * gst/playback/test3.c:
10812           Port these two tests as well.
10813
10814 2005-10-27  Wim Taymans  <wim@fluendo.com>
10815
10816         * ext/theora/theoradec.c: (theora_dec_src_query),
10817         (theora_dec_sink_event):
10818         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10819         (theora_enc_change_state):
10820         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10821         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10822         Take proper locks when handling events.
10823
10824 2005-10-27  Wim Taymans  <wim@fluendo.com>
10825
10826         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10827         (gst_adder_change_state):
10828         Fix timestamps and fix deadlock when stopping the collectpads.
10829
10830 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10831
10832         * gst-libs/gst/rtp/gstrtpbuffer.h:
10833         Declaring the payload types as strings too so that they can be used
10834         in the padtemplate inialization.
10835
10836 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10837
10838         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10839
10840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10841         (gst_base_rtp_depayload_class_init):
10842         Fixes a small but nasty bug. The derived elements no longer segfaults
10843         on finalization.
10844
10845 2005-10-26  Michael Smith <msmith@fluendo.com>
10846
10847         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10848           When clearing an audioconvert context, set tmpbufsize to zero, so
10849           we'll allocate it again later if required.
10850           This fixes audioconvert re-negotiating formats, which previously
10851           segfaulted with a NULL destination buffer.
10852
10853 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10854
10855         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10856         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10857         (gst_base_rtp_depayload_set_gst_timestamp),
10858         (gst_base_rtp_depayload_queue_release):
10859         Fixed a smalll memleak.
10860
10861 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10862         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10863         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10864         (gst_base_rtp_depayload_finalize),
10865         (gst_base_rtp_depayload_setcaps),
10866         (gst_base_rtp_depayload_add_to_queue),
10867         (gst_base_rtp_depayload_push),
10868         (gst_base_rtp_depayload_set_gst_timestamp),
10869         (gst_base_rtp_depayload_queue_release),
10870         (gst_base_rtp_depayload_thread),
10871         (gst_base_rtp_depayload_change_state):
10872         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10873         Changed the C++ comments to C comments
10874
10875 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10876
10877         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10878         * gst/tcp/gsttcpclientsrc.h:
10879         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10880         * gst/tcp/gsttcpserversrc.h:
10881           Remove unused 'curoffset' structure member.
10882
10883 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10884
10885         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10886         (gst_base_rtp_depayload_base_init),
10887         (gst_base_rtp_depayload_finalize):
10888         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10889         * gst-libs/gst/rtp/gstbasertppayload.h:
10890           The pad-template on the sinkpad should be set by the derived classes.
10891           Also added some useful macros.
10892
10893 2005-10-24  Wim Taymans  <wim@fluendo.com>
10894
10895         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10896         Correctly flush decoder samples even if we could not
10897         copy them to an output buffer. Fixes #319618.
10898
10899 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10900
10901         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
10903         the caps against our xcontext caps.
10904
10905 2005-10-24  Wim Taymans  <wim@fluendo.com>
10906
10907         * gst-libs/gst/audio/gstbaseaudiosink.c:
10908         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10909         Remove g_print
10910         Use sync property from baseclass to disable sync.
10911
10912 2005-10-24  Wim Taymans  <wim@fluendo.com>
10913
10914         * gst-libs/gst/audio/gstbaseaudiosink.c:
10915         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10916         Buffers with no timestamps get aligned with previous buffers or
10917         on underrun, played ASAP.
10918
10919 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10920
10921         * gst-libs/gst/video/video.h:
10922         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10923         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
10925         here comes my change on caps for framerate and geometry range.
10926         We are now accepting 1 to MAXINT for width and height, and from
10927         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
10928         to be blended correctly in videomixer.
10929
10930 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10931
10932         * configure.ac:
10933           back to HEAD
10934
10935 === release 0.9.4 ===
10936
10937 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10938
10939         * NEWS:
10940         * RELEASE:
10941         * configure.ac:
10942           releasing 0.9.4, "Velociraptor"
10943
10944 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10945
10946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
10947         * po/POTFILES.in:
10948           STOPPED -> FAILED
10949
10950 2005-10-21  Wim Taymans  <wim@fluendo.com>
10951
10952         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10953         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
10954         (pad_blocked), (close_pad_link), (new_pad):
10955         Don't try to remove elements twice.
10956
10957 2005-10-21  Wim Taymans  <wim@fluendo.com>
10958
10959         * ext/theora/theoradec.c: (theora_dec_src_query),
10960         (theora_dec_sink_event):
10961         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10962         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
10963         (vorbis_handle_data_packet):
10964         * ext/vorbis/vorbisdec.h:
10965         Fix old naming.
10966
10967         * gst-libs/gst/audio/gstbaseaudiosink.c:
10968         (gst_base_audio_sink_render):
10969         Don't try to sync on buffers without a timestamp.
10970
10971 2005-10-21  Wim Taymans  <wim@fluendo.com>
10972
10973         * ext/theora/theoradec.c: (theora_dec_src_query),
10974         (theora_dec_sink_event):
10975         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10976         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
10977         (vorbis_handle_data_packet):
10978         * ext/vorbis/vorbisdec.h:
10979         Fix old naming.
10980
10981 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
10982
10983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
10984         (gst_vorbisenc_src_query):
10985           Implement position and duration queries.
10986
10987         * gst/playback/test3.c: (update_scale), (main):
10988           Fix for async state changes and print nicer output.
10989
10990 2005-10-20  Wim Taymans  <wim@fluendo.com>
10991
10992         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
10993         (dump_element_stats), (main):
10994         * gst/playback/test6.c: (main):
10995         Fix tests again
10996
10997 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
10998
10999         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11000         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11001           Don't use functions for position queries when handling
11002           duration queries.
11003
11004 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11005
11006         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11007         (vorbis_handle_data_packet), (vorbis_dec_chain),
11008         (vorbis_dec_change_state):
11009         * ext/vorbis/vorbisdec.h:
11010           Vorbis streams can be embedded in other container formats
11011           than ogg, container formats where the demuxer might set 
11012           timestamps on encoded vorbis buffers instead of those silly 
11013           granulepos thingies. In short: make vorbisdec handle 
11014           timestamps on incoming buffers as well.
11015
11016 2005-10-20  Wim Taymans  <wim@fluendo.com>
11017
11018         * gst/playback/gstplaybasebin.c: (group_destroy),
11019         (gst_play_base_bin_change_state):
11020         Fix leak.
11021         Handle case where playbasebin is now ASYNC because
11022         decodebin is.
11023
11024 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * gst/audioconvert/Makefile.am:
11027         * gst/audioconvert/bufferframesconvert.c:
11028         * gst/audioconvert/plugin.c: (plugin_init):
11029         * gst/audioconvert/plugin.h:
11030           And bye bye buffer-frames-convert
11031
11032 2005-10-19  Wim Taymans  <wim@fluendo.com>
11033
11034         * check/elements/audioconvert.c:
11035         * docs/libs/tmpl/gstaudio.sgml:
11036         * docs/libs/tmpl/gstcolorbalance.sgml:
11037         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11038         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11039         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11040         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11041         * gst-libs/gst/audio/audio.h:
11042         * gst/audioconvert/audioconvert.h:
11043         * gst/audioconvert/gstaudioconvert.c:
11044         (gst_audio_convert_parse_caps):
11045         * gst/volume/gstvolume.c:
11046         Bye bye buffer-frames.
11047
11048 2005-10-19  Wim Taymans  <wim@fluendo.com>
11049
11050         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11051         (query_positions_elems), (query_positions_pads), (update_scale),
11052         (do_seek), (set_update_scale), (message_received), (main):
11053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11054         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11055         (gst_ogg_demux_loop):
11056         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11057         * ext/theora/theoradec.c: (theora_dec_src_query),
11058         (theora_dec_sink_event):
11059         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11060         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11061         * gst/adder/gstadder.c: (gst_adder_query):
11062         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11063         * gst/playback/test3.c: (update_scale):
11064         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11065         (dump_element_stats), (main):
11066         * gst/playback/test6.c: (main):
11067         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11068         Query API update.
11069
11070 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11071
11072         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11073         (xml_check_first_element), (xml_type_find), (smil_type_find),
11074         (plugin_init):
11075           Add typefinding for SMIL and for generic XML. Based on patch by
11076           Akos Maroy (#308663).
11077
11078 2005-10-18  Wim Taymans  <wim@fluendo.com>
11079
11080         * gst/playback/Makefile.am:
11081         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11082         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11083         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11084         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11085         (gst_decode_bin_change_state):
11086         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11087         (gst_play_bin_send_event_to_sink):
11088         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11089         (dump_element_stats), (main):
11090         * gst/playback/test6.c: (main):
11091         Make playbin async, it'll commit state to paused when all streams
11092         are detected.
11093         Remove ugly hack.
11094         Added test6.c to show async behaviour.
11095
11096 2005-10-18  Wim Taymans  <wim@fluendo.com>
11097
11098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11099         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11100         Fix for segment-start/stop API change.
11101
11102 2005-10-18  Wim Taymans  <wim@fluendo.com>
11103
11104         * check/Makefile.am:
11105         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11106         (main):
11107         Add future test for clock selection.
11108
11109 2005-10-18  Wim Taymans  <wim@fluendo.com>
11110
11111         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11112         (gst_alsasink_close):
11113         Set handle to NULL.
11114
11115         * gst-libs/gst/audio/gstringbuffer.c:
11116         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11117         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11118         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11119         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11120         (gst_ring_buffer_read):
11121         More debug info.
11122
11123 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11124
11125         * gst/audiotestsrc/Makefile.am:
11126         * gst/sine/Makefile.am:
11127         * gst/volume/Makefile.am:
11128           fix broken build of controllerized plugins
11129
11130 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11131
11132         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11133
11134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11135         (gst_riff_create_video_template_caps):
11136           Add support for Indeo-3 (IV32).
11137
11138 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11139
11140         * configure.ac:
11141           rewrite
11142
11143 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11144
11145         * gst-libs/gst/video/video.c: (gst_video_get_size):
11146         * gst/audiotestsrc/gstaudiotestsrc.c:
11147           doc updates
11148
11149 2005-10-17  Andy Wingo  <wingo@pobox.com>
11150
11151         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11152         with the collectpads change.
11153         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11154
11155         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11156
11157         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11158
11159         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11160         alloc_buffer flow return to callers.
11161         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11162         change. Fix some memleaks in theoraenc.
11163
11164         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11165         in strange circumstance.
11166
11167 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11168
11169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11170         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11171         from caps, let's use the caps...
11172
11173 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11174
11175         * configure.ac:
11176           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11177
11178 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11179
11180         * gst-libs/gst/interfaces/Makefile.am:
11181           fix silly typo
11182
11183 2005-10-16  Andy Wingo  <wingo@pobox.com>
11184
11185         * gst/playback/gstdecodebin.c
11186         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11187         function!
11188         (try_to_link_1): Increase kraziness level.
11189
11190 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11191
11192         * configure.ac:
11193           restructure like the core one
11194         * gst-libs/gst/audio/Makefile.am:
11195         * gst-libs/gst/interfaces/Makefile.am:
11196         * gst-libs/gst/net/Makefile.am:
11197         * gst-libs/gst/riff/Makefile.am:
11198         * gst-libs/gst/rtp/Makefile.am:
11199         * gst-libs/gst/tag/Makefile.am:
11200         * gst-libs/gst/video/Makefile.am:
11201           use correct linker flags, now the libs are properly versioned
11202         * check/elements/audioconvert.c: (verify_convert):
11203         * ext/alsa/gstalsaplugin.c:
11204         * ext/cdparanoia/gstcdparanoia.c:
11205         * ext/gnomevfs/gstgnomevfs.c:
11206         * ext/libvisual/visual.c:
11207         * ext/ogg/gstogg.c:
11208         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11209         * ext/theora/theora.c:
11210         * ext/vorbis/vorbis.c:
11211         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11212         * gst-libs/gst/tag/gsttagediting.c:
11213         * gst-libs/gst/video/video.c:
11214         * gst/adder/gstadder.c:
11215         * gst/audioconvert/plugin.c:
11216         * gst/audiorate/gstaudiorate.c:
11217         * gst/audioresample/gstaudioresample.c:
11218         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11219         * gst/audioscale/gstaudioscale.c:
11220         * gst/audioscale/resample.c:
11221         * gst/audiotestsrc/gstaudiotestsrc.c:
11222         * gst/ffmpegcolorspace/gstffmpeg.c:
11223         * gst/playback/gstdecodebin.c: (close_pad_link):
11224         * gst/playback/gstplaybin.c: (gen_video_element),
11225         (gen_audio_element):
11226         * gst/sine/gstsinesrc.c:
11227         * gst/subparse/gstsubparse.c:
11228         * gst/tags/gsttagediting.c:
11229         * gst/tcp/gsttcpplugin.c:
11230         * gst/typefind/gsttypefindfunctions.c:
11231         * gst/videorate/gstvideorate.c:
11232         * gst/videoscale/gstvideoscale.c:
11233         * gst/videotestsrc/gstvideotestsrc.c:
11234         * gst/volume/gstvolume.c:
11235         * sys/v4l/gstv4l.c:
11236         * sys/ximage/ximage.c:
11237         * sys/xvimage/xvimagesink.c:
11238           fix up defines
11239
11240 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * ext/vorbis/vorbisenc.c:
11243         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11244         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11245         (gst_tag_to_vorbis_comments):
11246           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11247
11248 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11249
11250         * examples/stats/mp2ogg.c:
11251         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11252           typo fixes
11253
11254 2005-10-13  Michael Smith <msmith@fluendo.com>
11255
11256         * ext/ogg/gstoggmux.c:
11257           Use magic glib macros to define constants as 64 bit, to ensure
11258           appropriate vararg passing.
11259
11260 2005-10-13  Michael Smith <msmith@fluendo.com>
11261
11262         * ext/ogg/gstoggmux.c:
11263         * gst/audioconvert/audioconvert.c: (float):
11264           Don't use LL suffix, as it's not portable, and neither of these
11265           uses required it anyway.
11266
11267 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11268
11269         * examples/indexing/indexmpeg.c: (main):
11270         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11271         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11272         (cdparanoia_convert), (cdparanoia_query):
11273         * ext/cdparanoia/gstcdparanoia.h:
11274         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11275         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11276         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11277         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11278         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11279         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11280         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11281         (gst_multifdsink_render), (gst_multifdsink_start),
11282         (gst_multifdsink_stop):
11283         * gst/tcp/gstmultifdsink.h:
11284         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11285         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11286         (gst_tcpclientsink_stop):
11287         * gst/tcp/gsttcpclientsink.h:
11288         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11289         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11290         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11291         * gst/tcp/gsttcpclientsrc.h:
11292         * gst/tcp/gsttcpserversink.h:
11293         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11294         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11295         (gst_tcpserversrc_stop):
11296         * gst/tcp/gsttcpserversrc.h:
11297         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11298         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11299         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11300           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11301           moved bitshift from macro to enum definition
11302
11303 2005-10-12  Wim Taymans  <wim@fluendo.com>
11304
11305         * examples/seeking/Makefile.am:
11306         Oops.
11307
11308 2005-10-12  Wim Taymans  <wim@fluendo.com>
11309
11310         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11311         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11312         Don't assert on normal stuff.
11313
11314         * gst/playback/gstplaybin.c: (do_playbin_seek):
11315         API fix.
11316
11317 2005-10-12  Wim Taymans  <wim@fluendo.com>
11318
11319         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11320         * examples/seeking/Makefile.am:
11321         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11322         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11323         (do_seek), (set_update_scale), (message_received), (main):
11324         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11325         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11326         Update for _get_state() API change.
11327
11328 2005-10-11  Wim Taymans  <wim@fluendo.com>
11329
11330         * gst-libs/gst/audio/gstbaseaudiosink.c:
11331         (gst_base_audio_sink_render):
11332         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11333         (gst_base_audio_src_create):
11334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11335         (gst_ring_buffer_read):
11336         Cleanups.
11337         Commit and read from ringbuffer in samples rather than bytes.
11338
11339 2005-10-11  Wim Taymans  <wim@fluendo.com>
11340
11341         * gst-libs/gst/audio/gstbaseaudiosink.c:
11342         (gst_base_audio_sink_render):
11343         Respect segment rate and accum when scheduling samples.
11344
11345 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11346
11347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11348         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11349         EOS correctly, that needs more work.
11350
11351 2005-10-11  Wim Taymans  <wim@fluendo.com>
11352
11353         * check/generic/states.c: (GST_START_TEST):
11354         remove old property.
11355
11356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11357         (gst_ogg_demux_perform_seek):
11358         * ext/theora/theoradec.c: (theora_dec_sink_event):
11359         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11360         (vorbis_handle_data_packet):
11361         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11362         (gst_base_rtp_depayload_set_gst_timestamp):
11363         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11364         Update for newsegment API change.
11365
11366 2005-10-11  Michael Smith <msmith@fluendo.com>
11367
11368         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11369         (do_playbin_seek), (gst_play_bin_send_event):
11370           Override send_event differently, so that we can takes bits of
11371           functionality from GstPipeline (special handling for seeks,
11372           including pausing/resuming, and resetting stream time) and still get
11373           the appropriate behaviour of only forwarding event to a single sink,
11374           rather than all of them.
11375           Unfortunately requires a lot of code duplication, but the
11376           alternatives are equally ugly in the end.
11377
11378 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11379
11380         * check/elements/audioconvert.c: (setup_audioconvert),
11381         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11382         (GST_START_TEST), (audioconvert_suite):
11383           clean up tests a little, fix some leaks.
11384
11385 2005-10-10  Wim Taymans  <wim@fluendo.com>
11386
11387         * ext/alsa/gstalsasink.c:
11388         Also allow unsigned int.
11389
11390         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11391         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11392         Small cleanup
11393
11394 2005-10-10  Wim Taymans  <wim@fluendo.com>
11395
11396         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11397         Small update, use API as stated in design docs.
11398
11399         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11400         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11401         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11402         (message_received), (main):
11403         Updated seek example for GOption. Some usability improvements.
11404
11405 2005-10-10  Wim Taymans  <wim@fluendo.com>
11406
11407         * gst/audioconvert/audioconvert.h:
11408         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11409         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11410         Alloc temp storage somewhere else where we can do it more
11411         portable.
11412
11413 2005-10-10  Wim Taymans  <wim@fluendo.com>
11414
11415         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11416         (gst_tcpserversrc_start):
11417         Don't block in accept while doing the state change, move
11418         to poll and make cancellable.
11419
11420 2005-10-09  Philippe Khalaf <burger@speedy.org>
11421
11422         * gst-libs/gst/rtp/rtpbasedepayload.c:
11423         Set timestamp and add queue delay to timestamp
11424         * gst-libs/gst/rtp/rtpbuffer.h:
11425         Set correct payload type for h263
11426
11427 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11428
11429         * gst/audiotestsrc/gstaudiotestsrc.c:
11430         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11431         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11432         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11433         (gst_audiotestsrc_create_triangle),
11434         (gst_audiotestsrc_create_silence),
11435         (gst_audiotestsrc_create_white_noise),
11436         (gst_audiotestsrc_init_pink_noise),
11437         (gst_audiotestsrc_generate_pink_noise_value),
11438         (gst_audiotestsrc_create_pink_noise),
11439         (gst_audiotestsrc_change_wave):
11440         * gst/audiotestsrc/gstaudiotestsrc.h:
11441           fixed typo, added pink noise
11442
11443 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11444
11445         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11446         (plugin_init):
11447           Add wavpack and spc typefind functions from 0.8 branch.
11448
11449 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11450
11451         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11452         (ar_type_find), (msdos_type_find), (plugin_init):
11453           Add typefind functions for tar archives, ar archives,
11454           RAR archives, and msdos-executables (dlls, exe, etc.).
11455           Some of those would be wrongly identified as mpeg
11456           streams of some sort before (#315550).
11457
11458 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11459
11460         * configure.ac:
11461         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11462         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11463         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11464         * gst/audiotestsrc/Makefile.am:
11465         * gst/audiotestsrc/gstaudiotestsrc.c:
11466         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11467         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11468         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11469         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11470         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11471         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11472         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11473         (gst_audiotestsrc_create_silence),
11474         (gst_audiotestsrc_create_white_noise),
11475         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11476         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11477         (gst_audiotestsrc_start), (plugin_init):
11478         * gst/audiotestsrc/gstaudiotestsrc.h:
11479           add new plugin and element
11480         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11481           use gobject_class
11482
11483 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11486         (gst_adder_init), (gst_adder_request_new_pad),
11487         (gst_adder_change_state):
11488           Add query function to source pad, so adder reports the correct
11489           time/sample position when queried (#315457); fix state change
11490           function; use GST_DEBUG_FUNCPTR() for pad functions.
11491
11492 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11493
11494         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11495           Fix leaks in typefind registration
11496           Clean up the gratuitous commenting and whitespacing a little
11497
11498 2005-10-08  Wim Taymans  <wim@fluendo.com>
11499
11500         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11501         Only actually wait for the thread to be stopped if it's 
11502         running.
11503
11504 2005-10-08  Wim Taymans  <wim@fluendo.com>
11505
11506         * gst-libs/gst/audio/gstbaseaudiosink.c:
11507         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11508         If we receive EOS we can start playback of what we had.
11509
11510 2005-10-08  Wim Taymans  <wim@fluendo.com>
11511
11512         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11513         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11514         (gst_multifdsink_stop):
11515         Fix crasher when going to NULL multiple times.
11516
11517 2005-10-06  Wim Taymans  <wim@fluendo.com>
11518
11519         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11520         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11521         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11522         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11523         patch from Edgard Lima <edgard.lima@indt.org.br>
11524         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11525
11526 2005-10-06  Wim Taymans  <wim@fluendo.com>
11527
11528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11529         Report the FLOW_RETURN as string in the error message.
11530
11531         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11532         Don't assert when clearing an unnegotiated buffer.
11533
11534 2005-10-04  Michael Smith <msmith@fluendo.com>
11535
11536         * gst/playback/gstplaybasebin.c: (group_destroy),
11537         (gen_preroll_element), (remove_groups), (setup_source):
11538         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11539         (setup_sinks), (gst_play_bin_send_event),
11540         (gst_play_bin_change_state):
11541           Set state to NULL before removing from bin. Fix refcounting.
11542
11543 2005-10-04  Michael Smith <msmith@fluendo.com>
11544
11545         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11546           Correct refcounting in send_event() function. Previously was wrong
11547           if the first sink was unable to handle the event.
11548
11549 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11550
11551         * configure.ac:
11552           back to development
11553
11554 === release 0.9.3 ===
11555
11556 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11557
11558         * configure.ac:
11559           Releasing 0.9.3, "De Facto"
11560
11561 2005-10-03  Andy Wingo  <wingo@pobox.com>
11562
11563         * gst/playback/gstdecodebin.c (try_to_link_1)
11564         (remove_element_chain): set element to NULL before removing it.
11565
11566 2005-10-02  Johan Dahlin  <johan@gnome.org>
11567
11568         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11569         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11570         MT safe.
11571
11572 2005-10-02  Andy Wingo  <wingo@pobox.com>
11573
11574         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11575         (gst_ring_buffer_prepare_read): 
11576         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11577         Demote to LOG.
11578
11579 2005-09-29  Wim Taymans  <wim@fluendo.com>
11580
11581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11582         * ext/theora/theoradec.c: (theora_handle_data_packet):
11583         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11584         Propagate error codes from alloc_buffer too.
11585
11586 2005-09-29  Wim Taymans  <wim@fluendo.com>
11587
11588         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11589         We use fixed caps.
11590
11591         * gst/playback/Makefile.am:
11592         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11593         (dump_element_stats), (main):
11594         Added example stream introspection code.
11595
11596 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11597
11598         * gst/adder/gstadder.c: (gst_adder_collected):
11599           fix adder for float elements
11600
11601 2005-09-28  Wim Taymans  <wim@fluendo.com>
11602
11603         * gst-libs/gst/audio/gstbaseaudiosink.c:
11604         (gst_base_audio_sink_class_init),
11605         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11606         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11607         (gst_base_audio_src_class_init),
11608         (gst_base_audio_src_provide_clock):
11609         get_clock -> provide_clock
11610
11611 2005-09-28  Andy Wingo  <wingo@pobox.com>
11612
11613         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11614         and unlocking.
11615
11616         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11617         unlocking.
11618
11619         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11620         Actually add the pad template.
11621         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11622
11623         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11624         I'm at it...
11625
11626         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11627         from fdsrc. Get caps in create() instead of start() so it can be
11628         interrupted. Interruption somewhat untested.
11629
11630         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11631         Proper EOS handling.
11632
11633 2005-09-27  Andy Wingo  <wingo@pobox.com>
11634
11635         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11636
11637         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11638
11639         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11640
11641         * gst/tcp/gsttcp.h: 
11642         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11643         out of tcpclientsrc.c. Cancellable.
11644         (gst_tcp_socket_read): Made private, cancellable, with better
11645         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11646         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11647         whole buffer, and better diagnostics.
11648         (gst_tcp_gdp_read_caps): Same.
11649
11650         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11651
11652 2005-09-26  Andy Wingo  <wingo@pobox.com>
11653
11654         * gst/sine/gstsinesrc.h:
11655         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11656         change the 'sync' property to 'is-live' and implement it halfway,
11657         update for controller api change.
11658
11659         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11660         controller api change.
11661
11662 2005-09-24  Wim Taymans  <wim@fluendo.com>
11663
11664         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11665         * gst-libs/gst/audio/gstaudiosink.c:
11666         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11667         (gst_audioringbuffer_stop):
11668         * gst-libs/gst/audio/gstbaseaudiosink.c:
11669         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11670         (gst_base_audio_sink_change_state):
11671         * gst-libs/gst/audio/gstbaseaudiosink.h:
11672         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11673         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11674         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11675         * gst-libs/gst/audio/gstringbuffer.h:
11676         Fix sync again. Moved sample alignment to basesink.
11677
11678 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11679
11680         * docs/plugins/Makefile.am:
11681         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11682         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11683         * gst/volume/gstvolume.c:
11684           add/fix docs
11685         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11686         * gst-libs/gst/audio/audio.h:
11687           add conversion macros for frames <-> clocktime
11688
11689 2005-09-23  David Schleef  <ds@schleef.org>
11690
11691         * gst/audioresample/Makefile.am:
11692         * gst/audioresample/debug.h:
11693         * gst/audioresample/gstaudioresample.c:
11694         * gst/audioresample/resample.c: Convert to using gst debugging
11695
11696 2005-09-22  Wim Taymans  <wim@fluendo.com>
11697
11698         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11699         (gst_play_bin_send_event):
11700         Only seek on one sink, the first one that succeeds.
11701
11702 2005-09-22  Michael Smith <msmith@fluendo.com>
11703
11704         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11705         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11706         Don't flush encoder state unless we have an initialised encoder.
11707         Clear out encoder state on PAUSED_TO_READY.
11708
11709 2005-09-22  Wim Taymans  <wim@fluendo.com>
11710
11711         * gst-libs/gst/rtp/gstbasertppayload.c:
11712         (gst_basertppayload_class_init), (gst_basertppayload_init),
11713         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11714         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11715         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11716         (gst_basertppayload_set_property),
11717         (gst_basertppayload_get_property),
11718         (gst_basertppayload_change_state):
11719         * gst-libs/gst/rtp/gstbasertppayload.h:
11720         Added max-ptime to control amount of data in the rtp packets.
11721
11722 2005-09-21  Andy Wingo  <wingo@pobox.com>
11723
11724         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11725         thingies.
11726
11727         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11728         can be called multiple times, dogs.
11729
11730 2005-09-21  Wim Taymans  <wim@fluendo.com>
11731
11732         * gst-libs/gst/rtp/gstbasertppayload.c:
11733         (gst_basertppayload_class_init), (gst_basertppayload_init),
11734         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11735         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11736         (gst_basertppayload_push), (gst_basertppayload_get_property),
11737         (gst_basertppayload_change_state):
11738         Allow 0 ssrc too.
11739
11740 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11741
11742         * docs/libs/compiling.sgml:
11743           fixing typos
11744
11745 2005-09-20  Wim Taymans  <wim@fluendo.com>
11746
11747         * gst-libs/gst/rtp/gstbasertppayload.c:
11748         (gst_basertppayload_class_init), (gst_basertppayload_init),
11749         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11750         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11751         (gst_basertppayload_push), (gst_basertppayload_set_property),
11752         (gst_basertppayload_get_property),
11753         (gst_basertppayload_change_state):
11754         * gst-libs/gst/rtp/gstbasertppayload.h:
11755         Added property to configure sequence number offsets.
11756
11757 2005-09-20  Wim Taymans  <wim@fluendo.com>
11758
11759         * gst-libs/gst/rtp/gstbasertppayload.c:
11760         (gst_basertppayload_class_init), (gst_basertppayload_init),
11761         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11762         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11763         (gst_basertppayload_push), (gst_basertppayload_set_property),
11764         (gst_basertppayload_get_property),
11765         (gst_basertppayload_change_state):
11766         * gst-libs/gst/rtp/gstbasertppayload.h:
11767         Make timestamp offset configurable.
11768
11769 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11770
11771         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11772           fix wrong pop/unref
11773
11774 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11775
11776         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11777
11778         * gst-libs/gst/interfaces/propertyprobe.c:
11779         (gst_property_probe_probe_property_name),
11780         (gst_property_probe_needs_probe_name),
11781         (gst_property_probe_get_values_name),
11782         (gst_property_probe_probe_and_get_values_name):
11783           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11784           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11785
11786 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11787
11788         * check/Makefile.am:
11789           have some tests be disabled for valgrinding
11790         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11791         (GST_START_TEST):
11792         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11793           Fix A Leak.  Chain To Parent Finalize.
11794
11795 2005-09-19  Wim Taymans  <wim@fluendo.com>
11796
11797         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11798         Fixed wav pipeline.
11799
11800 2005-09-19  Wim Taymans  <wim@fluendo.com>
11801
11802         * gst-libs/gst/rtp/gstbasertppayload.c:
11803         (gst_basertppayload_class_init), (gst_basertppayload_init),
11804         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11805         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11806         (gst_basertppayload_push), (gst_basertppayload_get_property),
11807         (gst_basertppayload_change_state):
11808         Posting ERROR and WARNING messages is good.
11809
11810 2005-09-19  Wim Taymans  <wim@fluendo.com>
11811
11812         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11813         (gst_base_rtp_depayload_add_to_queue),
11814         (gst_base_rtp_depayload_push),
11815         (gst_base_rtp_depayload_set_gst_timestamp),
11816         (gst_base_rtp_depayload_queue_release):
11817         This one was not supposed to go in.
11818
11819 2005-09-19  Wim Taymans  <wim@fluendo.com>
11820
11821         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11822         Fix for bus API.
11823
11824         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11825         (gst_base_rtp_depayload_chain),
11826         (gst_base_rtp_depayload_add_to_queue),
11827         (gst_base_rtp_depayload_push),
11828         (gst_base_rtp_depayload_set_gst_timestamp),
11829         (gst_base_rtp_depayload_queue_release):
11830         Some cleanups.
11831
11832         * gst-libs/gst/rtp/gstbasertppayload.c:
11833         (gst_basertppayload_class_init), (gst_basertppayload_init),
11834         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11835         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11836         (gst_basertppayload_get_property),
11837         (gst_basertppayload_change_state):
11838         Added debugging category.
11839
11840 2005-09-18  David Schleef  <ds@schleef.org>
11841
11842         * gst/playback/gstdecodebin.c: free plugin list correctly
11843         * gst/playback/gstplaybin.c: emit warning if autovideosink
11844           and autoaudiosink can't be found (instead of segfaulting)
11845
11846 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11847
11848         * check/elements/audioconvert.c: (GST_START_TEST):
11849           try out 24 bit conversion
11850
11851 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11852
11853         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11854         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11855         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11856         * ext/vorbis/vorbisenc.h:
11857           Fix EOS handling.  Still needs a fix in the ogg muxer to
11858           mark the last page as eos.
11859
11860 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11861
11862         * common/gtk-doc-plugins.mak:
11863         * docs/plugins/Makefile.am:
11864         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11865         * gst/ffmpegcolorspace/Makefile.am:
11866         * gst/ffmpegcolorspace/avcodec.h:
11867         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11868         * gst/tcp/gstmultifdsink.c:
11869           fix up ffmpegcolorspace docs; extract header
11870
11871 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11872
11873         * common/gtk-doc-plugins.mak:
11874         * docs/plugins/Makefile.am:
11875         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11876         * ext/theora/Makefile.am:
11877         * ext/theora/gsttheoraenc.h:
11878         * ext/theora/theoraenc.c:
11879         * ext/vorbis/vorbisenc.c:
11880           pick up signals and args for vorbis; add some docs for vorbis
11881
11882 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11883
11884         * common/gstdoc-scangobj:
11885         * common/gtk-doc-plugins.mak:
11886         * docs/libs/Makefile.am:
11887         * docs/plugins/gst-plugins-base-plugins.args:
11888         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11889         * docs/plugins/gst-plugins-base-plugins.interfaces:
11890         * docs/plugins/gst-plugins-base-plugins.prerequisites:
11891         * docs/plugins/gst-plugins-base-plugins.signals:
11892           only scanobj stuff from our source module.  Not sure yet
11893           if that's correct, given the hierarchy stuff :)
11894
11895 2005-09-15  Wim Taymans  <wim@fluendo.com>
11896
11897         * gst/audioconvert/gstaudioconvert.c:
11898         And enable 24 bits mode as well..
11899
11900 2005-09-15  Wim Taymans  <wim@fluendo.com>
11901
11902         * gst-libs/gst/rtp/Makefile.am:
11903         * gst-libs/gst/rtp/gstbasertppayload.c:
11904         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
11905         (gst_basertppayload_class_init), (gst_basertppayload_init),
11906         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
11907         (gst_basertppayload_chain), (gst_basertppayload_set_options),
11908         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11909         (gst_basertppayload_set_property),
11910         (gst_basertppayload_get_property),
11911         (gst_basertppayload_change_state):
11912         * gst-libs/gst/rtp/gstbasertppayload.h:
11913         Added rtp payloader base class.
11914
11915 2005-09-15  Andy Wingo  <wingo@pobox.com>
11916
11917         * configure.ac (plugindir): Remove the EOL matcher from the
11918         regexp, as it causes me problems. Libtool? Make? Who knows?
11919
11920 2005-09-14  David Schleef  <ds@schleef.org>
11921
11922         * check/generic/states.c: 
11923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
11924         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11925           Fixes for changes in registry API.
11926
11927         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
11928           to GST_PLUGIN_LDFLAGS.
11929         * ext/libvisual/visual.c: Make the library shut up.
11930         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
11931         * gst-libs/gst/audio/gstaudiofilter.c: same
11932
11933 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11934
11935         * docs/plugins/Makefile.am:
11936         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11937         * docs/plugins/inspect/plugin-libvisual.xml:
11938         * docs/plugins/tmpl/element-tcpserversink.sgml:
11939         * ext/theora/theoraenc.c:
11940           add libvisual plugin and theoraenc element to docs
11941
11942 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11943
11944         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11945         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11946         * ext/theora/theoraenc.c:
11947           add theoraenc
11948
11949 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
11950
11951         * gst/audioconvert/Makefile.am:
11952           Audioconvert derives from GstBaseTransform and should
11953           link to the library with our base elements to avoid
11954           unresolved symbols. Makes things work with MinGW (#316160)
11955
11956         * gst/playback/test4.c: (main):
11957           Fix MinGW build problem and use g_usleep() instead of 
11958           sleep() (#316162)
11959
11960 2005-09-12  Wim Taymans  <wim@fluendo.com>
11961
11962         * gst/audioconvert/audioconvert.c: (float),
11963         (audio_convert_prepare_context), (audio_convert_convert):
11964         * gst/audioconvert/audioconvert.h:
11965         Cleanups, speedups, simplifications, added back support
11966         for 24 bits.
11967
11968 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11969
11970         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11971         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11972         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11973         * docs/plugins/tmpl/element-tcpserversink.sgml:
11974         * gst/ffmpegcolorspace/gstffmpeg.c:
11975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11976         * gst/videotestsrc/gstvideotestsrc.c:
11977         * gst/volume/gstvolume.c:
11978           add more elements to the docs
11979
11980 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
11981
11982         * check/Makefile.am:
11983         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
11984         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
11985           Add extra tests for basetransform based components. 
11986           Comment out the test_element_negotiation test until we decide
11987           if it's testing correct behaviour.
11988         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
11989         (gst_visual_chain), (gst_visual_change_state):
11990           Slightly more correct but still bogus timestamping.
11991           Fix state change function.
11992         * gst/audioconvert/gstaudioconvert.c:
11993         (gst_audio_convert_class_init):
11994         * gst/audioresample/gstaudioresample.c:
11995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11996         (gst_ffmpegcsp_class_init):
11997         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11998         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
11999         (gst_videoscale_prepare_image):
12000         * gst/volume/gstvolume.c: (gst_volume_class_init),
12001         (volume_transform_ip):
12002           Basetransform updates. Enable passthrough modes.
12003         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12004         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12005         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12006           Negotiation fix that allows the window to return to the original
12007           size and renegotiate passthrough upstream. Extra debug output.
12008
12009 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12010
12011         * gst/sine/gstsinesrc.c:
12012         * gst/volume/gstvolume.c:
12013           fix up header include
12014
12015 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12016
12017         * gst-libs/gst/audio/gstbaseaudiosink.c:
12018         (gst_base_audio_sink_render):
12019         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12020         * gst/volume/gstvolume.c: (gst_volume_class_init),
12021         (volume_transform):
12022           fixing lost sync, some more debugging
12023
12024 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12025
12026         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12027         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12028         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12029         (gst_xvimagesink_check_xshm_calls):
12030           Fix compilation when XShm is not available.
12031
12032 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12033
12034         * ext/libvisual/visual.c: (gst_visual_dispose),
12035         (gst_visual_getcaps), (gst_visual_src_setcaps),
12036         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12037         (gst_visual_change_state):
12038           Finish fixing up libvisual plugin so that it runs. 
12039
12040 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12041
12042         * ext/vorbis/vorbisenc.c:
12043         * gst-libs/gst/tag/gstvorbistag.c:
12044           gsttaginterface.h -> gsttagsetter.h
12045
12046 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12047
12048         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12049           added another test that failes for me (test is not active by default)
12050
12051 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12052
12053         * configure.ac:
12054           v4l2 is no longer in gst-plugins-base
12055
12056 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12057
12058         * configure.ac:
12059           In the output at the end, don't show the first plugin on the same
12060           line as "Core plug-ins, always built:".
12061           Indent the output as for other plugin categories
12062         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12063           #define that can be used to not use peer buffer_alloc functions for
12064           test purposes.
12065         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12066         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12067         (gst_ximagesink_show_frame):
12068         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12069         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12070         (gst_xvimagesink_show_frame):
12071           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12072           fails gracefully instead of XError aborting or deadlocking.
12073
12074 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12075
12076         * ext/libvisual/Makefile.am:
12077           link against gst-base-libs
12078
12079 2005-09-06  David Schleef  <ds@schleef.org>
12080
12081         * configure.ac: Enable libvisual plugin.
12082         * ext/libvisual/Makefile.am:
12083         * ext/libvisual/visual.c: Fixes to make it compile.
12084
12085 === release 0.9.2 ===
12086
12087 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12088
12089         * NEWS:
12090         * RELEASE:
12091         * configure.ac:
12092         * docs/random/ChangeLog-0.8:
12093           releasing 0.9.2, "Spoon"
12094
12095 2005-09-05  Michael Smith <msmith@fluendo.com>
12096
12097         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12098           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12099           that in the vorbisenc element.
12100
12101 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12102
12103         * common/gtk-doc-plugins.mak:
12104         * docs/plugins/Makefile.am:
12105           fix distcheck
12106         * gst/audioresample/resample.c:
12107           fix wrong docstring
12108
12109 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12110
12111         * common/gst-xmlinspect.py:
12112         * common/gtk-doc-plugins.mak:
12113           only inspect plugins for this given package
12114           require gst-python 0.9
12115
12116 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12117
12118         * Makefile.am:
12119         * autogen.sh:
12120         * common/gst-xmlinspect.py:
12121         * configure.ac:
12122         * docs/Makefile.am:
12123         * docs/plugins/inspect/plugin-alsa.xml:
12124         * docs/plugins/inspect/plugin-audioresample.xml:
12125         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12126         * docs/plugins/inspect/plugin-ogg.xml:
12127         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12128         * docs/plugins/tmpl/element-multifdsink.sgml:
12129         * docs/plugins/tmpl/element-tcpserversink.sgml:
12130         * docs/plugins/tmpl/element-vorbisenc.sgml:
12131         * gst-plugins-base.spec.in:
12132           various doc-related updates
12133
12134 2005-08-31  Wim Taymans  <wim@fluendo.com>
12135
12136         * gst-libs/gst/audio/gstbaseaudiosink.c:
12137         (gst_base_audio_sink_render):
12138         Resync if the buffer timestamps drift more than a 10th 
12139         of a second.
12140
12141 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12142
12143         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12144         (gst_v4lsrc_get_property):
12145           The 'timestamp-offset' property is registered as an int64, so
12146           let's use g_value_{set|get}_int64() in our setter and getter
12147           functions (makes it work and fixes warnings with gst-inspect).
12148
12149 2005-08-30  Wim Taymans  <wim@fluendo.com>
12150
12151         * check/elements/audioconvert.c: (setup_audioconvert):
12152         * check/elements/audioresample.c: (setup_audioresample):
12153         * check/elements/volume.c: (setup_volume):
12154         Fix checks.
12155
12156 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12157
12158         * common/gtk-doc-plugins.mak:
12159         * common/plugins.xsl:
12160         * docs/plugins/Makefile.am:
12161           make module a param
12162
12163 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12164
12165         * examples/seeking/seek.c: (make_mp3_pipeline),
12166         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12167         (play_cb), (pause_cb), (stop_cb):
12168           update the example
12169
12170 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12171
12172         * gst/volume/gstvolume.c: (gst_volume_class_init),
12173         (volume_transform):
12174           do not update controlled params, if buffer has no timestamp
12175
12176 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12177
12178         * configure.ac:
12179         * gst/sine/Makefile.am:
12180         * gst/volume/Makefile.am:
12181           controllerized elements also need to link against controller-libs ;)
12182
12183 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12184
12185         * docs/libs/tmpl/gstcolorbalance.sgml:
12186         * docs/libs/tmpl/gstgconf.sgml:
12187         * docs/libs/tmpl/gstmixer.sgml:
12188         * docs/libs/tmpl/gstringbuffer.sgml:
12189         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12190         (gst_sinesrc_create):
12191         * gst/volume/gstvolume.c: (gst_volume_class_init),
12192         (volume_transform):
12193           controllerized two audio plugins
12194
12195 2005-08-29  Andy Wingo  <wingo@pobox.com>
12196
12197         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12198         (vorbis_handle_data_packet): Fix some int overflow errors.
12199
12200         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12201         -1.
12202         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12203         valid.
12204         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12205         if it's valid. Fixed streaming-mode playback.
12206
12207         * check/elements/volume.c (cleanup_volume): Fix for running
12208         CK_FORK=no.
12209
12210         * check/elements/audioconvert.c: Convert from native endian, not
12211         little endian.
12212
12213 2005-08-29  Michael Smith <msmith@fluendo.com>
12214
12215         * ext/ogg/Makefile.am:
12216         * ext/ogg/gstogg.c: (plugin_init):
12217         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12218         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12219         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12220         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12221         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12222         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12223         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12224         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12225         Add an ogg parser element.
12226
12227 2005-08-28  Andy Wingo  <wingo@pobox.com>
12228
12229         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12230
12231 2005-08-26  Wim Taymans  <wim@fluendo.com>
12232
12233         * gst/audioconvert/audioconvert.c: (if), (float),
12234         (audio_convert_get_func_index), (check_default),
12235         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12236         (audio_convert_clean_context), (audio_convert_get_sizes),
12237         (audio_convert_convert):
12238         Cleanups.
12239
12240 2005-08-26  Wim Taymans  <wim@fluendo.com>
12241
12242         * gst/audioconvert/audioconvert.c: (if), (float),
12243         (audio_convert_get_func_index), (check_default),
12244         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12245         (audio_convert_clean_context), (audio_convert_get_sizes),
12246         (audio_convert_convert):
12247         More elegant and working temp buffer selection algo.
12248
12249 2005-08-26  Wim Taymans  <wim@fluendo.com>
12250
12251         * gst/audioconvert/audioconvert.c: (if), (float),
12252         (audio_convert_get_func_index), (check_default),
12253         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12254         (audio_convert_clean_context), (audio_convert_get_sizes),
12255         (get_temp_buffer), (audio_convert_convert):
12256         Use realloc else we lose our original data.
12257
12258 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12259
12260         * gst/audioresample/gstaudioresample.c:
12261           use base class' newsegment to properly timestamp
12262
12263 2005-08-26  Wim Taymans  <wim@fluendo.com>
12264
12265         * gst/audioconvert/audioconvert.c: (if), (float),
12266         (audio_convert_get_func_index), (check_default),
12267         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12268         (audio_convert_clean_context), (audio_convert_get_sizes),
12269         (get_temp_buffer), (audio_convert_convert):
12270         * gst/audioconvert/gstaudioconvert.c:
12271         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12272         (gst_audio_convert_transform_caps),
12273         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12274         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12275         Oops, allocate enough space to perform the channel mix.
12276
12277 2005-08-26  Wim Taymans  <wim@fluendo.com>
12278
12279         * gst/audioconvert/Makefile.am:
12280         * gst/audioconvert/audioconvert.c: (if), (float),
12281         (audio_convert_get_func_index), (check_default),
12282         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12283         (audio_convert_clean_context), (audio_convert_get_sizes),
12284         (get_temp_buffer), (audio_convert_convert):
12285         * gst/audioconvert/audioconvert.h:
12286         * gst/audioconvert/gstaudioconvert.c:
12287         (gst_audio_convert_class_init), (gst_audio_convert_init),
12288         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12289         (gst_audio_convert_get_unit_size),
12290         (gst_audio_convert_transform_caps),
12291         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12292         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12293         * gst/audioconvert/gstaudioconvert.h:
12294         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12295         (gst_channel_mix_fill_identical),
12296         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12297         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12298         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12299         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12300         (gst_channel_mix_mix):
12301         * gst/audioconvert/gstchannelmix.h:
12302         Cleanups, librarify a bit, optimize, better negotiation and more.
12303
12304 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12305
12306         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12307         Another from MikeS:
12308         During typefinding, don't support negative offsets
12309         (offsets from the end of the stream) in our typefind->peek() function
12310         - nothing embedded in ogg ever needs them. However, we need to recognise
12311         those requests and reject them, otherwise we return invalid pointers.
12312
12313 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12314
12315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12316         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12317         (vorbisdec_finalize), (vorbis_handle_type_packet):
12318           Big shout-out to MikeS for fixing this giant memory leak.
12319           Huzzah!
12320
12321 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12322
12323         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12324         (audio_convert_get_unit_size):
12325           plug some leaks
12326
12327 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12328
12329         * check/Makefile.am:
12330         * check/elements/audioconvert.c: (setup_audioconvert),
12331         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12332         (GST_START_TEST), (audioconvert_suite), (main):
12333           add a test for audioconvert
12334         * gst/audioresample/gstaudioresample.c:
12335         * gst/audioresample/gstaudioresample.h:
12336           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12337           note that for buffers of 1/3 sec this means DURATION(c) is 
12338           one nanosecond more than for a and b
12339
12340 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12341
12342         * check/Makefile.am:
12343         * check/elements/audioresample.c: (setup_audioresample),
12344         (cleanup_audioresample), (fail_unless_perfect_stream),
12345         (test_perfect_stream_instance), (GST_START_TEST),
12346           add a check for audioresample
12347         (audioresample_suite), (main):
12348         * check/elements/volume.c: (GST_START_TEST):
12349           remove unused method
12350         * gst/audioresample/gstaudioresample.c:
12351           set correct buffer parameters since we're changing them
12352         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12353           add some debug
12354
12355 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12356
12357         * gst/audioresample/debug.c:
12358         * gst/audioresample/gstaudioresample.c:
12359           add room for extra overlap samples when asked to transform size
12360           protect against possible mem corruption and check for discrepancies
12361           between written size and outbuffer's size so we can warn for
12362           potential problems
12363         * gst/audioresample/resample.c: (resample_init),
12364         (resample_get_output_size_for_input), (resample_get_output_size),
12365         (resample_set_n_channels), (resample_set_format):
12366           set debug level based on RESAMPLE_DEBUG env var
12367           make sure that get_output_size* returns a whole number of
12368           sample_size
12369           set sample_size each time either channel or format is set
12370         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12371         * gst/audioresample/resample_functable.c:
12372         (resample_scale_functable):
12373         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12374           remove r->sample_size, it's done in resample.c now
12375           add some debugging to the ref implementation
12376           make sure we only give back bytes that are wholes of the sample
12377           size
12378
12379 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12380         * gst/playback/gstplaybasebin.c: (fill_buffer):
12381         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12382
12383 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12384
12385         * gst/volume/gstvolume.c:
12386           made set_caps function static
12387
12388 2005-08-24  Wim Taymans  <wim@fluendo.com>
12389
12390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12391         (gst_vorbisenc_change_state):
12392         Stop leaking taglists.
12393
12394 2005-08-24  Wim Taymans  <wim@fluendo.com>
12395
12396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12397         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12398         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12399         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12400         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12401         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12402         Parse seeking events better.
12403         Unref static caps.
12404         Generate correct newsegment events, fixes seeking in live oggs.
12405
12406         * ext/theora/theoradec.c: (theora_dec_src_query),
12407         (theora_dec_src_event), (theora_dec_src_getcaps),
12408         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12409         Use newsegment values to report correct play time.
12410
12411         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12412         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12413         * ext/vorbis/vorbisdec.h:
12414         Parse and use newsegment values to report correct play time.
12415
12416         * gst-libs/gst/audio/gstbaseaudiosink.c:
12417         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12418         Clear ringbuffer on flush.
12419         Use newsegment values to calculate playback time.
12420
12421         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12423         Basesink does newsegment calculations for us now.
12424
12425 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12426
12427         * check/Makefile.am:
12428         * configure.ac:
12429           add core's plugins to the mix so that playbin works
12430         * check/generic/states.c: (GST_START_TEST):
12431           set a 0 timeout on pipelines, so they don't force the next
12432           state change
12433         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12434         (gst_play_base_bin_change_state):
12435           remove the crappy error handling and do GST error handling
12436
12437 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12438
12439         * check/Makefile.am:
12440         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12441           add same test as to core, it bitches out on playbin atm.
12442
12443 2005-08-24  Wim Taymans  <wim@fluendo.com>
12444
12445         * configure.ac:
12446         Remove audioscale.
12447
12448 2005-08-24  Wim Taymans  <wim@fluendo.com>
12449
12450         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12451         (gst_videoscale_prepare_size), (parse_caps),
12452         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12453         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12454         (gst_videoscale_transform):
12455         * gst/videoscale/gstvideoscale.h:
12456         Refactor, make use of BaseTranform really well.
12457
12458 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12459
12460         * configure.ac:
12461           compile audioresample
12462         * gst/audioresample/Makefile.am:
12463         * gst/audioresample/buffer.c:
12464         * gst/audioresample/functable.c:
12465         * gst/audioresample/gstaudioresample.c:
12466         * gst/audioresample/gstaudioresample.h:
12467         * gst/audioresample/resample.c:
12468         (resample_get_output_size_for_input):
12469         * gst/audioresample/resample.h:
12470         * gst/audioresample/resample_chunk.c:
12471         * gst/audioresample/resample_functable.c:
12472         * gst/audioresample/resample_ref.c:
12473           port to use basetransform; doesn't work in all cases yet
12474
12475 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12476
12477         * gst/audioconvert/gstaudioconvert.c:
12478         (gst_audio_convert_class_init), (gst_audio_convert_init),
12479         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12480         (audio_convert_fixate_caps), (audio_convert_set_caps),
12481         (audio_convert_transform),
12482         (gst_audio_convert_buffer_to_default_format),
12483         (gst_audio_convert_buffer_from_default_format),
12484         (gst_audio_convert_channels):
12485         * gst/audioconvert/gstchannelmix.c:
12486         * gst/audioconvert/gstchannelmix.h:
12487           port to basetransform
12488         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12489         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12490         (gst_ffmpegcsp_get_unit_size):
12491         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12492         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12493           fix for basetransform changes
12494
12495 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12496
12497         * check/Makefile.am:
12498           Add CHECK_CFLAGS and LDFLAGS
12499
12500         * gst/playback/gstplaybasebin.c: (fill_buffer):
12501           GST_MESSAGE_SRC became a GObject
12502
12503 2005-08-24  Wim Taymans  <wim@fluendo.com>
12504
12505         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12506         (gst_ring_buffer_clear_all):
12507         * gst-libs/gst/audio/gstringbuffer.h:
12508         Added function to clear the ringbuffer.
12509
12510 2005-08-24  Andy Wingo  <wingo@pobox.com>
12511
12512         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12513         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12514         of _open and _close.
12515
12516         * sys/v4l/gstv4lxoverlay.h:
12517         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12518         an Xv connection here, instead of all the time. Make Xv only be
12519         loaded if you axe for it. Kindof a workaround for buggy behaviour
12520         of Xv when using remote xservers (XvQueryExtension would block).
12521         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12522         replace the _open and _close public API. Only start the xv
12523         connection if necessary.
12524         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12525
12526 2005-08-23  David Schleef  <ds@schleef.org>
12527
12528         * gst/audioresample/Makefile.am: Leet audioresampling code
12529         * gst/audioresample/buffer.c:
12530         * gst/audioresample/buffer.h:
12531         * gst/audioresample/debug.c:
12532         * gst/audioresample/debug.h:
12533         * gst/audioresample/functable.c:
12534         * gst/audioresample/functable.h:
12535         * gst/audioresample/gstaudioresample.c:
12536         * gst/audioresample/gstaudioresample.h:
12537         * gst/audioresample/resample.c:
12538         * gst/audioresample/resample.h:
12539         * gst/audioresample/resample_chunk.c:
12540         * gst/audioresample/resample_functable.c:
12541         * gst/audioresample/resample_ref.c:
12542
12543 2005-08-23  Wim Taymans  <wim@fluendo.com>
12544
12545         * examples/seeking/seek.c: (make_vorbis_pipeline),
12546         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12547         Small seek updates.
12548
12549 2005-08-23  Andy Wingo  <wingo@pobox.com>
12550
12551         * gst-libs/gst/audio/gstbaseaudiosrc.c
12552         (gst_base_audio_src_fixate): Only fixate endianness if it is
12553         present in the caps.
12554
12555 2005-08-22  Andy Wingo  <wingo@pobox.com>
12556
12557         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12558         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12559         device-name property.
12560
12561         * gst-libs/gst/audio/gstaudiosrc.h:
12562         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12563         close_device in the ring buffer, like gstaudiosink.
12564
12565         * ext/alsa/gstalsamixer.h:
12566         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12567         macro to implement the interface without much code. Cleanups. 
12568
12569         * ext/alsa/gstalsasrc.h:
12570         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12571         READY.
12572
12573         * ext/alsa/Makefile.am: Add new files.
12574         * ext/alsa/gstalsamixerelement.c: 
12575         * ext/alsa/gstalsamixerelement.c: Split element code out from
12576         mixer code so that alsasrc can be a mixer too.
12577
12578 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12579
12580         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12581         (GST_START_TEST):
12582         * check/elements/vorbisdec.c: (setup_vorbisdec),
12583         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12584         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12585         (vorbis_handle_identification_packet),
12586         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12587         (vorbis_handle_header_packet), (vorbis_dec_push),
12588         (vorbis_dec_chain):
12589           use the setup/teardown methods to save code.  save code is good.
12590
12591 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12592
12593         * check/Makefile.am:
12594           add ext dir for plugins
12595           add vorbisdec test conditionally
12596         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12597         (GST_START_TEST), (volume_suite):
12598           add a test with wrong caps
12599         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12600         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12601           add a vorbisdec test
12602         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12603         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12604           clean up debug output
12605         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12606           yay, fix a segfault/security issue in vorbisdec
12607           gst-launch fakesrc ! vorbisdec wasn't happy
12608         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12609         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12610         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12611         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12612         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12613         (gst_vorbisenc_set_metadata), (get_constraints_string),
12614         (update_start_message), (gst_vorbisenc_setup),
12615         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12616         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12617         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12618         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12619         * ext/vorbis/vorbisenc.h:
12620           march in line
12621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12622         (gst_ffmpegcsp_transform):
12623           have the kow come home
12624         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12625           debug my func ptr
12626         * gst/volume/gstvolume.c: (volume_set_caps):
12627           add a debug
12628
12629 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12630
12631         * Makefile.am:
12632         * check/.cvsignore:
12633         * check/Makefile.am:
12634         * check/elements/.cvsignore:
12635         * check/elements/volume.c: (chain_func), (event_func),
12636         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12637         (main):
12638         * configure.ac:
12639           add unit test structure for gst-plugins-base
12640           add a test for volume
12641         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12642         (gst_volume_set_volume), (gst_volume_get_volume),
12643         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12644         (volume_funcfind), (volume_process_float), (volume_process_int16),
12645         (volume_set_caps), (volume_transform), (volume_update_mute),
12646         (volume_update_volume), (volume_set_property),
12647         (volume_get_property):
12648           document a little; use basetransform vmethod _set_caps
12649
12650 2005-08-19  Andy Wingo  <wingo@pobox.com>
12651
12652         * ext/alsa/gstalsamixertrack.h:
12653         * ext/alsa/gstalsamixertrack.c:
12654         * ext/alsa/gstalsamixeroptions.h:
12655         * ext/alsa/gstalsamixeroptions.c:
12656         * ext/alsa/gstalsamixer.h:
12657         * ext/alsa/gstalsamixer.c: Port to 0.9.
12658
12659         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12660         Remove gstalsa.c and alsaclock. No more cruft here.
12661         
12662 2005-08-18  Wim Taymans  <wim@fluendo.com>
12663
12664         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12665         (gst_base_rtp_depayload_chain),
12666         (gst_base_rtp_depayload_add_to_queue),
12667         (gst_base_rtp_depayload_push),
12668         (gst_base_rtp_depayload_queue_release):
12669         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12670         Fix for RTPBuffer changes.
12671
12672         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12673         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12674         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12675         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12676         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12677         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12678         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12679         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12680         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12681         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12682         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12683         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12684         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12685         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12686         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12687         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12688         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12689         (gst_rtpbuffer_get_payload):
12690         * gst-libs/gst/rtp/gstrtpbuffer.h:
12691         Don't subclass GstBuffer but add methods and helper functions
12692         to construct and manipulate RTP packets in regular GstBuffers.
12693
12694 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12695
12696         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12697           moved statement below switch
12698         * gst/volume/gstvolume.c: (gst_volume_class_init):
12699           added debug ptr
12700
12701 2005-08-16  Wim Taymans  <wim@fluendo.com>
12702
12703         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12704         (gst_base_audio_src_change_state):
12705         Open and close device in READY<->NULL state change.
12706
12707 2005-08-16  Andy Wingo  <wingo@pobox.com>
12708
12709         * examples/seeking/Makefile.am: Don't compile non-compiling
12710         compiled objects with the compiler.
12711
12712         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12713         elements.
12714
12715 2005-08-12  Philippe Khalaf <burger@speedy.org>
12716         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12717         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12718           Made a thread to release the queue.
12719           Removed timestamp conversion for now.
12720
12721 2005-08-10  Philippe Khalaf <burger@speedy.org>
12722         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12723         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12724           Added rtp timestamp -> gst timestamp conversion.
12725           Fixed several problems with queue.
12726
12727 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12728
12729         * gst-libs/gst/audio/gstaudioclock.h:
12730         * gst-libs/gst/audio/gstaudiofilter.h:
12731         * gst-libs/gst/audio/gstaudiosink.h:
12732         * gst-libs/gst/audio/gstaudiosrc.h:
12733         * gst-libs/gst/audio/gstbaseaudiosink.h:
12734         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12735         * gst-libs/gst/audio/gstringbuffer.h:
12736         * gst-libs/gst/net/gstnetbuffer.h:
12737         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12738         * gst-libs/gst/rtp/gstrtpbuffer.h:
12739           Add padding (you will need to rebuild gst-plugins-base,
12740           gst-plugins and all applications afterwards!)
12741
12742 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12743
12744         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12745         (gst_riff_parse_chunk):
12746           Fix bug in debug message and add some more debug messages.
12747
12748 2005-08-08  Edward Hervey  <edward@fluendo.com>
12749
12750         * gst-libs/gst/riff/riff-media.c:
12751         backported updates since branch
12752
12753 2005-08-08  Andy Wingo  <wingo@pobox.com>
12754
12755         * gst-libs/gst/audio/gstbaseaudiosink.c
12756         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12757         like good elements should. Close on READY->NULL too.
12758
12759         * gst-libs/gst/audio/gstaudiosink.c
12760         (gst_audioringbuffer_open_device,
12761         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12762         (gst_audioringbuffer_release): Updates for new ring buffer API,
12763         hook into the new audio sink api.
12764
12765         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12766         (GstAudioSinkClass.close): Just open and close the device -- no
12767         resource allocation or configuration.
12768         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12769         vmethods, handle device setup and resource allocation.
12770
12771         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12772         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12773         base class API.
12774
12775         * gst-libs/gst/audio/gstringbuffer.h
12776         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12777         New vmethods.
12778
12779         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12780         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12781         New API functions. The device should be opened before acquiring
12782         and closed after releasing.
12783
12784 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12785
12786         * gst-libs/gst/interfaces/mixer.h:
12787           Reset padding to GST_PADDING.
12788
12789 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12790
12791         * gst/playback/gstplaybin.c: (remove_sinks):
12792           Remove visualization from parent explicitely; works around some
12793           apparent refcount issue that I haven't tracked down yet.
12794
12795 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12796
12797         * ext/alsa/gstalsasink.c: (set_hwparams):
12798           Assign debug category, add negotiation debug msgs.
12799
12800 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12801
12802         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12803           Fix error code for file-not-found to NOT_FOUND.
12804
12805 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12806
12807         * common/gtk-doc-plugins.mak:
12808         * docs/plugins/Makefile.am:
12809         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12810         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12811           renamed to actual element names, so much nicer to look at
12812         * docs/plugins/tmpl/gstmultifdsink.sgml:
12813           remove
12814         * docs/plugins/tmpl/multifdsink.sgml:
12815         * docs/plugins/tmpl/tcpserversink.sgml:
12816           add
12817         * ext/alsa/gstalsa.c:
12818         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12819         * ext/ogg/gstoggmux.c:
12820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12821         * gst/playback/gstdecodebin.c:
12822         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12823         * gst/tcp/gsttcpserversink.c:
12824           various fixes and documentation additions
12825
12826 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12827
12828         * common/Makefile.am:
12829         * common/gstdoc-scangobj:
12830         * common/gtk-doc-plugins.mak:
12831         * common/gtk-doc.mak:
12832           add a custom scangobj that uses the registry
12833           add a custom gtk-doc-plugins.mak that uses it
12834           some doc build fixes
12835         * configure.ac:
12836         * docs/Makefile.am:
12837         * docs/plugins/Makefile.am:
12838         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12839         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12840         * docs/plugins/gst-plugins-base-plugins.types:
12841         * docs/plugins/tmpl/gstmultifdsink.sgml:
12842           add docs for one element, multifdsink
12843         * gst/adder/gstadder.h:
12844         * gst/volume/gstvolume.h:
12845           don't privatize enum
12846         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12847         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12848         (gst_sync_method_get_type), (gst_client_status_get_type),
12849         (gst_multifdsink_class_init),
12850         (gst_multifdsink_client_queue_buffer),
12851         (gst_multifdsink_handle_client_write):
12852         * gst/tcp/gstmultifdsink.h:
12853         * gst/tcp/gsttcp.h:
12854         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12855         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12856         (gst_tcpclientsink_render):
12857         * gst/tcp/gsttcpclientsink.h:
12858         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12859         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12860         (gst_tcpclientsrc_start):
12861         * gst/tcp/gsttcpclientsrc.h:
12862         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12863         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12864         * gst/tcp/gsttcpserversrc.h:
12865         * gst/typefind/gsttypefindfunctions.c:
12866           remove superfluous Type stuff
12867
12868 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12869
12870         * gst/playback/gstplaybin.c: (gen_video_element):
12871           Enable videoscale.
12872
12873 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12874
12875         * gst-libs/gst/gconf/gconf.c:
12876         * gst-libs/gst/gconf/gconf.h:
12877           Fix some Andy Problem [tm].
12878
12879 2005-08-04  Andy Wingo  <wingo@pobox.com>
12880
12881         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12882         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12883         (gst_ffmpegcsp_get_size): Adapt to API changes.
12884
12885         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12886         Implement an in-place do-nothing transform.
12887
12888 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12889
12890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12891         (gst_ximagesink_renegotiate_size):
12892           Do not set new window sizes yet if we prepare a new buffer size
12893           for upstream renegotiation (software scaling) at some point in the
12894           future, because this new size waqs not actually accepted yet. Once
12895           accepted, renegotiation later on will set the new sizes just fine.
12896           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
12897           embedding testcase.
12898
12899 2005-08-03  Andy Wingo  <wingo@pobox.com>
12900
12901         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
12902         (gst_ximagesink_buffer_alloc): 
12903         Protect the height, width, and desired_caps with the pool_lock.
12904         Fixes videotestsrc ! queue ! ximagesink.
12905
12906 2005-08-02  Edward Hervey  <edward@fluendo.com>
12907
12908         * gst/volume/gstvolume.c:
12909         include left from controller cleanup
12910
12911 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
12912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
12913           Stop collectpads before calling the parent state
12914           change function on PAUSED->READY.
12915
12916 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
12917         * configure.ac:
12918           When testing for X libs, use the X CFlags 
12919         * gst/adder/gstadder.c: (gst_adder_change_state):
12920           Stop the collectpads before calling parent state change function
12921           on PAUSED->READY, otherwise we deadlock deactivating pads.
12922
12923 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
12924
12925         * configure.ac:
12926         * docs/libs/tmpl/gstcolorbalance.sgml:
12927         * docs/libs/tmpl/gstmixer.sgml:
12928         * examples/Makefile.am:
12929         * gst/sine/Makefile.am:
12930         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
12931         (gst_sinesrc_set_property), (plugin_init):
12932         * gst/sine/gstsinesrc.h:
12933         * gst/volume/Makefile.am:
12934         * gst/volume/gstvolume.c: (gst_volume_set_volume),
12935         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
12936         (volume_process_float), (volume_process_int16),
12937         (volume_set_property), (plugin_init):
12938         * gst/volume/gstvolume.h:
12939           deactivate and remove dparams (libgstcontrol)
12940
12941 2005-07-29  Wim Taymans  <wim@fluendo.com>
12942
12943         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
12944         Convert me to BaseTransform!! help..
12945
12946 2005-07-29  Andy Wingo  <wingo@pobox.com>
12947
12948         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
12949         sinks.
12950
12951         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
12952         support of both endiannesses.
12953
12954 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12955
12956         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12957           Fix confusing debug message (s/event/query/)
12958
12959 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12960
12961         * gst/videotestsrc/videotestsrc.h:
12962           Use "_stdint.h" instead of <stdint.h>
12963
12964 2005-07-27  Wim Taymans  <wim@fluendo.com>
12965
12966         * ext/vorbis/Makefile.am:
12967         Revert wrong commit.
12968
12969 2005-07-27  Wim Taymans  <wim@fluendo.com>
12970
12971         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
12972         More compilation fixen.
12973
12974 2005-07-27  Wim Taymans  <wim@fluendo.com>
12975
12976         * gst-libs/gst/audio/gstbaseaudiosink.c:
12977         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12978         (gst_base_audio_sink_create_ringbuffer),
12979         (gst_base_audio_sink_change_state):
12980         Fix compilation.
12981
12982 2005-07-27  Wim Taymans  <wim@fluendo.com>
12983
12984         * examples/seeking/seek.c: (setup_dynamic_link),
12985         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
12986         (query_positions_elems), (query_positions_pads), (do_seek):
12987         Update seek example.
12988
12989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
12990         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
12991         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
12992         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
12993         (gst_ogg_demux_handle_event),
12994         (gst_ogg_demux_deactivate_current_chain),
12995         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
12996         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12997         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
12998         (gst_ogg_demux_loop):
12999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13000         * ext/theora/theoradec.c: (theora_dec_src_event),
13001         (theora_dec_src_getcaps), (theora_dec_sink_event),
13002         (theora_dec_push), (theora_dec_chain):
13003         * ext/vorbis/Makefile.am:
13004         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13005         (vorbis_dec_sink_event), (vorbis_dec_push),
13006         (vorbis_handle_data_packet):
13007         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13008         (gst_vorbisenc_chain):
13009         * gst/playback/gststreaminfo.c: (cb_probe):
13010         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13011         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13012         * gst/videoscale/gstvideoscale.c:
13013         (gst_videoscale_handle_src_event):
13014         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13015         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13016         (gst_ximagesink_navigation_send_event):
13017         * sys/xvimage/xvimagesink.c:
13018         (gst_xvimagesink_navigation_send_event):
13019         Various event updates and cleanups
13020
13021 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13022
13023         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13024           Fix segfault for I420/YV12.
13025
13026 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13027
13028         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13029           Report bitrate.
13030
13031 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13032
13033         * gst/playback/gstplaybin.c: (gen_video_element),
13034         (gen_audio_element):
13035           Switch to auto*sink elements as default sinks; add volume element
13036           so that volume control in totem works.
13037
13038 2005-07-21  Wim Taymans  <wim@fluendo.com>
13039
13040         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13041         * gst/playback/gstplaybin.c: (setup_sinks),
13042         (gst_play_bin_change_state):
13043         Refcount fix and more comments.
13044
13045 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13046
13047         * sys/ximage/Makefile.am:
13048         * sys/ximage/ximage.c: (plugin_init):
13049         * sys/ximage/ximagesink.c:
13050         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13051         
13052
13053 2005-07-21  Wim Taymans  <wim@fluendo.com>
13054
13055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13056         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13057         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13058         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13059         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13060         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13061         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13062         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13063         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13064         Generate correct disconts for live chained oggs.
13065
13066         * gst-libs/gst/audio/gstbaseaudiosink.c:
13067         (gst_base_audio_sink_render),
13068         (gst_base_audio_sink_create_ringbuffer),
13069         (gst_base_audio_sink_change_state):
13070         Handle discont math correctly.
13071
13072         * gst/playback/gstplaybin.c: (add_sink):
13073         Some small debug cleanup.
13074
13075 2005-07-21  Wim Taymans  <wim@fluendo.com>
13076
13077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13078         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13079         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13080         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13081         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13082         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13083         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13084         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13085         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13086         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13087         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13088         (gst_ogg_demux_change_state), (gst_ogg_print):
13089         Reorganize code to send the right disconts when in streaming
13090         mode.
13091
13092 2005-07-20  Andy Wingo  <wingo@pobox.com>
13093
13094         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13095         fix (?), fixes a seggie mcfalterson (#310894).
13096
13097 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13098
13099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13100         (gst_ogg_mux_set_header_on_caps):
13101         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13102         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13103         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13104         * gst-libs/gst/audio/multichannel.c:
13105         (gst_audio_set_channel_positions),
13106         (gst_audio_set_structure_channel_positions_list):
13107         * gst/playback/gstdecodebin.c: (dynamic_create):
13108         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13109         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13110           Fixes for API changes in core.
13111
13112 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13113
13114         * gst/playback/gstplaybasebin.c: (fill_buffer):
13115           Use _new_custom() so we can set custom message types for buffering
13116           messages.
13117
13118 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13119
13120         * configure.ac:
13121         * gst-libs/gst/Makefile.am:
13122         * gst-libs/gst/gconf/.cvsignore:
13123         * gst-libs/gst/gconf/Makefile.am:
13124         * gst-libs/gst/gconf/test-gconf.c:
13125         * pkgconfig/Makefile.am:
13126         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13127         * pkgconfig/gstreamer-gconf.pc.in:
13128           Remove gconf stuff, use gconf elements instead from now on.
13129
13130 2005-07-20  Wim Taymans  <wim@fluendo.com>
13131
13132         * gst-libs/gst/audio/TODO:
13133         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13134         (gst_audio_clock_get_internal_time):
13135         * gst-libs/gst/audio/gstaudioclock.h:
13136         * gst-libs/gst/audio/gstbaseaudiosink.c:
13137         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13138         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13139         (gst_base_audio_sink_render),
13140         (gst_base_audio_sink_create_ringbuffer),
13141         (gst_base_audio_sink_change_state):
13142         Make sure the audio clock always returns an increasing value.
13143
13144 2005-07-19  Andy Wingo  <wingo@pobox.com>
13145
13146         * gst/videotestsrc/: Cleanups.
13147
13148 2005-07-19  Wim Taymans  <wim@fluendo.com>
13149
13150         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13151         Better debugging.
13152
13153 2005-07-19  Wim Taymans  <wim@fluendo.com>
13154
13155         * examples/seeking/seek.c: (make_dv_pipeline),
13156         (make_vorbis_theora_pipeline), (query_rates),
13157         (query_positions_elems), (query_positions_pads), (do_seek):
13158         Make correct DV pipeline.
13159
13160 2005-07-18  Andy Wingo  <wingo@pobox.com>
13161
13162         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13163         default. Also because it's the only thing that really works. (This
13164         is used in the GConf elements).
13165         Use AS_LIBTOOL_TAGS.
13166
13167 2005-07-18  Wim Taymans  <wim@fluendo.com>
13168
13169         * gst/playback/gstdecodebin.c: (remove_element_chain):
13170         * gst/playback/gstplaybin.c: (add_sink):
13171         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13172         (gst_stream_info_set_mute):
13173         * gst/playback/gststreamselector.c:
13174         (gst_stream_selector_get_linked_pad),
13175         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13176         More leak and compile fixes.
13177
13178 2005-07-18  Wim Taymans  <wim@fluendo.com>
13179
13180         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13181         (query_rates), (query_positions_elems), (query_positions_pads),
13182         (do_seek), (seek_cb), (stop_seek):
13183         Updated seek example. 
13184
13185         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13186         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13187         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13188         * gst/playback/gstplaybin.c: (add_sink):
13189         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13190         (gst_stream_info_set_mute):
13191         Some refcount leak fixes.
13192
13193 2005-07-16  Wim Taymans  <wim@fluendo.com>
13194
13195         * gst-libs/gst/audio/gstbaseaudiosink.c:
13196         (gst_base_audio_sink_render):
13197         Align samples even if we have roundoff errors in the 
13198         timestamp conversion.
13199
13200 2005-07-16  Wim Taymans  <wim@fluendo.com>
13201
13202         * docs/libs/tmpl/gstringbuffer.sgml:
13203         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13204         (query_rates), (query_positions_elems), (query_positions_pads),
13205         (update_scale), (do_seek):
13206         Updated seek example.
13207
13208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13209         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13210         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13211         (gst_ogg_demux_loop):
13212         Push out correct discont values.
13213
13214         * ext/theora/theoradec.c: (theora_dec_src_convert),
13215         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13216         (theora_dec_sink_event), (theora_handle_type_packet),
13217         (theora_handle_header_packet), (theora_dec_push),
13218         (theora_handle_data_packet), (theora_dec_chain),
13219         (theora_dec_change_state):
13220         Better timestamping.
13221
13222         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13223         (vorbis_dec_sink_event), (vorbis_dec_push),
13224         (vorbis_handle_data_packet), (vorbis_dec_chain):
13225         * ext/vorbis/vorbisdec.h:
13226         Better timestamping.
13227
13228         * gst-libs/gst/audio/gstbaseaudiosink.c:
13229         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13230         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13231         Handle syncing on timestamps instead of sample offsets. Make
13232         use of DISCONT values as described in design docs.
13233
13234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13235         (gst_base_audio_src_get_time):
13236         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13237         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13238         (gst_ring_buffer_read):
13239         * gst-libs/gst/audio/gstringbuffer.h:
13240         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13241         (gst_ximagesink_show_frame):
13242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13243         Correcly convert buffer timestamp to stream time.
13244
13245 2005-07-16  Wim Taymans  <wim@fluendo.com>
13246
13247         * gst/audioconvert/gstaudioconvert.c:
13248         (gst_audio_convert_get_buffer):
13249         Timestamp buffers correctly.
13250
13251         * gst/playback/gstplaybin.c: (gen_video_element):
13252         Make internal fakesink silent.
13253
13254 2005-07-15  Wim Taymans  <wim@fluendo.com>
13255
13256         * gst/ffmpegcolorspace/Makefile.am:
13257         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13258         (gst_ffmpegcsp_caps_remove_format_info),
13259         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13260         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13261         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13262         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13263         Ported ffmpegcolorspace to basetransform.
13264
13265         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13266         * gst/volume/gstvolume.c: (volume_transform):
13267         Ported to new API.
13268
13269 2005-07-14  Wim Taymans  <wim@fluendo.com>
13270
13271         * gst/videotestsrc/Makefile.am:
13272         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13273         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13274         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13275         (gst_videotestsrc_init), (gst_videotestsrc_event),
13276         (gst_videotestsrc_create), (gst_videotestsrc_start),
13277         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13278         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13279         (gst_videotestsrc_get_property):
13280         * gst/videotestsrc/gstvideotestsrc.h:
13281         Make videotestsrc a pushsrc.
13282
13283 2005-07-14  Wim Taymans  <wim@fluendo.com>
13284
13285         * gst/tcp/gstfdset.c: (gst_fdset_free):
13286         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13287         (gst_multifdsink_add), (gst_multifdsink_remove),
13288         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13289         (gst_multifdsink_remove_client_link),
13290         (gst_multifdsink_client_queue_data),
13291         (gst_multifdsink_client_queue_caps),
13292         (gst_multifdsink_client_queue_buffer),
13293         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13294         (gst_multifdsink_stop):
13295         * gst/tcp/gstmultifdsink.h:
13296         0.8 backporting.
13297
13298         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13299         Also draw image when not from a pool.
13300
13301 2005-07-14  Wim Taymans  <wim@fluendo.com>
13302
13303         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13304         (mute_stream), (silence_stream):
13305         Small debug additions.
13306
13307 2005-07-14  Wim Taymans  <wim@fluendo.com>
13308
13309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13310         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13311         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13312         Better error recovery, ignore unconnected pads and
13313         non-fatal errors.
13314
13315 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13316
13317         * docs/libs/tmpl/gstaudio.sgml:
13318         * docs/libs/tmpl/gstcolorbalance.sgml:
13319         * docs/libs/tmpl/gstgconf.sgml:
13320         * docs/libs/tmpl/gstmixer.sgml:
13321         * docs/libs/tmpl/gstringbuffer.sgml:
13322         * docs/libs/tmpl/gsttuner.sgml:
13323         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13324         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13325         (gst_tcpclientsrc_class_init):
13326         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13327         (gst_tcpserversrc_class_init):
13328         * sys/v4l/gstv4lelement.c:
13329           more autistic cleanliness in functions/names/defines
13330
13331 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13332
13333         * configure.ac:
13334           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13335           added manually to each Makefile.am so we are sure it goes
13336           *last* and doesn't add -L flags before linking in libs of our
13337           own, like, say, internal .la libs, that then accidentally pick
13338           up the installed copy.
13339         * docs/libs/Makefile.am:
13340         * ext/alsa/Makefile.am:
13341         * ext/cdparanoia/Makefile.am:
13342         * ext/gnomevfs/Makefile.am:
13343         * ext/libvisual/Makefile.am:
13344         * ext/ogg/Makefile.am:
13345         * ext/theora/Makefile.am:
13346         * ext/vorbis/Makefile.am:
13347         * gst-libs/gst/video/Makefile.am:
13348         * gst/adder/Makefile.am:
13349         * gst/audioconvert/Makefile.am:
13350         * gst/audiorate/Makefile.am:
13351         * gst/audioscale/Makefile.am:
13352         * gst/ffmpegcolorspace/Makefile.am:
13353         * gst/playback/Makefile.am:
13354         * gst/sine/Makefile.am:
13355         * gst/subparse/Makefile.am:
13356         * gst/tags/Makefile.am:
13357         * gst/tcp/Makefile.am:
13358         * gst/typefind/Makefile.am:
13359         * gst/videorate/Makefile.am:
13360         * gst/videoscale/Makefile.am:
13361         * gst/videotestsrc/Makefile.am:
13362         * gst/volume/Makefile.am:
13363         * sys/v4l/Makefile.am:
13364         * sys/ximage/Makefile.am:
13365         * sys/xvimage/Makefile.am:
13366           adapt properly to this change. This should make sure that
13367           plugins and libs properly link to the as-yet-uninstalled
13368           copies of stuff like libgstinterfaces and libgstvideo
13369
13370 2005-07-13  Andy Wingo  <wingo@pobox.com>
13371
13372         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13373         (gst_v4lsrc_fixate): Fixate on format as well.
13374
13375         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13376         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13377         buffer points to it.
13378         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13379         rather just doing X calls ourselves. Also fixes a memleak.
13380
13381 2005-07-12  Andy Wingo  <wingo@pobox.com>
13382
13383         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13384         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13385         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13386         TRUE to avoid deadlocks if an element holds on to our buffers.
13387
13388 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13389
13390         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13391         (gst_sinesrc_init), (gst_sinesrc_create),
13392         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13393         (gst_sinesrc_start):
13394         * gst/sine/gstsinesrc.h:
13395           removing num-buffers property before moving it
13396
13397 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13398
13399         * configure.ac:
13400           use overridable ERROR_CFLAGS
13401         * docs/libs/gst-plugins-base-libs.types:
13402         * docs/libs/tmpl/gstringbuffer.sgml:
13403         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13404         (gst_alsasink_class_init):
13405         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13406         (gst_alsasrc_class_init):
13407         * gst-libs/gst/audio/audio.h:
13408         * gst-libs/gst/audio/gstaudioclock.h:
13409         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13410         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13411         (gst_audio_filter_link), (gst_audio_filter_init),
13412         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13413         (gst_audio_filter_get_property),
13414         (gst_audio_filter_class_add_pad_templates):
13415         * gst-libs/gst/audio/gstaudiofilter.h:
13416         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13417         (gst_audio_filter_template_get_type),
13418         (gst_audio_filter_template_base_init),
13419         (gst_audio_filter_template_class_init),
13420         (gst_audio_filter_template_init),
13421         (gst_audio_filter_template_set_property),
13422         (gst_audio_filter_template_get_property), (plugin_init),
13423         (gst_audio_filter_template_setup),
13424         (gst_audio_filter_template_filter),
13425         (gst_audio_filter_template_filter_inplace):
13426         * gst-libs/gst/audio/gstaudiosink.c:
13427         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13428         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13429         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13430         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13431         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13432         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13433         * gst-libs/gst/audio/gstaudiosink.h:
13434         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13435         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13436         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13437         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13438         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13439         (gst_audio_src_class_init), (gst_audio_src_init),
13440         (gst_audio_src_create_ringbuffer):
13441         * gst-libs/gst/audio/gstaudiosrc.h:
13442         * gst-libs/gst/audio/gstbaseaudiosink.c:
13443         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13444         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13445         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13446         (gst_base_audio_sink_set_property),
13447         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13448         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13449         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13450         (gst_base_audio_sink_create_ringbuffer),
13451         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13452         * gst-libs/gst/audio/gstbaseaudiosink.h:
13453         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13454         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13455         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13456         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13457         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13458         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13459         (gst_base_audio_src_event), (gst_base_audio_src_create),
13460         (gst_base_audio_src_create_ringbuffer),
13461         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13462         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13463         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13464         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13465         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13466         (gst_ring_buffer_debug_spec_caps),
13467         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13468         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13469         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13470         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13471         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13472         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13473         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13474         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13475         (gst_ring_buffer_clear):
13476         * gst-libs/gst/audio/gstringbuffer.h:
13477         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13478         (gst_video_sink_class_init), (gst_video_sink_get_type):
13479         * gst-libs/gst/video/videosink.h:
13480         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13481         (gst_multifdsink_class_init),
13482         (gst_multifdsink_handle_client_write),
13483         (gst_multifdsink_change_state):
13484         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13485         (gst_tcpclientsink_setcaps):
13486         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13487         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13488         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13489         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13490         (gst_ximagesink_send_pending_navigation),
13491         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13492         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13494         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13495         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13496         (gst_xvimagesink_send_pending_navigation),
13497         (gst_xvimagesink_navigation_send_event),
13498         (gst_xvimagesink_set_xwindow_id),
13499         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13500         (gst_xvimagesink_get_type):
13501         more macro splitting
13502
13503 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13504
13505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13506           plug a memleak, allows me to import 1479 albums in one go
13507           in jamboree
13508         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13509         (vorbis_handle_type_packet), (vorbis_dec_chain),
13510         (vorbis_dec_change_state):
13511           fix some format strings
13512
13513 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13514
13515         * docs/libs/tmpl/gstcolorbalance.sgml:
13516         * docs/libs/tmpl/gstmixer.sgml:
13517         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13518         (gst_alsasink_set_property), (gst_alsasink_get_property):
13519         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13520         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13521           add device property
13522
13523 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13524
13525         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13526         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13527         (audiocast_register_listener), (audiocast_thread_run),
13528         (gst_gnomevfssrc_send_additional_headers_callback),
13529         (gst_gnomevfssrc_received_headers_callback),
13530         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13531         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13532         (gst_gnomevfssrc_get_size):
13533           add/clean up debugging
13534         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13535           cleanups
13536
13537 2005-07-07  Andy Wingo  <wingo@pobox.com>
13538
13539         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13540         framerate. Need to get a handle on when exactly this function is
13541         called, tho.
13542
13543         * sys/v4l/v4lsrc_calls.h:
13544         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13545         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13546         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13547
13548         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13549         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13550         v4lelements are sources.
13551
13552         * sys/v4l/gstv4lxoverlay.h:
13553         * sys/v4l/gstv4lxoverlay.c:
13554         * sys/v4l/gstv4ltuner.h:
13555         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13556         
13557         * sys/v4l/gstv4lsrc.h:
13558         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13559         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13560         or something should handle that. Made a live source.
13561
13562         * sys/v4l/gstv4lelement.h:
13563         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13564         signals. Some cleanups.
13565
13566         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13567
13568         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13569         stuff.
13570
13571         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13572         stuff.
13573
13574         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13575
13576 2005-07-07  Wim Taymans  <wim@fluendo.com>
13577
13578         * ext/theora/theoradec.c: (theora_get_query_types),
13579         (theora_dec_src_getcaps), (theora_dec_push):
13580         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13581         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13582         Remove deprecated/unused query types.
13583
13584 2005-07-06  Wim Taymans  <wim@fluendo.com>
13585
13586         * ext/alsa/Makefile.am:
13587         * ext/alsa/gstalsaplugin.c: (plugin_init):
13588         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13589         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13590         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13591         (gst_alsasrc_class_init), (gst_alsasrc_init),
13592         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13593         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13594         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13595         (gst_alsasrc_reset):
13596         * ext/alsa/gstalsasrc.h:
13597         * gst-libs/gst/audio/Makefile.am:
13598         * gst-libs/gst/audio/gstaudiosink.c:
13599         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13600         (gst_audioringbuffer_start):
13601         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13602         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13603         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13604         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13605         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13606         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13607         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13608         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13609         * gst-libs/gst/audio/gstaudiosrc.h:
13610         * gst-libs/gst/audio/gstbaseaudiosink.c:
13611         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13612         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13613         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13614         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13615         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13616         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13617         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13618         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13619         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13620         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13621         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13622         (gst_baseaudiosrc_change_state):
13623         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13624         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13625         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13626         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13627         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13628         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13629         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13630         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13631         * gst-libs/gst/audio/gstringbuffer.h:
13632         Added audiosource base classes.
13633         Ported alsasrc, still very basic.
13634
13635 2005-07-06  Wim Taymans  <wim@fluendo.com>
13636
13637         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13638         (theora_dec_push), (theora_handle_data_packet):
13639         Prepare for better timestamp fix later.
13640
13641         * gst/audioconvert/gstaudioconvert.c:
13642         List most accurate caps first
13643
13644         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13645         Use proper pad task function.
13646
13647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13648         (gst_xvimagesink_show_frame):
13649         Fix deadlock when alloc failed.
13650
13651 2005-07-05  Andy Wingo  <wingo@pobox.com>
13652
13653         * ext/gnomevfs/gstgnomevfssrc.c:
13654         * gst/sine/gstsinesrc.c:
13655         * gst/tcp/gsttcpserversrc.c:
13656         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13657
13658         * sys/v4l/: Port from 0.8.
13659
13660         * Many files: Null if we got it....
13661
13662 2005-07-05  Andy Wingo  <wingo@pobox.com>
13663
13664         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13665         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13666         Signedness fixes.
13667
13668 2005-07-05  Wim Taymans  <wim@fluendo.com>
13669
13670         * configure.ac:
13671         * gst/tcp/Makefile.am:
13672         * gst/tcp/README:
13673         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13674         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13675         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13676         (is_sync_frame), (gst_multifdsink_handle_client_write),
13677         (gst_multifdsink_render), (gst_multifdsink_start),
13678         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13679         * gst/tcp/gstmultifdsink.h:
13680         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13681         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13682         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13683         * gst/tcp/gsttcp.h:
13684         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13685         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13686         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13687         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13688         * gst/tcp/gsttcpclientsink.h:
13689         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13690         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13691         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13692         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13693         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13694         * gst/tcp/gsttcpclientsrc.h:
13695         * gst/tcp/gsttcpplugin.c: (plugin_init):
13696         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13697         * gst/tcp/gsttcpserversink.h:
13698         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13699         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13700         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13701         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13702         (gst_tcpserversrc_stop):
13703         * gst/tcp/gsttcpserversrc.h:
13704         * gst/tcp/gsttcpsink.c:
13705         * gst/tcp/gsttcpsink.h:
13706         * gst/tcp/gsttcpsrc.c:
13707         * gst/tcp/gsttcpsrc.h:
13708         Ported tcp plugins to 0.9. 
13709         
13710
13711 2005-07-05  Andy Wingo  <wingo@pobox.com>
13712
13713         * gst/playback/gstplaybasebin.c (fill_buffer):
13714         message_new_application fixen.
13715
13716         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13717         Style fix.
13718
13719 2005-07-04  Wim Taymans  <wim@fluendo.com>
13720
13721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13722         Set caps on output buffer.
13723
13724 2005-07-04  Andy Wingo  <wingo@pobox.com>
13725
13726         * ext/gnomevfs/gstgnomevfssrc.c
13727         (gst_gnomevfssrc_received_headers_callback) 
13728         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13729         hopefully.
13730
13731         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13732         No refcount leakage.
13733
13734         * configure.ac: Enable -Werror.
13735         
13736         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13737         * gst/audioconvert/bufferframesconvert.c
13738         (buffer_frames_convert_fixate):
13739         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13740         (gst_audio_convert_fixate):
13741         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13742         (gst_sinesrc_create): Fixate func changes.
13743         
13744         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13745         (gst_ximagesink_buffer_alloc): Unused var.
13746
13747 2005-07-01  Andy Wingo  <wingo@pobox.com>
13748
13749         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13750         getcaps to do explicit caps. Needs to be done in all decoders,
13751         possibly via a base class.
13752
13753         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13754
13755         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13756         caps on the sink pad, just rely on the pad template. Also, setting
13757         ANY caps on a pad is not valid because the caps are not fixed.
13758
13759         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13760         caps on the buffer, and get the width from the desired_caps if
13761         they're set.
13762         (gst_ximagesink_renegotiate_size): Implement via setting the
13763         desired_caps on the ximagesink.
13764         (gst_ximagesink_setcaps): Only reset the width of the player if it
13765         wasn't already set. Not sure if this is right.
13766         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13767
13768         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13769         that the user wants. NULL unless the window has been resized.
13770
13771         * gst/volume/gstvolume.c (volume_transform): Adapt to
13772         basetransform refcount changes.
13773         
13774 2005-07-01  Andy Wingo  <wingo@pobox.com>
13775
13776         * gst/videoscale/gstvideoscale.c:
13777         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13778         from BaseTransform, implements a transform_caps. Removed dead code
13779         including some PAR stuff that was never reached -- should probably
13780         be added back somehow.
13781
13782 2005-07-01  Andy Wingo  <wingo@pobox.com>
13783
13784         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13785         come later.
13786
13787 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13788
13789         * configure.ac:
13790         * docs/libs/Makefile.am:
13791         * docs/libs/gst-plugins-libs.types:
13792         * ext/alsa/Makefile.am:
13793         * ext/alsa/gstalsamixer.h:
13794         * ext/alsa/gstalsamixeroptions.h:
13795         * ext/alsa/gstalsamixertrack.h:
13796         * gst-libs/gst/Makefile.am:
13797         * gst-libs/gst/colorbalance/.cvsignore:
13798         * gst-libs/gst/colorbalance/Makefile.am:
13799         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13800         * gst-libs/gst/colorbalance/colorbalance.c:
13801         * gst-libs/gst/colorbalance/colorbalance.h:
13802         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13803         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13804         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13805         * gst-libs/gst/interfaces/Makefile.am:
13806         * gst-libs/gst/interfaces/colorbalance.c:
13807         (gst_color_balance_class_init):
13808         * gst-libs/gst/interfaces/colorbalance.h:
13809         * gst-libs/gst/interfaces/interfaces-marshal.list:
13810         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13811         * gst-libs/gst/interfaces/mixer.h:
13812         * gst-libs/gst/interfaces/mixeroptions.h:
13813         * gst-libs/gst/interfaces/navigation.c:
13814         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13815         * gst-libs/gst/interfaces/tuner.h:
13816         * gst/volume/Makefile.am:
13817         * gst/volume/gstvolume.c:
13818         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13819         * sys/ximage/Makefile.am:
13820         * sys/ximage/ximagesink.c:
13821         * sys/xvimage/Makefile.am:
13822         * sys/xvimage/xvimagesink.c:
13823           fold in all interfaces into an interfaces dir, preserving CVS
13824           history
13825
13826 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13827
13828         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13829           Fix build after riff changes.
13830
13831 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13832
13833         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13834         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13835         (gst_riff_create_video_template_caps),
13836         (gst_riff_create_audio_template_caps),
13837         (gst_riff_create_iavs_template_caps):
13838         * gst-libs/gst/riff/riff-media.h:
13839         * gst-libs/gst/riff/riff-read.h:
13840         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13841           Add gst_riff_init() to initialize the debug category, instead
13842           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13843
13844 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13845
13846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13847           Oops, I shouldn't apply hacks.
13848
13849 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13850
13851         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13852           Remove pad_loop function which doesn't work.
13853
13854 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13855
13856         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13857           Send EOS when deactivating.
13858         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13859         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13860         (gen_preroll_element), (probe_triggered), (mute_stream),
13861         (silence_stream), (new_decoded_pad), (setup_substreams),
13862         (set_active_source):
13863         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13864         (remove_sinks), (add_sink):
13865         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13866           Change for new probe API.
13867
13868 2005-06-29  Wim Taymans  <wim@fluendo.com>
13869
13870         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13871         * gst-libs/gst/audio/gstbaseaudiosink.c:
13872         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13873         (gst_baseaudiosink_change_state):
13874         * gst-libs/gst/audio/gstbaseaudiosink.h:
13875         * gst-libs/gst/audio/gstringbuffer.c:
13876         (gst_ringbuffer_set_callback):
13877         Fix compilation error.
13878         Ringbuffer starts out as not running.
13879         Free our clock in dispose.
13880         When releasing the ringbuffer we need to renegotiate so
13881         clear the pad caps.
13882
13883 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13884
13885         * autogen.sh:
13886         * configure.ac:
13887         * docs/Makefile.am:
13888         * docs/libs/Makefile.am:
13889         * docs/libs/gst-plugins-libs-docs.sgml:
13890         * docs/libs/gst-plugins-libs-sections.txt:
13891         * docs/libs/gst-plugins-libs.types:
13892         * docs/libs/tmpl/gstaudio.sgml:
13893         * docs/libs/tmpl/gstcolorbalance.sgml:
13894         * docs/libs/tmpl/gstringbuffer.sgml:
13895         * gst-libs/gst/audio/gstringbuffer.c:
13896         (gst_ringbuffer_set_callback):
13897           reinstate gtk-doc docs for plugin libs
13898
13899 2005-06-28  Wim Taymans  <wim@fluendo.com>
13900
13901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13902         (gst_ogg_demux_init):
13903         Removed pad loop function.
13904
13905 2005-06-28  Wim Taymans  <wim@fluendo.com>
13906
13907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13908         If we're building a chain we are not in an error case
13909         when we queue a buffer.
13910
13911 2005-06-28  Andy Wingo  <wingo@pobox.com>
13912
13913         * *.c: Don't cast to GstObject before reffing/unreffing.
13914
13915 2005-06-27  Andy Wingo  <wingo@pobox.com>
13916
13917         * gst/videotestsrc/gstvideotestsrc.c
13918         (gst_videotestsrc_activate_push): Activation API changes.
13919
13920         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
13921         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
13922         they have refs on the decodebin.
13923
13924         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
13925         parent class.
13926         (gst_ogg_pad_typefind): Don't leak a pad ref.
13927         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
13928         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
13929         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
13930
13931 2005-06-27  Edward Hervey  <edward@fluendo.com>
13932
13933         * ext/theora/theoradec.c: (theora_dec_change_state): 
13934         re-arranged call to parent's state change in order to avoid locks (or
13935         worse).
13936
13937 2005-06-26  Edward Hervey  <edward@fluendo.com>
13938
13939         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13940         2nd argument of 'unknow-type' signal is a GstCaps and not a
13941         GstMiniObject
13942
13943 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
13944         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
13945           Set the worker thread's running flag to TRUE before starting the
13946           thread.
13947         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
13948           Catch a failure to add typefind to the bin.
13949
13950 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13951
13952         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13953         (gst_sinesrc_init), (gst_sinesrc_create),
13954         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13955         (gst_sinesrc_start):
13956         * gst/sine/gstsinesrc.h:
13957           add num-buffers and timestamp-offset properties
13958         * gst/videotestsrc/gstvideotestsrc.c:
13959         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
13960         (gst_videotestsrc_get_property):
13961           add timestamp-offset property
13962
13963 2005-06-23  Christian Schaller  <uraeus@gnome.org>
13964
13965         * configure.ac: add videorate
13966         * gst-plugins-base.spec.in: add videorate
13967
13968 2005-06-23  Wim Taymans  <wim@fluendo.com>
13969
13970         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13971         (gst_videorate_getcaps), (gst_videorate_setcaps),
13972         (gst_videorate_event), (gst_videorate_chain):
13973         Fixed videorate, fixating an already fixated caps is not
13974         an error.
13975
13976 2005-06-23  Wim Taymans  <wim@fluendo.com>
13977
13978         * ext/ogg/README:
13979         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
13980         Buffer on caps is not boxed anymore.
13981
13982 2005-06-22  Wim Taymans  <wim@fluendo.com>
13983
13984         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13985         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13986         Set buffers on caps as miniobjects and not as boxed.
13987
13988 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13989
13990         * configure.ac:
13991           back to HEAD
13992
13993 === release 0.9.1 ===
13994
13995 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13996
13997         * .cvsignore:
13998         * NEWS:
13999         * README:
14000         * RELEASE:
14001         * configure.ac:
14002         * po/af.po:
14003         * po/az.po:
14004         * po/cs.po:
14005         * po/en_GB.po:
14006         * po/hu.po:
14007         * po/it.po:
14008         * po/nb.po:
14009         * po/nl.po:
14010         * po/or.po:
14011         * po/sq.po:
14012         * po/sr.po:
14013         * po/sv.po:
14014         * po/uk.po:
14015         * po/vi.po:
14016           updates for release
14017
14018 2005-06-09  Andy Wingo  <wingo@pobox.com>
14019
14020         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14021         
14022 2005-06-09  Andy Wingo  <wingo@pobox.com>
14023
14024         * configure.ac:
14025         * gst-libs/gst/Makefile.am:
14026         * gst-libs/gst/net/Makefile.am:
14027         Add gstnet to build.
14028
14029 2005-06-09  Andy Wingo  <wingo@pobox.com>
14030
14031         * gst-libs/gst/gconf/gconf.c:
14032         * gst/playback/test.c:
14033         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14034         fixes.
14035
14036         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14037
14038         * ext/theora/theoraenc.c (theora_enc_chain): 
14039         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14040
14041         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14042         RealPad.
14043
14044 2005-06-02  Wim Taymans  <wim@fluendo.com>
14045
14046         * gst-libs/gst/net/Makefile.am:
14047         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14048         * pkgconfig/gstreamer-libs.pc.in:
14049         Added net stuff, version net lib.
14050
14051 2005-06-02  Wim Taymans  <wim@fluendo.com>
14052
14053         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14054         (query_rates), (query_positions_elems), (query_positions_pads),
14055         (do_seek):
14056         Updated seek example.
14057
14058 2005-06-02  Andy Wingo  <wingo@pobox.com>
14059
14060         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14061         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14062         list.
14063
14064         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14065         remove the typefind, the bin dispose will do it for us. When it's
14066         removed and unreffed, the signal handler will be disconnected,
14067         too.
14068         (unlinked): It's too difficult to disconnect from unlinked
14069         handlers, as they are on pads not elements. Just punt if the pads
14070         aren't grandkids of the bin.
14071
14072 2005-06-02  Wim Taymans  <wim@fluendo.com>
14073
14074         * ext/ogg/README:
14075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14076         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14078         * ext/theora/theoradec.c: (theora_dec_src_query),
14079         (theora_handle_data_packet):
14080         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14081         (theora_enc_chain):
14082         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14083         (vorbis_handle_data_packet):
14084         * gst/audioconvert/bufferframesconvert.c:
14085         (buffer_frames_convert_chain):
14086         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14087         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14088         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14089         (gst_ffmpegcsp_chain):
14090         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14091         (gst_videorate_getcaps), (gst_videorate_setcaps),
14092         (gst_videorate_event), (gst_videorate_chain):
14093         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14094         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14095         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14096         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14097         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14098         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14099         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14100         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14101         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14102         Cleanups and buffer alloc.
14103
14104 2005-05-31  Wim Taymans  <wim@fluendo.com>
14105
14106         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14107         Don't try to call the delay method when the device is not
14108         opened.
14109
14110 2005-05-31  Wim Taymans  <wim@fluendo.com>
14111
14112         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14113         Get actual segment size and buffer size after opening
14114         the device.
14115
14116 2005-05-30  Wim Taymans  <wim@fluendo.com>
14117
14118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14119         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14120         Also FLUSH upstream, makes the loop function exit faster.
14121         
14122         * ext/theora/theoradec.c: (theora_dec_src_query):
14123         Some more debug info in the query.
14124         
14125         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14126         (gst_ximagesink_setcaps):
14127         Release lock on par error, better error reporting.
14128
14129 2005-05-26  Wim Taymans  <wim@fluendo.com>
14130
14131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14132         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14133         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14134         Clear chains in READY
14135         Queue packets until the chain is activated.
14136
14137 2005-05-25  Wim Taymans  <wim@fluendo.com>
14138
14139         * gst-libs/gst/audio/gstaudiosink.c:
14140         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14141         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14142         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14143         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14144         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14145         (gst_audiosink_create_ringbuffer):
14146         * gst-libs/gst/audio/gstbaseaudiosink.c:
14147         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14148         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14149         (gst_baseaudiosink_set_property), (build_linear_format),
14150         (debug_spec_caps), (debug_spec_buffer),
14151         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14152         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14153         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14154         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14155         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14156         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14157         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14158         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14159         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14160         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14161         (wait_segment), (gst_ringbuffer_commit),
14162         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14163         (gst_ringbuffer_clear):
14164         Various small cleanups.
14165
14166         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14167         (gst_audio_convert_change_state):
14168         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14169         No need to take the locks anymore.
14170
14171 2005-05-25  Wim Taymans  <wim@fluendo.com>
14172
14173         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14174         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14175         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14176         (type_found):
14177         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14178         (group_destroy), (group_commit), (queue_overrun),
14179         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14180         (mute_stream), (new_decoded_pad), (setup_substreams),
14181         (setup_source), (mute_group_type), (set_active_source),
14182         (gst_play_base_bin_change_state):
14183         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14184         (gen_video_element), (gen_text_element), (gen_audio_element),
14185         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14186         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14187         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14188         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14189         Some playbin cleanups mostly refcounting sloppyness.
14190
14191 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14192
14193         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14194           Work with streaming input.
14195
14196 2005-05-25  Wim Taymans  <wim@fluendo.com>
14197
14198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14199         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14200         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14201         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14202         No need to take the STREAM lock anymore.
14203
14204 2005-05-25  Wim Taymans  <wim@fluendo.com>
14205
14206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14207         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14208         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14209         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14210         (gst_ogg_demux_sink_activate):
14211         * ext/theora/theoradec.c: (theora_dec_src_event),
14212         (theora_handle_comment_packet), (theora_dec_chain),
14213         (theora_dec_change_state):
14214         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14215         (vorbis_handle_data_packet), (vorbis_dec_chain),
14216         (vorbis_dec_change_state):
14217         Remove STREAM locks as they are taken in core now.
14218         Never set bogus granulepos on vorbis/theora.
14219         Fix leaks in theoradec tag parsing.
14220
14221 2005-05-25  Wim Taymans  <wim@fluendo.com>
14222
14223         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14224         Fix memleaks, GST_BUFFER_DATA() is not freed.
14225
14226 2005-05-25  Wim Taymans  <wim@fluendo.com>
14227
14228         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14229         Open non-blocking, set to blocking mode afterwards to avoid
14230         lockups when audio device is busy.
14231
14232 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14233
14234         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14235           This can't be good.
14236
14237 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14238
14239         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14240         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14241         (gst_audio_convert_setcaps):
14242           Implement instant setup switching.
14243
14244 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14245
14246         * gst/playback/gstplaybasebin.c: (probe_triggered):
14247           Fix missing unlock.
14248         * gst/playback/gstplaybin.c: (add_sink):
14249           First add, then link (otherwise pad link fails).
14250
14251 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14252
14253         * examples/Makefile.am:
14254         fix buildbot (make distcheck)
14255
14256 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14257
14258         * gst/playback/gstplaybin.c: (gen_vis_element):
14259           Remove some wrong code. Doesn't work yet.
14260
14261 2005-05-19  Wim Taymans  <wim@fluendo.com>
14262
14263         * gst-libs/gst/net/Makefile.am:
14264         * gst-libs/gst/net/README:
14265         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14266         (gst_netbuffer_class_init), (gst_netbuffer_init),
14267         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14268         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14269         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14270         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14271         * gst-libs/gst/net/gstnetbuffer.h:
14272         Added buffer subclass to store extra to/from addresses for
14273         network sources/sinks.
14274
14275 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14276
14277         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14278           Don't lock an unassigned variable.
14279
14280 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14281
14282         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14283           Increase buffer for video, decrease buffer for other media types.
14284         * gst/playback/gstplaybin.c: (gen_video_element),
14285         (gen_audio_element):
14286           Change names for debugging purposes.
14287
14288 2005-05-18  Wim Taymans  <wim@fluendo.com>
14289
14290         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14291         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14292         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14293         (gst_ffmpegcsp_chain):
14294         Enable buffer alloc passthrough if the source and dest
14295         formats are the same.
14296
14297 2005-05-17  Wim Taymans  <wim@fluendo.com>
14298
14299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14300         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14301         (gst_ogg_demux_chain_unlocked):
14302         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14303         (gst_audio_convert_caps_remove_format_info),
14304         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14305         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14307         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14308         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14309         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14310         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14311         (gst_ffmpegcsp_get_property):
14312         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14313         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14314         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14315         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14316         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14317         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14318         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14319         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14320         Leak fixes in oggdemux.
14321         Some cleanups in audioconvert.
14322         Make passthrough work along with buffer_alloc etc.
14323         Make buffer_alloc and buffer recycling actually work in
14324         xvimagesink.
14325
14326 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14327
14328         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14329           make the compiler happy
14330
14331 2005-05-17  Wim Taymans  <wim@fluendo.com>
14332
14333         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14334         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14335         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14336         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14337         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14338         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14339         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14340         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14341         (gst_xvimagesink_set_xwindow_id):
14342         * sys/xvimage/xvimagesink.h:
14343         Port xvimagesink to new MiniObject.
14344
14345 2005-05-17  Wim Taymans  <wim@fluendo.com>
14346
14347         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14348         (gst_audiofilter_chain):
14349         * gst-libs/gst/audio/gstaudiosink.c:
14350         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14351         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14352         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14353         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14354         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14355         (gst_audiosink_create_ringbuffer):
14356         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14357         (gst_audio_convert_caps_remove_format_info),
14358         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14359         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14360         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14361         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14362         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14363         Fix passthrough in ffmpegcolorspace.
14364         Fix memset in audiosink on wrong memory.
14365
14366 2005-05-16  David Schleef  <ds@schleef.org>
14367
14368         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14369         to GstMiniObject.
14370
14371 2005-05-16  David Schleef  <ds@schleef.org>
14372
14373         Port from GstData to GstMiniObject.
14374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14376         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14377         (gst_ogg_mux_collected):
14378         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14379         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14380         (theora_handle_data_packet):
14381         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14382         (theora_set_header_on_caps), (theora_enc_chain):
14383         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14384         (vorbis_handle_comment_packet):
14385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14386         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14387         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14388         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14389         * gst/audioconvert/gstaudioconvert.c:
14390         (gst_audio_convert_get_buffer):
14391         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14392         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14393         (mute_stream), (silence_stream):
14394         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14395         * gst/volume/gstvolume.c: (volume_transform):
14396         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14397         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14398         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14399         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14400         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14401         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14402         (gst_ximagesink_buffer_alloc):
14403         * sys/ximage/ximagesink.h:
14404
14405 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14406
14407         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14408         (fill_buffer), (check_queue), (queue_threshold_reached),
14409         (queue_out_of_data):
14410         * gst/playback/gstplaybasebin.h:
14411           Post buffer-fullness on the bus.
14412
14413 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14414
14415         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14416         (try_to_link_1):
14417         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14418         (group_commit), (probe_triggered), (setup_source),
14419         (gst_play_base_bin_change_state):
14420         * gst/playback/gstplaybasebin.h:
14421         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14422         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14423         (gst_play_bin_change_state):
14424           Move setup_output_pads into a virtual function, remove
14425           group-switch (no longer needed) and redirect (handled by bus
14426           now) signals.
14427
14428 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14429
14430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14431         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14432         (get_active_group), (get_building_group), (group_destroy),
14433         (group_commit), (check_queue), (queue_overrun),
14434         (queue_threshold_reached), (queue_out_of_data),
14435         (gen_preroll_element), (remove_groups), (unknown_type),
14436         (add_element_stream), (no_more_pads), (probe_triggered),
14437         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14438         (setup_substreams), (setup_source), (finish_source),
14439         (prepare_output), (muted_group_change_state),
14440         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14441         (gst_play_base_bin_change_state):
14442         * gst/playback/gstplaybasebin.h:
14443         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14444         (gst_play_bin_init), (gst_play_bin_set_property),
14445         (gen_video_element), (gen_text_element), (gen_audio_element),
14446         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14447         (gst_play_bin_change_state):
14448         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14449         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14450         (stream_info_change_state), (gst_stream_info_set_mute),
14451         (gst_stream_info_get_property):
14452         * gst/playback/gststreaminfo.h:
14453         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14454         (gst_stream_selector_get_linked_pad),
14455         (gst_stream_selector_getcaps),
14456         (gst_stream_selector_get_linked_pads),
14457         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14458         * gst/playback/gststreamselector.h:
14459           Rough port of playbin. Needs some more work, but is mostly done,
14460           and uses a few locks in important places, which should make stuff
14461           like chain-switches clean. Still uses GST_STATE() in a few places,
14462           which isn't all that good an idea, subtitles/elements disabled
14463           because no elements to test with and thus probably broken, query
14464           and event handling moved to GstBin, internal thread removed
14465           alltogether because the pipeline does that for us now. Can play
14466           Ogg/Vorbis files. Haven't tested anything else yet.
14467
14468 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14469
14470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14471           Do no-more-pads (needed for autoplugging).
14472
14473 2005-05-10  Andy Wingo  <wingo@pobox.com>
14474
14475         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14476         message to the bus with the tags. Still not sent downstream tho.
14477
14478         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14479         get_parent.
14480         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14481         avoid refcounting hassles.
14482
14483 2005-05-09  Andy Wingo  <wingo@pobox.com>
14484
14485         * gst/volume/Makefile.am:
14486         * gst/volume/demo.c
14487         * gst/volume/gstvolume.h
14488         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14489         basetransform. Probably need an audio filter base class.
14490
14491 2005-05-09  Wim Taymans  <wim@fluendo.com>
14492
14493         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14494         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14495         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14496         (gst_vorbisenc_chain):
14497         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14498         (gst_audio_convert_caps_remove_format_info),
14499         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14500         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14501         Make caps writable before writing to it.
14502         Fix negotiation in audioconvert some more.
14503
14504 2005-05-09  Wim Taymans  <wim@fluendo.com>
14505
14506         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14507         (gst_videorate_getcaps), (gst_videorate_setcaps),
14508         (gst_videorate_event), (gst_videorate_chain):
14509         Better negotiation.
14510
14511 2005-05-09  Wim Taymans  <wim@fluendo.com>
14512
14513         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14514         (gst_videorate_getcaps), (gst_videorate_setcaps),
14515         (gst_videorate_blank_data), (gst_videorate_init),
14516         (gst_videorate_event), (gst_videorate_chain),
14517         (gst_videorate_change_state):
14518         Port videorate, do a better job at negotiation while we're at
14519         it.
14520
14521 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14522
14523         * configure.ac:
14524           Disable libvisual
14525
14526         * examples/Makefile.am:
14527         * gst-libs/gst/audio/Makefile.am:
14528         * gst-libs/gst/riff/Makefile.am:
14529         * gst-libs/gst/tag/Makefile.am:
14530         * gst-libs/gst/video/Makefile.am:
14531           Fixups for missing variables.
14532
14533 2005-05-09  Wim Taymans  <wim@fluendo.com>
14534
14535         * examples/seeking/seek.c: (make_theora_pipeline),
14536         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14537         (query_rates), (query_positions_elems), (query_positions_pads),
14538         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14540         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14541         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14542         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14543         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14545         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14546         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14547         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14548         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14549         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14550         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14551         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14552         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14553         (theora_dec_src_convert), (theora_dec_sink_convert),
14554         (theora_dec_src_query), (theora_dec_sink_query),
14555         (theora_dec_src_event), (theora_dec_sink_event),
14556         (theora_handle_comment_packet), (theora_handle_type_packet),
14557         (theora_handle_header_packet), (theora_handle_data_packet),
14558         (theora_dec_chain):
14559         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14560         (vorbis_dec_convert), (vorbis_dec_src_query),
14561         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14562         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14563         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14564         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14565         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14566         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14567         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14568         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14569         (gst_play_bin_query):
14570         * gst/playback/test3.c: (update_scale):
14571         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14572         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14573         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14574         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14575         (gst_videotestsrc_src_query):
14576         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14577         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14578         (paint_hline_YUV9):
14579         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14580         Port to new query API.
14581         Updated seek.
14582         Cleanups in x[v]imagesink
14583
14584 2005-05-09  Andy Wingo  <wingo@pobox.com>
14585
14586         * ext/alsa/gstalsasink.h:
14587         * ext/gnomevfs/gstgnomevfssrc.c:
14588         (gst_gnomevfssrc_get_icy_metadata):
14589         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14590         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14591         * ext/theora/theoradec.c (theora_dec_src_query)
14592         (theora_dec_src_event, theora_dec_sink_event)
14593         (theora_handle_comment_packet, theora_handle_data_packet):
14594         * ext/theora/theoraenc.c (theora_enc_chain):
14595         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14596         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14597         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14598         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14599         (qt_type_find):
14600         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14601         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14602         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14603         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14604         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14605         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14606         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14607         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14608         (paint_setup_RGB565, paint_setup_xRGB1555):
14609         * gst/videotestsrc/videotestsrc.h:
14610         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14611         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14612         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14613         GCC4 fixes.
14614         
14615         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14616         gst_pad_query_position. Fixes oggdemux.
14617
14618 2005-05-08  David Schleef  <ds@schleef.org>
14619
14620         * configure.ac: Require liboil.
14621         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14622         a few more.
14623         * gst/videotestsrc/videotestsrc.c:
14624         * gst/videotestsrc/videotestsrc.h:
14625
14626 2005-05-06  Wim Taymans  <wim@fluendo.com>
14627
14628         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14629         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14630         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14631         Well, unreffing a buffer right before pushing it is asking
14632         for trouble..
14633
14634 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14635
14636         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14637
14638 2005-05-06  Wim Taymans  <wim@fluendo.com>
14639
14640         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14641         (gst_audio_convert_caps_remove_format_info),
14642         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14643         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14644         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14645         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14646         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14647         * gst/sine/Makefile.am:
14648         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14649         (gst_sinesrc_class_init), (gst_sinesrc_init),
14650         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14651         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14652         (gst_sinesrc_update_freq):
14653         * gst/sine/gstsinesrc.h:
14654         * gst/tcp/gstmultifdsink.c:
14655         * sys/xvimage/xvimagesink.c:
14656         Fixed negotiation wrt _peer_get_caps()
14657         Some cleanups.
14658
14659
14660 2005-05-06  Wim Taymans  <wim@fluendo.com>
14661
14662         * gst-libs/gst/audio/gstaudiosink.c:
14663         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14664         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14665         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14666         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14667         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14668         (gst_audiosink_create_ringbuffer):
14669         * gst-libs/gst/audio/gstbaseaudiosink.c:
14670         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14671         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14672         (gst_baseaudiosink_set_property), (build_linear_format),
14673         (debug_spec_caps), (debug_spec_buffer),
14674         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14675         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14676         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14677         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14678         * gst-libs/gst/audio/gstbaseaudiosink.h:
14679         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14680         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14681         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14682         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14683         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14684         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14685         (wait_segment), (gst_ringbuffer_commit),
14686         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14687         (gst_ringbuffer_clear):
14688         * gst-libs/gst/audio/gstringbuffer.h:
14689         Make the base audiosink return an error when there is no
14690         audiobuffer negotiated.
14691
14692 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14693
14694         * ext/Makefile.am:
14695         Disable cdparanoia until someone ports it!
14696
14697 2005-05-06  Wim Taymans  <wim@fluendo.com>
14698
14699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14700         (gst_ogg_demux_sink_activate):
14701         And revert after wingo's revert.. sigh..
14702
14703 2005-05-05  Andy Wingo  <wingo@pobox.com>
14704
14705         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14706         GObject.
14707         * configure.ac: Return audiorate and subparse from the ghetto.
14708         Re-enable -Wall -Werror.
14709         * gst/subparse/gstsubparse.c:
14710         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14711         or chain-based. Cleaned up a bit. Not tested.
14712         
14713 2005-05-05  Christian Schaller <christian@fluendo.com> 
14714
14715         * Makefile.am: remove stuff that is not building
14716         * configure.ac: remove stuff that is not building
14717         * examples/Makefile.am: remove stuff that is not building
14718         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14719         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14720         * sys/Makefile.am: remove stuff that is not building
14721         * testsuite/Makefile.am: remove stuff that is not building
14722
14723 2005-05-05  Andy Wingo  <wingo@pobox.com>
14724
14725         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14726         * gst-libs/gst/tag/gstvorbistag.c:
14727         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14728         * gst/adder/gstadder.h:
14729         * gst/audioconvert/gstchannelmix.c:
14730         (gst_audio_convert_fill_one_other):
14731         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14732         (gst_audiorate_init), (gst_audiorate_chain):
14733         * gst/playback/gstplaybasebin.c: (setup_source):
14734         * gst/playback/test3.c: (update_scale):
14735         Some GCC4 fixes
14736         
14737         * po/af.po:
14738         * po/az.po:
14739         * po/cs.po:
14740         * po/en_GB.po:
14741         * po/hu.po:
14742         * po/it.po:
14743         * po/nb.po:
14744         * po/nl.po:
14745         * po/or.po:
14746         * po/sq.po:
14747         * po/sr.po:
14748         * po/sv.po:
14749         * po/uk.po:
14750         * po/vi.po: Foo
14751
14752 2005-05-05  Wim Taymans  <wim@fluendo.com>
14753
14754         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14755         (gst_audio_convert_caps_remove_format_info),
14756         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14757         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14758         * gst/videotestsrc/gstvideotestsrc.c:
14759         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14760         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14761         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14762         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14763         Don't ignore _push() return values.
14764         Make sure no processing is done when shutting down.
14765         Videotestsrc pad activation fix.
14766
14767 2005-05-05  Wim Taymans  <wim@fluendo.com>
14768
14769         * gst/adder/Makefile.am:
14770         * gst/adder/gstadder.c: (gst_adder_setcaps),
14771         (gst_adder_class_init), (gst_adder_init),
14772         (gst_adder_request_new_pad), (gst_adder_collected),
14773         (gst_adder_change_state):
14774         * gst/adder/gstadder.h:
14775         Ported adder as an example of a mixer element using
14776         collect pads. Needs more negotiation work.
14777
14778 2005-05-05  Wim Taymans  <wim@fluendo.com>
14779
14780         * ext/theora/theoradec.c: (_inc_granulepos),
14781         (theora_dec_src_event), (theora_dec_sink_event),
14782         (theora_handle_comment_packet), (theora_handle_type_packet),
14783         (theora_handle_header_packet), (theora_handle_data_packet),
14784         (theora_dec_chain):
14785         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14786         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14787         (theora_push_buffer), (theora_push_packet),
14788         (theora_enc_sink_event), (theora_enc_chain),
14789         (theora_enc_change_state), (theora_enc_set_property),
14790         (theora_enc_get_property):
14791         Added stream lock to decoder so that we can serialize
14792         the discont event.
14793         More theoraenc porting, recover from errors, do clean
14794         shutdown.
14795
14796 2005-05-05  Wim Taymans  <wim@fluendo.com>
14797
14798         * ext/ogg/Makefile.am:
14799         * ext/ogg/README:
14800         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14801         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14802         (gst_ogg_print):
14803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14804         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14805         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14806         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14807         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14808         (gst_ogg_mux_change_state):
14809         Ported ogg muxer.
14810
14811 2005-05-05  Wim Taymans  <wim@fluendo.com>
14812
14813         * docs/design-audiosinks.txt:
14814         * gst-libs/gst/audio/TODO:
14815         * gst-libs/gst/audio/gstaudiosink.c:
14816         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14817         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14818         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14819         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14820         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14821         (gst_audiosink_create_ringbuffer):
14822         * gst-libs/gst/audio/gstbaseaudiosink.c:
14823         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14824         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14825         (gst_baseaudiosink_set_property), (build_linear_format),
14826         (debug_spec_caps), (debug_spec_buffer),
14827         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14828         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14829         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14830         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14831         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14832         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14833         (gst_ringbuffer_release), (gst_ringbuffer_play),
14834         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14835         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14836         (gst_ringbuffer_set_sample), (wait_segment),
14837         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14838         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14839         More work on the audiosink, mostly debugging and a race in
14840         shutdown.
14841
14842 2005-04-28  Wim Taymans  <wim@fluendo.com>
14843
14844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14845         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14846         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14847         (vorbis_dec_src_query), (vorbis_dec_src_event),
14848         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14849         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14850         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14851         Don't crap out when seeking back to position 0.
14852
14853 2005-04-28  Wim Taymans  <wim@fluendo.com>
14854
14855         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14856         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14857         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14858         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14859         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14860         Make audio sink configurable, use alsasink as default.
14861
14862 2005-04-28  Wim Taymans  <wim@fluendo.com>
14863
14864         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14865         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14866         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14867         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14868         (vorbis_dec_change_state):
14869         * ext/vorbis/vorbisdec.h:
14870         Refactor, use STREAM_LOCK.
14871
14872 2005-04-28  Wim Taymans  <wim@fluendo.com>
14873
14874         * ext/theora/theoradec.c: (_inc_granulepos),
14875         (theora_dec_sink_event), (theora_handle_comment_packet),
14876         (theora_handle_type_packet), (theora_handle_header_packet),
14877         (theora_handle_data_packet), (theora_dec_chain),
14878         (theora_dec_change_state):
14879         Refactor a bit, use STREAM_LOCK.
14880
14881 2005-04-28  Wim Taymans  <wim@fluendo.com>
14882
14883         * ext/alsa/Makefile.am:
14884         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14885         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14886         (gst_alsa_link), (gst_alsa_close_audio):
14887         * ext/alsa/gstalsaplugin.c: (plugin_init):
14888         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14889         (gst_alsasink_dispose), (gst_alsasink_base_init),
14890         (gst_alsasink_class_init), (gst_alsasink_init),
14891         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14892         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14893         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14894         (gst_alsasink_reset):
14895         * ext/alsa/gstalsasink.h:
14896         Implement alsasink with simple open/write/close API. 
14897         Make alsa dir build by disabling compilation of code.
14898
14899 2005-04-28  Wim Taymans  <wim@fluendo.com>
14900
14901         * gst-libs/gst/audio/Makefile.am:
14902         * gst-libs/gst/audio/audio.h:
14903         * gst-libs/gst/audio/audioclock.c:
14904         * gst-libs/gst/audio/audioclock.h:
14905         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
14906         (gst_audio_clock_class_init), (gst_audio_clock_init),
14907         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
14908         * gst-libs/gst/audio/gstaudioclock.h:
14909         * gst-libs/gst/audio/gstaudiosink.c:
14910         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14911         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14912         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14913         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14914         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14915         (gst_audiosink_create_ringbuffer):
14916         * gst-libs/gst/audio/gstbaseaudiosink.c:
14917         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14918         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14919         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
14920         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
14921         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14922         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14923         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14924         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14925         * gst-libs/gst/audio/gstbaseaudiosink.h:
14926         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14927         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
14928         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14929         (gst_ringbuffer_release), (gst_ringbuffer_play),
14930         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14931         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14932         (gst_ringbuffer_set_sample), (wait_segment),
14933         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14934         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14935         * gst-libs/gst/audio/gstringbuffer.h:
14936         Make ringbuffer faster and more simple by removing the locks
14937         in the playback thread.
14938         Add sample accurate playback based on buffer sample offsets.
14939         Make the baseaudiosink provide a clock.
14940         Parse caps in the base class.
14941         Correctly handle seeking, flushing and state changes.
14942
14943 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14944
14945         * configure.ac:
14946         * gst/audioconvert/Makefile.am:
14947         * gst/audioscale/Makefile.am:
14948           Fix part of the build.  Come on guys, autogen didn't even work :)
14949
14950 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14951
14952         * configure.ac:
14953         * gst-libs/gst/Makefile.am:
14954         * gst-libs/gst/media-info/.cvsignore:
14955         * gst-libs/gst/media-info/Makefile.am:
14956         * gst-libs/gst/media-info/README:
14957         * gst-libs/gst/media-info/media-info-priv.c:
14958         * gst-libs/gst/media-info/media-info-priv.h:
14959         * gst-libs/gst/media-info/media-info-test.c:
14960         * gst-libs/gst/media-info/media-info.c:
14961         * gst-libs/gst/media-info/media-info.h:
14962         * gst-libs/gst/media-info/media-info.vcproj:
14963         * pkgconfig/Makefile.am:
14964         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14965         * pkgconfig/gstreamer-media-info.pc.in:
14966           Remove media-info, which is also successed by playbin (see Totem
14967           implementation).
14968
14969 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14970
14971         * configure.ac:
14972         * examples/Makefile.am:
14973         * examples/gstplay/.cvsignore:
14974         * examples/gstplay/Makefile.am:
14975         * examples/gstplay/player.c:
14976         * gst-libs/gst/Makefile.am:
14977         * gst-libs/gst/play/.cvsignore:
14978         * gst-libs/gst/play/Makefile.am:
14979         * gst-libs/gst/play/play.c:
14980         * gst-libs/gst/play/play.h:
14981         * gst-libs/gst/play/play.vcproj:
14982         * pkgconfig/Makefile.am:
14983         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14984         * pkgconfig/gstreamer-play.pc.in:
14985           Remove libgstplay, playbin is now the official successor.
14986
14987 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14988
14989         * configure.ac:
14990         * gst-libs/gst/Makefile.am:
14991         * gst-libs/gst/xwindowlistener/Makefile.am:
14992         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14993         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
14994           Remove deprecated xwindowlistener (I've moved xwindowlistening
14995           in the v4l/v4l2 plugins over to serverside).
14996
14997 2005-04-25  David Schleef  <ds@schleef.org>
14998
14999         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15000         to examples/dynparams.  Examples do not belong interspersed with
15001         source code.
15002         * examples/dynparams/demo-dparams.c:
15003         * gst/sine/Makefile.am:
15004         * gst/sine/demo-dparams.c:
15005
15006 2005-04-25  David Schleef  <ds@schleef.org>
15007
15008         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15009         * gst-libs/gst/audio/Makefile.am:
15010         * gst-libs/gst/riff/Makefile.am:
15011         * gst-libs/gst/tag/Makefile.am:
15012         * gst-libs/gst/video/Makefile.am:
15013         * gst-libs/gst/xwindowlistener/Makefile.am:
15014
15015         Convert to 0.9 API, seems to work:
15016         * sys/ximage/Makefile.am:
15017         * sys/ximage/ximagesink.c:
15018
15019 2005-04-24  David Schleef  <ds@schleef.org>
15020
15021         Link plugins against libraries:
15022         * ext/alsa/Makefile.am:
15023         * gst/tcp/Makefile.am:
15024
15025         Remove asm code that should be in liboil
15026         * gst/videoscale/Makefile.am:
15027         * gst/videoscale/videoscale_x86_asm.s:
15028
15029         gettext wants these checked in:
15030         * po/af.po:
15031         * po/az.po:
15032         * po/cs.po:
15033         * po/en_GB.po:
15034         * po/hu.po:
15035         * po/it.po:
15036         * po/nb.po:
15037         * po/nl.po:
15038         * po/or.po:
15039         * po/sq.po:
15040         * po/sr.po:
15041         * po/sv.po:
15042         * po/uk.po:
15043         * po/vi.po:
15044
15045 2005-04-24  David Schleef  <ds@schleef.org>
15046
15047         Convert gst_main() to g_main_loop_run()
15048         * gst/playback/decodetest.c: (main):
15049         * gst/playback/test2.c: (main):
15050         * gst/playback/test3.c: (main):
15051         * gst/playback/test4.c: (main):
15052
15053         Link plugins against libraries:
15054         * ext/libvisual/Makefile.am:
15055         * sys/xvimage/Makefile.am:
15056
15057 2005-04-24  David Schleef  <ds@schleef.org>
15058
15059         * configure.ac: Remove idct and resample libs
15060         * gst-libs/gst/Makefile.am: same
15061
15062         Remove usage of gst_library_load():
15063         * ext/alsa/gstalsaplugin.c: (plugin_init):
15064         * ext/libvisual/visual.c: (plugin_init):
15065         * ext/ogg/gstogg.c: (plugin_init):
15066         * ext/theora/theora.c: (plugin_init):
15067         * ext/vorbis/vorbis.c: (plugin_init):
15068         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15069         * gst/audioscale/gstaudioscale.c:
15070         * gst/adder/gstadder.c: (plugin_init):
15071         * gst/audioconvert/plugin.c: (plugin_init):
15072         * sys/ximage/ximagesink.c: (plugin_init):
15073         * sys/xvimage/xvimagesink.c: (plugin_init):
15074         * gst/tcp/gsttcpplugin.c: (plugin_init):
15075
15076         Link plugins against libraries:
15077         * ext/ogg/Makefile.am:
15078         * ext/theora/Makefile.am:
15079         * ext/vorbis/Makefile.am:
15080         * gst/audioconvert/Makefile.am:
15081
15082         Create proper libraries:
15083         * gst-libs/gst/riff/Makefile.am:
15084         * gst-libs/gst/audio/Makefile.am:
15085         * gst-libs/gst/video/Makefile.am:
15086
15087         Move resample library to audioscale plugin directory:
15088         * gst-libs/gst/resample/Makefile.am:
15089         * gst-libs/gst/resample/README:
15090         * gst-libs/gst/resample/dtof.c:
15091         * gst-libs/gst/resample/dtos.c:
15092         * gst-libs/gst/resample/functable.c:
15093         * gst-libs/gst/resample/private.h:
15094         * gst-libs/gst/resample/resample.c:
15095         * gst-libs/gst/resample/resample.h:
15096         * gst-libs/gst/resample/resample.vcproj:
15097         * gst-libs/gst/resample/test.c:
15098         * gst/audioscale/Makefile.am:
15099         * gst/audioscale/README:
15100         * gst/audioscale/dtof.c:
15101         * gst/audioscale/dtos.c:
15102         * gst/audioscale/functable.c:
15103         * gst/audioscale/private.h:
15104         * gst/audioscale/resample.c:
15105         * gst/audioscale/resample.h:
15106         * gst/audioscale/test.c:
15107
15108         Move tagedit library to gst-libs:
15109         * gst-libs/gst/tag/Makefile.am:
15110         * gst-libs/gst/tag/gstid3tag.c:
15111         * gst-libs/gst/tag/gsttagediting.c:
15112         * gst-libs/gst/tag/gsttageditingprivate.h:
15113         * gst-libs/gst/tag/gstvorbistag.c:
15114         * gst/tags/Makefile.am:
15115         * gst/tags/gstid3tag.c:
15116         * gst/tags/gstvorbistag.c:
15117
15118         Fix for core changes:
15119         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15120         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15121         (gst_sinesrc_getrange):
15122
15123 2005-04-23  David Schleef  <ds@schleef.org>
15124
15125         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15126         in gst-plugins in a long time, and properly belongs in liboil.
15127         * gst-libs/gst/idct/Makefile.am:
15128         * gst-libs/gst/idct/README:
15129         * gst-libs/gst/idct/dct.h:
15130         * gst-libs/gst/idct/doieee:
15131         * gst-libs/gst/idct/fastintidct.c:
15132         * gst-libs/gst/idct/floatidct.c:
15133         * gst-libs/gst/idct/idct.c:
15134         * gst-libs/gst/idct/idct.h:
15135         * gst-libs/gst/idct/idtc.vcproj:
15136         * gst-libs/gst/idct/ieeetest.c:
15137         * gst-libs/gst/idct/intidct.c:
15138
15139 2005-04-20  Wim Taymans  <wim@fluendo.com>
15140
15141         * docs/design-audiosinks.txt:
15142         * gst-libs/gst/audio/Makefile.am:
15143         * gst-libs/gst/audio/TODO:
15144         * gst-libs/gst/audio/gstaudiosink.c:
15145         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15146         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15147         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15148         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15149         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15150         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15151         (gst_audiosink_class_init), (gst_audiosink_init),
15152         (gst_audiosink_create_ringbuffer):
15153         * gst-libs/gst/audio/gstaudiosink.h:
15154         * gst-libs/gst/audio/gstbaseaudiosink.c:
15155         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15156         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15157         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15158         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15159         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15160         (gst_baseaudiosink_create_ringbuffer),
15161         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15162         * gst-libs/gst/audio/gstbaseaudiosink.h:
15163         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15164         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15165         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15166         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15167         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15168         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15169         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15170         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15171         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15172         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15173         * gst-libs/gst/audio/gstringbuffer.h:
15174         An attempt at a set of audio base classes together with some
15175         design docs.
15176
15177 2005-04-20  Wim Taymans  <wim@fluendo.com>
15178
15179         * gst/audioconvert/Makefile.am:
15180         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15181         (gst_audio_convert_caps_remove_format_info),
15182         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15183         (gst_audio_convert_channels):
15184         Link against audio libs.
15185         Fix audio convert plugin.
15186
15187 2005-04-20  Wim Taymans  <wim@fluendo.com>
15188
15189         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15190         (gst_ogg_demux_sink_activate):
15191         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15192         (theora_set_header_on_caps), (theora_enc_sink_event),
15193         (theora_enc_chain):
15194         Fix theora encoder.
15195
15196 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15197
15198         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15199         * gst/playback/gstdecodebin.c: (find_compatibles):
15200           Work with staticpadtemplates in elementfactories.
15201
15202 2005-04-12  Wim Taymans  <wim@fluendo.com>
15203
15204         * gst/playback/README:
15205         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15206         (compare_ranks), (print_feature), (gst_decode_bin_init),
15207         (dynamic_create), (dynamic_free), (find_compatibles),
15208         (mimetype_is_raw), (close_pad_link), (got_redirect),
15209         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15210         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15211         (gst_decode_bin_change_state):
15212         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15213         (gst_play_base_bin_init), (group_destroy), (group_commit),
15214         (check_queue), (queue_overrun), (queue_threshold_reached),
15215         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15216         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15217         (got_redirect), (setup_source), (play_base_eos),
15218         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15219         (gst_play_base_bin_remove_element):
15220         * gst/playback/gstplaybasebin.h:
15221         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15222         (gst_play_bin_init), (gst_play_bin_dispose),
15223         (gst_play_bin_set_property), (gen_video_element),
15224         (gen_text_element), (gen_audio_element), (remove_sinks),
15225         (gst_play_bin_send_event):
15226         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15227         (stream_info_change_state), (gst_stream_info_set_mute):
15228         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15229         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15230         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15231         (gst_stream_selector_chain):
15232         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15233         (main):
15234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15235         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15236         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15237         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15238         Raw and crude port of decodebin. 
15239         Make playbin compile.
15240
15241 2005-04-06  Wim Taymans  <wim@fluendo.com>
15242
15243         * ext/gnomevfs/Makefile.am:
15244         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15245         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15246         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15247         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15248         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15249         (gst_gnomevfssrc_stop):
15250         * ext/ogg/Makefile.am:
15251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15252         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15253         * ext/theora/Makefile.am:
15254         * ext/theora/theoradec.c: (_inc_granulepos),
15255         (theora_dec_sink_event), (theora_dec_chain):
15256         * ext/vorbis/Makefile.am:
15257         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15258         (vorbis_dec_sink_event), (vorbis_dec_chain):
15259         * gst-libs/gst/audio/Makefile.am:
15260         * sys/xvimage/Makefile.am:
15261         Make gnomevfssrc extend the source base class.
15262         Fix linking against libs in various plugins.
15263
15264 2005-04-06  Andy Wingo  <wingo@pobox.com>
15265
15266         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15267         GST_BASE_LIBS.
15268
15269         * configure.ac: Add check and AC_SUBST for libgstbase.
15270
15271 2005-03-31  Wim Taymans  <wim@fluendo.com>
15272
15273         * examples/seeking/Makefile.am:
15274         * examples/seeking/cdparanoia.c: (main):
15275         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15276         (play_cb), (pause_cb), (stop_cb), (main):
15277         * examples/seeking/playbin.c:
15278         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15279         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15280         (make_sid_pipeline), (make_vorbis_pipeline),
15281         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15282         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15283         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15284         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15285         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15286         (stop_cb), (main):
15287         * examples/seeking/spider_seek.c:
15288         * examples/seeking/vorbisfile.c:
15289         * ext/gnomevfs/Makefile.am:
15290         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15291         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15292         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15293         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15294         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15295         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15296         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15297         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15298         * ext/ogg/README:
15299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15300         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15301         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15302         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15303         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15304         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15305         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15306         (gst_ogg_demux_factory_filter), (compare_ranks),
15307         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15308         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15309         (gst_ogg_chain_new), (gst_ogg_chain_free),
15310         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15311         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15312         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15313         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15314         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15315         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15316         (gst_ogg_demux_get_prev_page),
15317         (gst_ogg_demux_deactivate_current_chain),
15318         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15319         (gst_ogg_demux_bisect_forward_serialno),
15320         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15321         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15322         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15323         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15324         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15325         (gst_ogg_demux_change_state), (gst_ogg_print):
15326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15327         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15328         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15329         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15330         (gst_ogg_mux_loop):
15331         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15332         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15333         (theora_dec_src_convert), (theora_dec_sink_convert),
15334         (theora_dec_src_query), (theora_dec_src_event),
15335         (theora_dec_sink_event), (theora_dec_chain),
15336         (theora_dec_change_state):
15337         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15338         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15339         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15340         (theora_enc_change_state):
15341         * ext/vorbis/Makefile.am:
15342         * ext/vorbis/oggvorbisenc.c:
15343         * ext/vorbis/oggvorbisenc.h:
15344         * ext/vorbis/vorbis.c: (plugin_init):
15345         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15346         (vorbis_dec_src_query), (vorbis_dec_src_event),
15347         (vorbis_dec_sink_event), (vorbis_dec_chain),
15348         (vorbis_dec_change_state):
15349         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15350         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15351         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15352         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15353         (gst_vorbisenc_change_state):
15354         * ext/vorbis/vorbisenc.h:
15355         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15356         * gst-libs/gst/audio/audioclock.c:
15357         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15358         (gst_audiofilter_init), (gst_audiofilter_chain):
15359         * gst-libs/gst/audio/testchannels.c: (main):
15360         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15361         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15362         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15363         (gmip_find_track_streaminfo), (gmip_find_track_format):
15364         * gst-libs/gst/media-info/media-info.c:
15365         (gst_media_info_read_idler):
15366         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15367         (gst_play_get_all_by_interface):
15368         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15369         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15370         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15371         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15372         (gst_riff_parse_info):
15373         * gst-libs/gst/riff/riff-read.h:
15374         * gst-libs/gst/riff/riff.c: (plugin_init):
15375         * gst-libs/gst/video/Makefile.am:
15376         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15377         (gst_videosink_class_init), (gst_videosink_get_type):
15378         * gst-libs/gst/video/videosink.h:
15379         * gst/audioconvert/bufferframesconvert.c:
15380         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15381         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15382         * gst/audioconvert/channelmixtest.c: (main):
15383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15384         (gst_audio_convert_chain),
15385         (gst_audio_convert_caps_remove_format_info),
15386         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15387         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15388         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15389         (gst_audio_convert_buffer_to_default_format),
15390         (gst_audio_convert_buffer_from_default_format),
15391         (gst_audio_convert_channels):
15392         * gst/audioconvert/gstchannelmix.h:
15393         * gst/ffmpegcolorspace/avcodec.h:
15394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15395         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15396         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15397         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15398         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15399         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15400         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15401         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15402         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15403         (dv_type_find):
15404         * gst/videotestsrc/gstvideotestsrc.c:
15405         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15406         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15407         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15408         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15409         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15410         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15411         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15413         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15414         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15415         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15416         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15417         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15418         (gst_xvimagesink_navigation_send_event),
15419         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15420         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15421         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15422         * sys/xvimage/xvimagesink.h:
15423         Plugin port to 0.9, ogg/theora playback should work in the seek
15424         example now.
15425         Removed old examples.
15426         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15427         explained in 0.9 TODO doc.
15428
15429
15430 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15431
15432         * autogen.sh:
15433         * configure.ac:
15434         * ext/Makefile.am:
15435         * gst/Makefile.am:
15436         * po/POTFILES.in:
15437         * po/af.po:
15438         * po/az.po:
15439         * po/cs.po:
15440         * po/en_GB.po:
15441         * po/hu.po:
15442         * po/it.po:
15443         * po/nb.po:
15444         * po/nl.po:
15445         * po/or.po:
15446         * po/sq.po:
15447         * po/sr.po:
15448         * po/sv.po:
15449         * po/uk.po:
15450         * po/vi.po:
15451         * sys/Makefile.am:
15452         * testsuite/Makefile.am:
15453           remove a whole bunch of plugins.  This module now contains a set
15454           of free reference plugins/elements as agreed.
15455
15456 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15457
15458         * configure.ac:
15459           hunting season on 0.9 is now OPEN
15460
15461 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15462
15463         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15464           Kick the hell out of gcc for not warning me about a symbol conflict.
15465
15466 2005-02-22  Luca Ognibene  <luogni@tin.it>
15467
15468         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15469
15470         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15471           Don't leak caps string (fixes #168134)
15472
15473         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15474         (gst_jpegenc_init), (gst_jpegenc_finalize),
15475         (gst_jpegenc_change_state):
15476           Don't leak line buffers and context struct (fixes #168133).
15477
15478 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         * configure.ac:
15481         * ext/dirac/gstdiracdec.cc:
15482         (gst_diracdec_chain):
15483           Since dirac 0.5.0 the framerate in dirac is expressed as a
15484           rational number. Fix build and up requirement to 0.5.0, and
15485           also pass parameters to gst_diracdec_link in the right order
15486           (fixes #167959).
15487
15488 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15489
15490         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15491         * ext/faad/gstfaad.h:
15492         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15493         certain invalid muxed streams, where some packets will contain 
15494         junk after decoder data. Partially fixes #149158.
15495
15496 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15497         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15498           Make sure we only write to writable buffers
15499
15500 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15501
15502         * gst-libs/gst/riff/riff-media.c:
15503         (gst_riff_create_audio_caps_with_data):
15504           Do actually fix invalid RIFF fmt header values for alaw
15505           and mulaw audio instead of just saying so.
15506
15507         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15508           Give gst_riff_create_audio_caps_with_data() a chance to
15509           fix up broken format header fields before extracting any
15510           parameters from the header. (fixes #167633)
15511
15512 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15513
15514         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15515
15516         * gst/audioconvert/bufferframesconvert.c:
15517         (buffer_frames_convert_link):
15518           Don't leak othercaps. (fixes #167878)
15519
15520 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15521
15522         * configure.ac:
15523         * ext/libvisual/visual.c: (gst_visual_srclink),
15524         (gst_visual_change_state):
15525           Support libvisual 0.2.0.
15526
15527 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15528
15529         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15530         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15531           Use same rowstrides for I420 as used everywhere else.
15532
15533 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15534
15535         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15536           Declare variables at beginning of block and make gcc-2.95 happy
15537           (fixes # 167482, patch by Gergely Nagy).
15538           
15539         * gst/tcp/gsttcpclientsrc.c:
15540         * gst/tcp/gsttcpclientsrc.h:
15541           Move some includes into the header, so that struct sockaddr_in is
15542           defined when it should be defined on FreeBSD as well (fixes
15543           #167483).
15544           
15545         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15546           Don't pass uninitialised values to setsockopt() here either.
15547
15548 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15549
15550         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15551
15552         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15553           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15554
15555 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15556
15557         * gst/playback/gstplaybin.c: (add_sink):
15558           Invert bin_add/link order to workaround deadlock in opt.
15559
15560 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15561
15562         * gst/modplug/gstmodplug.cc:
15563           Add missing break causing position queries to fail.
15564
15565 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15566
15567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15568           Granpos can apparently be -1, which screws up calculations...
15569
15570 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15571
15572         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15573         (gst_ximagesink_send_pending_navigation),
15574         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15575         (gst_ximagesink_init):
15576         * sys/ximage/ximagesink.h:
15577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15578         (gst_xvimagesink_send_pending_navigation),
15579         (gst_xvimagesink_navigation_send_event),
15580         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15581         * sys/xvimage/xvimagesink.h:
15582           Use a mutex protected list to marshal navigation
15583           events into the stream thread from whichever thread
15584           sends them.
15585
15586 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15589           Display current position and track length; misc. clean-ups.
15590           
15591         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15592         (speed_init), (speed_chain):
15593           Add query function, so that the stream length and current position
15594           get adjusted when queried (note that current position queries may
15595           still be wrong if the audio sink returns values based on buffer
15596           timestamps instead of passing on the query).
15597
15598 2005-02-13  Benjamin Otte  <otte@gnome.org>
15599
15600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15601         (gst_audio_convert_channels):
15602           create channel conversion matrix when linking
15603         * gst/audioconvert/.cvsignore:
15604         * gst/audioconvert/Makefile.am:
15605         * gst/audioconvert/channelmixtest.c: (main):
15606           add (ugly) test that ensures stereo <=> mono conversion works
15607           correctly
15608
15609 2005-02-13  Benjamin Otte  <otte@gnome.org>
15610
15611         * gst/audioconvert/gstchannelmix.h:
15612           include missing header file
15613         * gst/audioconvert/gstchannelmix.c:
15614         (gst_audio_convert_fill_compatible):
15615           use same sign for both channels when converting to/from compatible
15616           channel. Previously used different signs made the signals cancel
15617           each other out and appear like silence. (fixes #167269)
15618
15619 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15620
15621         * gst/ffmpegcolorspace/avcodec.h:
15622         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15623         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15624         (gst_ffmpegcsp_avpicture_fill):
15625         * gst/ffmpegcolorspace/imgconvert.c:
15626           Convert to and from YV12 (fixes #156379).
15627
15628 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15629
15630         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15631         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15632         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15633         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15634         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15635         methods from chain and negotiation and vice versa (Fixes #166142).
15636         * sys/ximage/ximagesink.h: Add stream_lock.
15637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15638         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15639         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15640         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15641
15642 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15643
15644         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15645           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15646           error message when we can't open the DVD device (when dvdnav_open()
15647           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15648           the above). Send something more useful instead (fixes #167117).
15649
15650 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15651
15652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15653         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15654         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15655         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15656         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15657         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15658         methods from chain and negotiation and vice versa (Fixes #166142).
15659         Fix a possible bug of images in the buffer pool being discarded because
15660         we are looking at the wrong geometry.
15661         * sys/xvimage/xvimagesink.h: Add stream_lock.
15662
15663 2005-02-11  David Schleef  <ds@schleef.org>
15664
15665         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15666         unsigned int. (fixes #167128)
15667
15668 2005-02-11  David Schleef  <ds@schleef.org>
15669
15670         * gst/librfb/Makefile.am: Testing stuff before committing is
15671           for wimps... and people with fast machines.  Fix stupid
15672           mistake.
15673
15674 2005-02-11  David Schleef  <ds@schleef.org>
15675
15676         * configure.ac: Pull in librfb from my CVS tree, because it is
15677           too small and annoying to be separate.  Move rfbsrc plugin
15678           to gst/.
15679         * ext/Makefile.am:
15680         * ext/librfb/Makefile.am:
15681         * ext/librfb/gstrfbsrc.c:
15682         * gst/librfb/Makefile.am:
15683         * gst/librfb/gstrfbsrc.c:
15684         * gst/librfb/rfb.c:
15685         * gst/librfb/rfb.h:
15686         * gst/librfb/rfbbuffer.c:
15687         * gst/librfb/rfbbuffer.h:
15688         * gst/librfb/rfbbytestream.c:
15689         * gst/librfb/rfbbytestream.h:
15690         * gst/librfb/rfbcontext.h:
15691         * gst/librfb/rfbdecoder.c:
15692         * gst/librfb/rfbdecoder.h:
15693         * gst/librfb/rfbutil.h:
15694
15695 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15696
15697         * gst/speed/Makefile.am:
15698         * gst/speed/demo-mp3.c: (main):
15699         * gst/speed/filter.func:
15700         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15701         (speed_class_init), (speed_init), (speed_chain_int16),
15702         (speed_chain_float32), (speed_chain), (speed_set_property),
15703         (speed_get_property), (speed_change_state):
15704         * gst/speed/gstspeed.h:
15705           Fix speed element and make it chain-based (fixes #156467),
15706           and make it handle more than one channel.
15707
15708 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15709
15710         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15711         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15712         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15713         * ext/dts/gstdtsdec.h:
15714           Don't clobber the stack constructing the channels array.
15715           Make the element chain-based. DTS tracks can now be played.
15716           
15717 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15718
15719         * gst-libs/gst/audio/multichannel.h:
15720         * gst-libs/gst/gconf/gconf.h:
15721         * gst-libs/gst/idct/idct.h:
15722         * gst-libs/gst/media-info/media-info-priv.h:
15723         * gst-libs/gst/play/play.h:
15724         * gst-libs/gst/resample/private.h:
15725         * gst-libs/gst/resample/resample.h:
15726         * gst-libs/gst/riff/riff-ids.h:
15727         * gst-libs/gst/video/video.h:
15728         * gst-libs/gst/video/videosink.h:
15729           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15730           missing, so that they work when included from C++ code.
15731
15732 2005-02-09  David Schleef  <ds@schleef.org>
15733
15734         * testsuite/gst-lint: Check for non-statically scoped
15735           parent_class variables.  This won't be a problem once
15736           plugins are loaded with RTLD_LOCAL.
15737
15738 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15739
15740         * ext/mplex/gstmplexibitstream.cc:
15741           gcc madness.
15742
15743 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15744
15745         * ext/ogg/gstogmparse.c:
15746         * gst/debug/gstnavigationtest.c:
15747           Die, thou faulty symbol pollutors (non-static parent_class).
15748
15749 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15750
15751         * ext/mplex/gstmplexibitstream.cc:
15752           Fix event handling (#165525).
15753
15754 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15755
15756         * ext/mikmod/gstmikmod.c:
15757         * gst/modplug/gstmodplug.cc:
15758           Add missing endianness to template (fixes #165509).
15759
15760 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15761
15762         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15763           Fix wrong order of reading of optional bytes (#165290).
15764
15765 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15766
15767         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15768           Implement FILLER event awareness.
15769
15770 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15771
15772         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15773           Fix track calculations (#166208).
15774
15775 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15776
15777         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15778
15779         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15780         * ext/libpng/gstpngenc.c:
15781           Fix byte-order, use proper fixed caps. Fixes #164197.
15782
15783 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15784
15785         * configure.ac:
15786           Add dvdlpcmdec 
15787
15788         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15789         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15790           Don't push buffers if the src pad isn't negotiated yet.
15791           
15792         * gst/audioconvert/gstaudioconvert.c:
15793         (gst_audio_convert_buffer_to_default_format),
15794         (gst_audio_convert_buffer_from_default_format):
15795           Add support for 24-bit width.
15796
15797         * gst/dvdlpcmdec/.cvsignore:
15798         * gst/dvdlpcmdec/Makefile.am:
15799         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15800         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15801         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15802         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15803         (plugin_init):
15804         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15805           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15806           format. Needs support for the channels maps if someone can find 
15807           a DVD LPCM track with > 2 channels.
15808
15809         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15810         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15811         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15812         * gst/mpegstream/gstdvddemux.h:
15813         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15814         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15815         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15816         * gst/mpegstream/gstmpegdemux.h:
15817         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15818         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15819         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15820         (gst_mpeg_parse_handle_src_query),
15821         (gst_mpeg_parse_handle_src_event):
15822           Use audio/x-dvd-lpcm for LPCM output.
15823           Add DTS output.
15824
15825 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15826
15827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15828
15829         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15830         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15831           Add BGRA handling (#165736).
15832
15833 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15834
15835         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15836
15837         * gst/law/alaw-decode.c: (alawdec_link):
15838         * gst/law/alaw-encode.c: (alawenc_link):
15839         * gst/law/mulaw-decode.c: (mulawdec_link):
15840         * gst/law/mulaw-encode.c: (mulawenc_link):
15841           Fix caps memleaks (#166600).
15842
15843 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15844
15845         * ext/tarkin/mem.h:
15846         * ext/tarkin/wavelet.h:
15847         * ext/tarkin/yuv.h:
15848         * gst/ffmpegcolorspace/avcodec.h:
15849           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15850           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15851
15852 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15853
15854         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15856         (gst_xvimagesink_change_state):
15857           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15858           Xv video (and thereby regenerate Xv colourkey) in clear() so
15859           that PLAY -> READY -> PLAY works (fixes #162504).
15860
15861 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15862
15863         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15864           Switch to list instead of range, since MJPEG-devices really just
15865           support decimations, not any size.
15866
15867 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15868         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15869         (gst_mpeg2dec_reset), (free_all_buffers),
15870         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15871         * ext/mpeg2dec/gstmpeg2dec.h:
15872           The libmpeg2 user-allocated buffer management is awkward, 
15873           to say the least. Hopefully this fixes things.
15874
15875 2005-02-04  Andy Wingo  <wingo@pobox.com>
15876
15877         * gst/audioconvert/bufferframesconvert.c
15878         (buffer_frames_convert_fixate): New function, fixates to 256
15879         frames per buffer by default. (Much better than 1.)
15880         (buffer_frames_convert_init): Set the fixate function for both src
15881         and sink pad.
15882         (buffer_frames_convert_link): After success setting nonfixed caps,
15883         get the negotiated caps so we can know how many buffer-frames it
15884         will be. No idea how this worked at all before.
15885
15886 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15887
15888         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15889         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15890         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15891         (handle_sequence), (handle_picture):
15892         * ext/mpeg2dec/gstmpeg2dec.h:
15893           Rearrange buffer tracking and refcounting and refactor
15894           a little for readability. 
15895
15896 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
15897         * sys/v4l/gstv4l.c: (plugin_init):
15898         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
15899         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
15900         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
15901         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
15902         * sys/v4l/gstv4ljpegsrc.h:
15903         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
15904         * sys/v4l/v4l_calls.h:
15905         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
15906         (gst_v4lsrc_get_fps):
15907         * sys/v4l/v4lsrc_calls.h:
15908           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
15909           you jpeg inside rgb frames" driver.
15910           Don't error in the v4lsrc link function, just return 
15911           REFUSED.
15912
15913 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15914
15915         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
15916         (gst_qcamsrc_open):
15917           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
15918
15919 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15920
15921         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15922           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
15923
15924 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15925
15926         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
15927           Reset negotiated state on PAUSED->READY.
15928
15929 2005-02-02  David Schleef  <ds@schleef.org>
15930
15931         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
15932         whereever possible.  (Fixes #165997)
15933         * examples/capsfilter/capsfilter1.c: (main):
15934         * examples/dynparams/filter.c: (create_ui):
15935         * examples/seeking/cdparanoia.c: (get_track_info), (main):
15936         * examples/seeking/chained.c: (main):
15937         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15938         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15939         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
15940         (make_mpeg_pipeline), (make_mpegnt_pipeline):
15941         * examples/seeking/spider_seek.c: (make_spider_pipeline):
15942         * examples/switch/switcher.c: (main):
15943         * ext/dv/demo-play.c: (main):
15944         * ext/faad/gstfaad.c: (gst_faad_change_state):
15945         * ext/mad/gstmad.c: (gst_mad_chain):
15946         * ext/smoothwave/demo-osssrc.c: (main):
15947         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
15948         (gst_gconf_render_bin_from_description),
15949         (gst_gconf_get_default_audio_sink),
15950         (gst_gconf_get_default_video_sink),
15951         (gst_gconf_get_default_audio_src),
15952         (gst_gconf_get_default_video_src),
15953         (gst_gconf_get_default_visualization_element):
15954         * gst/level/demo.c: (main):
15955         * gst/level/plot.c: (main):
15956         * gst/playback/gstplaybin.c: (gen_video_element),
15957         (gen_audio_element):
15958         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
15959         * gst/playondemand/demo-mp3.c: (setup_pipeline):
15960         * gst/sine/demo-dparams.c: (main):
15961         * gst/spectrum/demo-osssrc.c: (main):
15962         * gst/speed/demo-mp3.c: (main):
15963         * gst/volume/demo.c: (main):
15964         * testsuite/embed/embed.c: (main):
15965
15966 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
15967
15968         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
15969         (gst_tcpclientsink_finalize):
15970         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15971         (gst_tcpclientsrc_finalize):
15972         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15973         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
15974         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15975         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
15976           Don't leak the hostname when shutting down.
15977           In tcpserversrc, take a copy of the default hostname.
15978
15979 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15980
15981         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
15982           Set caps to systemstream=TRUE.
15983
15984 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15985
15986         * testsuite/Makefile.am:
15987           Fix more OSX buildbots.
15988
15989 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
15990
15991         * ext/mpeg2dec/gstmpeg2dec.c:
15992           Don't send things to NULL PAD_PEERs
15993
15994         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
15995           Copy-on-write the incoming buffer.
15996
15997         * gst/mpegstream/gstdvddemux.h:
15998         * gst/mpegstream/gstmpegclock.h:
15999         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16000         (normal_seek), (gst_mpeg_demux_handle_src_event):
16001         * gst/mpegstream/gstmpegdemux.h:
16002         * gst/mpegstream/gstmpegpacketize.h:
16003         * gst/mpegstream/gstmpegparse.c:
16004         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16005         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16006         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16007         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16008         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16009         * gst/mpegstream/gstmpegparse.h:
16010         * gst/mpegstream/gstrfc2250enc.h:
16011           Various changes to the way time is computed that make seeking and
16012           total time estimation much better here.
16013           Use G_BEGIN/END_DECLS instead of __cplusplus
16014
16015         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16016           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16017
16018 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16019
16020         * gst/subparse/gstsubparse.c:
16021           Fix OSX buildbot.
16022
16023 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16024
16025         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16026         (theora_enc_chain), (theora_enc_change_state):
16027         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16028         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16029         (gst_vorbisenc_change_state):
16030         * ext/vorbis/vorbisenc.h:
16031           Set granulepos and timestamp correctly for streams not
16032           starting at 0, taking into account the initial delay.
16033
16034 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16035
16036         * gst/mpegstream/gstdvddemux.c:
16037           Add audio/x-dts to audio pad template caps
16038
16039 2005-01-30  David Schleef  <ds@schleef.org>
16040
16041         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16042         (create_context), (gst_polypsink_link): Fix silly endianness
16043         bug.  Add some debugging.  Remove float from caps; it doesn't
16044         work.  Attempt to get remote audio working.
16045
16046 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16047
16048         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16049           Add 3IV2 fourcc.
16050
16051 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16052
16053         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16054         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16055         (gst_avi_demux_stream_data):
16056         * gst/avi/gstavidemux.h:
16057           Invert DIB images. Fixes #132341.
16058
16059 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16060
16061         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16062         (gst_ffmpegcsp_chain):
16063           D'oh, reference the palette data, not the palette structure.
16064           Fixes color distortion in #132341.
16065
16066 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16067
16068         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16069           PAR can be non-fixed when not provided as argument (#162626).
16070
16071 2005-01-29  David Moore  <dcm@acm.org>
16072
16073         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16074
16075         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16076         (gst_qtdemux_loop_header):
16077           Re-apply patch from #142272 that allows non-seekable sources,
16078           re-proposed by Daniel Drake <dsd@gentoo.org>.
16079
16080 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16081
16082         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16083           Use the src template for creating the src pad (#162330).
16084
16085 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16086
16087         * configure.ac:
16088         * ext/musepack/Makefile.am:
16089         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16090         (gst_musepackdec_init), (gst_musepackdec_dispose),
16091         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16092         (gst_musepack_stream_init), (gst_musepackdec_loop),
16093         (gst_musepackdec_change_state):
16094         * ext/musepack/gstmusepackdec.cpp:
16095         * ext/musepack/gstmusepackdec.h:
16096         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16097         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16098         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16099         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16100         * ext/musepack/gstmusepackreader.cpp:
16101         * ext/musepack/gstmusepackreader.h:
16102           Update to 1.1 API (#165446).
16103
16104 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16105
16106         * ext/Makefile.am:
16107           Unbreak buildbot.
16108
16109 2005-01-28  Andy Wingo  <wingo@pobox.com>
16110
16111         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16112         to reflect a different dubious internet source. Add a reference
16113         and some commentary.
16114
16115 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16116
16117         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16118         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16119         * gst/playback/gststreamselector.h:
16120           Be more selective when we're redoing caps negotiation from
16121           within the chain function on a stream change.
16122
16123 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16124
16125         * configure.ac:
16126         * ext/Makefile.am:
16127         * ext/amrnb/Makefile.am:
16128         * ext/amrnb/amrnb.c: (plugin_init):
16129         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16130         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16131         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16132         (gst_amrnbdec_state_change):
16133         * ext/amrnb/amrnbdec.h:
16134         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16135         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16136         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16137         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16138         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16139         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16140         * ext/amrnb/amrnbparse.h:
16141           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16142         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16143           Add AMR-NB/-WB raw formats.
16144         * ext/alsa/gstalsa.c: (gst_alsa_link):
16145           Keep valid time when changing format.
16146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16147         (qtdemux_parse_trak):
16148           Add some more format-specific options (#140141, #143555, #155163).
16149
16150 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16151
16152         * gst/matroska/matroska-demux.c:
16153         (gst_matroska_demux_parse_blockgroup):
16154           Fix logic error in timing of subtitle stream synchronization.
16155         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16156           Add skip-chunk, which is found in kodak-camera streams.
16157
16158 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16159
16160         * po/LINGUAS:
16161         * po/vi.po:
16162           Adding Vietnamese translation (submitted by Clytie Siddall)
16163
16164 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16165
16166         * gst/playback/gstdecodebin.c: (try_to_link_1):
16167           Use realpad for signal.
16168
16169 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16170
16171         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16172           Fix category so decodebin picks it up.
16173
16174 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16175
16176         * ext/mad/Makefile.am:
16177         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16178         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16179         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16180         (found_type), (gst_id3demux_bin_change_state):
16181         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16182         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16183         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16184         (gst_id3_tag_change_state), (plugin_init):
16185         * ext/mad/gstmad.h:
16186           Add id3demuxbin (which is a simple bin consisting of id3demux
16187           and typefind), take over rank from id3demux, remove typefind
16188           code from id3demux. Makes all broken mp3s that I know of work,
16189           and thereby fixes #152688.
16190
16191 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16192
16193         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16194
16195         * ext/mad/gstmad.c: (gst_mad_src_event):
16196         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16197           Allow seeks on audio pad, make mad forward those (#164826).
16198         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16199           Set duration (#165335).
16200
16201 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16202
16203         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16204         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16205         (gst_asf_demux_process_ext_content_desc),
16206         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16207         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16208         * gst/asfdemux/gstasfdemux.h:
16209           Improve metadata display, e.g. if the metadata comes before the
16210           streams are loaded (which is perfectly valid).
16211
16212 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16213
16214         * tools/gst-launch-ext-m.m:
16215           Fix AVI/ASF pipelines (#165340).
16216
16217 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16218         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16219         build failure on amd64
16220
16221 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16222
16223         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16224         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16225           Check environment variables GST_ID3V2_TAG_ENCODING,
16226           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16227           list of character encodings to force interpretation of non-unicode
16228           strings stored in an ID3v2 tag to a particular encoding. If none
16229           is specified, try to use current locale's encoding, then fall back
16230           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16231         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16232         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16233           Check environment variables GST_ID3V1_TAG_ENCODING,
16234           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16235           list of character encodings to use in case a string encountered
16236           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16237           specified, try to use the current locale's encoding, then fall
16238           back to ISO-8859-1 (which will always succeed).
16239
16240 2005-01-25  Benjamin Otte  <otte@gnome.org>
16241
16242         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16243           - on half framerate, compute the rate in advance so the comparisons
16244             don't compare wrong values
16245           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16246             behaviour
16247           - don't use mad_header_decode anymore, mad_frame_decode does that
16248             automatically
16249           - when getting rid of consumed bytes, reset the stream's skiplen
16250           (fixes #163867)
16251
16252 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16253
16254         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16255           Use 1/2 a second for default max_discont, as PES streams from DVB
16256           seem to have larger spacings in the SCR. 
16257           Fix a typo.
16258
16259 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16260
16261         * gst/playback/gstplaybasebin.c: (group_commit):
16262           Notify delayed stream-info availability.
16263
16264 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16265         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16266         (gst_a52dec_handle_event), (gst_a52dec_chain):
16267         Add some debug output. Check that a discont has a valid
16268         time associated.
16269         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16270         (gst_alsa_sink_loop):
16271         Ignore TAG events. A little extra debug for broken timestamps.
16272         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16273         (dvdnavsrc_change_state):
16274         Ensure we send a discont to engage the link before we send any
16275         other events.
16276         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16277         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16278         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16279         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16280         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16281         dvd://title works in totem because typefinding sends a seek that ends
16282         up going back to chapter 1 regardless.
16283         * ext/mpeg2dec/gstmpeg2dec.c:
16284         * ext/mpeg2dec/gstmpeg2dec.h:
16285         Output correct timestamps and handle disconts.
16286         * ext/ogg/gstoggdemux.c: (get_relative):
16287         Small guard against a null dereference.
16288         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16289         (gst_textoverlay_set_property):
16290         Free memory when done. Don't call gst_event_filler_get_duration on
16291         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16292         g_warning.
16293         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16294         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16295         (gst_sw_srclink), (gst_smoothwave_chain):
16296         Draw solid lines, prettier colours.
16297         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16298         Add a default palette that'll work for some movies.
16299         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16300         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16301         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16302         * gst/mpegstream/gstdvddemux.h:
16303         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16304         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16305         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16306         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16307         * gst/mpegstream/gstmpegparse.h:
16308         Use PTM/NAV events when for timestamp adjustment when connected to 
16309         dvdnavsrc. Don't use many discont events where one suffices.
16310         * gst/playback/gstplaybasebin.c: (group_destroy),
16311         (gen_preroll_element), (gst_play_base_bin_add_element):
16312         * gst/playback/gstplaybasebin.h:
16313         Make sure we remove subtitles from the same bin we put them in.
16314         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16315         (gst_subparse_buffer_format_autodetect),
16316         (gst_subparse_change_state):
16317         Fix some memleaks and invalid accesses.
16318         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16319         (oggskel_type_find), (cmml_type_find), (plugin_init):
16320         Some typefind functions for Annodex v3.0 files
16321         * gst/wavparse/gstwavparse.h:
16322         GstRiffReadClass is the correct parent class.
16323
16324 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16325
16326         * gst-libs/gst/riff/riff-media.c:
16327         (gst_riff_create_video_caps_with_data):
16328           Add extradata to huffyuv (fixes #165013).
16329         * gst-libs/gst/riff/riff-read.c:
16330         (gst_riff_read_strf_vids_with_data):
16331           Fix extradata extraction if it is in the chunk size.
16332
16333 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16334
16335         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16336
16337         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16338         (gst_quarktv_change_state), (gst_quarktv_dispose):
16339           Memory free'ing location fix (#164708).
16340
16341 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16342
16343         * gst/playback/gstplaybasebin.c: (group_commit),
16344         (gen_preroll_element), (probe_triggered), (gen_source_element),
16345         (setup_source), (gst_play_base_bin_change_state),
16346         (gst_play_base_bin_add_element):
16347           Don't block for streams.
16348         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16349         (gst_stream_info_set_mute):
16350           Use gst_pad_set_active_recursive.
16351
16352 2005-01-25  Andy Wingo  <wingo@pobox.com>
16353
16354         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16355         for #ifndef HAVE_XVIDEO.
16356
16357 2005-01-24  Jeffrey C. Ollie
16358
16359         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16360
16361         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16362         * ext/gsm/gstgsmdec.h:
16363         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16364         * ext/gsm/gstgsmenc.h:
16365         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16366         was given by property. Add proper buffer timestamps and offsets.
16367
16368 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16369
16370         * gst-libs/gst/riff/riff-media.c:
16371         (gst_riff_create_audio_caps_with_data):
16372           Audio can be <8000Hz.
16373
16374 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16375
16376         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16377           Explicit state change to workaround refcount bugs.
16378
16379 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16380
16381         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16382         (gst_avimux_riff_get_avi_header):
16383           Fix...
16384
16385 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16386
16387         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16388         (gst_riff_read_element_data):
16389         * gst-libs/gst/riff/riff-read.h:
16390           Add _peek version (req'ed in CDXA).
16391         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16392         (gst_cdxaparse_loop):
16393           Fix parsing in playbin.
16394         * gst/playback/gstdecodebin.c: (close_pad_link):
16395           Ignore current_ pads, they cause major annoyance.
16396
16397 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16398
16399         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16400           Safety guard.
16401
16402 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16403
16404         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16405           Fix padding...
16406
16407 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16408
16409         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16410           Allow for 0-sized buffers. Fixes length query problems in
16411           starwars.mkv from the testsuite.
16412
16413 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16414
16415         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16416         (gst_video_box_i420), (gst_video_box_chain):
16417           Fix row strides for I420 (fixes #163159)
16418           
16419 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16420
16421         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16422           MPEG2 has a useful rate property, so we can actually use that.
16423           For MPEG-1, continue using the bytes/time properties.
16424
16425 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16426
16427         * gst-libs/gst/riff/riff-media.c:
16428         (gst_riff_create_video_caps_with_data),
16429         (gst_riff_create_video_template_caps):
16430           Add intel-h263.
16431
16432 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16433
16434         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16435           Fail if caps negotiation fails. Should fix #162184, and should
16436           definately be in there regardless of it fixing the actual bug.
16437         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16438         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16439         (gst_avimux_riff_get_avix_header),
16440         (gst_avimux_riff_get_video_header),
16441         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16442         (gst_avimux_start_file), (gst_avimux_handle_event),
16443         (gst_avimux_change_state):
16444         * gst/avi/gstavimux.h:
16445           Refactor structure writing to use GST_WRITE_UINT macros, add
16446           metadata writing support.
16447
16448 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16449
16450         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16451           Elements may already be destroyed when this function is called.
16452
16453 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16454
16455         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16456         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16457           More memory leak fixes (#149162).
16458
16459 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16460
16461         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16462         (gst_qtdemux_add_stream):
16463           Fix two memleaks.
16464
16465 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16466
16467         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16468           Argh...
16469
16470 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16471
16472         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16473           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16474           when fixating to six channels in Totem.
16475
16476 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16477
16478         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16479           Fix compile warnings on Solaris 10 buildbot
16480
16481 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16482
16483         * ext/dvdread/dvdreadsrc.c: (_read):
16484           Don't read beyond the last cell in a chapter (fixes 
16485           invalid memory access)
16486
16487 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         * ext/dvdread/stream_labels.c:
16490         (dvdreadsrc_get_audio_stream_labels):
16491           Use NULL for an empty GList instead of g_list_alloc(); fix 
16492           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16493           of GString (easier to bulk free later)
16494
16495 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16496
16497         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16498
16499         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16500         (gst_ffmpeg_pixfmt_to_caps):
16501           Fix BGRA32 caps (#164209).
16502
16503 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16504
16505         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16506
16507         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16508         (gst_ffmpeg_caps_to_pixfmt):
16509           alpha_mask can be RGBA/ABGR. Fixes #164265.
16510
16511 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16512
16513         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16514
16515         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16516         (gst_mpeg2dec_alloc_buffer):
16517         * ext/mpeg2dec/gstmpeg2dec.h:
16518           Crop if decoding size is not the actual image size (#163676).
16519
16520 2005-01-17  Steve Baker  <steve@stevebaker.org>
16521
16522         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16523
16524         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16525         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16526           Add libsndfile typefind functions (#163309).
16527
16528 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16529
16530         * tools/gst-launch-ext-m.m:
16531           Add .aac, fix .m1v/.m2v (#163891).
16532
16533 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16534
16535         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16536           Sanity check, don't wait endlessly since the clock might not
16537           actually run at this point (which is a deadlock). Fixes #164069.
16538
16539 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16540
16541         * gst/playback/gstplaybasebin.c: (probe_triggered):
16542           Of course, only pause if group is done...
16543
16544 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16545
16546         * gst/playback/gstplaybasebin.c: (probe_triggered):
16547           Thread safety.
16548
16549 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16550
16551         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16552           Don't return state change success when the parent
16553           failed.
16554
16555 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16556
16557         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16558           Free events (fix memleak in #162905).
16559
16560 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16561
16562         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16563
16564         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16565         (gst_ffmpeg_caps_to_pixfmt):
16566           Fix for depth = 15. Fixes #161675.
16567
16568 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16569
16570         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16571           Set FPS correctly, even for webcams and the like.
16572         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16573           Don error on setting while capturing.
16574
16575 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16576
16577         * ext/dv/gstdvdec.c:
16578         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16579         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16580           I'm a bad boy. using /1001. to force C to do float division
16581           and not integer division (as it did in my last commit)
16582           Thanks to David I. Lehn for pointing this mistake.
16583
16584 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16585
16586         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16587           Revert Johan's 1.35->1.36 since it breaks compat.
16588
16589 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16590
16591         * ext/dv/gstdvdec.c:
16592         * ext/libfame/gstlibfame.c:
16593         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16594         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16595           replace framerate aproximations by their real value
16596           (24000/1001, 30000/1001, 60000/1001)
16597           Finish fixing bug #164049
16598
16599 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16600
16601         * ext/ogg/gstoggmux.c:
16602           eos/bos debugging
16603         * gst/tcp/gstmultifdsink.c:
16604         * gst/tcp/gstmultifdsink.h:
16605         * gst/tcp/gsttcp.c:
16606         * gst/tcp/gsttcp.h:
16607         * gst/tcp/gsttcpclientsink.c:
16608         * gst/tcp/gsttcpclientsrc.c:
16609         * gst/tcp/gsttcpserversink.c:
16610         * gst/tcp/gsttcpserversrc.c:
16611           improve reusability of elements after state changes and errors
16612           make multifdsink throw away streamheaders when receiving new ones
16613
16614 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16615
16616         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16617           Fix for if items are already in list...
16618
16619 2005-01-12  Benjamin Otte  <otte@gnome.org>
16620
16621         * gst/adder/gstadder.c: (gst_adder_loop):
16622           fix adder a bit so it doesn't screw up with events as much anymore
16623
16624 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16625
16626         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16627         (pixbufscale_scale), (gst_pixbufscale_chain):
16628         * ext/gdk_pixbuf/pixbufscale.h:
16629           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16630           to ensure rowstrides are calculated the same way as 
16631           ffmpegcolorspace
16632           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16633           that we pick up duration and offset also.
16634
16635 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16636
16637         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16638         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16639           Reusability fixes.
16640
16641 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16642
16643         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16644         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16645         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16646         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16647           Update flags when requested.
16648
16649 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16650
16651         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16652           Fix dmix.
16653
16654 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16655
16656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16657         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16658         (probe_triggered), (new_decoded_pad), (gen_source_element),
16659         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16660         * gst/playback/gstplaybasebin.h:
16661         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16662         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16663         (gst_play_bin_change_state):
16664           Implement group-switch signal for use in apps to clear metadata
16665           cache, clean up subtitle, add suburi property instead of # hack,
16666           some error-out fixes.
16667
16668 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16669
16670         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16671           Debug.
16672         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16673           If we got a state change in the _get handler, don't return success.
16674
16675 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16676
16677         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16678         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16679           Make jpegdec quiet on MJPEG decoding
16680         * gst/asfdemux/README:
16681           Fix mimetypes for MJPEG and H263
16682
16683 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16684
16685         * ext/theora/theoradec.c: (theora_dec_chain):
16686           Fix broken code generation by gcc by swapping arguments.
16687         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16688           Fix \n in debug.
16689
16690 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16691
16692         * TODO:
16693           delete this file, it is by far outdated
16694         * ext/alsa/gstalsa.1: remove
16695         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16696         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16697         (gst_alsa_get_caps):
16698           Add HW probing for supported sample rates. Fixes #161704
16699
16700 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16701
16702         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16703           Don't crash, biatch! :).
16704
16705 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16706
16707         * ext/musepack/gstmusepackreader.cpp:
16708         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16709           Some work on tags - still doesn't work in playbin...
16710         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16711           Handle events...
16712
16713 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16714
16715         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16716           Also shove tags on kid pads.
16717
16718 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16719
16720         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16721           Don't bail on unknown events.
16722         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16723           Don't crash on events before negotiation.
16724         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16725           Send tags on pads, too.
16726         * gst/playback/gststreamselector.c:
16727         (gst_stream_selector_request_new_pad):
16728           Forward events on first pad if no input was selected yet.
16729
16730 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16731
16732         * gst/playback/gstplaybasebin.c: (setup_substreams):
16733           Don't disable streamtype if the stream doesn't exist, since
16734           then playing a video after audio will disable both and nothing
16735           will happen. Fixes the testsuite.
16736
16737 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16738
16739         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16740         (gst_v4l_xoverlay_set_xwindow_id):
16741         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16742         (gst_v4l2_xoverlay_set_xwindow_id):
16743           Add debug categories, fix overlay disabling.
16744
16745 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16746
16747         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16748         * ext/alsa/gstalsa.h:
16749           Add HW probing for period_count/size and buffer_size MIX/MAX
16750           Adjust default/user defined value if out of bounds
16751           Should fix bug #162024
16752
16753 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16754
16755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16756           Fix warning (#161191).
16757
16758 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16759
16760         * ext/dvdread/stream_labels.c:
16761         (dvdreadsrc_get_audio_stream_labels):
16762           Fix warning (init the good variable in switch default)
16763
16764 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16765
16766         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16767
16768         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16769           Fix gcc-2.95 compile (#163485).
16770
16771 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16772
16773         * configure.ac:
16774         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16775         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16776         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16777         (gst_flacenc_change_state):
16778         * ext/flac/gstflacenc.h:
16779           Update for API change in flac-1.1.1. Update requirement in
16780           configure.ac. Fixes #162974.
16781
16782 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16783
16784         * gst/playback/gstplaybasebin.c: (group_destroy):
16785           Remove hack to get rid of assert and get rid of unlinked
16786           signals properly.
16787
16788 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16789
16790         * gst/playback/gstplaybasebin.c: (setup_source):
16791           Set source to NULL so that resources are free'ed. Fixes issues
16792           with playback of CDDA and similar device-accessing things.
16793
16794 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16795
16796         * testsuite/embed/Makefile.am:
16797           test->noinst, fix make test in buildbot.
16798
16799 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16800
16801         * ext/dvdread/stream_labels.c: new file
16802         * ext/dvdread/stream_labels.h: new file
16803         * ext/dvdread/Makefile.am:
16804         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16805           Extract audio stream label from DVD IFO files.
16806           It only dump them on the console for now, still have to
16807           make playbin aware of them.
16808
16809 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16810
16811         * gst/playback/gstplaybasebin.c: (setup_source):
16812           Fix hanging subs.
16813
16814 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16815
16816         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16817         (gen_preroll_element), (remove_groups), (setup_subtitle),
16818         (gen_source_element), (setup_source):
16819         * gst/playback/gstplaybasebin.h:
16820           Multiple .sub files is just a stupid idea... Fix some threading
16821           mistakes. Interestingly, external .sub files cause playbin to
16822           hang, I don't know why... Parsing fixes contributed by Fran??ois
16823           Kooman <fkooman@tuxed.net>.
16824
16825 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16826
16827         * testsuite/embed/Makefile.am:
16828           Fix buildbot.
16829
16830 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16831
16832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16833
16834         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16835         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16836         (gst_pngenc_set_property):
16837         * ext/libpng/gstpngenc.h:
16838           Add compression level property (#163323).
16839
16840 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16841
16842         * configure.ac:
16843         * examples/capsfilter/capsfilter1.c: (main):
16844         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16845         * ext/dvdread/Makefile.am:
16846         * ext/dvdread/demo-play:
16847         * ext/dvdread/demo-play.c:
16848         * gconf/gstreamer.schemas.in:
16849         * gst-libs/gst/gconf/gconf.c:
16850         * sys/v4l/TODO:
16851         * testsuite/Makefile.am:
16852         * testsuite/embed/Makefile.am:
16853         * testsuite/embed/embed.c: (cb_expose), (main):
16854           Remove all references to xvideosink, fix examples (#140845).
16855         * gst/playback/gstplaybasebin.c: (group_destroy):
16856           Apparently, disposal does not unlink - so do explicitely.
16857         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16858           Add debug.
16859
16860 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16861
16862         * README: fix PKG_CONFIG_PATH instructions, what was there
16863         previously was breaking default search path, not nice. 
16864         Fixes #163358
16865
16866 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16867
16868         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16869         (gst_audioscale_chain):
16870           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16871           when resampling - how the ^@$^!@^! is this possible?!?
16872
16873 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16874
16875         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16876           Reset variables on READY.
16877         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16878         (gst_matroska_mux_loop):
16879           Require data before writing header.
16880
16881 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
16882
16883         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16884
16885         * ext/mad/gstmad.c: (gst_mad_chain):
16886           Don't call mad_stream_sync() directly after recovering sync.
16887           Fixes #151661.
16888
16889 2005-01-09  Martin Eikermann  <meiker@upb.de>
16890
16891         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16892
16893         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16894         (snapshot_handler), (gst_snapshot_sinkconnect),
16895         (gst_snapshot_chain):
16896           Allocate resources when required, fix recursive signal emission
16897           and fix caps. Fixes #161667.
16898
16899 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16900
16901         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16902
16903         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
16904         (gst_pngdec_chain):
16905           Handle only 8-bppc (bits-per-pixel-component) images, better
16906           error handling and correct strides. Fixes #163177.
16907         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
16908         (gst_pngenc_chain):
16909           Better error handling. Fixes #163348.
16910
16911 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16912
16913         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
16914         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
16915         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
16916         (dvdnavsrc_uri_handler_init):
16917           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
16918         * gst/playback/gstplaybasebin.c: (gen_source_element):
16919           Add MMS to streaming URIs.
16920
16921 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16922
16923         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
16924         * sys/xvimage/xvimagesink.c:
16925         (gst_xvimagesink_navigation_send_event):
16926           Check for pad availability before sending event.
16927
16928 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16929
16930         * gst-plugins.spec.in:
16931           Add subparse.
16932
16933 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16934
16935         * configure.ac:
16936           Since we use functions from CVS, up requirement.
16937
16938 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16939
16940         * gst/playback/Makefile.am:
16941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16942         (group_destroy), (group_commit), (group_is_muted),
16943         (gen_preroll_element), (add_stream), (unknown_type),
16944         (probe_triggered), (preroll_unlinked), (mute_stream),
16945         (silence_stream), (new_decoded_pad), (setup_substreams),
16946         (setup_source), (get_active_source), (mute_group_type),
16947         (muted_group_change_state), (set_active_source),
16948         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16949         (play_base_eos), (gst_play_base_bin_change_state):
16950         * gst/playback/gstplaybasebin.h:
16951         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
16952         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
16953         (gst_stream_info_dispose), (stream_info_mute_pad),
16954         (stream_info_change_state), (gst_stream_info_set_mute):
16955         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
16956         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
16957         (gst_stream_selector_init), (gst_stream_selector_dispose),
16958         (gst_stream_selector_get_linked_pad),
16959         (gst_stream_selector_get_caps), (gst_stream_selector_link),
16960         (gst_stream_selector_get_linked_pads),
16961         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
16962         * gst/playback/gststreamselector.h:
16963           Adding stream selection support plus required properties for
16964           applications to use this. Fully fixes #100931.
16965
16966 2005-01-08  Benjamin Otte  <otte@gnome.org>
16967
16968         * gst/games/gstpuzzle.c: (nav_event_handler):
16969           - handle nav events differently: forward every event no matter if it
16970             was handled or not.
16971           - translate events
16972           You can now cheat by using navigationtest ! puzzle and moving the
16973           mouse close to the edge of a tile. ;)
16974
16975 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16976
16977         * configure.ac:
16978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
16979         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
16980         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
16981         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
16982         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
16983         (gst_ogm_parse_plugin_init):
16984         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
16985         (gst_textoverlay_link), (gst_textoverlay_getcaps),
16986         (gst_textoverlay_event), (gst_textoverlay_video_chain),
16987         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
16988         * ext/pango/gsttextoverlay.h:
16989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16990         (gst_matroska_demux_handle_seek_event),
16991         (gst_matroska_demux_sync_streams),
16992         (gst_matroska_demux_parse_blockgroup),
16993         (gst_matroska_demux_subtitle_caps),
16994         (gst_matroska_demux_plugin_init):
16995         * gst/matroska/matroska-ids.h:
16996         * gst/playback/gstdecodebin.c: (close_pad_link):
16997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16998         (gen_preroll_element), (remove_groups), (add_stream),
16999         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17000         (setup_source):
17001         * gst/playback/gstplaybasebin.h:
17002         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17003         * gst/subparse/Makefile.am:
17004         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17005         (gst_subparse_base_init), (gst_subparse_class_init),
17006         (gst_subparse_init), (gst_subparse_formats),
17007         (gst_subparse_eventmask), (gst_subparse_event),
17008         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17009         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17010         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17011         (parse_mpsub_deinit), (parse_mpsub_init),
17012         (gst_subparse_buffer_format_autodetect),
17013         (gst_subparse_format_autodetect), (gst_subparse_loop),
17014         (gst_subparse_change_state), (gst_subparse_type_find),
17015         (plugin_init):
17016         * gst/subparse/gstsubparse.h:
17017         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17018         (plugin_init):
17019           Add subtitle support, .sub parser (supports SRT and MPsub),
17020           OGM text support, Matroska UTF-8 text support, deadlock fixes
17021           all over the place, subtitle awareness in decodebin/playbin
17022           and some fixes to textoverlay to handle subtitles in a stream
17023           correctly. Fixes #100931.
17024
17025 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17026
17027         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17028           Check for pad availability before doing a query on it.
17029
17030 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17031
17032         * ext/dv/gstdvdec.c:
17033           really fix bpp24/32 dvdec caps (classic rgba indeed)
17034         * gst/asfdemux/gstasfdemux.c:
17035         (gst_asf_demux_process_ext_content_desc):
17036           don't send text tags if they are empty (bis repetita)
17037
17038 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17039
17040         * ext/dv/gstdvdec.c:
17041          remove unneeded comment from dvdec
17042           (related to DV 4CC codes in AVI files)
17043           moved them in gstreamer/docs/random/mimetypes
17044         * gst/asfdemux/gstasfdemux.c:
17045         (gst_asf_demux_process_ext_content_desc):
17046          don't send text tags if they are empty
17047          fix mem leak on error path
17048         * gst/ffmpegcolorspace/avcodec.h:
17049         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17050         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17051         (gst_ffmpegcsp_avpicture_fill):
17052         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17053         * gst/ffmpegcolorspace/imgconvert_template.h:
17054          adds BGR32 and BGRA32 to ffmpegcolorspace
17055           (still bad colors, fixing it on next commit)
17056           helps with dvdec outputing BGR32
17057
17058 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17059
17060         * ext/dv/gstdvdec.c:
17061          Fix audio caps i just broke (missing ',')
17062         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17063         (gst_matroska_mux_reset):
17064          Fix typo + add FIXME about old "x-gst-metadata" crap
17065
17066 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17067
17068         * ext/dv/demo-play.c: (main):
17069          xvideosink -> xvimagesink
17070         * ext/dv/gstdvdec.c:
17071          change rgb 32/32 caps to 24/32 (no alpha)
17072          change nb of channels to be a list (2 or 4, not 2)
17073          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17074         * gst/asfdemux/gstasfdemux.c:
17075         (gst_asf_demux_process_ext_content_desc):
17076          Add 'date/year' to extracted metadata list
17077
17078 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17079
17080         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17081           The return value of fixate_to does not imply that the requested
17082           value was set, so don't assume.
17083
17084 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17085
17086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17087
17088         * ext/libpng/gstpngdec.c:
17089         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17090         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17091         * ext/libpng/gstpngenc.h:
17092           Alpha support (encoder; #163161), mime fixage.
17093
17094 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17095
17096         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17097
17098         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17099         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17100         (gst_faac_set_property), (gst_faac_get_property):
17101         * ext/faac/gstfaac.h:
17102           Allow for ADTS output (#153434).
17103
17104 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17105
17106         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17107           Fix against template (#150576).
17108
17109 2005-01-06  Benjamin Otte  <otte@gnome.org>
17110
17111         * gst/games/gstpuzzle.c: (draw_puzzle):
17112           don't draw a puzzle if either width or height of tiles would be 0.
17113
17114 2005-01-06  Benjamin Otte  <otte@gnome.org>
17115
17116         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17117         (gst_puzzle_class_init), (gst_puzzle_finalize):
17118           no memleaks, please
17119         (gst_puzzle_create), (gst_puzzle_init),
17120         (gst_puzzle_set_property), (gst_puzzle_setup):
17121           change initialization code around so we don't reshuffle on resize
17122         (draw_puzzle):
17123           fix another stupid typo
17124
17125 2005-01-06  Benjamin Otte  <otte@gnome.org>
17126
17127         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17128           fix stupid typo that borked copying on YUY2
17129
17130 2005-01-06  Benjamin Otte  <otte@gnome.org>
17131
17132         * gst/games/gstpuzzle.c: (draw_puzzle):
17133           fix edges when image sizes aren't multiples of tile sizes
17134
17135 2005-01-06  Benjamin Otte  <otte@gnome.org>
17136
17137         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17138           make RGB endianness work correctly
17139         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17140           refactor and fix race with initial shuffling
17141         (nav_event_handler):
17142           allow using the mouse to puzzle
17143         (draw_puzzle):
17144           insist on tiles having width and height as multiples of 4 to get
17145           clean YUV image handling
17146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17147         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17148           s/DEBUG/LOG/ for common messages
17149         (gst_xvimagesink_navigation_send_event):
17150           fix mouse event translation to not include screen PAR
17151         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17152           fix mouse event translation to actually work
17153
17154 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17155
17156         * gst/asfdemux/gstasfdemux.c:
17157         (gst_asf_demux_process_ext_content_desc):
17158          Extract TrackNumber metadata + clean up code
17159         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17160          Hope this is the good fix (var used unitialised)
17161
17162 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17163
17164         * ext/faad/gstfaad.c: (gst_faad_chain):
17165           Only increment timestamp if it's valid. Fixes raw AAC streams.
17166
17167 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17168
17169         * configure.ac:
17170         * gst/games/Makefile.am:
17171         * gst/games/gstpuzzle.c:
17172           add a puzzle game with...
17173         * gst/games/gstvideoimage.c:
17174         * gst/games/gstvideoimage.h:
17175           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17176           from videotestsrc and made into something that would be a nice
17177           library for a lot of other plugins.
17178
17179 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17180
17181         * configure.ac:
17182          don't compile faad plugin if a RC of 2.0 is found
17183          Fixes #155346 (and FC1 buildbot)
17184         * gst/asfdemux/gstasfdemux.c:
17185         (gst_asf_demux_process_ext_content_desc):
17186          try to make Solaris compiler happier
17187
17188 2005-01-06  Paul Jack  <pjack@sfaf.org>
17189
17190         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17191
17192         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17193           Fix segfault (#161667).
17194
17195 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17196
17197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17198           Fix framerate reporting.
17199
17200 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17201
17202         * gst-libs/gst/riff/riff-ids.h:
17203         * gst/wavenc/riff.h:
17204          Add AMR (VBR and CBR) ids to riff.h audio codec list
17205         * gst/asfdemux/gstasfdemux.c:
17206         (gst_asf_demux_process_ext_content_desc),
17207         (gst_asf_demux_process_object):
17208           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17209
17210 2005-01-05  Martin Eikermann  <meiker@upb.de>
17211
17212         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17213
17214         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17215         (gst_dvd_demux_handle_discont):
17216         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17217         (gst_mpeg_demux_handle_discont):
17218           Recreate pads on new-media (#160730).
17219         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17220           Send discont even if manager changes timestamps (#161929).
17221
17222 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17223
17224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17225
17226         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17227           Fix invalid memory access (#159211).
17228
17229 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17230
17231         * examples/gstplay/player.c: (main):
17232           Don't iterate.
17233         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17234           Add visualizations.
17235         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17236         (gst_a52dec_handle_frame):
17237           Set duration.
17238         * ext/dvdnav/gst-dvd:
17239           Add audioconvert. Fixes #161325.
17240         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17241           Explicitely case to gint64. Possible valgrind error.
17242         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17243         (gst_play_tick_callback), (gst_play_change_state),
17244         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17245         (gst_play_set_location), (gst_play_get_location),
17246         (gst_play_seek_to_time), (gst_play_set_data_src),
17247         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17248         (gst_play_set_visualization), (gst_play_connect_visualization),
17249         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17250         (gst_play_new):
17251           Use playbin. Fixes #139749 and #147744.
17252         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17253           Add genre tag.
17254         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17255         (audioscale_get_type), (gst_audioscale_base_init),
17256         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17257         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17258         (gst_audioscale_link), (gst_audioscale_get_buffer),
17259         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17260         (gst_audioscale_init), (gst_audioscale_dispose),
17261         (gst_audioscale_chain), (gst_audioscale_set_property),
17262         (gst_audioscale_get_property), (plugin_init):
17263           Indent properly.
17264         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17265           Fix LPCM.
17266         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17267         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17268         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17269           Add more metadata (fixes #162656).
17270
17271 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17272
17273         * configure.ac:
17274           back to cvs
17275
17276 === release 0.8.7 ===
17277
17278 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17279
17280         * NEWS:
17281         * RELEASE:
17282         * configure.ac:
17283           releasing 0.8.7, "Hyperspace"
17284
17285 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17286
17287         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17288
17289         * gst/playback/gstplaybasebin.c:
17290          Fix for #162924 - free caps after use, not before
17291
17292 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17293
17294         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17295
17296         * gst/playback/gstplaybasebin.c:
17297         * gst/wavparse/gstwavparse.c:
17298           Fix for #154773 - fixes playback of small .wav files
17299
17300 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17301
17302         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17303
17304         * gst/audioscale/gstaudioscale.c:
17305           Fix for #162819 - make audioscale reusable
17306           Fixes playback of more than one file with playbin/totem
17307
17308 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17309
17310         * gst/ffmpegcolorspace/avcodec.h:
17311         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17312         * gst/ffmpegcolorspace/imgconvert.c:
17313           clean up the mess that made me cry and avoid needless duplication
17314
17315 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17316
17317         * gst/ffmpegcolorspace/imgconvert.c:
17318           give some indication of why we're segfaulting
17319
17320 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17321
17322         * configure.ac:
17323           Fix indentation, fix v4l2 plugin detection.
17324         * ext/Makefile.am:
17325           Fix libmms location (Maciej, use diff -u!).
17326         * ext/alsa/gstalsa.c: (gst_alsa_init):
17327           Initialize caps cache to NULL.
17328         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17329           Only change state on audiosink if it exists.
17330
17331 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17332
17333         * gst/matroska/matroska-demux.c:
17334         * gst/matroska/matroska-ids.h:
17335         * gst/matroska/matroska-demux.h:
17336         Fix Vorbis streams failing to decode in some files, where cluster_time
17337         isn't 0, because then it doesn't send codec_priv before actual data.
17338         Remove time-based test and replace it with marker set on beginning of
17339         new stream
17340
17341 2004-12-28  David Schleef  <ds@schleef.org>
17342
17343         Merge patch from Ronald fixing problems with streaming
17344         text.
17345         * ext/cairo/gstcairo.c: (plugin_init):
17346         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17347         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17348         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17349         (gst_textoverlay_font_init), (gst_textoverlay_init),
17350         (gst_textoverlay_set_property):
17351         * ext/cairo/gsttextoverlay.h:
17352
17353 2004-12-27  David Schleef  <ds@schleef.org>
17354
17355         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17356         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17357         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17358         (gst_textoverlay_font_init), (gst_textoverlay_init),
17359         (gst_textoverlay_set_property): Improvements to actually
17360         render text as white on black outline on video, including
17361         font selection and horizontal/vertical alignment.  (Ronald's
17362         christmas present)
17363         * ext/cairo/gsttextoverlay.h:
17364
17365 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17366
17367         * ext/ogg/gstogg.c:
17368         * ext/ogg/gstogmparse.c:
17369           fix ogm[audio/video]parse plugin registration
17370           (riff won't load if bytestream is already loaded)
17371
17372 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17373
17374         * gst/audioconvert/gstchannelmix.c:
17375           fix for GLIB < 2.4
17376
17377 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17378
17379         * Makefile.am:
17380         * configure.ac:
17381           disable docs again until it actually passes make distcheck.
17382
17383 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17384
17385         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17386         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17387         (plugin_init):
17388           Add 3GP (variables name Q3GP because they can't start with a
17389           number). Add samr audio fourcc (used in .3gp files), decoder
17390           is work in progress. Also do a GST_WARNING instead of ERROR
17391           in case of unknown nodes, to decrease output.
17392
17393 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17394
17395         * Makefile.am:
17396           really fix dist
17397
17398 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17399
17400         * configure.ac:
17401         * ext/speex/gstspeexdec.h:
17402         * ext/speex/gstspeexenc.h:
17403           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17404           Fix detection code in configure.ac
17405
17406 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17407
17408         * gst/matroska/matroska-demux.c:
17409         (gst_matroska_demux_parse_blockgroup):
17410           Save position, so that queries give proper return values. Don't
17411           know how this could ever have worked before...
17412
17413 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17414
17415         * configure.ac:
17416           Put additional LAME check inside the conditional.  Fixes #152339
17417
17418 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17419
17420         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17421         (gst_avi_demux_stream_scan):
17422           Add some more debug. Fix logic error when setting movi offset
17423           while reading index.
17424
17425 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17426
17427         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17428         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17429         (gst_avi_demux_process_next_entry):
17430           Add some debugging. Better detection of broken indexes and the
17431           accompanying index recovery. No infinite loops on state changes
17432           when we're still in our loopfunction.
17433
17434 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17435
17436         * configure.ac:
17437           Fix up.
17438
17439 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17440
17441         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17442
17443         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17444           Normalizing the value before setting
17445         (gst_sunaudiomixer_get_volume):
17446           Normalizing the value after getting. Fixes bug# 161980
17447
17448 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17449
17450         * Makefile.am: Make sure docs gets disted
17451         * docs/Makefile.am: Make sure all needed files get disted
17452         * gst-plugins.spec.in: latest updates
17453
17454 2004-12-22  Wim Taymans  <wim@fluendo.com>
17455
17456         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17457         Revert patch 1.38 as clock distribution over schedulers does
17458         not work correcly in the core yet.
17459
17460 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17461
17462         * sys/oss/README: remove this file, which predates my birth
17463           (and which content is by far outdated)
17464
17465 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17466
17467         * Makefile.am:
17468         * configure.ac:
17469         * docs/Makefile.am:
17470         * docs/libs/Makefile.am:
17471         * docs/libs/gst-plugins-libs-docs.sgml:
17472         * docs/libs/gst-plugins-libs-sections.txt:
17473         * docs/libs/tmpl/gstgconf.sgml:
17474         * docs/upload.mak:
17475         * docs/version.entities.in:
17476           Added boilerplate gtk-doc files for plugin-libs documentation.
17477
17478 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17479
17480         * gst/auparse/gstauparse.c: fix int and float audio caps
17481
17482 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17483
17484         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17485         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17486           g_assert() can be a macro, don't use #ifdef inside it.
17487
17488 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17489
17490         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17491
17492         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17493         (gst_videorate_init), (gst_videorate_chain),
17494         (gst_videorate_change_state):
17495           Event handling (fixes #159986).
17496
17497 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17498
17499         * gst-libs/gst/riff/riff-media.c:
17500         (gst_riff_create_video_caps_with_data):
17501           Add BLZ0 (Blizzard's version of DivX) fourcc.
17502
17503 2004-12-18  David Schleef  <ds@schleef.org>
17504
17505         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17506         portability fix.
17507
17508 2004-12-18  David Schleef  <ds@schleef.org>
17509
17510         * gst/tta/ttadec.h: Disable some header code that isn't used
17511         and clearly isn't portable.
17512
17513 2004-12-18  David Schleef  <ds@schleef.org>
17514
17515         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17516         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17517         (avcodec_get_pix_fmt), (avpicture_layout),
17518         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17519         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17520         Fix code to not use GCC extensions (and c99 extensions that
17521         Forte does not like.)
17522
17523 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17524
17525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17526
17527         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17528         (gst_deinterlace_chain):
17529           Rowstride fixes. Fixes #161039.
17530         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17531         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17532         (gst_video_crop_getcaps), (gst_video_crop_link),
17533         (gst_video_crop_i420), (gst_video_crop_chain),
17534         (gst_video_crop_change_state):
17535           Rework of negotiation. Actually works now. Fixes #158650.
17536
17537 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17538
17539         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17540           That was very stupid.
17541
17542 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17543
17544         * gst/matroska/matroska-demux.c:
17545         (gst_matroska_demux_parse_blockgroup):
17546           Fix possible crasher.
17547
17548 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17549
17550         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17551         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17552           Lace sizes can be zero.
17553
17554 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17555
17556         * ext/musepack/gstmusepackdec.cpp:
17557           Fetch error return values. Fixes #161624.
17558         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17559           Really EOS.
17560
17561 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17562
17563         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17564           Work for truncated (unfinished download etc.) files. Fixes #160514.
17565
17566 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17567
17568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17569           Fix for integer overflow. Makes #156001 not crash. Probably masks
17570           the real bug.
17571
17572 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17573
17574         * gst/ac3parse/gstac3parse.c: (plugin_init):
17575           Parsers never have ranks. Fixes #159651.
17576
17577 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17578
17579         * gst/playback/gstdecodebin.c: (compare_ranks):
17580           make sure the facotries are ordered the same every time even if they
17581           have the same rank by using the name
17582         * gst/playback/gstdecodebin.c: (find_compatibles):
17583           make sure we don't add factories to the list twice
17584
17585 2004-12-16  David Schleef  <ds@schleef.org>
17586
17587         * configure.ac: look for musepack headers as musepack/*.h
17588         (fixes #159847)
17589         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17590         * ext/musepack/gstmusepackreader.h: same
17591
17592 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17593
17594         * gst-libs/gst/riff/riff-read.c:
17595         (gst_riff_read_strf_auds_with_data):
17596           Read extradata correctly (fixes #155879).
17597
17598 2004-12-16  David Schleef  <ds@schleef.org>
17599
17600         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17601         audio.  does _not_ attempt or allow conversion unless channels
17602         is 1 or 2.
17603
17604 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17605
17606         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17607
17608 2004-12-16  David Schleef  <ds@schleef.org>
17609
17610         * gst/audioscale/gstaudioscale.c: the resample library only
17611         handles 1 or 2 channels.  Change caps to compensate.
17612
17613 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17614
17615         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17616         (gst_matroska_demux_audio_caps):
17617           Some MPEG-AAC hacks, because else it doesn't work...
17618
17619 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17620
17621         * gst-libs/gst/riff/riff-media.c:
17622         (gst_riff_create_video_caps_with_data),
17623         (gst_riff_create_video_template_caps):
17624           Add h264.
17625
17626 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17627
17628         * gst-libs/gst/audio/Makefile.am:
17629           Try to fix buildbot.
17630
17631 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17632
17633         * gst/tcp/gstmultifdsink.c:
17634           Clean up and uniformize debugging.
17635
17636 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17637
17638         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17639
17640         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17641         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17642         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17643         (gst_mpeg_demux_change_state):
17644           Reset on ready. Fixes 160276.
17645
17646 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17647
17648         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17649
17650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17651         (gst_ffmpegcsp_pad_link):
17652           Fix memleak (#154815).
17653
17654 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17655
17656         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17657
17658         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17659         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17660         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17661         * ext/musicbrainz/gsttrm.h:
17662           Add support for using a proxy server when getting a trm id from
17663           the MusicBrainz database (#149613).
17664
17665 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17666
17667         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17668
17669         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17670         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17671           Fix memleaks (#157233).
17672
17673 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17674
17675         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17676
17677         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17678         * gst-libs/gst/resample/resample.h:
17679         * gst/audioscale/gstaudioscale.c:
17680           Fix memleak (#159215).
17681
17682 2004-12-16  Toni Willberg  <toniw@iki.fi>
17683
17684         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17685
17686         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17687         * sys/oss/oss_probe.c: (main):
17688           Check for mono/stereo support (similar to samplerate probing),
17689           fixes #159433. Also add missing copyright header to oss_probe.c.
17690
17691 2004-12-15  David Schleef  <ds@schleef.org>
17692
17693         * configure.ac: add audioresample and cairo plugins.  Remove
17694         HAVE_MMX stuff, because it's not used.
17695         * ext/Makefile.am: same
17696         * ext/audioresample/Makefile.am: You are not ready for an
17697         audio resampling element based on audioresample.
17698         * ext/audioresample/gstaudioresample.c:
17699         * ext/audioresample/gstaudioresample.h:
17700         * ext/cairo/Makefile.am: You are not ready for overlay elements
17701         based on cairo.  Don't look too closely, these elements kinda
17702         suck right now.
17703         * ext/cairo/gstcairo.c: new
17704         * ext/cairo/gsttextoverlay.c: new
17705         * ext/cairo/gsttextoverlay.h: new
17706         * ext/cairo/gsttimeoverlay.c: new
17707         * ext/cairo/gsttimeoverlay.h: new
17708         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17709         problem with compilers that don't support variadic macros.
17710
17711 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17712
17713         Reviewed by:  David Schleef  <ds@schleef.org>
17714
17715         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17716         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17717         bit.  Also ran indent-gst.
17718         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17719         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17720         (gst_sunaudiosrc_setparams):
17721
17722 2004-12-14  David Schleef  <ds@schleef.org>
17723
17724         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17725         output rate to 16000.  Should fix #160235.
17726
17727 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17728
17729         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17730         Add typefinding for mpeg2 pes streams
17731
17732 2004-12-13  David Schleef  <ds@schleef.org>
17733
17734         * configure.ac:  Applied patch from bug #143659, making default
17735         sources and sinks OS-dependent (for Solaris), and added code
17736         for OS/X.
17737         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17738
17739 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17740
17741         * gst-libs/gst/riff/riff-media.c:
17742           forgot to add h2.64 to avidemux template caps
17743
17744 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17745
17746         * gst/wavenc/riff.h:
17747         * gst-libs/gst/riff/riff-media.c:
17748         * gst-libs/gst/riff/riff-ids.h:
17749         * gst/avi/gstavimux.c
17750         add 4CC code for VideoSoft h264 in AVI (VSSH)
17751           fixes bug #160655
17752         remove s323 from riff, it's quicktime specific :(
17753
17754 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17755
17756         * gst/asfdemux/README
17757         * gst/wavenc/riff.h
17758         * gst-libs/gst/riff/riff-ids.h
17759         * gst-libs/gst/riff/riff-media.c
17760         * gst/qtdemux/qtdemux.c:
17761           add new 4CC codes for h263 related codecs
17762           fixes partially bug #155163
17763
17764 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17765
17766         * configure.ac: Update polyaudio requirement to 0.7
17767         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17768
17769 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17770
17771         * gst/interleave/deinterleave.c:
17772         fix my name's spelling! :)
17773
17774 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17775
17776         * AUTHORS ChangeLog
17777         * gst/auparse/gstauparse.c
17778         * gst/interleave/deinterleave.c
17779         * gst/law/:
17780                 alaw-decode.c alaw-encode.c
17781                 mulaw-decode.c mulaw-encode.c
17782         * gst/oneton/gstoneton.c
17783         * sys/osxaudio/:
17784                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17785         * sys/osxvideo/:
17786                 cocoawindow.h cocoawindow.m
17787                 osxvideosink.h osxvideosink.m
17788
17789         put the same mail address for Zaheer Abbas Merali everywhere
17790
17791 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17792
17793         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17794           Align by packetsize, and assert that we a packet available before
17795           playing. The first makes webstreams work (they often include
17796           trailing padding data in a packet), the second allows pausing a
17797           ASF stream in totem without getting demux errors afterwards.
17798
17799 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17800
17801         * ext/ogg/gstoggdemux.c: (get_relative):
17802           Check for non-NULL before accessing member (end-of-chain).
17803
17804 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17805
17806         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17807         (cdparanoia_set_property), (cdparanoia_get_property):
17808         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17809         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17810         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17811         (dvdreadsrc_init), (dvdreadsrc_set_property),
17812         (dvdreadsrc_get_property):
17813         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17814         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17815           Synchronize property names where not yet the case. Devices are
17816           now device=X, other versions are deprecated (but still exist).
17817           Also use g_free() unconditionally.
17818         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17819         (setup_source), (gst_play_base_bin_get_property):
17820           Expose source.
17821
17822 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17823
17824         * configure.ac: move GCONF macro outside conditional for the am
17825           conditional. Fixes #160439
17826
17827 2004-12-08  David Schleef  <ds@schleef.org>
17828
17829         * tools/gst-visualise-m.m: Switch to elements that currently
17830         exist.
17831
17832 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17833
17834         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17835           We love wrong commas.
17836
17837 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17838
17839         * gst/matroska/matroska-demux.c:
17840         (gst_matroska_demux_handle_src_query):
17841           Don't set DEFAULT, unsupported - makes length display incorrectly
17842           in some cases.
17843
17844 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17845
17846         * gst/monoscope/README: remove blurb about files being GPL
17847         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17848         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17849           monoscope is now effectively LGPL licensed
17850
17851 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17852
17853         * gst/monoscope/README: Update information to be more correct
17854         * gst/monoscope/convolve.c: Relicense to LGPL
17855         * gst/monoscope/convolve.h: Relicense to LGPL
17856
17857 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17858
17859         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17860           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17861         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17862           set default_duration for mpeg1 audio
17863
17864 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17865
17866         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17867         * ext/alsa/gstalsa.h:
17868           refactor big chunks of the core caps negotiation code to make it
17869           a lot faster, because people claim it's really slow
17870           (actually, just cache the getcaps when the device is opened)
17871
17872 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17873
17874         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17875         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17876         (gst_a52dec_handle_frame), (gst_a52dec_chain),
17877         (gst_a52dec_change_state), (plugin_init):
17878         * ext/a52dec/gsta52dec.h:
17879           Do something useful with timestamps. Make chain-based (since
17880           there's really no reason to be loopbased).
17881         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17882           Update current_byte/frame correctly.
17883
17884 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17885
17886         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17887         (gst_ape_demux_stream_init):
17888           Forward tags, too.
17889
17890 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17891
17892         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17893           Let's make sure we're done typefinding when detecting tags.
17894
17895 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17896
17897         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
17898         (gst_ebml_read_init), (gst_ebml_read_use_event),
17899         (gst_ebml_read_element_id), (gst_ebml_peek_id),
17900         (gst_ebml_read_seek), (gst_ebml_read_skip),
17901         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
17902         (gst_ebml_read_master):
17903         * gst/matroska/ebml-read.h:
17904         * gst/matroska/matroska-demux.c:
17905         (gst_matroska_demux_parse_contents),
17906         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
17907           Disgustingly evil hack for working around INTERRUPT events and
17908           their extremely annoying habit of being a pain in the ass. We
17909           simply peek a cluster before reading any of it.
17910
17911 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17912
17913         * ext/musepack/gstmusepackdec.cpp:
17914           There's also floating point libmusepacks.
17915
17916 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17917
17918         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
17919         (gst_faad_chanpos_to_gst), (gst_faad_chain):
17920           Set DURATION even if source buffer didn't. Also use increasing
17921           timestamps.
17922         * gst-libs/gst/riff/riff-media.c:
17923         (gst_riff_create_audio_caps_with_data):
17924           Block_align can have larger values than 8192.
17925
17926 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17927
17928         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
17929         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
17930         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
17931         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
17932           Fix caps.
17933
17934 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17935
17936         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
17937           Fix logic bug.
17938
17939 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17940
17941         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
17942           Yay, another one.
17943
17944 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17945
17946         * ext/esd/esdsink.c: (gst_esdsink_chain):
17947           Make error actually say something useful (fixes #156798).
17948         * gst-libs/gst/riff/riff-media.c:
17949         (gst_riff_create_video_caps_with_data),
17950         (gst_riff_create_video_template_caps):
17951           Add Intel Video 5.0 fourcc (IV50).
17952
17953 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
17954
17955         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
17956         detection on mono and stereo mp3 files.
17957
17958 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17959
17960         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17961           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
17962           the contained stream).
17963
17964 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17965
17966         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
17967           Oops, remove debug.
17968
17969 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
17970
17971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17972
17973         * gst/law/alaw-decode.c: (alawdec_getcaps):
17974         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
17975           Prevent warnings when negotiating caps (fixes #159338).
17976
17977 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17978
17979         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17980         (gst_ffmpegcsp_chain):
17981           Remove old leftover that shouldn't be there...
17982
17983 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
17984
17985         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17986
17987         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17988           Don't forward DISCONT events (fixes #159684).
17989
17990 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17991
17992         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
17993           Unlink manually since sometimes bin disposal (and therefore
17994           pad unlinking) is delayed, which will cause a new media file
17995           to not be able to start playing instantly.
17996
17997 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17998
17999         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18000           On mute of an unlinked stream, check for pad availability so
18001           we don't crash on unlinked pad.
18002
18003 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18004
18005         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18006         (gst_avi_demux_massage_index):
18007           Fix quite humiliating bug in omitting 0-sized index chunks but
18008           forgetting to count them for timestamps.
18009
18010 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18011
18012         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18013           Actually leave the loop if we failed to sync. Don't crash.
18014
18015 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18016
18017         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18018         (gst_dvd_demux_process_private):
18019         * gst/mpegstream/gstdvddemux.h:
18020           Fix crash (#159759). Doesn't work, though. :-(.
18021
18022 2004-11-28  Benjamin Otte  <otte@gnome.org>
18023
18024         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18025           more overwriting protection due to modifying channels one by one
18026           instead of all at once
18027
18028 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18029
18030         * gst/audioconvert/gstchannelmix.c:
18031         (gst_audio_convert_fill_normalize):
18032           Normalize using absolute values.
18033
18034 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18035
18036         * configure.ac:
18037         * ext/Makefile.am:
18038         * ext/directfb/Makefile.am:
18039         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18040         (gst_directfbvideosink_get_pixel_format),
18041         (gst_directfbvideosink_get_format_from_fourcc),
18042         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18043         (gst_directfbvideosink_sink_link),
18044         (gst_directfbvideosink_change_state),
18045         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18046         (gst_directfbvideosink_buffer_alloc),
18047         (gst_directfbvideosink_interface_supported),
18048         (gst_directfbvideosink_interface_init),
18049         (gst_directfbvideosink_navigation_send_event),
18050         (gst_directfbvideosink_navigation_init),
18051         (gst_directfbvideosink_set_property),
18052         (gst_directfbvideosink_get_property),
18053         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18054         (gst_directfbvideosink_base_init),
18055         (gst_directfbvideosink_class_init),
18056         (gst_directfbvideosink_get_type), (plugin_init):
18057         * ext/directfb/directfbvideosink.h: Adding a first version of
18058         directfbvideosink.
18059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18060         more.
18061
18062 2004-11-28  Benjamin Otte  <otte@gnome.org>
18063
18064         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18065           walk the samples backwards if out_channels > in_channels so we don't
18066           overwrite data
18067
18068 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18069
18070         * gst/audioconvert/Makefile.am:
18071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18072         (gst_audio_convert_link), (gst_audio_convert_change_state),
18073         (gst_audio_convert_channels):
18074         * gst/audioconvert/gstchannelmix.c:
18075         (gst_audio_convert_unset_matrix),
18076         (gst_audio_convert_fill_identical),
18077         (gst_audio_convert_fill_compatible),
18078         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18079         (gst_audio_convert_fill_others),
18080         (gst_audio_convert_fill_normalize),
18081         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18082         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18083         * gst/audioconvert/gstchannelmix.h:
18084           Implement a channel mixer.
18085
18086 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18087
18088         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18089         * ext/alsa/gstalsa.h:
18090         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18091         Make alsasink actually honor gst_element_set_clock and use that
18092         clock instead of its internal one.
18093
18094 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18095
18096         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18097         (gst_play_base_bin_change_state): nullify source and decoder when
18098         going from READY to NULL so that we don't try to do weird stuff with
18099         them when going from NULL to READY
18100         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18101         instead of g_object_unref
18102         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18103         it should be correct
18104         (gst_play_bin_change_state): don't call remove_sinks if we are
18105         currently disposing the object
18106
18107 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18108
18109         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18110           Don't forget bass if it's there. Else left channel is silent...
18111
18112 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18113
18114         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18115         (gst_a52dec_change_state):
18116           Don't do sample adjusting anymore, we use float audio now.
18117         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18118           Don't fixate to non-existing properties.
18119
18120 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18121
18122         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18123         (gst_a52dec_change_state):
18124           Advertise that we can do surround sound.
18125
18126 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18127
18128         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18129           Add buffer-frames=0.
18130         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18131         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18132         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18133         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18134         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18135         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18136         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18137         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18138         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18139         * ext/dvdread/dvdreadsrc.h:
18140           Add seeking, querying for bytes, sectors, title, angle and
18141           chapter. Handle multiple chapters. Relicense to LGPL because
18142           Billy agreed on that (thanks Billy!).
18143
18144 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18145
18146         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18147         call parent dispose method
18148
18149 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18150
18151         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18152         (gst_audio_clock_get_internal_time):
18153         Fix active <-> inactive transitions: ensure time value always
18154         grows and avoid abrupt value changes.
18155
18156 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18157
18158         * configure.ac:
18159         * gst/tta/Makefile.am:
18160         * gst/tta/crc32.h:
18161         * gst/tta/filters.h:
18162         * gst/tta/gsttta.c:
18163         * gst/tta/gstttadec.c:
18164         * gst/tta/gstttadec.h:
18165         * gst/tta/gstttaparse.c:
18166         * gst/tta/gstttaparse.h:
18167         * gst/tta/ttadec.h:
18168           added TTA parser and decoder
18169
18170 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18171
18172         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18173         (probe_triggered), (check_queue), (buffer_underrun),
18174         (buffer_running), (buffer_overrun), (gen_source_element),
18175         (setup_source):
18176         * gst/playback/gstplaybasebin.h:
18177           Implement buffering. Needs some more work.
18178
18179 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18180
18181         * ext/theora/theoradec.c: (theora_dec_chain):
18182           Fix ilog mask range overflow.
18183
18184 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18185
18186         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18187           Don't omit the last (which in case of dmix is the only :) )
18188           channel count. Don't set channels if <= 2.
18189
18190 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18191
18192         * gst/playback/gstplaybin.c: (gen_video_element),
18193         (gen_audio_element): Removed 2 obsolete comments
18194
18195 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18196
18197         * ext/vorbis/oggvorbisenc.c
18198         * ext/vorbis/vorbisenc.c :
18199           change description fields of those plugins to differentiate them
18200           (pitivi show Encoders by description, they had the same one)
18201
18202 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18203
18204         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18205
18206         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18207         (gst_play_bin_set_property), (gen_video_element),
18208         (gen_audio_element):
18209           Refcounting fixes for provided audio-/videosinks.
18210
18211 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18212
18213         * gst/playback/gstplaybin.c: (gen_video_element),
18214         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18215           Don't reference all sinks, but only the video- and audiosinks.
18216           The vis. element should be disposed when we're done with it.
18217           We don't have any reason to keep it around. This fixes warnings
18218           when reusing playbin for playing multiple audio files with
18219           vis. enabled. Also release audio device on pause - idea stolen
18220           from Rhythmbox.
18221
18222 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18223
18224         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18225         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18226         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18227         * ext/alsa/gstalsaplugin.c: (plugin_init):
18228         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18229         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18230         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18231         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18232         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18233         (gst_faad_change_state), (plugin_init):
18234         * ext/faad/gstfaad.h:
18235         * ext/vorbis/vorbis.c: (plugin_init):
18236         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18237         * gst-libs/gst/audio/Makefile.am:
18238         * gst-libs/gst/audio/audio.c: (plugin_init):
18239         * gst-libs/gst/audio/multichannel.c:
18240         (gst_audio_check_channel_positions),
18241         (gst_audio_get_channel_positions),
18242         (gst_audio_set_channel_positions),
18243         (gst_audio_set_structure_channel_positions_list),
18244         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18245         (gst_audio_fixate_channel_positions):
18246         * gst-libs/gst/audio/multichannel.h:
18247         * gst-libs/gst/audio/testchannels.c: (main):
18248         * gst/audioconvert/gstaudioconvert.c:
18249         (gst_audio_convert_class_init), (gst_audio_convert_init),
18250         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18251         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18252         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18253         * gst/audioconvert/plugin.c: (plugin_init):
18254           Surround sound support.
18255
18256 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18257
18258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18259           Fix position for discont if we're close as well. Nitpicking, but
18260           saves a few milliseconds of extra waiting or skipping.
18261
18262 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18263
18264         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18265           We sometimes need parsers for playback, so add those too.
18266
18267 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18268
18269         * configure.ac:
18270         * gst/apetag/Makefile.am:
18271         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18272         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18273         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18274         (gst_ape_demux_get_src_query_types),
18275         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18276         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18277         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18278         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18279         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18280         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18281         (gst_ape_demux_change_state):
18282         * gst/apetag/apedemux.h:
18283         * gst/apetag/apetag.c: (plugin_init):
18284         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18285         (plugin_init):
18286           APE v1/2 tag reader plus typefind function.
18287
18288 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18289
18290         * configure.ac:
18291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18292         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18293           Remove hacks for older core. Require newer core version
18294           accordingly.
18295
18296 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18297
18298         * gst/cdxaparse/Makefile.am:
18299         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18300         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18301         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18302         * gst/cdxaparse/gstcdxaparse.h:
18303         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18304         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18305         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18306         (gst_cdxastrip_get_src_query_types),
18307         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18308         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18309         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18310         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18311         * gst/cdxaparse/gstcdxastrip.h:
18312           SVCD/VCD header stripping separated from CDXA image parsing.
18313         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18314         (plugin_init):
18315           Add VCD/SVCD header typefinding for VCD/SVCD.
18316         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18317         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18318         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18319         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18320         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18321         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18322         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18323         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18324         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18325         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18326         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18327         * sys/vcd/vcdsrc.h:
18328           Fix up, add seeking, querying, URI interface. Works in totem now.
18329
18330 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18331
18332         * configure.ac:
18333           back to CVS
18334
18335 === release 0.8.6 ===
18336
18337 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18338
18339         * NEWS:
18340         * RELEASE:
18341         * configure.ac:
18342         * po/af.po:
18343         * po/az.po:
18344         * po/cs.po:
18345         * po/en_GB.po:
18346         * po/hu.po:
18347         * po/it.po:
18348         * po/nb.po:
18349         * po/nl.po:
18350         * po/or.po:
18351         * po/sq.po:
18352         * po/sr.po:
18353         * po/sv.po:
18354         * po/uk.po:
18355           releasing 0.8.6, "IOU Love"
18356
18357 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18358
18359         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18360
18361         * gst/playback/gstplaybasebin.c:
18362           Fix unplayable files error handling.  Fixes #158365
18363
18364 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18365
18366         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18367
18368         * gst/typefind/gsttypefindfunctions.c:
18369           Fix broken mp3 typefinding.  Fixes #158375
18370
18371 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18372
18373         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18374
18375         * ext/ogg/gstoggdemux.c:
18376           Fix sync on broken files.  Fixes #158976
18377
18378 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18379
18380         patch by: Edward Hervey <bilboed@bilboed.com>
18381
18382         * ext/libpng/gstpngenc.c:
18383           Copy over buffer properties.  Fixes #158832
18384
18385 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18386
18387         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18388
18389         * ext/dvdread/dvdreadsrc.c:
18390           Fixes invalid reads (#158462)
18391
18392 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18393
18394         * sys/v4l/gstv4lsrc.c:
18395         * sys/v4l/gstv4lsrc.h:
18396         * sys/v4l/v4lsrc_calls.c:
18397           Probe less and cache it.  Fixes #159187.
18398
18399 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18400
18401         * gst/videorate/gstvideorate.c:
18402           Handle all video formats. Fixes #159186.
18403
18404 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18405         * gst/synaesthesia/gstsynaesthesia.c:
18406         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18407         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18408         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18409         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18410         (gst_synaesthesia_change_state), (plugin_init):
18411         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18412         Force 320x200 output, as that's the only thing the underlying
18413         synaesthesia implementation supports. Still needs to be made
18414         re-entrant.
18415
18416 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18417
18418         * configure.ac:
18419           Fix mpeg2enc configure check (similar to mplex check below).
18420
18421 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18422
18423         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18424
18425         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18426           Fix for gcc-2.95 (fixes #158221).
18427
18428 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18429
18430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18431           Re-add clock distribution hack (until new core is released).
18432           Fixes #158125.
18433
18434 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18435         * configure.ac:
18436           fix mplex configure check segfaulting on some systems (bug #140994)
18437
18438 2004-11-13  Benjamin Otte  <otte@gnome.org>
18439
18440         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18441           add debugging
18442         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18443           do a wait when we enter the loop func with no data available to
18444           write instead of getting into an 100% CPU loop by just returning and
18445           being called again by the scheduler
18446
18447 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18448
18449         * configure.ac:
18450         * ext/libvisual/visual.c: (gst_visual_get_type),
18451         (libvisual_log_handler), (gst_visual_getcaps),
18452         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18453         (plugin_init):
18454           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18455         * ext/smoothwave/Makefile.am:
18456         * ext/smoothwave/demo-osssrc.c: (main):
18457         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18458         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18459         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18460         (plugin_init):
18461         * ext/smoothwave/gstsmoothwave.h:
18462           Make gstsmoothwave a working element in the 20th century.
18463
18464         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18465           Fix incorrect link function
18466
18467 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18468
18469         * gst/volume/gstvolume.c:
18470           Allow buffer-frames=0.
18471
18472 2004-11-12 Iain <iaingnome@gmail.com>
18473
18474         * configure.ac: Check for polypaudio
18475
18476         * ext/Makefile.am: Build the polyp dir
18477
18478         * ext/polyp: The polypsink sources.
18479
18480 2004-10-30 Iain <iaingnome@gmail.com>
18481
18482         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18483         caps to reflect the new number of channels.
18484
18485 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18486
18487         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18488           Fix for negotiation order problem. This would show when the
18489           ALSA loopfuction was called before any other function. ALSA
18490           wouldn't do anything because we're not negotiated yet, leading
18491           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18492
18493 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18494
18495         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18496
18497         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18498           No warnings (#157986).
18499
18500 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18501
18502         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18503           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18504
18505 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18506
18507         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18508           Signal no-more-pads (so it works in playbin).
18509
18510 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18511
18512         * ext/musepack/gstmusepackreader.cpp:
18513           Workaround for older core.
18514
18515 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18516
18517         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18518           Actually test for odd width/height rather than testing whether
18519           a temporary variable that was 0 before we subtracted 1 is now
18520           not equal to zero (which it always is).
18521
18522 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18523
18524         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18525         Fix compilation if HAVE_XVIDEO is not defined
18526
18527 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18528
18529         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18530         Fix compilation if HAVE_XVIDEO is not defined
18531
18532 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18533
18534         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18535         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18536         (gst_goom_change_state), (plugin_init):
18537         Use the bytestream adapter so goom doesn't depend on the input
18538         buffer size.
18539         Add a debug category
18540
18541 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18542
18543         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18544           Only set hardware parameters *after* negotiation. Before
18545           negotiation, it will set ANY and that seems to cause crashes
18546           (see e.g. #151288, #153227).
18547
18548 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18549
18550         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18551           This seems to be antique leftover. It needs to pass error
18552           checking.
18553         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18554         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18555         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18556         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18557           Fix GstXOverlay implementation (#151059).
18558
18559 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18560
18561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18562           Don't assert (#157853).
18563
18564 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18565
18566         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18567           Fix bytes/samples confustion.
18568         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18569           Fix for underrun (#144389).
18570
18571 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18572
18573         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18574           Disable halfway-seek for pending release (since it needs a new
18575           core release).
18576
18577 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18578
18579         * sys/v4l/gstv4lsrc.c:
18580         * sys/v4l/gstv4lsrc.h:
18581         * sys/v4l/v4lsrc_calls.c:
18582           add autoprobe-fps property so we can separate autoprobing parts
18583
18584 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18585
18586         * sys/v4l/gstv4lsrc.c:
18587         * sys/v4l/v4lsrc_calls.c:
18588         initialise fourcc to catch unset fourcc's, and debug
18589
18590 2004-11-09  Wim Taymans  <wim@fluendo.com>
18591
18592         * gst/playback/README:
18593         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18594         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18595         (gst_play_bin_dispose), (gst_play_bin_set_property),
18596         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18597         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18598         (gst_play_bin_get_formats), (gst_play_bin_convert),
18599         (gst_play_bin_get_query_types), (gst_play_bin_query):
18600         Cleanups and some more documentation.
18601
18602 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18603
18604         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18605         (gst_cacasink_init), (gst_cacasink_chain):
18606         * ext/libcaca/gstcacasink.h:
18607         Cacasink inherits from VideoSink, so let that store the clock.
18608
18609 2004-11-09  Wim Taymans  <wim@fluendo.com>
18610
18611         * gst/playback/README:
18612         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18613         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18614         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18615         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18616         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18617         (setup_sinks):
18618         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18619         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18620         * gst/playback/gststreaminfo.h:
18621         Updated README.
18622         Only switch groups if all streams have muted (EOSed).
18623         Send Tags in sync with the stream playback instead of in
18624         the playback/preroll phase.
18625         Some cleanups, free the fakesrc elements.
18626
18627 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18628
18629         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18630           buffer-frames property was missing
18631         * ext/arts/gst_arts.c:
18632           rate missing from sinkcaps
18633         * ext/audiofile/gstafparse.c:
18634         * ext/audiofile/gstafsink.c:
18635         * ext/audiofile/gstafsrc.c:
18636         * ext/swfdec/gstswfdec.c:
18637           int audio doesn't know buffer-frames
18638         * ext/cdparanoia/gstcdparanoia.c:
18639           int audio doesn't know chunksize either
18640         * ext/nas/nassink.c:
18641           it's endianness, not endianess
18642         * gst-libs/gst/audio/audio.h:
18643           make float standard pad template caps really describe float
18644         * gst/law/mulaw.c: (linear_factory):
18645           signed only, please
18646         * gst/mpegstream/gstdvddemux.c:
18647           widths of 20 are not valid
18648
18649 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18650
18651         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18652
18653         * po/LINGUAS:
18654         * po/it.po:
18655           Add Italian
18656
18657 2004-11-08  Wim Taymans  <wim@fluendo.com>
18658
18659         * gst/playback/README:
18660         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18661         * gst/playback/gstplaybasebin.c: (probe_triggered),
18662         (gst_play_base_bin_change_state):
18663         Updated README, added more comments for fixmes etc..
18664
18665 2004-11-08  Wim Taymans  <wim@fluendo.com>
18666
18667         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18668         We can remove this hack now.
18669
18670 2004-11-08  Wim Taymans  <wim@fluendo.com>
18671
18672         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18673         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18674         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18675         Only mix AYUV for maximum quality.
18676
18677 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18680         (gst_ogg_demux_push), (gst_ogg_pad_push):
18681           Let's act as if we're synchronized now! :).
18682         * ext/theora/theoradec.c: (theora_dec_chain):
18683           Add some debug.
18684
18685 2004-11-08  Wim Taymans  <wim@fluendo.com>
18686
18687         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18688         (gst_alpha_set_property), (gst_alpha_sink_link),
18689         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18690         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18691         (gst_alpha_init_params), (gst_alpha_chain):
18692         Implement alpha functions for AYUV too, this increases
18693         accuracy quite a bit.
18694
18695 2004-11-08  Wim Taymans  <wim@fluendo.com>
18696
18697         * gst/ffmpegcolorspace/avcodec.h:
18698         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18699         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18700         (gst_ffmpegcsp_avpicture_fill):
18701         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18702         (gst_ffmpegcsp_caps_remove_format_info):
18703         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18704         (shrink12), (img_get_alpha_info), (deinterlace_line),
18705         (deinterlace_line_inplace):
18706         * gst/ffmpegcolorspace/imgconvert_template.h:
18707         Added AYUV colorspace and handle RGBA a bit more respectful.
18708
18709 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18710
18711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18712           Actually always send a discont (cornercase when resending the
18713           same serial-tagged chain twice).
18714
18715 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18716
18717         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18718         (gst_ximagesink_finalize):
18719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18720         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18721
18722 2004-11-08  Wim Taymans  <wim@fluendo.com>
18723
18724         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18725         Don't segfault on NULL data.
18726
18727 2004-11-08  Wim Taymans  <wim@fluendo.com>
18728
18729         * gst/playback/gstdecodebin.c: (unlinked):
18730         * gst/playback/gstplay-marshal.list:
18731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18732         (gst_play_base_bin_init), (group_create), (get_active_group),
18733         (get_building_group), (group_destroy), (group_commit),
18734         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18735         (add_element_stream), (no_more_pads), (probe_triggered),
18736         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18737         (state_change), (setup_source), (gst_play_base_bin_get_property),
18738         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18739         (gst_play_base_bin_link_stream),
18740         (gst_play_base_bin_get_streaminfo):
18741         * gst/playback/gstplaybasebin.h:
18742         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18743         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18744         Add support for chained ogg files. Prepare for playlist
18745         support. This patch introduces the concept of pad groups, which
18746         together compose one playable media file.
18747
18748 2004-11-07  David Schleef  <ds@schleef.org>
18749
18750         * testsuite/gst-lint: Check for pad templates that aren't statically
18751         scoped.
18752
18753 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18754
18755         * configure.ac:
18756         * ext/Makefile.am:
18757         * ext/musepack/Makefile.am:
18758         * ext/musepack/gstmusepackdec.cpp:
18759         * ext/musepack/gstmusepackdec.h:
18760         * ext/musepack/gstmusepackreader.cpp:
18761         * ext/musepack/gstmusepackreader.h:
18762           Add musepack decoder.
18763         * ext/faad/gstfaad.c: (gst_faad_base_init):
18764           Make pad templates static.
18765         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18766         (plugin_init):
18767           Add musepack typefinder, make mp3 typefinding work halfway stream,
18768           which doesn't actually work yet because id3demux doesn't implement
18769           _get_length().
18770
18771 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18772
18773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18774         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18775           Fix interrupt event handling (#144436).
18776
18777 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18778
18779         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18780           Hide unused glory.
18781
18782 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18783
18784         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18785
18786         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18787           Fix weird caps (#157548).
18788
18789 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18790
18791         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18792
18793         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18794           Add missing NULL terminator (#157543).
18795
18796 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18797
18798         * gst/tcp/gsttcp.h:
18799         * gst/tcp/gsttcpclientsink.c:
18800         * gst/tcp/gsttcpclientsrc.c:
18801         * gst/tcp/gsttcpserversink.c:
18802         * gst/tcp/gsttcpserversrc.c:
18803           ports can go up to 65535.  Move common defines to gsttcp.h
18804
18805 2004-11-05  Wim Taymans  <wim@fluendo.com>
18806
18807         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18808         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18809         Added two more colorspaces.
18810
18811 2004-11-05  Wim Taymans  <wim@fluendo.com>
18812
18813         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18814         (gst_ffmpegcsp_avpicture_fill):
18815         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18816         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18817         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18818         More stride fixes.
18819
18820 2004-11-05  Wim Taymans  <wim@fluendo.com>
18821
18822         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18823         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18824         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18825         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18826         (gst_videomixer_loop):
18827         More stride fixes.
18828
18829 2004-11-05  Benjamin Otte  <otte@gnome.org>
18830
18831         * ext/mad/gstmad.c: (gst_mad_chain):
18832           don't overflow data buffer. Flush not needed sync data when syncing
18833           failed.
18834
18835 2004-11-04  Wim Taymans  <wim@fluendo.com>
18836
18837         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18838         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18839         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18840         (gst_alpha_init_params), (gst_alpha_chain),
18841         (gst_alpha_change_state):
18842         Updated the chroma keying algorithm with something more
18843         sophisticated.
18844
18845 2004-11-03  Wim Taymans  <wim@fluendo.com>
18846
18847         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18848         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18849         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18850         Fix stride issues. Does not completely work for odd
18851         heights.
18852
18853 2004-11-03  Wim Taymans  <wim@fluendo.com>
18854
18855         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18856         (gst_alpha_chroma_key), (gst_alpha_chain):
18857         Fix stride issues. Does not completely work for odd
18858         heights.
18859
18860 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18861
18862         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18863         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18864         leak fixes
18865
18866 2004-11-03  Wim Taymans  <wim@fluendo.com>
18867
18868         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18869         (gst_ffmpegcsp_avpicture_fill):
18870         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18871         (avpicture_alloc):
18872         * gst/ffmpegcolorspace/imgconvert_template.h:
18873         Use correct _fill function to get correct strides.
18874
18875 2004-11-02  David Schleef  <ds@schleef.org>
18876
18877         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18878         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18879         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18880         Change all g_print()s to debugging.  Add a bunch of consistency
18881         checks.
18882
18883 2004-11-02  Wim Taymans  <wim@fluendo.com>
18884
18885         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18886         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18887         (unlinked), (no_more_pads), (close_link):
18888         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18889         (unknown_type), (add_element_stream), (new_decoded_pad),
18890         (removed_decoded_pad), (setup_source):
18891         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18892         (gst_stream_info_class_init), (gst_stream_info_init),
18893         (gst_stream_info_new), (gst_stream_info_dispose),
18894         (stream_info_mute_pad), (gst_stream_info_set_property),
18895         (gst_stream_info_get_property):
18896         * gst/playback/gststreaminfo.h:
18897         Fix playback of multiple files.
18898         a slightly different approach to handling dynamic pad removals.
18899         This one only looks at pads that we have linked.
18900
18901 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
18902
18903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
18904         free" warning from libc.
18905
18906 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18907
18908         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18909         (get_unconnected_element), (remove_starting_from), (pad_removed),
18910         (close_link):
18911           Implement support for dynamic pad changing. We listen to "live"
18912           pad removals (i.e. while playing) and re-setup autoplugging
18913           after that. Playbasebin/playbin need some more work for this
18914           to finally work, but decodebin supports (and replugs) chained
18915           ogg now.
18916
18917 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
18918
18919         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
18920         (gst_alsa_finalize):
18921         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
18922         (gst_cdaudio_finalize):
18923         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18924         (cdparanoia_finalize):
18925         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
18926         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
18927         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18928         (dvdreadsrc_finalize):
18929         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18930         (gst_flacdec_finalize):
18931         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
18932         (gst_flacenc_finalize):
18933         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
18934         (gst_gnomevfssink_finalize):
18935         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
18936         (gst_gnomevfssrc_finalize):
18937         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
18938         (gst_fameenc_finalize):
18939         * ext/nas/nassink.c: (gst_nassink_class_init),
18940         (gst_nassink_finalize):
18941         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
18942         (gst_sdlvideosink_class_init):
18943         * ext/sndfile/gstsf.c: (gst_sf_dispose):
18944         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
18945         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
18946         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
18947         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18948         (gst_x_window_listener_dispose):
18949         * gst/audioscale/gstaudioscale.c:
18950         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
18951         (play_on_demand_finalize):
18952         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
18953         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
18954         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
18955         (cdplayer_finalize):
18956         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
18957         (gst_glimagesink_class_init):
18958         * sys/oss/gstosselement.c: (gst_osselement_class_init),
18959         (gst_osselement_finalize):
18960         * sys/oss/gstosssink.c: (gst_osssink_dispose):
18961         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
18962         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
18963           Fixes a bunch of problems with finalize and dispose functions,
18964           either assumptions that dispose is only called once, or not calling
18965           the parent class dispose/finalize function
18966
18967 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
18968
18969         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
18970           added two api precondition guards
18971           use g_strdup with getenv to fix crash when using ENVVAR
18972
18973 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
18974         * ext/esd/esdsink.c: (gst_esdsink_class_init),
18975         (gst_esdsink_finalize):
18976         Use a finalize function, not dispose, and more importantly,
18977         call the parent class finalize function too
18978
18979 2004-11-01  Johan Dahlin  <johan@gnome.org>
18980
18981         * ext/ogg/gstoggdemux.c:
18982         * gst/tags/gstvorbistag.c:
18983         Plug leaks.
18984
18985 2004-10-31  Benjamin Otte  <otte@gnome.org>
18986
18987         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18988           lotsa memleaks today. But they're all small...
18989
18990 2004-10-31  Benjamin Otte  <otte@gnome.org>
18991
18992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18993           another memleak crushed
18994
18995 2004-10-31  Benjamin Otte  <otte@gnome.org>
18996
18997         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
18998           fix memleak
18999
19000 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19001
19002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19003           Hack to prevent crash when going to READY inside signal handler
19004           while this function is active.
19005
19006 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19007
19008         * gst/ffmpegcolorspace/Makefile.am:
19009         * gst/ffmpegcolorspace/avcodec.h:
19010         * gst/ffmpegcolorspace/common.h:
19011         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19012         * gst/ffmpegcolorspace/dsputil.h:
19013         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19014         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19015         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19016         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19017         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19018         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19019         (gst_ffmpegcsp_avpicture_fill):
19020         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19021         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19022         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19023         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19024         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19025         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19026         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19027         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19028         * gst/ffmpegcolorspace/imgconvert.c:
19029         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19030         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19031         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19032         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19033         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19034         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19035         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19036         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19037         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19038         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19039         (grow21), (grow22), (grow41), (grow44), (conv411),
19040         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19041         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19042         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19043         (avpicture_free), (is_yuv_planar), (img_convert),
19044         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19045         (deinterlace_line_inplace), (deinterlace_bottom_field),
19046         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19047         * gst/ffmpegcolorspace/imgconvert_template.h:
19048         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19049         * gst/ffmpegcolorspace/mmx.h:
19050         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19051         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19052         (av_freep), (avcodec_get_context_defaults),
19053         (avcodec_alloc_context), (avcodec_init):
19054           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19055           handling plus update from ffmpeg CVS. Large clean-up.
19056
19057 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19058
19059         * gst/playback/Makefile.am:
19060           We need the marshallers for decodebin, too.
19061
19062 2004-10-30  David Schleef  <ds@schleef.org>
19063
19064         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19065           quicktime typefinding work with 64-bit offsets.
19066
19067 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19068
19069         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19070           Set EOS on the element when processing an EOS event.
19071         * ext/speex/gstspeexdec.h:
19072         * ext/speex/gstspeexenc.h:
19073           Only keep a const ptr to the mode
19074         * gst-libs/gst/riff/riff-media.c:
19075         (gst_riff_create_audio_caps_with_data),
19076         (gst_riff_create_audio_template_caps):
19077           Allow WMAV3, with up to 6 channels.
19078         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19079           Don't call gst_pad_set_event_function on a sink pad.
19080         * gst/mpegstream/gstdvddemux.c:
19081         (gst_dvd_demux_get_subpicture_stream),
19082         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19083           Copy the explicit caps that were set across to the cur_* pads,
19084           instead of trying to use a possibly non-existent negotiated caps.
19085           Reset the type of subpicture pads to UNKNOWN after calling
19086           init_stream, so that the caps get set.
19087
19088 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19089
19090         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19091
19092         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19093           Don't touch buffer if it is of size 0 (fixes #151064).
19094
19095 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19096
19097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19098           Synchronized discont handling.
19099
19100 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19101
19102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19103         (gst_ogg_demux_push):
19104           Make seeking sort-of exact again (fixes #156387).
19105
19106 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19107
19108         * gst/playback/gstplaybasebin.c: (unknown_type),
19109         (add_element_stream), (new_decoded_pad),
19110         (gst_play_base_bin_change_state):
19111         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19112         (gst_stream_info_init), (gst_stream_info_new),
19113         (gst_stream_info_dispose), (gst_stream_info_get_property):
19114         * gst/playback/gststreaminfo.h:
19115           Make caps explicitely available. Makes testing for unsupported
19116           types possible. Improves error reporting.
19117
19118 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19119
19120         * gst/audioconvert/gstaudioconvert.c:
19121         (gst_audio_convert_buffer_to_default_format):
19122           Really don't touch read-only buffers (#156563).
19123
19124 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19125
19126         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19127
19128         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19129           Fix memleak (#155223).
19130
19131 2004-10-29  Wim Taymans  <wim@fluendo.com>
19132
19133         * gst/tcp/.cvsignore:
19134         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19135         (gst_multifdsink_class_init), (gst_multifdsink_init),
19136         (gst_multifdsink_add), (gst_multifdsink_remove),
19137         (gst_multifdsink_remove_client_link), (is_sync_frame),
19138         (gst_multifdsink_new_client),
19139         (gst_multifdsink_handle_client_write),
19140         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19141         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19142         (gst_multifdsink_get_property):
19143         * gst/tcp/gstmultifdsink.h:
19144         Added burst on connect sync_method, deprecated sync_clients,
19145         streamlined the sync code some more.
19146
19147 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19148
19149         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19150         (gst_play_base_bin_change_state):
19151           Improve error reporting.
19152
19153 2004-10-28  Wim Taymans  <wim@fluendo.com>
19154
19155         * gst/tcp/Makefile.am:
19156         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19157         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19158         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19159         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19160         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19161         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19162         (gst_fdset_wait):
19163         Added more locks around fdset structures. Fixed/reworked
19164         the poll array resizing code.
19165         Added stress test for fdset.
19166
19167 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19168
19169         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19170         fix build
19171
19172 2004-10-28  Benjamin Otte  <otte@gnome.org>
19173
19174         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19175           fix link function to always query channels and query width for
19176           floats
19177         * configure.ac:
19178           add equalizer dir
19179         * gst/equalizer/Makefile.am:
19180         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19181         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19182         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19183         (arg_to_scale), (setup_filter),
19184         (gst_iir_equalizer_compute_frequencies),
19185         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19186         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19187         (plugin_init):
19188           add an equalizer
19189
19190 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19191
19192         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19193
19194         * po/LINGUAS:
19195         * po/nb.po:
19196           Added Norwegian Bokmaal translation
19197
19198 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19199
19200         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19201           Don't break on options (fixes #156488).
19202
19203 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19204
19205         * configure.ac:
19206         * ext/cdaudio/Makefile.am:
19207         * sys/Makefile.am:
19208           fix build on older automake
19209
19210 2004-10-26  Wim Taymans  <wim@fluendo.com>
19211
19212         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19213         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19214         Allow a little margin when negotiating the framerate.
19215
19216 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19217
19218         * gst/level/gstlevel.c:
19219           synchonised naming of pads and pad-templates
19220
19221 2004-10-26  Wim Taymans  <wim@fluendo.com>
19222
19223         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19224         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19225         (_find_streams_check), (gst_ogg_demux_push):
19226         Fix EOS again. Needs to be done in a better way. We should not
19227         remove the pad if there is no new chained stream.
19228
19229 2004-10-26 Iain <iaingnome@gmail.com>
19230
19231         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19232         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19233         of the caps.
19234         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19235         pad.
19236         (interleave_release_pad): Remove the pad.
19237         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19238         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19239         the set device.
19240         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19241         attrs
19242         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19243         (gst_xvimagesink_finalize): Free the par.
19244
19245 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19246
19247         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19248         (gst_avimux_stop_file):
19249           First calculate the rate, and only then use it. Hdr.rate is a
19250           multiple and not a derivative of hdr.scale. Scale is not the
19251           same as blockalign but is solely related to rate.
19252
19253 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19254
19255         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19256         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19257           Implement seeking.
19258
19259 2004-10-25  James Henstridge  <james@jamesh.id.au>
19260
19261         Reviewed by:  David Schleef  <ds@schleef.org>
19262
19263         * examples/gstplay/player.c: (got_stream_length), (main):
19264         * examples/seeking/cdplayer.c: (update_scale):
19265         * examples/seeking/seek.c: (format_value), (update_scale):
19266         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19267         (stop_seek):
19268         Build fixes on AMD64.
19269
19270 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19271
19272         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19273
19274         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19275         Fix for some v4l cards which hang in v4lsrc
19276
19277 2004-10-25  Wim Taymans  <wim@fluendo.com>
19278
19279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19280         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19281         Make sure to remove the pad when a new chain is
19282         encountered. Set some vars to NULL so we don't try
19283         to reference freed memory.
19284
19285 2004-10-25  Wim Taymans  <wim@fluendo.com>
19286
19287         * examples/seeking/Makefile.am:
19288         * examples/seeking/cdplayer.c: (update_scale):
19289         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19290         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19291         (format_value), (update_scale), (iterate), (start_seek),
19292         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19293         (print_usage), (main):
19294         Added some more examples, update others.
19295
19296 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19297
19298         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19299         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19300         * ext/theora/theoradec.c: (theora_dec_chain):
19301         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19302           Add codec-name metadata.
19303
19304 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19305
19306         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19307
19308         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19309         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19310         * ext/alsa/gstalsamixertrack.h:
19311         * po/POTFILES.in:
19312           ALSA mixer track label internationalization (#154054).
19313
19314 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19315
19316         * ext/theora/theoradec.c: (theora_dec_chain):
19317           Export bitrate as metadata.
19318
19319 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19320
19321         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19322         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19323         * ext/alsa/gstalsamixertrack.h:
19324           Fix names, fix loop.
19325
19326 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19327
19328         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19329         (speex_dec_convert):
19330           sinkconvert function so oggdemux can get the file length (totem).
19331
19332 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19333
19334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19335
19336         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19337           Don't push incomplete packets.
19338         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19339           Fix MPEG-4 audio typefinding.
19340
19341 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19342
19343         * sys/v4l/Makefile.am:
19344         * sys/v4l/gstv4l.c: (plugin_init):
19345         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19346         (gst_v4lelement_init), (gst_v4lelement_dispose),
19347         (gst_v4lelement_change_state):
19348         * sys/v4l/gstv4lelement.h:
19349         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19350         (gst_v4l_xoverlay_close), (idle_refresh),
19351         (gst_v4l_xoverlay_set_xwindow_id):
19352         * sys/v4l/gstv4lxoverlay.h:
19353         * sys/v4l/v4l-overlay_calls.c:
19354         * sys/v4l/v4l_calls.h:
19355         * sys/v4l2/Makefile.am:
19356         * sys/v4l2/gstv4l2.c: (plugin_init):
19357         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19358         (gst_v4l2element_init), (gst_v4l2element_dispose),
19359         (gst_v4l2element_change_state):
19360         * sys/v4l2/gstv4l2element.h:
19361         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19362         (gst_v4l2_xoverlay_close), (idle_refresh),
19363         (gst_v4l2_xoverlay_set_xwindow_id):
19364         * sys/v4l2/gstv4l2xoverlay.h:
19365         * sys/v4l2/v4l2-overlay_calls.c:
19366         * sys/v4l2/v4l2_calls.h:
19367           Remove client-side overlay handling, use the X-server v4l plugin
19368           for that. Nicer overlay, less code. Also make the plugin
19369           compileable without X (but then without overlay, obviously).
19370           Makes xwindowlistener obsolete, should we remove that?
19371
19372 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19373
19374         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19375         (gst_osssrc_src_query):
19376         * sys/oss/gstosssrc.h:
19377           OK, so people want offset in DEFAULT. This time, actually fix all
19378           cases.
19379         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19380           Add FPS properly.
19381
19382 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19383
19384         * gst/asfdemux/gstasfmux.c:
19385         * gst/avi/gstavimux.c:
19386           Framerate.
19387
19388 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19389
19390         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19391           Fix properties (channel, norm, frequency).
19392
19393 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19394
19395         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19396           Flag typo.
19397         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19398           No warnings.
19399
19400 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19401
19402         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19403           Fix hang.
19404
19405 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19406
19407         * sys/v4l2/gstv4l2element.h:
19408           Yet Another Hack (tm) for kernel header borkedness.
19409         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19410         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19411         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19412         (gst_v4l2src_change_state):
19413         * sys/v4l2/gstv4l2src.h:
19414         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19415         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19416           Fix caps, keep track of state, work.
19417
19418 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19419
19420         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19421           Quiet.
19422
19423 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19424
19425         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19426           Don't mix bytes and samples.
19427
19428 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19429
19430         * ext/ogg/gstoggmux.c:
19431           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19432           and theora. Any is incorrect.
19433         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19434           Fix caps.
19435         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19436         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19437         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19438         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19439         * sys/v4l/gstv4lmjpegsrc.h:
19440         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19441         (gst_v4lsrc_change_state):
19442         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19443         (gst_v4lmjpegsrc_capture_stop):
19444           Fix caps. Keep track of internal state. Work.
19445
19446 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19447
19448         * ext/Makefile.am:
19449           Fix the build fixes.
19450
19451 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19454         (gst_ogg_demux_src_event), (_find_chain_seek),
19455         (gst_ogg_pad_push):
19456           Check for pad availability before using it.
19457         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19458           Fix parsing of chained ogg. Needs more work on the decoder side.
19459
19460 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19461
19462         * gst/spectrum/Makefile.am:
19463         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19464         (idle_func):
19465           Fix demo and reenable it. Yes, I'm currently playing with audio
19466           analysis tools
19467
19468 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19469
19470         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19471           We love it if files that start at zero work too...
19472
19473 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19474
19475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19476           Handle files with missing EOS headers.
19477
19478 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19479
19480         * gst/tcp/gsttcpserversink.c:
19481         (gst_tcpserversink_handle_server_read),
19482         (gst_tcpserversink_init_send):
19483         Zero some variables first (need for accept not to return EINVAL)
19484
19485 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19486
19487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19488         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19489         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19490         (theora_dec_chain):
19491         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19492         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19493           Seeking and querying finetune.
19494
19495 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19496
19497         * configure.ac:
19498         * ext/Makefile.am:
19499         * ext/raw1394/Makefile.am:
19500           fix the build
19501
19502 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19503
19504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19505           Wrong return.
19506         * gst/playback/Makefile.am:
19507         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19508         * gst/playback/gstplay-marshal.list:
19509         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19510           Fix marshallers.
19511
19512 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19513
19514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19515           Silence.
19516
19517 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19518
19519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19520         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19521         (gst_ogg_pad_push):
19522           Yay for non-lineair granulepos in theora.
19523
19524 2004-10-18  Wim Taymans  <wim@fluendo.com>
19525
19526         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19527         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19528         * ext/dv/gstdvdec.h:
19529         Make sure we renegotiate aspect ratio when the camera switches.
19530
19531 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19532
19533         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19534         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19535           Start at zero.
19536         * ext/theora/theoradec.c: (theora_dec_chain):
19537           Skip headers. Bad idea for chained ogg, but fixes seeking.
19538
19539 2004-10-18  Wim Taymans  <wim@fluendo.com>
19540
19541         * configure.ac:
19542         I swear, this is the last time I touch this.
19543
19544 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19545
19546         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19547         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19548         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19549           Faster seeking.
19550         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19551           Time-to-default conversion.
19552         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19553           Don't error on unknown packets, just skip. We should probably
19554           read them if we want to support chained ogg.
19555
19556 2004-10-18  Wim Taymans  <wim@fluendo.com>
19557
19558         * configure.ac:
19559         Added cdaudio to wrong list.
19560
19561 2004-10-18  Wim Taymans  <wim@fluendo.com>
19562
19563         * configure.ac:
19564         Revive cdaudio.
19565
19566 2004-10-18  Wim Taymans  <wim@fluendo.com>
19567
19568         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19569         (gst_dvdec_video_link), (gst_dvdec_push):
19570         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19571         (gst_smokeenc_resync), (gst_smokeenc_chain):
19572         Fix mimetype on smoke encoder.
19573         Add aspect ratio to dvdec. Not sure if these
19574         values are correct though....
19575
19576 2004-10-18  Wim Taymans  <wim@fluendo.com>
19577
19578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19579         Fix vorbis property descriptions and ranges.
19580
19581 2004-10-18  Wim Taymans  <wim@fluendo.com>
19582
19583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19584         Really do nothing when no data is available.
19585         Go to the playing state when the stream is not seekable
19586         instead of failing.
19587
19588 2004-10-18  Wim Taymans  <wim@fluendo.com>
19589
19590         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19591         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19592         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19593         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19594         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19595         Added uri handler for cd://
19596         Port to new API.
19597
19598 2004-10-18  Wim Taymans  <wim@fluendo.com>
19599
19600         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19601         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19602         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19603         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19604         (remove_prerolls), (unknown_type), (add_element_stream),
19605         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19606         (gst_play_base_bin_remove_element),
19607         (gst_play_base_bin_link_stream):
19608         * gst/playback/gstplaybin.c: (gen_video_element),
19609         (gen_vis_element), (remove_sinks), (setup_sinks):
19610         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19611         (gst_stream_info_get_type), (gst_stream_info_class_init),
19612         (gst_stream_info_init), (gst_stream_info_new),
19613         (gst_stream_info_dispose), (stream_info_mute_pad),
19614         (gst_stream_info_set_property), (gst_stream_info_get_property):
19615         * gst/playback/gststreaminfo.h:
19616         Add sink padtemplate to decodebin.
19617         Added some more comments.
19618         Make queue size configurable in playbasebin.
19619         Added possibility to use elements as sinks (ex cdaudio).
19620
19621 2004-10-15  Wim Taymans  <wim@fluendo.com>
19622
19623         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19624         (gst_speexenc_chain):
19625         Fix speex timestamps so that it gets muxed properly.
19626
19627 2004-10-15  Wim Taymans  <wim@fluendo.com>
19628
19629         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19630         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19631         (gst_dv1394src_init), (gst_dv1394src_dispose),
19632         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19633         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19634         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19635         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19636         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19637         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19638         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19639         * ext/raw1394/gstdv1394src.h:
19640         Added conversion/query functions.
19641         Update buffer timestamps,
19642         Added signals.
19643         Added uri dv:// so it might play from the firewire in playbin.
19644         Fix a possible leak.
19645         Added debugging.
19646
19647 2004-10-15  Wim Taymans  <wim@fluendo.com>
19648
19649         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19650         (gst_dv1394src_init), (gst_dv1394src_set_property),
19651         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19652         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19653         * ext/raw1394/gstdv1394src.h:
19654         Added AV/C VTR control support needed for some cameras.
19655         Added automatic port detection.
19656         Added properties for selecting the channel.
19657         The configure.ac script is not yet updated to reflect the
19658         new libavc1394 and librom1394 dependencies.
19659
19660 2004-10-15  Wim Taymans  <wim@fluendo.com>
19661
19662         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19663         (qtdemux_parse), (gst_qtdemux_handle_esds):
19664         An esds box is not a container.
19665         Fix parsing of mp4v boxes.
19666         Do not try to renegotiate fps for each frame. Need to
19667         find a better method. This should fix mp4 playback.
19668
19669 2004-10-14  David Schleef  <ds@schleef.org>
19670
19671         * configure.ac: update for swfdec-0.3 and liboil-0.2
19672         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19673         * ext/swfdec/gstswfdec.h: same
19674         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19675         * gst/videotestsrc/videotestsrc.c: same
19676
19677 2004-10-14  Wim Taymans  <wim@fluendo.com>
19678
19679         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19680         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19681         (is_sync_frame), (gst_multifdsink_new_client),
19682         (gst_multifdsink_handle_client_write),
19683         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19684         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19685         Turn warnings into info.
19686         Don't allow a state change in the streaming thread.
19687
19688 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19689
19690         * ext/vorbis/oggvorbisenc.c:
19691         * ext/vorbis/vorbisdec.c:
19692           fix template sample rate
19693
19694 2004-10-13  Wim Taymans  <wim@fluendo.com>
19695
19696         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19697         Decoding the header first fixes some problems in resyncing
19698         in more mp3s.
19699
19700 2004-10-12  Wim Taymans  <wim@fluendo.com>
19701
19702         * gst/playback/gstplaybin.c: (gen_video_element),
19703         (gen_vis_element), (remove_sinks), (setup_sinks):
19704         Added vis plugin support, need to configure the vis
19705         element to activate it.
19706
19707 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19708
19709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19710         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19711           Some debug.
19712         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19713         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19714         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19715         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19716         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19717         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19718         * gst/avi/gstavidemux.h:
19719           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19720           recovery (where, if part of the index is broken, we will still read
19721           the rest of the index and recover the broken part by stream
19722           scanning). More broken media support. EOS workarounds. General AVI
19723           braindamage headache recovery. Aspirin included.
19724
19725 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19726
19727         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19728         (cdparanoia_event), (cdparanoia_query):
19729           Get rid of hideous lead-in.
19730
19731 2004-10-11  Wim Taymans  <wim@fluendo.com>
19732
19733         * gst/playback/gstplaybasebin.c: (setup_source):
19734         Wrong var used to get g_list_next.
19735
19736 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19737
19738         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19739         (cdparanoia_get), (cdparanoia_open):
19740           Report discid as metadata, add duration.
19741
19742 2004-10-11  Wim Taymans  <wim@fluendo.com>
19743
19744         * gst/playback/gstplaybasebin.c: (setup_source):
19745         Cleanup the previous pipeline a little earlier for the
19746         case that a source element provides raw data.
19747
19748 2004-10-11  Benjamin Otte  <otte@gnome.org>
19749
19750         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19751           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19752           consuming the last 128 bytes, even though it was valid mp3 data.
19753
19754 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19755
19756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19757         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19758         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19759         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19760
19761 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19762
19763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19764         Fix for webcams that support only specific width or height
19765
19766 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19767
19768         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19769
19770         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19771           Fix wrong discont event setup (fixes #154967).
19772
19773 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19774
19775         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19776
19777         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19778           Error out on invalid data (fixes #154807).
19779
19780 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19781
19782         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19783
19784         * ext/dvdread/dvdreadsrc.c: (_read):
19785           Make titles > 0 work again (fixes #154834).
19786
19787 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19788
19789         * gst-libs/gst/riff/riff-media.c:
19790         (gst_riff_create_video_template_caps):
19791           WMV3 missing in template caps.
19792
19793 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19794
19795         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19796           OK, so the original code was too strict. It makes random AVI files
19797           hang for seconds upon opening, which is unacceptable and is far
19798           beyond the original goal of getting multiple chunks for one-chunk
19799           sounc stream files. So now do just that.
19800
19801 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19802
19803         * gst/playback/gstplaybasebin.c: (setup_source),
19804         (gst_play_base_bin_change_state):
19805           Actually clean up streaminfo if output fails. This would trigger
19806           if, for example, there was no CD in the drive. No preroll, so
19807           a streaminfo structure is created, but the subsequent state change
19808           of the thread fails.
19809         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19810           Don't change state if parent failed.
19811
19812 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19813
19814         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19815         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19816         (gen_video_element), (remove_sinks):
19817           Add small bits of code for screenshot handling.
19818
19819 2004-10-08  Wim Taymans  <wim@fluendo.com>
19820
19821         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19822         (gen_video_element), (gen_audio_element), (setup_sinks):
19823         Don't assume the user provided sinks are named "sink"...
19824
19825 2004-10-08  Wim Taymans  <wim@fluendo.com>
19826
19827         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19828         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19829         (gst_play_base_bin_link_stream):
19830         Do not try to autoplug sources that generate raw streams like
19831         cdparanoia.
19832         disconnect the preroll overrun signal when we don't need it anymore.
19833
19834 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19835
19836         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19837         Added reworked patch from #154903 from milosz derezynski (deadchip).
19838
19839 2004-10-08  Wim Taymans  <wim@fluendo.com>
19840
19841         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19842         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19843         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19844         (cdparanoia_convert), (cdparanoia_uri_get_type),
19845         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19846         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19847         * ext/cdparanoia/gstcdparanoia.h:
19848         This adds the cdda://<tracknum> uri.
19849
19850 2004-10-08  Wim Taymans  <wim@fluendo.com>
19851
19852         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19853         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19854         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19855         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19856         (unknown_type), (gst_play_base_bin_remove_element),
19857         (gst_play_base_bin_link_stream):
19858         * gst/playback/gstplaybasebin.h:
19859         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19860         (gst_play_bin_set_property), (gen_video_element),
19861         (gen_audio_element), (setup_sinks):
19862         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19863         (gst_stream_info_get_type), (gst_stream_info_class_init),
19864         (gst_stream_info_init), (gst_stream_info_new),
19865         (gst_stream_info_dispose), (stream_info_mute_pad),
19866         (gst_stream_info_set_property), (gst_stream_info_get_property):
19867         * gst/playback/gststreaminfo.h:
19868         Reuse the audio and video bins.
19869         Some internal cleanups in the stream selection code.
19870
19871 2004-10-08  Julien MOUTTE  <julien@moutte.net>
19872
19873         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19874         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19875         * sys/ximage/ximagesink.h:
19876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19877         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19878         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19879         not coming from those elements. Moreover these elements should not keep
19880         the xid they have been given when in NULL state.
19881
19882 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19883
19884         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19885         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19886         * sys/ximage/ximagesink.h:
19887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19888         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19889         * sys/xvimage/xvimagesink.h:
19890           Actually only create a new toplevel window if we're not gonna
19891           embed it right after.
19892
19893 2004-10-07  Wim Taymans  <wim@fluendo.com>
19894
19895         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
19896         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
19897         * gst/playback/gstplaybin.c: (setup_sinks):
19898         Implement muting/unmuting of streams, mute streams that are not
19899         used.
19900
19901 2004-10-07  Wim Taymans  <wim@fluendo.com>
19902
19903         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
19904         (plugin_init):
19905         Added lame audio/x-ac3 typefind function.
19906
19907 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19908
19909         * configure.ac:
19910           bump nano to cvs
19911
19912 === release 0.8.5 ===
19913
19914 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19915
19916         * NEWS:
19917         * RELEASE:
19918         * configure.ac:
19919           releasing 0.8.5, "Take You On"
19920
19921 2004-10-06  Wim Taymans  <wim@fluendo.com>
19922
19923         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19924         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19925         (no_more_pads), (close_link), (type_found):
19926         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
19927         * gst/playback/gstplaybin.c: (gen_video_element):
19928         Do not signal the no_more_pads after the first pad when
19929         we are plugging a non dynamic element with multiple
19930         output pads (like swfdec, dvdec, ...).
19931
19932 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19933
19934         * configure.ac:
19935           bump for prerelease
19936
19937 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19938
19939         * gst/wavparse/gstwavparse.c:
19940           add ATRAC3 to STATIC CAPS to fix a warning
19941
19942         * gst/matroska/ebml-read.c:
19943         * gst-libs/gst/riff/riff-read.c:
19944           fix typos
19945
19946 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19947
19948         * gst-libs/gst/riff/riff-media.c:
19949           generate caps for ATRAC3 audio streams
19950
19951         * gst/realmedia/rmdemux.c:
19952           generate caps for ATRAC3 audio streams
19953
19954 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19955
19956         * gst/wavparse/Makefile.am
19957         * gst/wavparse/riff.h
19958         * gst/wavparse/wavparse.vcproj
19959           riff.h removal (unused and duplication with riff-ids.h)
19960
19961 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19962
19963         * gst/wavparse/gstwavparse.h
19964           remove duplicated defines for audio codec codes
19965
19966         * gst-libs/gst/riff/riff-ids.h
19967         * gst/wavenc/riff.h:
19968           add "4CC" code for ATRAC3 audio streams
19969           add "4CC" code for ITU_G721_ADPCM (unused for now)
19970
19971 2004-10-06  Wim Taymans  <wim@fluendo.com>
19972
19973         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
19974         Actually _do_ negotiation. Pass gdouble as arg instead
19975         of guint64 for the framerate.
19976
19977 2004-10-06  Wim Taymans  <wim@fluendo.com>
19978
19979         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19980         (find_compatibles), (close_pad_link), (try_to_link_1),
19981         (no_more_pads), (close_link), (type_found):
19982         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
19983         * gst/playback/gstplaybin.c: (gen_video_element),
19984         (gen_audio_element):
19985         Set state on newly added element to READY so that negotiation
19986         can happen ASAP.
19987         Addes some more debug info.
19988         Do not try to plug pads with multiple caps structures or ANY
19989         because it is too dangerous since we do not do dynamic
19990         replugging.
19991
19992 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19993
19994         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
19995
19996         * po/LINGUAS:
19997         * po/or.po:
19998           add Oriya translation
19999
20000 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20001
20002         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20003           Prevent overwrite of size member. Makes audio sound crappy.
20004
20005 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20006
20007         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20008         Add rmvb to the list of known RealMedia extensions
20009
20010 2004-10-05  Wim Taymans  <wim@fluendo.com>
20011
20012         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20013         (mngdec_openstream), (mngdec_closestream),
20014         (mngdec_handle_sink_event), (mngdec_readdata),
20015         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20016         (mngdec_getcanvasline), (mngdec_refresh),
20017         (gst_mngdec_change_state):
20018         Set the framerate correctly.
20019
20020 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20021
20022         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20023           There was something wrong with the index massaging.
20024
20025 2004-10-04  Wim Taymans  <wim@fluendo.com>
20026
20027         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20028         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20029         (gst_smokedec_chain):
20030         * ext/jpeg/gstsmokedec.h:
20031         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20032         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20033         * ext/jpeg/gstsmokeenc.h:
20034         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20035         (smokecodec_decode_new), (smokecodec_info_free),
20036         (smokecodec_set_quality), (smokecodec_get_quality),
20037         (smokecodec_set_threshold), (smokecodec_get_threshold),
20038         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20039         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20040         (smokecodec_encode), (smokecodec_parse_id),
20041         (smokecodec_parse_header), (smokecodec_decode):
20042         * ext/jpeg/smokecodec.h:
20043         * ext/jpeg/smokeformat.h:
20044         Updated smoke, new bitstream, allows embedding in ogg.
20045
20046 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20047
20048         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20049           Fix seeking in some files. All this code is no longer needed (and
20050           actually breaks stuff) because we now synchronize the full index
20051           right when reading the header.
20052
20053 2004-10-04  Wim Taymans  <wim@fluendo.com>
20054
20055         * configure.ac:
20056         configure update for libmng.
20057
20058 2004-10-04  Wim Taymans  <wim@fluendo.com>
20059
20060         * ext/libmng/Makefile.am:
20061         * ext/libmng/gstmng.c: (plugin_init):
20062         * ext/libmng/gstmng.h:
20063         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20064         (gst_mngdec_base_init), (gst_mngdec_class_init),
20065         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20066         (gst_mngdec_loop), (gst_mngdec_get_property),
20067         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20068         (mngdec_closestream), (mngdec_handle_sink_event),
20069         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20070         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20071         (gst_mngdec_change_state):
20072         * ext/libmng/gstmngdec.h:
20073         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20074         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20075         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20076         (gst_mngenc_chain), (gst_mngenc_get_property),
20077         (gst_mngenc_set_property):
20078         * ext/libmng/gstmngenc.h:
20079         Added basic MNG decoder. Needs more work. The encoder does
20080         not work yet.
20081
20082 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20083
20084         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20085         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20086         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20087           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20088           no-more-pads.
20089
20090 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20091
20092         * configure.ac:
20093           you need at least 1.0.4 of speex
20094
20095 2004-10-04 Iain <iaingnome@gmail.com>
20096
20097         * ext/speex/gstspeexdec.h: Revert the includes changes.
20098
20099         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20100
20101 2004-09-30 Iain <iaingnome@gmail.com>
20102
20103         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20104         found during init or set as a property instead of hardcoding /dev/audio
20105
20106 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20107
20108         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20109         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20110         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20111         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20112         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20113         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20114         (gst_rmdemux_dump_data):
20115           Use debug category, fix EOS handling. filesrc ! rmdemux now
20116           works.
20117
20118 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20119
20120         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20121         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20122         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20123           Improve allocation, cutting and sorting of the index. How takes a
20124           few seconds instead of minutes.
20125
20126 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20127
20128         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20129           fixed compilation
20130
20131 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20132
20133         * gst-libs/gst/riff/riff-media.c:
20134         (gst_riff_create_video_caps_with_data),
20135         (gst_riff_create_video_template_caps):
20136           Add wing commander format mimetype/fourccs.
20137         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20138           Don't crash if some value is 0.
20139
20140 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20141
20142         * gst-libs/gst/riff/riff-media.c:
20143         (gst_riff_create_video_caps_with_data),
20144         (gst_riff_create_video_template_caps):
20145           Add DIB fourcc (raw, palettized 8-bit RGB).
20146         * gst-libs/gst/riff/riff-read.c:
20147         (gst_riff_read_strf_vids_with_data):
20148           Oops, fix strf_data reading bug.
20149         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20150           Use a non-NULL tag.
20151         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20152           Time for hacks. Sorry Dave. At least one quicktime movie (a
20153           trailer) that I've encountered contains multiple video tracks.
20154           One of those is the actual video track, the other are one-frame
20155           tracks (images). Unfortunately, the number of frames according
20156           to the trak header is 1 for each, so that doesn't help. So
20157           instead, I look at the duration and discard tracks with a
20158           duration shorter than 20% of the length of the stream. Better
20159           than nothing.
20160
20161 2004-10-01  Christian Schaller <christian@fluendo.com>
20162
20163         * ext/ivorbis/vorbis.c:
20164           Patch from Phil Blundell (Bug 152341)
20165
20166 2004-10-01  Wim Taymans  <wim@fluendo.com>
20167
20168         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20169         (speex_dec_get_formats), (speex_dec_convert),
20170         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20171         (speex_dec_chain), (gst_speexdec_get_property),
20172         (gst_speexdec_set_property):
20173         Small cleanups.
20174
20175 2004-10-01  Wim Taymans  <wim@fluendo.com>
20176
20177         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20178         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20179         (gst_wavparse_other), (gst_wavparse_loop),
20180         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20181         (gst_wavparse_srcpad_event):
20182         * gst/wavparse/gstwavparse.h:
20183         Added some more debugging info.
20184         Fix the case where the length of the file is 0.
20185         Make sure we seek to sample borders.
20186
20187 2004-10-01  Wim Taymans  <wim@fluendo.com>
20188
20189         * gst/playback/README:
20190         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20191         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20192         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20193         Add some debug info to decodebin, update README
20194
20195 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20196
20197         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20198           Don't use g_print(); use GST_DEBUG().
20199
20200 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20201
20202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20203         (gst_ogg_mux_queue_pads):
20204           Handle EOS properly.
20205
20206 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20207
20208         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20209
20210         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20211         (gst_faad_chain), (gst_faad_change_state):
20212         * ext/faad/gstfaad.h:
20213           Allow playback of raw (unframed) MPEG AAC files (#148993).
20214
20215 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20216
20217         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20218
20219         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20220           Throw error if we didn't recognize the stream. Fixes #152289.
20221
20222 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20223
20224         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20225           Fix negotiation.
20226
20227 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20228
20229         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20230
20231         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20232           Fix memleak.
20233
20234 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20235
20236         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20237
20238         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20239           Solve #152805.
20240         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20241           Solve 152806.
20242
20243 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20244
20245         * gst-libs/gst/riff/riff-media.c:
20246         (gst_riff_create_video_caps_with_data),
20247         (gst_riff_create_audio_caps_with_data):
20248           Add codec_data handling (like asfdemux used to do).
20249         * gst/asfdemux/gstasf.c: (plugin_init):
20250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20251         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20252           Use riff-media for caps creation instead of our own (mostly
20253           broken) copy of its functions.
20254
20255 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20256
20257         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20258           Don't actually error out if we get another return value than
20259           -EINVAL. Opposite to what I first thought, drivers have random
20260           return values for this, although -EINVAL is the expected return
20261           value. Since this is not fatal, we shouldn't use
20262           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20263
20264 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20265
20266         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20267         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20268         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20269         (dvdreadsrc_get), (dvdreadsrc_open_file),
20270         (dvdreadsrc_change_state):
20271           Fix. Don't do one big huge loop around the whole DVD, that will
20272           cache all data and thus eat sizeof(dvd) (several GB) before we
20273           see something.
20274         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20275           Actually NULL'ify event after using it.
20276         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20277         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20278         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20279         (gst_ebml_read_seek), (gst_ebml_read_skip):
20280           Handle events.
20281         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20282         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20283         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20284           Fix timing (this will probably break if I seek using menus, but
20285           I didn't get there yet). VOBs and normal DVDs should now work.
20286           Add a mpeg2-only pad with high rank so this get autoplugged for
20287           MPEG-2 movies.
20288         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20289         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20290         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20291         (gst_mpeg_demux_get_audio_stream),
20292         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20293         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20294           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20295           MPEG-1 but use dvddemux for MPEG-2.
20296         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20297         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20298         (gst_mpeg_parse_parse_packhead):
20299           Timing. Only add pad template if it exists. Add sink template from
20300           class and not from ourselves. This means we will always use the
20301           correct sink template even if it is not the one defined in this
20302           file.
20303
20304 2004-09-29  Wim Taymans  <wim@fluendo.com>
20305
20306         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20307         (gst_mpeg_demux_parse_pes):
20308         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20309         Fix playback of mpeg again, timestamps where screwed up by
20310         patch 1.61.
20311
20312 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20313
20314         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20315           Only return true if we actually filled something in. Prevents
20316           player applications from showing a random length for flac files.
20317         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20318         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20319         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20320         (gst_riff_read_strf_vids_with_data),
20321         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20322           OK, ok, so I implemented event handling. Apparently it's normal
20323           that we receive random events at random points without asking
20324           for it.
20325         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20326         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20327         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20328         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20329         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20330         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20331         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20332         * gst/avi/gstavidemux.h:
20333           Implement non-lineair chunk handling and subchunk processing.
20334           The first solves playback of AVI files where the audio and video
20335           data of individual buffers that we read are not synchronized.
20336           This should not happen according to the wonderful AVI specs, but
20337           of course it does happen in reality. It is also a prerequisite for
20338           the second. Subchunk processing allows us to cut chunks in small
20339           pieces and process each of these pieces separately. This is
20340           required because I've seen several AVI files with incredibly large
20341           audio chunks, even some files with only one audio chunk for the
20342           whole file. This allows for proper playback including seeking.
20343           This patch is supposed to fix all AVI A/V sync issues.
20344         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20345         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20346           Work.
20347         * gst/modplug/gstmodplug.cc:
20348           Proper return value setting for the query() function.
20349         * gst/playback/gstplaybasebin.c: (setup_source):
20350           Being in non-playing state (after, e.g., EOS) is not necessarily
20351           a bad thing. Allow for that. This fixes playback of short files.
20352           They don't actually playback fully now, because the clock already
20353           runs. This means that small files (<500kB) with a small length
20354           (<2sec) will still not or barely play. Other files, such as mod
20355           or flx, will work correctly, however.
20356
20357 2004-09-28  Wim Taymans  <wim@fluendo.com>
20358
20359         * ext/speex/gstspeex.c: (plugin_init):
20360         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20361         (gst_speex_dec_class_init), (speex_dec_get_formats),
20362         (speex_get_event_masks), (speex_get_query_types),
20363         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20364         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20365         (gst_speexdec_get_property), (gst_speexdec_set_property),
20366         (speex_dec_change_state):
20367         * ext/speex/gstspeexdec.h:
20368         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20369         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20370         (gst_speexenc_base_init), (gst_speexenc_class_init),
20371         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20372         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20373         (gst_speexenc_src_query), (gst_speexenc_init),
20374         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20375         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20376         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20377         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20378         (gst_speexenc_chain), (gst_speexenc_get_property),
20379         (gst_speexenc_set_property), (gst_speexenc_change_state):
20380         * ext/speex/gstspeexenc.h:
20381         Rewrote speex encoder, make sure it can be embedded in ogg.
20382         Implemented speex decoder.
20383
20384 2004-09-28  Christian Schaller <christian@fluendo.com>
20385
20386         * configure.ac:
20387         Remove kioslave plugin. Markey is brewing a new working one
20388         * ext/Makefile.am: Remove kioslave plugin
20389         * ext/kio: remove
20390         * gst-plugins.spec.in: remove kio plugin from spec
20391
20392 2004-09-27  Wim Taymans  <wim@fluendo.com>
20393
20394         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20395         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20396         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20397         (gst_multifdsink_new_client),
20398         (gst_multifdsink_handle_client_write),
20399         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20400         (gst_multifdsink_handle_clients):
20401         * gst/tcp/gstmultifdsink.h:
20402         Make syncing to keyframes actually work for new clients and lagging
20403         clients.
20404
20405 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20406
20407         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20408         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20409         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20410         * gst/debug/gstnavigationtest.h:
20411           make navigationtest display button-press and button-release events
20412
20413 2004-09-26 Iain <iaingnome@gmail.com>
20414
20415         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20416         the channels have received a new media event.
20417         (interleave_buffered_loop): Compresses a new media event on all
20418         channels into one.
20419
20420 2004-09-26 Iain <iaingnome@gmail.com>
20421
20422         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20423         call the sinkpad's default event handler and not the srcpads. He also
20424         says this is confusing :)
20425         (gst_wavenc_stop_file): Company says that seek events only go upstream
20426         we should send a discontinuous downstream instead.
20427
20428 2004-09-25  Christian Schaller <christian@fluendo.com>
20429
20430         * Update SPEC file to be usable in conjunction with Fedora Core,
20431           Fedora.us and freshrpms packages
20432         * Fix typo in multifilesrc test Makefile
20433
20434 2004-09-24  Wim Taymans  <wim@fluendo.com>
20435
20436         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20437         Only signal the no_more_pads signal when we have
20438         added the stream to our list.
20439
20440 2004-09-24  Wim Taymans  <wim@fluendo.com>
20441
20442         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20443         (new_decoded_pad):
20444         * gst/playback/gstplaybasebin.h:
20445         * gst/playback/gstplaybin.c: (setup_sinks):
20446         Don't try to preroll or decode more than one audio/video
20447         track.
20448
20449 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20450
20451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20452           Throw error if we failed to find a suitable output. This should
20453           throw an error if we successfully set up a pipeline (e.g. because
20454           we recognized a media file) but found no decodable streams in it
20455           (e.g. because it contains only media stream types for which we
20456           have no decoders, or because it's not a media type).
20457
20458 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20459
20460         * ext/dirac/Makefile.am:
20461         * ext/dirac/gstdirac.cc:
20462         * ext/dirac/gstdiracdec.cc:
20463         * ext/dirac/gstdiracdec.h:
20464           Do something. Don't actually know if this works because I don't
20465           have a demuxer yet.
20466         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20467           Add channels=1 to caps returned from _getcaps().
20468         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20469         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20470         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20471         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20472         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20473         (gst_ogm_parse_change_state):
20474           Separate between audio/video so ogmaudioparse actually uses the
20475           audio pad templates. Both audio and video work now, including
20476           autoplugging. Also use sometimes-srcpad hack.
20477         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20478           Handle events better. Don't hang on infinite loops.
20479         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20480         (gst_avi_demux_init), (gst_avi_demux_reset),
20481         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20482         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20483         (gst_avi_demux_change_state):
20484         * gst/avi/gstavidemux.h:
20485           Improve A/V sync. Still not perfect.
20486         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20487         (gst_ebml_read_skip):
20488           Handle events better.
20489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20490         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20491         (qtdemux_audio_caps):
20492           Add IMA4. Improve event handling. Save offset after a seek when
20493           the headers are at the end of the file so that we don't end up in
20494           an infinite loop.
20495         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20496           Add low-priority typefind support for files with no length.
20497
20498 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20499
20500         * testsuite/multifilesink/Makefile.am:
20501         fix typo
20502
20503 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20504
20505         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20507         mistakes from thaytan's patches.
20508
20509 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20510
20511         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20512           For completeness, XSync in the destroy function as xvimage does.
20513
20514 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20515
20516         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20517            Correct caps negotiation
20518         * gst/volume/gstvolume.c: (volume_chain_float),
20519         (volume_chain_int16):
20520            Modify debug output to be little more informative
20521         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20523         (gst_xvimagesink_xvimage_destroy):
20524           Add XSync calls after detaching from the shared memory segment to
20525           avoid a crash.
20526
20527 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20528
20529         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20530         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20531         * ext/vorbis/vorbis.c: (plugin_init):
20532         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20533         (gst_vorbisenc_chain):
20534         * ext/vorbis/vorbisenc.h:
20535         remove explicit newmedia support from oggmux and vorbisenc
20536         add debug category to vorbisenc
20537         * gst/multifilesink/gstmultifilesink.c:
20538         (gst_multifilesink_class_init), (gst_multifilesink_init),
20539         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20540         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20541         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20542         (plugin_init):
20543         * gst/multifilesink/gstmultifilesink.h:
20544         add support for streamheader in multifilesink
20545
20546 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20547
20548         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20549         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20550         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20551           Prevent infinite loops. More correct error reporting.
20552         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20553           Error out if negotiation fails.
20554         * gst/playback/gstplaybasebin.c: (setup_source),
20555         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20556         (gst_play_base_bin_found_tag):
20557           Error/tag forwarding. Pre-roll fixes for source errors on state
20558           changes (e.g. "file does not exist") to prevent hangs.
20559
20560 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20561
20562         * testsuite/multifilesink/Makefile.am:
20563         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20564         (gst_newmedia_class_init), (gst_newmedia_init),
20565         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20566         (newfile_signal), (test_signal), (main):
20567         * testsuite/multifilesink/multifilesrc_test.c: (main):
20568         * testsuite/multifilesink/oggtheora_test.c:
20569         (gst_newmedia_base_init), (gst_newmedia_class_init),
20570         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20571         (test_format), (newfile_signal), (test_signal), (main):
20572         * testsuite/multifilesink/oggvorbis_test.c:
20573         (gst_newmedia_base_init), (gst_newmedia_class_init),
20574         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20575         (test_format), (newfile_signal), (test_signal), (main):
20576         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20577         (gst_newmedia_class_init), (gst_newmedia_init),
20578         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20579         (newfile_signal), (test_signal), (main):
20580         New media tests
20581
20582 2004-09-20  Christian Schaller <christian@fluendo.com>
20583
20584         * Fix mikmod license to LGPL as they have relicensed
20585         * Move Dirac and Effectv into LGPL section of README_license
20586
20587 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20588
20589         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20590         (gst_mad_change_state):
20591           Allow for mp3 rate/channels changes. However, only very
20592           conservatively. Reason that we *have* to enable this is smiply
20593           because the mad find_sync() function is not good enough, it will
20594           regularly sync on random data as valid frames and therefore make
20595           us provide random caps as *final* caps of the stream. The best fix
20596           I could think of is to simply require several of the same stream
20597           changes in a row before we change caps.
20598           The actual testcase that works now is #
20599         * ext/ogg/Makefile.am:
20600         * ext/ogg/gstogg.c: (plugin_init):
20601         * ext/ogg/gstogmparse.c:
20602           OGM support (video only for now; I need an audio sample file).
20603         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20604         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20605         (gst_asf_demux_add_video_stream):
20606           WMV extradata.
20607         * gst/playback/gstplaybasebin.c: (unknown_type):
20608           Don't error out on single unknown-types after all. It's wrong.
20609           If we found type of video and audio but not of a subtitle stream,
20610           it will still error out (which is unwanted). Will find a better fix
20611           later on.
20612         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20613         (ogmaudio_type_find), (plugin_init):
20614           OGM support.
20615
20616 2004-09-20  Johan Dahlin  <johan@gnome.org>
20617
20618         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20619         after setting caps.
20620
20621 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20622
20623         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20624         * gst/wavenc/gstwavenc.h:
20625         Added newmedia support to wavenc
20626
20627 2004-09-17  Wim Taymans  <wim@fluendo.com>
20628
20629         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20630         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20631         (gst_fdset_fd_can_write), (gst_fdset_wait):
20632         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20633         (gst_multifdsink_init), (gst_multifdsink_add),
20634         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20635         (gst_multifdsink_remove_client_link),
20636         (gst_multifdsink_client_queue_buffer),
20637         (gst_multifdsink_handle_client_write),
20638         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20639         (gst_multifdsink_close), (gst_multifdsink_change_state):
20640         * gst/tcp/gstmultifdsink.h:
20641         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20642         (gst_tcpserversink_removed):
20643         Small cleanups in fdset.c
20644         Use a hastable to map fd to the client structure for faster
20645         lookup in _remove and get_stats.
20646         Added virtual function to close the fds.
20647         Handle clients even when the select/poll call was unblocked because
20648         of a command.
20649         Implement syncing to keyframe in the recovery procedure.
20650
20651 2004-09-16 Iain <iaingnome@gmail.com>
20652
20653         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20654         try caps.
20655
20656 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20657
20658         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20659           Caps are only set if the type of the stream is unknown, but this
20660           is initialized in ->init_stream(), so set to UNKNOWN after calling
20661           ->init_stream() so that capsnego starts.
20662
20663 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20664
20665         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20666         (gst_avi_demux_stream_data):
20667           Just hardcode for raw audio then. AVI audio sucks.
20668
20669 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20670
20671         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20672         * gst/matroska/matroska-mux.c: (audiosink_templ),
20673         (gst_matroska_mux_audio_pad_link):
20674         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20675         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20676
20677 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20678
20679         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20680         (gst_avi_demux_stream_data):
20681           Try to fix a/v sync issues.
20682
20683 2004-09-15  David Schleef  <ds@schleef.org>
20684
20685         * configure.ac: remove NASM check, since we don't use it.  Update
20686         dirac check to 0.4
20687         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20688         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20689         Initialized variables.
20690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20691         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20692         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20693         SVQ3 format
20694
20695 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20696
20697         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20698         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20699         * gst/avi/gstavidemux.h:
20700           Fix for compressed audio (mp3) timestamp generation. How did this
20701           ever work?
20702
20703 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20704
20705         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20706           Volume is a double not a float.
20707
20708 2004-09-15  Wim Taymans  <wim@fluendo.com>
20709
20710         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20711         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20712         Don't close the fd in multifdsink as we didn't open it in the
20713         first place. Some cleanups.
20714
20715 2004-09-15  Wim Taymans  <wim@fluendo.com>
20716
20717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20719         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20720         Fix the case where the muxer would mark pages as delta
20721         frames when they are not (vorbis only ogg).
20722
20723 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20724
20725         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20726         (gst_play_base_bin_change_state):
20727           Handle the case where we failed to setup a clear pipeline. This
20728           will throw an error (or EOS, another nice case) and if you don't
20729           catch that, the app will wait for the signal forever (and thus
20730           hang).
20731
20732 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20733
20734         * ext/gnomevfs/gstgnomevfssink.c:
20735         (gst_gnomevfssink_uri_get_protocols):
20736         * ext/gnomevfs/gstgnomevfssrc.c:
20737         (gst_gnomevfssrc_uri_get_protocols):
20738         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20739         * ext/gnomevfs/gstgnomevfsuri.h:
20740           Use _uri_new() instead of _open(), so it doesn't take as long and
20741           Christophe's computer won't hang.
20742         * gst/playback/gstplaybasebin.c: (unknown_type):
20743           Throw error on unknown media type, so apps actually display it.
20744
20745 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20746
20747         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20748           this script to work on Solaris since bash shell handles echo
20749           differenly than bash.
20750
20751 2004-09-17  Wim Taymans  <wim@fluendo.com>
20752
20753         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20754         (setup_source), (gst_play_base_bin_set_property),
20755         (gst_play_base_bin_add_element):
20756         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20757         Some more work on making sure seeking pauses the pipeline and
20758         that changing the uri actually does something.
20759
20760 2004-09-17  Wim Taymans  <wim@fluendo.com>
20761
20762         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20763         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20764         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20765         (gst_tcpserversink_close):
20766         Be a bit more paranoid when freeing memory.
20767
20768 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20769
20770         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20771         (qtdemux_parse_trak):
20772           Don't crash by dividing by zero (see sample movie in #126922).
20773
20774 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20775
20776         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20777           Don't touch non-existing data (fixes crash on file in #140147).
20778
20779 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20780
20781         * gst/playback/gstplaybasebin.c:
20782         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20783           Handle double disposals, and proper change of URIs.
20784
20785 2004-09-13  Martin Eikermann <meiker@upb.de>
20786
20787         * gst/mpegstream/gstmpegparse.c:
20788           fix synchronistation for streams recorded from digital PCR
20789           fixes bug #119376
20790
20791 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20792
20793         * ext/gnomevfs/Makefile.am:
20794         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20795         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20796         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20797         (gst_gnomevfssink_uri_get_type),
20798         (gst_gnomevfssink_uri_get_protocols),
20799         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20800         (gst_gnomevfssink_uri_handler_init),
20801         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20802         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20803         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20804         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20805         (gst_gnomevfssrc_uri_get_type),
20806         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20807         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20808         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20809         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20810         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20811         * ext/gnomevfs/gstgnomevfsuri.h:
20812           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20813           of fake URIs to see which this version of Gnome-VFS likes, and
20814           uses that for the Gst-URI interface. Makes playbin support http://
20815           streams. Also fix up some stupid behaviour in gnomevfssrc.
20816
20817 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20818
20819         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20820         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20821         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20822         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20823           Update mixer (to sync with other sessions) if we try to obtain
20824           a new value. This makes alsamixer work accross applications.
20825         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20826           Only call sync functions if we're running, else alsalib asserts.
20827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20828           Sometimes fails to compile. Possibly a gcc bug.
20829         * gst/playback/gstplaybin.c: (gen_video_element),
20830         (gen_audio_element):
20831           Add a reference to an application-provided object, because we lose
20832           this same reference if we add it to the bin. If we don't do this,
20833           we can only use this object once and thus crash if we go from
20834           ready to playing, back to ready and back to playing again.
20835           Also add an audioscale element because several cheap soundcards -
20836           like mine - don't support all samplerates.
20837         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20838         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20839           Fix wrong order or PAR calls. Makes automatically obtained PAR
20840           from the X server atually being used.
20841
20842 2004-09-12  David Schleef  <ds@schleef.org>
20843
20844         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20845         #151887, #152102, #152247.
20846         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20847         * examples/seeking/cdparanoia.c: same
20848         * examples/seeking/cdplayer.c: same
20849         * examples/seeking/seek.c: same
20850         * examples/seeking/spider_seek.c: same
20851         * examples/seeking/vorbisfile.c: same
20852         * examples/stats/mp2ogg.c: same
20853         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20854         (gst_esdsink_dispose): Dispose of element properly.
20855         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20856         fixes.
20857         * ext/nas/nassink.c: (gst_nassink_class_init),
20858         (gst_nassink_dispose): Dispose of element correctly.
20859         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20860         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20861         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20862         Fix 64-bit warning.
20863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20864         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20865         Fix 64-bit warning.
20866
20867 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20868
20869         * configure.ac : change speex detection as 1.1.6 now uses
20870           .pc/pkg-config and they changed their headers location.
20871
20872 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
20873
20874         * gst/matroska/matroska-mux.h:
20875         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20876         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20877         (gst_matroska_mux_write_data):
20878           Write multiple blocks/frames per cluster.
20879                 Write meta-seek information (seek heads).
20880
20881 2004-09-09  Scott Wheeler <wheeler@kde.org>
20882
20883         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20884         (gst_play_bin_set_property), (gst_play_bin_get_property),
20885         (gen_audio_element), (gen_audio_element):
20886           Add a volume element / property to the pipeline.
20887
20888 2004-09-07  Wim Taymans  <wim@fluendo.com>
20889
20890         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20891         Copy timestamps from the master pad to the output buffers.
20892
20893 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20894
20895         * ext/raw1394/gstdv1394src.c:
20896           throw errors when applicable
20897
20898 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
20899
20900         * gst/matroska/ebml-ids.h:
20901         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
20902         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
20903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
20904           automatically convert unix time <-> ebml time when reading/writing
20905           a date, use gst_ebml_write_uint to write CUETIME,
20906           not gst_ebml_write_date.
20907         * gst/matroska/matroska-ids.h:
20908         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
20909         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
20910         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
20911         (gst_matroska_mux_write_data):
20912           Write track and segment UIDs, write muxing date, write
20913           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
20914           Create cues for audio only files.
20915
20916 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20917
20918         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20919         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20920           Re-commit ALSA switches.
20921         * gst/adder/gstadder.c: (gst_adder_loop):
20922           64-bit fix (#151416).
20923         * gst/debug/progressreport.c: (gst_progressreport_report):
20924           64-bit fix (#151419).
20925         * gst/matroska/matroska-demux.c:
20926         (gst_matroska_demux_parse_contents):
20927           64-bit fix (#151420).
20928         * gst/playback/test3.c: (update_scale):
20929           64-bit fix (#151421).
20930
20931 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20932
20933         * configure.ac:
20934           bump nano to cvs
20935
20936 === release 0.8.4 ===
20937
20938 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20939
20940         * configure.ac: releasing 0.8.4, "Alias"
20941
20942 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20943
20944         * ext/theora/Makefile.am:
20945           fix makefile.  Fixes #151462.
20946
20947 2004-08-30  Wim Taymans  <wim@fluendo.com>
20948
20949         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
20950         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20951         (gst_multifdsink_remove_client_link),
20952         (gst_multifdsink_client_queue_buffer),
20953         (gst_multifdsink_handle_client_write):
20954         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
20955         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
20956         Fix some memory leaks.
20957
20958 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20959
20960         Patch by: David Schleef
20961
20962         * configure.ac:
20963         * sys/Makefile.am:
20964           rename our detection macro for V4L2.  Fixes #151236.
20965
20966 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20967
20968         Patch by: David Schleef
20969
20970         * configure.ac:
20971           check to define LAMEPRESET.  Fixes #151232.
20972
20973 2004-08-27  David Schleef  <ds@schleef.org>
20974
20975         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
20976         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
20977         (gst_glimagesink_fixate):  Move local variable declarations to
20978         make gcc-2.95 happy.
20979
20980 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20981
20982         * configure.ac:
20983           bump nano for prerelease
20984
20985 2004-08-27  David Schleef  <ds@schleef.org>
20986
20987         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
20988         * sys/sunaudio/gstsunaudiosrc.c:
20989         * sys/sunaudio/gstsunaudiosrc.h:
20990
20991 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
20992
20993         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
20994         handle EOS correctly
20995         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
20996         * gst/matroska/matroska-mux.h:
20997         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
20998         VFW compatibility mode
20999
21000 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21001
21002         patch by: Zaheer Abbas Merali
21003
21004         * ext/ogg/gstoggmux.c:
21005         * ext/vorbis/vorbisenc.c:
21006         * ext/vorbis/vorbisenc.h:
21007           handle NEWMEDIA
21008
21009 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21010
21011         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21012         fix byte order reversion on little endian machines.
21013         * gst/matroska/matroska-mux.c: (audiosink_templ),
21014         (gst_matroska_mux_audio_pad_link):
21015         add TTA codec to the list of supported codecs.
21016         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21017         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21018         (gst_matroska_mux_write_data):
21019         * gst/matroska/matroska-mux.h:
21020         write segment duration correctly, write muxing app string, fixes bugs
21021         #140897 and #140898.
21022         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21023         wait for all pads to be negotiated before starting to mux.
21024
21025 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21026
21027         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21028         * ext/lame/gstlame.h:
21029         Added new media support to lame
21030
21031 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21032
21033         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21034         send vorbis headers at the beginning of a stream, fixes bug #141554.
21035         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21036         bug #148950.
21037         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21038         (gst_matroska_demux_plugin_init):
21039         * gst/matroska/matroska-ids.h:
21040         enable demuxing of TTA audio streams, fixes bug #148951.
21041         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21042         enable typefinding for TTA audio files, fixes bug #148711.
21043         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21044         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21045         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21046
21047 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21048
21049         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21050         (gst_riff_read_element_data), (gst_riff_read_seek),
21051         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21052         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21053         <teuf@gnome.org>
21054
21055 2004-08-23 Iain <iaingnome@gmail.com>
21056
21057         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21058         tags. They appear to be handled differently to normal.
21059         (tag_list_to_id3_tag_foreach): Ditto.
21060
21061 2004-08-22  Wim Taymans  <wim@fluendo.com>
21062
21063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21064         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21065         Make sure we never send -1 granulepos.
21066
21067 2004-08-20  Wim Taymans  <wim@fluendo.com>
21068
21069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21070         (gst_ogg_mux_loop):
21071         I will accept bitchslappings with non sharp objects.
21072
21073 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21074
21075         * configure.ac:
21076         Clean up the test for lame presets
21077
21078 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21079
21080         * configure.ac:
21081         * ext/lame/Makefile.am:
21082         * ext/lame/gstlame.c: (gst_lame_class_init),
21083         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21084         Only enable lame presets if version of lame has presets in API
21085
21086 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21087         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21088         * gst/udp/gstudpsrc.h:
21089           Don't call gst_pad_push in a get function. Fixes #150449
21090
21091 2004-08-18  Wim Taymans  <wim@fluendo.com>
21092
21093         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21094         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21095         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21096         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21097         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21098         (gst_fdset_wait):
21099         * gst/tcp/gstfdset.h:
21100         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21101         (gst_multifdsink_client_queue_buffer),
21102         (gst_multifdsink_handle_client_write):
21103         * gst/tcp/gstmultifdsink.h:
21104         Some extra checks in gstfdset.
21105         Only use send() when the fd is a socket. Don't try to
21106         read from write only fds.
21107
21108 2004-08-18  Wim Taymans  <wim@fluendo.com>
21109
21110         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21111         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21112         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21113         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21114         (gst_fdset_wait):
21115         Add more locking and bounds checking.
21116
21117 2004-08-18  Wim Taymans  <wim@fluendo.com>
21118
21119         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21120         Realloc test fdset in the lock and right before starting
21121         the poll call. Bump the limit to 4096.
21122
21123 2004-08-17  David Schleef  <ds@schleef.org>
21124
21125         * sys/sunaudio/Makefile.am:
21126         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21127         of rates and channels.  Make debugging less obnoxious.
21128
21129         Patch from Balamurali Viswanathan implementing a mixer for
21130         Sun audio.  (bug #144091):
21131         * sys/sunaudio/gstsunelement.c:
21132         * sys/sunaudio/gstsunelement.h:
21133         * sys/sunaudio/gstsunmixer.c:
21134         * sys/sunaudio/gstsunmixer.h:
21135
21136 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21137
21138         * gst/audioscale/gstaudioscale.c:
21139         * gst/audioscale/gstaudioscale.h:
21140         made audioscale resample from any sample rate to any sample rate
21141
21142 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21143
21144         * ext/libpng/gstpngdec.c:
21145           error out on unsupported types
21146
21147 2004-08-17  Iain <iaingnome@gmail.com>
21148
21149         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21150         mid_side and loose_mid_side properties if its a stereo stream.
21151
21152 2004-08-17  Wim Taymans  <wim@fluendo.com>
21153
21154         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21155         (theora_get_formats), (theora_dec_src_convert),
21156         (theora_dec_sink_convert), (theora_dec_src_query),
21157         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21158         Add a debug line.
21159
21160 2004-08-17  Wim Taymans  <wim@fluendo.com>
21161
21162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21163         (gst_ogg_pad_push):
21164         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21165         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21166         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21167         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21168         Mark delta units in the muxer.
21169         Try to decode the packet after an out-of-sync error from
21170         libogg.
21171
21172 2004-08-17  Wim Taymans  <wim@fluendo.com>
21173
21174         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21175         (gst_multifdsink_init), (gst_multifdsink_add),
21176         (gst_multifdsink_client_queue_buffer),
21177         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21178         * gst/tcp/gstmultifdsink.h:
21179         Added option to send a keyframe to clients as the first buffer.
21180         Make timeout property writable.
21181
21182 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21183
21184         patch by: Wim Taymans
21185
21186         * gst/tcp/gstfdset.c:
21187         * gst/tcp/gstmultifdsink.c:
21188           fix index comparison, should include 0
21189
21190 2004-08-16  Wim Taymans  <wim@fluendo.com>
21191
21192         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21193         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21194         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21195         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21196         (gst_fdset_wait):
21197           copy when reallocing for poll so the select arguments don't get
21198           changed during the call
21199
21200 2004-08-16  Wim Taymans  <wim@fluendo.com>
21201
21202         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21203         (gst_theora_enc_class_init), (theora_enc_sink_link),
21204         (theora_buffer_from_packet), (theora_enc_chain):
21205         Fix bug where buffers were not marked as keyframes
21206         correctly.
21207
21208 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21209
21210         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21211         (gst_lame_preset_get_type), (gst_lame_class_init):
21212         describe the enum values for vbr mode and presets more verbosely
21213
21214 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21215
21216         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21217         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21218         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21219         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21220         * ext/lame/gstlame.h:
21221         add preset property to lame so it can use lame presets
21222
21223 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21224
21225         * ext/lame/gstlame.c: (gst_lame_get_property):
21226         whoops forgot break, thanks teuf
21227
21228 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21229
21230         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21231         (gst_lame_class_init), (gst_lame_src_getcaps),
21232         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21233         (gst_lame_get_property), (gst_lame_setup):
21234         * ext/lame/gstlame.h:
21235         fix lame's broken vbr stuff, allow it to resample if need be, and also
21236         make xing header optional
21237
21238 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21239
21240         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21241         added getcaps function so samplerate doesnt get fixated to silly values
21242
21243 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21244
21245         * ext/lame/gstlame.c: (gst_lame_src_link):
21246         revert previous fix
21247
21248 2004-08-12  Johan Dahlin  <johan@gnome.org>
21249
21250         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21251         checks. Doesn't matter what state we are in. Interfaces are a
21252         compile time thing, not runtime. It also broke the python bindings.
21253
21254 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21255
21256         * ext/lame/gstlame.c: (gst_lame_src_link):
21257         made source pad link function check if sinkpad is ok..fixes the problem
21258         where core fixates the output rate of lame stupidly
21259
21260 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21261
21262         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21263         * sys/v4l/v4l_calls.c:
21264         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21265           fix fixate function to handle nonsimple caps.
21266           remove bogus check in _link
21267           cleanups
21268
21269 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21270
21271         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21272         set default compression ratio parameter to 0.0 so bitrate parameter
21273         works :)
21274
21275 2004-08-11  David Schleef  <ds@schleef.org>
21276
21277         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21278
21279 2004-08-11  David Schleef  <ds@schleef.org>
21280
21281         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21282         before.
21283
21284 2004-08-11  David Schleef  <ds@schleef.org>
21285
21286         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21287
21288 2004-08-11  David Schleef  <ds@schleef.org>
21289
21290         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21291           license field
21292         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21293         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21294           LGPL.
21295         * gst/auparse/gstauparse.c: Fix plugin license field.
21296         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21297         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21298         * gst/rtp/gstrtp.c: Fix plugin license field.
21299
21300 2004-08-11  Wim Taymans  <wim@fluendo.com>
21301
21302         * gst/tcp/Makefile.am:
21303         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21304         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21305         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21306         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21307         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21308         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21309         (gst_fdset_fd_can_write), (gst_fdset_wait):
21310         * gst/tcp/gstfdset.h:
21311         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21312         (gst_multifdsink_class_init), (gst_multifdsink_init),
21313         (gst_multifdsink_add), (gst_multifdsink_remove),
21314         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21315         (gst_multifdsink_remove_client_link),
21316         (gst_multifdsink_handle_client_read),
21317         (gst_multifdsink_client_queue_data),
21318         (gst_multifdsink_client_queue_caps),
21319         (gst_multifdsink_client_queue_buffer),
21320         (gst_multifdsink_handle_client_write),
21321         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21322         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21323         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21324         (gst_multifdsink_close):
21325         * gst/tcp/gstmultifdsink.h:
21326         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21327         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21328         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21329         (gst_tcpserversink_close):
21330         * gst/tcp/gsttcpserversink.h:
21331         Abstracted away the select call, implemented poll (yes we ran into
21332         the 1024 limit in production).
21333
21334 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21335
21336         * gst/tcp/gsttcp.c:
21337         * gst/tcp/gsttcpplugin.c:
21338           improve debuggging, remove assert
21339
21340 2004-08-10  Wim Taymans  <wim@fluendo.com>
21341
21342         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21343         (gst_client_status_get_type), (gst_multifdsink_class_init),
21344         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21345         (gst_multifdsink_handle_client_read),
21346         (gst_multifdsink_handle_client_write),
21347         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21348         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21349         (gst_multifdsink_get_property):
21350         * gst/tcp/gstmultifdsink.h:
21351         * gst/tcp/gsttcp-marshal.list:
21352         Starting to prepare for specifying buffer time in other units
21353         than buffers. Expose remove reason in signal.
21354
21355 2004-08-10  Wim Taymans  <wim@fluendo.com>
21356
21357         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21358         (gst_multifdsink_remove), (gst_multifdsink_clear),
21359         (gst_multifdsink_remove_client_link),
21360         (gst_multifdsink_handle_client_read),
21361         (gst_multifdsink_client_queue_data),
21362         (gst_multifdsink_client_queue_buffer),
21363         (gst_multifdsink_handle_client_write),
21364         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21365         (gst_multifdsink_chain), (gst_multifdsink_close):
21366         * gst/tcp/gstmultifdsink.h:
21367         Added more debugging info. Changed the way clients are
21368         removed from the lists. Fixed a bug where a bad file descriptor
21369         could cause many clients to be removed.
21370
21371 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21372
21373         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21374           allow all pixel-aspect-ratios, not just 1:1
21375
21376 2004-08-09  David Schleef  <ds@schleef.org>
21377
21378         * sys/glsink/ARB_multitexture.h:  Remove old files.
21379         * sys/glsink/EXT_paletted_texture.h:
21380         * sys/glsink/NV_register_combiners.h:
21381         * sys/glsink/gstgl_nvimage.c:
21382         * sys/glsink/gstgl_pdrimage.c:
21383         * sys/glsink/gstgl_rgbimage.c:
21384         * sys/glsink/gstglsink.c:
21385         * sys/glsink/gstglsink.h:
21386         * sys/glsink/gstglxwindow.c:
21387         * sys/glsink/regcomb_yuvrgb.c:
21388
21389 2004-08-09  David Schleef  <ds@schleef.org>
21390
21391         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21392         GL sink plugin.  (Bug #147302)
21393
21394         * configure.ac: Test for OpenGL
21395         * sys/Makefile.am: Use test for OpenGL
21396         * sys/glsink/Makefile.am:
21397         * sys/glsink/glimagesink.c: rewrite
21398         * sys/glsink/glimagesink.h: rewrite
21399
21400 2004-08-09  David Schleef  <ds@schleef.org>
21401
21402         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21403         sane framerates.
21404         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21406         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21407
21408 2004-08-09  Wim Taymans  <wim@fluendo.com>
21409
21410         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21411         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21412         (gst_multifdsink_client_remove),
21413         (gst_multifdsink_handle_client_read),
21414         (gst_multifdsink_handle_client_write),
21415         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21416         Do a bit more logging, make the client_read code more robust.
21417
21418 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21419
21420         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21421         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21422         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21423         (gst_jpegdec_init), (gst_jpegdec_chain):
21424         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21425         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21426           cleanups, debugging fixes and memleak plugging
21427
21428 2004-08-09  Wim Taymans  <wim@fluendo.com>
21429
21430         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21431         (theora_get_formats), (theora_dec_src_convert),
21432         (theora_dec_sink_convert), (theora_dec_src_query),
21433         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21434         (theora_dec_change_state):
21435         Don't crash on missing header packets.
21436
21437 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21438
21439         * po/LINGUAS:
21440         * po/sq.po:
21441           Added Albanian translation (Laurent Dhima)
21442         * po/cs.po:
21443           updated
21444
21445 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21446
21447         * ext/lame/gstlame.c:
21448           fix/add debugging
21449
21450 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21451
21452         * sys/ximage/ximagesink.c:
21453         * sys/xvimage/xvimagesink.c:
21454           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21455
21456 2004-08-06  Wim Taymans  <wim@fluendo.com>
21457
21458         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21459         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21460         (gst_multifdsink_client_remove),
21461         (gst_multifdsink_handle_client_read),
21462         (gst_multifdsink_handle_client_write),
21463         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21464         Make sure we don't try to read more from a client that what
21465         ioctl says us or we deadlock.
21466
21467 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21468
21469         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21470         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21471         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21472           decouple running_time and n_frames so it can handle changing
21473           framerate while running
21474
21475 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21476
21477         * po/nl.po:
21478         * po/sv.po:
21479           updated translations
21480
21481 2004-08-04  Benjamin Otte  <otte@gnome.org>
21482
21483         * gst/videotestsrc/gstvideotestsrc.c:
21484         (gst_videotestsrc_get_capslist), (generate_capslist),
21485         (plugin_init):
21486           generate the list of supported caps at startup and reuse it instead
21487           of always generating it
21488
21489 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21490
21491         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21492           whoops, last checkin broke normal build
21493
21494 2004-08-03  Benjamin Otte  <otte@gnome.org>
21495
21496         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21497         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21498         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21499         (gst_alsa_mixer_get_option):
21500         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21501         (dvdnavsrc_print_event):
21502         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21504         (gst_ogg_mux_pad_unlink):
21505         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21506         (gst_multipart_mux_pad_unlink):
21507         * gst/videofilter/gstvideobalance.c:
21508         (gst_videobalance_colorbalance_set_value):
21509         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21510         (gst_videomixer_pad_unlink):
21511         * po/uk.po:
21512         * sys/oss/gstossmixer.c:
21513         * sys/v4l/gstv4lcolorbalance.c:
21514         * sys/v4l/gstv4ltuner.c:
21515         * sys/v4l/v4lsrc_calls.c:
21516         * sys/v4l2/gstv4l2colorbalance.c:
21517         * sys/v4l2/gstv4l2tuner.c:
21518           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21519
21520 2004-08-03  Benjamin Otte  <otte@gnome.org>
21521
21522         * examples/dynparams/filter.c: (ui_control_create):
21523         * examples/gstplay/player.c: (print_tag):
21524         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21525         * ext/gdk_pixbuf/gstgdkanimation.c:
21526         (gst_gdk_animation_iter_may_advance):
21527         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21528         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21529         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21530         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21531         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21532         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21533         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21534         * gst/sine/demo-dparams.c: (main):
21535         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21536         * testsuite/alsa/formats.c: (create_pipeline):
21537         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21538           fixes for G_DISABLE_ASSERT and friends
21539         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21540         (mp3_type_frame_length_from_header), (mp3_type_find),
21541         (plugin_init):
21542           require mp3 typefinding to have at least MIN_HEADERS valid headers
21543           add typefinding for AAC adts files
21544
21545 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21546
21547         * sys/ximage/ximagesink.c:
21548         (gst_ximagesink_calculate_pixel_aspect_ratio):
21549         * sys/xvimage/xvimagesink.c:
21550         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21551         Make sure we calculate pixel-aspect-ratio using floating point maths
21552
21553 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21554
21555         * po/uk.po:
21556           updated translation
21557
21558 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21559
21560         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21562           add debugging for display PAR calculation
21563
21564 2004-08-02  David Schleef  <ds@schleef.org>
21565
21566         * configure.ac: Fix mikmod CFLAGS.
21567
21568 2004-07-27  Benjamin Otte  <otte@gnome.org>
21569
21570         * gst/audioscale/gstaudioscale.c:
21571         - fix templates to only support S16, it's the only format that works
21572         - make caps nego code use try_set_caps_nonfixed and fixation instead
21573         of try_set_caps twice, which is not nice for autopluggers
21574         - change rank to secondary, so autopluggers can pick it up after
21575         audioconvert
21576
21577 2004-08-02  Iain <iain@prettypeople.org>
21578
21579         * gst/interleave/interleave.c (interleave_init),
21580         (interleave_request_new_pad),
21581         (interleave_pad_removed),
21582         (interleave_buffered_loop): Use the real pad count, not the artificial
21583         one.
21584
21585 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21586
21587         * configure.ac: bump nano back to development
21588
21589 === release 0.8.3 ===
21590
21591 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21592
21593         * configure.ac: releasing 0.8.3, "Water"
21594
21595 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21596
21597         * sys/xvimage/xvimagesink.c:
21598         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21599         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21600         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21601         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21602         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21603         * sys/xvimage/xvimagesink.h:
21604           apply similar PAR fixes as to ximagesink
21605
21606 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21607
21608         patch from: Benjamin Otte
21609
21610         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21611           add link function to lame.  Fixes #148986.
21612
21613 2004-08-02  Johan Dahlin  <johan@gnome.org>
21614
21615         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21616         fix debugging log
21617
21618 2004-07-30  David Schleef  <ds@schleef.org>
21619
21620         * gst/videomixer/Makefile.am: Fix things that should have been
21621         fixed in the last checkin.
21622
21623 2004-07-30  David Schleef  <ds@schleef.org>
21624
21625         * gst/multipart/Makefile.am: Fix things that should have been
21626         fixed in the last checkin.
21627
21628 2004-07-30  David Schleef  <ds@schleef.org>
21629
21630         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21631
21632 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21633
21634         * configure.ac:
21635           bump nano for prerelease
21636         * po/af.po:
21637         * po/az.po:
21638         * po/cs.po:
21639         * po/en_GB.po:
21640         * po/hu.po:
21641         * po/nl.po:
21642         * po/sr.po:
21643         * po/sv.po:
21644         * po/uk.po:
21645           updates
21646
21647 2004-07-30  Wim Taymans  <wim@fluendo.com>
21648
21649         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21650         (gst_multifdsink_add), (gst_multifdsink_remove),
21651         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21652         (gst_multifdsink_client_remove),
21653         (gst_multifdsink_handle_client_write),
21654         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21655         * gst/tcp/gstmultifdsink.h:
21656         Recover from a select with a bad file descriptor by removing
21657         the client.
21658
21659 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21660
21661         * configure.ac:
21662           fix requirement of core
21663         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21664         (gst_play_pipeline_setup):
21665           don't use colorspace element.  do use hermescolorspace element.
21666           make macro to get a colorspace element.
21667           mark strings for translation.
21668         * po/POTFILES.in:
21669           add play.c
21670         * po/af.po:
21671         * po/az.po:
21672         * po/cs.po:
21673         * po/en_GB.po:
21674         * po/hu.po:
21675         * po/nl.po:
21676         * po/sr.po:
21677         * po/sv.po:
21678         * po/uk.po:
21679           update translations
21680
21681 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21682
21683         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21684         fix default for newmedia flag
21685
21686 2004-07-30  Wim Taymans  <wim@fluendo.com>
21687
21688         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21689         (gst_theora_dec_init), (theora_get_formats),
21690         (theora_dec_src_convert), (theora_dec_sink_convert),
21691         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21692         (theora_dec_chain), (theora_dec_set_property),
21693         (theora_dec_get_property):
21694         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21695         (gst_theora_enc_class_init), (gst_theora_enc_init),
21696         (theora_enc_sink_link), (theora_enc_chain),
21697         (theora_enc_set_property), (theora_enc_get_property):
21698         Added cropping option to theora decoder.
21699         Added border option to theora encoder.
21700
21701 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21702
21703         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21704         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21705         (gst_pngenc_set_property):
21706         * ext/libpng/gstpngenc.h:
21707         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
21708
21709 2004-07-30  Wim Taymans  <wim@fluendo.com>
21710
21711         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21712         (theora_enc_sink_link), (theora_enc_chain),
21713         (theora_enc_set_property), (theora_enc_get_property):
21714         Fix encoding of non-multiple-of-16 video.
21715
21716 2004-07-29  David Schleef  <ds@schleef.org>
21717
21718         * configure.ac: make test for audiofile more strict
21719
21720 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21721
21722         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21723           give different names to typefind functions
21724
21725 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21726
21727         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21728         (gst_ximagesink_calculate_pixel_aspect_ratio),
21729         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21730         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21731         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21732         (gst_ximagesink_get_property), (gst_ximagesink_init):
21733         * sys/ximage/ximagesink.h:
21734           allocate PAR's dynamically.
21735           use autodetected PAR if no object-set PAR is given.
21736           add workaround for directfb's X not setting physical size.
21737           fix to xvimagesink will follow tomorrow.
21738
21739 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21740
21741         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21742         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21743         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21744         (gst_shout2send_class_init), (gst_shout2send_init),
21745         (set_shout_metadata), (gst_shout2send_set_metadata),
21746         (gst_shout2send_chain), (gst_shout2send_set_property),
21747         (gst_shout2send_get_property), (gst_shout2send_connect),
21748         (gst_shout2send_change_state):
21749         * ext/shout2/gstshout2.h:
21750         - fix for sending mp3 audio to icecast2 server, if pad link function not
21751         called before PAUSED state
21752         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21753         - added tagging support for mp3 audio broadcasted
21754         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21755         debug info
21756
21757 2004-07-28  Wim Taymans  <wim@fluendo.com>
21758
21759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21760         (gst_ogg_demux_push):
21761         Return query failure when we don't know the length of
21762         an ogg stream insteda of returning TRUE with a bogus value.
21763
21764 2004-07-28  Wim Taymans  <wim@fluendo.com>
21765
21766         * ext/theora/theoradec.c: (theora_get_formats),
21767         (theora_dec_src_convert), (theora_dec_sink_convert),
21768         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21769         (theora_dec_chain):
21770         Don't screw up the 1 Chroma for 1 luma sample situation when we
21771         have an odd offset/width by adding a black border in those cases.
21772
21773 2004-07-28  Wim Taymans  <wim@fluendo.com>
21774
21775         * ext/theora/theoradec.c: (theora_get_formats),
21776         (theora_dec_src_convert), (theora_dec_sink_convert),
21777         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21778         (theora_dec_chain):
21779         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21780         Added first attempt at cropping of the image as required by the
21781         theora spec. We need more properties in the caps (offset_x,
21782         offset_y,stride) to implement this correctly.
21783
21784 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21785
21786         * ext/dvdnav/README:
21787           Update the README to use dvddemux
21788         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21789           Ensure getcaps returns a subset of the template caps
21790         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21791         (gst_mpeg2subt_init):
21792           Ensure getcaps returns a subset of the template caps
21793         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21794         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21795         (gst_dvd_demux_get_subpicture_stream),
21796         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21797         * gst/mpegstream/gstdvddemux.h:
21798           Set the explicit caps on the current_video pad before pushing
21799           anything
21800         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21801         (gst_mpeg_demux_get_audio_stream):
21802           Free caps used to gst_pad_set_explicit_caps, which takes a const
21803           GstCaps *
21804
21805 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21806
21807         * configure.ac: update GStreamer requirement to 0.8.4 because of
21808           GstFraction.
21809
21810 2004-07-28  Wim Taymans  <wim@fluendo.com>
21811
21812         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21813         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21814         Add the pad to the element after setting up the caps. This
21815         makes it a lot easier to autoplug.
21816
21817 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21818
21819         * gst/median/gstmedian.c:
21820         * gst/mpeg2subt/gstmpeg2subt.c:
21821         * gst/mpegaudioparse/gstmpegaudioparse.c:
21822         * gst/mpegstream/gstdvddemux.c:
21823         * gst/mpegstream/gstmpegdemux.c:
21824         * gst/mpegstream/gstmpegpacketize.c:
21825         * gst/rtjpeg/gstrtjpeg.c:
21826         * gst/rtjpeg/gstrtjpegdec.c:
21827         * gst/rtjpeg/gstrtjpegenc.c:
21828         * gst/sine/gstsinesrc.c:
21829         * gst/smooth/gstsmooth.c:
21830         * gst/smpte/gstsmpte.c:
21831         * gst/smpte/gstsmpte.h:
21832         * gst/stereo/gststereo.c:
21833         * gst/videofilter/gstgamma.c:
21834         * gst/videofilter/gstvideobalance.c:
21835         * gst/videofilter/gstvideofilter.c:
21836         * gst/videofilter/gstvideoflip.c:
21837         * gst/videoscale/gstvideoscale.c:
21838         * gst/videoscale/videoscale.c:
21839         * gst/videotestsrc/gstvideotestsrc.c:
21840         * gst/videotestsrc/videotestsrc.c:
21841         * gst/wavenc/gstwavenc.c:
21842         * gst/wavparse/gstwavparse.c:
21843           fix local includes and 64 bits constants
21844
21845 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21846
21847         * win32/gst.sln:
21848         * gst-libs/gst/*/*.vcproj:
21849         * gst/*/*.vcproj:
21850           more working plugins
21851
21852 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21853
21854         * testsuite/alsa/Makefile.am:
21855         * testsuite/alsa/srcstate.c:
21856         add test for alsasrc changing state
21857
21858 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21859
21860         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21861         (gst_silence_get):
21862         * gst/silence/gstsilence.h:
21863         fix silence generation for 16bit raw audio
21864
21865 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21866
21867         * gst/matroska/matroska-demux.c:
21868         (gst_matroska_demux_parse_metadata),
21869         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21870         * gst/mpegaudio/common.c:
21871         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21872         (gst_videoscale_getcaps), (gst_videoscale_link),
21873         (gst_videoscale_src_fixate), (gst_videoscale_init),
21874         (gst_videoscale_finalize):
21875         * gst/videoscale/gstvideoscale.h:
21876         * gst/videotestsrc/gstvideotestsrc.c:
21877         (gst_videotestsrc_get_capslist):
21878         * gst/wavenc/gstwavenc.c:
21879         * sys/oss/gstossmixer.c: (fill_labels):
21880         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21881         (gst_ximagesink_handle_xevents),
21882         (gst_ximagesink_calculate_pixel_aspect_ratio),
21883         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21884         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21885         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21886         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21887         (gst_ximagesink_init), (gst_ximagesink_class_init):
21888         * sys/ximage/ximagesink.h:
21889         * sys/xvimage/xvimagesink.c:
21890         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21891         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21892         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21893         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21894         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21895         * sys/xvimage/xvimagesink.h:
21896           first batch of pixel aspect ratio commits.
21897
21898 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21899
21900         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21901         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
21902         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
21903           handle stride, needs work if we want to move stride handling
21904           upstream, but works correctly for our purposes.
21905
21906 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21907
21908         * gst/videoscale/README:
21909           add testing examples
21910         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
21911         (gst_videoscale_chain):
21912         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21913         (gst_videoscale_get_size):
21914           add get_size function that handles stride like videotestsrc.
21915           fixes conversion for YUV formats for as much as I can test them.
21916
21917 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21918
21919         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21920         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21922         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21923         (gst_xvimagesink_xvimage_put):
21924           further cleanups, logging, error handling and synchronizing
21925
21926 2004-07-27  Wim Taymans  <wim@fluendo.com>
21927
21928         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21929         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
21930         (gst_videomixer_pad_set_property),
21931         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
21932         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
21933         (gst_videomixer_class_init), (gst_videomixer_init),
21934         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
21935         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
21936         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
21937         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
21938         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21939         (gst_videomixer_loop), (plugin_init):
21940         Be a nicer negotiation citizen and provide a getcaps function on
21941         the srcpad. This also fixes a crash when resizing.
21942
21943 2004-07-27  Julien MOUTTE  <julien@moutte.net>
21944
21945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21946         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
21947
21948 2004-07-27  Wim Taymans  <wim@fluendo.com>
21949
21950         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
21951         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21952         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21953         (gst_pngenc_set_property):
21954         * ext/libpng/gstpngenc.h:
21955         Added snapshot property to pngenc.
21956         removed g_print from pngdec
21957
21958 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21959
21960         * gst/ac3parse/ac3parse.vcproj
21961         * gst/adder/adder.vcproj
21962         * gst/alpha/alpha.vcproj
21963         * gst/alpha/alphacolor.vcproj
21964         * gst/asfdemux/asf.vcproj
21965         * gst/audioconvert/audioconvert.vcproj
21966         * gst/audiorate/audiorate.vcproj
21967         * gst/audioscale/audioscale.vcproj
21968         * gst/auparse/auparse.vcproj
21969         * gst/avi/avi.vcproj
21970         * gst/cdxaparse/cdxaparse.vcproj
21971         * gst/chart/chart.vcproj
21972         * gst/colorspace/colorspace.vcproj
21973         * gst/cutter/cutter.vcproj
21974         * gst/debug/debug.vcproj
21975         * gst/debug/efence.vcproj
21976         * gst/debug/navigationtest.vcproj
21977         * gst/deinterlace/deinterlace.vcproj
21978         * gst/effectv/effectv.vcproj
21979         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
21980         * gst/filter/filter.vcproj
21981         * gst/flx/flxdec.vcproj
21982         * gst/goom/goom.vcproj
21983         * gst/interleave/interleave.vcproj
21984         * gst/law/alaw.vcproj
21985         * gst/law/mulaw.vcproj
21986         * gst/matroska/matroska.vcproj
21987         * gst/median/median.vcproj
21988         * gst/mixmatrix/mixmatrix.vcproj
21989         * gst/mpeg1sys/mpeg1systemencode.vcproj
21990         * gst/mpeg1videoparse/mp1videoparse.vcproj
21991         * gst/mpeg2sub/mpeg2subt.vcproj
21992         * gst/mpegaudio/mpegaudio.vcproj
21993         * gst/mpegaudioparse/mpegaudioparse.vcproj
21994         * gst/mpegstream/mpegstream.vcproj
21995         * gst/multifilesink/multifilesink.vcproj
21996         * gst/multipart/multipart.vcproj
21997         * gst/oneton/oneton.vcproj
21998         * gst/overlay/overlay.vcproj
21999         * gst/passthrough/passthrough.vcproj
22000         * gst/qtdemux/qtdemux.vcproj
22001         * gst/realmedia/rmdemux.vcproj
22002         * gst/rtjpeg/rtjpeg.vcproj
22003         * gst/rtp/rtp.vcproj
22004         * gst/silence/silence.vcproj
22005         * gst/sine/sinesrc.vcproj
22006         * gst/smooth/smooth.vcproj
22007         * gst/smpte/smpte.vcproj
22008         * gst/spectrum/spectrum.vcproj
22009         * gst/speed/speed.vcproj
22010         * gst/stereo/stereo.vcproj
22011         * gst/switch/switch.vcproj
22012         * gst/tags/tagedit.vcproj
22013         * gst/tcp/tcp.vcproj
22014         * gst/typefind/typefindfunctions.vcproj
22015         * gst/udp/udp.vcproj
22016         * gst/videobox/videobox.vcproj
22017         * gst/videocrop/videocrop.vcproj
22018         * gst/videodrop/videodrop.vcproj
22019         * gst/videofilter/gamma.vcproj
22020         * gst/videofilter/videobalance.vcproj
22021         * gst/videofilter/videofilter.vcproj
22022         * gst/videofilter/videoflip.vcproj
22023         * gst/videoflip/videoflip.vcproj
22024         * gst/videomixer/videomixer.vcproj
22025         * gst/videorate/videorate.vcproj
22026         * gst/videoscale/videoscale.vcproj
22027         * gst/videotestsrc/videotestsrc.vcproj
22028         * gst/virtualdub/virtualdub.vcproj
22029         * gst/volenv/volenv.vcproj
22030         * gst/volume/volume.vcproj
22031         * gst/wavenc/wavenc.vcproj
22032         * gst/wavparse/wavparse.vcproj
22033         * gst/y4m/y4menc.vcproj
22034         * gst-libs/gst/audio/audio.vcproj
22035         * gst-libs/gst/audio/audiofilter.vcproj
22036         * gst-libs/gst/colorbalance/colorbalance.vcproj
22037         * gst-libs/gst/idct/idtc.vcproj
22038         * gst-libs/gst/media-info/media-info.vcproj
22039         * gst-libs/gst/mixer/mixer.vcproj
22040         * gst-libs/gst/navigation/navigation.vcproj
22041         * gst-libs/gst/play/play.vcproj
22042         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22043         * gst-libs/gst/resample/resample.vcproj
22044         * gst-libs/gst/riff/riff.vcproj
22045         * gst-libs/gst/tuner/tuner.vcproj
22046         * gst-libs/gst/video/video.vcproj
22047         * gst-libs/gst/xoverlay/xoverlay.vcproj
22048           avoid problems with math.h, fix release dependancy
22049           rename GStreamer-0.8.lib to libgstreamer.lib
22050
22051 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22052
22053         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22055         the atom is not available we have to unlock the mutex. Fixes #148023
22056
22057 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22058
22059         * gst-libs/gst/media-info/media-info.h:
22060           issue for a vararg macro with MSVC
22061
22062 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22063
22064         * gst/effectv/effectv.vcproj
22065         * gst-libs/gst/idct/idct.vcproj:
22066         * gst-libs/gst/media-info/media-info.vcproj:
22067         * gst-libs/gst/navigation/navigation.vcproj:
22068         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22069         * gst-libs/gst/video/video.vcproj:
22070         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22071           fixes for build problems
22072
22073 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22074
22075         * gst-libs/gst/audio/audio.def:
22076         * gst-libs/gst/audio/riff.def:
22077           add some definitions needed by plugins
22078
22079 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22080
22081         * gst/asfdemux/gstasfmux.c
22082           Fix some 64 bits constants to be glib friendly
22083
22084 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22085
22086         * gst/ac3parse/gstac3parse.c
22087         * gst/audioscale/gstaudioscale.c
22088         * gst/auparse/gstauparse.c
22089         * gst/colorspace/gstcolorspace.c
22090         * gst/colorspace/yuv2rgb.h
22091           local include fixes
22092
22093 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22094
22095         * win32/gst.sln
22096           add more plugins to the build
22097
22098 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22099
22100         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22101         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22102
22103 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22104
22105         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22106         (gst_level_set_property), (gst_level_get_property),
22107         (gst_level_base_init), (gst_level_class_init):
22108           add debugging categories.  cleanups.
22109
22110 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22111
22112         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22113         (gst_videoscale_planar411), (gst_videoscale_planar400),
22114         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22115         (gst_videoscale_scale_nearest_str1),
22116         (gst_videoscale_scale_nearest_str2),
22117         (gst_videoscale_scale_nearest_str4),
22118         (gst_videoscale_scale_nearest_16bit),
22119         (gst_videoscale_scale_nearest_24bit):
22120           fixed stride issues
22121           tested with 320x240 -> 321, 322, 324 x240
22122           tested with YV12, I420, YUY2, UYVY
22123           fixed packed422rev (don't think it could have worked before)
22124           by testing with UYVY
22125
22126 2004-07-26  Benjamin Otte  <otte@gnome.org>
22127
22128         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22129         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22130         (plugin_init):
22131           add debugging category, add error checks like checking return values
22132           of setup calls, make sure it still works after
22133           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22134
22135 2004-07-26  Wim Taymans  <wim@fluendo.com>
22136
22137         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22138         (gst_mpeg_demux_get_audio_stream),
22139         (gst_mpeg_demux_process_private):
22140         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22141         Check for error codes from the negotiation functions. Make sure
22142         we really set the pad caps when a new pad is created.
22143
22144 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22145
22146         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22147         (gst_ffmpeg_caps_to_pix_fmt):
22148         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22149         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22150         (gst_ffmpegcolorspace_pad_link):
22151           don't make function do two things at the same time without reason.
22152
22153 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22154
22155         * gst/ac3parse/ac3parse.vcproj
22156         * gst/adder/adder.vcproj
22157         * gst/alpha/alpha.vcproj
22158         * gst/alpha/alphacolor.vcproj
22159         * gst/asfdemux/asf.vcproj
22160         * gst/audioconvert/audioconvert.vcproj
22161         * gst/audiorate/audiorate.vcproj
22162         * gst/audioscale/audioscale.vcproj
22163         * gst/auparse/auparse.vcproj
22164         * gst/avi/avi.vcproj
22165         * gst/cdxaparse/cdxaparse.vcproj
22166         * gst/chart/chart.vcproj
22167         * gst/colorspace/colorspace.vcproj
22168         * gst/cutter/cutter.vcproj
22169         * gst/debug/debug.vcproj
22170         * gst/debug/efence.vcproj
22171         * gst/debug/navigationtest.vcproj
22172         * gst/deinterlace/deinterlace.vcproj
22173         * gst/effectv/effectv.vcproj
22174         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22175         * gst/filter/filter.vcproj
22176         * gst/flx/flxdec.vcproj
22177         * gst/goom/goom.vcproj
22178         * gst/interleave/interleave.vcproj
22179         * gst/law/alaw.vcproj
22180         * gst/law/mulaw.vcproj
22181         * gst/matroska/matroska.vcproj
22182         * gst/median/median.vcproj
22183         * gst/mixmatrix/mixmatrix.vcproj
22184         * gst/mpeg1sys/mpeg1systemencode.vcproj
22185         * gst/mpeg1videoparse/mp1videoparse.vcproj
22186         * gst/mpeg2sub/mpeg2subt.vcproj
22187         * gst/mpegaudio/mpegaudio.vcproj
22188         * gst/mpegaudioparse/mpegaudioparse.vcproj
22189         * gst/mpegstream/mpegstream.vcproj
22190         * gst/multifilesink/multifilesink.vcproj
22191         * gst/multipart/multipart.vcproj
22192         * gst/oneton/oneton.vcproj
22193         * gst/overlay/overlay.vcproj
22194         * gst/passthrough/passthrough.vcproj
22195         * gst/qtdemux/qtdemux.vcproj
22196         * gst/realmedia/rmdemux.vcproj
22197         * gst/rtjpeg/rtjpeg.vcproj
22198         * gst/rtp/rtp.vcproj
22199         * gst/silence/silence.vcproj
22200         * gst/sine/sinesrc.vcproj
22201         * gst/smooth/smooth.vcproj
22202         * gst/smpte/smpte.vcproj
22203         * gst/spectrum/spectrum.vcproj
22204         * gst/speed/speed.vcproj
22205         * gst/stereo/stereo.vcproj
22206         * gst/switch/switch.vcproj
22207         * gst/tags/tagedit.vcproj
22208         * gst/tcp/tcp.vcproj
22209         * gst/typefind/typefindfunctions.vcproj
22210         * gst/udp/udp.vcproj
22211         * gst/videobox/videobox.vcproj
22212         * gst/videocrop/videocrop.vcproj
22213         * gst/videodrop/videodrop.vcproj
22214         * gst/videofilter/gamma.vcproj
22215         * gst/videofilter/videobalance.vcproj
22216         * gst/videofilter/videofilter.vcproj
22217         * gst/videofilter/videoflip.vcproj
22218         * gst/videoflip/videoflip.vcproj
22219         * gst/videomixer/videomixer.vcproj
22220         * gst/videorate/videorate.vcproj
22221         * gst/videoscale/videoscale.vcproj
22222         * gst/videotestsrc/videotestsrc.vcproj
22223         * gst/virtualdub/virtualdub.vcproj
22224         * gst/volenv/volenv.vcproj
22225         * gst/volume/volume.vcproj
22226         * gst/wavenc/wavenc.vcproj
22227         * gst/wavparse/wavparse.vcproj
22228         * gst/y4m/y4menc.vcproj
22229           more plugins supported under windows
22230
22231 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22232
22233         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22234         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22235         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22237         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22238           Add debugging statements.  Use the sizes as returned by the
22239           *CreateImage calls.
22240
22241 2004-07-26  Johan Dahlin  <johan@gnome.org>
22242
22243         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22244         the pad is negotiated.
22245
22246         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22247
22248 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22249
22250         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22251         * gst-libs/gst/idct/idct.vcproj:
22252         * gst-libs/gst/media-info/media-info.vcproj:
22253         * gst-libs/gst/mixer/mixer.vcproj:
22254         * gst-libs/gst/navigation/navigation.vcproj:
22255         * gst-libs/gst/play/play.vcproj:
22256         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22257         * gst-libs/gst/resample/resample.vcproj:
22258         * gst-libs/gst/tuner/tuner.vcproj:
22259         * gst-libs/gst/video/video.vcproj:
22260         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22261           more plugins supported under windows
22262
22263 2004-07-25 Iain <iain@prettypeople.org>
22264
22265         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22266         pad now rather than when the pad is created because state changes wipe
22267         explicit caps (fixes #148043).
22268
22269 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22270
22271         reviewed by Benjamin Otte  <otte@gnome.org>
22272
22273         * ext/mad/gstmad.c:
22274           fix mad plugin crashing on Sun (fixes #148289)
22275
22276 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22277
22278         * gst/avi/avi.def:
22279         * gst/avi/avi.vcproj:
22280         * gst/matroska/matroska.def:
22281         * gst/matroska/matroska.vcproj:
22282           remove unused .def files
22283
22284 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22285
22286         * gst-libs/gst/audio/gstaudiofilter.c:
22287           Clean the local include
22288
22289 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22290
22291         * win32/gst.sln:
22292         * gst-libs/gst/audio/audio.def:
22293         * gst-libs/gst/audio/audio.vcproj:
22294         * gst-libs/gst/audio/audiofilter.vcproj:
22295         * gst-libs/gst/audio/riff.def:
22296         * gst-libs/gst/audio/riff.vcproj:
22297         * gst-libs/gst/gst-libs.def:
22298         * gst-libs/gst/gst-libs.vcproj:
22299         * gst/avi/avi.vcproj:
22300         * gst/avi/avi.vcproj:
22301           Copy the files where needed after building, cleaner projects
22302
22303 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22304
22305         * gst/matroska/ebml-write.c:
22306           Fix some 64 bits constants to be glib friendly
22307
22308 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22309
22310         * win32/gst.sln:
22311         * gst-libs/gst/gst-libs.def:
22312         * gst-libs/gst/gst-libs.vcproj:
22313         * gst/matroska/matroska.def:
22314         * gst/matroska/matroska.vcproj:
22315           Add the preliminary canvas to build plugins on Win32
22316
22317 2004-07-23  Benjamin Otte  <otte@gnome.org>
22318
22319         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22320           don't enfore negotiation from source side, it breaks
22321           sinesrc ! audioconvert ! osssink
22322
22323 2004-07-22  David Schleef  <ds@schleef.org>
22324
22325         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22326         for ELF files, since they can easily be recognized as audio/mpeg.
22327         (bug #147441)
22328
22329 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22330
22331         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22332         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22333         (gst_videoscale_scale_nearest_24bit),
22334         (gst_videoscale_scale_nearest_16bit):
22335           fix 16bit and 24bit for stride (24bit might need testing)
22336           don't pretend we do more than one algorithm
22337
22338 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22339
22340         * configure.ac:
22341         * gst/Makefile.am:
22342         * gst/multifilesink/Makefile.am:
22343         * gst/multifilesink/gstmultifilesink.c:
22344         (gst_multifilesink_get_formats),
22345         (gst_multifilesink_get_query_types), (_do_init),
22346         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22347         (gst_multifilesink_init), (gst_multifilesink_dispose),
22348         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22349         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22350         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22351         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22352         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22353         (gst_multifilesink_uri_get_type),
22354         (gst_multifilesink_uri_get_protocols),
22355         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22356         (gst_multifilesink_uri_handler_init), (plugin_init):
22357         * gst/multifilesink/gstmultifilesink.h:
22358         * testsuite/Makefile.am:
22359         * testsuite/multifilesink/Makefile.am:
22360         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22361         (gst_newmedia_class_init), (gst_newmedia_init),
22362         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22363         (newfile_signal), (test_signal), (main):
22364         multifilesink plugin for creating new files every time a new media
22365         discontinuity event occurs
22366
22367 2004-07-22  Wim Taymans  <wim@fluendo.com>
22368
22369         * gst/alpha/Makefile.am:
22370         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22371         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22372         (gst_alpha_color_init), (gst_alpha_color_set_property),
22373         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22374         (transform), (gst_alpha_color_chain),
22375         (gst_alpha_color_change_state), (plugin_init):
22376         Stupid plugin to to RGBA to AYUV conversion because none of
22377         the colorspace plugins can handle that yet.
22378
22379 2004-07-22  Wim Taymans  <wim@fluendo.com>
22380
22381         * examples/seeking/seek.c: (update_scale), (main):
22382         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22383         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22384         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22385         (gst_decode_bin_init), (gst_decode_bin_dispose),
22386         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22387         (no_more_pads), (close_link), (type_found),
22388         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22389         (plugin_init):
22390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22391         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22392         (gst_play_base_bin_dispose), (queue_overrun),
22393         (gen_preroll_element), (remove_prerolls), (unknown_type),
22394         (no_more_pads), (new_stream), (setup_source),
22395         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22396         (play_base_eos), (gst_play_base_bin_change_state),
22397         (gst_play_base_bin_add_element),
22398         (gst_play_base_bin_remove_element),
22399         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22400         (gst_play_base_bin_unlink_stream),
22401         (gst_play_base_bin_get_streaminfo):
22402         * gst/playback/gstplaybin.c: (gen_video_element),
22403         (gen_audio_element):
22404         * gst/playback/gststreaminfo.h:
22405         More playback updates, attempt to fix things after the state change
22406         breakage.
22407
22408 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22409
22410         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22411         (gst_videoscale_scale_nearest_16bit):
22412           comment algorithm
22413
22414 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22415
22416         * gst/videotestsrc/gstvideotestsrc.c:
22417         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22418         (gst_videotestsrc_init), (gst_videotestsrc_get),
22419         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22420         (gst_videotestsrc_get_property):
22421         * gst/videotestsrc/gstvideotestsrc.h:
22422         * gst/videotestsrc/videotestsrc.c:
22423         * gst/videotestsrc/videotestsrc.h:
22424           cleanup and commenting
22425
22426 2004-07-21  Wim Taymans  <wim@fluendo.com>
22427
22428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22429         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22430         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22431         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22432         (_find_chain_get_unknown_part), (_find_streams_check),
22433         (gst_ogg_demux_push), (gst_ogg_pad_push):
22434         * ext/theora/theoradec.c: (theora_get_formats),
22435         (theora_dec_src_convert), (theora_dec_sink_convert),
22436         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22437         (theora_dec_chain):
22438         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22439         (vorbis_dec_convert), (vorbis_dec_src_query),
22440         (vorbis_dec_src_event), (vorbis_dec_event):
22441         More seeking fixes, oggdemux now supports seeking to time and
22442         uses the downstream element to convert granulepos to time.
22443         Seeking in theora-only ogg files now works.
22444
22445 2004-07-21  Wim Taymans  <wim@fluendo.com>
22446
22447         * ext/theora/theoradec.c: (gst_theora_dec_init),
22448         (theora_get_formats), (theora_get_event_masks),
22449         (theora_get_query_types), (theora_dec_src_convert),
22450         (theora_dec_sink_convert), (theora_dec_src_query),
22451         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22452         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22453         (vorbis_get_event_masks), (vorbis_get_query_types),
22454         (gst_vorbis_dec_init), (vorbis_dec_convert),
22455         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22456         Added query/convert/formats functions to vorbis and theora decoders
22457         so that the outside world can use them too. Fixed seeking on an
22458         ogg/theora/vorbis file by disabling the seeking seeking on the
22459         theora srcpad.
22460
22461 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22462
22463         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22464         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22465         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22466         images creation for both elements. We don't create the image on caps
22467         nego or renego, we just destroy the internal one if present if it does
22468         not match the needs. The chain function takes care of creating a new
22469         image when needed.
22470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22471         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22472         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22473         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22474         the image format information. The buffer pool checks for the context
22475         image format and discard images with different formats.
22476         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22477
22478 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22479
22480         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22481         (gst_ffmpegcolorspace_chain):
22482           no point in doing any chaining if the pad we want to push from
22483           isn't usable.
22484
22485 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22486
22487         * gst-libs/gst/riff/riff-media.c:
22488         (gst_riff_create_audio_caps_with_data):
22489           Fix double end-to-native symbol conversion (#148021).
22490
22491 2004-07-20  David Schleef  <ds@schleef.org>
22492
22493         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22494         Don't use an Atom that doesn't exist.
22495
22496 2004-07-20  Wim Taymans  <wim@fluendo.com>
22497
22498         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22499         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22500         (gst_multifdsink_client_remove),
22501         (gst_multifdsink_handle_client_write),
22502         (gst_multifdsink_queue_buffer):
22503         * gst/tcp/gstmultifdsink.h:
22504         More multifdsink stats. Avoid deadlock by releasing locks
22505         before sending out a signal.
22506
22507 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22508
22509         * po/LINGUAS:
22510         * po/hu.po:
22511           added Hungarian translation (Laszlo Dvornik)
22512
22513 2004-07-20  Wim Taymans  <wim@fluendo.com>
22514
22515         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22516         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22517         (gst_multifdsink_handle_client_write),
22518         (gst_multifdsink_queue_buffer):
22519         * gst/tcp/gsttcp-marshal.list:
22520         Fixed the stupid marshal definition.
22521
22522 2004-07-20  Wim Taymans  <wim@fluendo.com>
22523
22524         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22525         (gst_multifdsink_init), (gst_multifdsink_add),
22526         (gst_multifdsink_client_remove),
22527         (gst_multifdsink_handle_client_write),
22528         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22529         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22530         (gst_multifdsink_init_send):
22531         * gst/tcp/gstmultifdsink.h:
22532         Added more stats, added timeout for a client, fixed some typos
22533         and added some comments.
22534
22535 2004-07-20  Wim Taymans  <wim@fluendo.com>
22536
22537         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22538         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22539         (gst_multifdsink_client_remove),
22540         (gst_multifdsink_handle_client_write):
22541         * gst/tcp/gstmultifdsink.h:
22542         * gst/tcp/gsttcp-marshal.list:
22543         Added get_stats method that returns a GValueArray of
22544         stats values.
22545
22546 2004-07-19  Benjamin Otte  <otte@gnome.org>
22547
22548         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22549           make sure longname, description and author are valid UTF-8
22550
22551 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22552
22553         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22554         (gst_ximagesink_set_property):
22555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22556         (gst_xvimagesink_set_property):
22557           make sure SYNCHRONOUS is respected after getting the X context
22558
22559 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22560
22561         * gst/matroska/matroska-demux.c:
22562         (gst_matroska_demux_handle_src_event),
22563         (gst_matroska_demux_parse_blockgroup):
22564         * gst/matroska/matroska-ids.h:
22565           add BlockReference tag and ignore it to clear out log.
22566           ignore NAVIGATION events to clear out log.
22567
22568 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22569
22570         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22571         (gst_matroska_demux_add_stream):
22572         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22573           add debug categories
22574
22575 2004-07-16  Wim Taymans  <wim@fluendo.com>
22576
22577         * ext/libpng/Makefile.am:
22578         * ext/libpng/gstpng.c: (plugin_init):
22579         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22580         (gst_pngdec_get_type), (gst_pngdec_base_init),
22581         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22582         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22583         * ext/libpng/gstpngdec.h:
22584         Added png decoder.
22585
22586 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22587
22588         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22589         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22590         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22591         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22592         (gst_ximagesink_buffer_alloc):
22593         * sys/ximage/ximagesink.h:
22594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22595         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22596         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22597         (gst_xvimagesink_buffer_alloc):
22598         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22599         again. Using internal data pointer of the x(v)image to store image's
22600         data to be coherent with the buffer alloc mechanism. Investigated the
22601         image destruction code to be sure that everything gets freed correctly.
22602
22603 2004-07-16  Wim Taymans  <wim@fluendo.com>
22604
22605         * gst-libs/gst/riff/riff-read.c:
22606         (gst_riff_read_strf_vids_with_data),
22607         (gst_riff_read_strf_auds_with_data):
22608         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22609         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22610         Make sure we don't create 0 sized subbuffers in riff-read.
22611         Signal the no more pads signal after reading the avi header.
22612
22613 2004-07-16  Wim Taymans  <wim@fluendo.com>
22614
22615         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22616         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22617         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22618         (gst_decode_bin_init), (gst_decode_bin_dispose),
22619         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22620         (no_more_pads), (close_link), (type_found),
22621         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22622         (gst_decode_bin_change_state), (plugin_init):
22623         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22624         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22625         (gst_play_base_bin_dispose), (queue_overrun),
22626         (gen_preroll_element), (remove_prerolls), (unknown_type),
22627         (no_more_pads), (new_stream), (setup_source),
22628         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22629         (play_base_eos), (gst_play_base_bin_change_state),
22630         (gst_play_base_bin_add_element),
22631         (gst_play_base_bin_remove_element),
22632         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22633         (gst_play_base_bin_unlink_stream),
22634         (gst_play_base_bin_get_streaminfo):
22635         * gst/playback/gstplaybasebin.h:
22636         Better error recovery. Added configurable preroll queue size. Faster
22637         detection of no-more-pads.
22638
22639 2004-07-16  Wim Taymans  <wim@fluendo.com>
22640
22641         * gst-libs/gst/video/video.h:
22642         Added 32 bits RGBA. Not sure if we should use another mime-type
22643         for alpha rgb. Currently the presence of the alpha_mask property
22644         signals an alpha channel.
22645
22646 2004-07-16  Wim Taymans  <wim@fluendo.com>
22647
22648         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22650         FPS seems to be 0.0 to MAX everywhere else.
22651
22652 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22653
22654         * gst-libs/gst/riff/riff-media.c:
22655         (gst_riff_create_video_caps_with_data):
22656           mp42/mp43 (no caps) exist too.
22657         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22658           Set pixel_width/height; we've got them in-caps.
22659         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22660         * gst/wavparse/gstwavparse.c: (plugin_init):
22661           Both are valid primary.
22662         * sys/oss/gstossmixer.c:
22663           Remove i18n hack and enable translations.
22664
22665 2004-07-15  Benjamin Otte  <otte@gnome.org>
22666
22667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22668         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22669           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22670
22671 2004-07-15  Benjamin Otte  <otte@gnome.org>
22672
22673         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22674         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22675         (gst_alsa_close_audio):
22676           disable some of the debugging code for now. Writing debugging to a
22677           buffer is broken in current alsalib releases.
22678
22679 2004-07-12  Benjamin Otte  <otte@gnome.org>
22680
22681         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22682           use bufferpools
22683
22684 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22685
22686         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22687         (theora_dec_src_query), (theora_dec_event):
22688         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22689           add debugging categories.  Remove \n's.
22690
22691 2004-07-13  Johan Dahlin  <johan@gnome.org>
22692
22693         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22694         (gst_play_bin_get_property): Impl.
22695
22696 2004-07-13  Wim Taymans  <wim@fluendo.com>
22697
22698         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22699         When trying to find the stream length, seek back N pages
22700         instead of just one, where N is the number of streams in
22701         the current chain.
22702
22703 2004-07-13  Wim Taymans  <wim@fluendo.com>
22704
22705         * gst-libs/gst/riff/riff-media.c:
22706         (gst_riff_create_audio_caps_with_data),
22707         (gst_riff_create_audio_caps),
22708         (gst_riff_create_audio_template_caps):
22709         * gst-libs/gst/riff/riff-media.h:
22710         * gst-libs/gst/riff/riff-read.c:
22711         (gst_riff_read_strf_vids_with_data),
22712         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22713         * gst-libs/gst/riff/riff-read.h:
22714         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22715         (gst_avi_demux_add_stream):
22716         Set codec_data on caps for avidemuxer.
22717
22718 2004-07-12  David Schleef  <ds@schleef.org>
22719
22720         * configure.ac: Fix test for Objective C
22721
22722 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22723         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22724         (gst_gdk_pixbuf_chain):
22725           Add svg and pcx to template caps, and ensure that getcaps returns a
22726           subset of the template caps.
22727           Copy each row manually for output, as gdkpixbuf may pad the
22728           rowstride to a 32-bit word boundary.
22729
22730 2004-07-12  Wim Taymans  <wim@fluendo.com>
22731
22732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22733         (gst_riff_create_video_template_caps):
22734         Fix the template caps to include some more media types.
22735
22736 2004-07-12  Wim Taymans  <wim@fluendo.com>
22737
22738         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22739         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22740         (compare_ranks), (print_feature), (gst_decode_bin_init),
22741         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22742         (try_to_link_1), (new_pad), (close_link), (type_found),
22743         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22744         (gst_decode_bin_change_state), (plugin_init):
22745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22746         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22747         (gst_play_base_bin_dispose), (queue_overrun),
22748         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22749         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22750         (gst_play_base_bin_get_property), (play_base_eos),
22751         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22752         (gst_play_base_bin_remove_element),
22753         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22754         (gst_play_base_bin_unlink_stream),
22755         (gst_play_base_bin_get_streaminfo):
22756         * gst/playback/gstplaybasebin.h:
22757         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22758         (gst_play_bin_class_init), (gst_play_bin_init),
22759         (gst_play_bin_dispose), (gst_play_bin_set_property),
22760         (gst_play_bin_get_property), (gen_video_element),
22761         (gen_audio_element), (remove_sinks), (setup_sinks),
22762         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22763         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22764         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22765         (gst_play_bin_query), (plugin_init):
22766         * gst/playback/test4.c: (main):
22767         More fixes on reusing of the element.
22768
22769 2004-07-11  Benjamin Otte  <otte@gnome.org>
22770
22771         * ext/mad/gstmad.c: (normal_seek):
22772           allow seeking for other methods than just SET
22773
22774 2004-07-11  Andy Wingo  <wingo@pobox.com>
22775
22776         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22777         float, "any" caps -> buffer_frames=[0,MAX].
22778
22779         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22780         doesn't intersect our caps with the template any more. Do it
22781         ourselves.
22782         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22783
22784 2004-07-09  Wim Taymans  <wim@fluendo.com>
22785
22786         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22787         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22788         (compare_ranks), (print_feature), (gst_decode_bin_init),
22789         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22790         (try_to_link_1), (new_pad), (close_link), (type_found),
22791         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22792         (gst_decode_bin_change_state), (plugin_init):
22793         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22794         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22795         (gst_play_base_bin_dispose), (queue_overrun),
22796         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22797         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22798         (gst_play_base_bin_get_property), (play_base_eos),
22799         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22800         (gst_play_base_bin_remove_element),
22801         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22802         (gst_play_base_bin_unlink_stream),
22803         (gst_play_base_bin_get_streaminfo):
22804         * gst/playback/gstplaybasebin.h:
22805         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22806         (gst_play_bin_class_init), (gst_play_bin_init),
22807         (gst_play_bin_dispose), (gst_play_bin_set_property),
22808         (gst_play_bin_get_property), (gen_video_element),
22809         (gen_audio_element), (remove_sinks), (setup_sinks),
22810         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22811         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22812         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22813         (gst_play_bin_query), (plugin_init):
22814         * gst/playback/test4.c: (main):
22815         Work on object reuse and seeking.
22816
22817 2004-07-09  Wim Taymans  <wim@fluendo.com>
22818
22819         * examples/seeking/seek.c: (iterate):
22820         Don't consume all CPU in the idle loop.
22821
22822 2004-07-09  Wim Taymans  <wim@fluendo.com>
22823
22824         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22825         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22826         Add pad to element *after* setting the pad functions so that
22827         the scheduler can use the correct ones.
22828
22829 2004-07-09  Wim Taymans  <wim@fluendo.com>
22830
22831         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22832         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22833         Sync to keyframe after seek
22834
22835 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22836
22837         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22838         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22839         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22840         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22841         * ext/libvisual/visual.c: (gst_visual_change_state):
22842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22843         * ext/theora/theoradec.c: (theora_dec_change_state):
22844         * ext/theora/theoraenc.c: (theora_enc_change_state):
22845         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22846         * gst-libs/gst/navigation/navigation.c:
22847         * gst/adder/gstadder.c: (gst_adder_change_state):
22848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22849         (gst_audio_convert_get_buffer):
22850         * gst/multipart/multipartdemux.c:
22851         (gst_multipart_demux_change_state):
22852         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22853         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22854         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22855         * gst/videoscale/gstvideoscale.c:
22856         (gst_videoscale_handle_src_event):
22857         * gst/volume/gstvolume.c: (volume_chain_int16):
22858           don't assert in state change, this should be done by the base
22859           GstElement class.
22860           various debugging fixes.
22861
22862 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22863
22864         * configure.ac:
22865         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22866         (gst_play_dispose), (gst_play_set_location),
22867         (gst_play_set_data_src), (gst_play_set_video_sink),
22868         (gst_play_set_audio_sink), (gst_play_set_visualization),
22869         (gst_play_connect_visualization), (gst_play_get_sink_element),
22870         (gst_play_get_all_by_interface):
22871         * gst-libs/gst/play/play.h:
22872           add new method to get elements implementing an interface.
22873           add various error logging
22874
22875 2004-07-08  Wim Taymans  <wim@fluendo.com>
22876
22877         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22878         (make_mpeg_pipeline), (make_mpegnt_pipeline),
22879         (make_playerbin_pipeline), (query_durations_elems),
22880         (query_durations_pads), (query_positions_elems),
22881         (query_positions_pads), (update_scale), (iterate), (stop_seek),
22882         (main):
22883         Added playbin seeking example.
22884
22885 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22886
22887         * gst-libs/gst/play/play.c: (gst_play_set_location),
22888         (gst_play_set_data_src), (gst_play_set_video_sink),
22889         (gst_play_set_audio_sink), (gst_play_set_visualization),
22890         (gst_play_connect_visualization), (gst_play_get_framerate):
22891           use a macro to look up elements from hash table
22892
22893 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22894
22895         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22896         (gst_play_get_length_callback), (gst_play_set_location),
22897         (gst_play_seek_to_time), (gst_play_set_data_src),
22898         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22899         (gst_play_set_visualization), (gst_play_connect_visualization),
22900         (gst_play_get_sink_element):
22901         - add debugging info
22902         - fix looking up sink elements by iterating over complete caps
22903         - put everything except for source and autoplugger in a complete bin
22904
22905 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22906
22907         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
22908         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
22909         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
22910         (gst_alsa_sink_write), (gst_alsa_sink_loop):
22911         * ext/alsa/gstalsasink.h:
22912         - add debugging info
22913         - clean up schizophrenia of data/buffer/event
22914         - fix double event unref error
22915
22916 2004-07-08  Wim Taymans  <wim@fluendo.com>
22917
22918         * gst/playback/Makefile.am:
22919         Add headers to noinst
22920
22921 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22922
22923         * tools/gst-launch-ext-m.m:
22924         * tools/gst-launch-ext.1.in:
22925           convert to the third millenium
22926
22927 2004-07-07  David Schleef  <ds@schleef.org>
22928
22929         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
22930
22931 2004-07-07  Wim Taymans  <wim@fluendo.com>
22932
22933         * gst/playback/Makefile.am:
22934         * gst/playback/README:
22935         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22936         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22937         (compare_ranks), (print_feature), (gst_decode_bin_init),
22938         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22939         (try_to_link_1), (new_pad), (close_link), (type_found),
22940         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22941         (plugin_init):
22942         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22943         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22944         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
22945         (gen_preroll_element), (no_more_pads), (new_stream),
22946         (setup_source), (gst_play_base_bin_set_property),
22947         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
22948         (gst_play_base_bin_add_element),
22949         (gst_play_base_bin_remove_element),
22950         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22951         (gst_play_base_bin_unlink_stream),
22952         (gst_play_base_bin_get_streaminfo):
22953         * gst/playback/gstplaybasebin.h:
22954         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22955         (gst_play_bin_class_init), (gst_play_bin_init),
22956         (gst_play_bin_dispose), (gst_play_bin_set_property),
22957         (gst_play_bin_get_property), (gen_video_element),
22958         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
22959         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22960         (gst_play_bin_get_formats), (gst_play_bin_convert),
22961         (gst_play_bin_get_query_types), (gst_play_bin_query),
22962         (plugin_init):
22963         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22964         (gst_stream_info_get_type), (gst_stream_info_class_init),
22965         (gst_stream_info_init), (gst_stream_info_new),
22966         (gst_stream_info_dispose), (gst_stream_info_set_property),
22967         (gst_stream_info_get_property):
22968         * gst/playback/gststreaminfo.h:
22969         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
22970         (main):
22971         * gst/playback/test2.c: (main):
22972         * gst/playback/test3.c: (update_scale), (main):
22973         More playbin fixes. Added README. Do better element filtering.
22974         Added base class to preroll media. Added test apps.
22975
22976 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22977
22978         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
22979         * ext/mpeg2dec/gstmpeg2dec.h:
22980           various debugging improvements.  Reset stream to next picture
22981           instead of sequence header, otherwise seeks cannot work.
22982
22983 2004-07-07  Wim Taymans  <wim@fluendo.com>
22984
22985         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
22986         (gst_video_box_class_init), (gst_video_box_set_property),
22987         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
22988         Use pad_alloc where possible.
22989
22990 2004-07-07  Wim Taymans  <wim@fluendo.com>
22991
22992         * sys/oss/gstosselement.c: (gst_osselement_reset),
22993         (gst_osselement_parse_caps):
22994         * sys/oss/gstosselement.h:
22995         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22996         Fix offset on osssrc.
22997
22998 2004-07-07  Wim Taymans  <wim@fluendo.com>
22999
23000         * ext/theora/theora.c: (plugin_init):
23001         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23002         (theora_dec_src_query), (theora_dec_chain):
23003         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23004         (theora_enc_sink_link), (theora_buffer_from_packet),
23005         (theora_push_packet), (theora_enc_chain):
23006         Fix theora granulepos calculation.
23007         Fix overflow in duration/position calculation.
23008         Bump rank to PRIMARY for theoradec.
23009         Use granulepos of last packet to calculate position.
23010         Set keyframe flag on buffers when needed.
23011
23012 2004-07-06  David Schleef  <ds@schleef.org>
23013
23014         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23015         serious?  (Fixed, obviously.)
23016
23017 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23018
23019         * po/LINGUAS:
23020         * po/cs.po:
23021           added Czech translation (Miloslav Trmac)
23022
23023 2004-07-05  Wim Taymans  <wim@fluendo.com>
23024
23025         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23026         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23027         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23028         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23029         (close_link), (type_found), (gst_decode_bin_set_property),
23030         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23031         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23032         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23033         (gst_decode_bin_query), (plugin_init):
23034         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23035         (gst_play_bin_class_init), (gst_play_bin_init),
23036         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23037         (get_video_element), (new_pad), (setup_source),
23038         (gst_play_bin_set_property), (gst_play_bin_get_property),
23039         (gst_play_bin_change_state), (gst_play_bin_add_element),
23040         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23041         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23042         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23043         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23044         * gst/playback/test.c: (main):
23045         More fixes, cleaned up playbin, make it use decodebin. Added
23046         threaded property to playbin.
23047
23048 2004-07-05  Wim Taymans  <wim@fluendo.com>
23049
23050         * configure.ac:
23051         * gst/playback/Makefile.am:
23052         * gst/playback/decodetest.c: (main):
23053         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23054         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23055         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23056         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23057         (close_link), (type_found), (gst_decode_bin_set_property),
23058         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23059         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23060         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23061         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23062         (plugin_init):
23063         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23064         (gst_play_bin_class_init), (gst_play_bin_init),
23065         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23066         (collect_sink_pads), (find_compatibles), (close_pad_link),
23067         (try_to_link_1), (new_pad), (close_link), (type_found),
23068         (setup_source), (gst_play_bin_set_property),
23069         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23070         (compare_ranks), (gst_play_bin_collect_factories),
23071         (gst_play_bin_change_state), (gst_play_bin_add_element),
23072         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23073         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23074         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23075         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23076         * gst/playback/test.c: (main):
23077         Added some playback helper elements and some test apps, very alpha
23078         still.
23079
23080 2004-07-04  Benjamin Otte  <otte@gnome.org>
23081
23082         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23083           only restart audio when we indeed have an xrun to fix repeated
23084           xruns. Fix suggested by Giuliano Pochini.
23085
23086 2004-07-03  David Schleef  <ds@schleef.org>
23087
23088         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23089         call to gst_debug_log() if debugging is disabled (bug #145118)
23090
23091 2004-07-03  Benjamin Otte  <otte@gnome.org>
23092
23093         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23094           use our own functions for restarting the alsa device.
23095         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23096           I should apply patches myself - use MIN for the third argument, not
23097           the second, this fixes seeking
23098
23099 2004-07-02  David Schleef  <ds@schleef.org>
23100
23101         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23102         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23103         do with the logic.
23104
23105 2004-07-02  David Schleef  <ds@schleef.org>
23106
23107         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23108         output buffers.  Fix logic mistake.  (bug #144866)
23109
23110 2004-07-02  David Schleef  <ds@schleef.org>
23111
23112         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23113         on X.  (bug #144753)
23114
23115 2004-07-02  David Schleef  <ds@schleef.org>
23116
23117         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23118         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23119         (bug #144624)
23120         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23121         (gst_osselement_rate_probe_check): Add another workaround for
23122         buggy drivers (bug #145336)
23123
23124 2004-07-02  David Schleef  <ds@schleef.org>
23125
23126         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23127         Most systems don't have MSG_NOSIGNAL.
23128
23129 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23130
23131         * Makefile.am:
23132         * gst-libs/gst/colorbalance/Makefile.am:
23133         * gst-libs/gst/mixer/Makefile.am:
23134         * gst-libs/gst/play/Makefile.am:
23135         * gst-libs/gst/tuner/Makefile.am:
23136           (hopefully) fix both install and dist and make error message useful.
23137           needs testing across automakes.
23138
23139 2004-07-02  Benjamin Otte  <otte@gnome.org>
23140
23141         * ext/ogg/gstogg.c: (plugin_init):
23142           we require bytestream now
23143         * ext/ogg/gstoggdemux.c:
23144           huge diff to implement chain setup in a fast and generic way. This
23145           improves tag reading and startup of huge files (read: Theora videos)
23146           quite a bit. It probably contains bugs, too, so please test.
23147           Seeking is not improved to the fast method.
23148
23149 2004-06-29  Wim Taymans  <wim@fluendo.com>
23150
23151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23152         * ext/ogg/gstoggmux.c:
23153         Fix memleak in oggdemux when running unconnected pads.
23154         doc update in mux, start working on keyframe mode.
23155
23156 2004-06-29  Benjamin Otte  <otte@gnome.org>
23157
23158         * sys/oss/gstosssink.c:
23159         * sys/oss/gstosssrc.c:
23160           advertise correct template caps - we indeed do non-native endianness
23161           and 8bit audio has no endianness
23162         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23164           avoid (wrong) duplications in getcaps function and return
23165           template caps
23166
23167 2004-06-29  Wim Taymans  <wim@fluendo.com>
23168
23169         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23170         (gst_multifdsink_class_init), (gst_multifdsink_add),
23171         (gst_multifdsink_remove), (gst_multifdsink_clear),
23172         (gst_multifdsink_client_remove),
23173         (gst_multifdsink_handle_client_read),
23174         (gst_multifdsink_client_queue_data),
23175         (gst_multifdsink_client_queue_caps),
23176         (gst_multifdsink_client_queue_buffer),
23177         (gst_multifdsink_handle_client_write),
23178         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23179         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23180         (gst_multifdsink_init_send), (gst_multifdsink_close):
23181         Fix wrong GList iteration that could crash the server when
23182         more then 2 clients disconnect at the same time. Read all the
23183         pending commands in one batch to recover from command storms under
23184         very heavy load.
23185
23186 2004-06-28  Wim Taymans  <wim@fluendo.com>
23187
23188         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23189         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23190         (gst_videomixer_pad_set_property),
23191         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23192         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23193         (gst_videomixer_class_init), (gst_videomixer_init),
23194         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23195         (pad_zorder_compare), (gst_videomixer_sort_pads),
23196         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23197         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23198         (gst_videomixer_update_queues), (gst_videomixer_loop),
23199         (plugin_init):
23200         Avoid divide by zero, choose masterpad as the pad with the highest
23201         framerate.
23202
23203 2004-06-27  Julien Moutte  <julien@moutte.net>
23204
23205         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23206         (gst_ximagesink_xwindow_new):
23207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23208         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23209         function directly. We might want to call it from somewhere else one day.
23210
23211 2004-06-27  Julien Moutte  <julien@moutte.net>
23212
23213         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23214         (gst_ximagesink_xwindow_new):
23215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23216         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23217         window decorations.
23218
23219 2004-06-27  Wim Taymans  <wim@fluendo.com>
23220
23221         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23222         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23223         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23224         (gst_dvdec_set_property), (gst_dvdec_get_property):
23225         * ext/dv/gstdvdec.h:
23226         Implement drop_factor property to lower the framerate with
23227         a factor.
23228
23229 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23230
23231         * gst-libs/gst/colorbalance/Makefile.am:
23232         * gst-libs/gst/mixer/Makefile.am:
23233         * gst-libs/gst/play/Makefile.am:
23234         * gst-libs/gst/tuner/Makefile.am:
23235           unbreak Company's fix that didn't install the -enum.h files
23236
23237 2004-06-27  Wim Taymans  <wim@fluendo.com>
23238
23239         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23240         (gst_dvdec_change_state):
23241         * ext/dv/gstdvdec.h:
23242         Fix timestamp, duration and offset of the buffers.
23243
23244 2004-06-27  Wim Taymans  <wim@fluendo.com>
23245
23246         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23247         (gst_multifdsink_class_init), (gst_multifdsink_add),
23248         (gst_multifdsink_remove), (gst_multifdsink_clear),
23249         (gst_multifdsink_client_remove),
23250         (gst_multifdsink_handle_client_read),
23251         (gst_multifdsink_client_queue_data),
23252         (gst_multifdsink_client_queue_caps),
23253         (gst_multifdsink_client_queue_buffer),
23254         (gst_multifdsink_handle_client_write),
23255         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23256         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23257         (gst_multifdsink_init_send), (gst_multifdsink_close):
23258         * gst/tcp/gstmultifdsink.h:
23259         * gst/tcp/gsttcpserversink.c:
23260         (gst_tcpserversink_handle_server_read),
23261         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23262         More multifdsink fixes, more recovery policy fixes.
23263         Removed stupid g_print
23264
23265 2004-06-26  Wim Taymans  <wim@fluendo.com>
23266
23267         * gst/tcp/Makefile.am:
23268         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23269         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23270         (gst_multifdsink_class_init), (gst_multifdsink_init),
23271         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23272         (gst_multifdsink_handle_client_read),
23273         (gst_multifdsink_client_queue_data),
23274         (gst_multifdsink_client_queue_caps),
23275         (gst_multifdsink_client_queue_buffer),
23276         (gst_multifdsink_handle_client_write),
23277         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23278         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23279         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23280         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23281         (gst_multifdsink_close), (gst_multifdsink_change_state):
23282         * gst/tcp/gstmultifdsink.h:
23283         * gst/tcp/gsttcpplugin.c: (plugin_init):
23284         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23285         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23286         (gst_tcpserversink_handle_server_read),
23287         (gst_tcpserversink_handle_select),
23288         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23289         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23290         * gst/tcp/gsttcpserversink.h:
23291         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23292         one of the locks, added recovery policy to multifdsink.
23293
23294 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23295
23296         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23297           fix decision for when getting frames with same timestamp
23298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23299         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23300         (gst_v4lsrc_get_property):
23301         * sys/v4l/gstv4lsrc.h:
23302           add latency offset property
23303
23304 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23305
23306         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23307         (plugin_init):
23308           fix debugging. add category.
23309
23310 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23311
23312         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23313           fix wrong offsets
23314
23315 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23316
23317         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23318         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23319         (gst_alsa_src_change_state):
23320           return a time that is in sync with the element's processing
23321
23322 2004-06-25  Wim Taymans  <wim@fluendo.com>
23323
23324         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23325         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23326         (gst_tcpserversink_client_remove),
23327         (gst_tcpserversink_handle_client_read),
23328         (gst_tcpserversink_client_queue_data),
23329         (gst_tcpserversink_client_queue_caps),
23330         (gst_tcpserversink_client_queue_buffer),
23331         (gst_tcpserversink_handle_client_write),
23332         (gst_tcpserversink_queue_buffer),
23333         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23334         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23335         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23336         (gst_tcpserversink_close):
23337         * gst/tcp/gsttcpserversink.h:
23338         Serversink rewrite. Really do non blocking writes to clients and
23339         maintain an internal queue to handle slower clients while not
23340         disturbing fast clients.
23341
23342 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23343
23344         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23345           better debug, don't override OFFSET and OFFSET_END
23346
23347 2004-06-25  Iain <iain@prettypeople.org>
23348
23349         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23350         name=source for the wavparse pipeline.
23351
23352 2004-06-24  Johan Dahlin  <johan@gnome.org>
23353
23354         * ext/theora/theoraenc.c (theora_enc_chain): Call
23355         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23356         streamheader caps are set correctly.
23357
23358 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23359
23360         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23361         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23362           respect minimum bitrate; same could be done for max bitrate
23363
23364 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23365
23366         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23367         (gst_vorbisenc_setup):
23368           fix sample rate range
23369
23370 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23371
23372         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23373         (gst_oggvorbisenc_setup):
23374         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23375         (gst_vorbisenc_setup):
23376           resolve ambiguities in code and description
23377
23378 2004-06-24  Wim Taymans  <wim@fluendo.com>
23379
23380         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23381         * ext/alsa/gstalsa.h:
23382         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23383         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23384         Use alsa trigger_tstamp to get the timestamp of the first
23385         sample in the buffer for more precise sync. Some cleanups.
23386
23387 2004-06-24  Wim Taymans  <wim@fluendo.com>
23388
23389         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23390         (gst_audiorate_init), (gst_audiorate_chain),
23391         (gst_audiorate_set_property), (gst_audiorate_get_property):
23392         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23393         (gst_videorate_chain):
23394         Added some logging, fixed an overflow bug in videorate.
23395
23396 2004-06-24  Benjamin Otte  <otte@gnome.org>
23397
23398         * ext/kio/Makefile.am:
23399           fix for builddir != srcdir and distcheck
23400
23401 2004-06-24  Benjamin Otte  <otte@gnome.org>
23402
23403         * gst-libs/gst/colorbalance/Makefile.am:
23404         * gst-libs/gst/mixer/Makefile.am:
23405         * gst-libs/gst/play/Makefile.am:
23406         * gst-libs/gst/tuner/Makefile.am:
23407         * gst/tcp/Makefile.am:
23408         * sys/dxr3/Makefile.am:
23409           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23410           tarball.
23411           Also add all *.list files that were missing.
23412         * Makefile.am:
23413           add a distcheck hook to ensure the above doesn't happen again.
23414
23415 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23416
23417         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23418
23419 2004-06-23  Colin Walters  <walters@redhat.com>
23420
23421         * m4/Makefile.am: Distribute gst-fionread.m4.
23422
23423 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23424
23425         * configure.ac: back to dev
23426
23427 2004-06-23  Wim Taymans  <wim@fluendo.com>
23428
23429         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23430         (gst_alsa_xrun_recovery):
23431         * ext/alsa/gstalsa.h:
23432         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23433         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23434         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23435         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23436         (gst_alsa_src_loop):
23437         Add clock to alsasrc. Take new capture timestamp when
23438         restarting after an overrun. Split up some functions between
23439         alsasrc and alsasink.
23440
23441 === release 0.8.2 ===
23442
23443 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23444
23445         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23446         (gst_alsa_change_state), (gst_alsa_update_avail),
23447         (gst_alsa_xrun_recovery):
23448         * ext/alsa/gstalsa.h:
23449         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23450           merge back changes from release
23451
23452 2004-06-23  Wim Taymans  <wim@fluendo.com>
23453
23454         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23455         (gst_audiorate_init), (gst_audiorate_chain),
23456         (gst_audiorate_set_property), (gst_audiorate_get_property):
23457         Implement sample dropping and notify
23458
23459 2004-06-22  Wim Taymans  <wim@fluendo.com>
23460
23461         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23462         (theora_enc_sink_link), (theora_buffer_from_packet),
23463         (theora_push_packet), (theora_enc_chain):
23464         Some cleanups, make sure the timestamps are correct.
23465
23466 2004-06-22  Wim Taymans  <wim@fluendo.com>
23467
23468         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23469         (gst_alsa_change_state), (gst_alsa_update_avail),
23470         (gst_alsa_xrun_recovery):
23471         * ext/alsa/gstalsa.h:
23472         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23473         Cleanups, take queued samples into account when reporting
23474         the time.
23475
23476 2004-06-22  Wim Taymans  <wim@fluendo.com>
23477
23478         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23479         (gst_videorate_init):
23480         Initialize the property as well.
23481
23482 2004-06-22  Wim Taymans  <wim@fluendo.com>
23483
23484         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23485         (gst_videorate_init), (gst_videorate_chain),
23486         (gst_videorate_set_property), (gst_videorate_get_property):
23487         Add property to make videorate silent.
23488         Add property to prefer new frames over old ones.
23489
23490 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23491
23492         * sys/osxvideo/Makefile.am:
23493         Workaround so that the osxvideo .so file gets linked with the
23494         Cocoa, OpenGL and QuickTime frameworks
23495
23496 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23497
23498         * sys/osxaudio/Makefile.am:
23499         Workaround so that the osxaudio .so file gets linked with the
23500         CoreAudio framework
23501
23502 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23503
23504         * configure.ac:
23505         Whoops, my fault...fixed build issues
23506
23507 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23508
23509         * configure.ac:
23510         Add objective-c support if running in Darwin/Mac OS X
23511         * sys/Makefile.am:
23512         * sys/osxvideo:
23513         * sys/osxvideo/Makefile.am:
23514         * sys/osxvideo/osxvideosink.h:
23515         * sys/osxvideo/osxvideosink.m:
23516         * sys/osxvideo/cocoawindow.h:
23517         * sys/osxvideo/cocoawindow.m:
23518         Add osxvideosink, a cocoa-based osx video sink
23519
23520
23521 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23522         * ext/dvdnav/gst-dvd:
23523         Grab the gconf key from the right spot
23524         * gst/debug/gstnavseek.c: (gst_navseek_init),
23525         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23526         (gst_navseek_chain):
23527         * gst/debug/gstnavseek.h:
23528           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23529           and loop parameters of a segment seek.
23530         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23531         (gst_videotestsrc_get_event_masks),
23532         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23533         * gst/videotestsrc/gstvideotestsrc.h:
23534           Add seeking support to videotestsrc
23535           Initialise the timestamp_offset variable.
23536
23537 2004-06-18  Wim Taymans  <wim@fluendo.com>
23538
23539         * ext/sidplay/gstsiddec.cc:
23540         Fix negotiation and set correct end offset.
23541
23542 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23543
23544         * configure.ac: branch and prerelease
23545
23546 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23547
23548         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23549         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23550         (gst_tcpclientsrc_init_receive):
23551         * gst/tcp/gsttcpclientsrc.h:
23552           read caps when connecting to server for GDP so we set them correctly
23553
23554 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23555
23556         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23557           notify drops and duplicates
23558         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23559           no good reason to limit ourselves to 100x100
23560
23561 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23562
23563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23564         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23565         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23566         (gst_v4lsrc_get_property):
23567         * sys/v4l/gstv4lsrc.h:
23568         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23569         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23570         (gst_v4l_set_audio):
23571         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23572         (gst_v4lsrc_try_capture):
23573         * sys/v4l/v4lsrc_calls.h:
23574           change try_palette to more general try_capture
23575           add autoprobe option so we can turn off autoprobing
23576           various fixes
23577
23578 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23579
23580         * configure.ac:
23581           add videorate
23582         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23583         (gst_ximagesink_class_init):
23584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23585         (gst_xvimagesink_class_init):
23586           run them as finalize, not dispose, since dispose can be invoked
23587           multiple times
23588
23589 2004-06-17  Wim Taymans  <wim@fluendo.com>
23590
23591         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23592         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23593         * ext/alsa/gstalsa.h:
23594         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23595         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23596         (gst_alsa_src_change_state):
23597         * ext/alsa/gstalsasrc.h:
23598         Make the xrun code timestamp and offset the buffers correctly.
23599         moved the clock to the base class, use alsa methods to get time.
23600         Do correct timestamping on outgoing buffers.
23601
23602 2004-06-17  Wim Taymans  <wim@fluendo.com>
23603
23604         * gst/audiorate/Makefile.am:
23605         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23606         (gst_audiorate_base_init), (gst_audiorate_class_init),
23607         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23608         (gst_audiorate_set_property), (gst_audiorate_get_property),
23609         (gst_audiorate_change_state), (plugin_init):
23610         Added an audiorate converter that fills in gaps.
23611
23612 2004-06-17  Johan Dahlin  <johan@gnome.org>
23613
23614         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23615
23616 2004-06-16  Wim Taymans  <wim@fluendo.com>
23617
23618         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23619         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23620         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23621         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23622         (gst_v4lsrc_get_property):
23623         * sys/v4l/gstv4lsrc.h:
23624         Added a copy mode to v4lsrc where it will output a copied version
23625         of its internal hardware buffer.
23626         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23627         can't | them.
23628
23629 2004-06-16  Wim Taymans  <wim@fluendo.com>
23630
23631         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23632         Timestamp fixes.
23633
23634 2004-06-16  Wim Taymans  <wim@fluendo.com>
23635
23636         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23637         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23638         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23639         (gst_v4lsrc_get_property):
23640         * sys/v4l/gstv4lsrc.h:
23641         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23642         Added a sync mode enum property to control v4lsrc timestamp method
23643         Removed the use-fixed-fps property and moved functionality in
23644         the enum.
23645         Don't error on an error value from v4l-conf, it might not always
23646         be a real error.
23647
23648 2004-06-16  Wim Taymans  <wim@fluendo.com>
23649
23650         * gst/videorate/Makefile.am:
23651         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23652         (gst_videorate_base_init), (gst_videorate_class_init),
23653         (gst_videorate_getcaps), (gst_videorate_link),
23654         (gst_videorate_init), (gst_videorate_chain),
23655         (gst_videorate_set_property), (gst_videorate_get_property),
23656         (gst_videorate_change_state), (plugin_init):
23657         Added a video timestamp corrector.
23658
23659 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23660
23661         fixed a potential leak with previous commit
23662
23663         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23664
23665 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23666
23667         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23668         Added missing refcount, fixes bug #144425
23669         Cheers Tim for finding the bug
23670
23671 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23672
23673         * sys/v4l/gstv4l.c: (plugin_init):
23674         * sys/v4l/gstv4lcolorbalance.c:
23675         * sys/v4l/gstv4lcolorbalance.h:
23676         * sys/v4l/gstv4lelement.c:
23677         * sys/v4l/gstv4lelement.h:
23678         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23679         * sys/v4l/gstv4lmjpegsink.h:
23680         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23681         * sys/v4l/gstv4lmjpegsrc.h:
23682         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23683         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23684         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23685         * sys/v4l/gstv4lsrc.h:
23686         * sys/v4l/gstv4ltuner.c:
23687         * sys/v4l/gstv4ltuner.h:
23688         * sys/v4l/gstv4lxoverlay.c:
23689         * sys/v4l/gstv4lxoverlay.h:
23690         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23691         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23692         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23693         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23694         (gst_v4l_set_audio):
23695         * sys/v4l/v4l_calls.h:
23696         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23697         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23698         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23699         (gst_v4lmjpegsink_playback_init),
23700         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23701         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23702         (gst_v4lmjpegsink_playback_stop),
23703         (gst_v4lmjpegsink_playback_deinit):
23704         * sys/v4l/v4lmjpegsink_calls.h:
23705         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23706         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23707         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23708         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23709         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23710         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23711         * sys/v4l/v4lmjpegsrc_calls.h:
23712         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23713         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23714         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23715         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23716         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23717         (gst_v4lsrc_try_palette):
23718         * sys/v4l/v4lsrc_calls.h:
23719           bunch of paranoia cleanups
23720
23721 2004-06-14  David Schleef  <ds@schleef.org>
23722
23723         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23724         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23725         Send discont events and change timestamps appropriately when
23726         we get a seek event.  (bug #144240)
23727         * ext/cdparanoia/gstcdparanoia.h:
23728
23729 2004-06-14  Benjamin Otte  <otte@gnome.org>
23730
23731         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23732           snd_pcm_hw_params_set_rate  since the latter fails for no good
23733           reason on some setups.
23734
23735 2004-06-14  David Schleef  <ds@schleef.org>
23736
23737         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23738         standard.  Thank you for playing.
23739
23740 2004-06-14  Wim Taymans  <wim@fluendo.com>
23741
23742         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23743         Patch 1.3 broke the ordering of the colorspace info and
23744         made the plugin basically work by coincidence, reordered
23745         the info.
23746
23747 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23748
23749         * ext/lame/gstlame.c:
23750         * ext/mad/gstmad.c:
23751           sync caps.  Make sure mad can only output a list of rates, not
23752           a full range.  In the future, have three caps lists for each of the
23753           mpeg versions.  Change mpegversion to a double as well.
23754
23755 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23756
23757         * gst/volume/.cvsignore:
23758         * gst/volume/Makefile.am:
23759         * gst/volume/demo.c: (value_changed_callback), (idler),
23760         (setup_gui), (main):
23761           added small demo app
23762
23763 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23764         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23765         * ext/esd/esdsink.h:
23766         Close the esd connection on pause, because esd will just wait -
23767         blocking all other esd clients indefinitely.
23768
23769 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23770
23771         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23772           previous commit with GST_DEBUG
23773
23774 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23775
23776         * configure.ac:
23777           add a header check for a dvdread header in dvdnav.  Fixes #133002
23778
23779 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23780
23781         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23782         * gst/tcp/gsttcpclientsink.h:
23783         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23784         * gst/tcp/gsttcpclientsrc.h:
23785         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23786         (gst_tcpserversink_handle_server_read),
23787         (gst_tcpserversink_init_send):
23788         * gst/tcp/gsttcpserversink.h:
23789         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23790         * gst/tcp/gsttcpserversrc.h:
23791         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23792         version of IP)
23793
23794 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23795
23796         * configure.ac:
23797         Added ogg library so that OSX detects libtheora properly
23798
23799 2004-06-11  Wim Taymans  <wim@fluendo.com>
23800
23801         * ext/theora/theoradec.c: (theora_dec_chain),
23802         (theora_dec_change_state):
23803         Don't try to decode frames before we received a keyframe.
23804
23805 2004-06-11  Wim Taymans  <wim@fluendo.com>
23806
23807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23808         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23809         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23810         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23811         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23812         Added property to set the maximum delay of a page.
23813
23814 2004-06-10  Wim Taymans  <wim@fluendo.com>
23815
23816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23817         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23818         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23819         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23820         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23821         Added max-delay property to control the maximum amount
23822         of data to put in one page.
23823
23824 2004-06-10  Wim Taymans  <wim@fluendo.com>
23825
23826         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23827         (gst_theora_enc_init), (theora_enc_sink_link),
23828         (theora_buffer_from_packet), (theora_enc_set_property),
23829         (theora_enc_get_property):
23830         Set duration on encoded buffer, added some more properties
23831
23832 2004-06-10  Wim Taymans  <wim@fluendo.com>
23833
23834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23835         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23836         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23837         * ext/theora/theoraenc.c: (theora_enc_chain):
23838         Fix refcounting bugs
23839
23840 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23841
23842         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23843         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23844         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23845         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23846         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23847         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23848         (gst_asf_demux_change_state):
23849         * gst/asfdemux/gstasfdemux.h:
23850           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23851           feels like. I think we should set a new requirement for demuxers
23852           from now on to implement sane loop functions, data loops, query
23853           and seek functions before first commit into CVS. And this commit
23854           fixes all of the above.
23855
23856 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23857
23858         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23859           vorbis comments are properly encoded in UTF-8 before adding them
23860           to a GstTagList
23861
23862 2004-06-09  Benjamin Otte  <otte@gnome.org>
23863
23864         * ext/alsa/gstalsa.c: (add_channels):
23865           handle min <= max correctly
23866         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23867         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23868           add fixation functions so we fixate correctly. No preferring of alaw
23869           anymore because it's the first structure.
23870         * ext/alsa/gstalsa.h:
23871         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23872         (gst_alsa_hw_params_dump):
23873           add functions to ease debugging in alsalib
23874         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23875         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23876         (gst_alsa_start_audio):
23877           only specify hw params if we really setup a format (fixes #134007 -
23878           or at least works around it)
23879
23880 2004-06-09  Wim Taymans  <wim@fluendo.com>
23881
23882         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23883         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23884         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23885         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23886         (gst_ogg_mux_loop):
23887         Use stream caps to setup the initial pages in the ogg stream.
23888         Correctly set the streamheader caps on the srcpad.
23889
23890 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23891
23892         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23893         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23894         (gst_v4lsrc_getcaps):
23895         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23896         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
23897           add querying of fps lists for webcams.  Negotiating to a framerate
23898           now works.
23899
23900 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23901
23902         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23903         (theora_push_buffer), (theora_push_packet),
23904         (theora_set_header_on_caps), (theora_enc_chain):
23905           mark buffers and put on streamheader, raw theora streaming
23906           now works too, whee
23907
23908 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23909
23910         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23911         (gst_tcp_gdp_read_caps):
23912           do a looping read for caps and GDP headers too
23913
23914 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23915
23916         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23917         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
23918           return EOS instead of NULL in _get
23919
23920 2004-06-08  Wim Taymans  <wim@fluendo.com>
23921
23922         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23923         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
23924         (gst_tcp_gdp_write_caps):
23925         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23926         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
23927         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
23928         Memory leak fixes
23929
23930 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23931
23932         * ext/vorbis/Makefile.am:
23933         * ext/vorbis/vorbis.c: (plugin_init):
23934         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
23935         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
23936         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
23937         (vorbis_parse_change_state):
23938         * ext/vorbis/vorbisparse.h:
23939           adding a vorbisparse element that marks the buffers, streaming
23940           raw vorbis using GDP now works, whee
23941
23942 2004-06-08  Wim Taymans  <wim@fluendo.com>
23943
23944         * ext/jpeg/Makefile.am:
23945         * ext/jpeg/README:
23946         * ext/jpeg/gstjpeg.c: (plugin_init):
23947         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
23948         (gst_smokedec_base_init), (gst_smokedec_class_init),
23949         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
23950         * ext/jpeg/gstsmokedec.h:
23951         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
23952         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
23953         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
23954         (gst_smokeenc_resync), (gst_smokeenc_chain),
23955         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
23956         * ext/jpeg/gstsmokeenc.h:
23957         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
23958         (smokecodec_flush_destination), (smokecodec_term_destination),
23959         (smokecodec_init_source), (smokecodec_fill_input_buffer),
23960         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
23961         (smokecodec_term_source), (smokecodec_encode_new),
23962         (smokecodec_decode_new), (smokecodec_info_free),
23963         (smokecodec_set_quality), (smokecodec_get_quality),
23964         (smokecodec_set_threshold), (smokecodec_get_threshold),
23965         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23966         (find_best_size), (abs_diff), (put), (smokecodec_encode),
23967         (smokecodec_parse_header), (smokecodec_decode):
23968         * ext/jpeg/smokecodec.h:
23969         Added a new simple jpeg based codec
23970
23971 2004-06-08  Wim Taymans  <wim@fluendo.com>
23972
23973         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
23974         (gst_multipart_mux_loop):
23975         Fix memory leak
23976
23977 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23978
23979         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23980         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
23981         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
23982         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
23983         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23984         * gst/tcp/gsttcpserversink.h:
23985           take streamheader into account
23986
23987 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23988
23989         * gst/level/Makefile.am:
23990         * gst/level/gstlevel.c: (gst_level_class_init):
23991           clean up marshal generation
23992
23993 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23994
23995         * gst/tcp/Makefile.am:
23996         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
23997         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
23998         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
23999         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24000         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24001         (gst_tcpclientsrc_get_property):
24002         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24003         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24004         (gst_tcpserversink_handle_client_read),
24005         (gst_tcpserversink_handle_client_write),
24006         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24007         * gst/tcp/gsttcpserversink.h:
24008           add signals client-added and client-removed
24009         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24010         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24011         (gst_tcpserversrc_get_property):
24012         uniformized, change default protocol to NONE
24013         * gst/tcp/gsttcp-marshal.list: added
24014 2004-06-07  Benjamin Otte  <otte@gnome.org>
24015
24016         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24017           handle discont events if they happen before caps nego
24018
24019 2004-06-07  Wim Taymans  <wim@fluendo.com>
24020
24021         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24022         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24023         (gst_multipart_demux_plugin_init):
24024         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24025         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24026         (gst_multipart_mux_change_state):
24027         Small updates, fix a memleak
24028
24029 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24030
24031         * configure.ac: OSS portability
24032         * ext/arts/gst_arts.c: idem
24033         * sys/oss/gstosselement.c: idem
24034         * sys/oss/gstossmixer.c: idem
24035         * sys/oss/gstosssink.c: idem
24036         * sys/oss/gstosssrc.c: idem
24037         * sys/oss/oss_probe.c: idem
24038           - check for soundcard.h in different places for some BSD
24039
24040 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24041
24042         * AUTHORS:
24043         Add me to the authors file
24044         * configure.ac:
24045         Increase the libdv requirement to >= version 0.100
24046         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24047         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24048         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24049         * ext/dv/gstdvdec.h:
24050         Add support for the new_media flag when sending DISCONT events
24051         Make the querying work when video pad is not linked
24052
24053 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24054
24055         reviewed by Benjamin Otte  <otte@gnome.org>
24056
24057         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24058           create a NULL-initialized array of pads, so we don't think they
24059           exist already. (fixes #143130)
24060
24061 2004-06-07  Benjamin Otte  <otte@gnome.org>
24062
24063         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24064         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24065         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24066           don't use // coments
24067
24068 2004-06-07  Benjamin Otte  <otte@gnome.org>
24069
24070         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24071           cast to GstClockTime to get higher granularity
24072         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24073           use gst_element_set_time_delay to get the exact time
24074         * ext/mad/gstmad.c: (gst_mad_chain):
24075           use the negotiated rate instead of the current frame's rate which
24076           might be wrong because of bit errors. This avoids emitting totally
24077           bogus timestamps and screwing sync.
24078         (fixes #143454)
24079
24080 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24081
24082         reviewed by Benjamin Otte  <otte@gnome.org>
24083
24084         * gst/adder/gstadder.c: (gst_adder_loop):
24085           properly error out when no negotiation has happened yet. (fixes
24086           #143032)
24087
24088 2004-06-06  Benjamin Otte  <otte@gnome.org>
24089
24090         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24091           forward correctly transformed offset in discont events. Based on
24092           patch by Arwed v. Merkatz. (fixes #142851)
24093
24094 2004-06-06  David Schleef  <ds@schleef.org>
24095
24096         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24097         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24098         problems on several systems.
24099
24100 2004-06-06  Benjamin Otte  <otte@gnome.org>
24101
24102         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24103           use explicit caps on the srcpad
24104         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24105           properly error out if caps couldn't be set (fixes #142764)
24106
24107 2004-06-06  Benjamin Otte  <otte@gnome.org>
24108
24109         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24110         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24111         (gst_alsa_start_audio):
24112           - don't call set_periods_integer anymore, it breaks the
24113           configuration randomly
24114           - call snd_pcm_hw_params_set_access directly instead of using masks
24115           - don't fail if the sw_params can't be set, just use the default
24116           params and hope it works. Alsalib has weird issues when you touch
24117           sw_params and does no proper error reporting about what failed.
24118         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24119         (gst_alsa_close_audio):
24120           make our alsa debugging go via gst debugging and not conditionally
24121           defined
24122         * ext/alsa/gstalsa.h:
24123           add ALSA_DEBUG_FLUSH macro
24124         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24125         (plugin_init):
24126           wrap alsa errors to be printed via the gst debugging system and not
24127           spammed to stderr
24128
24129 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24130
24131         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24132         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24133         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24134         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24135         (qtdemux_parse_trak):
24136         * gst/qtdemux/qtdemux.h:
24137           Bitch. Also known as seeking, querying & co.
24138         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24139         (gst_osssink_change_state):
24140         * sys/oss/gstosssink.h:
24141           Resyncing is for weenies, this hack is no longer needed and was
24142           broken anyway (since it - unintendedly - always leaves resync to
24143           TRUE).
24144
24145 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24146
24147         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24148         * gst/tcp/gsttcpclientsrc.h: idem
24149           - define MSG_NOSIGNAL if not done
24150           - include unistd.h for off_t
24151           (fixes #143749)
24152
24153 2004-06-05  Benjamin Otte  <otte@gnome.org>
24154
24155         * configure.ac:
24156         * ext/kio/Makefile.am:
24157           check for qt's moc preprocessor explicitly and use it
24158
24159 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24160
24161         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24162           don't get a signal for EPIPE on socket writes
24163           (somebody check if this works on other platforms)
24164
24165 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24166
24167         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24168         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24169           check error condition on available samples correctly
24170
24171 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24172
24173         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24174           avoid a segfault
24175         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24176         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24177         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24178         (gst_tcpserversrc_gdp_read_header):
24179          use ssize_t over size_t since the former is signed and thus the
24180          check for error codes can work
24181
24182 2004-06-02  Wim Taymans  <wim@fluendo.com>
24183
24184         reviewed by: Johan
24185
24186         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24187         (gst_multipart_mux_loop):
24188         Oops
24189
24190 2004-06-02  Wim Taymans  <wim@fluendo.com>
24191
24192         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24193         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24194         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24195         (gst_multipart_mux_change_state):
24196         Added configurable boundary specifier, added the value as a
24197         caps field as well.
24198
24199 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24200
24201         * gst/tcp/gsttcp.c:
24202         * gst/tcp/gsttcpclientsrc.c:
24203         * gst/tcp/gsttcpclientsrc.h:
24204         * gst/tcp/gsttcpserversrc.c:
24205           - portability fix, to compile on OSX
24206             (fixes #143146)
24207
24208         * sys/osxaudio/gstosxaudioelement.c:
24209         * sys/osxaudio/gstosxaudiosink.c:
24210         * sys/osxaudio/gstosxaudiosrc.c:
24211           - compilation warnings on OSX
24212             (fixes #143153)
24213
24214 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24215
24216         * ext/vorbis/vorbisdec.c : sign warning fixes
24217
24218         * gst-libs/gst/mixer/mixertrack.c :
24219           do no use defines which are glib 2.4 specific
24220
24221 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24222
24223         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24224           buffer since libflac doesn't expect it (reports a sync error when
24225           it encounters that)
24226
24227
24228 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24229
24230         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24231         * gst-libs/gst/mixer/mixertrack.c:
24232         (gst_mixer_track_get_property), (get_mixer_track_init),
24233         (get_mixer_track_get_property): Added property accessors
24234         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24235         * gst-libs/gst/mixer/mixeroptions.c:
24236         (gst_mixer_options_get_values): Added
24237         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24238         * gst-libs/gst/mixer/mixer.c: Fixed comment
24239
24240
24241 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24242
24243         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24244           improve error messages on open
24245
24246
24247 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24248
24249         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24250           check if v4l-conf is in path
24251
24252 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24253
24254         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24255           change assert to a more readable error message
24256
24257 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24258
24259         * gst-libs/gst/tuner/tunerchannel.h:
24260           - add a freq_multiplicator field to make the conversion
24261             between internal frequency unit and Hz
24262         * sys/v4l/gstv4lelement.c:
24263         * sys/v4l2/gstv4l2element.c:
24264           - change default video device to /dev/video0
24265         * sys/v4l/v4l_calls.c:
24266         * sys/v4l2/v4l2_calls.c:
24267           - we only expose frequency to the user in Hz instead of
24268             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24269
24270 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24271         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24272           Initialise b_o_s and e_o_s variables
24273         * gst-libs/gst/riff/riff-media.c:
24274         (gst_riff_create_video_caps_with_data):
24275           Add some unusual fourcc's from mplayer avi's
24276         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24277           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24278           autoplugging.
24279
24280 2004-05-28  Wim Taymans  <wim@fluendo.com>
24281
24282         * configure.ac:
24283         * gst/alpha/Makefile.am:
24284         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24285         (gst_alpha_get_type), (gst_alpha_base_init),
24286         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24287         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24288         (gst_alpha_chroma_key), (gst_alpha_chain),
24289         (gst_alpha_change_state), (plugin_init):
24290         A plugin to add an alpha channel to I420 video. Can optionally do
24291         chroma keying.
24292         * gst/multipart/Makefile.am:
24293         * gst/multipart/multipart.c: (plugin_init):
24294         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24295         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24296         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24297         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24298         (gst_multipart_demux_change_state),
24299         (gst_multipart_demux_plugin_init):
24300         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24301         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24302         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24303         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24304         (gst_multipart_mux_pad_unlink),
24305         (gst_multipart_mux_request_new_pad),
24306         (gst_multipart_mux_handle_src_event),
24307         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24308         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24309         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24310         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24311         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24312         send multipart jpeg images to a browser.
24313         * gst/videobox/Makefile.am:
24314         * gst/videobox/README:
24315         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24316         (gst_video_box_get_type), (gst_video_box_base_init),
24317         (gst_video_box_class_init), (gst_video_box_init),
24318         (gst_video_box_set_property), (gst_video_box_get_property),
24319         (gst_video_box_sink_link), (gst_video_box_i420),
24320         (gst_video_box_ayuv), (gst_video_box_chain),
24321         (gst_video_box_change_state), (plugin_init):
24322         Crops or adds borders around an image. can do alpha channel
24323         borders as well.
24324         * gst/videomixer/Makefile.am:
24325         * gst/videomixer/README:
24326         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24327         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24328         (gst_videomixer_pad_get_sink_event_masks),
24329         (gst_videomixer_pad_get_property),
24330         (gst_videomixer_pad_set_property),
24331         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24332         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24333         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24334         (gst_videomixer_base_init), (gst_videomixer_class_init),
24335         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24336         (gst_videomixer_handle_src_event),
24337         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24338         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24339         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24340         (gst_videomixer_loop), (gst_videomixer_get_property),
24341         (gst_videomixer_set_property), (gst_videomixer_change_state),
24342         (plugin_init):
24343         Generic video mixer plugin, can handle multiple inputs all with
24344         different framerates and video sizes. Is fully alpha channel
24345         aware.
24346
24347 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24348
24349         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24350           Select first track as master track. Not sure how else to handle
24351           that...
24352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24353           Discard discont events. Should fix #142962.
24354
24355 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24356
24357         * ext/alsa/Makefile.am:
24358         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24359         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24360         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24361         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24362         (gst_alsa_mixer_get_option):
24363         * ext/alsa/gstalsamixer.h:
24364         * ext/alsa/gstalsamixeroptions.c:
24365         (gst_alsa_mixer_options_get_type),
24366         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24367         (gst_alsa_mixer_options_new):
24368         * ext/alsa/gstalsamixeroptions.h:
24369         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24370         * ext/alsa/gstalsamixertrack.h:
24371           Add enumerations (as GstMixerOptions). Make correct distinction
24372           between input/output tracks. Add capture/playback private flag.
24373           Use flag to decide on whether to set capture or playback volumes
24374           or switches. Use playback and record switches.
24375         * gst-libs/gst/mixer/Makefile.am:
24376         * gst-libs/gst/mixer/mixer-marshal.list:
24377         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24378         (gst_mixer_set_option), (gst_mixer_get_option),
24379         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24380         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24381         * gst-libs/gst/mixer/mixer.h:
24382         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24383         (gst_mixer_options_class_init), (gst_mixer_options_init),
24384         (gst_mixer_options_dispose):
24385         * gst-libs/gst/mixer/mixeroptions.h:
24386           Add GstMixerOptions.
24387         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24388           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24389           broken device detection on computers with multiple OSS sound
24390           cards.
24391
24392 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24393
24394         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24395           fixate nicely even when the peer is not negotiating
24396
24397 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24398
24399         * gst/audioconvert/gstaudioconvert.c:
24400         (gst_audio_convert_parse_caps):
24401           make sure we don't allow depth > width
24402         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24403           fixate endianness to G_BYTE_ORDER as default
24404         * gst/audioscale/gstaudioscale.c:
24405           we don't handle another endianness as host-endianness
24406
24407 2004-05-25  David Schleef  <ds@schleef.org>
24408
24409         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24410
24411 2004-05-24  Benjamin Otte  <otte@gnome.org>
24412
24413         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24414         (gst_oggvorbisenc_setup):
24415           properly fail when we can't setup the vorbis encoder due to
24416           unsupported settings
24417         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24418         (gst_vorbisenc_setup):
24419           same
24420         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24421           fix case where warnings occured when one pad was unlinked while the
24422           other's link function was called
24423
24424 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24425
24426         * gst/tcp/Makefile.am:
24427           use GST_ENABLE_NEW
24428
24429 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24430
24431         * gst-libs/gst/resample/private.h:
24432           don't use optimizations that are #if 0'ed
24433
24434 2004-05-24  Wim Taymans  <wim@fluendo.com>
24435
24436         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24437         Fix potential division by zero error and hopefully get
24438         the position query right to get correct timestamps on avi
24439         audio.
24440
24441 2004-05-24  Wim Taymans  <wim@fluendo.com>
24442
24443         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24444         (gst_videoscale_scale_nearest_str2),
24445         (gst_videoscale_scale_nearest_str4),
24446         (gst_videoscale_scale_nearest_32bit),
24447         (gst_videoscale_scale_nearest_24bit),
24448         (gst_videoscale_scale_nearest_16bit):
24449         Fix the scaling algorithm and avoid a buffer overflow.
24450         removed the while loop in the scaling function as it
24451         was used for point sampling only.
24452
24453 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24454
24455         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24456         (gst_id3_tag_class_init), (gst_id3_tag_init),
24457         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24458         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24459         (gst_id3_tag_send_tag_event):
24460           lots of fixes to make id3mux work and id3demux work correctly
24461
24462 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24463
24464         * ext/Makefile.am:
24465           add rules to build shout2send (was removed by accident
24466           when this module was no more marked experimental/broken)
24467
24468 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24469
24470         * ext/shout2/gstshout2.c:
24471         * ext/shout2/gstshout2.h:
24472           adding a "connection problem" signal to shout2send
24473           (fixes #142954)
24474
24475 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24476
24477         * ext/kio/kioreceiver.cpp:
24478         * ext/kio/kioreceiver.h:
24479           fix sign comparison issues
24480
24481 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24482
24483         * gst/cdxaparse/gstcdxaparse.c:
24484         * gst/cdxaparse/gstcdxaparse.h:
24485           some renaming
24486           add some checks/sanity
24487           prepare for seek addition
24488
24489         * sys/sunaudio/gstsunaudio.c:
24490           remove exported dupe init function
24491
24492 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24493
24494         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24495         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24496           Fix format conversion and position querying.
24497         * gst/debug/progressreport.c: (gst_progressreport_report):
24498           Don't output a bogus total value that we didn't query.
24499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24500           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24501           only a blank window after xine has been used.
24502
24503 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24504
24505         * m4/as-arts.m4:
24506           sync with upstream version to fix test on FC2
24507           readd with -ko to preserve Id header
24508
24509 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24510
24511         * configure.ac:
24512           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24513         * gst/tcp/gsttcpclientsrc.c: idem
24514         * gst/tcp/gsttcpserversink.c: idem
24515         * gst/tcp/gsttcpserversrc.c: idem
24516         * m4/gst-fionread.m4: idem
24517
24518         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24519
24520         * configure.ac: enable speex plugin for speex 1.1.5+
24521         * ext/speex/gstspeexenc.c: fix cast warning
24522
24523         * ext/esd/README: fix typo
24524
24525 2004-05-20  David Schleef  <ds@schleef.org>
24526
24527         * configure.ac: Minor cosmetic change to convince the buildbot to
24528         reautogen.
24529         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24530         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24531         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24532         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24533         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24534         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24535         More hacking.  Plays audio now.
24536
24537 2004-05-20  David Schleef  <ds@schleef.org>
24538
24539         * configure.ac:
24540         * sys/Makefile.am:
24541
24542 2004-05-20  David Schleef  <ds@schleef.org>
24543
24544         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24545         * sys/osxaudio/gstosxaudio.c:
24546         * sys/osxaudio/gstosxaudioelement.c:
24547         * sys/osxaudio/gstosxaudioelement.h:
24548         * sys/osxaudio/gstosxaudiosink.c:
24549         * sys/osxaudio/gstosxaudiosink.h:
24550         * sys/osxaudio/gstosxaudiosrc.c:
24551         * sys/osxaudio/gstosxaudiosrc.h:
24552
24553 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24554
24555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24556         (gst_vorbisenc_chain):
24557           put the codec headers on the caps as streamheader as well as
24558           pushing them out
24559
24560 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24561
24562         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24563         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24564         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24565         split up push_packet into two functions
24566
24567 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24568
24569         * gst/tcp/.cvsignore:
24570           ignore enums
24571         * gst/tcp/Makefile.am:
24572         * gst/tcp/README:
24573         * gst/tcp/gsttcp.c:
24574         * gst/tcp/gsttcp.h:
24575         * gst/tcp/gsttcpclientsink.c:
24576         * gst/tcp/gsttcpclientsink.h:
24577         * gst/tcp/gsttcpclientsrc.c:
24578         * gst/tcp/gsttcpclientsrc.h:
24579         * gst/tcp/gsttcpplugin.c:
24580         * gst/tcp/gsttcpserversink.c:
24581         * gst/tcp/gsttcpserversink.h:
24582         * gst/tcp/gsttcpserversrc.c:
24583         * gst/tcp/gsttcpserversrc.h:
24584           add new tcp elements
24585
24586 2004-05-19  Wim Taymans  <wim@fluendo.com>
24587
24588         * gst/law/mulaw-conversion.c: (mulaw_encode):
24589         Fix overflow bug in ulaw encoding.
24590
24591 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24592
24593         * ext/mad/gstmad.c: (gst_mad_handle_event):
24594           don't unref the event twice
24595
24596 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24597
24598         * configure.ac:
24599           remove -Wno-sign-compare
24600
24601 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24602
24603         * configure.ac:
24604           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24605           if you want to work against glib 2.2 and 2.4
24606
24607 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24608
24609         * gst/tcp/Makefile.am:
24610         * gst/tcp/gsttcp.c:
24611         * gst/tcp/gsttcp.h:
24612         * gst/tcp/gsttcpsink.h:
24613         * gst/tcp/gsttcpsrc.h:
24614           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24615
24616 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24617
24618         * gst/debug/tests.c: (md5_get_value):
24619           fix segfault on gst-inspect
24620
24621 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24622
24623         * gst/debug/testplugin.c:
24624         * gst/debug/tests.c:
24625         * gst/debug/tests.h:
24626           add new extensible and configurable testing element. Current tests
24627           include buffer count, stream length, timestamp/duration matching and
24628           md5.
24629         * gst/debug/Makefile.am:
24630         * gst/debug/gstdebug.c: (plugin_init):
24631           add infrastructure for new element
24632
24633 2004-05-19  Johan Dahlin  <johan@gnome.org>
24634
24635         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24636         ending of the array. Fixes gst-inspect segfault on ppc.
24637
24638 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24639
24640         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24641
24642         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24643
24644 2004-05-18  David Schleef  <ds@schleef.org>
24645
24646         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24647         warnings (bugs, actually) noticed by gcc but not forte.
24648
24649 2004-05-18  David Schleef  <ds@schleef.org>
24650
24651         * sys/sunaudio/Makefile.am:
24652         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24653
24654 2004-05-18  David Schleef  <ds@schleef.org>
24655
24656         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24657         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24658         to allow qtdemux to use non-seekable streams. (bug #142272)
24659
24660 2004-05-18  David Schleef  <ds@schleef.org>
24661
24662         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24663         (gst_resample_sinc_ft_float): Remove use of static temporary
24664         buffer.  This code was obviously not supposed to last long, but
24665         it's stuck in our ABI, so it required a little hack to make it
24666         ABI-compatible.  Fixes #142585.
24667         * gst-libs/gst/resample/resample.h: same.
24668
24669 2004-05-18  David Schleef  <ds@schleef.org>
24670
24671         * configure.ac: Add sunaudio
24672         * examples/Makefile.am: make gstplay depend on gconf
24673         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24674         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24675         (convert_table_lookup), (img_convert): remove c99-isms
24676         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24677           unsigned, to fix a warning on Solaris
24678         * gst/mpeg1sys/systems.c: bcopy->memcpy
24679         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24680         * sys/Makefile.am: Add sunaudio
24681
24682 2004-05-18  Wim Taymans  <wim@fluendo.com>
24683
24684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24685         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24686         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24687         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24688         (gst_ogg_mux_loop):
24689         Fix an ugly memleak where the muxer didn't flush enough ogg
24690         pages. This also resulted in badly muxed ogg files.
24691
24692 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24693
24694         * gst/asfdemux/asfheaders.c :
24695         * gst/asfdemux/asfheaders.h :
24696         * gst/asfdemux/gstasfdemux.c :
24697           - fix ASF_OBJ_PADDING guid
24698           - add 3 new object guids (language list, metadata,
24699             extended stream properties)
24700           - add a function to parse extended header objects
24701
24702 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24703
24704         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24705           remove leftover debugging g_print
24706
24707 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24708
24709         * ext/mad/gstmad.c: (gst_mad_handle_event):
24710           Fix for when the first format in a discont event is not a
24711           byte-based one. Should fix #137710.
24712
24713 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24714
24715         * m4/a52.m4 : fix compilation with -Wall -Werror
24716         * m4/libfame.m4 : idem
24717         * m4/libmikmod.m4 : idem
24718
24719 2004-05-17  Benjamin Otte  <otte@gnome.org>
24720
24721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24722           signal the new tags before giving up the reference
24723
24724 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24725
24726         * ext/shout2/gstshout2.c:
24727           use application/ogg instead of application/x-ogg (patch by Patrick
24728           Guimond, fixes #142432)
24729         * sys/oss/gstosselement.c: (gst_osselement_reset),
24730         (gst_osselement_sync_parms):
24731           don't set fragment size unless specified (fixes #142493)
24732
24733 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24734
24735         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24736           fixes #142664
24737
24738 2004-05-17  Benjamin Otte  <otte@gnome.org>
24739
24740         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24741           compute offsets correctly for internal buffers so timestamps are set
24742           correctly when we can't seek. Also handle cases where there are no
24743           offsets. (based on a patch by David Moore, fixes #142507)
24744
24745 2004-05-17  Benjamin Otte  <otte@gnome.org>
24746
24747         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24748           use correct variable when determining amount of data to skip so we
24749           don't skip into the void and segfault
24750
24751 2004-05-16  Benjamin Otte  <otte@gnome.org>
24752
24753         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24754           Hi, I'm a memleak
24755
24756 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24757
24758         * gst/asfdemux/gstasfdemux.c:
24759           - fix a mem leak and always propagate tags
24760           - add WMV3 to known video codecs (but no decoder yet)
24761           - replace "surplus data" at end of audio header for what
24762             it is : codec specific data
24763           - fix a typo
24764
24765 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24766
24767         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24768
24769         * gst-libs/gst/audio/audioclock.c:
24770           Fix wrong return type (#142205).
24771
24772 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24773
24774         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24775           Ignore CRCs by default (fixes #142566).
24776
24777 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24778
24779         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24780         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24781         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24782         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24783         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24784         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24785           Fix for cases where we fail to attach to a mixer.
24786
24787 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24788
24789         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24790           Don't touch events after not owning them anymore.
24791         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24792         (gst_wavparse_fmt), (gst_wavparse_other),
24793         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24794         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24795         (gst_wavparse_srcpad_event):
24796         * gst/wavparse/gstwavparse.h:
24797           Add seeking, fix querying.
24798
24799 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24800
24801         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24802           - process comments even if they don't end with \0\0
24803             g_convert would ignore them if present and works well without them
24804
24805 2004-05-16  Benjamin Otte  <otte@gnome.org>
24806
24807         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24808           simplify caps
24809
24810 2004-05-16  Benjamin Otte  <otte@gnome.org>
24811
24812         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24813           don't write to memory we might not write to - g_convert does that
24814           for us anyway (fixes #142613)
24815         (gst_asf_demux_audio_caps):
24816           comment out gst_util_dump_mem
24817
24818 2004-05-16  Benjamin Otte  <otte@gnome.org>
24819
24820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24821           compute correct expected timestamps after seek (broken since
24822           last commit)
24823         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24824           rename element and debugging category to gdkpixbufscale
24825
24826 2004-05-16  Benjamin Otte  <otte@gnome.org>
24827
24828         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24829           add error checking to snd_pcm_delay and remove duplicate call to
24830           snd_pcm_delay that caused issues (see inline code comments)
24831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24832           make more readable and fix return value when snd_pcm_delay fails
24833         (fixes #142586)
24834
24835 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24836         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24837         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24838         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24839         (gst_pixbufscale_link), (gst_pixbufscale_init),
24840         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24841         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24842         (gst_pixbufscale_get_property), (pixbufscale_init):
24843         * ext/gdk_pixbuf/pixbufscale.h:
24844         Add these files I forgot earlier
24845
24846 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24847         * ext/gdk_pixbuf/Makefile.am:
24848         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24849         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24850         Add new pixbufscale element to scale RGB video
24851         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24852         and HYPER interpolation correctly.
24853         * ext/theora/theoraenc.c: (theora_enc_chain),
24854         Discard buffer and return if explicit caps could not be set
24855         (theora_enc_get_property):
24856         Make _get return kbps for the bitrate consistent with
24857         the _set function.
24858
24859
24860 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24861
24862         * ext/libvisual/visual.c: (gst_visual_chain):
24863           add missing visual_audio_analyze
24864
24865 2004-05-14  David Schleef  <ds@schleef.org>
24866
24867         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24868         is killed while we're playing.
24869         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24870         gst_element_no_more_pads().
24871
24872 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24873
24874         * gst-libs/gst/riff/riff-read.c :
24875           - fix INFO tag extraction in RIFF/AVI files
24876             because gst_event_unref (event) also freed taglist
24877           - avoid a mem leak
24878
24879 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24880
24881         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24882         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24883
24884         * gst/auparse/gstauparse.c :
24885           - add code (commented for now) to support audio/x-adpcm on src pad
24886             (we have no decoder for those layout yet)
24887
24888         * gst/cdxaparse/gstcdxaparse.c :
24889         * gst/cdxaparse/gstcdxaparse.h :
24890           - partial rewrite using RiffRead (ripped iain's wavparse code)
24891
24892         * gst/rtp/gstrtpL16enc.c : typo
24893         * gst/rtp/gstrtpgsmenc.c : typo
24894
24895 2004-05-13  Benjamin Otte  <otte@gnome.org>
24896
24897         * configure.ac:
24898           check for exact version of libvisual, it's not supposed to be
24899           API/ABI stable yet
24900
24901 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24902
24903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
24904           signal no-more-pads
24905
24906 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24907
24908         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
24909         Report which format was used for GST_FORMAT_DEFAULT
24910         * gst/debug/Makefile.am:
24911         * gst/debug/gstdebug.c: (plugin_init):
24912         * gst/debug/progressreport.c: (gst_progressreport_base_init),
24913         (gst_progressreport_class_init), (gst_progressreport_init),
24914         (gst_progressreport_report), (gst_progressreport_set_property),
24915         (gst_progressreport_get_property), (gst_progressreport_chain),
24916         (gst_progressreport_plugin_init):
24917         Add progressreport element for testing.
24918
24919 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24920
24921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
24922         * sys/v4l/gstv4lsrc.h:
24923         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
24924         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
24925         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
24926         (gst_v4lsrc_grab_frame):
24927           add more debugging
24928           send a discont at start
24929
24930 2004-05-12  Colin Walters  <walters@redhat.com>
24931
24932         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
24933         inflooping if we can't find a chunk.  Or in other words, don't blow
24934         chunks if we don't have a chunk to blow.
24935
24936 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24937         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
24938         Remove old debug output
24939         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
24940         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
24941         (gst_dvdec_set_property), (gst_dvdec_get_property):
24942         Change the quality setting to an enum, so it works from gst-launch
24943         Don't renegotiate a non-linked pad. Allows audio only decoding.
24944         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
24945         (gst_deinterlace_link), (gst_deinterlace_init):
24946         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24947         (gst_videodrop_link):
24948         Some caps negotiation fixes
24949
24950 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24951
24952         * ext/tarkin/gsttarkin.c :
24953           - Change RANK from NONE to PRIMARY
24954         * ext/gdk_pixbuf/gstgdkpixbuf.c :
24955           - Change RANK from NONE to MARGINAL
24956         * ext/divx/gstdivxenc.c :
24957           - Change RANK from PRIMARY to NONE (encoder/spider issue)
24958
24959 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24960
24961         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24962         (gst_vorbisenc_push_packet):
24963           copy a function that was added between 1.0 and 1.0.1 until we
24964           depend on worthwhile features of post-1.0
24965
24966 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24967
24968         * configure.ac:
24969           enable shout2 by default
24970         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24971         (gst_shout2send_base_init), (gst_shout2send_init),
24972         (gst_shout2send_connect), (gst_shout2send_change_state):
24973         * ext/shout2/gstshout2.h:
24974           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
24975           #142262)
24976         * ext/theora/theora.c: (plugin_init):
24977           don't set rank on encoders
24978
24979 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
24980
24981         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24982           Use codec_data property instead of flag1 and flag2 for wma
24983
24984 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24985
24986         * gst/cdxaparse/gstcdxaparse.c :
24987           - Add mpegversion to CAPS to make it link
24988           - Rank is as GST_RANK_SECONDARY instead of NONE
24989         * gst/auparse/gstauparse.c :
24990           - Document all audio encoding we can encounter from Solaris 9
24991             headers and libsndfile information.
24992           - Increase max. rate from 48000 to 192000 (to match other elements)
24993           - Don't try to play junk data between header and samples
24994
24995 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24996
24997         * ext/libvisual/visual.c: (gst_visual_getcaps):
24998           use the right caps depending on endianness (I hope)
24999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25000           use GST_RANK_NONE for all non-decoding elements or spider gets
25001           mighty confused
25002
25003 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25004
25005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25006           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25007
25008 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25009
25010         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25011         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25012         (gst_switch_loop), (gst_switch_get_type):
25013           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25014           HEADERS. Had to be said.
25015
25016 2004-05-10  David Schleef  <ds@schleef.org>
25017
25018         * configure.ac: Add prototype Dirac support.
25019         * ext/Makefile.am:
25020         * ext/dirac/Makefile.am:
25021         * ext/dirac/gstdirac.cc:
25022         * ext/dirac/gstdiracdec.cc:
25023
25024 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25025
25026         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25027         (gst_auparse_init), (gst_auparse_chain),
25028         (gst_auparse_change_state):
25029           Hack around spider. Remove me some day please.
25030
25031 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25032
25033         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25034           Fix for some uninitialized variables in previous patch, also
25035           makes it work. Fixes #142286 while we're at it.
25036
25037 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25038
25039         * gst/auparse/gstauparse.c:
25040                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25041                 only unsupported formats are ADPCM/CCITT G.72x
25042                 reviewed by Ronald
25043         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25044
25045 2004-05-10  Wim Taymans  <wim@fluendo.com>
25046
25047         * ext/vorbis/Makefile.am:
25048         * ext/vorbis/README:
25049         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25050         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25051         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25052         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25053         (gst_oggvorbisenc_convert_sink),
25054         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25055         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25056         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25057         (get_constraints_string), (update_start_message),
25058         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25059         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25060         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25061         * ext/vorbis/oggvorbisenc.h:
25062         * ext/vorbis/vorbis.c: (plugin_init):
25063         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25064         (raw_caps_factory), (gst_vorbisenc_class_init),
25065         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25066         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25067         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25068         * ext/vorbis/vorbisenc.h:
25069         Added a raw vorbis encoder to be used with the oggmuxer.
25070         We still need the old encoder for some gnome applications,
25071         read the README to find out how that works.
25072         The raw encoder is called "rawvorbisenc" until 0.9.
25073
25074 2004-05-10  Wim Taymans  <wim@fluendo.com>
25075
25076         * ext/ogg/gstogg.c: (plugin_init):
25077         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25078         (gst_ogg_print):
25079         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25080         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25081         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25082         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25083         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25084         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25085         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25086         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25087         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25088         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25089         Added an ogg muxer.
25090         Small typo fixes in the demuxer.
25091
25092 2004-05-10  Wim Taymans  <wim@fluendo.com>
25093
25094         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25095         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25096         (theora_enc_change_state), (theora_enc_set_property),
25097         (theora_enc_get_property):
25098         Mark the last packet with an EOS flag which is not really needed
25099         in gstreamer.
25100         Do some better video framerate initialisation.
25101         Update the buffer timestamp.
25102
25103 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25104
25105         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25106         Return the result of the parent state change call
25107
25108 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25109
25110         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25111         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25112         * gst/law/alaw-encode.c : (idem)
25113         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25114         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25115         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25116
25117 2004-05-09  Benjamin Otte  <otte@gnome.org>
25118
25119         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25120           don't use a fixed buffer size when writing variable length data to
25121           it. Fixes memory corruption and makes alsasrc work
25122
25123 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25124
25125         * ext/gnomevfs/gstgnomevfssink.c:
25126         (_gst_boolean_allow_overwrite_accumulator),
25127         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25128           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25129           RUN_LAST, and don't use that to set the accumulator value because
25130           then it's always FALSE.
25131
25132 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25133
25134         * gst-libs/gst/riff/riff-media.c:
25135         (gst_riff_create_video_caps_with_data),
25136         (gst_riff_create_audio_caps),
25137         (gst_riff_create_audio_template_caps):
25138         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25139           Fix for unaligned RIFF files (i.e. where all the chunks together
25140           in a LIST chunk are not of the same size as the size given in
25141           the LIST chunk header). Fixes several odd WAVE files. Also fix
25142           ADPCM (block_align property) in audio, so that wavparse based
25143           on this works now as it used to stand-alone.
25144
25145 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25146
25147         reviewed by Benjamin Otte  <otte@gnome.org>
25148
25149         * ext/a52dec/gsta52dec.c:
25150         * ext/divx/gstdivxdec.c:
25151         * ext/divx/gstdivxenc.c:
25152         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25153         * ext/faac/gstfaac.c: (gst_faac_base_init):
25154         * ext/faad/gstfaad.c: (gst_faad_base_init):
25155         * ext/ivorbis/vorbisfile.c:
25156         * ext/lame/gstlame.c:
25157         * ext/libfame/gstlibfame.c:
25158         * ext/mpeg2enc/gstmpeg2enc.cc:
25159         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25160         * ext/sidplay/gstsiddec.cc:
25161         * ext/speex/gstspeexdec.c:
25162         * ext/speex/gstspeexenc.c:
25163         * ext/xvid/gstxviddec.c:
25164         * ext/xvid/gstxvidenc.c:
25165           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25166           (fixes #142193)
25167
25168 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25169
25170         * ext/alsa/gstalsa.c: (device_list),
25171         (gst_alsa_class_probe_devices):
25172         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25173           Fix alsa oddness in mixer after the combination of using mixer
25174           in source/sink elements and using hw:x,y instead of just hw:x.
25175
25176 2004-05-09  Benjamin Otte  <otte@gnome.org>
25177
25178         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25179         (gst_wavparse_create_sourcepad):
25180           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25181           sourcepads
25182
25183 2004-05-09  Benjamin Otte  <otte@gnome.org>
25184
25185         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25186           allow discont events before caps nego
25187
25188 2004-05-08  Benjamin Otte  <otte@gnome.org>
25189
25190         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25191           don't leak events
25192
25193 2004-05-08  Benjamin Otte  <otte@gnome.org>
25194
25195         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25196         (gst_level_change_state), (gst_level_init):
25197         * gst/level/gstlevel.h:
25198           figure out if we're initialized directly instead of keeping a
25199           variable that's wrong in 90% of cases
25200           don't initialize pads and then leak them and use a new unitialized
25201           pad. (fixes #142084)
25202           these were bugs so n00bish I didn't find them for an hour :/
25203
25204 2004-05-08 Iain <iain@prettypeople.org>
25205
25206         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25207         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25208         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25209         return the length that was read.
25210         (gst_riff_read_strf_auds): Allow fmt tags as well.
25211
25212 2004-05-07  David Schleef  <ds@schleef.org>
25213
25214         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25215         signed char assumption in faad.h.
25216
25217 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25218
25219         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25220           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25221
25222 2004-05-07  Colin Walters  <walters@redhat.com>
25223
25224         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25225         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25226         function.
25227         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25228         Add dispose function.
25229
25230 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25231         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25232           Fix caps nego and pad templates. RGB mode caps should
25233           work now.
25234         * ext/dvdnav/gst-dvd:
25235           Move mpeg2dec inside the thread because otherwise the
25236           queue rejects cap changes mid-stream
25237         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25238         (gst_mpeg2dec_flush_decoder):
25239           For mpeg2dec > 0.4.0, call the flush function instead of
25240           manually extracting all in-flight frames.
25241         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25242         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25243           Change mime type video/dv go video/x-dv to match the
25244           rest of gst-plugins
25245
25246 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25247
25248         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25249         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25250         (gst_alsa_sink_class_init):
25251         * ext/alsa/gstalsasink.h:
25252         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25253         (gst_alsa_src_class_init):
25254         * ext/alsa/gstalsasrc.h:
25255           Make alsasink/src a subclass of alsamixer so that mixer stuff
25256           shows up in gst-rec. Needs some finetuning.
25257
25258 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25259
25260         * ext/lame/gstlame.c: (gst_lame_chain):
25261           simplify
25262         * ext/mad/gstmad.c: (gst_mad_handle_event):
25263           fix event leak
25264         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25265           be able to detect mp3 files < 4096 bytes
25266
25267 2004-05-06  Wim Taymans  <wim@fluendo.com>
25268
25269         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25270         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25271         (theora_enc_set_property), (theora_enc_get_property):
25272         Also encode the first frame, cleanup some code.
25273
25274 2004-05-06  Wim Taymans  <wim@fluendo.com>
25275
25276         * ext/mpeg2enc/gstmpeg2enc.cc:
25277         Forward events first before deciding that negotiation was
25278         not performed.
25279
25280 2004-05-06  Wim Taymans  <wim@fluendo.com>
25281
25282         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25283         First process the events before deciding that negotiation
25284         was not performed.
25285
25286 2004-05-06  Wim Taymans  <wim@fluendo.com>
25287
25288         * ext/theora/Makefile.am:
25289         * ext/theora/theora.c: (plugin_init):
25290         * ext/theora/theoradec.c: (theora_dec_change_state):
25291         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25292         (gst_theora_enc_class_init), (gst_theora_enc_init),
25293         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25294         (theora_enc_chain), (theora_enc_change_state),
25295         (theora_enc_set_property), (theora_enc_get_property):
25296         Added a theora encoder, grouped the encoder and decoder into the
25297         same plugin.
25298
25299 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25300
25301         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25302         (gst_jpegenc_chain):
25303         fix DURATION on outgoing buffers
25304         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25305         debug using time formats
25306         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25308         (gst_xvimagesink_sink_link):
25309         windows with width/height 0 generate X errors, so don't allow them
25310
25311 2004-05-05  Wim Taymans  <wim@fluendo.com>
25312
25313         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25314         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25315         (gst_mpeg2dec_negotiate_format):
25316         * ext/mpeg2dec/gstmpeg2dec.h:
25317           removed the static pad template so that we can add the
25318           more accurate framerate value to the caps.
25319
25320
25321 2004-05-04  Benjamin Otte  <otte@gnome.org>
25322
25323         * configure.ac:
25324           check for kdemacros.h, too (should fix #141821)
25325         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25326           don't crash if no header was sent, but nicely error out (fixes part
25327           of #141554)
25328
25329 2004-05-04  Wim Taymans  <wim@fluendo.com>
25330
25331         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25332         parent dispose function to avoid segfault on destroy.
25333
25334 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25335
25336         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25337         (plugin_init):
25338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25339         (gst_xvimagesink_sink_link):
25340         clean up debugging caps
25341         also recreate xvimage when format has changed
25342
25343 2004-05-04  Benjamin Otte  <otte@gnome.org>
25344
25345         * ext/libvisual/Makefile.am:
25346         * ext/libvisual/visual.c: (gst_visual_class_init),
25347         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25348         (gst_visual_srclink), (gst_visual_chain),
25349         (gst_visual_change_state), (plugin_init):
25350           use a GstAdapter to correctly adapt buffer sizes - allows using a
25351           framerate
25352
25353 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25354
25355         * sys/v4l/gstv4lelement.h:
25356         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25357         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25358         (gst_v4lsrc_buffer_free):
25359         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25360         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25361         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25362         (gst_v4lsrc_requeue_frame):
25363         move some debugging categories around
25364         query for fps index and set accordingly if found
25365
25366 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25367
25368         * ext/lame/gstlame.c:
25369         correct defaults that lame_init puts out of range
25370
25371 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25372
25373         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25374         (gst_divxenc_class_init):
25375         fix range since -1 is the default
25376         * gst/mpeg1sys/gstmpeg1systemencode.c:
25377         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25378         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25379         (gst_rtjpegdec_chain):
25380         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25381         (gst_rtjpegenc_chain):
25382         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25383         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25384         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25385         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25386         * sys/v4l/gstv4lsrc.c:
25387         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25388         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25389         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25390         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25391         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25392           remove gst_info calls
25393
25394 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25395
25396         * Makefile.am:
25397         * po/af.po:
25398         * po/az.po:
25399         * po/en_GB.po:
25400         * po/nl.po:
25401         * po/sr.po:
25402         * po/sv.po:
25403           Updated translations
25404
25405 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25406
25407         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25408           refactor/comment code
25409
25410 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25411
25412         * gst/asfdemux/Makefile.am:
25413         * gst/asfdemux/asfheaders.c:
25414         * gst/asfdemux/asfheaders.h:
25415         * gst/asfdemux/gstasf.c: (plugin_init):
25416         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25417         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25418         (gst_asf_demux_setup_pad):
25419         * gst/asfdemux/gstasfdemux.h:
25420         * gst/asfdemux/gstasfmux.c:
25421         * gst/asfdemux/gstasfmux.h:
25422           Add tagging support to demuxer, split out registration in its own
25423           file instead of in demux (hacky), and prevent having some tables
25424           in our memory multiple times (in asfheaders.h).
25425
25426 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25427
25428         * gst/matroska/matroska-demux.c:
25429         (gst_matroska_demux_parse_metadata):
25430         * gst/matroska/matroska-ids.h:
25431           Basic tag reading support.
25432
25433 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25434
25435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25436           Really detect ac-3 audio.
25437         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25438           really detect matroska files (off-by-1).
25439
25440 2004-04-30  David Schleef  <ds@schleef.org>
25441
25442         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25443         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25444         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25445         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25446         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25447         hackage -- parse a lot more atoms, extract a few tags.  One might even
25448         mistake this for tag support.  Maybe it is.
25449         * gst/qtdemux/qtdemux.h:
25450
25451 2004-04-30  Colin Walters  <walters@verbum.org>
25452
25453         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25454
25455 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25456
25457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25458         (gst_ffmpegcolorspace_getcaps):
25459           remove broken nego fix
25460
25461 2004-04-30  Benjamin Otte  <otte@gnome.org>
25462
25463         * configure.ac:
25464         * ext/Makefile.am:
25465         * ext/libvisual/Makefile.am:
25466         * ext/libvisual/visual.c:
25467           add initial support for libvisual (http://libvisual.sourceforge.net)
25468           libvisual is still quite alpha, so expect crashes in there :)
25469
25470 2004-04-29  David Schleef  <ds@schleef.org>
25471
25472         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25473         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25474         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25475         code; you will no longer respect me.
25476
25477 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25478
25479         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25480         * ext/alsa/gstalsa.h :
25481         change alsa pcm device discovery to find more than 1 device
25482         per card. code review by Ronald.
25483
25484 2004-04-29  David Schleef  <ds@schleef.org>
25485
25486         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25487         Add a check for a driver bug on FreeBSD.  (bug #140565)
25488
25489 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25490
25491         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25492         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25493         (gst_jpegenc_getcaps):
25494           move format setting to inner loop
25495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25496         (gst_ffmpegcolorspace_getcaps):
25497           use GST_PAD_CAPS if available so that we use already negotiated
25498           caps
25499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25500         (qtdemux_parse_moov), (qtdemux_parse):
25501           extra debugging
25502         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25503         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25504           move hardcoded path to DEFINE
25505
25506 2004-04-28  David Schleef  <ds@schleef.org>
25507
25508         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25509         (bug #140064)
25510
25511 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25512
25513         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25514           Don't probe for playback device if we're a source element. Fixes
25515           #139658.
25516
25517 2004-04-29  Benjamin Otte  <otte@gnome.org>
25518
25519         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25520         (gst_id3_tag_chain):
25521           rewrite buffer offset
25522
25523 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25524
25525         * configure.ac:
25526         * ext/Makefile.am:
25527         * ext/dts/Makefile.am:
25528         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25529         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25530         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25531         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25532         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25533         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25534         (plugin_init):
25535         * ext/dts/gstdtsdec.h:
25536           New DTS decoder.
25537         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25538         (gst_faad_srcconnect):
25539           Add ESDS atom handling (.m4a).
25540
25541 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25542
25543         * ext/divx/gstdivxdec.c: (plugin_init):
25544           Remove comment that makes no sense.
25545         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25546           Fix for obvious typo that resulted in warnings during gst-register.
25547         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25548         (gst_xviddec_sink_link):
25549           Fix caps negotiation a bit better.
25550         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25551           We call this 'codec_data', not 'esds'.
25552
25553 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25554
25555         * gst/monoscope/gstmonoscope.c:
25556           make sure we only provide 256x128
25557         * gst/monoscope/monoscope.c: (monoscope_init):
25558           assert size of 256x128
25559
25560 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25561
25562         * Makefile.am:
25563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25564         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25565           fixate to max width and height of device
25566
25567 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25568
25569         * Makefile.am:
25570         * sys/v4l/gstv4l.c:
25571         * sys/v4l/gstv4lsrc.c:
25572         * sys/v4l/v4l_calls.c:
25573         * sys/v4l/v4lsrc_calls.c:
25574           fix for qc-usb driver which fakes having more than one buffer
25575           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25576           buffer_free override
25577           add debugging
25578
25579 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25580
25581         * Makefile.am:
25582         * gst/videotestsrc/gstvideotestsrc.c:
25583         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25584         (gst_videotestsrc_init), (gst_videotestsrc_get),
25585         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25586         * gst/videotestsrc/gstvideotestsrc.h:
25587           add num-buffers property
25588
25589         2004-04-26  Benjamin Otte  <otte@gnome.org>
25590
25591         * ext/mad/gstid3tag.c: (plugin_init):
25592           set id3mux rank to NONE so it doesn't confuse spider
25593           require audio/mpeg,mpegversion=1 in id3mux
25594
25595 2004-04-26  Benjamin Otte  <otte@gnome.org>
25596
25597         * configure.ac:
25598           detect faad correctly as non-working if it's indeed non-working
25599
25600 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25601
25602         * Makefile.am:
25603         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25604         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25605         fix _getcaps so it only negotiates to its supported format
25606
25607 2004-04-25  Benjamin Otte  <otte@gnome.org>
25608
25609         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25610           fix memleak
25611
25612 2004-04-23  Benjamin Otte  <otte@gnome.org>
25613
25614         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25615           audio/x-raw-int with height rules! not. Now it's depth.
25616
25617 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25618
25619         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25620         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25621         (gst_wavparse_loop):
25622           Missing variable initialization. Add handling of DVI ADPCM. Fix
25623           mis-parsing of LIST chunks. This works around a bug where we mis-
25624           parse non-aligning LIST chunks (so LIST chunks where the contents
25625           don't align with the actual LIST size). The correct fix is to use
25626           rifflib, I'm not going to fix wavparse - too much work. All this
25627           fixes #104878.
25628
25629 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25630
25631         reviewed by Benjamin Otte  <otte@gnome.org>
25632
25633         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25634           fix shoutcast not working (fixes #140844)
25635
25636 2004-04-22  Benjamin Otte  <otte@gnome.org>
25637
25638         * ext/hermes/gsthermescolorspace.c:
25639         (gst_hermes_colorspace_caps_remove_format_info):
25640         * gst/colorspace/gstcolorspace.c:
25641         (gst_colorspace_caps_remove_format_info):
25642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25643         (gst_ffmpegcolorspace_caps_remove_format_info):
25644           s/gst_caps_simplify/gst_caps_do_simplify/
25645
25646 2004-04-22  Benjamin Otte  <otte@gnome.org>
25647
25648         * gst-libs/gst/riff/riff-media.c:
25649         (gst_riff_create_video_caps_with_data):
25650           mpegversion is an int
25651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25652           don't try to create pad templates with NULL caps, use any caps
25653           instead.
25654
25655 2004-04-20  David Schleef  <ds@schleef.org>
25656
25657         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25658         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25659         (bug #140384)
25660
25661 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25662
25663         reviewed by David Schleef
25664
25665         * ext/mad/gstid3tag.c: Add stdlib.h
25666         * gst/rtp/gstrtpgsmenc.c: same
25667         * gst/tags/gstid3tag.c: same
25668         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25669         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25670         GST_DISABLE_LOADSAVE use.
25671         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25672         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25673         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25674         atol(3)).
25675         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25676         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25677         strtoul(3)).
25678         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25679         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25680         $(ID3_CFLAGS).
25681         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25682         $(LIBFAME_CFLAGS).
25683
25684 2004-04-20  David Schleef  <ds@schleef.org>
25685
25686         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25687         last checkin.  Same idea.
25688
25689 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25690
25691         reviewed by David Schleef
25692
25693         * configure.ac: bump required gstreamer version to 0.8.1.1
25694         because of following changes [--ds]
25695
25696         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25697         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25698         (gst_riff_read_header):  Use GST_READ_UINT*
25699         macros to access possibly unaligned memory.
25700
25701         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25702         (mp3_type_find):  Use GST_READ_UINT*
25703         macros to access possibly unaligned memory.
25704         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25705         (speex_type_find): Likewise
25706
25707         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25708
25709         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25710         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25711         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25712         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25713         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25714         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25715         macros to access possibly unaligned memory.
25716
25717         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25718         Likewise.
25719
25720         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25721         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25722
25723         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25724         Likewise.
25725
25726         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25727         (gst_mpeg2subt_chain_subtitle): Likewise.
25728
25729         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25730         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25731         Likewise.
25732
25733         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25734         Likewise.
25735
25736         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25737         Likewise.
25738
25739         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25740         Likewise.
25741
25742 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25743
25744         * configure.ac:
25745           update required version of GStreamer because of GST_TIME_FORMAT
25746
25747 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25748
25749         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25750           remove leftover g_print
25751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25752           don't try setting only a subset of the caps. We don't want to kill
25753           autoplugging on purpose
25754
25755 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25756
25757         * sys/ximage/ximagesink.c: (plugin_init):
25758         * sys/xvimage/xvimagesink.c: (plugin_init):
25759           add debugging categories
25760
25761 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25762
25763         * po/en_GB.po:
25764         * po/LINGUAS:
25765           Adding en_GB translation (Gareth Owen)
25766
25767 2004-04-20  David Schleef  <ds@schleef.org>
25768
25769         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25770         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25771         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25772         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25773         A number of new features and hacks to extract the esds atom and
25774         put it into the caps.  (bug #137724)
25775
25776 2004-04-19  David Schleef  <ds@schleef.org>
25777
25778         * gconf/Makefile.am: Fix for non-GNU make
25779         * gst-libs/gst/Makefile.am: Change directory order to handle
25780         GstPlay linking with gstinterfaces
25781         * gst-libs/gst/audio/make_filter: make use of tr portable
25782         * gst-libs/gst/play/Makefile.am: Add intended \
25783         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25784         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25785         function prototype instead of void *.
25786         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25787         macro.
25788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25789         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25790         * gst/videofilter/make_filter: make use of tr portable
25791         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25792
25793 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25794
25795         * po/LINGUAS:
25796         * po/uk.po:
25797           Added Ukrainian translation (Maxim V. Dziumanenko)
25798
25799 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25800
25801         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25802         (gst_gsmdec_link), (gst_gsmdec_chain):
25803           Fix capsnego, simplify chain function slightly.
25804         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25805           Add GSM.
25806
25807 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25808
25809         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25810         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25811         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25812           Hack to make wavparse work with spider (always -> sometimes pad).
25813           Fixes #135862 && #140411.
25814
25815 2004-04-18  Benjamin Otte  <otte@gnome.org>
25816
25817         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25818         (gst_osselement_rate_probe_check),
25819         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25820           get rid of \n in debug output
25821
25822 2004-04-17  Iain <iain@prettypeople.org>
25823
25824         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25825         not just EOS.
25826
25827 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25828
25829         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25830         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25831         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25832         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25833         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25834         (gst_id3_tag_change_state), (plugin_init):
25835           deprecate id3tag element and replace with id3demux/id3mux.
25836           great side effect: this ugly file is now even uglier, yay!
25837         * ext/mad/gstmad.h:
25838           remove non-available function
25839           update for new get_type
25840
25841 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25842
25843         * configure.ac:
25844           require mpeg2dec >= 0.4.0
25845
25846 2004-04-17  Benjamin Otte  <otte@gnome.org>
25847
25848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25849         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25850         (gst_xvimagesink_set_xwindow_id):
25851           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25852           assorted cleanup fixes.
25853
25854 2004-04-16  David Schleef  <ds@schleef.org>
25855
25856         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25857         * sys/xvimage/xvimagesink.h: same
25858
25859 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25860
25861         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25862           Fix GST_ELEMENT_ERROR with (NULL)
25863
25864 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25865
25866         * gst-libs/gst/riff/riff-media.c:
25867         (gst_riff_create_video_caps_with_data):
25868           Add div[3456] as fourccs for DivX 3 (fixes #140137).
25869
25870 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25871
25872         * gst-libs/gst/riff/riff-media.c:
25873         (gst_riff_create_video_caps_with_data),
25874         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25875         (gst_riff_create_video_template_caps),
25876         (gst_riff_create_audio_template_caps):
25877         * gst-libs/gst/riff/riff-media.h:
25878         * gst-libs/gst/riff/riff-read.c:
25879         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25880         * gst-libs/gst/riff/riff-read.h:
25881         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25882           Add MS RLE support. I added some functions to read out strf chunks
25883           into strf chunks and the data behind it. This is usually color
25884           palettes (as in RLE, but also in 8-bit RGB). Also use those during
25885           caps creation. Lastly, add ADPCM (similar to wavparse - which
25886           should eventually be rifflib based).
25887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25888         (gst_matroska_demux_init), (gst_matroska_demux_reset):
25889         * gst/matroska/matroska-demux.h:
25890           Remove placeholders for some prehistoric tagging system. Didn't add
25891           support for any tag system really anyway.
25892         * gst/qtdemux/qtdemux.c:
25893           Add support for audio/x-m4a (MPEG-4) through spider.
25894         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25895         (gst_wavparse_loop):
25896           ADPCM support (#135862). Increase max. buffer size because we
25897           cannot split buffers for ADPCM (screws references) and I've seen
25898           files with 2048 byte chunks. 4096 seems safe for now.
25899
25900 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25901
25902         * configure.ac: bump nano to 1
25903
25904 === release 0.8.1 ===
25905
25906 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25907
25908         * configure.ac: releasing 0.8.1, "Comforting Sounds"
25909
25910 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25911
25912         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
25913           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
25914           Fixes #140058
25915
25916 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25917
25918         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
25919           lower rank of dvddemux so that it's not used for mpeg playback.
25920
25921 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25922
25923         * configure.ac:
25924           save libs correctly when checking mad
25925
25926 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25927
25928         * ext/mad/gstid3tag.c: (plugin_init):
25929           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
25930
25931 2004-04-13  David Schleef  <ds@schleef.org>
25932
25933         * common/m4/gst-feature.m4: Call -config scripts with
25934         --plugin-libs if it is supported.
25935         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
25936         JPEG images are image/jpeg.
25937         * gst/debug/Makefile.am:
25938         * gst/debug/negotiation.c: (gst_negotiation_class_init),
25939         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
25940         (gst_negotiation_update_caps), (gst_negotiation_get_property),
25941         (gst_negotiation_plugin_init): Add a property that acts like
25942         filter caps.
25943         * testsuite/gst-lint:  Move license checking to be a standard
25944         test.
25945
25946 2004-04-13  David Schleef  <ds@schleef.org>
25947
25948         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
25949         patch from Sebastien Cote (bug #139958)
25950
25951 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25952
25953         * examples/gstplay/Makefile.am:
25954         * examples/gstplay/player.c: (main):
25955           make the commandline player example use gconf settings
25956
25957 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25958
25959         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
25960         (gst_cacasink_sinkconnect), (gst_cacasink_init),
25961         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
25962           init/end library during state transition, not object
25963           creation/disposal.  get rid of custom dispose handler.
25964
25965
25966 2004-04-12  Christian Schaller <Uraeus@gnome.org>
25967
25968         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
25969         be a symlink
25970
25971 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25972
25973         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
25974           Handle JUNK chunks inside data section. Prevents warnings.
25975
25976 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25977
25978         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
25979         (gst_riff_create_video_template_caps):
25980           Add MS video v1.
25981         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25982         (gst_avi_demux_stream_data):
25983           Add support for "rec-list" chunks.
25984
25985 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25986
25987         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25988           Fix another codecname mismatch.
25989
25990 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25991
25992         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
25993           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
25994           so that MJPEG plays back.
25995
25996 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25997
25998         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
25999         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26000         * gst/mpeg1videoparse/gstmp1videoparse.h:
26001           Fix for some slight mis-cuts in buffer parsing, and for some
26002           potential overflows or faults-causers. Adds disconts. Also fixes
26003           #139105 while we're at it.
26004
26005 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26006
26007         * configure.ac:
26008         * sys/v4l2/gstv4l2element.h:
26009           Workaround for missing struct v4l2_buffer declaration in Suse 9
26010           and Mandrake 10 linux/videodev2.h header file (#135919).
26011
26012 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26013
26014         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26015           Bail out if no filename was given.
26016
26017 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26018
26019         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26020         (gst_v4l2_fourcc_from_structure):
26021           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26022           Y41B somewhere).
26023
26024 2004-04-09  Benjamin Otte  <otte@gnome.org>
26025
26026         * ext/gnomevfs/gstgnomevfssink.c:
26027         (_gst_boolean_allow_overwrite_accumulator),
26028         (gst_gnomevfssink_class_init):
26029           fix erase signal - if any handler returns false the file will not be
26030           overwritten. If no handler is connected, the file will not be
26031           overwritten either.
26032           renamed signal to "allow-overwrite"
26033         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26034           free string when adding it to ID3 failed
26035         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26036           unref event when done
26037         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26038           free caps
26039         * gst/typefind/gsttypefindfunctions.c:
26040         (mpeg_video_stream_type_find):
26041           fix invalid read
26042
26043 2004-04-08  David Schleef  <ds@schleef.org>
26044
26045         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26046         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26047
26048 2004-04-08  David Schleef  <ds@schleef.org>
26049
26050         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26051         we don't support (bug #139532)
26052
26053 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26054
26055         * ext/mad/gstmad.c: (gst_mad_handle_event),
26056         (gst_mad_check_caps_reset), (gst_mad_chain),
26057         (gst_mad_change_state):
26058           only set explicit caps if they haven't been set before for
26059           this stream.  MPEG-audio sample rate/channels aren't allowed
26060           to change in-stream.
26061           Fixes #139382
26062
26063 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26064
26065         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26066         (_gst_boolean_did_something_accumulator),
26067         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26068         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26069         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26070         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26071         (gst_gnomevfssink_change_state):
26072           Fix erase signal. Don't erase by default. Remove handoff signal.
26073           Remove erase property. Don't segfault. General cleanup.
26074
26075 2004-04-07  Benjamin Otte  <otte@gnome.org>
26076
26077         * gst-libs/gst/gconf/test-gconf.c: (main):
26078           add missing gst_init
26079
26080 2004-04-07  Benjamin Otte  <otte@gnome.org>
26081
26082         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26083           free the mutexes, too
26084
26085 2004-04-07  Benjamin Otte  <otte@gnome.org>
26086
26087         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26088           actually free the URI string
26089         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26090           compute offset correctly when passing discont events
26091         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26092           don't leak discont events
26093         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26094           add some missing breaks so caps aren't copied randomly
26095         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26096           if we realloc memory, we better use it
26097
26098 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26099
26100         * ext/mad/gstmad.c: (normal_seek):
26101           fix GST_FORMAT_TIME usage
26102
26103 2004-04-05  David Schleef  <ds@schleef.org>
26104
26105         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26106         a deprecated function (hack!)
26107
26108 2004-04-05  Benjamin Otte  <otte@gnome.org>
26109
26110         * ext/esd/esdmon.c: (gst_esdmon_get):
26111           fix nonterminated vararg and memleak
26112
26113 2004-04-05  Benjamin Otte  <otte@gnome.org>
26114
26115         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26116         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26117         (gst_ladspa_set_property), (gst_ladspa_get_property),
26118         (gst_ladspa_instantiate), (gst_ladspa_activate),
26119         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26120           clean up debugging
26121
26122 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26123
26124         reviewed by Benjamin Otte  <otte@gnome.org>
26125
26126         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26127           check for broken LADSPA parameters (fixes #138635)
26128
26129 2004-04-05  Benjamin Otte  <otte@gnome.org>
26130
26131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26132           advertise buffer-frames correctly on sinkpads
26133
26134 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26135
26136         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26137         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26138         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26139         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26140         (gst_mad_check_caps_reset), (gst_mad_chain):
26141         add more debugging, only reset caps when we're not in error state
26142
26143 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26144
26145         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26146
26147 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26148
26149         reviewed by Benjamin Otte  <otte@gnome.org>
26150
26151         * configure.ac:
26152           fix == in test(1) operator
26153
26154 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26155
26156         reviewed by Benjamin Otte  <otte@gnome.org>
26157
26158         * configure.ac:
26159           fix --export-symblos-regex to a working regex.
26160
26161 2004-04-04  Benjamin Otte  <otte@gnome.org>
26162
26163         * sys/oss/.cvsignore:
26164           add for oss_probe
26165
26166 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26167
26168         reviewed by Benjamin Otte  <otte@gnome.org>
26169
26170         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26171           add missing 'new_media' argument (fixes #138168)
26172         * gst/matroska/matroska-demux.c:
26173         (gst_matroska_demux_handle_seek_event):
26174           add vararg terminator (fixes #138169)
26175
26176 2004-04-02  David Schleef  <ds@schleef.org>
26177
26178         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26179         disted (bug #138914)
26180
26181 2004-04-01  Benjamin Otte  <otte@gnome.org>
26182
26183         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26184         (gst_alsa_close_audio):
26185           handle case better where a soundcard can't pause
26186         * ext/ogg/gstoggdemux.c:
26187           don't crash when we get events but don't have pads yet
26188
26189 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26190
26191         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26192           throw an error if we couldn't probe any caps.
26193
26194 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26195
26196         * ext/dvdnav/gst-dvd:
26197         Add a really simple sample DVD player
26198
26199 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26200
26201         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26202         (gst_a52dec_push), (gst_a52dec_handle_event),
26203         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26204         (gst_a52dec_change_state):
26205         * ext/a52dec/gsta52dec.h:
26206           Use a debug category, Output timestamps correctly
26207           Emit tag info, Handle events, tell liba52dec about cpu
26208           capabilities so it can use MMX etc.
26209         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26210           Fix a crasher accessing invalid memory
26211         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26212         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26213         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26214         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26215         (dvdnavsrc_query):
26216           Some support for byte-format seeking.
26217           Small fixes for still frames and menu button overlays
26218         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26219         (gst_mpeg2dec_alloc_buffer):
26220           Use a debug category. Adjust the report level of several items to
26221           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26222           so it doesn't lose the GstBuffer pointer
26223         * gst/debug/Makefile.am:
26224         * gst/debug/gstdebug.c: (plugin_init):
26225         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26226         (gst_navseek_base_init), (gst_navseek_class_init),
26227         (gst_navseek_init), (gst_navseek_seek),
26228         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26229         (gst_navseek_get_property), (gst_navseek_chain),
26230         (gst_navseek_plugin_init):
26231         * gst/debug/gstnavseek.h:
26232           Add the navseek debug element for seeking back and forth in a
26233           video stream using arrow keys.
26234         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26235         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26236         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26237         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26238         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26239         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26240         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26241         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26242         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26243         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26244         * gst/mpeg2sub/gstmpeg2subt.h:
26245           Pretty much a complete rewrite. Now a loopbased element. May still
26246           require work to properly synchronise subtitle buffers.
26247         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26248         (gst_dvd_demux_send_subbuffer):
26249         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26250           Don't attempt to create subbuffers of size 0
26251           Reduce a couple of error outputs to warnings.
26252         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26253         (gst_y4mencode_chain):
26254         Output the y4m frame header correctly.
26255
26256 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26257
26258         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26259           throw errors instead of allowing SIGFPE
26260
26261 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26262
26263         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26264         (gst_gconf_render_bin_from_key):
26265           leak plugging and style fixing
26266
26267 2004-03-31  David Schleef  <ds@schleef.org>
26268
26269         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26270         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26271         (bug #138225)
26272         * gst/debug/Makefile.am:
26273         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26274         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26275         plugin.
26276         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26277         (gst_negotiation_base_init), (gst_negotiation_class_init),
26278         (gst_negotiation_init), (gst_negotiation_getcaps),
26279         (gst_negotiation_pad_link), (gst_negotiation_chain),
26280         (gst_negotiation_set_property), (gst_negotiation_get_property),
26281         (gst_negotiation_plugin_init):  New element to talk about random
26282         negotiation things happening in a pipeline.
26283
26284 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26285
26286         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26287           fix integer addition with help of Stefan Kost
26288
26289 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26290
26291         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26292
26293 2004-03-30  David Schleef  <ds@schleef.org>
26294
26295         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26296         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26297         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26298         (bug #137504)
26299         * ext/mpeg2dec/gstmpeg2dec.h:
26300
26301 2004-03-30  David Schleef  <ds@schleef.org>
26302
26303         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26304
26305 2004-03-30  David Schleef  <ds@schleef.org>
26306
26307         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26308         Michael Petullo) to handle .mov
26309
26310 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26311
26312         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26313         (gst_osselement_rate_check_rate):
26314           probe caps correctly for sound cards that only support one format
26315
26316 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26317
26318         * ext/kio/kiosrc.cpp: (process_events):
26319           update handling event processing if inside KDE - untested
26320
26321 2004-03-29  David Schleef  <ds@schleef.org>
26322
26323         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26324         by 2 to not interfere with other colorspaces.
26325         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26326         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26327         one to not interfere with ffmpeg_colorspace.
26328
26329 2004-03-29  David Schleef  <ds@schleef.org>
26330
26331         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26332         aren't in the caps.
26333         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26334         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26335
26336 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26337
26338         * gst-libs/gst/riff/riff-media.c:
26339           fail on error, don't try to set stuff on NULL caps
26340
26341 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26342
26343         * configure.ac:
26344         * ext/Makefile.am:
26345         * ext/kio/Makefile.am:
26346         * ext/kio/kioreceiver.cpp:
26347         * ext/kio/kioreceiver.h:
26348         * ext/kio/kiosrc.cpp:
26349         * ext/kio/kiosrc.h:
26350           add experimental kiosrc plugin
26351         * ext/alsa/gstalsaplugin.c: (plugin_init):
26352           initialize debugging category only when we're sure registering the
26353           plugins worked.
26354
26355 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26356
26357         * examples/gstplay/player.c: (main):
26358         * gst-libs/gst/play/play.c: (gst_play_class_init),
26359         (gst_play_set_location), (gst_play_set_data_src),
26360         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26361         (gst_play_set_visualization), (gst_play_connect_visualization):
26362           check return values of element_set_state and return FALSE where
26363           failed
26364
26365 2004-03-29  Benjamin Otte  <otte@gnome.org>
26366
26367         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26368           try harder to check if an event is really a discont
26369
26370 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26371
26372         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26373         * po/az.po:
26374
26375 2004-03-28  Benjamin Otte  <otte@gnome.org>
26376
26377         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26378         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26379         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26380           get rid of non-standard "..." ranges in case statements.
26381
26382 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26383
26384         * gst/mpegstream/gstmpegdemux.c:
26385         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26386         specific functionality split to the new dvddemux element.
26387         * gst/mpegstream/gstdvddemux.c:
26388         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26389         streams, derived from mpegdemux.
26390         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26391         up. SCR based timestamp rewriting can be turned off (will probably
26392         completely disappear soon).
26393         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26394         hacking. General cleanup. All printf statements replaced by
26395         debugging messages. Almost complete libdvdnav support.
26396         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26397         by events. New properties for audio and subpicture languages.
26398         (dvdnavsrc_update_highlight): Now uses events.
26399         (dvdnavsrc_user_op): Cleaned up.
26400         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26401         based). Lots of cleanup, and propper support for most libdvdnav
26402         events.
26403         (dvdnavsrc_make_dvd_event): New function.
26404         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26405         (dvdnavsrc_make_clut_change_event): New function.
26406
26407 2004-03-26  Benjamin Otte  <otte@gnome.org>
26408
26409         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26410           fix bug where typefinding would claim it's theora whenever less then
26411           7 bytes of data were available
26412
26413 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26414
26415         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26416         (gst_alawdec_base_init), (gst_alawdec_class_init),
26417         (gst_alawdec_init), (gst_alawdec_chain):
26418         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26419         (gst_alawenc_base_init), (gst_alawenc_class_init),
26420         (gst_alawenc_init), (gst_alawenc_chain):
26421         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26422         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26423         (gst_mulawdec_init), (gst_mulawdec_chain):
26424         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26425         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26426         (gst_mulawenc_init), (gst_mulawenc_chain):
26427           Fix capsnego in all four, remove the unused property functions and
26428           simplify the chain functions slightly. I guess we could use macros
26429           or something similar for those, since the code is so similar, but
26430           I'm currently too lazy...
26431
26432 2004-03-24  David Schleef  <ds@schleef.org>
26433
26434         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26435         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26436         (gst_osselement_get_format_structure),
26437         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26438         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26439         (gst_osselement_rate_int_compare): Add code to handle rate probing
26440         (bug #120883)
26441         * sys/oss/gstosselement.h: same
26442         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26443         Use rate probing provided by osselement.
26444         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26445
26446 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26449         (gst_xvidenc_get_property):
26450           ulong/int mess-up.
26451
26452 2004-03-24  David Schleef  <ds@schleef.org>
26453
26454         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26455         (gst_speexdec_init):
26456         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26457         (gst_speexenc_init):  Create the pad template correctly (from
26458         the static pad template, not a NULL pointer.)
26459
26460 2004-03-25  Benjamin Otte  <otte@gnome.org>
26461
26462         * gst/debug/Makefile.am:
26463         * gst/debug/breakmydata.c:
26464           add element that quasi-randomly changes bytes in the stream.
26465           Intended use is robustness checking of demuxers and decoders in
26466           media tests.
26467
26468 2004-03-24  Benjamin Otte  <otte@gnome.org>
26469
26470         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26471         (gst_alsa_probe_hw_params):
26472         * ext/alsa/gstalsa.h:
26473           debugging output fixes
26474
26475 2004-03-24  Benjamin Otte  <otte@gnome.org>
26476
26477         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26478           don't g_return_if_fail if element is PLAYING, fail silently as every
26479           other element.
26480         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26481           only fix needed for cast lvalue issues in gst-plugins
26482         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26483           add proxy_getcaps
26484
26485 2004-03-24  Benjamin Otte  <otte@gnome.org>
26486
26487         * gst/level/gstlevel.c: (gst_level_init):
26488           add proxying getcaps function, so level doesn't advertise impossible
26489           caps
26490
26491 2004-03-24  David Schleef  <ds@schleef.org>
26492
26493         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26494         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26495         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26496         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26497         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26498         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26499         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26500         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26501         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26502         messages.  Divide the chunk size by the compression ratio
26503         (needed for MACE audio)
26504
26505 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26506
26507         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26508           Fix buffer overflow read error.
26509
26510 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26511
26512         * ext/alsa/gstalsa.h:
26513           Remove unused entry.
26514         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26515           Add cinepak.
26516         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26517         (gst_videodrop_link), (gst_videodrop_chain):
26518           Fix, sort of. Was horribly broken with new capsnego. Bah...
26519
26520 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26521
26522         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26523         (plugin_init):
26524         Add a monkeysaudio typefind function
26525
26526 2004-03-23  Johan Dahlin  <johan@gnome.org>
26527
26528         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26529         (gst_play_video_fixate): Check so the structure has the field
26530         before trying to fixate them, this makes it possible to have
26531         fakesinks for video and audio output without printing errors on
26532         the output console.
26533
26534 2004-03-22  David Schleef  <ds@schleef.org>
26535
26536         * sys/oss/Makefile.am:
26537         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26538         (check_rate), (add_rate):  Rate probing test app.
26539
26540 2004-03-21  Benjamin Otte  <otte@gnome.org>
26541
26542         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26543         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26544           add a fixation function that pretty much does the right thing (fixes
26545           #137556)
26546
26547 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26548
26549         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26550
26551 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26552
26553         reviewed by: Benjamin Otte  <otte@gnome.org>
26554
26555         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26556           terminate gst_event_new_discontinuous correctly (fixes parts of
26557           #137711)
26558
26559 2004-03-19  David Schleef  <ds@schleef.org>
26560
26561         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26562         since it doesn't depend on X, and it's part of our ABI.
26563
26564 2004-03-19  Iain <iain@prettypeople.org>
26565
26566         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26567         is_int in the structure, not the local variable.
26568
26569 2004-03-19  David Schleef  <ds@schleef.org>
26570
26571         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26572         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26573         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26574         Improvements in caps negotiation.
26575
26576 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26577
26578         * po/LINGUAS:
26579         * po/af.po:
26580           adding Afrikaans (Petri Jooste)
26581
26582 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26583
26584         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26585         (gst_ffmpegcolorspace_chain):
26586         throw error instead of g_critical (#137588)
26587
26588 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26589
26590         * Makefile.am:
26591         * configure.ac:
26592           dist common and m4 correctly
26593         * po/sv.po:
26594
26595 2004-03-17  David Schleef  <ds@schleef.org>
26596
26597         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26598         (bug #137348)
26599
26600 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26601
26602         * po/LINGUAS:
26603         * po/sv.po:
26604           adding Swedish translation (Christian Rose)
26605
26606 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26607
26608         * Makefile.am: use release.mak
26609
26610 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26611
26612         * common/ChangeLog:
26613         * common/gst-autogen.sh:
26614           add some explanation about the version detection
26615         * configure.ac:
26616           fix X check
26617
26618 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26619
26620         * configure.ac: bump nano to 1
26621
26622 === release 0.8.0 ===
26623
26624 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26625
26626         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26627
26628 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26629
26630         * configure.ac:
26631           update libtool version
26632         * gst-libs/gst/media-info/Makefile.am:
26633           actually use libtool version
26634
26635 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26636
26637         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26638
26639 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26640
26641         * configure.ac:
26642         * gst-plugins.spec.in:
26643         * pkgconfig/Makefile.am:
26644         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26645         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26646         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26647         * pkgconfig/gstreamer-libs.pc.in:
26648         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26649         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26650         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26651         * pkgconfig/gstreamer-plugins.pc.in:
26652           remove @VERSION@ from some of the pc files since core and plugins
26653           are decoupled.
26654           created gstreamer-plugins.pc as it's a better name, but keeping
26655           -libs around for now to get fixes upstream done first.
26656
26657 2004-03-15  Julien MOUTTE <julien@moutte.net>
26658
26659         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26660         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26661         * gst-libs/gst/play/play.h:
26662
26663 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26664
26665         * *.c, *.cc: don't mix tabs and spaces
26666
26667 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26668
26669         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26670           use the new ffmpegcolorspace
26671         * gst-plugins.spec.in:
26672           package new colorspace and media-info
26673         * configure.ac:
26674         * pkgconfig/Makefile.am:
26675           fix some more disting issues
26676         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26677         * pkgconfig/gstreamer-media-info.pc.in:
26678           generate media-info pc files
26679
26680 2004-03-15  Johan Dahlin  <johan@gnome.org>
26681
26682         * *.h: Revert indenting
26683
26684 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26685
26686         * configure.ac:
26687           adding ffmpegcolorspace element
26688         * gst/ffmpegcolorspace/Makefile.am:
26689         * gst/ffmpegcolorspace/avcodec.h:
26690         * gst/ffmpegcolorspace/common.h:
26691         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26692         * gst/ffmpegcolorspace/dsputil.h:
26693         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26694         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26695         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26696         (gst_ffmpeg_caps_to_pix_fmt):
26697         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26698         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26699         (gst_ffmpegcolorspace_caps_remove_format_info),
26700         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26701         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26702         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26703         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26704         (gst_ffmpegcolorspace_set_property),
26705         (gst_ffmpegcolorspace_get_property),
26706         (gst_ffmpegcolorspace_register):
26707         * gst/ffmpegcolorspace/imgconvert.c:
26708         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26709         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26710         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26711         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26712         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26713         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26714         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26715         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26716         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26717         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26718         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26719         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26720         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26721         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26722         (img_get_alpha_info), (deinterlace_line),
26723         (deinterlace_line_inplace), (deinterlace_bottom_field),
26724         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26725         * gst/ffmpegcolorspace/imgconvert_template.h:
26726         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26727         * gst/ffmpegcolorspace/mmx.h:
26728         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26729           adding ffmpegcolorspace element supplied by Ronald after cleaning
26730           up and pulling in the right bits of upstream source.
26731           I'm sure a better C/compiler wizard could do some cleaning up (for
26732           example use GLIB's malloc stuff), but as a first pass this
26733           works very well
26734
26735 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26736
26737         * ext/alsa/gstalsa.h:
26738           I assume Ronald forgot to commit the change to have cardname
26739           as a struct member.  Expect some public spanking at the next
26740           opportunity.
26741
26742 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26743
26744         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26745         (gst_alsa_open_audio), (gst_alsa_close_audio):
26746         * ext/alsa/gstalsa.c:
26747           Don't open the device if we're a mixer (= padless).
26748         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26749         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26750         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26751           Open mixer during state change rather than during object
26752           initialization. Also, get a device name. Currently in a somewhat
26753           hackish fashion, but I didn't really find something better.
26754
26755 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26756
26757         * *.c, *.h: run gst-indent
26758
26759 2004-03-14  Benjamin Otte  <otte@gnome.org>
26760
26761         * gst/modplug/gstmodplug.cc:
26762         * gst/modplug/gstmodplug.h:
26763           set correct timestamps on outgoing buffers
26764
26765 2004-03-14  Benjamin Otte  <otte@gnome.org>
26766
26767         * gst/modplug/gstmodplug.cc:
26768           handle events - don't do crap when a discont arrives that's not
26769           necessary
26770           This allows correct loading and playback of mods in Rhythmbox
26771
26772 2004-03-14  Benjamin Otte  <otte@gnome.org>
26773
26774         * configure.ac:
26775         * gst-libs/gst/gconf/Makefile.am:
26776         * pkgconfig/Makefile.am:
26777           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26778           they get rebuilt properly
26779         * configure.ac:
26780           when checking for vorbis, try pkgconfig first.
26781         * gst/modplug/gstmodplug.cc:
26782           add fixate function
26783
26784 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26785
26786         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26787           Fix for obvious mistake, where we first shift the offset and then
26788           read a samplesize element assuming the old offset. Note that this
26789           part still has something weird, i.e. my movies containing those
26790           don't actually play well, but at least there's something that looks
26791           like sound now.
26792
26793 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26794         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26795         (plugin_init):
26796         Add a typefind function for speex format
26797
26798 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26799
26800         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26801         (gst_asf_demux_setup_pad):
26802           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26803           instead of 0. Reason is simple: some elements have a fps range
26804           of 1-max instead of 0-max. So now ASF video actually works.
26805
26806 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26807
26808         * po/LINGUAS:
26809         * po/sr.po:
26810           adding serbian as a language
26811
26812 2004-03-13  Benjamin Otte  <otte@gnome.org>
26813
26814         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26815           return taglist correctly from _get function, don't gst_pad_push it.
26816           (fixes #137042)
26817
26818 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26819         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26820
26821 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26822
26823         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26824         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26825         (gst_alsa_mixer_track_new):
26826         * ext/alsa/gstalsamixertrack.h:
26827           Fix ancient leftovers... MixerTrack is a GObject.
26828
26829 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26830
26831         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26832         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26833           Don't block during probing...
26834
26835 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26836
26837         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26838         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26839         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26840         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26841         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26842         (gst_alsa_open_audio), (gst_alsa_close_audio):
26843         * ext/alsa/gstalsa.h:
26844           Add propertyprobe interface implementation, add some device-name
26845           property, all this so that it looks good in gnome-volume-control.
26846
26847 2004-03-12  David Schleef  <ds@schleef.org>
26848
26849         * configure.ac: the Hermes library controls hermescolorspace, not
26850         colorspace.
26851         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26852         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26853         not /* */
26854         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26855         * ext/sdl/sdlvideosink.h: ditto.
26856         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26857
26858 2004-03-12  Benjamin Otte  <otte@gnome.org>
26859
26860         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26861         (gst_x_overlay_got_xwindow_id):
26862         * gst-libs/gst/xoverlay/xoverlay.h:
26863           replace XID with unsigned long to get rid of the xlibs dependency in
26864           XOverlay (fixes #137004)
26865
26866 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26867         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26868         (gst_agingtv_setup):
26869         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26870         (gst_dicetv_base_init), (gst_dicetv_class_init),
26871         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26872         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26873         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26874         (gst_edgetv_setup), (gst_edgetv_rgb32):
26875         * gst/effectv/gsteffectv.c:
26876         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26877         (gst_quarktv_set_property):
26878         * gst/effectv/gstrev.c: (gst_revtv_get_type),
26879         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26880         (gst_revtv_setup), (gst_revtv_rgb32):
26881         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26882         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26883         (gst_shagadelictv_init), (gst_shagadelictv_setup),
26884         (gst_shagadelictv_rgb32):
26885         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26886         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26887         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26888         * gst/effectv/gstwarp.c:
26889         Port everything that can be ported to videofilter and fix up the caps.
26890         Can someone with a big-endian machine please check these?
26891
26892 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26893
26894         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
26895         (gst_osssink_chain), (gst_osssink_change_state):
26896           Latest fixes for A/V sync, audio playback and such. This is about
26897           all... MPEG playback issues are mostly related to the async build-
26898           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
26899
26900 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26901
26902         patch from: Stephane Loeuillet
26903
26904         * configure.ac:
26905           use pkg-config for some libraries, falling back to the old .m4 way
26906           (fixes #131270)
26907         * m4/libdv.m4:
26908           removed
26909
26910 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26911
26912         * configure.ac:
26913         * tools/Makefile.am:
26914         * tools/Makefile.in:
26915         * tools/gst-launch-ext-m.m:
26916         * tools/gst-launch-ext.1.in:
26917         * tools/gst-visualise-m.m:
26918         * tools/gst-visualise.1:
26919         * tools/gst-visualise.1.in:
26920           reorganizing generation of script tools
26921
26922 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26923
26924         * ext/divx/gstdivxdec.c:
26925           Downgrade priority. We prefer ffdec_mpeg4.
26926         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
26927         (gst_faad_chain), (gst_faad_change_state):
26928           Fix capsnego. Doesn't work for some sounds because we don't have
26929           a 5:1 to stereo element.
26930         * ext/xvid/gstxvid.c: (plugin_init):
26931           Add priority.
26932         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
26933         (gst_osssink_change_state):
26934           Add discont handling.
26935
26936 2004-03-09  Colin Walters  <walters@verbum.org>
26937
26938         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
26939         conversion.
26940
26941 2004-03-09  Benjamin Otte  <otte@gnome.org>
26942
26943         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
26944           the signals take 2 arguments
26945
26946 2004-03-09  David Schleef  <ds@schleef.org>
26947
26948         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
26949         (gst_alsa_fixate): Add fixate function.  (bug #136686)
26950         * ext/alsa/gstalsa.h:
26951         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
26952
26953 2004-03-09  Benjamin Otte  <otte@gnome.org>
26954
26955         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
26956         (gst_mikmod_change_state):
26957         * ext/mikmod/gstmikmod.h:
26958           make mikmod's loop function not loop infinitely and call
26959           gst_element_yield anymore
26960         * gst/modplug/gstmodplug.cc:
26961           fix pad negotiation (fixes #136590)
26962
26963 2004-03-09  David Schleef  <ds@schleef.org>
26964
26965         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
26966         doesn't conflict with the internal colorspace plugin.
26967         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
26968         satisfy the crappy-ass shell shipped by a certain vendor.
26969         * gst/videofilter/make_filter: same (bug #135299)
26970
26971 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26972
26973         * configure.ac: bump nano to 1
26974
26975 === release 0.7.6 ===
26976
26977 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26978
26979         * configure.in: releasing 0.7.6, "There"
26980
26981 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26982
26983         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26984         * pkgconfig/gstreamer-play.pc.in:
26985           synchronize the two
26986
26987 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26988
26989         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
26990         (cdparanoia_open), (cdparanoia_event):
26991           fix/add error handling
26992         * po/POTFILES.in:
26993           add cdparanoia source
26994         * tools/Makefile.am:
26995           make scripts executable
26996
26997 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26998
26999         * configure.ac:
27000         * ext/vorbis/Makefile.am:
27001         * sys/Makefile.am:
27002           remove id3types, vorbisfile and xvideosink from the build (#133783)
27003
27004 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27005
27006         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27007           Fix metadata read crash (#136537).
27008
27009 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27010
27011         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27012         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27013           adding mime types, fixing the one-stop function
27014
27015 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27016
27017         * ext/nas/nassink.c and /ext/nas/nassink.h:
27018         More NAS love from Arwed von Merkatz
27019         So lets all sing 'Can you feel the NAS tonight'
27020
27021 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27022
27023         * tools/gst-launch-ext.in:
27024         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27025
27026 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27027
27028         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27029         (gst_mpeg2dec_init):
27030         remove the user_data pad for now, because it is being used in
27031         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27032         If someone knows how to fix this properly, please do.
27033
27034 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27035
27036         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27037         (gst_osssink_get_time):
27038         add a warning, IMO this won't get triggered anymore, remove later
27039
27040 2004-03-07  David Schleef  <ds@schleef.org>
27041
27042         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27043         format (bug #136470)
27044
27045 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27046
27047         * gst-libs/Makefile.am:
27048         * gst-libs/gst/media-info/Makefile.am:
27049         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27050         (error_callback), (gst_media_info_error_create),
27051         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27052         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27053         * gst-libs/gst/media-info/media-info-priv.h:
27054         * gst-libs/gst/media-info/media-info-test.c: (main):
27055         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27056         (gst_media_info_class_init), (gst_media_info_instance_init),
27057         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27058         (gst_media_info_read_idler), (gst_media_info_read):
27059         * gst-libs/gst/media-info/media-info.h:
27060         fixed, should work now
27061
27062 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27063
27064         * ext/nas/nassink.c:
27065         A bunch of NAS fixes from Arwed von Merkatz
27066
27067 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27068
27069         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27070         (qtdemux_parse_trak):
27071           Fix crash (j might be greater than n_samples, in which case we're
27072           writing outside the allocated space for the array) and memleak.
27073
27074 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27075
27076         * sys/oss/gstosssink.c: (gst_osssink_chain):
27077           And another caller that couldn't handle delay < 0 (unsigned
27078           integer overflow). Video now continues playing on an audio
27079           buffer underrun, and the clock continues working. Audio still
27080           stalls.
27081
27082 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27083
27084         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27085         (gst_osssink_get_time):
27086           get_delay() may return values lower than 0. In those cases, we
27087           should not actually cast to *unsigned* int64, that will break
27088           stuff horribly. In my case, it screwed up A/V sync in movies
27089           in totem rather badly.
27090
27091 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27092
27093         * ext/faac/gstfaac.c: (gst_faac_chain):
27094         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27095         * ext/libpng/gstpngenc.c: (user_write_data):
27096         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27097         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27098         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27099         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27100         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27101         of any buffer), should fix some leaks. I hope I didn't unref buffers
27102         that shouldn't be...
27103
27104 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27105
27106         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27107         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27108         (error_callback), (gmi_reset), (gmi_seek_to_track),
27109         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27110         (gmip_find_type_post), (gmip_find_stream_post),
27111         (gmip_find_track_streaminfo_post):
27112         * gst-libs/gst/media-info/media-info-priv.h:
27113         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27114         (info_print), (main):
27115         * gst-libs/gst/media-info/media-info.c:
27116         (gst_media_info_error_create), (gst_media_info_error_element),
27117         (gst_media_info_instance_init), (gst_media_info_get_property),
27118         (gst_media_info_new), (gst_media_info_set_source),
27119         (gst_media_info_read_idler), (gst_media_info_read):
27120         * gst-libs/gst/media-info/media-info.h:
27121           first pass at making this work again.  This seems to work on
27122           tagged ogg/vorbis and mp3 files.
27123
27124 2004-03-06  Benjamin Otte  <otte@gnome.org>
27125
27126         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27127           fix huge leak: gst_buffer_merge doesn't unref the first argument
27128           itself.
27129
27130 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27131
27132         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27133           report layer/mode/emphasis
27134
27135 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27136
27137         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27138
27139 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27140
27141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27142           signal serial
27143
27144 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27145
27146         * ext/vorbis/vorbis.c: (plugin_init):
27147         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27148         (gst_vorbis_dec_init), (vorbis_dec_event):
27149         add debug category
27150         make vorbisdec handle _BYTE and _TIME queries
27151
27152 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27153
27154         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27155           from the xing header
27156
27157 2004-03-06  Benjamin Otte  <otte@gnome.org>
27158
27159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27160         (gst_audio_convert_link), (gst_audio_convert_change_state),
27161         (gst_audio_convert_buffer_from_default_format):
27162           do conversions from/to float correctly, fix some caps nego errors,
27163           export correct supported caps in template and getcaps, use correct
27164           caps in try_set_caps functions
27165
27166 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27167
27168         For some reason, I only committed a ChangeLog entry yesterday and
27169         not the corresponding code...
27170         * ext/mad/gstmad.c: Fix detection of Xing headers
27171         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27172
27173 2004-03-06  Benjamin Otte  <otte@gnome.org>
27174
27175         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27176         (gst_ogg_demux_src_query):
27177           make sure to handle the case where there's no current chain
27178           gracefully.
27179
27180 2004-03-05  David Schleef  <ds@schleef.org>
27181
27182         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27183         Add fixate function. (bug #131128)
27184         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27185         (gst_sdlvideosink_fixate):  Add fixate function.
27186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27187         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27188         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27189         Fix missing break that was causing ulaw to be interpreted as
27190         raw int.
27191
27192 2004-03-05  David Schleef  <ds@schleef.org>
27193
27194         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27195         Fix code that ignores return value of gst_buffer_merge().
27196         (bug #114560)
27197         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27198         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27199         * testsuite/gst-lint:  Check for above.
27200
27201 2004-03-05  David Schleef  <ds@schleef.org>
27202
27203         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27204         caps and throw an element error.  (bug #136334)
27205
27206 2004-03-05  David Schleef  <ds@schleef.org>
27207
27208         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27209         (gst_faad_chain): Fix negotiation.
27210         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27211         key and button events.
27212         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27213         dung heap of code.
27214         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27215         depends on gconf
27216         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27217         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27218         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27219         function to encourage better negotiation, particularly between
27220         audioconvert and osssink.
27221         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27222         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27223         more important.
27224         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27225         typefinding.
27226         * gst/vbidec/vbiscreen.c:  Add glib header
27227         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27228
27229 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27230
27231         * ext/mad/gstmad.c: Fix detection of Xing headers
27232         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27233
27234 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27235
27236         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27237         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27238           debug updates
27239
27240 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27241
27242         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27243         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27244         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27245         files, and report the parsed length as a GST_TAG_DURATION tag.
27246         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27247
27248 2004-03-05  Benjamin Otte  <otte@gnome.org>
27249
27250         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27251           convert channels correctly. convert correctly to unsigned.
27252
27253 2004-03-05  Julien MOUTTE <julien@moutte.net>
27254
27255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27256         we have a window before clearing it.
27257
27258 2004-03-05  Julien MOUTTE <julien@moutte.net>
27259
27260         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27261         have a window before clearing it.
27262
27263 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27264
27265         * gconf/gstreamer.schemas.in:
27266         * gst-libs/gst/gconf/Makefile.am:
27267           version installation path the same way as for 0.6
27268         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27269         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27270         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27271           remove comment that was fixed
27272
27273 2004-03-05  David Schleef  <ds@schleef.org>
27274
27275         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27276         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27277         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27278         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27279         Add prototype code for handling seeking and querying.
27280
27281 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27282
27283         * examples/gstplay/player.c: (main):
27284           Initialize variables to NULL. Prevents a segfault because the
27285           (uninitialized) variable is not NULL, resulting in a crash on
27286           trying to reach error->message.
27287
27288 2004-03-05  Benjamin Otte  <otte@gnome.org>
27289
27290         * gst/audioconvert/gstaudioconvert.c:
27291         (gst_audio_convert_buffer_to_default_format):
27292         make float=>int conversion work correctly even in cornercases.
27293
27294 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27295
27296         * debian/README.Debian:
27297         * debian/build-deps:
27298         * debian/changelog:
27299         * debian/control:
27300         * debian/control.in:
27301         * debian/copyright:
27302         * debian/gstreamer-a52dec.files:
27303         * debian/gstreamer-aa.files:
27304         * debian/gstreamer-alsa.files:
27305         * debian/gstreamer-alsa.manpages:
27306         * debian/gstreamer-arts.files:
27307         * debian/gstreamer-artsd.files:
27308         * debian/gstreamer-audiofile.files:
27309         * debian/gstreamer-avifile.files:
27310         * debian/gstreamer-cdparanoia.files:
27311         * debian/gstreamer-colorspace.files:
27312         * debian/gstreamer-doc.files:
27313         * debian/gstreamer-dv.files:
27314         * debian/gstreamer-dvd.files:
27315         * debian/gstreamer-esd.files:
27316         * debian/gstreamer-festival.files:
27317         * debian/gstreamer-flac.files:
27318         * debian/gstreamer-gconf.conffiles:
27319         * debian/gstreamer-gconf.files:
27320         * debian/gstreamer-gconf.postinst:
27321         * debian/gstreamer-gnomevfs.files:
27322         * debian/gstreamer-gsm.files:
27323         * debian/gstreamer-http.files:
27324         * debian/gstreamer-jack.files:
27325         * debian/gstreamer-jpeg.files:
27326         * debian/gstreamer-mad.files:
27327         * debian/gstreamer-mikmod.files:
27328         * debian/gstreamer-misc.files:
27329         * debian/gstreamer-mpeg2dec.files:
27330         * debian/gstreamer-oss.files:
27331         * debian/gstreamer-plugin-apps.files:
27332         * debian/gstreamer-plugin-apps.manpages:
27333         * debian/gstreamer-plugin-libs-dev.files:
27334         * debian/gstreamer-plugin-libs.files:
27335         * debian/gstreamer-plugin-template.postinst:
27336         * debian/gstreamer-plugin-template.postrm:
27337         * debian/gstreamer-sdl.files:
27338         * debian/gstreamer-sid.files:
27339         * debian/gstreamer-vorbis.files:
27340         * debian/gstreamer-x.files:
27341         * debian/mk.control:
27342         * debian/rules:
27343         Debian package info not maintained here.
27344
27345 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27346
27347         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27348         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27349         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27350         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27351         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27352         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27353         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27354         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27355         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27356         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27357         * gst-libs/gst/colorbalance/colorbalance.c:
27358         (gst_color_balance_class_init):
27359         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27360         (gst_color_balance_channel_class_init):
27361         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27362         * gst-libs/gst/play/play.c: (gst_play_class_init):
27363         * gst-libs/gst/propertyprobe/propertyprobe.c:
27364         (gst_property_probe_iface_init):
27365         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27366         * gst-libs/gst/tuner/tunerchannel.c:
27367         (gst_tuner_channel_class_init):
27368         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27369         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27370         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27371         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27372         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27373         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27374         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27375         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27376         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27377           fix signals to use - instead of _
27378         * ext/libcaca/gstcacasink.h:
27379         * ext/sdl/sdlvideosink.h:
27380           fix header rename
27381
27382 2004-03-04  David Schleef  <ds@schleef.org>
27383
27384         * testsuite/gst-lint:  Add a check for bad signal names.
27385
27386 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27387
27388         reviewed by David Schleef
27389
27390         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27391         modified the alpha channel and caused a warning. (bug #136192)
27392
27393 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27394
27395         * gst-plugins.spec.in:
27396         Change names of plugins to actually be correct. Try to keep things
27397         alphabetical to avoid getting beat up by Thomas
27398
27399 2004-03-03  Julien MOUTTE <julien@moutte.net>
27400
27401         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27402         Using ximagesink as a default if no gconf key found. We should
27403         probably consider using alsasink instead of osssink for the audio
27404         part.
27405
27406 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27407
27408         * configure.ac:
27409           fix --with-plugins, don't think it ever worked before
27410         * gst-plugins.spec.in:
27411           even more updates
27412
27413 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27414
27415         * ext/sdl/sdlvideosink.h:
27416         * sys/ximage/ximagesink.h:
27417         * sys/xvideo/xvideosink.h:
27418         * sys/xvimage/xvimagesink.h:
27419           Fix for move of gstvideosink.h -> videosink.h.
27420
27421 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27422
27423         * gst-libs/gst/xwindowlistener/Makefile.am:
27424           this is a plugin library, not a library
27425
27426 2004-03-01  David Schleef  <ds@schleef.org>
27427
27428         * AUTHORS:  Added some names.  Add yourself if you're still
27429         missing.
27430
27431 2004-03-01  David Schleef  <ds@schleef.org>
27432
27433         * MAINTAINERS: Add
27434
27435 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27436
27437         * gst-plugins.spec.in: clean up spec file
27438
27439 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27440
27441         * gst-libs/gst/video/Makefile.am:
27442         * gst-libs/gst/video/gstvideosink.c:
27443         * gst-libs/gst/video/gstvideosink.h:
27444           rename gstvideosink.h to videosink.h to match other headers
27445         * gst/mixmatrix/Makefile.am:
27446           fix plugin filename
27447         * gst/tags/Makefile.am: fix plugin filename
27448
27449 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27450
27451         * gst/tags/Makefile.am: fix plugin filename
27452
27453 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27454
27455         * examples/gstplay/player.c: (got_time_tick), (main):
27456           add error handler
27457           display time_tick more readably
27458         * gst/mixmatrix/Makefile.am:
27459           fix plugin file name
27460
27461 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27462
27463         * sys/oss/gstosselement.c: (gst_osselement_probe),
27464         (device_combination_append), (gst_osselement_class_probe_devices):
27465         * sys/oss/gstosselement.h:
27466           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27467           on my system using alsa oss emulation, fixes bug #135597
27468
27469 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27470
27471         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27472         (gst_videodrop_chain), (gst_videodrop_change_state):
27473         * gst/videodrop/gstvideodrop.h:
27474           Work based on timestamp of input data, not based on the expected
27475           framerate from the input. The consequence is that this element now
27476           not only scales framerates, but also functions as a framerate
27477           corrector or framerate stabilizer/constantizer.
27478
27479 2004-02-27  David Schleef  <ds@schleef.org>
27480
27481         patches from jmmv@menta.net (Julio M. Merino Vidal)
27482
27483         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27484         GST_ELEMENT_ERROR call (bug #135634)
27485         * gst/interleave/interleave.c: (interleave_buffered_loop),
27486         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27487         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27488         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27489         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27490         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27491         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27492         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27493         Fix GST_ELEMENT_ERROR call.
27494         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27495         GST_ELEMENT_ERROR call.
27496
27497 2004-02-27  Benjamin Otte  <otte@gnome.org>
27498
27499         * gst-libs/gst/audio/audio.h:
27500           add macro to make sure header isn't included twice
27501         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27502           don't use gst_buffer_free
27503         * gst/playondemand/filter.func:
27504           don't use gst_data_free. Free data only once.
27505
27506 2004-02-26  David Schleef  <ds@schleef.org>
27507
27508         * gst-libs/gst/colorbalance/Makefile.am:
27509         * gst-libs/gst/mixer/Makefile.am:
27510         * gst-libs/gst/tuner/Makefile.am:
27511         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27512         should not be disted, -marshal.h files should not be installed,
27513         and -enum.h files _should_ be installed.  Fix to make this the
27514         case.
27515
27516 === release 0.7.5 ===
27517
27518 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27519
27520         * configure.ac: release 0.7.5, "Under The Sea"
27521
27522 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27523
27524         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27525         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27526         * gst/videoscale/gstvideoscale.c:
27527         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27528           assorted debug/warning fixes
27529
27530 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27531
27532         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27533         (gst_videoscale_init), (gst_videoscale_chain),
27534         (gst_videoscale_set_property), (plugin_init):
27535         * gst/videoscale/gstvideoscale.h:
27536         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27537         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27538         (gst_videoscale_planar400), (gst_videoscale_packed422),
27539         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27540         (gst_videoscale_24bit), (gst_videoscale_16bit),
27541         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27542         (gst_videoscale_scale_plane_slow),
27543         (gst_videoscale_scale_point_sample),
27544         (gst_videoscale_scale_nearest),
27545         (gst_videoscale_scale_nearest_str2),
27546         (gst_videoscale_scale_nearest_str4),
27547         (gst_videoscale_scale_nearest_32bit),
27548         (gst_videoscale_scale_nearest_24bit),
27549         (gst_videoscale_scale_nearest_16bit):
27550         add debugging category and use it properly
27551         fix use of GST_PTR_FORMAT
27552
27553 2004-02-25  Andy Wingo  <wingo@pobox.com>
27554
27555         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27556         push only when channel->buffer is NULL. Prevents segfaults doing
27557         the state change after a nonlocal exit, like a scheme exception.
27558
27559         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27560         Handle the case where the intersected caps is empty.
27561
27562 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27563
27564         * gst/law/mulaw-decode.c: (mulawdec_link):
27565         * gst/law/mulaw.c: (plugin_init):
27566           fix mulawdec so it actually works again
27567
27568 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27569
27570         reviewed by: David Schleef  <ds@schleef.org>
27571
27572         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27573         (gst_gamma_init), (gst_gamma_set_property),
27574         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27575         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27576         for RGB, with separate r g and b correction factors. (#131167)
27577
27578 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27579
27580         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27581           only signal tags for bitrate if they're > 0 (#134894)
27582
27583 2004-02-24  David Schleef  <ds@schleef.org>
27584
27585         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27586         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27587         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27588         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27589         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27590         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27591         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27592         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27593         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27594         category.  Attempt to fix timestamp calculation.
27595
27596 2004-02-24  Johan Dahlin  <johan@gnome.org>
27597
27598         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27599
27600 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27601
27602         * configure.ac:
27603         * gconf/Makefile.am:
27604         * gconf/gstreamer.schemas:
27605         * gst-libs/gst/gconf/Makefile.am:
27606         * gst-libs/gst/gconf/gconf.c:
27607           version gconf schemas and install locations
27608
27609 2004-02-23  Benjamin Otte  <otte@gnome.org>
27610
27611         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27612         (gst_xine_input_subclass_init):
27613           call parent dispose.
27614           change pad template for CD reader correctly
27615         * ext/xine/Makefile.am:
27616         * ext/xine/gstxine.h:
27617         * ext/xine/xine.c: (plugin_init):
27618         * ext/xine/xineaudiosink.c:
27619           wrap audio sinks, too
27620         * gst-libs/gst/resample/private.h:
27621         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27622         (gst_resample_reinit), (gst_resample_scale),
27623         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27624         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27625         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27626         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27627         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27628         * gst-libs/gst/resample/resample.h:
27629         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27630         (gst_audioscale_class_init), (gst_audioscale_link),
27631         (gst_audioscale_get_buffer), (gst_audioscale_init),
27632         (gst_audioscale_chain), (gst_audioscale_set_property),
27633         (gst_audioscale_get_property):
27634         * gst/audioscale/gstaudioscale.h:
27635           s/resample_*/gst_resample_*/i to not clobber namespaces
27636
27637 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27638
27639         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27640         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27641         (gst_riff_create_video_template_caps),
27642         (gst_riff_create_audio_template_caps),
27643         (gst_riff_create_iavs_template_caps):
27644         * gst-libs/gst/riff/riff-media.h:
27645         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27646         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27647         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27648         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27649         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27650         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27651         (gst_matroska_demux_plugin_init): First batch implementing audio and
27652         video codec tags in demuxers.
27653
27654 2004-02-22  Benjamin Otte  <otte@gnome.org>
27655
27656         * ext/xine/Makefile.am:
27657         * ext/xine/gstxine.h:
27658         * ext/xine/xine.c: (plugin_init):
27659         * ext/xine/xineinput.c:
27660           add input plugin wrapper. Playback from files, http, mms and cdda
27661           works.
27662         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27663           remove leftover G_GNUC_UNUSED
27664         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27665         (gst_asf_demux_identify_guid):
27666           improve debugging output
27667
27668 2004-02-22  Benjamin Otte  <otte@gnome.org>
27669
27670         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27671
27672         * autogen.sh:
27673           replace test -e with test -x for mkinstalldirs to be more portable.
27674           (fixes #134816)
27675
27676 2004-02-22  Benjamin Otte  <otte@gnome.org>
27677
27678         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27679
27680         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27681           set rank to PRIMARY
27682         * gst/volume/gstvolume.c: (plugin_init):
27683           set rank to NONE
27684         fixes #134960
27685
27686 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27687
27688         reviewed by Benjamin Otte  <otte@gnome.org>
27689
27690         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27691           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27692
27693 2004-02-22  Benjamin Otte  <otte@gnome.org>
27694
27695         * configure.ac:
27696           export [_]*{gst,Gst,GST}.* symbols from plugins
27697
27698 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27699
27700         reviewed by: Benjamin Otte  <otte@gnome.org>
27701
27702         * ext/lame/gstlame.c: (add_one_tag):
27703         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27704         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27705         (gst_vorbisenc_metadata_set1):
27706         * gst/tags/gstid3tag.c:
27707         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27708           apply fixes from bugs #135042 (lame can't write tags) and #133817
27709           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27710
27711 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27712
27713         * configure.ac: Export only gst_plugin_desc from plugins.
27714          Note that this change only makes any effect with Linux using libtool
27715          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27716          fine. And don't try to have several versions of libtool in different
27717          directories.
27718
27719 2004-02-20  Andy Wingo  <wingo@pobox.com>
27720
27721         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27722         interleave respectively.
27723
27724         * gst/interleave/deinterleave.c: New plugin: deinterleave
27725         (replaces on oneton).
27726         * gst/interleave/interleave.c: New plugin: interleave.
27727         * gst/interleave/plugin.h: Support file.
27728         * gst/interleave/plugin.c: Support file.
27729
27730         * configure.ac: Remove intfloat and oneton, add interleave.
27731
27732         * ext/sndfile/gstsf.c: Handle events better.
27733
27734         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27735         and float2int operation. int2float has scheduling problems as
27736         noted in in2float_chain.
27737
27738 2004-02-20  Benjamin Otte  <otte@gnome.org>
27739
27740         * ext/xine/Makefile.am:
27741         * ext/xine/gstxine.h:
27742         * ext/xine/xine.c:
27743         * ext/xine/xineaudiodec.c:
27744         * ext/xine/xinecaps.c:
27745           add first version of xine plugin wrapper. Currently only wraps the
27746           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27747         * configure.ac:
27748         * ext/Makefile.am:
27749           add xine plugin wrapper, disabled by default. Use --enable-xine to
27750           build. Note that it'll segfault on gst-register if you don't remove
27751           the goom and tvtime post plugins from xine.
27752         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27753         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27754           add extradata parsing for QDM2.
27755           change around debugging prints.
27756
27757 2004-02-19  Benjamin Otte  <otte@gnome.org>
27758
27759         * ext/lame/gstlame.c: (gst_lame_chain):
27760         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27761           use gst_tag_list_insert when you want to insert tags
27762
27763 2004-02-18  David Schleef  <ds@schleef.org>
27764
27765         * configure.ac:  Move massink to gst-rotten
27766         * ext/Makefile.am:
27767         * ext/mas/Makefile.am:
27768         * ext/mas/massink.c:
27769         * ext/mas/massink.h:
27770
27771 2004-02-18  David Schleef  <ds@schleef.org>
27772
27773         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27774         typefinding, since it seems to be worse than nothing.
27775         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27776         atom to recognize .mp4 and .m4a files as video/quicktime.
27777
27778 2004-02-18  David Schleef  <ds@schleef.org>
27779
27780         * gst/sine/demo-dparams.c: (quit_live),
27781         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27782         Use double dparams, not float.
27783         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27784         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27785         sync'd elements don't really work correctly.
27786         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27787         (volume_update_volume), (volume_get_property):  Change dparam
27788         to double.
27789
27790 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27791
27792         * sys/ximage/ximagesink.c:
27793         (gst_ximagesink_xwindow_update_geometry),
27794         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27795         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27796         (gst_ximagesink_init): Rework the way software video scaling works. So
27797         now we check on each chain call if the video frames are feeling the
27798         window. If not we try to renegotiate caps. On failure we memorize that
27799         and we won't try again for that PLAYING sessions.
27800         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27801         failure.
27802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27803         synchronous flag.
27804
27805 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27806
27807         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27808           break up _link so we can give a better debug message for errors
27809
27810 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27811
27812         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27813           set up debug category
27814
27815 2004-02-18  Julien MOUTTE <julien@moutte.net>
27816
27817         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27818         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27819         the way renegotiation work. The event handling function is not taking
27820         care of external windows and renegotiate method check for pad flags
27821         NEGOTIATING. Should fix : #133209
27822
27823 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27824
27825         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27826         pad is negotiating before trying renegotiation.
27827
27828 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27829
27830         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27831           pass on all possible mime types as typefind hints
27832
27833 2004-02-17  Julien MOUTTE <julien@moutte.net>
27834
27835         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27837         possible SHM leak if we crash. All other apps using XShm are doing
27838         that.
27839
27840 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27841
27842         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27843         (gst_ximagesink_expose): Renegotiate size on expose.
27844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27845         size on expose.
27846
27847 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27848
27849         * testsuite/alsa/sinesrc.c:
27850           cosmetic fix to fix compile issue with gcc 2.95.4
27851
27852 2004-02-16  Julien MOUTTE <julien@moutte.net>
27853
27854         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27855         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27856         failed opening the audio device.
27857         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27858         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27859         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27860         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27861         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27862         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27863         (gst_ximagesink_change_state), (gst_ximagesink_chain),
27864         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27865         Removing some useless g_return_if_fail like wingo suggested.
27866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27867         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27868         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27869         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27870         (gst_xvimagesink_update_colorbalance),
27871         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27872         (gst_xvimagesink_xcontext_clear),
27873         (gst_xvimagesink_get_fourcc_from_caps),
27874         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27875         (gst_xvimagesink_set_xwindow_id),
27876         (gst_xvimagesink_colorbalance_list_channels),
27877         (gst_xvimagesink_colorbalance_set_value),
27878         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27879         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27880
27881 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27882
27883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27884           throw error when not negotiated instead of asserting
27885
27886 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27887
27888         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27889         correct data refcounting.
27890
27891 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27892
27893         * gst/switch/gstswitch.c: (gst_switch_change_state),
27894         (gst_switch_class_init): Cleaning the sinkpads correctly on state
27895         change, mostly the EOS flag.
27896
27897 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27898
27899         * examples/gstplay/player.c: (got_eos), (main): Adding some
27900         output for debugging.
27901         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
27902         timeouts if we go to any state different from PLAYING.
27903         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
27904         more EOS bugs in riff lib.
27905
27906 2004-02-14  Julien MOUTTE  <julien@moutte.net>
27907
27908         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
27909         visualization until i find a way to fix switch correctly.
27910         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
27911         EOS arrives.
27912         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27913         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27914         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
27915         Reworked switch to get a more correct behaviour with events and refing
27916         of data stored in sinkpads.
27917         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
27918         we don't pull from a pad in EOS.
27919
27920 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27921
27922         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27923           remove v1 tag even if we can't read it (makes sure we don't detect
27924           it again)
27925
27926 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27927
27928         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
27929         (gst_alsa_xrun_recovery):
27930         * ext/alsa/gstalsa.h:
27931           try xrun recovery when wait failed. Make xrun recovery function
27932           return TRUE/FALSE to indicate success. (might fix #134354)
27933
27934 2004-02-13  David Schleef  <ds@schleef.org>
27935
27936         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
27937         (dynparm_value_changed), (main): Convert from float to double.
27938         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
27939
27940 2004-02-13  David Schleef  <ds@schleef.org>
27941
27942         * gst/silence/gstsilence.c: (gst_silence_class_init),
27943         (gst_silence_set_clock), (gst_silence_get),
27944         (gst_silence_set_property), (gst_silence_get_property):
27945         * gst/silence/gstsilence.h: Add sync property.
27946         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27947         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
27948         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
27949         * gst/sine/gstsinesrc.h: Add sync property.
27950
27951 2004-02-13  David Schleef  <ds@schleef.org>
27952
27953         * gst/intfloat/gstint2float.c: (conv_f32_s16),
27954         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
27955
27956 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27957
27958         * configure.ac:
27959         * ext/Makefile.am:
27960         * gst-libs/ext/Makefile.am:
27961           move ffmpeg plugin to gst-ffmpeg module
27962
27963 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27964
27965         * configure.ac: use GST_ARCH to detect architecture
27966
27967 2004-02-12  Julien MOUTTE  <julien@moutte.net>
27968
27969         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
27970
27971 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27972
27973         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
27974           classify LADSPA plugins based on number of src/sink pads
27975           (#133663, Stefan Kost)
27976         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
27977           fix dparams registration
27978           (#133528, Stefan Kost)
27979         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
27980           fix use of isprint and use g_ascii_isprint instead
27981           (#133316, Stefan Kost)
27982
27983 2004-02-11  David Schleef  <ds@schleef.org>
27984
27985         Convert a few inner loops to use liboil.  This is currently
27986         optional, and is only enabled if liboil is present (duh!).
27987         * configure.ac: Check for liboil-0.1
27988         * gst/intfloat/Makefile.am:
27989         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
27990         (gst_int2float_chain_gint16):
27991         * gst/videofilter/Makefile.am:
27992         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
27993         (tablelookup_u8), (gst_videobalance_planar411):
27994         * gst/videotestsrc/Makefile.am:
27995         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
27996         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
27997         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
27998         (paint_hline_RGB565), (paint_hline_xRGB1555):
27999
28000 2004-02-11  David Schleef  <ds@schleef.org>
28001
28002         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28003         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28004         (gst_colorspace_getcaps), (gst_colorspace_link),
28005         (gst_colorspace_base_init), (gst_colorspace_init),
28006         (gst_colorspace_chain), (gst_colorspace_change_state),
28007         (plugin_init): Merge Ronald's patch (bug #117897) and update
28008         for new caps and negotiation.  Seems to work, although it
28009         shows off bugs in lcs.
28010
28011 2004-02-11  David Schleef  <ds@schleef.org>
28012
28013         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28014         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28015
28016 2004-02-11  David Schleef  <ds@schleef.org>
28017
28018         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28019         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28020         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28021         Add server and port properties
28022
28023 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28024
28025         * m4/a52.m4:
28026         * m4/aalib.m4:
28027         * m4/as-ffmpeg.m4:
28028         * m4/as-liblame.m4:
28029         * m4/as-slurp-ffmpeg.m4:
28030         * m4/check-libheader.m4:
28031         * m4/esd.m4:
28032         * m4/freetype2.m4:
28033         * m4/gconf-2.m4:
28034         * m4/glib.m4:
28035         * m4/gst-alsa.m4:
28036         * m4/gst-artsc.m4:
28037         * m4/gst-ivorbis.m4:
28038         * m4/gst-matroska.m4:
28039         * m4/gst-sdl.m4:
28040         * m4/gst-shout2.m4:
28041         * m4/gst-sid.m4:
28042         * m4/gtk.m4:
28043         * m4/libdv.m4:
28044         * m4/libfame.m4:
28045         * m4/libmikmod.m4:
28046         * m4/ogg.m4:
28047         * m4/vorbis.m4:
28048           fix underquotedness of macros (#133800)
28049         * m4/as-avifile.m4:
28050         * m4/xmms.m4:
28051           removed because no longer used
28052
28053 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28054
28055         * configure.ac:
28056           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28057           by autopoint (fixes #132996)
28058
28059 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28060
28061         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28062         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28063         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28064         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28065           fix memleaks
28066
28067 2004-02-11  David Schleef  <ds@schleef.org>
28068
28069         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28070         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28071         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28072         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28073         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28074         (gst_jpegenc_class_init), (gst_jpegenc_init),
28075         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28076         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28077         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28078         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28079
28080 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28081
28082         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28083         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28084         * ext/mikmod/gstmikmod.h:
28085           fix caps negotiation in mikmod
28086         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28087           output debug information
28088
28089 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28090
28091         * gst-libs/gst/colorbalance/Makefile.am:
28092         * gst-libs/gst/navigation/Makefile.am:
28093         * gst-libs/gst/xoverlay/Makefile.am:
28094           remove unused GST_OPT_CFLAGS from Makefiles
28095           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28096
28097 2004-02-07  David Schleef  <ds@schleef.org>
28098
28099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28100         push events to pads that haven't been created (#133508)
28101
28102 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28103
28104         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28105         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28106         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28107         (gst_dvdec_loop), (gst_dvdec_change_state):
28108         Second attempt at committing a working dvdec element.
28109
28110 2004-02-06  David Schleef  <ds@schleef.org>
28111
28112         Build fixes for OS X: (see #129600)
28113         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28114         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28115         (gst_riff_read_strf_iavs):
28116         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28117         (gst_avi_demux_stream_odml):
28118         * gst/playondemand/Makefile.am:
28119         * gst/rtp/rtp-packet.c:
28120
28121 2004-02-05  David Schleef  <ds@schleef.org>
28122
28123         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28124         last change, because it Just Doesn't Compile.
28125
28126 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28127
28128         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28129           skip undecodable id3v2 tag instead of keeping it
28130
28131 2004-02-05  David Schleef  <ds@schleef.org>
28132
28133         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28134         Unref leaked buffer.  (Noticed by Ronald)
28135
28136 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28137
28138         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28139         Sync requires with other checks.  >= vs =.
28140
28141 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28142
28143         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28144         (gst_dvdec_video_link), (gst_dvdec_loop):
28145         * ext/dv/gstdvdec.h:
28146           rework the caps negotiation so that dvdec works again instead
28147           of just segfaulting.
28148
28149 === release 0.7.4 ===
28150
28151 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28152
28153         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28154         * configure.ac: changed for release
28155
28156 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28157
28158         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28159         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28160         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28161         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28162           reworked patch by David Lehn to fix libdir and includedir for
28163           uninstalled libraries
28164           removed play and gconf from gstreamer-libs since they have their
28165           own pkgconfig files
28166
28167 2004-02-04  David Schleef  <ds@schleef.org>
28168
28169         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28170         memleak.
28171
28172 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28173
28174         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28175           use correct GST_TAG_ENCODER tag
28176
28177 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28178
28179         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28180           be sure to stop the clock when going to paused
28181         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28182           reset number of transmitted when going to ready.
28183         fixes #132935
28184
28185 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28186
28187         reviewed by Benjamin Otte
28188
28189         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28190           extract track count (fixes #133410)
28191
28192 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28193
28194         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28195           that should be !=, not == (fixes #132519)
28196
28197 2004-02-04  David Schleef  <ds@schleef.org>
28198
28199         Make sure set_explicit_caps() is called before adding pad.
28200         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28201         * gst/id3/gstid3types.c: (gst_id3types_loop):
28202         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28203         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28204
28205 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28206
28207         * configure.ac:
28208           bump nano to 2, first prerelease
28209           put back AM_PROG_LIBTOOL
28210
28211 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28212
28213         * testsuite/alsa/Makefile.am:
28214           these are user test apps, not automatic testsuite tests
28215
28216 2004-02-04  David Schleef  <ds@schleef.org>
28217
28218         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28219         * gst/mpeg1videoparse/gstmp1videoparse.c:
28220         (mp1videoparse_parse_seq):
28221         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28222         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28223         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28224         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28225         (gst_xvideosink_getcaps):
28226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28227         * testsuite/gst-lint: more tests
28228
28229 2004-02-04  David Schleef  <ds@schleef.org>
28230
28231         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28232         with the code that they would expand to.
28233         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28234         (gst_flacdec_get_src_query_types),
28235         (gst_flacdec_get_src_event_masks):
28236         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28237         (gst_gnomevfssrc_get_query_types),
28238         (gst_gnomevfssrc_get_event_mask):
28239
28240 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28241
28242         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28243         (gst_sinesrc_dispose):
28244           fix memleak by properly disposing sinesrc
28245
28246 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28247
28248         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28249         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28250         an overlay to redraw the image because it has been exposed.
28251         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28252         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28253         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28254         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28255         interface
28256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28257         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28258         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28259         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28260         interface
28261
28262 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28263
28264         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28265           more memleak fixage
28266
28267 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28268
28269         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28270         * gst/typefind/gsttypefindfunctions.c:
28271           fix memleaks shown by gst-typefind
28272
28273 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28274
28275         * common/glib-gen.mak:
28276           add hack rule to touch .Plo files
28277         * gst-libs/gst/colorbalance/Makefile.am:
28278         * gst-libs/gst/mixer/Makefile.am:
28279         * gst-libs/gst/play/Makefile.am:
28280         * gst-libs/gst/tuner/Makefile.am:
28281           remove glib_root variable
28282
28283 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28284
28285         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28286           set explicit caps before adding the element, so the autopluggers can
28287           plug correctly.
28288         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28289         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28290         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28291         (dv_type_find):
28292           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28293           argument.
28294
28295 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28296
28297         * gst-libs/gst/colorbalance/Makefile.am:
28298         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28299         * gst-libs/gst/colorbalance/colorbalance.c:
28300         * gst-libs/gst/colorbalance/colorbalance.h:
28301         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28302         * gst-libs/gst/mixer/Makefile.am:
28303         * gst-libs/gst/mixer/mixer-marshal.list:
28304         * gst-libs/gst/mixer/mixer.c:
28305         * gst-libs/gst/mixer/mixer.h:
28306         * gst-libs/gst/mixer/mixermarshal.list:
28307         * gst-libs/gst/play/Makefile.am:
28308         * gst-libs/gst/play/play.h:
28309         * gst-libs/gst/tuner/Makefile.am:
28310         * gst-libs/gst/tuner/tuner-marshal.list:
28311         * gst-libs/gst/tuner/tuner.c:
28312         * gst-libs/gst/tuner/tuner.h:
28313         * gst-libs/gst/tuner/tunermarshal.list:
28314           use new glib-gen.mak snippet to clean up Makefile.am
28315           fix various bugs in Makefile.am's
28316
28317 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28318
28319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28320           handle chain parsing correctly in the multichain case
28321         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28322         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28323         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28324         (theora_dec_chain):
28325           handle events and queries correctly
28326
28327 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28328
28329         * .cvsignore:
28330         Ignore generated file _stdint.h.
28331
28332 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28333
28334         * gst-libs/gst/colorbalance/Makefile.am:
28335         * gst-libs/gst/colorbalance/colorbalance.h:
28336         * gst-libs/gst/mixer/Makefile.am:
28337         * gst-libs/gst/mixer/mixer.h:
28338         * gst-libs/gst/play/Makefile.am:
28339         * gst-libs/gst/play/play.h:
28340         * gst-libs/gst/tuner/Makefile.am:
28341         * gst-libs/gst/tuner/tuner.h:
28342         Generate enum type code with glib-mkenums.
28343         * gst-libs/gst/colorbalance/.cvsignore:
28344         * gst-libs/gst/mixer/.cvsignore:
28345         * gst-libs/gst/play/.cvsignore:
28346         * gst-libs/gst/tuner/.cvsignore:
28347         Ignore generated files.
28348
28349 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28350
28351         * gst-libs/gst/audio/.cvsignore:
28352         Ignore generated file.
28353         * gst-libs/gst/audio/Makefile.am:
28354         Do not install example filter.
28355
28356 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28357
28358         * examples/switch/.cvsignore:
28359         Ignore generated file.
28360
28361 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28362
28363         * common/m4/ax_create_stdint_h.m4:
28364         * configure.ac:
28365           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28366           _stdint.h.
28367         * Makefile.am:
28368           remove generated _stdint.h in DISTCLEANFILES
28369         * ext/a52dec/gsta52dec.c:
28370           include _stdint.h for a52dec. (should fix #133064)
28371
28372 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28373
28374         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28375         (gst_tag_to_vorbis_comments):
28376         Add replaygain support to vorbistag
28377
28378 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28379         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28380         (gst_ffmpeg_caps_to_extradata):
28381           Fix SVQ3 caps flag properties
28382           Use glib macro for bytes swap
28383
28384 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28385
28386         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28387         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28388         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28389         * ext/sndfile/gstsf.c: (plugin_init):
28390         * gst/avi/gstavi.c: (plugin_init):
28391         * sys/dxr3/dxr3init.c: (plugin_init):
28392         * sys/oss/gstossaudio.c: (plugin_init):
28393         * sys/v4l/gstv4l.c: (plugin_init):
28394         * sys/v4l2/gstv4l2.c: (plugin_init):
28395           remove textdomain calls
28396         * po/nl.po:
28397           update Dutch translation
28398
28399 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28400
28401         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28402         (gst_play_set_audio_sink): Moving volume in the audio thread for
28403         instantaneous volume change. Maybe i will add another volume in front
28404         of visualization later, not sure yet though.
28405
28406 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28407
28408         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28409         (gst_ximagesink_handle_xevents): Better X events handling, only take
28410         the latest events for configure and motion.
28411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28412
28413 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28414
28415         reviewed by: David Schleef  <ds@schleef.org>
28416
28417         Fix memory leaks:
28418         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28419         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28420
28421 2004-02-02  David Schleef  <ds@schleef.org>
28422
28423         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28424         of lines.
28425         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28426         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28427         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28428         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28429         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28430         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28431         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28432         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28433         (gst_float2_2_int_link):
28434         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28435         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28436         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28437         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28438         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28439         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28440         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28441         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28442         * testsuite/gst-lint: Add tests for bzero and ;;
28443
28444 2004-02-02  David Schleef  <ds@schleef.org>
28445
28446         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28447
28448 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28449
28450         * ext/aalib/gstaasink.c: (gst_aasink_open):
28451         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28452         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28453         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28454         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28455         (gst_afsink_close_file):
28456         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28457         (gst_afsrc_close_file):
28458         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28459         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28460         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28461         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28462         * ext/esd/esdmon.c: (gst_esdmon_get):
28463         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28464         * ext/faac/gstfaac.c: (gst_faac_chain):
28465         * ext/faad/gstfaad.c: (gst_faad_chain):
28466         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28467         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28468         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28469         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28470         (gst_flacdec_loop):
28471         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28472         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28473         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28474         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28475         (gst_gnomevfssink_close_file):
28476         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28477         (gst_gnomevfssrc_open_file):
28478         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28479         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28480         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28481         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28482         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28483         * ext/mad/gstmad.c: (gst_mad_chain):
28484         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28485         * ext/mpeg2dec/gstmpeg2dec.c:
28486         * ext/mpeg2enc/gstmpeg2enc.cc:
28487         * ext/mplex/gstmplex.cc:
28488         * ext/mplex/gstmplexibitstream.cc:
28489         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28490         (gst_ogg_demux_push):
28491         * ext/raw1394/gstdv1394src.c:
28492         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28493         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28494         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28495         (gst_sf_loop):
28496         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28497         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28498         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28499         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28500         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28501         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28502         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28503         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28504         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28505         (gst_riff_read_element_data), (gst_riff_read_seek),
28506         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28507         * gst/adder/gstadder.c: (gst_adder_loop):
28508         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28509         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28510         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28511         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28512         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28513         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28514         * gst/goom/gstgoom.c: (gst_goom_chain):
28515         * gst/id3/gstid3types.c: (gst_id3types_loop):
28516         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28517         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28518         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28519         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28520         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28521         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28522         (gst_ebml_read_float), (gst_ebml_read_header):
28523         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28524         (gst_matroska_demux_parse_blockgroup):
28525         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28526         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28527         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28528         * gst/silence/gstsilence.c: (gst_silence_get):
28529         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28530         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28531         * gst/speed/gstspeed.c: (speed_loop):
28532         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28533         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28534         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28535         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28536         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28537         (gst_wavparse_loop):
28538         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28539         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28540         (dxr3audiosink_close):
28541         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28542         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28543         (dxr3videosink_close), (dxr3videosink_write_data):
28544         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28545         * sys/oss/gstosssink.c: (gst_osssink_chain):
28546         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28547         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28548         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28550         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28551         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28552         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28553         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28554         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28555         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28556         (gst_v4l_set_audio):
28557         * sys/v4l/v4l_calls.h:
28558         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28559         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28560         (gst_v4lmjpegsink_playback_init),
28561         (gst_v4lmjpegsink_playback_start):
28562         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28563         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28564         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28565         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28566         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28567         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28568         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28569         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28570         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28571         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28572         (gst_v4l2_get_output), (gst_v4l2_set_output),
28573         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28574         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28575         (gst_v4l2_set_attribute):
28576         * sys/v4l2/v4l2_calls.h:
28577         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28578         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28579         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28580         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28581         (gst_v4l2src_capture_stop):
28582         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28583         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28584         (gst_ximagesink_chain):
28585         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28586         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28587         (gst_xvideosink_xwindow_new):
28588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28589         (gst_xvimagesink_chain):
28590
28591 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28592
28593         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28594         (gst_volume_get_volume), (volume_class_init), (volume_init),
28595         (volume_chain_int16), (volume_update_volume):
28596         * gst/volume/gstvolume.h:
28597           make code more readable by removing magic numbers
28598           make mixer interface export 0-100 range
28599           make it internally map to 0.0-1.0 range so users don't distort
28600           output by putting the sliders at full volume
28601
28602 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28603
28604         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28605         (gst_play_state_change), (gst_play_seek_to_time):
28606         block the tick callback for 0.5 secs after doing a seek
28607
28608 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28609
28610         * gst-libs/gst/play/play.c: (gst_play_new):
28611           check for GError
28612
28613 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28614
28615         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28616         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28617         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28618         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28620         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28621
28622 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28623
28624         * configure.ac:
28625         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28626           check for a function added in vorbis 1.1
28627
28628 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28629
28630         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28631         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28632           really start/stop clock only on PLAYING <=> PAUSED
28633         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28634           remove \n from debugging lines
28635         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28636           make it work when seeking does not
28637         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28638           reset on DISCONT
28639
28640 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28641
28642         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28643           start clock on PAUSED=>PLAYING, not later
28644         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28645           extract correct time for different discont formats
28646         (gst_alsa_sink_get_time):
28647           don't segfault when no format is negotiated yet, just return 0
28648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28649         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28650         (gst_ogg_pad_push):
28651           handle flush and discont events correctly
28652         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28653           handle discont events correctly
28654
28655 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28656
28657         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28658         (gst_play_error_create), (gst_play_error_plugin),
28659         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28660         * gst-libs/gst/play/play.h:
28661           add error handling during creation
28662         * examples/gstplay/player.c: (main):
28663           use new gst_play_new
28664
28665
28666 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28667
28668         * ext/theora/theoradec.c: (theora_dec_chain):
28669           make comments work
28670         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28671         (vorbis_dec_src_event), (vorbis_dec_chain):
28672           add encoder tag, fix tag reading to be more error tolerant, change
28673           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28674           gst_pad_event_default.
28675         * gst/tags/gstvorbistag.c:
28676         (gst_tag_list_from_vorbiscomment_buffer):
28677           undefine function specific define at end of function
28678
28679 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28680
28681         * ext/flac/gstflac.c: (plugin_init):
28682         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28683         * ext/flac/gstflacdec.h:
28684         * ext/flac/gstflacenc.h:
28685           Fix typos
28686
28687 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28688
28689         * examples/gstplay/player.c: s/gstplay.h/play.h/
28690
28691 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28692
28693         * gst-libs/gst/play/Makefile.am:
28694         * gst-libs/gst/play/gstplay.c:
28695         * gst-libs/gst/play/gstplay.h:
28696         * gst-libs/gst/play/play.c:
28697           more surgery, operation complete
28698
28699 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28700
28701         * gst-libs/gst/play/play.old.c:
28702         * gst-libs/gst/play/play.old.h:
28703           after CVS surgery by moving, remove
28704         * gst-libs/gst/play/playpipelines.c:
28705           remove
28706
28707         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28708           add negotiation error
28709
28710 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28711
28712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28713         (gst_ogg_demux_push):
28714           add some seeking debug info
28715           send a flush when seeking
28716
28717 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28718
28719         * configure.ac:
28720           use AC_C_INLINE
28721         * configure.ac:
28722         * ext/Makefile.am:
28723         * ext/theora/Makefile.am:
28724         * ext/theora/theoradec.c:
28725           add theora video decoder. Does just do simple decoding for now and
28726           has been tested against Theora cvs only. It only works when theora
28727           is compiled with --enable-static.
28728         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28729           always reset packetno on DISCONT
28730
28731 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28732
28733         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28734           Fix audio.
28735
28736 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28737
28738         * gst/mpegaudioparse/gstmpegaudioparse.c:
28739         (mp3_type_frame_length_from_header):
28740           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28741
28742 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28743
28744         * ext/esd/esdsink.c: (gst_esdsink_init):
28745           Since we have static pad template caps, we don't need to negotiate;
28746           either the core errors out or we know the format.
28747
28748 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28749
28750         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28751         (gst_riff_read_seek):
28752         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28753         (gst_ebml_read_seek):
28754           Fix event handling.
28755
28756 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28757
28758         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28759           removee video/x-theora from vp3 decoder, it doesn't handle raw
28760           theora streams
28761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28762           fix bug with finalizing element that never went to PAUSED
28763         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28764           length and position queries were swapped
28765         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28766         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28767         (vorbis_dec_src_event):
28768           implement querying time and bytes
28769
28770 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28771
28772         * just about every source file:
28773           gst_element_error -> GST_ELEMENT_ERROR
28774
28775 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28776
28777         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28778         emiting FLUSH and even before DISCONT.
28779         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28780         get the best instant seeking as possible yay!
28781
28782 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28783
28784         * gst/mpeg1videoparse/gstmp1videoparse.c:
28785         (gst_mp1videoparse_real_chain):
28786           Committed wrong version last week... Grr... Didn't notice until now.
28787
28788 2004-01-29  Julien MOUTTE <julien@moutte.net>
28789
28790         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28792         have_xwindow_id signal in xwindow_create.
28793
28794 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28795
28796         * ext/ogg/gstoggdemux.c:
28797           lots of changes - mainly support for chained bitstreams, seeking,
28798           querying and bugfixes of course
28799         * ext/vorbis/Makefile.am:
28800         * ext/vorbis/vorbisdec.c:
28801         * ext/vorbis/vorbisdec.h:
28802           add vorbisdec raw vorbis decoder
28803         * ext/vorbis/vorbis.c: (plugin_init):
28804           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28805         * gst/intfloat/Makefile.am:
28806         * gst/intfloat/float22int.c:
28807         * gst/intfloat/float22int.h:
28808         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28809           add float2intnew plugin. It converts multichannel interleaved float to
28810           multichannel interleaved int. The name should probably be changed.
28811         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28812         (plugin_init):
28813           add typefinding for raw theora video so oggdemux can detect it.
28814
28815 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28816
28817         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28818         sink element first.
28819         * gst/videoscale/gstvideoscale.c:
28820         (gst_videoscale_handle_src_event): Fixing src event handler.
28821
28822 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28823
28824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28825         (gst_v4lsrc_open), (gst_v4lsrc_close),
28826         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28827         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28828         * sys/v4l/gstv4lsrc.h:
28829         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28830         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28831           Implement resizing... Hack. But that's why v4l is b0rked...
28832
28833 2004-01-28  Julien MOUTTE <julien@moutte.net>
28834
28835         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28836         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28837         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28838         (gst_ximagesink_xwindow_destroy):
28839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28840         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28841         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28842         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28843         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28844         correctly cleaning the image created to check xshm calls on succes,
28845         added a lot of XSync calls in X11 functions, and fixed a segfault when
28846         no image format was defined before negotiation happened.
28847
28848 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28849
28850         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28851           use gst_element_get_time to get correct time
28852
28853 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28854
28855         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28856         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28857         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28859         (gst_xvimagesink_check_xshm_calls),
28860         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28861         X plugins are now able to detect that XShm calls will fail even if the
28862         server claims that it has XShm support (remote displays most of the
28863         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28864         so that we use non XShm functions. This feature is almost useless for
28865         xvimagesink as Xv is not supported on remote displays anyway, but
28866         it might happen than even on the local display XShm calls fail.
28867
28868 2004-01-27  David Schleef  <ds@schleef.org>
28869
28870         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28871         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28872         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
28873         changed esdsink to only use 44100,16,2, since esd sucks at rate
28874         conversion and esdsink has had difficulty negotiating.
28875
28876 2004-01-27  Julien MOUTTE <julien@moutte.net>
28877
28878         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28879         (gst_play_seek_to_time): Fixing the way to get current position.
28880
28881 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28882
28883         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28884           use gst_element_get_time to get correct time
28885
28886 2004-01-27  Julien MOUTTE <julien@moutte.net>
28887
28888         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28889         fix ever... Inverting 2 lines of code make spider autoplug correctly
28890         tagged mp3 !
28891
28892 2004-01-27  David Schleef  <ds@schleef.org>
28893
28894         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28895         Use gst_pad_try_set_caps_nonfixed().
28896
28897 2004-01-27  David Schleef  <ds@schleef.org>
28898
28899         * gst/ac3parse/gstac3parse.c: update to checklist 5
28900         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
28901         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
28902         * gst/audioscale/gstaudioscale.c: same
28903         * gst/auparse/gstauparse.c: same
28904         * gst/avi/gstavidemux.c: same
28905
28906 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28907
28908         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28909           stop processing after EOS
28910
28911 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28912
28913         * gst/asfdemux/asfheaders.h:
28914         * gst/asfdemux/gstasfdemux.c:
28915         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
28916         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
28917         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
28918           lot's of fixes to make data extraction simpler and get the code
28919           architecture and compiler independant. Add debugging category
28920         * gst/goom/gstgoom.c: (gst_goom_change_state):
28921           reset channel count on PAUSED=>READY, not READY=>PAUSED
28922
28923 2004-01-26  Colin Walters  <walters@verbum.org>
28924
28925         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
28926         code to pull a bigger buffer in iradio mode.  This as a side effect
28927         makes typefinding work.
28928
28929 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28930
28931         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
28932         Fix SVQ3 decoding on PPC
28933
28934 2004-01-26  Julien MOUTTE <julien@moutte.net>
28935
28936         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
28937         that one managed to stay there... Fixed.
28938
28939 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28940
28941         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28942         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
28943         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
28944         (qtdemux_video_caps):
28945         * gst/qtdemux/qtdemux.h:
28946         Add SVQ3 specific flags to qtdemux and ffmpeg
28947
28948 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28949
28950         * gst-libs/gst/audio/audio.h:
28951           remove buffer-frames from audio caps
28952         * gst/audioconvert/gstaudioconvert.c:
28953           fix plugin to really work.
28954
28955 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28956
28957         * gst-libs/gst/mixer/mixer.c:
28958         * gst-libs/gst/propertyprobe/propertyprobe.c:
28959         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
28960         (gst_tuner_find_channel_by_name):
28961         * gst-libs/gst/tuner/tuner.h:
28962           Add gtk-doc style comments. Also fix a function name.
28963
28964 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28965
28966         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
28967         (gst_divxdec_negotiate):
28968           Fix for new capsnego - also fixes gst-player with divxdec.
28969
28970 2004-01-25  Julien MOUTTE  <julien@moutte.net>
28971
28972         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
28973         (gst_play_identity_handoff), (gst_play_set_location),
28974         (gst_play_set_visualization), (gst_play_connect_visualization): Another
28975         try in visualization implementation. Still have an issue with switch
28976         blocking when pulling from video_queue and only audio comes out of
28977         spider.
28978         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28979         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
28980         release method. And check if the pad is usable before pulling.
28981
28982 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28983
28984         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
28985         (gst_videobalance_init),
28986         (gst_videobalance_colorbalance_list_channels),
28987         (gst_videobalance_colorbalance_set_value),
28988         (gst_videobalance_colorbalance_get_value),
28989         (gst_videobalance_update_properties),
28990         (gst_videobalance_update_tables_planar411),
28991         (gst_videobalance_planar411):
28992         * gst/videofilter/gstvideobalance.h:
28993           Implement lookup-tables. +/- 10x faster.
28994
28995 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28996
28997         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28998         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
28999           The index reading was broken. The rest worked fine, but the whole
29000           goal of my rewrite was to make avidemux readable, and this was
29001           not at all readable. Please use typed variables.
29002
29003 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29004
29005         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29006           Additional pad usability check.
29007         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29008         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29009         (gst_mp1videoparse_real_chain):
29010           Fix MPEG video stream parsing. The original plugin had several
29011           issues, including not timestamping streams where the source was
29012           not timestamped (this happens with PTS values in mpeg system
29013           streams, but MPEG video is also a valid stream on its own so
29014           that needs timestamps too). We use the display time code for that
29015           for now. Also, if one incoming buffer contains multiple valid
29016           frames, we push them all on correctly now, including proper EOS
29017           handling. Lastly, several potential segfaults were fixed, and we
29018           properly sync on new sequence/gop headers to include them in next,
29019           not previous frames (since they're header for the next frame, not
29020           the previous). Also see #119206.
29021         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29022         (bpf_from_header):
29023           Move caps setting so we only do it after finding several valid
29024           MPEG-1 fraes sequentially, not right after the first one (which
29025           might be coincidental).
29026         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29027         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29028         (plugin_init):
29029           Add unsynced MPEG video stream typefinding, and change some
29030           probability values so we detect streams rightly. The idea is as
29031           follows: I can have an unsynced system stream which contains
29032           video. In the current code, I would randomly get a type for either
29033           system or video stream type found, because the probabilities are
29034           being calculated rather randomly. I now use fixed values, so we
29035           always prefer system stream if that was found (and that is how it
29036           should be). If no system stream was found, we can still identity                the stream as video-only.
29037
29038 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29039
29040         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29041         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29042           don't write to buffer. Extract data without the need of
29043           __attribute__ ((packed))
29044
29045 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29046
29047         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29048         (mpeg1_sys_type_find):
29049           Fix MPEG-1 stream typefinding.
29050
29051 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29052
29053         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29054           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29055
29056 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29057
29058         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29059         * ext/esd/gstesd.c: (plugin_init):
29060           private debugging, better error reporting
29061
29062 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29063
29064         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29065         (gst_riff_read_init), (gst_riff_read_change_state):
29066         * gst-libs/gst/riff/riff-read.h:
29067           Remove stuff fromold metadata system.
29068
29069 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29070
29071         * ext/ogg/gstoggdemux.c:
29072           Fix wrong file comment.
29073         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29074         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29075           Add metadata reading properly.
29076
29077 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29078
29079         * ext/Makefile.am:
29080           Fix nas DIST_SUBDIRS
29081           Uraeus:
29082           Fix bug where make distcheck doesn't get run on adding stuff to
29083           the build.
29084
29085 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29086
29087         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29088         * ext/divx/gstdivxdec.h:
29089           Fix divx3 ("msmpeg4") playback using divxdec.
29090
29091 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29092
29093         * gst/typefind/gsttypefindfunctions.c:
29094         (mp3_type_frame_length_from_header): fix bug in length computation
29095         (mp3_type_find): improve debugging output
29096
29097 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29098
29099         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29100         (gst_play_set_location), (gst_play_seek_to_time),
29101         (gst_play_set_audio_sink), (gst_play_set_visualization),
29102         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29103         the pipeline from scratch. Visualization is back and switch went out as
29104         i realized it was not possible to use the way i wanted.
29105         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29106         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29107         clearing in state change from READY to NULL. So that one can clean the
29108         X ressources keeping the element.
29109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29110         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29111         (gst_xvimagesink_colorbalance_set_value),
29112         (gst_xvimagesink_colorbalance_get_value),
29113         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29114         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29115         change from READY to NULL and fixed some stupid bugs in colorbalance
29116         get/set values. Also added the following feature : when nobody tries to
29117         set some values to the colorbalance levels before the xcontext is
29118         grabbed, then when creating channels list from Xv attributes we set the
29119         internal values to the Xv defaults. This way we handle buggy Xv drivers
29120         that set default hue values far from the middle of the range (Thanks
29121         to Jon Trowbridge for pointing that issue).
29122         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29123         colorbalance levels have been set before xcontext is grabbed.
29124
29125 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29126
29127         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29128           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29129           it might block operations (which is bad for a mixer).
29130
29131 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29132
29133         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29134         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29135         (gmip_find_type_pre):
29136         * gst-libs/gst/media-info/media-info-priv.h:
29137         * gst-libs/gst/media-info/media-info.c:
29138         (gst_media_info_instance_init), (gst_media_info_read_idler):
29139         add fakesink to get caps on decoder src pad again
29140         fix callback prototype to match new have_type signal signature
29141
29142 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29143
29144         * gst/adder/gstadder.c: (gst_adder_link):
29145           fix non-compile and cut-n-paste code
29146
29147 2004-01-21  David Schleef  <ds@schleef.org>
29148
29149         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29150         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29151         (gst_swfdec_init), (gst_swfdec_change_state):
29152         * ext/swfdec/gstswfdec.h:
29153         Fix negotiation.
29154         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29155         (gst_adder_request_new_pad): Fix negotiation.
29156         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29157         Add a fixate function.
29158         * gst/intfloat/gstfloat2int.c:
29159         * gst/intfloat/gstfloat2int.h:
29160         * gst/intfloat/gstint2float.c:
29161         * gst/intfloat/gstint2float.h:
29162         Completely rewrite the negotiation.  Doesn't quite work yet,
29163         due to some buffer-frames problem.
29164
29165 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29166
29167         * ext/gnomevfs/gstgnomevfssrc.c:
29168         * sys/v4l2/v4l2_calls.h:
29169           fix includes for distcheck
29170
29171 2004-01-21  Christian Schaller <uraeus@gnome.org>
29172
29173         * ext/nas/
29174         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29175         based on earlier patch from Laurent Vivier
29176
29177 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29178
29179         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29180         Fix wma caps property
29181         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29182         Fix typo (flags1 and flags2)
29183
29184 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29185
29186         * gst-libs/gst/media-info/media-info-priv.c:
29187         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29188         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29189         (gmip_find_stream), (gmip_find_track_metadata),
29190         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29191         (gmip_find_track_format):
29192         * gst-libs/gst/media-info/media-info-priv.h:
29193         * gst-libs/gst/media-info/media-info-test.c: (main):
29194         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29195         (gst_media_info_read_idler), (gst_media_info_read):
29196         * gst-libs/gst/media-info/media-info.h:
29197           register debugging category and use it for debugging
29198
29199 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29200
29201         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29202         (gst_vorbisfile_new_link):
29203           signal streaminfo through tags
29204
29205 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29206
29207         * ext/mplex/gstmplex.cc:
29208         * ext/mplex/gstmplexibitstream.cc:
29209           g++ doesn't like NULL in our i18n/error macros, should be
29210           either (NULL) or ("").
29211
29212 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29213
29214         * sys/dxr3/dxr3audiosink.c:
29215         * sys/dxr3/dxr3init.c:
29216         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29217         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29218           Fix more error error error errors (missing includes here).
29219
29220 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29221
29222         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29223           fix thomas' error errors.
29224
29225 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29226
29227         * ext/mpeg2enc/gstmpeg2enc.cc:
29228           fix error errors.
29229
29230 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29231
29232         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29233         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29234           Fix for new error system.
29235
29236 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29237
29238         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29239           fix for new error reporting
29240
29241 2004-01-20  David Schleef  <ds@schleef.org>
29242
29243         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29244         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29245         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29246         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29247         and neither is 100+, most likely.
29248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29249         (gst_xvimagesink_getcaps): same
29250
29251 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29252
29253         * configure.ac:
29254           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29255           clashes with ffmpeg.
29256
29257 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29258
29259         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29260         (gst_switch_init): Fixed switch element : proxying link and setting
29261         caps from src to sink on request.
29262
29263 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29264
29265         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29266         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29267         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29268         fix element_error
29269
29270 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29271
29272         * sys/v4l/v4l_calls.h:
29273         * sys/v4l2/v4l2_calls.h:
29274           element_error fixes
29275
29276 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29277
29278         * gst-libs/gst/gst-i18n-plugin.h:
29279           add locale.h
29280           remove config.h inclusion
29281
29282 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29283
29284         * autogen.sh:
29285           adding autopoint invocation
29286         * Makefile.am:
29287         * configure.ac:
29288         * gst-libs/gst/gettext.h:
29289           adding gettext bits
29290         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29291         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29292         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29293         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29294         (gst_gnomevfssink_close_file):
29295         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29296         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29297         * gst-libs/gst/gst-i18n-plugin.h:
29298         * gst/avi/gstavi.c: (plugin_init):
29299         * sys/dxr3/dxr3init.c: (plugin_init):
29300         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29301         * sys/oss/gstossaudio.c: (plugin_init):
29302         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29303         * sys/v4l/gstv4l.c: (plugin_init):
29304         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29305         * sys/v4l2/gstv4l2.c: (plugin_init):
29306         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29307         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29308         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29309         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29310         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29311         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29312           make sure locale and translation domain are set
29313           fix translated strings
29314         * po/.cvsignore:
29315         * po/LINGUAS:
29316         * po/Makevars:
29317         * po/POTFILES.in:
29318         * po/nl.po:
29319           put translation files into place
29320         * sys/xvideo/imagetest.c: (main):
29321         * ext/dv/demo-play.c: (main):
29322           fix unnecessary translations
29323
29324 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29325
29326         * ext/sndfile/gstsf.c:
29327         * gst/avi/gstavimux.c:
29328         * ext/audiofile/gstafsink.c:
29329         * ext/audiofile/gstafsrc.c:
29330         * ext/gnomevfs/gstgnomevfssink.c:
29331         * ext/gnomevfs/gstgnomevfssrc.c:
29332         * sys/oss/gstosselement.c:
29333         * sys/v4l/v4l_calls.h:
29334           fix i18n include
29335
29336 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29337
29338         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29339         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29340         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29341         (gst_v4l2_get_output), (gst_v4l2_set_output),
29342         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29343         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29344         (gst_v4l2_set_attribute):
29345         update to new error handling
29346
29347 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29348
29349         * ext/sidplay/gstsiddec.cc:
29350         * gst/modplug/gstmodplug.cc:
29351           parenthese NULL because C++ seems angry about it
29352
29353 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29354
29355         * gst-libs/gst/gst-i18n-plugin.h:
29356           add skeleton i18n stuff, but needs to be further implemented
29357
29358 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29359
29360         * examples/gstplay/player.c: (main):
29361         * ext/aalib/gstaasink.c: (gst_aasink_open):
29362         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29363         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29364         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29365         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29366         (gst_afsink_close_file):
29367         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29368         (gst_afsrc_close_file):
29369         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29370         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29371         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29372         * ext/esd/esdmon.c: (gst_esdmon_get):
29373         * ext/esd/esdsink.c: (gst_esdsink_chain):
29374         * ext/faac/gstfaac.c: (gst_faac_chain):
29375         * ext/faad/gstfaad.c: (gst_faad_chain):
29376         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29377         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29378         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29379         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29380         (gst_flacdec_loop):
29381         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29382         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29383         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29384         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29385         (gst_gnomevfssink_close_file):
29386         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29387         (gst_gnomevfssrc_open_file):
29388         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29389         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29390         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29391         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29392         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29393         * ext/mad/gstmad.c: (gst_mad_chain):
29394         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29395         * ext/mpeg2dec/gstmpeg2dec.c:
29396         * ext/mpeg2enc/gstmpeg2enc.cc:
29397         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29398         * ext/mplex/gstmplex.cc:
29399         * ext/mplex/gstmplexibitstream.cc:
29400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29401         (gst_ogg_demux_push), (gst_ogg_pad_push):
29402         * ext/raw1394/gstdv1394src.c:
29403         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29404         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29405         * ext/sidplay/gstsiddec.cc:
29406         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29407         (gst_sf_loop):
29408         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29409         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29410         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29411         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29412         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29413         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29414         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29415         * gst-libs/gst/Makefile.am:
29416         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29417         (gst_riff_read_element_data), (gst_riff_read_seek),
29418         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29419         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29420         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29421         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29422         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29423         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29424         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29425         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29426         * gst/goom/gstgoom.c: (gst_goom_chain):
29427         * gst/id3/gstid3types.c: (gst_id3types_loop):
29428         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29429         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29430         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29431         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29432         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29433         (gst_ebml_read_float), (gst_ebml_read_header):
29434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29435         (gst_matroska_demux_parse_blockgroup):
29436         * gst/modplug/gstmodplug.cc:
29437         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29438         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29439         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29440         * gst/silence/gstsilence.c: (gst_silence_get):
29441         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29442         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29443         * gst/speed/gstspeed.c: (speed_loop):
29444         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29445         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29446         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29447         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29448         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29449         (gst_wavparse_loop):
29450         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29451         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29452         (dxr3audiosink_close):
29453         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29454         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29455         (dxr3videosink_close), (dxr3videosink_write_data):
29456         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29457         * sys/oss/gstosselement.h:
29458         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29459         (gst_osssink_chain):
29460         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29461         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29462         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29463         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29464         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29465         (gst_v4l_enable_overlay):
29466         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29467         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29468         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29469         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29470         (gst_v4l_set_audio):
29471         * sys/v4l/v4l_calls.h:
29472         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29473         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29474         (gst_v4lmjpegsink_playback_init),
29475         (gst_v4lmjpegsink_playback_start):
29476         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29477         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29478         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29479         (gst_v4lmjpegsrc_requeue_frame):
29480         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29481         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29482         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29483         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29484         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29485         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29486         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29487         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29488         (gst_v4l2src_capture_stop):
29489         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29490         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29491         (gst_ximagesink_chain):
29492         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29493         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29494         (gst_xvideosink_xwindow_new):
29495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29496         (gst_xvimagesink_chain):
29497         use new error signal, function and categories
29498
29499 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29500
29501         * configure.ac:
29502         * ext/Makefile.am:
29503         * ext/musicbrainz/gsttrm.c:
29504         * ext/musicbrainz/gsttrm.h:
29505         * ext/musicbrainz/Makefile.am:
29506         Add a trm plugin
29507
29508 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29509
29510         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29511         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29512         synchronous property for debugging.
29513         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29515         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29516         smaller block, fixing indent.
29517
29518 2004-01-16  David Schleef  <ds@schleef.org>
29519
29520         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29521         property affects the video stream.
29522         * sys/xvimage/xvimagesink.c:
29523         * sys/xvimage/xvimagesink.h:
29524         Add synchronous property for debugging.  Should probably be
29525         disabled in non-CVS builds.  Make sure that the Xv attribute
29526         exists before we set it (crash!).  Fix a silly float bug that
29527         caused colorbalance to just not work.
29528
29529 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29530
29531         * tools/gst-launch-ext.in - update for new plugins
29532
29533 2004-01-16  David Schleef  <ds@schleef.org>
29534
29535         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29536         already-freed caps.
29537
29538 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29539
29540         * Update spec for new colorspace plugin and libcaca plugin
29541         * Fix compilation of libcaca plugin (clock -> id)
29542
29543 2004-01-16  Julien MOUTTE <julien@moutte.net>
29544
29545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29546         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29547         (gst_xvimagesink_set_xwindow_id),
29548         (gst_xvimagesink_colorbalance_set_value),
29549         (gst_xvimagesink_colorbalance_get_value),
29550         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29551         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29552         correct colorbalance properties. They can now be set when the element
29553         is still in NULL state. The values will be committed to the Xv Port
29554         when xcontext is initialized.
29555         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29556         brightness int values in the GstXvImagesink structure.
29557
29558 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29559
29560         * gst-libs/gst/Makefile.am:
29561           restructure so having local patches works easier.
29562
29563 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29564
29565         * ext/mpeg2enc/Makefile.am:
29566         * ext/mpeg2enc/gstmpeg2enc.cc:
29567         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29568           Bugfix with respect to EOS handling.
29569
29570 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29571
29572         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29573           Link with right caps (else, it segfaults).
29574         * ext/mplex/gstmplexjob.cc:
29575           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29576
29577 2004-01-15  David Schleef  <ds@schleef.org>
29578
29579         * gst-libs/gst/audio/Makefile.am:
29580         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29581         from the template.
29582         * gst-libs/gst/audio/gstaudiofilter.c:
29583         * gst-libs/gst/audio/gstaudiofilter.h:
29584         Add bytes_per_sample and size and n_samples calculation.
29585         * gst-libs/gst/audio/gstaudiofilterexample.c:
29586         Remove, now autogenerated.
29587         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29588         Moved from gstaudiofilterexample, object name changed, code added
29589         so that it actually works.
29590         * gst-libs/gst/audio/make_filter:
29591         Script to build an audiofilter subclass from the template.
29592         * gst/colorspace/Makefile.am:
29593         * gst/colorspace/yuv2yuv.c:
29594         Remove file, since it's GPL, and we don't use it.
29595
29596 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29597
29598         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29600         them use the buffer free function to test how the buffer was allocated.
29601
29602 2004-01-15  David Schleef  <ds@schleef.org>
29603
29604         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29605         that handles osssink fallback.
29606         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29607         (gst_audio_convert_getcaps):
29608         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29609         Add audio/x-qdm2 for QDM2 audio.
29610         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29611         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29612         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29613         Decrease minimum size to 16x16.
29614         * gst/wavparse/gstwavparse.c:
29615         Convert disabled pad template caps to new caps.
29616         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29618         (gst_xvimagesink_chain): Throw element error when display cannot
29619         be opened.  Increase minimum framerate to 1.0.  Check the data
29620         free function on a buffer to make sure it is the type we expect
29621         before manipulating it.
29622
29623 2004-01-15  Julien MOUTTE <julien@moutte.net>
29624
29625         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29626         (gst_videobalance_colorbalance_set_value): Implement passthru if
29627         settings are in the middle.
29628         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29629
29630 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29631
29632         * gst/videofilter/Makefile.am:
29633         * gst/volume/Makefile.am:
29634           Since we use videofilter symbols, link to it.
29635
29636 2004-01-15  Julien MOUTTE <julien@moutte.net>
29637
29638         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29639         mixer interface type to HARDWARE.
29640         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29641         type to SOFTWARE.
29642         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29643         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29644         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29645         (gst_volume_interface_init), (gst_volume_list_tracks),
29646         (gst_volume_set_volume), (gst_volume_get_volume),
29647         (gst_volume_set_mute), (gst_volume_mixer_init),
29648         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29649         (volume_init): Implementing mixer interface.
29650         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29651         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29652         (gst_osselement_change_state): Removing some trailing commas in
29653         structures.
29654         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29655         interface type to HARDWARE.
29656         * sys/v4l/gstv4lcolorbalance.c:
29657         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29658         type to HARDWARE.
29659         * sys/v4l2/gstv4l2colorbalance.c:
29660         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29661         interface type to HARDWARE.
29662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29663         same code than ximagesink for event handling.
29664
29665 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29666
29667         * ext/snapshot/Makefile.am:
29668         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29669         (gst_snapshot_chain):
29670         * ext/snapshot/gstsnapshot.h:
29671           This has to be a joke... Snapshot should be connected to a tee,
29672           colorspace element before it and EOS after that, where the other
29673           src of the tee receives normal data.
29674           The current way is *wrong*.
29675
29676 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29677
29678         * ext/hermes/gsthermescolorspace.c:
29679           Fix another compile error. Same as below.
29680
29681 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29682
29683         * gst/colorspace/gstcolorspace.c:
29684         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29685         (gst_colorspace_i420_to_yv12):
29686           Fix compiling... Didn't test if it actually works.
29687
29688 2004-01-15  David Schleef  <ds@schleef.org>
29689
29690         * configure.ac:
29691         * gst/colorspace/Makefile.am:
29692         * gst/colorspace/gstcolorspace.c:
29693         * gst/colorspace/gstcolorspace.h:
29694         * gst/colorspace/yuv2rgb.c:
29695         * gst/colorspace/yuv2rgb.h:
29696         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29697         code and GPL code.  Fix for new caps negotiation.  Rewrite
29698         much of the format handling code, and some of the conversion
29699         code.  Basically, rewrote almost everything.  This element
29700         handles I420, YV12 to RGB conversions.
29701         * ext/hermes/Makefile.am:
29702         * ext/hermes/gsthermescolorspace.c:
29703         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29704         Remove non-Hermes related code.  This element handles lots of
29705         RGB to RGB conversions, but no YUV.
29706         * ext/hermes/gstcolorspace.c:
29707         * ext/hermes/gstcolorspace.h:
29708         * ext/hermes/rgb2yuv.c:
29709         * ext/hermes/yuv2rgb.c:
29710         * ext/hermes/yuv2rgb.h:
29711         * ext/hermes/yuv2rgb_mmx16.s:
29712         * ext/hermes/yuv2yuv.c:
29713         * ext/hermes/yuv2yuv.h:
29714         Remove old code.
29715
29716 2004-01-14  Colin Walters  <walters@verbum.org>
29717
29718         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29719         they've already been.
29720
29721 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29722
29723         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29724           assume tag mode when pad is not connected
29725
29726 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29727
29728         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29729           Don't update the time of the clock
29730         (gst_alsa_sink_loop):
29731           sync to the clock given to alsasink, not the own clock
29732         * sys/oss/gstosssink.c: (gst_osssink_chain):
29733           sync to the clock
29734         (gst_osssink_change_state):
29735           activate the clock
29736         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29738           remove bogus code that made DISCONT events unhandled
29739         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29740           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29741           #131502)
29742         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29743         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29744         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29745           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29746           2nd warning in bug #131502)
29747
29748 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29749
29750         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29751         (gst_videobalance_colorbalance_set_value),
29752         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29753         for colorbalance interface implementation.
29754         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29755         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29756         (gst_ximagesink_dispose), (gst_ximagesink_init),
29757         (gst_ximagesink_class_init): Adding DISPLAY property.
29758         * sys/ximage/ximagesink.h: Adding display_name to store display.
29759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29760         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29761         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29762         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29763         properties (they still need polishing though for gst-launch use : no
29764         xcontext yet, i ll do that tomorrow).
29765         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29766
29767 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29768
29769         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29770         (gst_play_set_location), (gst_play_set_visualization): Preparing
29771         switch integration, adding videobalance in the pipeline.
29772
29773 2004-01-14  Julien MOUTTE <julien@moutte.net>
29774
29775         * gst-libs/gst/colorbalance/colorbalance.c:
29776         (gst_color_balance_class_init): Adding a default type.
29777         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29778         the type.
29779         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29780         (gst_videobalance_dispose), (gst_videobalance_class_init),
29781         (gst_videobalance_init), (gst_videobalance_interface_supported),
29782         (gst_videobalance_interface_init),
29783         (gst_videobalance_colorbalance_list_channels),
29784         (gst_videobalance_colorbalance_set_value),
29785         (gst_videobalance_colorbalance_get_value),
29786         (gst_videobalance_colorbalance_init): Implementing colorbalance
29787         interface.
29788         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29789         list.
29790         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29791         bug which was triggering a BadAccess X error when setting an overlay
29792         before pad was really negotiated.
29793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29794         Using the colorbalance type macro.
29795
29796 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29797
29798         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29799         (gst_flacenc_chain):
29800           handle tags correctly
29801         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29802           extract ID3v1 tags correctly
29803
29804 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29805
29806         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29807         (plugin_init):
29808           Improve matroska typefinding for odd-typed headers...
29809
29810 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29811
29812         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29813           Fix for using incremental number on padnames.
29814
29815 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29816
29817         * ext/divx/gstdivxdec.c:
29818         * ext/divx/gstdivxenc.c:
29819           Set category to divx4linux instead of divx (too generic).
29820         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29821         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29822         (gst_wavparse_loop), (gst_wavparse_change_state):
29823         * gst/wavparse/gstwavparse.h:
29824           fix parsing of WAV files with non-standard fmt-tag size and fix
29825           skipping of unrecognized chunks... Someone please fix this thing
29826           to use rifflib so all this is automated.
29827         * sys/v4l/Makefile.am:
29828         * sys/v4l2/Makefile.am:
29829           Add X_CFLAGS because we depend on X (for overlay).
29830
29831 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29832
29833         * ext/mpeg2dec/gstmpeg2dec.c:
29834           Don't issue a timestamp unless we tagged the frame
29835           with a PTS.
29836
29837 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29838
29839         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29840           Query the audio element to get the time, not the clock. We're
29841           interested in the element's time here.
29842
29843 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29844
29845         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29846         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29847         * ext/esd/esdsink.c: (gst_esdsink_chain):
29848         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29849         * ext/mas/massink.c: (gst_massink_chain):
29850         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29851         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29852         (gst_matroska_demux_parse_metadata):
29853         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29854         (gst_mpeg_parse_release_locks):
29855         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29856         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29857         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29858         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29859         (gst_osssink_change_state):
29860         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29861         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29862         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29863         (gst_xvideosink_release_locks):
29864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29865           use element time.
29866         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29867         (gst_alsa_clock_stop):
29868         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29869         (gst_audio_clock_get_internal_time):
29870           simplify for use with new clocking code.
29871         * testsuite/alsa/Makefile.am:
29872         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29873           fix testsuite for new caps system
29874
29875 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29876
29877         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29878         * ext/flac/gstflacenc.c: (add_one_tag):
29879           length is already host endian, no need to convert. Fixes playback of
29880           tagged files on PPC. (bug #128384)
29881
29882 2004-01-13  Julien MOUTTE <julien@moutte.net>
29883
29884         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29885         colorbalance interface stating if it is hardware based or software
29886         based.
29887         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29888         Removing a trailing comma.
29889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29890         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29891         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29892         the documentation seems to be wrong on the -1000 to 1000 interval.
29893
29894 2004-01-12  David Schleef  <ds@schleef.org>
29895
29896         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
29897         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
29898         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
29899         Fix negotiation.  Add a bufferalloc function for the sink pad,
29900         and generally clean up some of the code.
29901
29902 2004-01-12  Julien MOUTTE <julien@moutte.net>
29903
29904         * gst-libs/gst/colorbalance/colorbalancechannel.c:
29905         (gst_color_balance_channel_dispose): Adding safety check in dispose
29906         method.
29907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29908         (gst_xvimagesink_xcontext_clear),
29909         (gst_xvimagesink_interface_supported),
29910         (gst_xvimagesink_colorbalance_list_channels),
29911         (gst_xvimagesink_colorbalance_set_value),
29912         (gst_xvimagesink_colorbalance_get_value),
29913         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
29914         Adding colorbalance interface support to set XV parameters such as
29915         HUE, BRIGHTNESS, CONTRAST, SATURATION.
29916         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
29917         interface.
29918
29919 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29920
29921         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
29922         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
29923         (gst_audio_convert_init), (gst_audio_convert_set_property),
29924         (gst_audio_convert_get_property), (gst_audio_convert_chain),
29925         (gst_audio_convert_link),
29926         (gst_audio_convert_buffer_to_default_format),
29927         (gst_audio_convert_buffer_from_default_format), (plugin_init):
29928           - implement _getcaps and use it
29929           - improve linking
29930           - remove float caps since no float conversion is actually done
29931           - remove properties and arguments that were to be used for rate
29932             conversion
29933
29934 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29935
29936         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
29937         (gst_audio_structure_set_int):
29938         * gst-libs/gst/audio/audio.h:
29939           add helper functions for _getcaps matching the standard audio
29940           templates
29941
29942 2004-01-12  David Schleef  <ds@schleef.org>
29943
29944         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29945         Test that pad is negotiated before getting its caps.
29946
29947 2004-01-12  Julien MOUTTE <julien@moutte.net>
29948
29949         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
29950         analyzing the pads of an element the bin is mostly in READY state so
29951         no caps were negotiated. This helper function needs to work with
29952         _get_caps directly then. I was not freeing them though, added that to
29953         fix the mem leak.
29954
29955 2004-01-12  Julien MOUTTE <julien@moutte.net>
29956
29957         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
29959         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
29960         than the free_func.
29961
29962 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29963
29964         * sys/oss/gstossaudio.c: (plugin_init):
29965         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
29966         * sys/oss/gstosselement.h:
29967           make an oss debugging category
29968           make failure more descriptive
29969
29970 2004-01-11  David Schleef  <ds@schleef.org>
29971
29972         * ext/ffmpeg/gstffmpeg.c:
29973         * ext/ffmpeg/gstffmpegcodecmap.c:
29974         * ext/ffmpeg/gstffmpegdec.c:
29975         * ext/ffmpeg/gstffmpegenc.c:
29976         * ext/ffmpeg/gstffmpegprotocol.c:
29977         * ext/gdk_pixbuf/gstgdkanimation.c:
29978         * ext/jpeg/gstjpeg.c:
29979         * ext/libpng/gstpng.c:
29980         * ext/mpeg2dec/perftest.c:
29981         * ext/speex/gstspeex.c:
29982         * gst-libs/gst/resample/dtos.c:
29983         * gst/intfloat/gstintfloatconvert.c:
29984         * gst/oneton/gstoneton.c:
29985         * gst/rtjpeg/RTjpeg.c:
29986         * gst/rtp/gstrtp.c:
29987         * sys/dxr3/dxr3init.c:
29988         * sys/glsink/gstgl_nvimage.c:
29989         * sys/glsink/gstgl_pdrimage.c:
29990         * sys/glsink/gstglsink.c:
29991         * testsuite/gst-lint:
29992         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
29993
29994 2004-01-11  David Schleef  <ds@schleef.org>
29995
29996         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
29997         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
29998         * ext/gdk_pixbuf/gstgdkanimation.c:
29999         (gst_gdk_animation_iter_create_pixbuf):
30000         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30001         (gst_gdk_pixbuf_chain):
30002         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30003         * ext/jack/gstjack.c: (gst_jack_change_state):
30004         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30005         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30006         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30007         * gst/videofilter/gstvideofilter.c:
30008         (gst_videofilter_set_output_size):
30009         Remove all usage of gst_pad_get_caps(), and replace it with
30010         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30011
30012 2004-01-11  David Schleef  <ds@schleef.org>
30013
30014         * configure.ac:
30015         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30016         * ext/divx/gstdivxdec.c:
30017         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30018         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30019         handle images that span multiple buffers.  Now work with both
30020         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30021         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30022         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30023         video/video.h changes
30024         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30025         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30026         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30027         of GstData free function.
30028         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30029         same.
30030
30031 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30032
30033         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30034         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30035         (gst_v4l2element_get_property):
30036         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30037           add norm, channel and frequency properties.
30038         * sys/v4l2/gstv4l2tuner.c:
30039           fixes for tuner interface changes
30040         * sys/v4l2/gstv4l2element.h:
30041         * sys/v4l2/gstv4l2src.c:
30042         * sys/v4l2/gstv4l2src.h:
30043         * sys/v4l2/v4l2src_calls.c:
30044         * sys/v4l2/v4l2src_calls.h:
30045           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30046
30047 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30048
30049         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30050         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30051         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30052         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30053         * gst-libs/gst/tuner/tuner.h:
30054           GObjects aren't const.
30055           Add find_by_name functions.
30056           Add checks to _changed functions.
30057         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30058         (gst_v4l_tuner_get_norm):
30059           Fixes for above.
30060
30061 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30062
30063         * gst-libs/gst/video/video.h:
30064           Fix caps template names to be understandable.
30065           Prefix everything with GST_VIDEO.
30066         * ext/aalib/gstaasink.c:
30067         * ext/divx/gstdivxdec.c:
30068         * ext/divx/gstdivxenc.c:
30069         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30070         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30071         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30072         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30073         * ext/libcaca/gstcacasink.c:
30074         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30075         * ext/snapshot/gstsnapshot.c:
30076         * ext/swfdec/gstswfdec.c:
30077         * ext/xvid/gstxviddec.c:
30078         * ext/xvid/gstxvidenc.c:
30079         * gst/chart/gstchart.c:
30080         * gst/deinterlace/gstdeinterlace.c:
30081         * gst/effectv/gsteffectv.c:
30082         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30083         * gst/goom/gstgoom.c:
30084         * gst/median/gstmedian.c:
30085         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30086         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30087         * gst/overlay/gstoverlay.c:
30088         * gst/smooth/gstsmooth.c:
30089         * gst/smpte/gstsmpte.c:
30090         * gst/synaesthesia/gstsynaesthesia.c:
30091         * gst/videocrop/gstvideocrop.c:
30092         * gst/videodrop/gstvideodrop.c:
30093         * gst/y4m/gsty4mencode.c:
30094         * sys/qcam/gstqcamsrc.c:
30095         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30096           Make them work with new video.h file.
30097         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30098         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30100         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30101           Make it work with new buffer allocation system.
30102
30103 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30104
30105         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30106         pad_alloc_buffer implementation to use ->srcpad
30107         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30108         pad_alloc_buffer implementation to use ->srcpad
30109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30110         pad_alloc_buffer implementation to use ->srcpad
30111         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30112         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30113         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30114         a reference to everything we need.
30115         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30117         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30118         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30119         a reference to everything we need.
30120         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30121
30122 2004-01-11  David Schleef  <ds@schleef.org>
30123
30124         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30125         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30126         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30127         structure members.
30128         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30129         value during a resize/renegotiation.
30130         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30131         gst_pad_alloc_buffer();
30132         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30133         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30134         structure members.
30135         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30136         Fix for rename of buffer private structure members.
30137         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30138         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30139         Fix for rename of buffer private structure members.
30140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30141         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30142         Fix for rename of buffer private structure members.
30143
30144 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30145
30146         reviewed by: David Schleef <ds@schleef.org>
30147
30148         * gst/videofilter/Makefile.am:
30149         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30150         from the patch by ds to fit in with recent make_filter changes.
30151
30152 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30153
30154         * configure.ac: Adding examples/switch/Makefile
30155         * examples/Makefile.am: Adding examples/switch
30156         * examples/switch/Makefile.am: Adding switcher example.
30157         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30158         (switch_timer), (main): Adding an example demonstrating switch usage
30159         with 2 videotestsrc showing different patterns.
30160         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30161         (gst_switch_init): Fixing switch with the new caps system.
30162
30163 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30164
30165         * gst-libs/gst/video/video.h:
30166           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30167           They should probably be like
30168           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30169
30170 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30171
30172         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30173         (qtdemux_parse_trak):
30174           fix audio chunk size/timestamp calculation
30175
30176 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30177
30178         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30179           fix SVQ3 caps
30180
30181 2004-01-11  Steve Baker  <steve@stevebaker.org>
30182
30183         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30184         (gst_agingtv_base_init), (gst_agingtv_class_init),
30185         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30186         (gst_agingtv_set_property), (gst_agingtv_get_property):
30187         Port agingTV to videofilter
30188
30189 2004-01-09  Julien MOUTTE <julien@moutte.net>
30190
30191         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30192         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30193
30194 2004-01-09  Julien MOUTTE <julien@moutte.net>
30195
30196         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30197         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30198         * gst-libs/gst/xoverlay/xoverlay.c:
30199         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30200         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30201         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30202         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30203         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30204         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30205         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30206         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30207         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30208         interface implementation to handle xid being 0 and fix some bugs
30209         triggered by Benjamin's testcase.
30210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30211         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30212         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30213         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30214         interface implementation to handle xid being 0 and fix some bugs
30215         triggered by Benjamin's testcase.
30216
30217 2004-01-09  David Schleef  <ds@schleef.org>
30218
30219         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30220         mouse pointer events.  It works.
30221
30222 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30223
30224         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30225           Use explicit caps - fix capsnego.
30226         * ext/xvid/gstxviddec.c:
30227         * ext/xvid/gstxvidenc.c:
30228           Remove macro-inside-macro which caused compile errors.
30229         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30230           Error out if it's not a RIFF file. Else we error out without
30231           gst_element_error() which is not good...
30232
30233 2004-01-08  David Schleef  <ds@schleef.org>
30234
30235         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30236         Fix pad_link function to handle formats that ffmpeg returns
30237         as multiple caps structures.
30238         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30239         Only complain if source buffer is _smaller_ than expected.
30240         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30241         (gst_videoscale_handle_src_event): Resize navigation events
30242         when passing them upstream.
30243         * gst/videotestsrc/gstvideotestsrc.c:
30244         * gst/videotestsrc/gstvideotestsrc.h:
30245         * gst/videotestsrc/videotestsrc.c:
30246         * gst/videotestsrc/videotestsrc.h:
30247         Rewrite many of the buffer painting functions to handle odd
30248         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30249         been verified to work with my video card.
30250         * testsuite/gst-lint:  Add check for elements calling
30251         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30252
30253 2004-01-08  David Schleef  <ds@schleef.org>
30254
30255         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30256         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30257
30258 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30259
30260         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30261         configure event is not emiting the desired size signal. That fixes
30262         aspect ratio issues with gst-player.
30263
30264 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30265
30266         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30267           Fix capsnego.
30268
30269 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30270
30271         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30272         public method to fire size signal.
30273
30274 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30275
30276         * examples/gstplay/Makefile.am: Adding the interface library.
30277         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30278         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30279         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30280         GST_IS_X_OVERLAY before signal connect.
30281         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30282         Removing the have_video_size signal.
30283         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30284         and associated public method.
30285         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30286         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30287         signal.
30288         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30289         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30290         signal.
30291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30292         Using XOverlay public method to fire size signal.
30293
30294 2004-01-07  David Schleef  <ds@schleef.org>
30295
30296         * gst/videofilter/Makefile.am:
30297         * gst/videofilter/gstvideotemplate.c:
30298         * gst/videofilter/make_filter:
30299         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30300         Convert make_filter to /bin/sh script.
30301
30302 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30303
30304         * gst/modplug/gstmodplug.cc: fix element description
30305
30306 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30307
30308         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30309         (got_video_size): Adding some new lines in g_print calls.
30310         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30311         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30312         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30313         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30314         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30315         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30316         Complete code review, reverting some stuff i disagree with, adding
30317         some fixes : time synchronization on invalid timestamps, renegotiation
30318         of private window.
30319         * sys/ximage/ximagesink.h:
30320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30321         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30322         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30323         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30324         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30325         (gst_xvimagesink_buffer_new),
30326         (gst_xvimagesink_navigation_send_event),
30327         (gst_xvimagesink_set_xwindow_id),
30328         (gst_xvimagesink_get_desired_size),
30329         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30330         stuff i disagree with, adding some fixes : Renegotiation of private
30331         window, implementing get_desired_size.
30332
30333 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30334
30335         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30336         (gst_afsink_handle_event):
30337         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30338         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30339         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30340         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30341         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30342           Fix for instantiate-test (see core). Also remove dead code from
30343           jpegenc (which still needs fixing, but that's lower on my TODO
30344           list...).
30345         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30346           Never return NULL as caps.
30347
30348 2004-01-07  David Schleef  <ds@schleef.org>
30349
30350         * configure.ac:
30351         * ext/Makefile.am:
30352         * ext/librfb/Makefile.am:
30353         * ext/librfb/gstrfbsrc.c:
30354         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30355         is the protocol used by VNC.
30356
30357 2004-01-07  David Schleef  <ds@schleef.org>
30358
30359         * gst/videofilter/gstvideotemplate.c:
30360         * gst/videofilter/gstvideotemplate.h:
30361         * gst/videofilter/make_filter:
30362         Merge videotemplate header into source file.
30363         * gst/effectv/Makefile.am:
30364         * gst/effectv/gsteffectv.c: (plugin_init):
30365         * gst/effectv/gstwarp.c:
30366         Make warpTV a subclass of videofilter.
30367
30368 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30369
30370         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30371           Add guard against invalid utf-8 conversions in mad. Just in case.
30372
30373 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30374
30375         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30376           Fix for bug shown by poisoning
30377
30378 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30379
30380         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30381         (gst_v4lmjpegsrc_buffer_free):
30382         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30383         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30384         (gst_v4lsrc_buffer_free):
30385           Fix for removed bufferpools.
30386
30387 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30388
30389         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30390         Fix caps negotiation.
30391
30392         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30393         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30394         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30395         (dvdnavsrc_event):
30396         * ext/mpeg2dec/gstmpeg2dec.c:
30397         * gst-libs/gst/navigation/navigation.c:
30398         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30399         * gst-libs/gst/navigation/navigation.h:
30400         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30401         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30403         Super-simple first version of mouse and keyboard events. Clicking
30404         on a DVD menu now works, although it may not take you where you
30405         expected.
30406
30407         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30408         * gst/videotestsrc/gstvideotestsrc.c:
30409         (gst_videotestsrc_src_fixate):
30410         These fixate functions were broken - they never actually
30411         fixated :)
30412
30413 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30414
30415         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30416         (gst_icecastsend_init):
30417           fix for new caps system.
30418         * gst-libs/gst/mixer/mixertrack.h:
30419         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30420           Add 'master track' flag (for tools like ACME that only want to
30421           change the main volume).
30422
30423 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30424
30425         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30426         (gst_xvid_csp_to_caps):
30427         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30428         * ext/xvid/gstxvidenc.c:
30429         ifdef out ARGB type when it isn't available
30430         in xvidcore 1.0.0beta2
30431
30432 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30433
30434         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30435           When we have received a new SCR right in the first buffer after
30436           a seek (so in the same cycle that handles the discont), we should
30437           handle the buffer instead of unreffing it, else we lose data.
30438
30439 2004-01-06  Iain <iain@prettypeople.org>
30440
30441         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30442           buffer-frames caps too.
30443
30444         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30445           caps that we need, don't destroy them all and rebuild them. And when
30446           creating src pads, use the src pad template rather than the sink...
30447
30448 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30449
30450         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30451           Add pad to element *after* setting functions such as event handler.
30452           Without this, the scheduler (opt) will link pads, set the event
30453           handler from the default event function (dispatcher in gstpad.c)
30454           and *after* that, we will set our own event function, which will
30455           thus never be used (and thus mpegdemux doesn't handle events).
30456
30457 2004-01-04  David Schleef  <ds@schleef.org>
30458
30459         Fix the fixate functions to handle new prototype:
30460         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30461         * gst/videotestsrc/gstvideotestsrc.c:
30462         (gst_videotestsrc_src_fixate):
30463         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30464         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30466
30467 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30468
30469         * sys/ximage/ximagesink.h:
30470         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30471         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30472         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30473         (gst_ximagesink_xoverlay_init):
30474           assorted fixes to make (re)embedding work
30475         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30476         (gst_ximagesink_get_desired_size):
30477           implement desired size additions to XOverlay
30478
30479 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30480
30481         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30482         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30483         (gst_x_overlay_got_desired_size):
30484         * gst-libs/gst/xoverlay/xoverlay.h:
30485           Add optional "desired size" signal and querying.
30486
30487 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30488
30489         * gst/matroska/matroska-demux.c:
30490         (gst_matroska_demux_parse_blockgroup):
30491           Fix EBML-laced block parsing. Diffs are relative to previous
30492           lace, not the first lace. Thanks to Mosu from the Matroska
30493           team for detecting this.
30494         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30495         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30496         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30497         (gst_wavparse_change_state):
30498         * gst/wavparse/gstwavparse.h:
30499           Quickfix for capsnego.
30500
30501 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30502
30503         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30504           Fix indenting, fix pad creation.
30505
30506 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30507
30508         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30509         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30510         (gst_xviddec_sink_link):
30511           Implement src_getcaps() so proper size caps is negotiated.
30512
30513 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30514
30515         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30516           Finish flac decoder on EOS. See #116178.
30517
30518 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30519
30520         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30521         (gst_matroska_demux_add_stream):
30522         * gst/matroska/matroska-ids.h:
30523           Add getcaps() function to fix capsnego...
30524
30525 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30526
30527         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30528         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30529         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30530           Fix more integer overflows. Again, see #126967.
30531
30532 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30533
30534         * ext/mpeg2dec/gstmpeg2dec.c:
30535           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30536           #130416.
30537
30538 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30539
30540         * configure.ac:
30541         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30542         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30543         * ext/xvid/gstxvid.h:
30544         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30545         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30546         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30547         (gst_xviddec_change_state):
30548         * ext/xvid/gstxviddec.h:
30549         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30550         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30551         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30552         (gst_xvidenc_link), (gst_xvidenc_set_property),
30553         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30554         * ext/xvid/gstxvidenc.h:
30555           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30556
30557 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30558
30559         * gst/rtp/rtp-packet.c:
30560           Add sys/types.h include, since OS X doesn't define in_addr_t
30561           in netinet/in.h, like it does on Linux (see #129600).
30562
30563 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30564
30565         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30566
30567         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30568           Correct logic of dispose function (see #129306).
30569
30570 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30571
30572         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30573         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30574         (gst_mpeg_parse_init):
30575         * gst/mpegstream/gstmpegparse.h:
30576           Remove clock (which was never provided, i.e. dead code), and
30577           also fix integer overflows at high PTS values (see #126967).
30578
30579 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30580
30581         * ext/flac/gstflacdec.c:
30582         * ext/libpng/gstpngenc.h:
30583         * ext/mikmod/gstmikmod.h:
30584           OS X fixes (see #126628).
30585
30586 2004-01-02  David Schleef  <ds@schleef.org>
30587
30588         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30589         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30590         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30591         (gst_mpeg_parse_class_init): Move pad template registration
30592         to class_init, since the derived class (mpegdemux) doesn't
30593         want them.
30594
30595 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30596
30597         * sys/ximage/Makefile.am:
30598         * sys/xvideo/Makefile.am:
30599         * sys/xvimage/Makefile.am:
30600           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30601           after installation (see #127664).
30602
30603 2004-01-02  David Schleef  <ds@schleef.org>
30604
30605         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30606         (gst_ffmpegenc_connect):  Negotiation fixes.
30607         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30608         Remove inappropriate gst_caps_free().
30609         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30610         Reenable Ronald's internal resize code, since the core handles
30611         it correctly now.
30612
30613 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30614
30615         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30616         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30617         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30618           Fix pad template stuff.
30619
30620 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30621
30622         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30623         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30624           fix signed integer reading/writing.
30625
30626 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30627
30628         * ext/alsa/README:
30629           Remove outdated document
30630
30631 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30632
30633         * gst/cutter/gstcutter.c: (gst_cutter_init):
30634           src pad was being created twice - oops.
30635
30636 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30637
30638         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30639           Comment out internal resize. It doesn't handle the resulting
30640           XEvent internally, does another try_set_caps() which leads to
30641           a really nice loop.
30642           Real fix will come when Julien and Dave are awake. ;).
30643
30644 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30645
30646         * ext/mpeg2enc/gstmpeg2enc.cc:
30647           fix const/nonconst compile issue.
30648
30649 2004-01-02  David Schleef  <ds@schleef.org>
30650
30651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30652         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30653         Add fixate function and a check for bad formats.
30654
30655 2004-01-01  David Schleef  <ds@schleef.org>
30656
30657         Negotiation fixes:
30658         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30659         (gst_audiofilter_init):
30660         * gst/debug/efence.c: (gst_efence_init):
30661         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30662         (gst_deinterlace_init):
30663         * gst/volume/gstvolume.c: (volume_connect):
30664
30665 2004-01-01  David Schleef  <ds@schleef.org>
30666
30667         Convert elements to use gst_pad_use_explicit_caps() where
30668         appropriate:
30669         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30670         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30671         (gst_afparse_open_file):
30672         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30673         (gst_afsrc_open_file):
30674         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30675         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30676         (gst_ffmpegdec_chain):
30677         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30678         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30679         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30680         (gst_gdk_pixbuf_chain):
30681         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30682         (gst_jpegdec_chain):
30683         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30684         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30685         (gst_mikmod_negotiate):
30686         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30687         (gst_mpeg2dec_negotiate_format):
30688         * ext/mpeg2enc/gstmpeg2enc.cc:
30689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30690         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30691         (gst_speexdec_sinkconnect):
30692         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30693         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30694         (gst_vorbisfile_new_link):
30695         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30696         (gst_ac3parse_chain):
30697         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30698         (gst_asf_demux_setup_pad):
30699         * gst/auparse/gstauparse.c: (gst_auparse_init),
30700         (gst_auparse_chain):
30701         * gst/id3/gstid3types.c: (gst_id3types_loop):
30702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30703         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30704         (mp1videoparse_parse_seq):
30705         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30706         (bpf_from_header):
30707         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30708         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30709         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30710         (gst_mpeg_parse_send_data):
30711         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30712         (gst_qtdemux_add_stream):
30713         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30714         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30715         (gst_wavparse_parse_fmt):
30716
30717 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30718
30719         * configure.ac:
30720           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30721           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30722           it therefore uses the wrong include paths. Too bad... Note
30723           that 1.6.1.93 is not release yet. ;).
30724           Also add a check for mplex, which is now using the lib'ified
30725           mplex from mjpegtools, too.
30726         * ext/ffmpeg/gstffmpegcodecmap.c:
30727           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30728           issues. I don't think ffmpeg handles 3ivx correctly, so this
30729           probably won't work. But it won't hurt either.
30730         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30731         (gst_ffmpegdec_chain):
30732         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30733         (gst_ffmpegenc_chain_audio):
30734           Fix memleak in audio encoding. Close codec if open fails, this
30735           calls the cleanup routines so we can re-use the context.
30736         * ext/mpeg2enc/gstmpeg2enc.cc:
30737           Fix pad template names/types, fix memory issue with getcaps().
30738         * ext/mpeg2enc/gstmpeg2encoder.cc:
30739         * ext/mpeg2enc/gstmpeg2encoder.hh:
30740           Fix compile issue with new caps system (const thingy).
30741         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30742         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30743           We read a first frame right on initing, so that we have a caps
30744           when we init the output. This caps is cached in padprivate and
30745           read as first frame.
30746         * ext/mplex/Makefile.am:
30747         * ext/mplex/gstmplex.cc:
30748         * ext/mplex/gstmplex.h:
30749         * ext/mplex/gstmplex.hh:
30750         * ext/mplex/gstmplexibitstream.cc:
30751         * ext/mplex/gstmplexibitstream.hh:
30752         * ext/mplex/gstmplexjob.cc:
30753         * ext/mplex/gstmplexjob.hh:
30754         * ext/mplex/gstmplexoutputstream.cc:
30755         * ext/mplex/gstmplexoutputstream.hh:
30756           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30757           had issues, didn't do capsnego, supported only a subset of the
30758           mplex features and required a mplex fork in our local CVS. Plus
30759           that it worked agaist a very old mplex version. Rewriting was
30760           faster than updating it.
30761         * gst-libs/ext/Makefile.am:
30762         * gst-libs/ext/mplex/INSTRUCT:
30763         * gst-libs/ext/mplex/Makefile.am:
30764         * gst-libs/ext/mplex/README:
30765         * gst-libs/ext/mplex/TODO:
30766         * gst-libs/ext/mplex/ac3strm_in.cc:
30767         * gst-libs/ext/mplex/audiostrm.hh:
30768         * gst-libs/ext/mplex/audiostrm_out.cc:
30769         * gst-libs/ext/mplex/aunit.hh:
30770         * gst-libs/ext/mplex/bits.cc:
30771         * gst-libs/ext/mplex/bits.hh:
30772         * gst-libs/ext/mplex/buffer.cc:
30773         * gst-libs/ext/mplex/buffer.hh:
30774         * gst-libs/ext/mplex/fastintfns.h:
30775         * gst-libs/ext/mplex/format_codes.h:
30776         * gst-libs/ext/mplex/inputstrm.cc:
30777         * gst-libs/ext/mplex/inputstrm.hh:
30778         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30779         * gst-libs/ext/mplex/mjpeg_logging.cc:
30780         * gst-libs/ext/mplex/mjpeg_logging.h:
30781         * gst-libs/ext/mplex/mjpeg_types.h:
30782         * gst-libs/ext/mplex/mpastrm_in.cc:
30783         * gst-libs/ext/mplex/mpegconsts.cc:
30784         * gst-libs/ext/mplex/mpegconsts.h:
30785         * gst-libs/ext/mplex/mplexconsts.hh:
30786         * gst-libs/ext/mplex/multplex.cc:
30787         * gst-libs/ext/mplex/outputstream.hh:
30788         * gst-libs/ext/mplex/padstrm.cc:
30789         * gst-libs/ext/mplex/padstrm.hh:
30790         * gst-libs/ext/mplex/stillsstream.cc:
30791         * gst-libs/ext/mplex/stillsstream.hh:
30792         * gst-libs/ext/mplex/systems.cc:
30793         * gst-libs/ext/mplex/systems.hh:
30794         * gst-libs/ext/mplex/vector.cc:
30795         * gst-libs/ext/mplex/vector.hh:
30796         * gst-libs/ext/mplex/videostrm.hh:
30797         * gst-libs/ext/mplex/videostrm_in.cc:
30798         * gst-libs/ext/mplex/videostrm_out.cc:
30799         * gst-libs/ext/mplex/yuv4mpeg.cc:
30800         * gst-libs/ext/mplex/yuv4mpeg.h:
30801         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30802         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30803           We don't fork mjpegtools' mplex in our CVS anymore.
30804         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30805         (gst_avi_demux_add_stream):
30806         * gst/avi/gstavidemux.h:
30807           Add getcaps() function for proper caps nego. This makes some
30808           parts of AVI playback/reading work.
30809         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30810           Resize window on new capsnego. This is probably wrong, but
30811           I'm still committing it because with current capsnego, the
30812           first successfull capsnego is auto-fixated, therefore rounded
30813           down to the lowest values in the caps. this results in a 16x16
30814           XWindow that is not reized when real capsnego finishes.
30815           Dave, I see more cases of this, do you know a proper solution?
30816         * tools/gst-launch-ext.in:
30817           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30818
30819 2003-12-31  David Schleef  <ds@schleef.org>
30820
30821         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30822         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30823           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30824
30825 2003-12-30  David Schleef  <ds@schleef.org>
30826
30827         * ext/ffmpeg/gstffmpegcolorspace.c:
30828         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30829         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30830         (gst_ffmpegcsp_chain): Negotiation fixes
30831         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30833         (gst_audio_convert_link), (gst_audio_convert_channels):
30834         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30835         (gst_audioscale_link), (gst_audioscale_get_buffer),
30836         (gst_audioscale_chain): Negotiation fixes
30837         * gst/audioscale/gstaudioscale.h:
30838         * gst/videofilter/gstvideofilter.c:
30839         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30840         (gst_videofilter_link), (gst_videofilter_init),
30841         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30842         (gst_videofilter_find_format_by_structure):
30843         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30844         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30845         (gst_videoscale_link):
30846         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30847         (videoscale_find_by_structure), (gst_videoscale_setup):
30848         * gst/videoscale/videoscale.h: Negotiation fixes
30849         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30850         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30851         function, restrict resizing to a multiple of 4 (hack until
30852         everyone supports odd sizes correctly).
30853
30854 2003-12-29  Colin Walters  <walters@verbum.org>
30855
30856         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30857         signed.
30858
30859 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30860
30861         * ext/sndfile/gstsf.c: (gst_sf_loop):
30862           Fix warning about discarding const qualifier
30863
30864 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
30865
30866         * gst/cutter/gstcutter.c:
30867         * gst/videoscale/gstvideoscale.c:
30868         * gst/volenv/gstvolenv.c:
30869         * gst-libs/gst/audio/audio.c:
30870         * gst-libs/gst/video/video.c:
30871           Fix warnings
30872
30873 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30874
30875         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30876           Don't send ALSA debugging to stderr.
30877         * ext/alsa/gstalsa.h:
30878           Use GST_WARNING instead of g_warning when ALSA functions fail.
30879
30880 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30881
30882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30883           Free XVAdapterInfo correctly.
30884
30885 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30886
30887         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30888         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30889           Make id3tag use correct caps nego.
30890
30891 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
30892
30893         * ext/ivorbis/vorbis.c:
30894         * ext/ivorbis/vorbisenc.h:
30895         * ext/ivorbis/vorbisfile.c:
30896           Modify so that it uses the new caps things
30897
30898 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30899
30900         * testsuite/spider/spider1.c: (main):
30901         * testsuite/spider/spider2.c: (main):
30902         * testsuite/spider/spider3.c: (main):
30903           Make tests compile again. They probably don't work.
30904
30905 2003-12-24  Colin Walters  <walters@verbum.org>
30906
30907         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
30908         we can't fixate the caps anymore.
30909
30910 2003-12-23  David Schleef  <ds@schleef.org>
30911
30912         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
30913         * sys/oss/gstosssink.c: (gst_osssink_init),
30914         (gst_osssink_sink_fixate): Add fixate function.
30915
30916 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30917
30918         * ext/ffmpeg/gstffmpegcodecmap.c:
30919         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
30920         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
30921         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
30922         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
30923         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
30924         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
30925         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
30926           fix typo in RGB masks, and move back to "old" colorspace
30927           capsnego code until whoever wrote this new crap has actually
30928           tested it so that it works.
30929           And yes, this works, keep it that way please.
30930
30931 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30932
30933         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
30934         (gst_divxdec_init), (gst_divxdec_negotiate):
30935         * ext/divx/gstdivxdec.h:
30936         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
30937         (gst_divxenc_init):
30938         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
30939         (gst_faac_sinkconnect), (gst_faac_srcconnect):
30940         * ext/mpeg2enc/gstmpeg2enc.cc:
30941         * ext/mpeg2enc/gstmpeg2encoder.cc:
30942         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30943         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
30944         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
30945         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
30946         (dxr3spusink_init):
30947         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
30948         (dxr3videosink_init):
30949           Fix caps breakage after Dave's caps branch merge.
30950
30951 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30952
30953         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30954           Fix for 24bpp display.
30955
30956 2003-12-23  Colin Walters  <walters@verbum.org>
30957
30958         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
30959         a GnomeVFSHandle directly.
30960
30961 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30962
30963         * gst/volume/Makefile.am:
30964         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
30965         (volume_base_init), (volume_init):
30966           Reenable volume element and fix to work with new caps stuff.
30967           Rhythmbox needs this.
30968
30969 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30970
30971         * gst/qtdemux/qtdemux.c: (plugin_init):
30972           qtdemux requires bytestream
30973
30974 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30975
30976         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
30977           Fix remaining caps handling errors due to CAPS merge.
30978
30979 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30980
30981         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
30982         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
30983         (gst_faad_srcconnect):
30984           Port to new caps system.
30985
30986 2003-12-21  Julien MOUTTE  <julien@moutte.net>
30987
30988         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30989         (got_video_size), (main): using g_print instead of g_message.
30990         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
30991         signal which was not emitted because of "switch" element added to the
30992         bin but not connected. (Removing from the bin temporarily)
30993
30994 2003-12-21  Julien MOUTTE  <julien@moutte.net>
30995
30996         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
30997         find X development files. I don't understand the previous tests and
30998         they fail on my debian/ppc unstable. This one works.
30999         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31000         exiting.
31001         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31002         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31003         (gst_play_set_visualization): Add some safety checks in set_ methods
31004         and state_change. This was throwing some ugly CRITICAL messages when
31005         pipeline was getting disposed and casts were failing.
31006
31007 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31008
31009         * configure.ac:
31010           Improve mpeg2enc detection. This is for distributions that do
31011           ship mjpegtools, but without mpeg2enc. Also does object check
31012           for might there ever be ABI incompatibility.
31013         * ext/mpeg2enc/gstmpeg2enc.cc:
31014           Add Andrew as second maintainer (he's helping me), and also add
31015           an error if no caps was set. This happens if I pull before capsnego
31016           and that's something I should solve sometime else.
31017         * gst/matroska/matroska-demux.c:
31018         (gst_matroska_demux_parse_blockgroup):
31019           Fix time parsing.
31020         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31021         (gst_matroska_mux_track_header):
31022           Add caps to templates.
31023         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31024           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31025         * gst/mpegstream/gstmpegdemux.c:
31026           Remove layer since it causes warnings about unfixed caps.
31027         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31028           Fix obvious typo (we error out if caps were set, we should of
31029           course error out if *no* caps were set).
31030         * sys/oss/gstosselement.c: (gst_osselement_convert):
31031           Fix format conversion, we confused bits/bytes.
31032         * sys/oss/gstosselement.h:
31033           Improve documentation for 'bps'.
31034         * sys/v4l/TODO:
31035           Remove stuff about plugins that need removing - this was done
31036           ages ago.
31037         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31038         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31039         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31040         (gst_v4lsrc_src_query):
31041         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31042         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31043           Add get_query_types(), get_formats() and query() functions.
31044
31045 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31046
31047         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31048           * moved CVS to freedesktop.org