gst/playback/gstdecodebin2.c: Don't free groups from the streaming threads. Just...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-20  Edward Hervey  <edward@fluendo.com>
2
3         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
5         (sort_end_pads), (gst_decode_group_expose),
6         (gst_decode_group_hide):
7         Don't free groups from the streaming threads. Just put them aside and
8         free them in dispose.
9
10 2007-02-20  Edward Hervey  <edward@fluendo.com>
11
12         * gst/playback/gstdecodebin2.c: (connect_element),
13         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
14         (sort_end_pads), (gst_decode_group_expose):
15         Handle dynamic pads within groups.
16         Sort pads before exposing them in order to make playbin happy.
17         There still is a race with the multiqueue filling up. This should be
18         solved separately.
19         Fixes #398721
20
21 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
22
23         * gst-libs/gst/utils/base-utils.c:
24         * gst-libs/gst/utils/descriptions.c:
25         * gst-libs/gst/utils/install-plugins.c:
26         * gst-libs/gst/utils/missing-plugins.c:
27           Some more docs (and descriptions for two subtitle formats).
28
29 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
30
31         * gst-libs/gst/audio/audio.c:
32           Fix documentation.
33
34 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
35
36         Patch by: Yves Lefebvre  <ivanohe abacom com>
37
38         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
39           Don't leak caps. Fixes #408278.
40
41 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
42
43         * ext/cdparanoia/gstcdparanoiasrc.h:
44         * ext/ogg/gstoggdemux.h:
45         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
46         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
47         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
48         * gst-libs/gst/audio/audio.h:
49         * gst-libs/gst/audio/gstaudiofilter.h:
50         * gst-libs/gst/interfaces/videoorientation.h:
51         * gst/adder/gstadder.h:
52           More docs coverage and some ChangeLog surgery (add missing names)
53
54 2007-02-15  Wim Taymans  <wim@fluendo.com>
55
56         * sys/ximage/ximagesink.c:
57         (gst_ximagesink_calculate_pixel_aspect_ratio):
58         * sys/xvimage/xvimagesink.c:
59         (gst_xvimagesink_calculate_pixel_aspect_ratio):
60         Small constifications.
61
62 2007-02-15  Wim Taymans  <wim@fluendo.com>
63
64         * gst-libs/gst/audio/gstbaseaudiosink.c:
65         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
66         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
67         (gst_base_audio_sink_async_play),
68         (gst_base_audio_sink_change_state):
69         Answer latency query.
70         Use configured latency when syncing.
71         Fix clock slaving.
72
73         * gst-libs/gst/audio/gstbaseaudiosrc.c:
74         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
75         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
76         Fix possible memleak.
77         Implement latency query.
78         Small cleanups.
79
80 2007-02-15  Wim Taymans  <wim@fluendo.com>
81
82         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
83         Ignore errors in reset, these are not fatal. They also grab the element
84         lock which is already taking when this function is called. Fixes
85         #405451.
86
87 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
88
89         * configure.ac:
90           Remove 'tests/examples/xerror/Makefile' from output files again.
91
92 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
93
94         * configure.ac:
95         * docs/plugins/Makefile.am:
96           Also crossref against gst-plugins-base-libs.
97
98 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
99
100         * configure.ac:
101         * docs/libs/Makefile.am:
102         * docs/plugins/Makefile.am:
103           Add crossreferences to glib/gobject/gstream docs.
104
105         * gst-libs/gst/audio/audio.h:
106           Source formatting.
107
108         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
109           Add own debug category.
110
111 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
112
113         Patch by: René Stadler <mail at renestadler de>
114
115         * gst-libs/gst/tag/gstvorbistag.c:
116           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
117           (#403597).
118
119 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
120
121         * gst/playback/gstplaybasebin.c: (setup_source):
122           When we have external subtitles and wait for the subtitle decodebin
123           to get up and running, we set up a (sync) bus handler for the
124           subtitle decodebin, so we can stop waiting when it posts an error
125           message. However, we should do that before we set the subtitle
126           decodebin's state to playing, otherwise things are racy and we might
127           miss error messages posted before we had a chance to set up the bus.
128           This should finally fix totem hanging on .txt pseudo-subtitle files.
129           
130 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
131
132         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
133           Use gst_gdouble_to_guint64 for conversions.
134         * win32/common/config.h.in:
135           Add a define for GST_INSTALL_PLUGINS_HELPER
136         * win32/common/libgstaudio.def:
137         * win32/common/libgstcdda.def:
138         * win32/common/libgstnetbuffer.def:
139         * win32/common/libgstrtp.def:
140         * win32/common/libgutils.def:
141           Add new exported functions.
142         * win32/vs6/gst_plugins_base.dsw:
143         * win32/vs6/libgstdecodebin.dsp:
144         * win32/vs6/libgstnetbuffer.dsp:
145         * win32/vs6/libgstplaybin.dsp:
146         * win32/vs6/libgstrtp.dsp:
147         * win32/vs6/libgstvorbis.dsp:
148         * win32/vs6/libgstcdda.dsp:
149         * win32/vs6/libgstgdp.dsp:
150         * win32/vs6/libgstutils.dsp:
151           Update and add new project files.
152
153 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
154
155         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
156         (subrip_remove_unhandled_tags), (parse_subrip):
157           For SubRip (.srt) subtitles, ignore all markup tags we don't
158           handle (like font tags, for example).
159
160         * tests/check/elements/subparse.c:
161           Add test for this.
162
163 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
164
165         * gst/playback/gstdecodebin.c: (add_fakesink),
166         (gst_decode_bin_change_state):
167         * gst/playback/gstdecodebin2.c: (add_fakesink),
168         (gst_decode_bin_change_state):
169           Don't error out if there is no fakesink in the NULL to READY state
170           change, since when decodebin is re-used, we're only adding the
171           fakesink element in READY to PAUSED.
172
173         * tests/check/elements/decodebin.c:
174         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
175         (decodebin_suite):
176           Minimal unit test to make sure we can use the same decodebin
177           instance twice (at least with audiotestsrc input).
178
179 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
180
181         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
182           Try to get devic-name from device string first, and from handle only
183           as fallback (seems to yield better results and is more robust
184           against buggy probing code on the application side).
185
186 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
187
188         Based on patch by: Julien Puydt <julien.puydt at laposte net>
189
190         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
191         (gst_alsa_find_device_name):
192         * ext/alsa/gstalsa.h:
193         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
194         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
195           Improve device-name detection a bit, especially in the case where
196           the device is not actually open (#405020, #405024). Move common code
197           into gstalsa.c instead of duplicating it.
198
199 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
200
201         * gst/audioconvert/gstaudioconvert.c:
202           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
203
204 2007-02-06  Julien MOUTTE  <julien@moutte.net>
205
206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
207         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
208         (gst_xvimagesink_interface_supported),
209         (gst_xvimagesink_probe_get_properties),
210         (gst_xvimagesink_probe_probe_property),
211         (gst_xvimagesink_probe_needs_probe),
212         (gst_xvimagesink_probe_get_values),
213         (gst_xvimagesink_property_probe_interface_init),
214         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
215         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
216         (gst_xvimagesink_get_type):
217         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
218         for XVAdaptors so that one can choose the adaptor to use with 
219         gstreamer-properties.
220
221 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
222
223         * gst/audioconvert/gstaudioconvert.c:
224           Also mention that a conversion from double to float is suboptimal still.
225
226 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
227
228         * gst-libs/gst/audio/gstaudiofilter.c:
229         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
230           Clear our formats structure and free the caps contained in it when
231           shutting down.
232
233 2007-02-05  Andy Wingo  <wingo@pobox.com>
234
235         * gst-libs/gst/audio/gstbaseaudiosink.c
236         (gst_base_audio_sink_callback): Update basesink->offset so that we
237         pull monotonically increasing offsets instead of, um, seeking back
238         to 0 each time. Fixes alsasrc ! alsasink!
239
240 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
241
242         * gst/videoscale/gstvideoscale.c:
243           A width and height of 1 makes us crash, so increase minimum size to
244           2x2 pixels until someone feels like fixing this (#404512).
245
246 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
247
248         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
249           Add small test to make sure request pads are cleaned up properly
250           even if oggmux never changes state out of NULL.
251
252 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
253
254         * tests/check/libs/utils.c: (GST_START_TEST):
255           Fix unit test. Turns out things work much better when you
256           NULL-terminate string arrays. Should make p5 build bot happy again.
257
258 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
259
260         * gst-libs/gst/audio/Makefile.am:
261         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
262         (gst_audio_filter_template_base_init),
263         (gst_audio_filter_template_class_init),
264         (gst_audio_filter_template_init),
265         (gst_audio_filter_template_set_property),
266         (gst_audio_filter_template_get_property),
267         (gst_audio_filter_template_setup),
268         (gst_audio_filter_template_filter),
269         (gst_audio_filter_template_filter_inplace), (plugin_init):
270           Oops, forgot to commit fixed-up example.
271
272 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
273
274         * docs/libs/gst-plugins-base-libs-sections.txt:
275         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
276         (gst_audio_filter_class_init), (gst_audio_filter_init),
277         (gst_audio_filter_set_caps),
278         (gst_audio_filter_class_add_pad_templates):
279         * gst-libs/gst/audio/gstaudiofilter.h:
280           Port GstAudioFilter to 0.10. This change technically breaks
281           API and ABI (and thus also every library developer's heart),
282           but seems justifiable on the grounds that the base class was
283           completely unusable before (ie. would crash immediately when
284           actually used). Fixes #403963 (and eventually also #403572).
285           Also document all of this a bit.
286
287 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
288
289         * gst-libs/gst/utils/install-plugins.c:
290         (gst_install_plugins_spawn_child):
291         * tests/check/libs/utils.c:
292         (test_base_utils_install_plugins_do_callout):
293           Lowering log level to see why things fail on the p5 build bot;
294           fix some typos in unit test messages.
295
296 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
297
298         * tests/check/libs/utils.c:
299         (test_base_utils_install_plugins_do_callout):
300           Don't hard-code temp directory for test helper; use GLib functions
301           to write out file and do error checking etc.
302
303 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
304
305         * gst-libs/gst/utils/Makefile.am:
306         * gst-libs/gst/utils/base-utils.h:
307         * gst-libs/gst/utils/install-plugins.c:
308         (gst_install_plugins_context_set_xid),
309         (gst_install_plugins_context_new),
310         (gst_install_plugins_context_free),
311         (gst_install_plugins_get_helper),
312         (gst_install_plugins_spawn_child),
313         (gst_install_plugins_return_from_status),
314         (gst_install_plugins_installer_exited),
315         (gst_install_plugins_async), (gst_install_plugins_sync),
316         (gst_install_plugins_return_get_name),
317         (gst_install_plugins_installation_in_progress):
318         * gst-libs/gst/utils/install-plugins.h:
319           API: add API for applications to initiate installation of missing
320           plugins, ie. gst_install_plugins_async() primarily.
321           Based on libgimme-codec by Ryan Lortie.
322
323         * configure.ac:
324           Add --with-install-plugins-helper configure option so distros can specify
325           the path of the helper script or program to call when plugin installation
326           is requested (distros: please do any argument munging in this helper
327           script instead of patching GStreamer to pass arguments differently
328           to another program directly).
329
330         * docs/libs/gst-plugins-base-libs-docs.sgml:
331         * docs/libs/gst-plugins-base-libs-sections.txt:
332           Build and document new API.
333
334         * tests/check/libs/utils.c: (result_cb),
335         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
336         (libgstbaseutils_suite):
337           Some simple checks for the new API.
338
339 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
340
341         * tests/check/elements/audioconvert.c: (test_float_conversion):
342           Add small test for 32bit float <=> 64bit float conversion (works
343           only one way so far, 32=>64 produces structured noise).
344
345 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
346
347         * gst/audioconvert/gstaudioconvert.c:
348         (set_structure_widths_32_and_64), (make_lossless_changes):
349           We don't support floats with a width of 40, 48 or 56 bits.
350
351 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
352
353         * gst/audioconvert/audioconvert.c: (float), (double),
354         (audio_convert_get_func_index):
355         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
356         (make_lossless_changes):
357           Support for 64-bit float audio in audioconvert (#339837)
358
359 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
360
361         Patch by: Holger Wansing  <linux wansing-online de>
362
363         * po/LINGUAS:
364         * po/de.po:
365           Add German translation (#352069).
366
367 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
368
369         reviewed by: Wim Taymans <wim@fluendo.com>
370
371         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
372         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
373         Use newly added GstCollectPads API to free the allocated resources in
374         the GstOggPad structures (#402393).
375
376 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
377
378         * gst/playback/gstplaybin.c: (gen_vis_element):
379           Add audioresample+audioconvert in front of the visualisation
380           element, so that elements like libvisual 0.4 that don't support all
381           samplerates can work.
382
383           Fixes: #402505
384
385 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
386
387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
388         (gst_play_base_bin_get_streaminfo_value_array):
389           Take some locks and make a copy of the streaminfo value array we
390           maintain while holding the lock, so that the application can
391           retrieve the stream-info as a value array in a thread-safe way.
392
393 2007-01-30  Wim Taymans  <wim@fluendo.com>
394
395         * gst/audioconvert/gstaudioconvert.c:
396         Don't fail on 0 sized buffers. Fixes #396835.
397
398 2007-01-29  David Schleef  <ds@schleef.org>
399
400         * gst/typefind/gsttypefindfunctions.c:
401           Detect BBCD as video/x-dirac, so we can play raw dirac
402           streams.
403
404 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
405
406         * ext/theora/theoraenc.c: (theora_enc_chain):
407           Check return value of theora_encode_header(), or we might try to
408           allocate a random number of bytes. theora_encode_header() can fail
409           if libtheora has been compiled with encoding support disabled.
410           Fixes #398110.
411
412 2007-01-29  Wim Taymans  <wim@fluendo.com>
413
414         * tests/check/gst/.cvsignore:
415         Do as buildbot says.
416
417 2007-01-29  Wim Taymans  <wim@fluendo.com>
418
419         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
420         Fix strides in libvisual. Gst uses X strides.
421         Inspired by: <ed at catmur dot co dot uk> and 
422         <tim at centricular dot net>
423         Fixes #401118.
424
425 2007-01-27  Wim Taymans  <wim@fluendo.com>
426
427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
428         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
429         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
430         (gst_ogg_demux_perform_seek),
431         (gst_ogg_demux_bisect_forward_serialno),
432         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
433         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
434         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
435         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
436         * ext/ogg/gstoggdemux.h:
437         Properly propagate streaming errors when we are scanning the file for
438         chains so that we don't crash when shut down. Might fix some crashers
439         when quickly switching oggs in RB such as #332503 and #378436.
440
441 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
442
443         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
444           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
445           error code as well.
446
447 2007-01-25  Wim Taymans  <wim@fluendo.com>
448
449         * gst/playback/gstplaybasebin.c: (remove_source):
450         Don't try to disconnect a signal from a finalized object.
451
452 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
453
454         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
455           Cast lock macro parameters to make sure we're actually accessing the
456           lock member at the right class level. Free list itself in _dispose()
457           as well and NULL it in case dispose gets called multiple times.
458
459 2007-01-25  Edward Hervey  <edward@fluendo.com>
460
461         * gst/playback/gstdecodebin2.c:
462         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
463         Free GstDecodeGroups no longer used.
464         (gst_decode_group_expose):
465         Don't unlock too many times !
466         (deactivate_free_recursive):
467         Free iterator once we're done with it.
468         Fix for recursively deactivating elements (stop at ghostpads).
469
470 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
471
472         * gst/playback/gstplaybin.c: (handoff):
473           Fix up caps on the frame buffer before we save it and potentially
474           make it accessible to other threads via g_object_get; also use
475           gst_buffer_replace() instead of gst_mini_object_replace().
476
477 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
478
479         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
480           Make getting the current frame thread-safe.
481
482 2007-01-25  Edward Hervey  <edward@fluendo.com>
483
484         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
485         (gst_decode_group_new), (gst_decode_group_free):
486         Set queues to bigger sizes to cope with HD contents.
487         Fix some mutex freeing and add comment about MT safe methods.
488
489 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
490
491         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
492         (gst_text_overlay_text_event):
493           Don't unnecessarily ref (and then leak) upstream events if the text
494           pad is not linked. Fixes #399948.
495
496         * tests/check/gst-plugins-base.supp:
497           Add suppression for pango on edgy/x86 for textoverlay test.
498
499 2007-01-24  Wim Taymans  <wim@fluendo.com>
500
501         * gst-libs/gst/rtp/gstrtpbuffer.h:
502         Add some more fixed payloads.
503
504 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
505
506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
507           Error out properly if we get an error from libogg while reading the
508           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
509
510 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
511
512         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
513           Don't leak mutex.
514
515         * tests/check/elements/playbin.c:
516         (test_sink_usage_video_only_stream),
517         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
518         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
519         (test_missing_suburisource_handler),
520         (test_missing_primary_decoder), (playbin_suite):
521           Run all tests once with decodebin and once with decodebin2.
522           One test does not pass yet with decodebin2.
523
524 2007-01-23  Edward Hervey  <edward@fluendo.com>
525
526         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
527         Fix the cases where oggmux doesn't properly figure out that all
528         sinkpads have gone EOS, and therefore doesn't push out the remaining
529         buffers and the final EOS event.
530         Fixes #363379
531
532 2007-01-23  Julien MOUTTE  <julien@moutte.net>
533
534         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
536         Don't lock on navigation event push, just on keysym to string.
537         Fixes #397673 again.
538
539 2007-01-22  Edward Hervey  <edward@fluendo.com>
540
541         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
542         (get_current_group), (group_demuxer_event_probe),
543         (gst_decode_group_expose), (deactivate_free_recursive),
544         (gst_decode_group_free):
545         Cleanups.
546         Don't forget to emit 'no-more-pads' once a group is exposed.
547         Cleanup elements from a DecodeGroup once we remove it.
548         Protect call to gst_decode_group_expose() with the decodebin lock.
549
550 2007-01-22  Julien MOUTTE  <julien@moutte.net>
551
552         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
554         Looking at Xorg code i can't figure out if that XKeysymToString
555         function is thread sensible or not. Lock it just in case as
556         recommended by Radek Doulik <rodo at ximian dot com>.
557
558 2007-01-22  Julien MOUTTE  <julien@moutte.net>
559
560         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
562         Lock that X Call as well. Fixes #397673.
563
564 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
565
566         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
567           Don't go into an endless loop if the file starts with 00 00 01 2X,
568           like quicktime redirect files might. Fixes #396042.
569
570         * tests/check/Makefile.am:
571         * tests/check/gst/.cvsignore:
572         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
573         (typefindfunctions_suite):
574           Add unit test for the above.
575
576 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
577
578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
579           On second thought, use "depth" field rather than "bpp" field.
580
581 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
582
583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
584           Camtasia caps apparently need a bpp field (#398875).
585
586 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
587
588         * gst/playback/gstplaybasebin.c: (setup_subtitle),
589         (gen_source_element), (gst_play_base_bin_change_state):
590           Attempt at a better error message in case we don't have the required
591           URI handler installed; post missing-plugin message also when we're
592           missing an URI handler for the subtitle URI; clean up properly also
593           when an error occurs and we never made it to PAUSED state.
594
595         * tests/check/elements/playbin.c: (GST_START_TEST),
596         (playbin_suite):
597           Check that we're also getting a missing-plugin messsage for a
598           missing subtitle URI handler (and clean up properly).
599
600 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
601
602         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
603           Plug a few reference leaks.
604
605 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
606
607         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
608           Lower probability a bit if the marker isn't right at the start,
609           to decrease the chance of false positives.
610
611 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
612
613         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
614           Small mpeg2 system stream typefinding improvement: make typefinder
615           probe a bit into the stream instead of just looking for a marker
616           at the beginning. Fixes #397810.
617
618 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
619
620         * gst/audioconvert/gstchannelmix.c:
621           Remove compatibility cruft for prehistoric GLib versions.
622
623 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
624
625         * gst/playback/Makefile.am:
626         * gst/playback/gstdecodebin.c: (close_pad_link):
627         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
628         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
629         (gst_play_base_bin_handle_message_func), (unknown_type):
630           Let decodebin be the element to post missing-plugin messages for
631           missing decoders (rather than playbin); make playbin implement
632           GstBin::handle_message so we can suppress missing-plugin messages
633           for types we're not handling on purpose (don't want to bring up an
634           installer in those cases).
635
636 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
637
638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
639         * gst-libs/gst/tag/gstvorbistag.c:
640         (gst_tag_list_to_vorbiscomment_buffer):
641         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
642           Fix potentially unaligned access (#397207).
643
644 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
645
646         * tests/examples/seek/seek.c: (set_scale), (update_scale),
647         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
648         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
649         (main):
650           Allow to toggle looping while it plays. Fix callback prototype. Clean
651           up code a bit more. Add copyright header.
652
653 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
654
655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
656           Red and blue mask was swapped (spotted by Dan Williams).
657
658 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
659
660         * gst-libs/gst/tag/gstid3tag.c:
661         * gst-libs/gst/tag/gstvorbistag.c:
662           Use new beats-per-minute tag from core.
663
664 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
665
666         * po/POTFILES.in:
667           Add new files with translatable strings, so they actually make it
668           into the template file one day.
669
670 2007-01-12  Andy Wingo  <wingo@pobox.com>
671
672         * gst-libs/gst/audio/gstbaseaudiosink.c
673         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
674         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
675         stuff, as the base class handles this now. Actually tell the ring
676         buffer to start.
677         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
678         How did this work before? Maybe I'm not as awesome a programmer as
679         I think.
680
681         * gst-libs/gst/audio/gstbaseaudiosrc.c
682         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
683         of a pad function.
684
685 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
686
687         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
688           Remove more fields so that the application can better blacklist
689           formats that have been tried before.
690
691 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
692
693         * gst-libs/gst/audio/mixerutils.h:
694           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
695           used when compiling with c++ compilers as well.
696
697 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
698
699         * gst/typefind/gsttypefindfunctions.c:
700           Fix comment.
701
702 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
703
704         * gst/playback/gstplaybin.c: (post_missing_element_message),
705         (gen_video_element), (gen_text_element), (gen_audio_element),
706         (gen_vis_element):
707           Post missing-plugin messages also when we error out because
708           converters, textoverlay or auto*sinks are missing (#161922).
709
710 2007-01-10  Wim Taymans  <wim@fluendo.com>
711
712         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
713         (is_demuxer_element), (new_caps):
714         * gst/playback/gstplaybasebin.c: (source_new_pad):
715         Fix the case where we try to ref a NULL element when we delay a link
716         because of unfixed caps.
717         Set the state of autoplugged decodebins to PAUSED.
718         RTSP now works in playbin, we can remove it from the blacklist.
719
720 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
721
722         * gst/playback/Makefile.am:
723         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
724         (unknown_type), (setup_subtitle), (gen_source_element):
725         * gst/playback/gstplaybin.c: (plugin_init):
726           Post missing-plugin messages on the bus for missing sources and
727           missing decoders/demuxers/depayloaders; fix error code used when
728           we're missing an URI handler source; for media types that we are not
729           handling on purpose at the moment, don't print "don't know how to
730           handle xyz" messages to the terminal or post missing-plugin
731           messages on the bus.
732
733         * tests/check/elements/playbin.c: (create_playbin),
734         (GST_START_TEST), (gst_codec_src_uri_get_type),
735         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
736         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
737         (gst_codec_src_init_type), (gst_codec_src_base_init),
738         (gst_codec_src_create), (gst_codec_src_class_init),
739         (gst_codec_src_init), (plugin_init), (playbin_suite):
740           Add some tests for the missing-plugin stuff.
741
742 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
743
744         * configure.ac:
745         * gst-libs/gst/Makefile.am:
746         * gst-libs/gst/utils/Makefile.am:
747         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
748         * gst-libs/gst/utils/base-utils.h:
749         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
750         (find_format_info), (caps_are_rtp_caps),
751         (gst_base_utils_get_source_description),
752         (gst_base_utils_get_sink_description),
753         (gst_base_utils_get_decoder_description),
754         (gst_base_utils_get_encoder_description),
755         (gst_base_utils_get_element_description),
756         (gst_base_utils_add_codec_description_to_tag_list),
757         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
758         * gst-libs/gst/utils/descriptions.h:
759         * gst-libs/gst/utils/missing-plugins.c:
760         (missing_structure_get_type), (copy_and_clean_caps),
761         (gst_missing_uri_source_message_new),
762         (gst_missing_uri_sink_message_new),
763         (gst_missing_element_message_new),
764         (gst_missing_decoder_message_new),
765         (gst_missing_encoder_message_new),
766         (missing_structure_get_string_detail),
767         (missing_structure_get_caps_detail),
768         (gst_missing_plugin_message_get_installer_detail),
769         (gst_missing_plugin_message_get_description),
770         (gst_is_missing_plugin_message):
771         * gst-libs/gst/utils/missing-plugins.h:
772           API: add new libgstbaseutils library with functions
773           - to create and parse missing-plugins messages
774           - that provide (translated) descriptions for caps/decoders/sources/etc.
775           Closes #392393.
776
777         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
778         * pkgconfig/gstreamer-plugins-base.pc.in:
779           Add new lib.
780
781         * docs/libs/gst-plugins-base-libs-docs.sgml:
782         * docs/libs/gst-plugins-base-libs-sections.txt:
783           Generate docs for new lib and API.
784
785         * tests/check/Makefile.am:
786         * tests/check/libs/.cvsignore:
787         * tests/check/libs/utils.c: (missing_msg_check_getters),
788         (GST_START_TEST), (libgstbaseutils_suite):
789           Add some basic unit tests.
790
791 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
792
793         * ext/ogg/Makefile.am:
794           Dist gstoggdemux.h to fix 'make distcheck'.
795
796         * sys/v4l/Makefile.am:
797           Fix 'make distcheck' even more.
798
799 2007-01-09  Wim Taymans  <wim@fluendo.com>
800
801         * docs/plugins/Makefile.am:
802         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
803         * docs/plugins/gst-plugins-base-plugins-sections.txt:
804         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
805         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
806         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
807         (gst_ogg_demux_perform_seek):
808         * ext/ogg/gstoggdemux.h:
809         Added docs.
810         Add some more comments.
811         Small cleanups.
812
813 2007-01-09  Wim Taymans  <wim@fluendo.com>
814
815         * ext/theora/theoradec.c:
816         * ext/vorbis/vorbisdec.c:
817         * gst-libs/gst/audio/gstringbuffer.c:
818         (gst_ring_buffer_commit_full):
819         * gst-libs/gst/audio/gstringbuffer.h:
820         * gst-libs/gst/rtp/gstrtpbuffer.c:
821         * gst-libs/gst/tag/gstvorbistag.c:
822         Small documentation updates/fixes
823
824 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
825
826         * configure.ac:
827           Require core CVS HEAD for Andy's basesrc/sink API additions.
828
829 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
830
831         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
832
833         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
834         (plugin_init):
835           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
836           on flac.sf.net (there appear to be other versions of the first
837           ogg page in the wild) (#391365).
838
839 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
840
841         * configure.ac:
842           Check if localtime_r() is available.
843
844         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
845           If localtime_r() is not available, fall back to localtime(). Should
846           fix build on MingW (#393310).
847
848 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
849
850         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
851         * gst/subparse/gstsubparse.h:
852           Remove spurious 1000 subtrahend when calculating the timestamp from
853           the frame number and the frame rate . Also, use the frames/second
854           value specified in the first line of the file, if one is specified
855           there. Should fix #357503.
856
857         * tests/check/elements/subparse.c: (do_test),
858         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
859         (subparse_suite):
860           Add some basic unit tests for the microdvd subtitle format.
861
862 2007-01-07  Julien MOUTTE  <julien@moutte.net>
863
864         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
865         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
866         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
867         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
868         (gst_xvimagesink_set_xwindow_id),
869         (gst_xvimagesink_set_event_handling),
870         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
871         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
872         Patch by : Young-Ho Cha <ganadist at chollian dot net>
873         Fixes : #390076.
874         Add an adaptor property to select a specific XV adaptor.
875         * sys/xvimage/xvimagesink.h:
876
877 2007-01-07  Julien MOUTTE  <julien@moutte.net>
878
879         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
880         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
881         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
882         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
883         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
884         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
885         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
886         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
887         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
888         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
889         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
890         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
891         Use flow_lock much more to protect every access to xwindow.
892         Try to catch erros while creating images in case some drivers are
893         just generating an XError when the requested image is too big.
894         Should fix : #354698, #384008, #384060.
895         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
896         Implement some stress testing of setting window xid.
897
898 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
899
900         * win32/common/libgsaudio.def:
901           Add new exported function.
902         * win32/common/libgstogg.dsp:
903           Add gstoggaviparse.c to the build.
904         * win32/common/libgstvideoscale.dsp:
905           Add vs_4tap.c to the build.
906         * win32/common/libgstvorbis.dsp:
907           Add vorbistag.c to the build.
908         
909 2007-01-06  Andy Wingo  <wingo@pobox.com>
910
911         * gst-libs/gst/audio/gstbaseaudiosink.c
912         (gst_base_audio_sink_class_init)
913         (gst_base_audio_sink_init): 
914         (gst_base_audio_sink_activate_pull): Add an activate_pull function
915         to baseaudiosink, and tell basesink that we can work in pull mode.
916         This way the ring buffer thread drives the pipeline directly, if
917         pull mode is possible. There is some lingering nastiness regarding
918         capsnego, however.
919         (gst_base_audio_sink_callback): Implement the callback to pull
920         data. This interface is a bit light, though -- it should get a
921         GstFlowReturn return value at least.
922
923 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
924
925         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
926         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
927         * gst/playback/gstdecodebin2.c:
928         (gst_decode_group_check_if_blocked):
929           Printf format and missing argument fixes.
930
931 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
932
933         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
934         (gst_ogm_parse_change_state):
935         Activate pads before adding them to the element.
936
937 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
938
939         * tests/examples/seek/scrubby.c: (main):
940         * tests/examples/seek/seek.c: (main):
941           Call g_thread_init() first thing in main() (see #391278).
942
943 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
944
945         * tests/check/Makefile.am:
946         * tests/check/libs/.cvsignore:
947         * tests/check/libs/netbuffer.c: (GST_START_TEST),
948         (netbuffer_suite):
949           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
950           for the time being, since it's broken, see #393099.
951
952 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
953
954         * tests/check/Makefile.am:
955           Update to use GST_PLUGINS_BASE_CFLAGS as well.
956
957 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
958
959         * configure.ac:
960           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
961           so that GST_BASE_CFLAGS can go inbetween them, making sure
962           we use uninstalled gst-libs headers
963         * docs/libs/Makefile.am:
964         * ext/alsa/Makefile.am:
965         * ext/cdparanoia/Makefile.am:
966         * ext/gnomevfs/Makefile.am:
967         * ext/libvisual/Makefile.am:
968         * ext/ogg/Makefile.am:
969         * ext/theora/Makefile.am:
970         * ext/vorbis/Makefile.am:
971         * gst-libs/gst/audio/Makefile.am:
972         * gst-libs/gst/cdda/Makefile.am:
973         * gst-libs/gst/interfaces/Makefile.am:
974         * gst-libs/gst/riff/Makefile.am:
975         * gst-libs/gst/rtp/Makefile.am:
976         * gst-libs/gst/tag/Makefile.am:
977         * gst/adder/Makefile.am:
978         * gst/audioconvert/Makefile.am:
979         * gst/audiorate/Makefile.am:
980         * gst/audioresample/Makefile.am:
981         * gst/playback/Makefile.am:
982         * gst/tcp/Makefile.am:
983         * gst/videoscale/Makefile.am:
984         * gst/volume/Makefile.am:
985         * sys/ximage/Makefile.am:
986         * sys/xvimage/Makefile.am:
987         * tests/icles/Makefile.am:
988           adapt
989
990 2007-01-04  Julien MOUTTE  <julien@moutte.net>
991
992         * gst-libs/gst/interfaces/xoverlay.c:
993         (gst_x_overlay_handle_events):
994         * gst-libs/gst/interfaces/xoverlay.h:
995         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
996         (gst_ximagesink_set_xwindow_id),
997         (gst_ximagesink_set_event_handling),
998         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
999         (gst_ximagesink_get_property), (gst_ximagesink_init),
1000         (gst_ximagesink_class_init):
1001         * sys/ximage/ximagesink.h:
1002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1003         (gst_xvimagesink_set_xwindow_id),
1004         (gst_xvimagesink_set_event_handling),
1005         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1006         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1007         (gst_xvimagesink_class_init):
1008         * sys/xvimage/xvimagesink.h:
1009         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1010         Add a method to the XOverlay interface to allow disabling of 
1011         event handling in x[v]imagesink elements. This will let X events
1012         propagate to parent windows which can be usefull in some cases.
1013         Be carefull that the application is then responsible of pushing
1014         navigation events and expose events to the video sink.
1015         Fixes: #387138.
1016
1017 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1018
1019         * gst-libs/gst/tag/gstvorbistag.c:
1020         * tests/check/libs/tag.c: (GST_START_TEST):
1021           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1022           (fixes #392070).
1023
1024 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1025
1026         * configure.ac:
1027         * docs/Makefile.am:
1028         * docs/design/Makefile.am:
1029           Dist design docs.
1030
1031 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1032
1033         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1034         typo. Fixes: #390063.
1035
1036 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1037
1038         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1040         caps leak.
1041         * win32/common/config.h: Updated.
1042
1043 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1044
1045         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1046         (setup_gdpdepay_streamheader):
1047         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1048         (setup_gdppay_streamheader):
1049           Fix the dp tests, but activating the pads for the streamheader tests
1050           too and cleaning up conditionaly
1051
1052 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1053
1054         * gst/ffmpegcolorspace/avcodec.h:
1055         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1056         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1057         (gst_ffmpegcsp_avpicture_fill):
1058         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1059         (img_get_alpha_info):
1060         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1061         other end of the word. Fixes: #387073.
1062
1063         Add some inconsequential branch hints in a couple of places.
1064
1065 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1066
1067         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1068         (gst_ffmpeg_caps_to_smpfmt):
1069           The "signed" field in raw audio caps is of boolean type, trying to
1070           extract the value with _get_int() will fail (fix to keep in sync with
1071           the copy in gst-ffmpeg)
1072
1073 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1074
1075         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1076         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1077         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1078         (cleanup_gdpdepay):
1079         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1080         * tests/check/elements/subparse.c: (teardown_subparse):
1081         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1082         * tests/check/elements/videorate.c: (cleanup_videorate):
1083         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1084         * tests/check/elements/volume.c: (cleanup_volume):
1085         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1086         (cleanup_vorbisdec):
1087         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1088         (cleanup_vorbistag):
1089           consistent pad (de)activation
1090
1091 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1092
1093         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1094           Forgot to register the extensions.
1095
1096 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1097
1098         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1099         (plugin_init):
1100           Add typefinder for VIVO files (my christmas present to the 90s).
1101
1102 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1103
1104         * gst/playback/gstdecodebin.c: (type_found):
1105           Special-case the text/plain media type: we only want to recognise it
1106           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1107           parser, but not if the entire stream is of text/plain type. If the
1108           entire stream is text/plain, we should just error out.
1109
1110           This fixes playback of audio files with lyrics in totem. Totem can't
1111           distinguish between text files and subtitle files and passes any
1112           .txt file with the same basename as the main file to playbin as
1113           suburi, and playbin will then throw a 'subtitle found, but no video
1114           stream' error, which isn't entirely helpful. See #380342.
1115
1116           Also, with this change we'll show a slightly more correct error
1117           message in case totem passes a playlist file to us (although a
1118           custom error message wording instead of the default text would
1119           probably not be a bad idea either).
1120
1121           Same problem also needs to be fixed for playbin+decodebin2.
1122
1123         * tests/check/Makefile.am:
1124         * tests/check/elements/decodebin.c: (src_handoff_cb),
1125         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1126         (decodebin_suite):
1127           Add simple unit test for decodebin for the above.
1128
1129 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1132         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1133           Refuse to change state to READY when we failed to create any of the
1134           required elements in our instance init function.
1135
1136 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1137
1138         * docs/libs/gst-plugins-base-libs-sections.txt:
1139           Small docs fixes/updates.
1140
1141         * gst-libs/gst/video/gstvideosink.h:
1142           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1143           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1144           removed from the base sink API between 0.9.6 and 0.9.7).
1145           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1146           accessor macros, so we don't do a runtime GObject type check every
1147           time we use them.
1148
1149 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1150
1151         * Makefile.am:
1152         * gst-plugins-base.doap:
1153         * gst-plugins-base.spec.in:
1154           add doap file
1155
1156 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         Patch by: Jens Granseuer <jensgr at gmx net>
1159
1160         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1161         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1162         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1163         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1164         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1165           Declare variables at the beginning of a block. Fixes #383195.
1166
1167 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1168
1169         * configure.ac:
1170         Bump version nano - back to CVS.
1171
1172
1173 === release 0.10.11 ===
1174
1175 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1176
1177         * configure.ac:
1178           releasing 0.10.11, "Dumb things"
1179
1180 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1181
1182         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1183         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1184         Handle the case where an element has multiple pads with 
1185         unfixed caps as well as still possibly producing more dynamic 
1186         pads by storing each case as a distinct entry in the dynamic list.
1187         Fixes #38223 again.
1188
1189 2006-12-04  Wim Taymans  <wim@fluendo.com>
1190
1191         * gst/playback/gstdecodebin.c: (close_pad_link):
1192         Fix #382223, add more dynamic caps handling.
1193
1194 2006-12-04  Wim Taymans  <wim@fluendo.com>
1195
1196         reviewed by: <delete if not using a buddy>
1197
1198         * gst-libs/gst/audio/gstringbuffer.h:
1199         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1200         (gst_netaddress_set_ip4_interface),
1201         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1202         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1203         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1204         (gst_netaddress_get_ttl):
1205         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1206         * gst/playback/gstdecodebin.c: (close_pad_link):
1207         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1208         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1209         * win32/common/config.h:
1210
1211 2006-12-01  Michael Smith  <msmith@fluendo.com>
1212
1213         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1214           Delete bad debug code.
1215           Fixes #381219
1216
1217 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1218
1219         * gst/videoscale/vs_4tap.c:
1220         * win32/MANIFEST:
1221         * win32/common/config.h:
1222         * win32/vs8/libgstvideoscale.vcproj:
1223         Fix compilation on win32 under VS8
1224         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1225         Partially fixes #381175
1226
1227 2006-11-30  Michael Smith  <msmith@fluendo.com>
1228
1229         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1230         (GST_START_TEST):
1231           It would be very bad if, after a discont buffer, we thought every
1232           single following buffer was also discont. So, add to the test to
1233           ensure that this isn't the case.
1234           
1235         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1236           ... it was the case. So fix it.
1237
1238 2006-11-28  Wim Taymans  <wim@fluendo.com>
1239
1240         * gst/playback/gstplaybasebin.c: (check_queue_event):
1241         Improve debug.
1242
1243         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1244         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1245         padtemplate caps. Refixes #357577.
1246
1247 2006-11-28  Wim Taymans  <wim@fluendo.com>
1248
1249         * gst/playback/gstplaybasebin.c: (check_queue_event),
1250         (queue_threshold_reached), (queue_out_of_data),
1251         (gen_preroll_element):
1252         Add event probe to see when EOS is in a queue and we can disable the
1253         underrun signals. Fixes #357577.
1254
1255 2006-11-28  Edward Hervey  <edward@fluendo.com>
1256
1257         * gst/playback/Makefile.am:
1258         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1259         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1260         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1261         (gst_decode_bin_init), (gst_decode_bin_dispose),
1262         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1263         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1264         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1265         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1266         (connect_element), (expose_pad), (type_found),
1267         (pad_added_group_cb), (pad_removed_group_cb),
1268         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1269         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1270         (are_raw_caps), (multi_queue_overrun_cb),
1271         (multi_queue_underrun_cb), (gst_decode_group_new),
1272         (get_current_group), (group_demuxer_event_probe),
1273         (gst_decode_group_control_demuxer_pad),
1274         (gst_decode_group_control_source_pad),
1275         (gst_decode_group_check_if_blocked),
1276         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1277         (gst_decode_group_hide), (gst_decode_group_free),
1278         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1279         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1280         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1281         (plugin_init):
1282         New decodebin2 element.
1283         Closes #370092
1284         * gst/playback/gstplay-marshal.list:
1285         Added marshallers for new signals in decodebin2
1286         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1287         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1288         is set.
1289
1290 2006-11-28  Wim Taymans  <wim@fluendo.com>
1291
1292         * gst/playback/gstplaybasebin.c: (setup_source),
1293         (gst_play_base_bin_change_state):
1294         Disable rtsp:// uris for the release, it's not good enough yet.
1295         Remove unused var.
1296
1297 2006-11-26  Wim Taymans  <wim@fluendo.com>
1298
1299         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1300         (theora_dec_push_forward), (theora_dec_push_reverse),
1301         (theora_handle_data_packet), (theora_dec_decode_buffer),
1302         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1303         (theora_dec_chain_forward), (theora_dec_chain):
1304         Implement reverse playback.
1305
1306         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1307         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1308         (vorbis_dec_chain_forward):
1309         Clear buffers used for reverse playback in _reset.
1310         No need to set the eos flag, we clip samples using the segment.
1311
1312 2006-11-24  Wim Taymans  <wim@fluendo.com>
1313
1314         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1315         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1316         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1317         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1318         Some cleanups.
1319         Handle continued pages in reverse mode.
1320
1321 2006-11-24  Wim Taymans  <wim@fluendo.com>
1322
1323         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1324         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1325         (vorbis_dec_flush_decode):
1326         Small cleanups.
1327         Don't try to add invalid timestamps.
1328         Clipping will unref the buffer.
1329
1330 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * gst/adder/gstadder.h:
1333         * gst/audiotestsrc/gstaudiotestsrc.h:
1334           remove obsolete _factory_init protos
1335
1336 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1337
1338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1339           Fix spacing in debug message.
1340
1341 2006-11-23  Wim Taymans  <wim@fluendo.com>
1342
1343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1344         (gst_ogg_demux_chain):
1345         Don't just ignore return values from _pad_push().
1346         Small debug improvements.
1347
1348 2006-11-23  Michael Smith  <msmith@fluendo.com>
1349
1350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1351           If our incoming buffer is marked as DISCONT, then increment the page
1352           number (so that the discontinuity is marked in the final ogg
1353           bitstream) and flush the previous page.
1354
1355 2006-11-22  Michael Smith  <msmith@fluendo.com>
1356
1357         * ext/theora/gsttheoraenc.h:
1358         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1359         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1360         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1361         (theora_enc_chain), (theora_enc_change_state):
1362           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1363
1364         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1365         (GST_START_TEST), (theoraenc_suite):
1366           Enable discontinuity test, fix it.
1367
1368 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1371         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1372         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1373         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1374         (gst_text_overlay_change_state):
1375         * ext/pango/gsttextoverlay.h:
1376           Some textoverlay fixes: for one, in the video chain function,
1377           actually wait for a text buffer to come in if there is none at the
1378           moment and there should be one; also, deal more gracefully with
1379           incoming buffers that do not have a timestamp or duration; discard
1380           text buffer when not needed any longer. Fixes #341681.
1381
1382         * tests/check/Makefile.am:
1383         * tests/check/elements/.cvsignore:
1384         * tests/check/elements/textoverlay.c:
1385         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1386         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1387         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1388         (test_video_waits_for_text_send_text_newsegment_thread),
1389         (test_video_waits_for_text_shutdown_element),
1390         (test_render_continuity_push_video_buffers_thread),
1391         (textoverlay_suite):
1392           Add some unit tests for textoverlay.
1393
1394 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1395
1396         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1397           Avoid integer underflow when the found probability for mp3 is
1398           smaller than the 'penalty' we subtract if there's not a clean
1399           mp3 header sync at offset 0.
1400
1401 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1402
1403         * docs/libs/gst-plugins-base-libs-sections.txt:
1404           Add some new symbols to the docs
1405
1406 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1407
1408         * tests/check/Makefile.am:
1409         * tests/check/elements/ffmpegcolorspace.c:
1410         (ffmpegcolorspace_suite):
1411           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1412           (for now not for valgrinding though, since it takes too long).
1413
1414 2006-11-20  Wim Taymans  <wim@fluendo.com>
1415
1416         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1417         (gst_ffmpeg_pixfmt_to_caps):
1418         Fix RGBA32 caps. Fixes #357038.
1419
1420 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1421
1422         * gst-libs/gst/interfaces/mixertrack.h:
1423           Add FIXME so we can add some padding here in 0.11
1424
1425 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1426
1427         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1428           Fix GstBaseRTPAudioPayload structure so the whole GObject
1429           inheritance business actually works (parent class instance structure
1430           must always come first in the derived class instance structure).
1431
1432 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1433
1434         * gst/videotestsrc/Makefile.am:
1435         * tests/check/Makefile.am:
1436           Make sure our checks and the videotestsrc plugin link against the
1437           local uninstalled gst libs and not any installed gst libs that
1438           might happen to exist as well.
1439
1440         * tests/check/elements/adder.c: (message_received),
1441         (test_event_message_received), (test_play_twice_message_received):
1442         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1443           Fix compiler warnings when compiling against core with disabled
1444           debugging system.
1445
1446 2006-11-16  Michael Smith  <msmith@fluendo.com>
1447
1448         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1449         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1450           Fix audiorate, so that it accurately sets offsets and timestamps.
1451           Doesn't change the fundamental algorithmic decisions; so should be
1452           safe.
1453
1454         * tests/check/Makefile.am:
1455           Enable audiorate test now that it passes.
1456
1457 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1458
1459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1460           clear xv when going to NULL, remove // commented non-existant proto
1461
1462         * tests/examples/seek/seek.c: (main):
1463           add missing tooltip description for scrub and play_scrub
1464
1465 2006-11-14  David Schleef  <ds@schleef.org>
1466
1467         * configure.ac:
1468           Bump liboil requirement to 0.3.8.
1469         * gst-libs/gst/riff/riff-media.c:
1470           Add Dirac fourcc.
1471         * gst/videoscale/vs_image.h:
1472         * gst/videoscale/vs_scanline.h:
1473           Use liboil's stdint.h.
1474         * gst/videotestsrc/videotestsrc.c:
1475           Remove liboil related ifdef's, since they aren't needed now, and
1476           won't work with future versions.
1477
1478 2006-11-14  David Schleef  <ds@schleef.org>
1479
1480         * gst/videoscale/Makefile.am:
1481         * gst/videoscale/gstvideoscale.c:
1482         * gst/videoscale/gstvideoscale.h:
1483         * gst/videoscale/vs_4tap.c:
1484         * gst/videoscale/vs_4tap.h:
1485         * gst/videoscale/vs_image.c:
1486         * gst/videoscale/vs_image.h:
1487         * gst/videoscale/vs_scanline.c:
1488         * gst/videoscale/vs_scanline.h:
1489           Add a 4-tap image scaler.  Theoretically looks much prettier.
1490           The tap calculation could use some improvement.
1491
1492 2006-11-14  Wim Taymans  <wim@fluendo.com>
1493
1494         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1495
1496         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1497         (gst_riff_parse_strf_iavs):
1498         * gst/subparse/gstsubparse.c: (convert_encoding):
1499         * gst/tcp/gstmultifdsink.c:
1500         (gst_multi_fd_sink_handle_client_write):
1501         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1502         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1503         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1504         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1505         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1506         (gst_ximagesink_ximage_new):
1507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1508         Various gsize and gssize printf fixes. Fixes #372507.
1509
1510 2006-11-13  Wim Taymans  <wim@fluendo.com>
1511
1512         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1513         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1514         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1515         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1516         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1517         * ext/vorbis/vorbisdec.h:
1518         First stab at vorbis reverse playback.
1519
1520 2006-11-13  Wim Taymans  <wim@fluendo.com>
1521
1522         * gst-libs/gst/audio/gstbaseaudiosink.c:
1523         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1524         * gst-libs/gst/audio/gstbaseaudiosink.h:
1525         Make the clock sync code more accurate wrt resampling and playback
1526         at different rates.
1527         
1528         * gst-libs/gst/audio/gstringbuffer.c:
1529         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1530         * gst-libs/gst/audio/gstringbuffer.h:
1531         Use better algorithm to interpolate sample rates. 
1532
1533 2006-11-13  Michael Smith  <msmith@fluendo.com>
1534
1535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1536           Improve a debug line slightly.
1537
1538         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1539           Call gst_riff_init() in plugin_init, to avoid getting errors from
1540           the debug system (unrelated changes to another plugin made this turn
1541           up; not sure why).
1542
1543 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1544
1545         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1546
1547         * win32/common/libgsttag.def:
1548           Add missing symbol (#366492).
1549
1550 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1551
1552         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1553           Don't unref a NULL pad.
1554
1555 2006-11-09  Wim Taymans  <wim@fluendo.com>
1556
1557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1558         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1559         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1560         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1561         (gst_ogg_demux_loop):
1562         Implement first stab at reverse playback.
1563
1564 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1565
1566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1567         (gst_riff_create_video_template_caps):
1568           add h263/h264 variants to the caps, Fixes #363118
1569
1570 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1571
1572         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1573         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1574           Use g_strerror instead of strerror so we get UTF-8.
1575
1576 2006-11-03  David Schleef  <ds@schleef.org>
1577
1578         * ext/ogg/gstoggdemux.c:
1579         * ext/ogg/gstoggmux.c:
1580           Add/remove KW-DIRAC header here, since it is ogg-specific.
1581
1582 2006-11-03  Michael Smith  <msmith@fluendo.com>
1583
1584         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1585           Recognise more mpeg4 elementary video streams.
1586
1587 2006-11-02  Edward Hervey  <edward@fluendo.com>
1588
1589         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1590         Lower the probability of mp3 typefinding functions if we don't find a
1591         valid mp3 header at the start of the file.
1592         Closes #369482
1593
1594 2006-11-02  Wim Taymans  <wim@fluendo.com>
1595
1596         * ext/theora/gsttheoradec.h:
1597         * ext/theora/theoradec.c: (gst_theora_dec_init),
1598         (theora_dec_sink_event), (theora_dec_chain_forward),
1599         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1600         (theora_dec_chain):
1601         Document and partially implement an algorithm for doing reverse playback
1602         of theora video.
1603
1604 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1605
1606         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1607
1608         * win32/common/config.h:
1609         * win32/common/interfaces-enumtypes.c:
1610         * win32/common/libgsttag.def:
1611         * win32/vs8/gst-plugins-base.sln:
1612         * win32/vs8/libgstaudioresample.vcproj:
1613         * win32/vs8/libgstinterfaces.vcproj:
1614         * win32/vs8/libgstogg.vcproj:
1615         * win32/vs8/libgstriff.vcproj:
1616         * win32/vs8/libgsttag.vcproj:
1617         * win32/vs8/libgsttheora.vcproj:
1618         * win32/vs8/libgstvideoscale.vcproj:
1619         * win32/vs8/libgstvorbis.vcproj:
1620           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1621           to libgsttag.def; add missing dependencies for some vs8 projects;
1622           re-arrange placement of .def files in vs8 projects (#366334).
1623
1624 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1625
1626         * ext/ogg/gstogg.c:
1627           Remove unused variable.
1628
1629         * ext/ogg/gstoggdemux.c:
1630           Fix Wim's surname in plugin description.
1631
1632 2006-10-31  Wim Taymans  <wim@fluendo.com>
1633
1634         * gst-plugins-base.spec.in:
1635         spec new .h file. Fixes #368310.
1636
1637 2006-10-31  Michael Smith  <msmith@fluendo.com>
1638
1639         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1640         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1641         (gst_multi_fd_sink_get_stats),
1642         (gst_multi_fd_sink_remove_client_link),
1643         (gst_multi_fd_sink_queue_buffer),
1644         (gst_multi_fd_sink_handle_clients):
1645         * gst/tcp/gstmultifdsink.h:
1646           Make using the remove or clear signals threadsafe.
1647           Make calling get-stats with an invalid fd not segfault.
1648           Fixes 368273.
1649
1650 2006-10-31  Wim Taymans  <wim@fluendo.com>
1651
1652         * gst-libs/gst/rtp/Makefile.am:
1653         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1654         (gst_base_rtp_audio_payload_init):
1655         Fix and activate base audio payloader.
1656
1657 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1658
1659         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1660         (plugin_init):
1661           Add typefinder for QuickTime Image Files (see #366156).
1662
1663 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1664
1665         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1666           Another typo fix (#366212).
1667
1668 2006-10-27  Wim Taymans  <wim@fluendo.com>
1669
1670         * gst/volume/gstvolume.c: (volume_transform_ip):
1671         Use stream time to synchronize volume property instead of rather random
1672         timestamps. This is needed when gnonlin does its time shifting.
1673
1674 2006-10-27  Wim Taymans  <wim@fluendo.com>
1675
1676         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1677
1678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1679         Remove the pad from the element in release_pad. Fixes #364812.
1680
1681 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1682
1683         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1685           Explicitly create our custom buffer classes at a thread-safe
1686           location as well, since g_type_class_ref() doesn't seem to be
1687           entirely thread-safe either (#365501; also see #349410).
1688
1689 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1690
1691         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1692         (gst_riff_parse_info):
1693           If strings in INFO chunk are not UTF-8, do something similar to
1694           what we do for ID3v1 tags: check a number of environment variables
1695           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1696           character sets to try, otherwise try the current locale and/or fall
1697           back on ISO-8859-1. Fixes #360552.
1698
1699 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1700
1701         * gst/videotestsrc/gstvideotestsrc.c:
1702         (gst_video_test_src_pattern_get_type),
1703         (gst_video_test_src_set_pattern):
1704         * gst/videotestsrc/gstvideotestsrc.h:
1705         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1706         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1707         (gst_video_test_src_checkers8):
1708         * gst/videotestsrc/videotestsrc.h:
1709           Add a bunch of exciting new checkers patterns.
1710
1711 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1712
1713         * gst/subparse/Makefile.am:
1714         * gst/subparse/gstsubparse.c:
1715         (gst_sub_parse_data_format_autodetect),
1716         (gst_sub_parse_format_autodetect), (handle_buffer),
1717         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1718         * gst/subparse/gstsubparse.h:
1719         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1720         (parse_tmplayer):
1721         * gst/subparse/tmplayerparse.h:
1722           Add support for TMPlayer-type subtitles (#362845).
1723
1724         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1725         (GST_START_TEST), (subparse_suite):
1726           Add some basic unit tests for the above.
1727
1728 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1729
1730         * tests/check/elements/audiorate.c: (test_injector_base_init),
1731         (test_injector_class_init), (test_injector_chain),
1732         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1733         (GST_START_TEST), (audiorate_suite):
1734           More tests for audiorate: inject buffers to check behaviour when
1735           buffers overlap.
1736
1737 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1738
1739         * tests/check/Makefile.am:
1740         * tests/check/elements/.cvsignore:
1741         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1742         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1743           Add some basic unit tests for audiorate. Disabled at the moment
1744           since it doesn't pass yet (see bug #363119).
1745
1746 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1747
1748         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1749         (parse_subrip), (handle_buffer):
1750           Add missing closing tags for markup and fix broken markup,
1751           otherwise pango won't render anything (fixes #357531). Also,
1752           make sure the text we send out is always NUL-terminated
1753           (better safe than sorry etc.).
1754
1755         * tests/check/elements/subparse.c: (test_srt_do_test),
1756         (test_srt):
1757           Some more tests for .srt incl. tests for the above stuff.
1758
1759 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1760
1761         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1763         Patch by: Stefan Kost  <ensonic@users.sf.net>
1764         Try to redraw borders only when needed. Apparently this consumes
1765         resources on small devices... :-O (#363607)
1766
1767 2006-10-20  Michael Smith  <msmith@fluendo.com>
1768
1769         * gst/tcp/gstmultifdsink.c:
1770         (gst_multi_fd_sink_client_queue_buffer):
1771           If caps change, then update the client's idea of the caps so that we
1772           don't end up re-sending streamheaders for every single buffer after
1773           the caps change.
1774
1775 2006-10-20  Michael Smith  <msmith@fluendo.com>
1776
1777         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1778         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1779           Set caps on pushed buffers; fix up refcounting of caps objects.
1780
1781 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1782
1783         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1784         (plugin_init):
1785           Typefind mmsh header data packet to application/x-mmsh (#362625).
1786
1787 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1788
1789         * tests/check/Makefile.am:
1790         * tests/check/elements/.cvsignore:
1791         * tests/check/elements/subparse.c: (buffer_from_static_string),
1792         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1793         (GST_START_TEST), (subparse_suite):
1794           Add very simple unit test for subparse.
1795
1796 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1797
1798         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1799         (parse_subrip):
1800           Strip trailing newlines from subtitle text output.
1801
1802 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1803
1804         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1805         (gst_sub_parse_change_state):
1806           Fix memleak; clear subparse->textbuf n state change function.
1807
1808 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         * gst/subparse/gstsubparse.c:
1811         (gst_sub_parse_data_format_autodetect):
1812           Don't require subrip (.srt) files to start with a chunk number of 1.
1813
1814 2006-10-18  Wim Taymans  <wim@fluendo.com>
1815
1816         * gst-libs/gst/audio/gstbaseaudiosink.c:
1817         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1818         * gst-libs/gst/audio/gstbaseaudiosink.h:
1819         Extract rate from the NEWSEGMENT event.
1820         Use commit_full to also take rate adjustment into account when writing
1821         samples to the ringbuffer.
1822         
1823         * gst-libs/gst/audio/gstringbuffer.c:
1824         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1825         (gst_ring_buffer_read):
1826         * gst-libs/gst/audio/gstringbuffer.h:
1827         Added _commit_full() to also take rate into account.
1828         Use simple interpolation algorithm to resample audio.
1829         API: gst_ring_buffer_commit_full()
1830
1831         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1832         * tests/examples/seek/seek.c: (segment_done):
1833         Don't try to seek with 0.0 rate, just pause instead.
1834         Remove bogus debug line.
1835
1836 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1837
1838         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1839         (setup_source):
1840           Catch async errors when starting up the subtitle bin, so we can
1841           stop waiting and continue with the main film instead of hanging
1842           forever. Fixes #339366.
1843
1844         * tests/check/elements/playbin.c: (playbin_suite):
1845           Enable unit test for the above.
1846
1847 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1848
1849         * tests/check/Makefile.am:
1850         * tests/check/elements/.cvsignore:
1851         * tests/check/elements/playbin.c: (GST_START_TEST),
1852         (gst_red_video_src_uri_get_type),
1853         (gst_red_video_src_uri_get_protocols),
1854         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1855         (gst_red_video_src_uri_handler_init),
1856         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1857         (gst_red_video_src_create), (gst_red_video_src_class_init),
1858         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1859           Some small and basic unit tests for playbin; not very useful yet,
1860           but at least a start.
1861
1862 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1863
1864         * gst/playback/gstplaybin.c: (setup_sinks):
1865           The old pad activation spiel.
1866
1867 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1868
1869         * gst/playback/gstplaybasebin.c: (setup_source):
1870           Don't hang forever if the subbin already fails to start up in 
1871           the state change to PAUSED (#339366).
1872
1873 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1874
1875         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1876         (gst_tuner_set_channel), (gst_tuner_get_channel),
1877         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1878         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1879         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1880         (gst_tuner_find_channel_by_name):
1881           Fix some function guards, add some more function guards.
1882
1883 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1884
1885         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1886         (remove_element_chain):
1887         Don't return a pad from get_our_ghost_pad unless it is actually the
1888         one we want.
1889         Change a cast in remove_element_chain slightly.
1890
1891 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1892
1893         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1894         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1895         Segment seeking needs to use the rate and set stop to -1.
1896
1897 2006-10-13  Wim Taymans  <wim@fluendo.com>
1898
1899         * gst-libs/gst/audio/gstbaseaudiosink.c:
1900         (gst_base_audio_sink_setcaps):
1901         Don't crash when ringbuffer is not yet created.
1902         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1903         Fixes #361634.
1904
1905         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1906         * gst/playback/gststreamselector.c:
1907         (gst_stream_selector_request_new_pad):
1908         Activate pads befre adding them to running elements.
1909
1910 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1911
1912         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1913         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1914         updater when we start grabing the slider. Don't wait for the
1915         pipeline to be PAUSED.
1916
1917 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1918
1919         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1920         (gst_mixer_set_volume), (gst_mixer_get_volume),
1921         (gst_mixer_set_mute), (gst_mixer_set_option),
1922         (gst_mixer_get_option), (gst_mixer_mute_toggled),
1923         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
1924         (gst_mixer_option_changed):
1925           Guard mixer interface functions against bogus arguments.
1926
1927 2006-10-12  Julien MOUTTE  <julien@moutte.net>
1928
1929         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1930         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
1931         (msg_state_changed), (main): Use state-changed messages to trigger
1932         start/stop of scale update timer. Indeed the scale slider was
1933         jumping here and there because the update timer was activated 
1934         before seek completed. This fixes instant applying of rate changes
1935         by pressing the spinbutton like a crazy man !
1936
1937 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
1938
1939         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
1940
1941         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1942         (gst_basertppayload_finalize):
1943           Fix two small memory leaks (#361456).
1944
1945 2006-10-10  Julien MOUTTE  <julien@moutte.net>
1946
1947         * tests/examples/seek/seek.c: (do_seek),
1948         (rate_spinbutton_changed_cb): When changing spinbutton we try
1949         to change the rate on the fly.
1950
1951 2006-10-10  Wim Taymans  <wim@fluendo.com>
1952
1953         * gst-libs/gst/riff/riff-ids.h:
1954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1955         (gst_riff_create_audio_template_caps):
1956         Add WMS caps.
1957
1958 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1959
1960         Patch by: Josep Torre Valles <josep@fluendo.com>
1961
1962         * ext/gnomevfs/gstgnomevfssink.c:
1963         * ext/gnomevfs/gstgnomevfssrc.c:
1964         Fix URI interface implementation return type.
1965         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
1966         Fix what looks like a copy/paste issue when assigning values.
1967         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1968         (gst_audio_filter_template_get_type):
1969         Cast to prevent Forte warnings.
1970         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1971         Fix URI interface implementation return type.
1972         gst_pad_query_position requires a signed integer pointer as
1973         3rd parameter, GstClockTime is unsigned.
1974         * gst/audioconvert/audioconvert.c:
1975         Fix integer overflow when treated as signed.
1976         * gst/audioresample/resample.c: (resample_add_input_data):
1977         Cast to prevent warnings on Forte.
1978         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
1979         Fix integer overflow when treated as signed.
1980         * gst/ffmpegcolorspace/imgconvert_template.h:
1981         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
1982         * gst/playback/gstdecodebin.c: (queue_filled_cb),
1983         (cleanup_decodebin):
1984         Who initialises a guint to -1!
1985         Cast function pointers to prevent warnings on Forte.
1986         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
1987         (queue_threshold_reached):
1988         Cast function pointers correctly to prevent warnings on Forte.
1989         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
1990         Cast function pointers correctly to prevent warnings on Forte.
1991         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
1992         Obvious change to unsigned, 0xEF > max signed char.
1993         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
1994         GstClockTime is unsigned, initialise correctly.
1995         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
1996         Cast so pointer arithemetic doesn't cause warnings on Forte.
1997         * gst/videorate/gstvideorate.c:
1998         Use correct return value.
1999         * tests/examples/seek/scrubby.c:
2000         GstClockTime is unsigned, initialise correctly.
2001
2002 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2003
2004         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2005
2006         * gst/typefind/gsttypefindfunctions.c:
2007           Recognise XML files and XML-like files shorter than 256 bytes as
2008           well (fixes #359237).
2009
2010 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2011
2012         Patch by: Renato Filho <renato.filho@indt.org.br>
2013         
2014         * gst/typefind/gsttypefindfunctions.c:
2015         Added typefind functions to video/x-nuv media.
2016         
2017 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2018
2019         * gst-libs/gst/interfaces/xoverlay.c:
2020         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2021           Some more guards against invalid input.
2022
2023 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2024
2025         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2026         Useless goto.
2027         * tests/examples/seek/seek.c: (do_seek),
2028         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2029         seek example to experiment with rates != 1.0 (reverse playback !)
2030
2031 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2032
2033         * gst-libs/gst/interfaces/xoverlay.c:
2034           Unref message in doc-example (spotted by Robert McQueen)
2035
2036 2006-10-06  Wim Taymans  <wim@fluendo.com>
2037
2038         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2039         (mpeg1_parse_header), (mpeg1_sys_type_find):
2040         printf fix.
2041
2042 2006-10-06  Wim Taymans  <wim@fluendo.com>
2043
2044         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2045         (close_pad_link):
2046         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2047         Activate dynamic pads before adding them to the element.
2048
2049 2006-10-06  Michael Smith  <msmith@fluendo.com>
2050
2051         * gst-libs/gst/floatcast/floatcast.h:
2052           Fix obviously-bogus macros; use the correct types.
2053
2054 2006-10-06  Wim Taymans  <wim@fluendo.com>
2055
2056         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2057         (gst_base_rtp_depayload_change_state):
2058         Also call parent state change function to activate pads.
2059
2060         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2061         (mpeg1_parse_header), (mpeg1_sys_type_find):
2062         Add some more debug info in mpeg typefinding.
2063
2064 2006-10-06  Michael Smith  <msmith@fluendo.com>
2065
2066         * ext/theora/theoradec.c: (theora_dec_chain):
2067           Zero byte theora packets are valid and well-defined; don't warn on
2068           them.
2069
2070 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2071
2072         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2073         (gst_multi_fd_sink_get_stats), (find_limits),
2074         (gst_multi_fd_sink_queue_buffer):
2075           API: add dropped_buffers to the get-stats GValueArray
2076
2077 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2078
2079         * ext/alsa/gstalsadeviceprobe.c:
2080         (gst_alsa_device_property_probe_get_values):
2081         * ext/alsa/gstalsasink.c: (set_hwparams):
2082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2083         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2084         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2085         (gst_ogg_mux_process_best_pad):
2086         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2087         (gst_ogg_parse_chain):
2088         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2089         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2090         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2091         (gst_vorbis_enc_buffer_check_discontinuous):
2092         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2093         * gst-libs/gst/audio/gstbaseaudiosink.c:
2094         (gst_base_audio_sink_render):
2095         * gst-libs/gst/cdda/gstcddabasesrc.c:
2096         (gst_cdda_base_src_handle_track_seek):
2097         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2098         (gst_base_rtp_depayload_push_full):
2099         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2100         * gst/audioresample/resample.c: (resample_input_pushthrough):
2101         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2102         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2103         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2104         (wavpack_type_find):
2105         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2106         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2107         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2108         * tests/check/elements/volume.c: (GST_START_TEST):
2109           Printf format fixes.
2110
2111 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2112
2113         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2114           Fix a simple mistake (see the docs)
2115           Fixes #359580
2116
2117 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2118
2119         * docs/plugins/Makefile.am:
2120         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2121         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2122         * docs/plugins/gst-plugins-base-plugins.args:
2123         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2124         * docs/plugins/inspect/plugin-adder.xml:
2125         * docs/plugins/inspect/plugin-alsa.xml:
2126         * docs/plugins/inspect/plugin-audioconvert.xml:
2127         * docs/plugins/inspect/plugin-audiorate.xml:
2128         * docs/plugins/inspect/plugin-audioresample.xml:
2129         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2130         * docs/plugins/inspect/plugin-cdparanoia.xml:
2131         * docs/plugins/inspect/plugin-decodebin.xml:
2132         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2133         * docs/plugins/inspect/plugin-gdp.xml:
2134         * docs/plugins/inspect/plugin-gnomevfs.xml:
2135         * docs/plugins/inspect/plugin-libvisual.xml:
2136         * docs/plugins/inspect/plugin-ogg.xml:
2137         * docs/plugins/inspect/plugin-pango.xml:
2138         * docs/plugins/inspect/plugin-playbin.xml:
2139         * docs/plugins/inspect/plugin-subparse.xml:
2140         * docs/plugins/inspect/plugin-tcp.xml:
2141         * docs/plugins/inspect/plugin-theora.xml:
2142         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2143         * docs/plugins/inspect/plugin-video4linux.xml:
2144         * docs/plugins/inspect/plugin-videorate.xml:
2145         * docs/plugins/inspect/plugin-videoscale.xml:
2146         * docs/plugins/inspect/plugin-videotestsrc.xml:
2147         * docs/plugins/inspect/plugin-volume.xml:
2148         * docs/plugins/inspect/plugin-vorbis.xml:
2149         * docs/plugins/inspect/plugin-ximagesink.xml:
2150         * docs/plugins/inspect/plugin-xvimagesink.xml:
2151           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2152
2153 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2154
2155         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2156
2157         * ext/vorbis/Makefile.am:
2158         * ext/vorbis/vorbis.c: (plugin_init):
2159         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2160         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2161         * ext/vorbis/vorbisparse.h:
2162         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2163         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2164         (gst_vorbis_tag_parse_packet):
2165         * ext/vorbis/vorbistag.h:
2166           Add new vorbistag element which derives from vorbisparse
2167           and is essentially the same as well, only that it implements
2168           the GstTagSetter interface and can modify the stream's
2169           vorbiscomment on the fly (#335635).
2170
2171         * tests/check/Makefile.am:
2172         * tests/check/elements/.cvsignore:
2173         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2174         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2175         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2176         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2177           Add unit test for new vorbistag element.
2178
2179 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2180
2181         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2182         (vorbis_parse_push_headers), (vorbis_parse_chain):
2183           Set BOS flag in packet structure to fix 'jump depends
2184           on unitialized value' errors in valgrind; various minor
2185           clean-ups.
2186
2187 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2188
2189         * gst/playback/gstdecodebin.c: (close_pad_link):
2190         Fix typo in a debug statement.
2191
2192         * gst/playback/gstplaybasebin.c: (probe_triggered),
2193         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2194         (gen_source_element), (source_new_pad), (analyse_source),
2195         (setup_source):
2196         When handling no_more_pads in new_decoded_pad, make sure to treat
2197         subtitle pads correctly. Fixes playback with subtitle files.
2198
2199         Move a recurring message to LOG level.
2200
2201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2202         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2203         which ends up as -1 when cast to an int. Make the logic handle the
2204         max value as an unsigned mask and only change the colorkey when it's
2205         a value we recognise.
2206
2207 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2208
2209         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2210         Removed empty * between paragraphs
2211
2212 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2213
2214         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2215         * gst-libs/gst/rtp/README:
2216         Moved some documentation into .c file
2217
2218 2006-09-29  Wim Taymans  <wim@fluendo.com>
2219
2220         * gst/playback/gstdecodebin.c: (no_more_pads):
2221         Fix compilation.
2222
2223 2006-09-29  Wim Taymans  <wim@fluendo.com>
2224
2225         * gst/playback/gstdecodebin.c: (new_caps):
2226         Remove g_print
2227
2228         * gst/playback/gstplaybin.c:
2229         Add some docs.
2230
2231 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2232
2233         * tests/check/Makefile.am:
2234           Re-enable cddabasesrc test to see if it works again
2235           now.
2236
2237 2006-09-29  Wim Taymans  <wim@fluendo.com>
2238
2239         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2240         (gen_source_element):
2241         Handle invalid URIs a bit more gracefully.
2242
2243 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2244
2245         * tests/check/pipelines/oggmux.c:
2246           Remove obsolete comment.
2247
2248 2006-09-29  Michael Smith  <msmith@fluendo.com>
2249
2250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2251         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2252         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2253         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2254         (gst_ogg_mux_collected):
2255           Commit patch from James "Doc" Livingston, adds proper EOS handling
2256           in oggmux. GStreamer can, for the first time ever, create a valid
2257           Ogg file! Yay!
2258
2259         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2260         (oggmux_suite):
2261           Reenable tests now that they pass.
2262
2263 2006-09-29  Wim Taymans  <wim@fluendo.com>
2264
2265         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2266         Stop reading commands when EOF (we read 0) as well.
2267
2268 2006-09-28  Wim Taymans  <wim@fluendo.com>
2269
2270         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2271         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2272         (find_dynamic), (unlinked), (close_link):
2273         Implement delayed caps linking needed for element with a lot of
2274         different caps on the src pads that get fixed at runtime.
2275         Improve management of dynamic elements.
2276
2277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2278         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2279         (gen_preroll_element), (remove_groups), (unknown_type),
2280         (add_element_stream), (no_more_pads_full), (no_more_pads),
2281         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2282         (new_decoded_pad), (setup_subtitle), (array_has_value),
2283         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2284         (analyse_source), (remove_decoders), (make_decoder),
2285         (remove_source), (setup_source), (finish_source), (prepare_output),
2286         (gst_play_base_bin_change_state):
2287         * gst/playback/gstplaybasebin.h:
2288         Use more _CAST instead of full type checking casts.
2289         Small cleanups, plug some leaks.
2290         Handle dynamic sources.
2291         Add some helper functions to create lists of strings used for
2292         blacklisting and other stuff.
2293         Refactor some code dealing with analysing the source.
2294         Re-enable sources without pads (like cd:// or other selfcontained
2295         elements).
2296
2297 2006-09-28  Wim Taymans  <wim@fluendo.com>
2298
2299         * gst-libs/gst/audio/gstbaseaudiosink.c:
2300         (gst_base_audio_sink_render):
2301         When we have a timestamp, we can still perform clipping.
2302         When we have no clock, we must play the sample ASAP.
2303
2304 2006-09-28  Wim Taymans  <wim@fluendo.com>
2305
2306         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2307         Set caps on outgoing buffers.
2308
2309         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2310         (gst_video_rate_event), (gst_video_rate_chain):
2311         * gst/videorate/gstvideorate.h:
2312         Fix videorate some more. Fixes #357977
2313
2314 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2315
2316         * tests/check/elements/adder.c: (adder_suite):
2317           Don't set timeout to 6 seconds when we're running
2318           in valgrind ... (and how is 6 seconds longer than
2319           the default anyway?)
2320
2321 2006-09-28  Wim Taymans  <wim@fluendo.com>
2322
2323         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2324         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2325         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2326         Keep sink and src segment to keep track of time and support more
2327         input formats.
2328         Fix bogus next_offset and run_time calculation, don't understand how
2329         this could have worked before. Fixes #357976.
2330         Remove some unneeded vars.
2331
2332 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2333
2334         * gst/playback/gstplaybin.c: (remove_sinks):
2335           Only remove visualisation from visbin if there is a visbin (or:
2336           don't throw warnings when closing totem without playing a file).
2337
2338 2006-09-27  Wim Taymans  <wim@fluendo.com>
2339
2340         * gst-libs/gst/audio/gstbaseaudiosink.c:
2341         (gst_base_audio_sink_render):
2342         Add some more info in a WARNING.
2343
2344         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2345         (gst_base_audio_src_create):
2346         Handle PAUSE in create function, use new -core addition to
2347         wait for playing. Fixes pausing and resuming capture from an
2348         audiosrc.
2349
2350         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2351         (gst_ring_buffer_read):
2352         Constify some more.
2353         Caller supports interrupted reads now.
2354
2355 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2356
2357         * tests/check/Makefile.am:
2358           Another attempt to make the gen64 buildbot happy.
2359
2360 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2361
2362         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2363
2364         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2365         (gst_visual_chain), (gst_visual_change_state):
2366           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2367           correctly. Fixes #357800
2368
2369 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2370
2371         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2372           Add timeout to _get_state() so we see which pipeline it is
2373           that causes trouble on the gen64 build bot.
2374
2375 2006-09-27  Wim Taymans  <wim@fluendo.com>
2376
2377         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2378         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2379         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2380         (gst_base_rtp_depayload_set_gst_timestamp):
2381         the source pad always uses fixed caps.
2382
2383 2006-09-27  Wim Taymans  <wim@fluendo.com>
2384
2385         * docs/libs/gst-plugins-base-libs-docs.sgml:
2386         * docs/libs/gst-plugins-base-libs-sections.txt:
2387         * gst-libs/gst/audio/gstaudioclock.c:
2388         * gst-libs/gst/audio/gstaudioclock.h:
2389         * gst-libs/gst/audio/gstaudiosink.c:
2390         * gst-libs/gst/audio/gstaudiosink.h:
2391         * gst-libs/gst/audio/gstaudiosrc.c:
2392         * gst-libs/gst/audio/gstbaseaudiosink.c:
2393         (gst_base_audio_sink_render):
2394         * gst-libs/gst/audio/gstbaseaudiosink.h:
2395         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2396         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2397         * gst-libs/gst/audio/gstringbuffer.h:
2398         Added docs for the audio libs.
2399
2400 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2401
2402         * tests/check/Makefile.am:
2403           Temporarily disable test that fails on the bots for unknown reasons.
2404
2405 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2406
2407         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2408         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2409         Moved AudioCodecType into priv
2410         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2411
2412 2006-09-25  Wim Taymans  <wim@fluendo.com>
2413
2414         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2415         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2416         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2417         (new_pad):
2418         Cleanups and small leak fixes.
2419         Added Depayloaders to valid list of autopluggable elements.
2420
2421 2006-09-25  Wim Taymans  <wim@fluendo.com>
2422
2423         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2424         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2425         (gen_video_element), (gen_text_element), (gen_audio_element),
2426         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2427         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2428         Detect NO_PREROLL state change returns and disable clock distribution to
2429         the sinks so that sync is disabled.
2430         Avoid some type checking and do simple casts instead.
2431         Small cleanups, fix some FIXMEs.
2432         Be more robust when linking user specified elements, catch an report
2433         errors. Fixes #357404.
2434         Fix some leaks in the error paths.
2435
2436 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2437
2438         * ChangeLog:
2439           ChangeLog surgery for missing bug-number
2440
2441 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2442
2443         Patch by: Peter Kjellerstedt  <pkj at axis com>
2444
2445         * gst/playback/test.c:
2446           Fix compilation with uClibc and -Werror (#357591).
2447
2448 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2449
2450         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2451           Parse dates that are followed by a time as well (#357532).
2452
2453         * tests/check/libs/tag.c: (test_vorbis_tags):
2454           Add unit test for this.
2455
2456 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2457
2458         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2459         (gst_audio_convert_transform_caps):
2460         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2461         * gst/videotestsrc/videotestsrc.h:
2462           A few array const-ifications.
2463
2464 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2465
2466         * tests/check/Makefile.am:
2467           See if this makes the build bots happy.
2468
2469         * tests/check/libs/cddabasesrc.c:
2470           UTF8-ise my name.
2471
2472 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2473
2474         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2475
2476         * gst/subparse/samiparse.c: (handle_start_font),
2477         (fix_invalid_entities):
2478           More case-insensitivity for certain tags; recognise entities with
2479           decimal codes as special entities as well (#357330).
2480
2481 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2482
2483         * gst-libs/gst/Makefile.am:
2484           Need to build tag directory before cdda.
2485
2486 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2487
2488         * docs/libs/gst-plugins-base-libs-sections.txt:
2489         * gst-libs/gst/cdda/Makefile.am:
2490         * gst-libs/gst/cdda/gstcddabasesrc.c:
2491         (gst_cdda_base_src_base_init):
2492         * gst-libs/gst/cdda/gstcddabasesrc.h:
2493         * gst-libs/gst/tag/tag.h:
2494         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2495         (gst_tag_register_musicbrainz_tags):
2496           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2497           depend on libgsttag. This is required so we can extract/read tags like
2498           DISCID without depending on libgstcddabasesrc (which used to register
2499           them).
2500
2501         * gst-libs/gst/tag/gstvorbistag.c:
2502           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2503           tags (also see #347848).
2504
2505         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2506           Log vorbis comments we are actually writing. Const-ify array.
2507
2508 2006-09-23  Wim Taymans  <wim@fluendo.com>
2509
2510         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2511         Improve buffering a bit by avoiding a deadlock because we cannot assume
2512         the underrun is always called.
2513
2514 2006-09-23  Wim Taymans  <wim@fluendo.com>
2515
2516         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2517
2518         * gst-libs/gst/riff/riff-ids.h:
2519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2520         (gst_riff_create_audio_template_caps):
2521         Added MPEG-4 AAC and id and caps. Fixes #357289
2522         Added WMA9 Lossless id.
2523
2524 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2525
2526         * ext/gnomevfs/gstgnomevfssrc.c:
2527           Fix misleading docs addition.
2528
2529         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2530           Get rid of compiler warning the right way.
2531
2532 2006-09-22  Wim Taymans  <wim@fluendo.com>
2533
2534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2535         (gst_base_rtp_depayload_finalize),
2536         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2537         (gst_base_rtp_depayload_push_full),
2538         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2539         (gst_base_rtp_depayload_process),
2540         (gst_base_rtp_depayload_set_gst_timestamp),
2541         (gst_base_rtp_depayload_queue_release):
2542         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2543         Small cleanups.
2544         Fix some leaks.
2545         Refactored the process method and added methods to push from the process
2546         vmethod.
2547         Use _scale functions.
2548         API: gst_base_rtp_depayload_push_ts
2549         API: gst_base_rtp_depayload_push
2550
2551         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2552         timestamps are uint.
2553
2554 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2555
2556         * gst-libs/gst/interfaces/xoverlay.c:
2557           Remove unused statement from doc example.
2558
2559 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2560
2561         * gst-libs/gst/interfaces/videoorientation.c:
2562         (gst_video_orientation_iface_init),
2563         (gst_video_orientation_get_hflip),
2564         (gst_video_orientation_get_vflip),
2565         (gst_video_orientation_get_hcenter),
2566         (gst_video_orientation_get_vcenter),
2567         (gst_video_orientation_set_hflip),
2568         (gst_video_orientation_set_vflip),
2569         (gst_video_orientation_set_hcenter),
2570         (gst_video_orientation_set_vcenter):
2571           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2572           in ChangeLog)
2573
2574 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2575
2576         * tests/check/Makefile.am:
2577         * tests/check/elements/.cvsignore:
2578         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2579         (create_rgb_conversions), (rgb_conversion_free),
2580         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2581         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2582           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2583           but disable for now since it doesn't pass (something wrong with
2584           RGBA somewhere).
2585
2586 2006-09-21  Wim Taymans  <wim@fluendo.com>
2587
2588         * gst/playback/gstplaybasebin.c: (group_commit),
2589         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2590         (queue_out_of_data), (gen_preroll_element),
2591         (preroll_remove_overrun), (probe_triggered):
2592         Refactor handling of overrun detection.
2593         Separate handling of group completion and deadlock detection when doing
2594         network buffering. This should fix some deadlocks that were not detected
2595         because the group was completed.
2596         Add more comments, improve debugging.
2597
2598 2006-09-21  Wim Taymans  <wim@fluendo.com>
2599
2600         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2601         * tests/check/libs/audio.c:
2602         Some more compilation fixes.
2603
2604 2006-09-21  Wim Taymans  <wim@fluendo.com>
2605
2606         * gst-libs/gst/audio/gstringbuffer.c:
2607         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2608         (gst_ring_buffer_read):
2609         Early morning compilation fix.
2610
2611 2006-09-20  Wim Taymans  <wim@fluendo.com>
2612
2613         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2614         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2615         * tests/check/elements/videorate.c: (GST_START_TEST):
2616         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2617         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2618         Fix some warnings.
2619
2620 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2621
2622         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2623         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2624         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2625           Handcrafted merge to help CVS understanding what I changed and what
2626           not.
2627
2628 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2629
2630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2631         (gst_xvimagesink_get_times):
2632           change colorkey behaviour back according to #354773 comment 6/7
2633
2634 2006-09-19  Michael Smith  <msmith@fluendo.com>
2635
2636         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2637         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2638         (gst_multi_fd_sink_recover_client),
2639         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2640         (gst_multi_fd_sink_get_property):
2641         * gst/tcp/gstmultifdsink.h:
2642           Implement stubbed out properties unit-type, units-soft-max,
2643           units-max, to allow specifying maximum sizes in units other than
2644           buffers.
2645           Fixes #355935
2646
2647 2006-09-19  Wim Taymans  <wim@fluendo.com>
2648
2649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2650         (gst_riff_create_audio_template_caps):
2651         Reorder the audio formats a bit for clarity.
2652         Detect and create caps for MSGSM and MSN (WAV49).
2653         Fixes #356596.
2654
2655         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2656         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2657         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2658         Small cleanups, move error handling out of normal flow for clarity.
2659
2660 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2661
2662         * docs/libs/gst-plugins-base-libs-docs.sgml:
2663         * docs/libs/gst-plugins-base-libs.types:
2664         * gst-libs/gst/interfaces/Makefile.am:
2665         * gst-libs/gst/interfaces/videoorientation.c:
2666         (gst_video_orientation_get_type),
2667         (gst_video_orientation_iface_init),
2668         (gst_video_orientation_get_hflip),
2669         (gst_video_orientation_get_vflip),
2670         (gst_video_orientation_get_hcenter),
2671         (gst_video_orientation_get_vcenter),
2672         (gst_video_orientation_set_hflip),
2673         (gst_video_orientation_set_vflip),
2674         (gst_video_orientation_set_hcenter),
2675         (gst_video_orientation_set_vcenter):
2676         * gst-libs/gst/interfaces/videoorientation.h:
2677           API: Add new interface to control video orientation (fixes #354908)
2678
2679 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2680
2681         * gst/videotestsrc/gstvideotestsrc.c:
2682           Use G_UNLIKELY in _create and log one more detail.
2683           
2684         (gst_video_test_src_get_times), (gst_video_test_src_create):
2685         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2686           Use gst_util_uint64_scale_int in _get_times().
2687
2688 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2689
2690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2691           Give better warning message (add object and detail).
2692
2693 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2694
2695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2696         (gst_xvimagesink_get_times):
2697           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2698           #354773), use gst_util_uint64_scale_int in _get_times()
2699
2700 2006-09-18  Michael Smith  <msmith@fluendo.com>
2701
2702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2703           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2704           always true, leading to dropping all timestamps.
2705
2706 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2707
2708         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2709         (gst_visual_chain), (gst_visual_change_state):
2710           update to work also with libvisual 0.4 API, fix double unref (#355914)
2711           
2712         * tools/gst-launch-ext.1.in:
2713         * tools/gst-visualise.1.in:
2714           remove references to old man-pages
2715
2716         * tests/examples/seek/seek.c: (main):
2717           add real meadi-buttons, add tool-tips for the seek-options, arrange
2718           seek options in a table
2719
2720 2006-09-18  Michael Smith  <msmith@fluendo.com>
2721
2722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2723         (gst_ogg_mux_push_buffer):
2724           Don't generate out-of-order timestamps from oggmux, instead clamp
2725           output timestamps to be >= the previously output ts.
2726           Fixes #355595
2727
2728 2006-09-18  Michael Smith  <msmith@fluendo.com>
2729
2730         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2731         (gst_multi_fd_sink_class_init):
2732           Updates, fixes, and typo corrections for multifdsink. No functional
2733           changes.
2734
2735 2006-09-17  Michael Smith  <msmith@fluendo.com>
2736
2737         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2738           Don't crash on truncated files - check that we got an 8 byte buffer
2739           before trying to memcmp it.
2740
2741 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2742
2743         * gst/playback/gstplaybasebin.c: (get_active_source):
2744           Make stream-switching appear instant to the application
2745           (ie. make sure that a g_object_get on 'current-foo' returns
2746           the stream previously set with g_object_set(). Totem needs
2747           this to update stream-related meta-info (like audio-codec)
2748           correctly when switching streams.
2749
2750 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2751
2752         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2753         (gst_alsa_mixer_ensure_track_list):
2754           Try harder to guess which mixer track is the master mixer
2755           track (instead of just taking the first one that has a pvolume).
2756           Fixes #342228.
2757
2758 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2759
2760         reviewed by: <delete if not using a buddy>
2761
2762         * gst-libs/gst/audio/audio.h:
2763         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2764
2765 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2766
2767         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2768         (gst_audio_convert_transform_caps):
2769           Get structure-name just once.
2770
2771 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2772
2773         * tests/check/elements/audioresample.c: (GST_START_TEST):
2774         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2775         * tests/check/elements/volume.c: (GST_START_TEST):
2776         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2777         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2778         (test_pipeline), (GST_START_TEST):
2779         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2780         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2781           Fix big batch of compiler warnings.
2782
2783 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2784
2785         * ext/gnomevfs/gstgnomevfssrc.c:
2786           Add docs about icydemux usage in connection with gnomevfssrc
2787
2788         * ext/libvisual/visual.c:
2789         * ext/ogg/gstoggaviparse.c:
2790         * ext/ogg/gstoggdemux.c:
2791         * ext/ogg/gstoggmux.c:
2792         * ext/ogg/gstoggparse.c:
2793         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2794         * gst-libs/gst/audio/gstaudiosink.c:
2795         * gst-libs/gst/audio/gstaudiosrc.c:
2796         * gst/audiorate/gstaudiorate.c:
2797           More G_OBJECT macro fixing.
2798
2799         * gst/audiotestsrc/gstaudiotestsrc.h:
2800           Fix wrong info in header due to copy & paste
2801
2802 2006-09-15  Wim Taymans  <wim@fluendo.com>
2803
2804         * gst-libs/gst/audio/gstbaseaudiosink.c:
2805         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2806         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2807         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2808         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2809         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2810         Do the delay calculation in the source/sink base classes as this is
2811         specific for the capture/playback mode.
2812         Try to fixate a bit better, like round depth up to a multiple of 8
2813         bigger than width.
2814         Handle underruns correctly by marking DISCONT on buffers and adjusting
2815         timestamps to handle the gap.
2816         Set offset/offset_end correctly on buffers.
2817
2818         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2819         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2820         (gst_ring_buffer_read):
2821         Remove resync and underrun recovery from the ringbuffer.
2822         Fix ringbuffer read code on under/overrun.
2823
2824 2006-09-15  Wim Taymans  <wim@fluendo.com>
2825
2826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2827         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2828         (queue_threshold_reached), (gst_play_base_bin_set_property),
2829         (gst_play_base_bin_get_property):
2830         * gst/playback/gstplaybasebin.h:
2831         Don't use a 0 low watermark when buffering, it is catching starvation
2832         way too late. Instead, use a 3 second queue with 30 and 95
2833         percent low/high watermarks. 
2834         Added queue-min-threshold property to configure low watermark.
2835         Use new _buffering message API.
2836         Make queue_threshold variable big enough to store a uint64 time value.
2837         API: playbin::queue-min-threshold property.
2838
2839 2006-09-15  Wim Taymans  <wim@fluendo.com>
2840
2841         * configure.ac:
2842         We require 0.10.10.1 now because of _wait_preroll().
2843
2844         * gst-libs/gst/audio/gstbaseaudiosink.c:
2845         (gst_base_audio_sink_render):
2846         Use gst_base_sink_wait_preroll().
2847
2848 2006-09-15  Wim Taymans  <wim@fluendo.com>
2849
2850         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2851         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2852         Use DEBUG_OBJECT more.
2853
2854 === release 0.10.10 ===
2855
2856 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2857
2858         patch by: Michael Smith <msmith at fluendo dot com>
2859
2860         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2861         (gst_multi_fd_sink_client_queue_buffer),
2862         (gst_multi_fd_sink_new_client):
2863         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2864         (multifdsink_suite):
2865           Fix implementation of sync-method 'next-keyframe'
2866           Closes #354594
2867
2868 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2869
2870         patch by: Wim Taymans <wim at fluendo dot com>
2871
2872         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2873         This patch removes the RANDOM flag that was incorrectly introduced with
2874         revision 1.91.  Fixes #354590
2875
2876 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2877
2878         * tests/check/Makefile.am:
2879           Random variation in Makefile line to see if it makes the
2880           gen64-base-full bot any happier.
2881
2882 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2883
2884         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2885           Disable test that fails at the moment (killed after timeout).
2886
2887 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2888
2889         Patch by: James Livingston  <doclivingston at gmail.com>
2890
2891         * tests/check/Makefile.am:
2892         * tests/check/pipelines/.cvsignore:
2893         * tests/check/pipelines/oggmux.c: (get_page_codec),
2894         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2895         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2896         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2897         (test_theora_vorbis), (oggmux_suite):
2898           Add simple unit test for oggmux from #337026 with checking for the
2899           EOS flags disabled for the time being.
2900
2901 2006-09-04  Wim Taymans  <wim@fluendo.com>
2902
2903         patch by: Alessandro Dessina <alessandro nnva org>
2904
2905         * ext/ogg/gstoggmux.c:
2906         Add cmml caps to oggmux. Fixes #353912
2907
2908 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2909
2910         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2911           Returning a return value often helps. In this case, we
2912           don't need the return value anyway, so just get rid of it.
2913           Should make build bots much happier.
2914
2915 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2916
2917         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2918         (paint_get_structure), (gst_video_test_src_get_size),
2919         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2920         (gst_video_test_src_unicolor), (paint_setup_AYUV),
2921         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2922         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
2923         * gst/videotestsrc/videotestsrc.h:
2924           Add support for AYUV and the various RGBA formats. Initialise
2925           fields of paintinfo structs allocated on the stack.
2926
2927         * tests/check/elements/videotestsrc.c: (right_shift_colour),
2928         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
2929         (check_rgb_buf), (videotestsrc_suite):
2930           Add unit tests for videotestsrc's RGB output.
2931
2932 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2933
2934         * gst/videotestsrc/gstvideotestsrc.c:
2935         (gst_video_test_src_pattern_get_type),
2936         (gst_video_test_src_set_pattern):
2937         * gst/videotestsrc/gstvideotestsrc.h:
2938         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
2939         (gst_video_test_src_black), (gst_video_test_src_white),
2940         (gst_video_test_src_red), (gst_video_test_src_green),
2941         (gst_video_test_src_blue):
2942         * gst/videotestsrc/videotestsrc.h:
2943           Add more uni-colour patterns ("white", "red", "green", and "blue").
2944
2945 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2946
2947         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
2948           Fix stride for YVYU, should be word-aligned (#353658).
2949
2950 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
2951
2952         * gst/adder/gstadder.c: (gst_adder_src_event):
2953           Fix build.
2954
2955 2006-08-31  Edward Hervey  <edward@fluendo.com>
2956
2957         * gst/adder/gstadder.c: (forward_event_func),
2958         (gst_adder_src_event), (gst_adder_collected),
2959         (gst_adder_change_state):
2960         * gst/adder/gstadder.h:
2961         Remember the start position asked in the incoming seeks, so we can
2962         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
2963         of assuming it will always be 0).
2964
2965 2006-08-31  Edward Hervey  <edward@fluendo.com>
2966
2967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
2968         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
2969         (gst_ogg_demux_loop):
2970         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
2971
2972 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2975         (gst_ffmpegcsp_get_unit_size):
2976           Return FALSE instead of returning a random false unit
2977           size when the format isn't known/supported (even if
2978           this shouldn't happen under normal circumstances).
2979
2980 2006-08-29  Wim Taymans  <wim@fluendo.com>
2981
2982         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
2983
2984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
2985         (gst_gnome_vfs_src_start):
2986         Try harder to get the size from a uri by using _info_uri() when
2987         _info_from_handle() does not give us enough info. 
2988         Also follow symlinks when getting the size.
2989         Partially Fixes #332864.
2990
2991 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2992
2993         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
2994
2995         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
2996         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
2997         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2998         (gst_alsa_mixer_set_record):
2999         * ext/alsa/gstalsamixertrack.c:
3000         (gst_alsa_mixer_track_update_alsa_capabilities),
3001         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3002         (gst_alsa_mixer_track_update):
3003         * ext/alsa/gstalsamixertrack.h:
3004           Improve and fix mixer track handling, in particular better handling
3005           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3006           separate track objects for tracks that have both capture and playback
3007           volume (and label them differently as well so they're not mistakenly
3008           assumed to be duplicates); classify mixer tracks that only affect
3009           the audible volume of something (rather than the capture volume)
3010           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3011           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3012           (following the meaning documented in the mixer interface header
3013           file); add support for alsa's exclusive cswitch groups; update/sync
3014           state/flags better if mixer settings are changed by another
3015           application. Fixes #336075.
3016
3017 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3018
3019         * gst/playback/gstplaybin.c:
3020           Improve docs: add section about BUFFERING messages sent by playbin.
3021
3022 2006-08-29  Michael Smith  <msmith@fluendo.com>
3023
3024         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3025         (gst_vorbis_enc_buffer_check_discontinuous),
3026         (gst_vorbis_enc_chain):
3027           Ignore explicit DISCONT marked on buffers (which is often spurious,
3028           particularly when using multiple segments), in favour of solely
3029           using the timestamps/durations.
3030
3031 2006-08-29  Edward Hervey  <edward@fluendo.com>
3032
3033         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3034         Don't rely on incoming buffers offset anymore, since it is completely
3035         broken when using multiple segments.
3036         Instead convert the incoming buffers timestamp to running time, and
3037         then convert that value to the offsets.
3038         Also inform GstSegment of the last outputted stop position, which is
3039         needed if we received several segments with an unknown stop value.
3040
3041 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3042
3043         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3044           fix buffer unreffing on a header push failure
3045
3046 2006-08-28  Wim Taymans  <wim@fluendo.com>
3047
3048         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3049         (gst_audio_rate_chain):
3050         Make the metadata of the buffer writable before changing its
3051         flags.
3052
3053 2006-08-28  Wim Taymans  <wim@fluendo.com>
3054
3055         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3056         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3057         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3058         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3059         Fix audiorate some more.
3060         Reset and resync counters on flush and READY.
3061         Handle the DISCONT flag correctly.
3062         Use GstSegment to track position.
3063         Fail when not negotiated.
3064         Fixes #353234.
3065
3066 2006-08-25  Michael Smith  <msmith@fluendo.com>
3067
3068         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3069           Fix spelling.
3070           Remove accidently included debug line.
3071
3072 2006-08-25  Wim Taymans  <wim@fluendo.com>
3073
3074         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3075         Small cleanups.
3076         If a buffer is received with no caps, make the buffer metadata
3077         writable and set the caps, making sure that we don't screw up the
3078         refcounts.
3079
3080 2006-08-25  Michael Smith  <msmith@fluendo.com>
3081
3082         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3083         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3084           Fix memory leaks and misleading debug messages, add a couple of
3085           comments.
3086
3087         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3088         (gst_multi_fd_sink_render):
3089           Do not use gst_buffer_make_writable() in a basesink render method,
3090           as it may incorrectly unref the buffer. Instead, use convoluted
3091           dance to avoid copying the buffer except when we need to.
3092
3093 2006-08-25  Michael Smith  <msmith@fluendo.com>
3094
3095         * ext/vorbis/vorbisenc.c:
3096         (gst_vorbis_enc_buffer_check_discontinuous):
3097           Allow very small discontinuities in the timestamps. These we can't
3098           do anything useful with anyway (because vorbis's timestamps have
3099           only sample granularity), and are commonly produced by elements with
3100           minor bugs. Allow up to 1/2 a sample out.
3101           Fixes #351742.
3102
3103 2006-08-24  Wim Taymans  <wim@fluendo.com>
3104
3105         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3106         (play_scrub_toggle_cb), (main):
3107         Add a checkbox to enable play scrubbing. Makes it possible to disable
3108         normal scrubbing.
3109
3110 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3111
3112         * tests/check/elements/.cvsignore:
3113           make buildbot happy
3114
3115 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3116
3117         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3118         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3119         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3120         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3121         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3122         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3123         (gst_ogm_text_parse_strip_trailing_zeroes),
3124         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3125         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3126           Refactor ogm parse, do better input checking, misc. clean-ups.
3127           Cache incoming events and push them once the source pad has
3128           been created. Don't pass unterminated strings to sscanf().
3129           Strip trailing zeroes from subtitle text output, since they
3130           are not valid UTF-8. Don't push vorbiscomment packets on
3131           the subtitle text pad. Output perfect streams if possible.
3132
3133 2006-08-23  Wim Taymans  <wim@fluendo.com>
3134
3135         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3136         Waits for tasks to settle down so that we clean up correctly for 
3137         valgrind.
3138
3139 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3140
3141         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3142           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3143           actually return return value in taglists_are_equal.
3144
3145 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3146
3147         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3148           Fix crash due to broken bitstream parsing on x86-64: can't make
3149           any assumptions about sizeof(struct) due to alignment/packing
3150           differences on different architectures. Fixes #351790.
3151
3152 2006-08-22  Wim Taymans  <wim@fluendo.com>
3153
3154         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3155         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3156         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3157         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3158         (gst_riff_parse_info):
3159         Protect public functions against bad input.
3160         Do some cleanups.
3161         Fix documentation.
3162
3163 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3164
3165         * gst-libs/gst/riff/riff-ids.h:
3166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3167           Add voxware audio IDs (even if we can't play it) (#351795).
3168
3169 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3170
3171         * gst-libs/gst/riff/riff-media.c:
3172         (gst_riff_create_video_template_caps),
3173         (gst_riff_create_audio_template_caps),
3174         (gst_riff_create_iavs_template_caps):
3175           Const-ify some arrays and use G_N_ELEMENTS instead
3176           of wasting oodles of RAM on terminator bits.
3177
3178 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3179
3180         * gst-libs/gst/tag/gstvorbistag.c:
3181         (gst_tag_list_to_vorbiscomment_buffer):
3182         * tests/check/libs/tag.c: (GST_START_TEST):
3183           And the same for _to_vorbiscomment_buffer(): allow
3184           id_data_len == 0 for speex.
3185
3186 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3187
3188         * configure.ac:
3189         * docs/plugins/Makefile.am:
3190         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3191         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3192         * docs/plugins/inspect/plugin-gdp.xml:
3193         * gst/gdp/Makefile.am:
3194         * tests/check/Makefile.am:
3195           Move GDP plugin to -base from -bad.  Closes #347783.
3196
3197 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3198
3199         * gst-libs/gst/tag/gstvorbistag.c:
3200         (gst_tag_list_from_vorbiscomment_buffer):
3201           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3202           Also add some checks to make sure we don't memcmp() beyond the end of
3203           vorbiscomment buffer if the ID to check for is larger than the buffer.
3204
3205         * tests/check/libs/tag.c: (GST_START_TEST):
3206           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3207
3208 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3209
3210         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3211         (gst_vorbis_enc_set_metadata):
3212           Use vorbis comment utility functions from libgsttag
3213           instead of re-inventing the wheel (partially fixes #347091).
3214
3215 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3216
3217         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3218         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3219         as some that won't.
3220
3221 2006-08-21  Wim Taymans  <wim@fluendo.com>
3222
3223         * docs/libs/Makefile.am:
3224         * docs/libs/gst-plugins-base-libs-sections.txt:
3225         * docs/libs/gst-plugins-base-libs.types:
3226         Don't try to GObject scan the netbuffer as it's not a GObject.
3227         Fixes #351308.
3228
3229         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3230         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3231         Document GstNetBuffer.
3232
3233 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3234
3235         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3236         (audioconvert_suite):
3237           Add testcase for caps-size-explosion
3238
3239 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3240
3241         * gst/audioconvert/gstaudioconvert.c:
3242         (gst_audio_convert_get_unit_size), (set_structure_widths):
3243           Lower debug, use g_assert in _get_unit_size
3244
3245         * gst/audioresample/gstaudioresample.c:
3246         (audioresample_get_unit_size):
3247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3248         (gst_ffmpegcsp_get_unit_size):
3249         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3250           use g_assert in _get_unit_size
3251
3252 2006-08-18  Wim Taymans  <wim@fluendo.com>
3253
3254         * docs/libs/gst-plugins-base-libs-sections.txt:
3255         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3256         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3257         (gst_rtp_buffer_get_payload_buffer):
3258         * gst-libs/gst/rtp/gstrtpbuffer.h:
3259         Document GstRTPBuffer.
3260         Added function to efficiently strip payload headers.
3261         API: gst_rtp_buffer_get_payload_subbuffer()
3262
3263 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3264
3265         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3266         (gst_tag_to_vorbis_comments):
3267           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3268           tags and deserialise them properly as well (#347091).
3269           Add some more gtk-doc blurbs and also some g_return_if_fail().
3270
3271         * tests/check/libs/tag.c: (GST_START_TEST),
3272         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3273           More tests.
3274
3275 2006-08-17  Wim Taymans  <wim@fluendo.com>
3276
3277         * ext/ogg/Makefile.am:
3278         * ext/ogg/gstogg.c: (plugin_init):
3279         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3280         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3281         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3282         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3283         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3284         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3285         Added ogg-in-avi parser element. Fixes #140139.
3286
3287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3288         Fixed a bug in oggdemux debug code.
3289
3290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3291         (gst_riff_create_audio_template_caps):
3292         Recognise Ogg in the AVI extensible wave format.
3293
3294 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3295
3296         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3297           Make buffer durations add up (duration should be next_ts-ts for
3298           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3299           from CVS.
3300
3301         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3302         (test_buffer_timestamps), (cddabasesrc_suite):
3303           Add unit test for the above.
3304
3305         * tests/check/Makefile.am:
3306           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3307           to see what happens.
3308
3309 2006-08-16  Wim Taymans  <wim@fluendo.com>
3310
3311         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3312         (gst_alsasink_open):
3313         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3314         (gst_alsasrc_open):
3315         Avoid setting and using a NULL device name.
3316         Print more info when we fail to open a device.
3317
3318 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3319
3320         * docs/libs/gst-plugins-base-libs-sections.txt:
3321         * gst-libs/gst/tag/tag.h:
3322         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3323           API: add gst_tag_parse_extended_comment() (#351426).
3324
3325         * tests/check/Makefile.am:
3326         * tests/check/libs/.cvsignore:
3327         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3328           Add unit test for gst_tag_parse_extended_comment().
3329
3330 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3331
3332         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3334           Fix leak (#351502).
3335
3336 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3337
3338         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3339         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3340         * docs/plugins/gst-plugins-base-plugins.args:
3341         * gst/playback/gstplaybin.c:
3342           Document playbin.
3343           
3344         * docs/plugins/inspect/plugin-adder.xml:
3345         * docs/plugins/inspect/plugin-alsa.xml:
3346         * docs/plugins/inspect/plugin-audioconvert.xml:
3347         * docs/plugins/inspect/plugin-audiorate.xml:
3348         * docs/plugins/inspect/plugin-audioresample.xml:
3349         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3350         * docs/plugins/inspect/plugin-cdparanoia.xml:
3351         * docs/plugins/inspect/plugin-decodebin.xml:
3352         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3353         * docs/plugins/inspect/plugin-gnomevfs.xml:
3354         * docs/plugins/inspect/plugin-ogg.xml:
3355         * docs/plugins/inspect/plugin-pango.xml:
3356         * docs/plugins/inspect/plugin-playbin.xml:
3357         * docs/plugins/inspect/plugin-subparse.xml:
3358         * docs/plugins/inspect/plugin-tcp.xml:
3359         * docs/plugins/inspect/plugin-theora.xml:
3360         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3361         * docs/plugins/inspect/plugin-video4linux.xml:
3362         * docs/plugins/inspect/plugin-videorate.xml:
3363         * docs/plugins/inspect/plugin-videoscale.xml:
3364         * docs/plugins/inspect/plugin-videotestsrc.xml:
3365         * docs/plugins/inspect/plugin-volume.xml:
3366         * docs/plugins/inspect/plugin-vorbis.xml:
3367         * docs/plugins/inspect/plugin-ximagesink.xml:
3368         * docs/plugins/inspect/plugin-xvimagesink.xml:
3369           Update to CVS version.
3370
3371 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3372
3373         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3374         (gst_play_bin_set_property), (gst_play_bin_get_property),
3375         (value_list_append_structure_list),
3376         (gst_play_bin_handle_redirect_message),
3377         (gst_play_bin_handle_message):
3378           API: GstPlayBin::connection-speed
3379           Add "connection-speed" property; re-order redirect messages with
3380           multiple redirect locations depending on the minimum bitrate if
3381           that information is available and a connection speed is set
3382           (#350399).
3383
3384 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3385
3386         * gst/playback/gstplaybin.c:
3387           Update max volume to the same value that the volume element uses.
3388
3389 2006-08-14  Wim Taymans  <wim@fluendo.com>
3390
3391         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3392         Less uglyness..
3393
3394 2006-08-14  Wim Taymans  <wim@fluendo.com>
3395
3396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3397         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3398         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3399         Add some more debug info.
3400         Don't crash when a seek failed.
3401         Actually return the result of the seek instead of TRUE.
3402         Ignore multiple BOS pages with the same serial so that we don't create
3403         the same stream multiple times.
3404         Post an error when we fail to do the initial seek.
3405
3406 2006-08-13  Wim Taymans  <wim@fluendo.com>
3407
3408         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3409         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3410         Small code cleanup.
3411
3412         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3413         (gst_alsa_mixer_new):
3414         Remove hack that always set the device to hw:0*.
3415         Properly find the card name for whatever device was configured.
3416         Do some better debugging.
3417         Fixes #350784.
3418
3419         * ext/alsa/gstalsamixerelement.c:
3420         (gst_alsa_mixer_element_set_property),
3421         (gst_alsa_mixer_element_change_state):
3422         Cleanups.
3423         Handle setting of a NULL device name better.
3424
3425 2006-08-11  Wim Taymans  <wim@fluendo.com>
3426
3427         * gst/adder/gstadder.c:
3428         Don't clip float values. Fixes #350900.
3429
3430 2006-08-11  Andy Wingo  <wingo@pobox.com>
3431
3432         * gst/tcp/gsttcp.c: Really fix the build?
3433
3434         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3435         fixes the build.
3436
3437 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3438
3439         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3440           Float caps shouldn't have a "signed" field.
3441
3442 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3443
3444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3445           Implement SEEKING query in its most basic form, so that we can
3446           at least check if we're seekable or not (#350655).
3447
3448 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3449
3450         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3451           The checks here are not even close to anything that would
3452           justify MAXIMUM probability, lowering to POSSIBLE until someone
3453           fixes the checks (case at hand: quicktime redirection files
3454           might start with 00 00 01 XX and pass the checks here just
3455           fine, see #350399).
3456
3457 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3458
3459         Patch by: Sjoerd Simons  <sjoerd at luon net>
3460
3461         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3462           Better detection for multipart/x-mixed-replace: accept leading
3463           whitespaces before the boundary marker as well (as our very own
3464           multipartmux used to produce) (#349068).
3465
3466 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         Patch by: Young-Ho Cha  <ganadist at chollian net>
3469
3470         * gst-libs/gst/riff/riff-ids.h:
3471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3472         (gst_riff_create_audio_template_caps):
3473           Detect DTS audio streams (#350157).
3474
3475 2006-08-05  Andy Wingo  <wingo@pobox.com>
3476
3477         * ext/theora/gsttheoraparse.h:
3478         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3479         (theora_parse_dispose, theora_parse_set_property)
3480         (theora_parse_get_property, theora_parse_munge_granulepos)
3481         (theora_parse_push_buffer, theora_parse_change_state):
3482         API: GstTheoraParse::synchronization-points
3483         Add a property 'synchronization-points' to fix badly synchronized oggs.
3484
3485 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3486
3487         * tests/check/Makefile.am:
3488         * tests/check/libs/.cvsignore:
3489         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3490         (fixed_caps_have_channel_positions), (GST_START_TEST),
3491         (audio_suite), (main):
3492           Add a few tests for the channel position stuff in libgstaudio.
3493
3494 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3495
3496         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3497         (gst_alsa_detect_channels):
3498         * ext/alsa/gstalsasink.c:
3499           Add support for cards that (only) do more than 8 channels,
3500           like the Delta 44 (#345188).
3501
3502         * gst-libs/gst/audio/multichannel.c:
3503         (gst_audio_check_channel_positions):
3504         * gst-libs/gst/audio/multichannel.h:
3505           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3506           unspecified channel position and cannot be combined with any
3507           of the other audio channel positions; adjust position layout
3508           checks accordingly (#345188).
3509
3510 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3511
3512         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3513           Recognise ancient RealAudio files (see #349779).
3514
3515 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3516
3517         Patch by: Jens Granseuer  <jensgr at gmx net>
3518
3519         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3520           Add typefinder for Interplay's MVE format (#348973).
3521
3522 2006-08-02  Wim Taymans  <wim@fluendo.com>
3523
3524         Patch by: Marcel Moreaux <marcelm at luon dot net>
3525
3526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3527         (gst_base_rtp_depayload_add_to_queue):
3528         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3529         Handle RTP sequence number rollover.
3530         Disable jitterbuffer by default.
3531
3532 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3533
3534         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3535         (audioresample_set_caps):
3536         Don't leak references to the incoming caps. Clean them up when
3537         stopping.
3538
3539         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3540         (gst_video_scale_finalize):
3541         Don't leak our temporary pixel buffer.
3542
3543         * tests/check/Makefile.am:
3544         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3545         (GST_START_TEST), (simple_launch_lines_suite):
3546
3547         Fix leaks and re-enable the test for valgrind checking.
3548
3549 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3550
3551         Patch by: Sjoerd Simons  <sjoerd at luon net>
3552
3553         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3554         (plugin_init):
3555           Add typefind function for multipart/x-mixed-replace (#348916).
3556
3557 2006-07-28  Wim Taymans  <wim@fluendo.com>
3558
3559         * gst/adder/gstadder.c: (gst_adder_setcaps),
3560         (gst_adder_query_duration):
3561         Fix leak in duration query.
3562         Reflow some docs and notes.
3563
3564 2006-07-28  Michael Smith  <msmith@fluendo.com>
3565
3566         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3567         (vorbisenc_suite):
3568           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3569           aspect of it.
3570
3571 2006-07-28  Michael Smith  <msmith@fluendo.com>
3572
3573         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3574         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3575         (gst_vorbis_enc_push_buffer),
3576         (gst_vorbis_enc_buffer_check_discontinuous),
3577         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3578         * ext/vorbis/vorbisenc.h:
3579           Handle discontinuities in the input vorbis stream correctly,
3580           so that the output is properly timestamped (and has good granulepos
3581           values). Needs some oggmux fixes too.
3582
3583 2006-07-27  Wim Taymans  <wim@fluendo.com>
3584
3585         patch by: Kai Vehmanen <kv2004 eca cx>
3586
3587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3588         (gst_base_rtp_depayload_chain),
3589         (gst_base_rtp_depayload_handle_sink_event),
3590         (gst_base_rtp_depayload_change_state):
3591         Don't send multiple newsegments with different formats.
3592         Fixes #348677.
3593
3594 2006-07-26  Wim Taymans  <wim@fluendo.com>
3595
3596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3597         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3598         Make seeking in ogg more accurate again by doing the more correct
3599         granuletime to stream time conversion.
3600
3601 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3602
3603         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3604         (gst_multi_fd_sink_new_client):
3605           debug a little more understandably
3606           do not use goto as a substitute for break, especially if
3607           break is also being used
3608
3609 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3610
3611         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3612         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3613           Remove GLib-2.6 compatibility cruft.
3614
3615 2006-07-24  Wim Taymans  <wim@fluendo.com>
3616
3617         * gst-libs/gst/audio/gstbaseaudiosink.c:
3618         (gst_base_audio_sink_render):
3619         Don't try to align a sample to an unknown value.
3620
3621 2006-07-24  Wim Taymans  <wim@fluendo.com>
3622
3623         * gst-libs/gst/audio/gstbaseaudiosink.c:
3624         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3625         When the audio clock is slaved to another clock, never try to align
3626         samples but trust the rate interpolation algorithm.
3627
3628 2006-07-24  Wim Taymans  <wim@fluendo.com>
3629
3630         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3631         Don't try to calculate silence samples, base class does this much
3632         better now.
3633
3634         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3635         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3636         (gst_ring_buffer_acquire):
3637         Calculate silence samples correctly.
3638
3639         * gst-libs/gst/audio/gstringbuffer.h:
3640         Add _CAST macro.
3641
3642 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3643
3644         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3645           Limit search for the first markup tag to the first few kB of
3646           the file. If we don't find one there, it's highly unlikely that
3647           this is an XML(-ish) file.
3648
3649 2006-07-21  Andy Wingo  <wingo@pobox.com>
3650
3651         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3652         test to the one in vorbisenc. Also commented out.
3653
3654         * tests/check/pipelines/vorbisenc.c: 
3655         (test_discontinuity): New test, commented out until Mike lands
3656         some elite vorbisenc patches.
3657
3658         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3659         Bufferstraw was actually factored out of these tests. Now we share
3660         code yay.
3661
3662         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3663         for bufferstraw addition to gstcheck.
3664
3665 2006-07-21  Wim Taymans  <wim@fluendo.com>
3666
3667         * ext/theora/theoradec.c: (clip_buffer):
3668         Better clipping.
3669
3670 2006-07-21  Wim Taymans  <wim@fluendo.com>
3671
3672         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3673         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3674         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3675         Fix leak.
3676         Avoid type casting when we can.
3677
3678         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3679         Fix mem leak.
3680
3681 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * ext/alsa/gstalsamixerelement.c:
3684         (gst_alsa_mixer_element_change_state):
3685           Make state change fail if the specified device can't be opened
3686           for some reason.
3687
3688 2006-07-20  Wim Taymans  <wim@fluendo.com>
3689
3690         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3691         (cb_newpad), (main):
3692         Example of a small audio/video player using decodebin.
3693
3694 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3695
3696         * gst-libs/gst/riff/riff-ids.h:
3697           Add 'fact' chunk id
3698
3699 2006-07-19  Wim Taymans  <wim@fluendo.com>
3700
3701         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3702         (gst_base_rtp_depayload_chain),
3703         (gst_base_rtp_depayload_change_state):
3704         Don't assert when not negotiated but post a meaningfull 
3705         error message. Fixes #347918.
3706
3707         * gst-libs/gst/rtp/gstbasertppayload.c:
3708         Add comment about better default MTU size.
3709
3710         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3711         Small cleanups, start docs.
3712
3713 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3714
3715         Patch by: Martin Szulecki
3716
3717         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3718           If "device-name" is requested and the device is not
3719           open, try to temporarily open it to obtain this
3720           information (#342494).
3721
3722 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3723
3724         * gst-libs/gst/tag/gstid3tag.c:
3725           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3726
3727         * gst-libs/gst/tag/gsttageditingprivate.h:
3728         * gst-libs/gst/tag/gstvorbistag.c:
3729           Some more random const-ifications.
3730
3731 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3732
3733         * gst-libs/gst/riff/riff-ids.h:
3734         * gst-libs/gst/riff/riff-media.c:
3735         (gst_riff_create_video_template_caps):
3736           Add more FOURCCs (sort list to make stuff easier to find),
3737           add comment what those 16 bytes in struct _gst_riff_strh according to
3738           one avi-dumper are
3739
3740 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3741
3742         * gst-libs/gst/audio/multichannel.c:
3743         (gst_audio_check_channel_positions),
3744         (gst_audio_fixate_channel_positions):
3745           Const-ify two arrays.
3746
3747 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3748
3749         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3750           Fix typo, so that alsasink also advertises 8 channels
3751           if that's supported (tags: can, worms, open, alsa, ph34r).
3752
3753 2006-07-17  Wim Taymans  <wim@fluendo.com>
3754
3755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3756         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3757         *sigh*, when is the compiler going to warn when the comments
3758         are out-of-sync with the code.. Refix case of busted theora
3759         headers with 0 granule pos.
3760
3761 2006-07-14  Wim Taymans  <wim@fluendo.com>
3762
3763         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3764         (gst_base_rtp_depayload_wait),
3765         (gst_base_rtp_depayload_change_state),
3766         (gst_base_rtp_depayload_set_property),
3767         (gst_base_rtp_depayload_get_property):
3768         Fix 99% cpu load by waiting for absolute times on the
3769         clock. Fixes #347300.
3770
3771 2006-07-14  Andy Wingo  <wingo@pobox.com>
3772
3773         * ext/theora/gsttheoraparse.h: 
3774         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3775         (theora_parse_push_headers, theora_parse_clear_queue)
3776         (theora_parse_drain_queue_prematurely, )
3777         (theora_parse_sink_event, theora_parse_change_state): Queue events
3778         until we initialized our state, like in vorbisparse.
3779
3780         * ext/vorbis/vorbisparse.h: 
3781         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3782         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3783         (vorbis_parse_drain_queue_prematurely, )
3784         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3785         until we have initialized our state. Fixes seeking after an
3786         initial pad block.
3787
3788 2006-07-14  Andy Wingo  <wingo@pobox.com>
3789
3790         Patch by: Iain Holmes <iaingnome@gmail.com>
3791         
3792         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3793
3794 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3795
3796         * configure.ac:
3797         Bump nano back to CVS
3798
3799 === release 0.10.9 ===
3800
3801 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3802
3803         * configure.ac:
3804           releasing 0.10.9, "I walk the line"
3805
3806 2006-07-14  Michael Smith  <msmith@fluendo.com>
3807
3808         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3809           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3810           (commonly happens when running this test under valgrind) when trying
3811           to remove the buffer probe.
3812
3813 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3814
3815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3816         Fix missing g_unlock from the previous commit
3817
3818 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3819
3820         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3821         (gst_ximagesink_change_state):
3822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3823         (gst_xvimagesink_change_state):
3824         Implement a locking order to ensure we always take the object lock
3825         before the x_lock and never vice-versa.
3826
3827 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3828
3829         * gst/playback/gstdecodebin.c: (find_compatibles):
3830         Fix a caps leak when linking (#347304)
3831
3832         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3833         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3834         (gst_ximagesink_change_state):
3835         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3836         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3837         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3838         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3839         Don't leak shared memory resources. Use the object lock to protect
3840         against the xcontext disappearing while returning a buffer from the
3841         pipeline. (#347304)
3842
3843 2006-07-12  Edward Hervey  <edward@fluendo.com>
3844
3845         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3846         (vorbis_handle_comment_packet):
3847         gst_tag_list_merge() returns a new object. Take that into account when
3848         using it. This avoids memleak.
3849         Revert previous commit which is not needed.
3850
3851 2006-07-12  Edward Hervey  <edward@fluendo.com>
3852
3853         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3854         Reset the decoder in finalize so that all fields get cleared.
3855
3856 2006-07-12  Wim Taymans  <wim@fluendo.com>
3857
3858         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3859         (gst_base_audio_src_set_clock),
3860         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3861         Don't try to post an error message when setting the clock fails
3862         as this can happen when adding an element to a bin which will then
3863         deadlock. Fixes #347296.
3864
3865 2006-07-12  Edward Hervey  <edward@fluendo.com>
3866
3867         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3868         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3869         (vorbis_handle_type_packet):
3870         Post tag messages on the bus even if we're not initialized.
3871         If we're not initialized, we still postpone the event pushing of tags.
3872
3873 2006-07-12  Wim Taymans  <wim@fluendo.com>
3874
3875         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3876         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3877         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3878         Revert last two changes that broke the freeze.
3879
3880 2006-07-12  Wim Taymans  <wim@fluendo.com>
3881
3882         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3883         basesink calculates silence sample correctly for us.
3884
3885 2006-07-12  Wim Taymans  <wim@fluendo.com>
3886
3887         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3888         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3889         Calculate correct silence samples so we don't fill our ringbuffer
3890         with noise.
3891
3892 2006-07-12  Edward Hervey  <edward@fluendo.com>
3893
3894         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3895         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3896         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3897         * ext/vorbis/vorbisdec.h:
3898         Delay sending events (newsegment, tags) until the decoder is properly
3899         initialized.
3900         Fixes #347295
3901
3902 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
3903
3904         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3905         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3906           Patch from #347221 adding a test for audioconvert
3907           channel remappings.
3908
3909 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3910
3911         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3912         (gst_ssa_parse_parse_line):
3913           Don't include the terminating NUL in the buffer size,
3914           it's only there for extra paranoia (would add random
3915           '*' characters at the end of each subtitle since the
3916           terminator itself is not valid UTF-8 technically).
3917           Also fix indenting after boilerplate macro.
3918
3919 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
3920
3921         * gst/playback/gstdecodebin.c: (close_pad_link):
3922           Also emit 'unknown-type' signal (which should really be
3923           called unhandled-type) if we found potential decoders/demuxers
3924           in the registry but none of them worked in the end (as in the
3925           case where the plugins don't exist any longer but are still
3926           listed in the registry). Fixes #329798.
3927
3928 2006-07-08  Andy Wingo  <wingo@pobox.com>
3929
3930         * theoraparse.c (theora_parse_push_buffer)
3931         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
3932         Add some more debugging. Fix granulepos reconstruction in the face
3933         of discontinuities.
3934
3935 2006-07-06  Wim Taymans  <wim@fluendo.com>
3936
3937         * gst-libs/gst/audio/gstbaseaudiosink.c:
3938         (gst_base_audio_sink_class_init),
3939         (gst_base_audio_sink_provide_clock):
3940         Use gobject_class instead of G_OBJECT_CLASS (klass)
3941
3942         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3943         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3944         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
3945         (gst_base_audio_src_get_time),
3946         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
3947         (gst_base_audio_src_create_ringbuffer):
3948         Fix latency and buffer-time constants and properties ala basesink.
3949         Implement pull based scheduling. Fixes #346527.
3950         Set default blocksize in GstBaseSrc to 0, we default to pushing out
3951         one segment.
3952         Refuse slaving to another clock instead of silently not working.
3953         Only provide a clock when we are actually able to do so.
3954         Various small cleanups and compiler hints.
3955
3956 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3957
3958         Patch by: Lutz Mueller <lutz at topfrose de>
3959
3960         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
3961         (plugin_init):
3962           Add typefinding for text/html (#346581).
3963
3964 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3965
3966         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3967         (xml_check_first_element), (xml_type_find), (smil_type_find):
3968           Fix SMIL typefinding, make xml_check_first_element() more
3969           useful.
3970
3971 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3972
3973         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3974         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
3975         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
3976         * gst/playback/gstplaybasebin.h:
3977           Protect list of elements with a subtitle-encoding property and
3978           the subtitle encoding member itself with a lock of their own
3979           instead of using the object lock. This prevents a dead-lock in
3980           the element-remove callback in some circumstances when shutting
3981           down playbin.
3982
3983 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
3984
3985         * win32/common/libgsttag.def:
3986         Export some new functions.
3987         * win32/vs6/libgstogg.dsp:
3988         Add a link to libgsttag-0.10.lib.
3989
3990 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
3991
3992         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3993           Some const-ification.
3994
3995 2006-07-04  Wim Taymans  <wim@fluendo.com>
3996
3997         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
3998         Improve checking if we are dealing with a stream. Added some
3999         more uris that need buffering.
4000
4001 2006-07-03  Edward Hervey  <edward@fluendo.com>
4002
4003         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4004         Remove unused variable.
4005
4006 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4007
4008         * Makefile.am:
4009           include lcov.mak
4010         * configure.ac:
4011           add GCOV_LIBS to GST_LIBS
4012
4013 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4014
4015         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4016
4017         * ext/alsa/gstalsasrc.c:
4018           Add 32 bps to template caps and increase channels range
4019           from [1,2] to [1,MAX]. See #346326.
4020
4021 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4022
4023         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4024           Recognise 'WMVA' video codec fourcc (#345879).
4025           
4026 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4027          
4028         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4029           Fixed nasty memory leak
4030
4031 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4032
4033         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4034         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4035           fix logging
4036
4037 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4038
4039         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4040         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4041         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4042         Protect remove_fakesink using a mutex, so that we don't try and
4043         remove the fakesink simultaneously from multiple threads.
4044
4045         When going from READY to PAUSED, restore the fakesink, so that
4046         it is there when decodebin gets reused.
4047
4048 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4049
4050         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4051         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4052         * gst-libs/gst/rtp/gstbasertppayload.c:
4053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4054         * gst/tcp/gstmultifdsink.c:
4055         * gst/tcp/gsttcpclientsink.c:
4056         * gst/tcp/gsttcpclientsrc.c:
4057         * gst/tcp/gsttcpserversink.c:
4058         * gst/tcp/gsttcpserversrc.c:
4059         * gst/videorate/gstvideorate.c:
4060         * gst/videotestsrc/gstvideotestsrc.c:
4061         * sys/v4l/gstv4ljpegsrc.c:
4062         * sys/v4l/gstv4lmjpegsink.c:
4063         * sys/v4l/gstv4lsrc.c:
4064         * tests/examples/seek/scrubby.c:
4065         * tests/examples/seek/seek.c:
4066           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4067
4068 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4069
4070         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4071           Second field in GEnumValue shouldn't be a description,
4072           but a stringified version of the enum value.
4073
4074 2006-06-22  Wim Taymans  <wim@fluendo.com>
4075
4076         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4077         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4078         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4079         Avoid type checking in buffer casts.
4080         Avoid caps copy in buffer_alloc when we can.
4081         Use pad_peer_accept.
4082
4083 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4084
4085         * gst-libs/gst/tag/tag.h:
4086           Oops, make that 'Since: 0.10.9'.
4087
4088 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         * docs/libs/gst-plugins-base-libs-sections.txt:
4091         * gst-libs/gst/tag/tag.h:
4092         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4093         (gst_tag_image_type_get_type):
4094           API: add GstTagImageType enum to describe images contained
4095           in image tags (#345641).
4096
4097 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4098
4099         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4100           Fix warnings with gst-inspect: "buffers-min" property
4101           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4102           typo in property description.
4103
4104 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4105
4106         Patch by: Cody Russell <bratsche at gnome org>
4107
4108         * gst/audioresample/gstaudioresample.c:
4109         (gst_audioresample_class_init):
4110         * gst/playback/gststreamselector.c:
4111         (gst_stream_selector_class_init):
4112         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4113         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4114         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4115         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4116         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4117         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4118         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4119         * gst/videotestsrc/gstvideotestsrc.c:
4120         (gst_video_test_src_class_init):
4121         * gst/volume/gstvolume.c: (gst_volume_class_init):
4122           Avoid unnecessary class cast check in class_init
4123           functions (#337747).
4124
4125 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4126
4127         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4128         (gst_text_overlay_video_chain):
4129           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4130           and doesn't validate its input either (and neither did
4131           textoverlay it seems). Let's do that then and fix #345206.
4132
4133 2006-06-19  Wim Taymans  <wim@fluendo.com>
4134
4135         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4136         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4137         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4138         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4139         (find_syncframe), (find_limits), (assign_value),
4140         (count_burst_unit), (gst_multi_fd_sink_new_client),
4141         (gst_multi_fd_sink_handle_client_write),
4142         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4143         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4144         (gst_multi_fd_sink_change_state):
4145         * gst/tcp/gstmultifdsink.h:
4146         Added shiny new burst-on-connect methods.
4147         Add properties to control the minimal amount of data queued.
4148         Small cleanups.
4149         API: bytes-min property
4150         API: time-min property
4151         API: buffers-min property
4152         API: burst-unit property
4153         API: burst-value property
4154         API: add-full signal
4155
4156         * gst/tcp/gsttcp-marshal.list:
4157         Added new marshaller code for the new signal.
4158
4159         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4160         (multifdsink_suite):
4161         Added testcases for new burst methods.
4162
4163 2006-06-19  Edward Hervey  <edward@fluendo.com>
4164
4165         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4166         Implement clipping for accurate seeking.
4167         Closes #345225
4168
4169 2006-06-19  Wim Taymans  <wim@fluendo.com>
4170
4171         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4172
4173         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4174         (gst_video_scale_transform):
4175         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4176
4177 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4178
4179         * configure.ac:
4180           Fix --disable-external (can't set conditionals conditionally,
4181           #343602).
4182
4183 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4184
4185         * tests/check/elements/audioresample.c: (test_reuse),
4186         (audioresample_suite):
4187           Add test case for bug #342789 fixed below.
4188
4189 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4190
4191         * gst/audioresample/gstaudioresample.c:
4192         (gst_audioresample_class_init), (gst_audioresample_init),
4193         (audioresample_start), (audioresample_stop),
4194         (gst_audioresample_set_property), (gst_audioresample_get_property):
4195           Implement GstBaseTransform::start and ::stop so that audioresample
4196           can clear its internal state properly and be reused instead of
4197           causing non-negotiated errors with playbin under some circumstances
4198           (#342789).
4199
4200         * tests/check/elements/audioresample.c: (setup_audioresample),
4201         (cleanup_audioresample):
4202           Need to set element state here so that ::start and ::stop are
4203           called.
4204
4205 2006-06-16  Wim Taymans  <wim@fluendo.com>
4206
4207         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4208
4209         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4210         Parse extra data better, apparently it's right behind
4211         the normal strf header size. Fixes #343500.
4212
4213 2006-06-16  Wim Taymans  <wim@fluendo.com>
4214
4215         * ext/alsa/gstalsasink.c: (set_hwparams):
4216         If we fail to set the buffer_time and period_time alsa
4217         parameters, post a warning and leave alsa select a 
4218         default instead of failing. Fixes #342085
4219
4220 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         * docs/libs/gst-plugins-base-libs-sections.txt:
4223         * gst-libs/gst/cdda/gstcddabasesrc.h:
4224           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4225           out in the header file and shouldn't be listed in the docs.
4226
4227         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4228           Must dereference pointer to fourcc in the debug statement.
4229
4230 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4231
4232         * docs/libs/Makefile.am:
4233         * docs/libs/gst-plugins-base-libs-docs.sgml:
4234         * docs/libs/gst-plugins-base-libs-sections.txt:
4235         * docs/libs/gst-plugins-base-libs.types:
4236         add remaining symbols into correct setions
4237         
4238         * gst-libs/gst/audio/gstringbuffer.c:
4239         fix incomplete docs
4240         
4241         * gst-libs/gst/audio/gstringbuffer.h:
4242         comment out not yet implemented function
4243         
4244         
4245         * gst-libs/gst/floatcast/floatcast.h:
4246         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4247         add short descriptions
4248         
4249         
4250         * gst-libs/gst/interfaces/propertyprobe.c:
4251         fix return value docs   
4252         
4253         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4254         simplify debug logging
4255         
4256         * gst-libs/gst/riff/riff-read.h:
4257         sync function prototype and docs
4258         
4259         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4260         remove left over symbol
4261
4262 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4263
4264         * autogen.sh:
4265         * configure.ac:
4266         * docs/Makefile.am:
4267           Use GST_PLUGIN_DOCS macro in configure.ac, add
4268           --enable-plugin-docs default to autogen.sh and use
4269           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4270
4271 2006-06-15  Wim Taymans  <wim@fluendo.com>
4272
4273         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4274         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4275         (gst_ogg_demux_loop):
4276         Combine GstFlowReturn from the source pads to give a
4277         meaningfull result to the upstream peer or to stop the
4278         processing task in case of errors.
4279
4280 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4281
4282         * gst/playback/gststreaminfo.c: (cb_probe):
4283           Try GST_TAG_CODEC as fallback when extracting the
4284           codec name; more debug info.
4285
4286 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4287
4288         * ext/ogg/Makefile.am:
4289         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4290           Extract language tags from ogm subtitle streams, so that
4291           the subtitle menu choices are labelled correctly in
4292           Totem (fixes #344708).
4293
4294 2006-06-14  Wim Taymans  <wim@fluendo.com>
4295
4296         Patch by: Alessandro Decina <alessandro at nnva dot org>
4297
4298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4299         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4300         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4301         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4302         Fix various leaks. Fixes #343699.
4303         Add x-smoke mime type.
4304
4305 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4306
4307         * gst-libs/gst/riff/riff-ids.h:
4308           Add IDs for 'bext' chunks (see #343837).
4309
4310 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4311
4312         Patch by: Young-Ho Cha  <ganadist at chollian net>
4313
4314         * gst/subparse/samiparse.c: (sami_context_pop_state),
4315         (handle_start_font), (end_sami_element):
4316           Honour font face tags in SAMI subtitles (#344503).
4317
4318 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4319
4320         * po/POTFILES.in:
4321           add missing files containing translatable strings
4322
4323 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4324
4325         * docs/libs/tmpl/.cvsignore:
4326           we don't want those *.sgml files in CVS either
4327
4328 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4329
4330         * docs/libs/.cvsignore:
4331         * tests/check/elements/.cvsignore:
4332         * tests/check/libs/.cvsignore:
4333           ignore more
4334
4335 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4336
4337         * docs/libs/Makefile.am:
4338           also commiting the changed Makefile.am (added more libs to the
4339           doc-build)
4340
4341 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4342
4343         * docs/libs/gst-plugins-base-libs-docs.sgml:
4344         * docs/libs/gst-plugins-base-libs-sections.txt:
4345         * docs/libs/gst-plugins-base-libs.types:
4346           first batch of reordering things, add index & hierarchy
4347
4348 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4349
4350         * configure.ac:
4351           use GST_PKG_CHECK_MODULES, cleans up output
4352
4353 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4356           Add support for burn:// URIs (#343385); const-ify things a bit,
4357           use G_N_ELEMENTS instead of hard-coded array size.
4358
4359 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4360
4361         Patch by: Young-Ho Cha  <ganadist at chollian net>
4362
4363         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4364           Fix up broken entities before passing them to libxml *sigh*.
4365           (#343303).
4366           
4367 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4368
4369         * configure.ac:
4370           back to TRUNK
4371
4372 === release 0.10.8 ===
4373
4374 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4375
4376         * configure.ac:
4377           releasing 0.10.8, "Moar gij ziet mij nie"
4378
4379 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4380
4381         * configure.ac:
4382         * po/af.po:
4383         * po/az.po:
4384         * po/cs.po:
4385         * po/en_GB.po:
4386         * po/hu.po:
4387         * po/it.po:
4388         * po/nb.po:
4389         * po/nl.po:
4390         * po/or.po:
4391         * po/sq.po:
4392         * po/sr.po:
4393         * po/sv.po:
4394         * po/uk.po:
4395         * po/vi.po:
4396         * win32/common/config.h:
4397           0.10.7.2 prerelease
4398
4399 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4400
4401         * docs/libs/tmpl/gstaudio.sgml:
4402         * docs/libs/tmpl/gstcolorbalance.sgml:
4403         * docs/libs/tmpl/gstmixer.sgml:
4404         * docs/libs/tmpl/gstringbuffer.sgml:
4405         * docs/libs/tmpl/gsttuner.sgml:
4406         * docs/libs/tmpl/gstxoverlay.sgml:
4407         * gst-libs/gst/audio/audio.c:
4408         * gst-libs/gst/audio/gstringbuffer.c:
4409         * gst-libs/gst/interfaces/colorbalance.c:
4410         * gst-libs/gst/interfaces/mixer.c:
4411         * gst-libs/gst/interfaces/tuner.c:
4412         * gst-libs/gst/interfaces/xoverlay.c:
4413           move last template doc snippets to source code and delete them
4414
4415 2006-06-06  Michael Smith  <msmith@fluendo.com>
4416
4417         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4418         (theora_parse_drain_queue):
4419           Mark DELTA_UNIT on non-keyframes.
4420
4421 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4422
4423         * gst-libs/gst/audio/gstbaseaudiosink.c:
4424         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4425         * gst-libs/gst/audio/gstbaseaudiosink.h:
4426         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4427         (gst_ring_buffer_samples_done):
4428         * gst-libs/gst/audio/gstringbuffer.h:
4429         Document better the fact that latency_time and buffer_time are values
4430         stored in microseconds, and not the usual GStreamer nanoseconds.
4431         Change the variables (compatibly) that store them from GstClockTime 
4432         to guint64 to make it more clear that they're not storing clock times.
4433         Also, remove the bogus property description that says the user can
4434         specify -1 to get the default value, since that's never been the case.
4435
4436         When computing the default segment size for the ring buffer, make it
4437         an integer number of samples.
4438
4439         When the sub-class indicates a delay greater than the number of
4440         samples we've written return 0 from the audio sink get_time method.
4441
4442 2006-06-02  Michael Smith  <msmith@fluendo.com>
4443
4444         * tests/check/elements/audioconvert.c: (set_channel_positions),
4445         (get_float_mc_caps), (get_int_mc_caps):
4446         * tests/check/elements/audioresample.c:
4447         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4448         * tests/check/elements/videorate.c:
4449         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4450         * tests/check/elements/volume.c:
4451         * tests/check/elements/vorbisdec.c:
4452         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4453           Don't busy-wait in tests; this was causing test timeouts very
4454           frequently when running under valgrind.
4455
4456 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4457
4458         * gst/tcp/README:
4459         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4460         (gst_multi_fd_sink_remove_client_link),
4461         (gst_multi_fd_sink_client_queue_caps),
4462         (gst_multi_fd_sink_client_queue_buffer),
4463         (gst_multi_fd_sink_handle_client_write),
4464         (gst_multi_fd_sink_render):
4465         * gst/tcp/gstmultifdsink.h:
4466           make multifdsink properly deal with streamheader:
4467           - streamheader is taken from caps
4468           - buffers marked with IN_CAPS are not sent
4469           - streamheaders are sent, on connection, from the caps of the
4470             buffer where the client gets positioned to
4471           - further streamheader changes are done every time the client
4472             will receive a buffer with different caps
4473         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4474         (gst_multifdsink_create_streamheader):
4475           add tests for this
4476
4477 2006-06-02  Michael Smith  <msmith@fluendo.com>
4478
4479         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4480           Reinstate limit on channel count. Vorbis does not define the meaning
4481           of > 6 channels, so they're just independent channels. Gstreamer
4482           currently has no mechanism to represent N independent channels.
4483
4484 2006-06-02  Michael Smith  <msmith@fluendo.com>
4485
4486         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4487           Don't arbitrarily restrict channel counts and rate in vorbis.
4488           In terms of effects likely on real-world files, this fixes 96kHz
4489           playback of vorbis.
4490
4491 2006-06-02  Michael Smith  <msmith@fluendo.com>
4492
4493         * gst/audioconvert/audioconvert.c: (float):
4494           More correct float->int conversion.
4495
4496 2006-06-02  Michael Smith  <msmith@fluendo.com>
4497
4498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4499           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4500           value. Fixes g-critical on trying to play back ogg containing
4501           unknown codec.
4502
4503 2006-06-02  Wim Taymans  <wim@fluendo.com>
4504
4505         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4506         (setup_source):
4507         * gst/playback/gstplaybasebin.h:
4508         Make the subtitle detection work from any thread so we don't
4509         deadlock. Fixes #343397.
4510
4511 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4512
4513         * gst/volume/Makefile.am:
4514           Seriously, it's not *that* hard to get compilation right.  Even
4515           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4516
4517 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4518
4519         * gst/volume/gstvolume.c: (volume_choose_func),
4520         (volume_update_real_volume), (gst_volume_class_init),
4521         (gst_volume_init), (volume_process_float), (volume_process_int16),
4522         (volume_process_int16_clamp), (volume_set_caps),
4523         (volume_transform_ip), (plugin_init):
4524         * gst/volume/gstvolume.h:
4525         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4526         another property desc., remove unused param from process function
4527         
4528         * tests/check/elements/volume.c: (volume_suite):
4529         reactivate the passthrough test
4530
4531 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4532
4533         * ext/alsa/gstalsamixerelement.h:
4534         * ext/alsa/gstalsamixeroptions.h:
4535         * ext/alsa/gstalsamixertrack.h:
4536         * ext/gnomevfs/gstgnomevfssink.h:
4537         * ext/gnomevfs/gstgnomevfssrc.h:
4538         * ext/theora/gsttheoradec.h:
4539         * ext/theora/gsttheoraenc.h:
4540         * ext/theora/gsttheoraparse.h:
4541         * ext/vorbis/vorbisparse.h:
4542         * gst-libs/gst/audio/gstaudioclock.h:
4543         * gst-libs/gst/audio/gstaudiofilter.h:
4544         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4545         * gst/audioconvert/gstaudioconvert.h:
4546         * gst/audioresample/gstaudioresample.h:
4547         * gst/audiotestsrc/gstaudiotestsrc.h:
4548         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4549         * gst/playback/gststreamselector.h:
4550         * gst/tcp/gstmultifdsink.h:
4551         * gst/tcp/gsttcpclientsink.h:
4552         * gst/tcp/gsttcpclientsrc.h:
4553         * gst/tcp/gsttcpserversink.h:
4554         * gst/tcp/gsttcpserversrc.h:
4555         * gst/videorate/gstvideorate.h:
4556         * gst/videoscale/gstvideoscale.h:
4557         * gst/videotestsrc/gstvideotestsrc.h:
4558         * gst/volume/gstvolume.h:
4559         * sys/v4l/gstv4ljpegsrc.h:
4560         * sys/v4l/gstv4lmjpegsink.h:
4561         * sys/v4l/gstv4lmjpegsrc.h:
4562         * sys/v4l/gstv4lsrc.h:
4563         * sys/ximage/ximagesink.h:
4564         * sys/xvimage/xvimagesink.h:
4565         * tests/old/testsuite/alsa/sinesrc.h:
4566         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4567
4568 2006-05-31  Wim Taymans  <wim@fluendo.com>
4569
4570         * ext/libvisual/visual.c: (gst_visual_reset),
4571         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4572         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4573         Handle DISCONT.
4574         Use running time before doing QoS.
4575         Handle mono too.
4576
4577 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4578
4579         * docs/libs/Makefile.am:
4580           set a magic variable to indicate we know the docs are incomplete
4581
4582 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4583
4584         * win32/common/libgstvideo.def:
4585           export gst_video_calculate_display_ratio
4586         * win32/vs6/libgstvideoscale.dsp:
4587           add link to libgstvideo-0.10.lib
4588
4589 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4590
4591         * gst/playback/gstplaybasebin.c: (gen_source_element):
4592           Throw a more comprehensible error for rtsp:// URIs (rather
4593           than erroring out with a negotiation error later on) until
4594           we fix playbin to handle rtspsrc etc.
4595
4596 2006-05-30  Wim Taymans  <wim@fluendo.com>
4597
4598         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4599         (gst_text_overlay_text_event):
4600         Added some FIXMEs.
4601
4602 2006-05-30  Wim Taymans  <wim@fluendo.com>
4603
4604         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4605         (gst_adder_request_new_pad), (gst_adder_release_pad):
4606         * gst/adder/gstadder.h:
4607         Implement release_request_pad.
4608         Make padcounter atomic.
4609
4610         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4611         Added check for release_pad in adder.
4612
4613 2006-05-30  Wim Taymans  <wim@fluendo.com>
4614
4615         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4616         Fix build again.
4617
4618 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4619
4620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4621         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4622         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4623         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4624         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4625         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4626         (gst_ogg_demux_bisect_forward_serialno),
4627         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4628         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4629           add more debugging
4630           clean up printf formats for granulepos and serialno
4631
4632 2006-05-30  Michael Smith  <msmith@fluendo.com>
4633
4634         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4635         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4636         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4637         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4638         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4639         * ext/vorbis/vorbisenc.h:
4640           Multi-channel caps negotiation, so we can do proper multichannel
4641           vorbis encoding, negotiated through audioconvert.
4642
4643 2006-05-30  Wim Taymans  <wim@fluendo.com>
4644
4645         * tests/check/elements/adder.c: (test_event_message_received),
4646         (test_play_twice_message_received), (GST_START_TEST),
4647         (adder_suite):
4648         Added check to show that #339935 is fixed with ongoing
4649         adder and collectpads fixes.
4650
4651 2006-05-29  Wim Taymans  <wim@fluendo.com>
4652
4653         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4654         Don't leak pad name.
4655
4656 2006-05-29  Wim Taymans  <wim@fluendo.com>
4657
4658         * gst/adder/gstadder.c: (gst_adder_query_duration),
4659         (forward_event_func), (forward_event), (gst_adder_src_event):
4660         Fix adder seeking.
4661         Make query/seeking code threadsafe.
4662
4663         * tests/check/Makefile.am:
4664         * tests/check/elements/adder.c: (test_event_message_received),
4665         (GST_START_TEST), (test_play_twice_message_received):
4666         Fix adder test case.
4667
4668 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4669
4670         Patch by: Young-Ho Cha  <ganadist at chollian net>
4671
4672         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4673         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4674         (set_encoding_element), (decodebin_element_added_cb),
4675         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4676         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4677         * gst/playback/gstplaybasebin.h:
4678           Add 'subtitle-encoding' property to playbin, so applications can
4679           force a subtitle encoding for non-UTF8 subtitles (#342268).
4680
4681         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4682         (gst_sub_parse_set_property):
4683           Rename recently-added 'encoding' property to 'subtitle-encoding'
4684           (so it can be proxied by playbin/decodebin in a generic way
4685           with less danger of false positives).
4686
4687 2006-05-29  Michael Smith  <msmith@fluendo.com>
4688
4689         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4690         (append_with_other_format), (set_structure_widths),
4691         (gst_audio_convert_transform_caps):
4692           Patch from #341562: give more specific audio caps in get_caps, so
4693           that basetransform  can make better decisions on what caps to
4694           negotiate.
4695
4696 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4697
4698         * tests/check/elements/volume.c:
4699         make it compile again
4700
4701 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4702
4703         * tests/check/elements/volume.c: (volume_suite):
4704         disable test until #343196 gets resolved
4705
4706 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4707
4708         * gst/adder/gstadder.c: (gst_adder_get_type):
4709         Make it easier to copy&paste
4710         
4711         * gst/volume/Makefile.am:
4712         * gst/volume/gstvolume.c: (volume_update_real_volume),
4713         (gst_volume_set_volume), (gst_volume_set_mute),
4714         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4715         (volume_transform_ip), (volume_update_mute),
4716         (volume_update_volume):
4717         * gst/volume/gstvolume.h:
4718         Add own debug category, move duplicate code to helper function, fix
4719         property texts, add more comments and prepare ffor liboil-goodness
4720         
4721         * tests/check/Makefile.am:
4722         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4723         add test for mute and passtrough case, be a bit more verbose to track
4724         failure
4725         
4726         * tests/check/generic/states.c: (GST_START_TEST):
4727         catch elements that fail to instantiate
4728
4729 2006-05-28  Edward Hervey  <edward@fluendo.com>
4730
4731         * tests/check/pipelines/simple-launch-lines.c:
4732         * tests/check/pipelines/theoraenc.c:
4733         * tests/check/pipelines/vorbisenc.c:
4734         Comment out tests using parse_launch() if core was built without
4735         parsing capabilities.
4736
4737 2006-05-27  Edward Hervey  <edward@fluendo.com>
4738
4739         * tests/check/Makefile.am:
4740         Extra bonus points for whoever explains to ensonic that you are meant
4741         to test unit tests thoroughly before commiting them, especially if
4742         you know it's going to break.
4743         De-activated element/adder tests.
4744
4745 2006-05-27  Edward Hervey  <edward@fluendo.com>
4746
4747         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4748         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4749         Marking caps conversion issues as GST_WARNING is way too verbose,
4750         Moving them to GST_LOG.
4751
4752 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4753
4754         * README:
4755           Replace current README (containing the release notes from
4756           some 0.9.x version) with a proper README taken from the core.
4757
4758 2006-05-26  Wim Taymans  <wim@fluendo.com>
4759
4760         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4761         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4762         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4763         (vorbis_dec_change_state):
4764         Small cleanups.
4765         Add some FIXMEs
4766         Clip output samples to segment boundaries.
4767
4768 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4769
4770         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4771         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4772         Improve the errors produced on bad output, including some human
4773         readable description strings.
4774         Handle the (theoretical for ximagesink) case where the XServer 
4775         has a different idea about the size required for a particular 
4776         frame and gives us too small a memory allocation.
4777
4778 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4779
4780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4781         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4782         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4783         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4784         Improve the errors produced on bad output, including some human 
4785         readable description strings.
4786         Handle RGB Xv formats properly by transforming them into our 
4787         big-endian caps description.
4788         Use gst_caps_truncate to ensure that we never try and choose a
4789         non-fixed caps in buffer_alloc.
4790         Handle the case where the XServer has a different idea about the size
4791         required for a particular frame and gives us too small a memory
4792         allocation.
4793         Use -1 to indicate 'no image format', because 0 is a valid XServer
4794         image format number.
4795         Put RGB Xv formats at the end of the caps, so that we always prefer
4796         YUV format frames.
4797         Iterate the available Xv Encodings to determine the maximum width and
4798         height, and then return that in our caps.
4799         (Closes #315312, #337544)
4800
4801 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4802
4803         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4804         When there is only one unfinished pad and it receives an event that
4805         doesn't match our requirements, we need to set alldone=FALSE so that
4806         the fakesink is not removed yet.
4807
4808 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4809
4810         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4811           Use gst_type_find_helper_for_buffer() to find the type
4812           of stream from the first packet.
4813
4814         * configure.ac:
4815           Bump requirements to core CVS (needed for vorbis
4816           typefinding to work).
4817
4818 2006-05-24  Edward Hervey  <edward@fluendo.com>
4819
4820         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4821         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4822         contain.  Else they play perfectly fine with qtdemux.
4823
4824 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4825
4826         * ext/theora/theoradec.c:
4827         * ext/theora/theoraenc.c:
4828         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4829         * gst/audiorate/gstaudiorate.c:
4830           make more debug catagories static
4831         
4832         * tests/check/Makefile.am:
4833         * tests/check/elements/adder.c: (message_received),
4834         (test_event_message_received), (GST_START_TEST),
4835         (test_play_twice_message_received), (adder_suite):
4836           added test case for using element twice, extra bonus points for anyone
4837           who can make these test run reliably
4838
4839 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4840
4841         * ext/theora/theoradec.c: (theora_dec_chain):
4842           Make work with time-stamped input buffers that do not
4843           have a granulepos in BUFFER_OFFSET_END (like theora
4844           buffers coming from matroskademux). Fixes #342448.
4845
4846 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         Patch by: Peter Kjellerstedt  <pkj at axis com>
4849
4850         * gst/tcp/Makefile.am:
4851           fdstresstest doesn't need Gtk+, fix compilation if 
4852           gtk is not available (#342566).
4853
4854 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4855          
4856         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4857           80 line columns
4858           Removed redundant floor()
4859
4860 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4861
4862         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4863           On second thought, just skip JUNK chunks automatically, so
4864           the caller doesn't have to handle this. Fixes #342345.
4865           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4866           not GST_FLOW_ERROR.
4867
4868 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4869
4870         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4871           Don't bail out on JUNK chunks with a size of 0 (would try to
4872           pull_range 0 bytes before, which sources don't like too much).
4873           See #342345.
4874
4875 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4876
4877         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4879         Use the gstutil scaling function to preserve 64 bits while calculating
4880         output width and height from the display-aspect-ratio. (A continuation
4881         of #341542)
4882
4883 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4884
4885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4886         (gst_xvimagesink_buffer_alloc):
4887         * sys/xvimage/xvimagesink.h:
4888         When performing buffer allocations, remember the caps and image format
4889         we return so that if the same caps are asked for next time we can
4890         return them immediately without doing any caps intersections.
4891
4892 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4893          
4894         * gst-libs/gst/rtp/README:
4895           Some new documentation
4896         * gst-libs/gst/rtp/gstrtpbuffer.h:       
4897           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
4898         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4899         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
4900           New RTP audio base payloader class. Supports frame or sample based
4901           codecs.  Not enabled in Makefile.am until approved.
4902
4903 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4904
4905         * tests/check/elements/alsa.c: (test_device_property_probe):
4906           Fix test case: don't try to free NULL GValueArray when there
4907           are no devices.
4908
4909 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4910
4911         * tests/check/Makefile.am:
4912         * tests/check/elements/alsa.c: (test_device_property_probe),
4913         (alsa_suite), (main):
4914           Add simple test that runs a device property probe on alsasrc,
4915           alsasink and alsamixer. Disable valgrind check for now (too
4916           many leaks in libasound, and valgrind ignored my suppressions
4917           additions).
4918
4919 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4920
4921         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4922         (gst_alsa_device_property_probe_probe_property),
4923         (gst_alsa_device_property_probe_needs_probe),
4924         (gst_alsa_device_property_probe_get_values),
4925         (gst_alsa_type_add_device_property_probe_interface):
4926         * ext/alsa/gstalsadeviceprobe.h:
4927         * ext/alsa/gstalsamixerelement.c:
4928         (gst_alsa_mixer_element_init_interfaces):
4929         * ext/alsa/gstalsamixerelement.h:
4930           Clean up and simplify alsa device probing. Make it actually work
4931           for multiple classes. Don't cache results any longer.
4932
4933         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
4934         (gst_alsasink_init):
4935         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
4936         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
4937         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
4938           Make alsasink and alsasrc implement the GstPropertyProbe interface
4939           for device probing (#342181).
4940           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
4941
4942 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4943
4944         * gst/subparse/samiparse.c: (handle_start_font):
4945           Don't ignore return value of strtol (++compiler_happiness).
4946
4947 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4948
4949         Patch by: Young-Ho Cha  <ganadist chollian net>
4950
4951         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4952         (gst_sub_parse_class_init), (gst_sub_parse_init),
4953         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
4954         (convert_encoding):
4955         * gst/subparse/gstsubparse.h:
4956           Add 'encoding' property (#341681).
4957
4958         * gst/subparse/samiparse.c: (characters_sami):
4959           Output is pango markup, so we need to escape text
4960           between tags (#342143).
4961
4962 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4963
4964         * gst-libs/gst/audio/multichannel.c:
4965         (gst_audio_check_channel_positions):
4966           It's okay to have caps with channels=1 and a channel position
4967           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
4968           (deinterleavers might want to keep the position in the caps,
4969           so that they can be re-interleaved again properly later).
4970           Leave check for unexpected 2-channel layouts intact for now.
4971
4972 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4973
4974         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
4975         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
4976         basesrc can do its job correctly.
4977
4978 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4979
4980         * ext/alsa/Makefile.am:
4981         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4982         (gst_alsa_detect_formats), (get_channel_free_structure),
4983         (caps_add_channel_configuration), (gst_alsa_detect_channels),
4984         (gst_alsa_probe_supported_formats):
4985         * ext/alsa/gstalsa.h:
4986         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
4987           Refactor and improve caps probing code: probe signedness
4988           when we probe the supported formats/widths; set endianness
4989           to the one we actually probed for (ie. cpu endianness).
4990           
4991         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
4992         (gst_alsasrc_close):
4993         * ext/alsa/gstalsasrc.h:
4994           Implement caps probing for alsasrc.
4995
4996 2006-05-15  Wim Taymans  <wim@fluendo.com>
4997
4998         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4999         (theora_dec_src_query), (theora_dec_src_event),
5000         (theora_dec_sink_event), (theora_handle_comment_packet),
5001         (theora_handle_data_packet), (theora_dec_change_state):
5002         Cleanups, add some G_LIKELY.
5003         Use segment helpers instead of our own wrong code.
5004         Clear queued buffers on seek and READY.
5005
5006         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5007         (vorbis_dec_convert), (vorbis_dec_src_query),
5008         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5009         (vorbis_handle_comment_packet), (vorbis_dec_push),
5010         (vorbis_handle_data_packet), (vorbis_dec_chain),
5011         (vorbis_dec_change_state):
5012         * ext/vorbis/vorbisdec.h:
5013         Remove old useless packetno variable.
5014         Do position query properly.
5015         Add some G_LIKELY.
5016         Do cleanup of queued buffers in new helper function
5017         and use it.
5018
5019 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5020
5021         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5022           Query supported sample rates. Fixes #341732.
5023
5024 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5025
5026         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5027         (gst_decode_bin_change_state): Make decodebin reusable
5028         when going from PAUSE_TO_READY and then back to PAUSED.
5029         Fixes #331678.
5030
5031 2006-05-15  Wim Taymans  <wim@fluendo.com>
5032
5033         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5034         (vorbis_dec_convert), (vorbis_dec_src_query),
5035         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5036         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5037         (vorbis_dec_clean_queued), (vorbis_dec_push),
5038         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5039         Cleanups. Use refcounting and DEBUG_OBJECT.
5040         Reset segment on flush, use code methods instead of our
5041         own wrong version.
5042         Fix potential memleak.
5043
5044 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5045
5046         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5047         (gst_alsasink_init):
5048         * ext/alsa/gstalsasink.h:
5049           Don't leak allocated snd_output_t structure if there's
5050           more than one alsasink instance at a time (#341873).
5051           Also fix GObject macros in header file.
5052           
5053 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5054
5055         * gst/subparse/gstsubparse.c:
5056         (gst_sub_parse_data_format_autodetect):
5057           Don't use libxml functions in the typefinding code.
5058
5059 2006-05-15  Wim Taymans  <wim@fluendo.com>
5060
5061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5062         Fix seeking performance in the case where a non-header 
5063         packet has a 0 granulepos (busted theora case). 
5064         Fixes #341719
5065         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5066          the first place, you limelight stealer you)
5067
5068 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5069
5070         * gst/subparse/gstsubparse.c:
5071         (gst_sub_parse_data_format_autodetect):
5072           Improve SAMI typefinding: handle case where there are
5073           whitespaces or newlines in front of the first <SAMI>
5074           tag (#169936).
5075
5076 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5077
5078         * configure.ac:
5079           Build video4linux plugin even if there's no XVIDEO, just
5080           without implementing the GstXOverlay interface (#334002).
5081          
5082 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5083
5084         * configure.ac:
5085         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5086         (plugin_init):
5087           Add tentative support for libvisual-0.4 (#336881).
5088
5089 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5090
5091         Patch by: Young-Ho Cha <ganadist at chollian net>
5092
5093         * gst/subparse/samiparse.c: (handle_start_font):
5094           Need to map "silver" colour explicitly (#169936).
5095
5096 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5097
5098         Patch by: Young-Ho Cha  <ganadist at chollian net>
5099
5100         * gst/subparse/Makefile.am:
5101         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5102         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5103         (gst_sub_parse_format_autodetect), (feed_textbuf),
5104         (gst_subparse_type_find), (plugin_init):
5105         * gst/subparse/gstsubparse.h:
5106         * gst/subparse/samiparse.c:
5107         * gst/subparse/samiparse.h:
5108           Add support for SAMI subtitles (#169936).
5109
5110 2006-05-14  Michael Smith  <msmith@fluendo.com>
5111
5112         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5113           Fix #341696: crash when mixing L+R+C to mono or stereo.
5114         * tests/check/Makefile.am:
5115         * tests/check/elements/audioconvert.c: (set_channel_positions),
5116         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5117         (audioconvert_suite):
5118           Add test for the above, including some generic framework bits for
5119           testing multichannel things.
5120
5121 === release 0.10.7 ===
5122
5123 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5124
5125         * configure.ac:
5126           releasing 0.10.7, "Leave the gun"
5127
5128 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5129
5130         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5132         Fix the build.
5133
5134 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5135
5136         * docs/libs/gst-plugins-base-libs-docs.sgml:
5137         * docs/libs/gst-plugins-base-libs-sections.txt:
5138         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5139         * gst-libs/gst/video/video.h:
5140         * gst/videoscale/Makefile.am:
5141         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5143         * tests/check/Makefile.am:
5144         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5145         (main):
5146           Fix integer overflow problem with pixel-aspect-ratio calculations
5147           in videoscale and xvimagesink (#341542)
5148
5149 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         * gst-libs/gst/tag/gstid3tag.c:
5152           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5153
5154 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5155
5156         * win32/MANIFEST:
5157           update win32 files listing
5158
5159 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5160
5161         patch by: Sjoerd Simons (sjoerd@luon.net)
5162
5163         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5164         (group_create), (group_destroy), (add_stream),
5165         (gst_play_base_bin_get_property),
5166         (gst_play_base_bin_get_streaminfo_value_array):
5167         * gst/playback/gstplaybasebin.h:
5168           API: GstPlayBaseBin::stream-info-value-array property
5169           use a more bindings-friendly way of exposing streaminfo
5170           using a GValueArray.  Tested in ipython.
5171           Closes #341114
5172
5173 2006-05-11  Wim Taymans  <wim@fluendo.com>
5174
5175         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5176         (queue_underrun_cb), (queue_filled_cb):
5177         Also catch queue underruns but don't do anything yet.
5178         Refactor and comment queue enlarging code a bit.
5179
5180         * gst/playback/gstplaybasebin.c: (queue_overrun),
5181         (queue_threshold_reached), (queue_out_of_data),
5182         (gen_preroll_element):
5183         If a queue over/underruns check that we don't create nasty
5184         deadlocks when the min-threshold is not reached but the
5185         max-bytes is. In those cases disable max-bytes when we
5186         know that the queue is fed timed data.
5187         Add more comments.
5188
5189 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5190
5191         * gst/playback/gstplaybin.c: (gen_audio_element):
5192           Make playbin automatically plug an 'audioresample'
5193           element before the audio sink as well. This solves
5194           problems with sinks that only accept a very specific
5195           sample rate, like esdsink (e.g. #340379).
5196
5197 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst/playback/gstplaybasebin.c: (gen_source_element):
5200           Make http sources send special headers so that we receive
5201           icecast metadata if the http stream is an icecast stream
5202           (otherwise the server will just ignore them). This also
5203           means that from now on users will need the 'icydemux'
5204           element from gst-plugins-good installed if they want to
5205           listen to icecast radio streams. (#341432, #333657).
5206
5207 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5208
5209         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5210         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5211           remove stupid example from docs - it should come with a simple
5212           C program instead.
5213           Clean up/fix docs
5214         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5215         (fail_if_can_read), (GST_START_TEST),
5216         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5217           add a test for changing streamheader which exposes a bug in
5218           multifdsink
5219
5220 2006-05-11  Michael Smith  <msmith@fluendo.com>
5221
5222         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5223         (gst_gnome_vfs_src_received_headers_callback):
5224         * ext/gnomevfs/gstgnomevfssrc.h:
5225           Don't set icy-caps unless we have a sane interval value. Move
5226           interval to a local variable; we never use it outside this function.
5227
5228 2006-05-11  Wim Taymans  <wim@fluendo.com>
5229
5230         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5232         Register special buffer types along with the objects so
5233         that they are not registered at runtime from N different
5234         streaming threads since they are not threadsafe.
5235
5236 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5237
5238         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5239         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5240           add two more tests, one doing streamheader
5241
5242 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5243
5244         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5245           clean up the bufqueue when shutting down
5246         * tests/check/Makefile.am:
5247         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5248         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5249         (main):
5250           add a test for the leak that was just fixed
5251
5252 2006-05-10  Wim Taymans  <wim@fluendo.com>
5253
5254         * gst/adder/gstadder.c: (gst_adder_setcaps),
5255         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5256         (gst_adder_src_event), (gst_adder_sink_event),
5257         (gst_adder_class_init), (gst_adder_finalize),
5258         (gst_adder_request_new_pad), (gst_adder_collected):
5259         * gst/adder/gstadder.h:
5260         Updated some docs. Added comments and FIXMEs all over the place.
5261         Improve debugging info.
5262         Fix leak on finalize by not calling the parent.
5263         Implement duration query.
5264         Make event forwarding threadsafe.
5265         Correctly send NEWSEGMENT at start and after flush.
5266         Handle EOS correctly.
5267         Post error when not negotiated.
5268
5269         * tests/check/elements/adder.c: (GST_START_TEST):
5270         Added FIXME in the test.
5271
5272 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5273
5274         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5275         (gst_text_overlay_halign_get_type),
5276         (gst_text_overlay_wrap_mode_get_type):
5277         * ext/theora/theoradec.c: (theora_handle_type_packet),
5278         (theora_handle_data_packet):
5279         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5280         (theora_enc_sink_setcaps), (theora_enc_chain):
5281         * gst-libs/gst/cdda/gstcddabasesrc.c:
5282         (gst_cdda_base_src_mode_get_type):
5283         * gst/audiotestsrc/gstaudiotestsrc.c:
5284         (gst_audiostestsrc_wave_get_type):
5285         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5286         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5287         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5288         (gst_sync_method_get_type), (gst_unit_type_get_type),
5289         (gst_client_status_get_type):
5290         * gst/videoscale/gstvideoscale.c:
5291         (gst_video_scale_method_get_type):
5292         * gst/videotestsrc/gstvideotestsrc.c:
5293         (gst_video_test_src_pattern_get_type):
5294         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5295         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5296         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5297         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5298         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5299         (paint_setup_RGB565), (paint_setup_xRGB1555):
5300           Const-ify GEnumValue and GFlagsValue arrays. Use
5301           GST_ROUND_UP_* macros instead of home-made ones.
5302
5303 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5304
5305         * configure.ac:
5306           Require core CVS for the new newsegment stuff.
5307
5308 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5309
5310         Patch by: Sjoerd Simons  <sjoerd at luon net>
5311
5312         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5313           Register nick for enum value (#341160).
5314
5315 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5316
5317         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5318         (plugin_init):
5319          backout typefind patch #340375
5320          
5321         * tests/check/elements/adder.c: (message_received),
5322         (GST_START_TEST), (adder_suite):
5323           redo, signal-handling of test
5324
5325 2006-05-09  Wim Taymans  <wim@fluendo.com>
5326
5327         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5328         (gst_adder_collected):
5329         * gst/adder/gstadder.h:
5330         Remove bogus segment merging and forwarding, we don't
5331         care about timestamps anyway and we just produce a
5332         continuous stream. 
5333         Also create a nice NEWSEGMENT event when we start.
5334         Use _scale_int some more.
5335
5336 2006-05-09  Edward Hervey  <edward@fluendo.com>
5337
5338         * tests/icles/stress-xoverlay.c:
5339         Fix if core was built without parsing support.
5340
5341 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5342
5343         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5344           Add SEDG (Samsung MPEG-4) fourcc.
5345
5346 2006-05-09  Edward Hervey  <edward@fluendo.com>
5347
5348         * tests/icles/stress-xoverlay.c:
5349         * tests/examples/volume/volume.c:
5350         Fix if core was built without parsing support.
5351
5352         * tests/examples/seek/seek.c:
5353         Disable the parse_launch example if core was built without parsing
5354         support.
5355
5356 2006-05-08  Edward Hervey  <edward@fluendo.com>
5357
5358         * autogen.sh: (CONFIGURE_DEF_OPT): 
5359         libtoolize on Darwin/MacOSX is called glibtoolize
5360
5361 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5362
5363         * tests/check/Makefile.am:
5364         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5365           Disable the adder test, until the build-slaves posses the kindness to 
5366           either like it or to give valid reason for not doing so 
5367
5368 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5369
5370         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5371         (adder_suite):
5372           Shuffle NULL state change around and raise timeout more
5373
5374 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5375
5376         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5377         (mp4_type_find), (plugin_init):
5378           Add typefind to distinguish between "audio/x-m4a" and new type
5379           "video/mp4". Fixes #340375
5380
5381         * tests/check/elements/adder.c: (adder_suite):
5382           Raise timeout to make buildbot happy
5383
5384 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5385
5386         * gst/adder/gstadder.c: (gst_adder_sink_event),
5387         (gst_adder_request_new_pad), (gst_adder_change_state):
5388         * gst/adder/gstadder.h:
5389         * tests/check/Makefile.am:
5390         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5391         (adder_suite), (main):
5392           Add sink-event handling to adder. It tries to merge incomming
5393           newsegment-events. Added test to check if segment_done is comming
5394           through. Fixes #340060
5395
5396 2006-05-05  Andy Wingo  <wingo@pobox.com>
5397
5398         * ext/theora/theoraparse.c (gst_theora_parse_init)
5399         (theora_parse_src_convert, theora_parse_src_query):
5400         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5401         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5402         query functions on the source pads of the theora and vorbis parse
5403         elements. Fixes position querying when doing a remux.
5404
5405 2006-05-05  Michael Smith  <msmith@fluendo.com>
5406
5407         * ext/theora/theoraparse.c: (parse_granulepos),
5408         (theora_parse_drain_queue_prematurely),
5409         (theora_parse_queue_buffer), (theora_parse_sink_event):
5410           Fix flushing.
5411           Fix invalid granulepos outputs when starting with a non-keyframe.
5412
5413 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5414
5415         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5416         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5417         Rearrange MPEG system stream detection, fixing some memleaks in the
5418         process.
5419         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5420         they clean up their data correctly.
5421         Remove unused ogganx caps and move the 'is_annodex' check to inside
5422         the 'is_ogg' if statement.
5423
5424 2006-05-05  Wim Taymans  <wim@fluendo.com>
5425
5426         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5427         Properly remove ghostpads. Fixes #340392
5428
5429 2006-05-04  David Schleef  <ds@schleef.org>
5430
5431         * gst/typefind/gsttypefindfunctions.c:
5432
5433 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5434
5435         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5436         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5437
5438         When typefinding an MP3 in push-based mode, don't penalise the
5439         probability down to 74% when we found 5 valid frames just because we
5440         can't peek the end of the file.
5441
5442         Make the probability for detecting MPEG Transport Streams based on the
5443         number of sequential headers we successfully detected.
5444
5445 2006-05-03  Wim Taymans  <wim@fluendo.com>
5446
5447         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5448         (vorbis_dec_push), (vorbis_dec_chain):
5449         Still produce an error when we receive an empty packet.
5450
5451 2006-05-03  Wim Taymans  <wim@fluendo.com>
5452
5453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5454         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5455         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5456         Mark buffers with DISCONT after seek and after activating new
5457         chains.
5458
5459         * ext/theora/gsttheoradec.h:
5460         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5461         (theora_get_query_types), (theora_dec_sink_event),
5462         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5463         (theora_dec_change_state):
5464         Fix frame counter.
5465         Detect and mark DISCONT buffers.
5466
5467         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5468         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5469         (vorbis_dec_change_state):
5470         * ext/vorbis/vorbisdec.h:
5471         Use GstSegment.
5472         Detect and mark DISCONT buffers.
5473         Don't crash on 0 sized buffers.
5474
5475 2006-05-03  Wim Taymans  <wim@fluendo.com>
5476
5477         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5478         (volume_transform_ip):
5479         Increase "volume" property to 10.0. Fixes #340369.
5480         Set the process function to NULL when capsnego fails so that
5481         we properly error out.
5482
5483 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5484
5485         * gst/playback/gstplaybin.c: (add_sink):
5486         * gst/playback/test.c: (main):
5487         * gst/playback/test5.c: (dump_element_stats):
5488         * gst/playback/test6.c: (main):
5489           free caps using gst_caps_unref, don't leak caps-strings
5490
5491 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5492
5493         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5494         (plugin_init):
5495           Refine musepack typefinding a bit. Return MAXIMUM
5496           probability when we detect stream version 7 to make
5497           sure the mpeg audio typefinder doesn't trump us.
5498
5499 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5500
5501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5502           Protect against unexpected NULL strf_data buffer.
5503
5504 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5505
5506         * tests/check/elements/audioconvert.c: (verify_convert),
5507         (GST_START_TEST):
5508           interpret the out[] buffer in the order the bytes are actually
5509           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5510           Other tests should use BYTE_ORDER since the array is filled in
5511           with actual values
5512
5513 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5514
5515         * tests/check/elements/audioconvert.c: (verify_convert),
5516         (GST_START_TEST):
5517           when a test fails, give an indication of which it is
5518
5519 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5520
5521         * gst-libs/gst/cdda/gstcddabasesrc.c:
5522           compile fix; strtol() needs <stdlib.h>
5523
5524 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5525
5526         * ext/alsa/gstalsamixerelement.c:
5527         * ext/alsa/gstalsasrc.c:
5528         * ext/cdparanoia/gstcdparanoiasrc.c:
5529         * ext/gnomevfs/gstgnomevfssink.c:
5530         * ext/gnomevfs/gstgnomevfssrc.c:
5531         * ext/ogg/gstoggdemux.c:
5532         * ext/ogg/gstoggmux.c:
5533         * ext/ogg/gstoggparse.c:
5534         * ext/ogg/gstogmparse.c:
5535         * ext/pango/gstclockoverlay.c:
5536         * ext/pango/gsttextoverlay.c:
5537         * ext/pango/gsttextrender.c:
5538         * ext/pango/gsttimeoverlay.c:
5539         * ext/theora/theoradec.c:
5540         * ext/theora/theoraenc.c:
5541         * ext/vorbis/vorbisdec.c:
5542         * ext/vorbis/vorbisenc.c:
5543         * gst-libs/gst/audio/gstaudiofilter.c:
5544         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5545         * gst/audioconvert/gstaudioconvert.c:
5546         * gst/audiorate/gstaudiorate.c:
5547         * gst/audioresample/gstaudioresample.c:
5548         * gst/audiotestsrc/gstaudiotestsrc.c:
5549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5550         * gst/playback/gstdecodebin.c:
5551         * gst/playback/gstplaybin.c:
5552         * gst/playback/gststreamselector.c:
5553         * gst/subparse/gstsubparse.c:
5554         * gst/tcp/gstmultifdsink.c:
5555         * gst/tcp/gsttcpclientsink.c:
5556         * gst/tcp/gsttcpclientsrc.c:
5557         * gst/tcp/gsttcpserversink.c:
5558         * gst/tcp/gsttcpserversrc.c:
5559         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5560         * gst/videorate/gstvideorate.c:
5561         * gst/videoscale/gstvideoscale.c:
5562         * gst/videotestsrc/gstvideotestsrc.c:
5563         * gst/volume/gstvolume.c:
5564         * sys/v4l/gstv4ljpegsrc.c:
5565         * sys/v4l/gstv4lmjpegsink.c:
5566         * sys/v4l/gstv4lmjpegsrc.c:
5567         * sys/v4l/gstv4lsrc.c:
5568         * sys/ximage/ximagesink.c:
5569         * sys/xvimage/xvimagesink.c:
5570         * tests/check/libs/cddabasesrc.c:
5571           make GstElementDetails const
5572
5573 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5574
5575         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5576         (gst_adder_init):
5577           send events from src-pad to all sink-pads fixes #338657
5578
5579 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5580
5581         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5582         (alsasink_parse_spec):
5583           query width capabilities from alsa, fixes #338919
5584
5585 2006-04-28  Wim Taymans  <wim@fluendo.com>
5586
5587         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5588         (gst_multi_fd_sink_remove_client_link):
5589         * gst/tcp/gstmultifdsink.h:
5590         Fix race condition in multifdsink that can lead to spurious 
5591         duplicate clients. this patch adds a new signal that is fired when
5592         multifdsink has removed all references to the fd.
5593         Fixes #339574.
5594         Updated documentation.
5595         API: client-fd-removed signal added
5596
5597 2006-04-28  Michael Smith  <msmith@fluendo.com>
5598
5599         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5600           When asking g_value_array_new to prealloc elements, we may as well
5601           ask for the right number of elements.
5602
5603 2006-04-28  Wim Taymans  <wim@fluendo.com>
5604
5605         * gst-libs/gst/audio/gstbaseaudiosink.c:
5606         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5607         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5608         patch to make timestamp checking more tollerant to rounding 
5609         errors given that real discontinuities are to be marked on
5610         buffers. Fixes some asf files and #338778.
5611         Also avoid some crashers when we receive an event in the 
5612         NULL state.
5613
5614 2006-04-28  Michael Smith  <msmith@fluendo.com>
5615
5616         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5617         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5618         (gst_gnome_vfs_src_get_property),
5619         (gst_gnome_vfs_src_send_additional_headers_callback),
5620         (gst_gnome_vfs_src_received_headers_callback),
5621         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5622         (gst_gnome_vfs_src_stop):
5623         * ext/gnomevfs/gstgnomevfssrc.h:
5624           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5625           proper shared support within icydemux.
5626
5627 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5628
5629         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5630         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5631           fix up docs
5632           fix a leak when no caps negotiated
5633           fix counting of input frames
5634         * tests/check/elements/.cvsignore:
5635         * tests/check/elements/videorate.c: (assert_videorate_stats),
5636         (GST_START_TEST), (videorate_suite):
5637           add tests for these
5638
5639 2006-04-28  Wim Taymans  <wim@fluendo.com>
5640
5641         * gst-libs/gst/audio/gstringbuffer.c:
5642         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5643         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5644         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5645         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5646         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5647         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5648         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5649         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5650         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5651         Check arguments passed to public functions instead of
5652         crashing.
5653
5654 2006-04-28  Wim Taymans  <wim@fluendo.com>
5655
5656         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5657         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5658         GstBaseAudioSrc must be live or it does not work.
5659
5660         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5661         Don't set live to TRUE as this is the default in the parentclass.
5662
5663 2006-04-28  Wim Taymans  <wim@fluendo.com>
5664
5665         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5666         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5667         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5668         fixation cases better. Fixes #338991
5669
5670 2006-04-28  Wim Taymans  <wim@fluendo.com>
5671
5672         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5673         Handle 0/1 framerate correctly Fixes #331901.
5674
5675 2006-04-28  Wim Taymans  <wim@fluendo.com>
5676
5677         * tests/check/elements/audioconvert.c: (get_float_caps),
5678         (GST_START_TEST), (audioconvert_suite):
5679         Added check for correct clipping when doing float samples
5680         in audioconvert.
5681
5682 2006-04-28  Wim Taymans  <wim@fluendo.com>
5683
5684         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5685         (gst_video_rate_chain):
5686         Print more debugging info.
5687
5688 2006-04-28  Wim Taymans  <wim@fluendo.com>
5689
5690         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5691         (resample_set_state_from_caps):
5692         Add support for other formats audioresample can handle such as
5693         32 bits in and float and 64 bits float. Fixes #301759
5694
5695 2006-04-28  Wim Taymans  <wim@fluendo.com>
5696
5697         * gst/audioconvert/audioconvert.c: (float):
5698         correctly clip float samples > 1.0. Fixes #338718
5699
5700 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5701
5702         Patch by: Young-Ho Cha  <ganadist at chollian net>
5703
5704         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5705         (gst_text_overlay_render_text):
5706           Don't strip newlines from the text. Also, center lines
5707           within multi-line paragraphs (#339405).
5708
5709 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5710
5711         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5712           Fix wavpack typefinding to work in more cases (don't peek
5713           for chunks of multiple hundred kBs at once, but process
5714           things step-by-step in smaller units). Fixes #339786.
5715
5716 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5717
5718         * configure.ac:
5719           back to HEAD
5720
5721 === release 0.10.6 ===
5722
5723 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5724
5725         * configure.ac:
5726           releasing 0.10.6, "Chao"
5727
5728 2006-04-26  David Schleef  <ds@schleef.org>
5729
5730         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5731           Fixes #338897.
5732
5733 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5734
5735         * configure.ac:
5736         * win32/common/config.h:
5737           new prerelease
5738
5739 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5740
5741         patch by: Wim Taymans
5742
5743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5744         (gst_ogg_demux_perform_seek):
5745           make sure correct newsegments are sent, so that the decoder
5746           and the demuxer agree on timestamps.  Fixes playback of a lot
5747           of Ogg files that do not start from 0.  Fixes #339833.
5748
5749 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5750
5751         Patch by: Edward Hervey  <edward@fluendo.com>
5752
5753         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5754         * tests/check/Makefile.am:
5755         * tests/check/elements/videorate.c: (assert_videorate_stats),
5756         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5757         (videorate_suite), (main):
5758           Fix an infinite loop if frames are passed in with wrongly ordered
5759           timestamps.  Fixes #339013.
5760
5761 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5762
5763         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5764
5765         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5766           fix typefinding on some ISO files.  Fixes #339212.
5767
5768 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5769
5770         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5773           add another H264 fourcc.  Fixes #339047.
5774
5775 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5776
5777         Patch by: Jan Schmidt
5778
5779         * gst/playback/gststreamselector.c:
5780         (gst_stream_selector_bufferalloc):
5781           Restore old StreamSelector behaviour.
5782           Fixes #338419.
5783
5784 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5785
5786         * configure.ac:
5787         * win32/common/config.h:
5788           prerelease
5789
5790 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5791
5792         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5793
5794         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5795         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5796           Fix some memory leaks: on finalize, free buffers left in the queue
5797           before destroying the queue; in _push(), unref rtp_buf even if
5798           the process vfunc returned a NULL buffer as output buffer (#337548);
5799           demote some recuring debug messages to LOG level.
5800
5801 2006-04-11  Wim Taymans  <wim@fluendo.com>
5802
5803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5804         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5805         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5806         (gst_ogg_demux_loop):
5807         More cleanups.
5808         Respect segment stop when emiting EOS or SEGMENT_DONE.
5809         Fixes (#337945).
5810
5811 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5812
5813         * gst/playback/gststreamselector.c:
5814         (gst_stream_selector_get_property):
5815           Don't leak pad name.
5816
5817 2006-04-10  Michael Smith  <msmith@fluendo.com>
5818
5819         * tests/check/Makefile.am:
5820         * tests/check/gst-plugins-base.supp:
5821           Suppress an old libtheora bug (fixed in more recent versions), so 
5822           that FC4 buildslaves can pass.
5823
5824 2006-04-10  Wim Taymans  <wim@fluendo.com>
5825
5826         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5827         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5828         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5829         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5830         (gst_ogg_demux_loop):
5831         Don't leak events.
5832         Remember what error we got when finding chains, if we
5833         were shutdown, that would not be an error.
5834
5835 2006-04-10  Wim Taymans  <wim@fluendo.com>
5836
5837         * gst-libs/gst/audio/gstbaseaudiosink.c:
5838         (gst_base_audio_sink_event):
5839         Starting the ringbuffer when we did not acquire it can cause
5840         a deadlock, is pointless and causes nasty things for
5841         subclasses. 
5842         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5843
5844 2006-04-10  Wim Taymans  <wim@fluendo.com>
5845
5846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5847         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5848         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5849         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5850         (gst_ogg_demux_deactivate_current_chain),
5851         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5852         (gst_ogg_demux_bisect_forward_serialno),
5853         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5854         Add some more debugging.
5855
5856 2006-04-10  Wim Taymans  <wim@fluendo.com>
5857
5858         * ext/theora/theoradec.c: (theora_dec_src_event),
5859         (theora_handle_data_packet):
5860         Some more debug info.
5861
5862         * tests/examples/seek/seek.c: (start_seek), (main):
5863         Print element messages too.
5864
5865 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5866
5867         * gst/audioresample/debug.h:
5868           replace debug macros with variable number of parameters
5869           by a simple alias to gstreamer standard debug macros 
5870          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5871           supported by MSVC 6.0 and 7.1)
5872         * gst/audioresample/resample.h:
5873           define M_PI and rint for WIN32
5874         * win32/common/libgstaudio.def:
5875         * win32/common/libgstriff.def:
5876         * win32/common/libgsttag.def:
5877         * win32/common/libgstvideo.def:
5878           add new exported functions
5879         * win32/vs6:
5880           update project files
5881
5882 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5883
5884         * ext/alsa/gstalsamixeroptions.c:
5885         (gst_alsa_mixer_options_class_init):
5886         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5887         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5889         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5890         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5891         * gst-libs/gst/audio/gstaudiofilter.c:
5892         (gst_audio_filter_class_init):
5893         * gst-libs/gst/audio/gstaudiosink.c:
5894         (gst_audioringbuffer_class_init):
5895         * gst-libs/gst/audio/gstaudiosrc.c:
5896         (gst_audioringbuffer_class_init):
5897         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5898         * gst-libs/gst/interfaces/colorbalancechannel.c:
5899         (gst_color_balance_channel_class_init):
5900         * gst-libs/gst/interfaces/mixeroptions.c:
5901         (gst_mixer_options_class_init):
5902         * gst-libs/gst/interfaces/mixertrack.c:
5903         (gst_mixer_track_class_init):
5904         * gst-libs/gst/interfaces/tunerchannel.c:
5905         (gst_tuner_channel_class_init):
5906         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5907         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5908         (gst_netbuffer_class_init):
5909         * gst-libs/gst/rtp/gstbasertppayload.c:
5910         (gst_basertppayload_class_init):
5911         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5912         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5913         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5914         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5915         * gst/playback/gststreamselector.c:
5916         (gst_stream_selector_class_init):
5917         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5918         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5919         * sys/v4l/gstv4lcolorbalance.c:
5920         (gst_v4l_color_balance_channel_class_init):
5921         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5922         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5923         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5924         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
5925         (gst_v4l_tuner_norm_class_init):
5926         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
5927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
5928         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
5929         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
5930
5931 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5932
5933         * ext/pango/gsttextrender.h:
5934         * gst-libs/gst/audio/gstaudiosink.h:
5935         * gst-libs/gst/audio/gstaudiosrc.h:
5936         * gst-libs/gst/audio/gstbaseaudiosink.h:
5937         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5938         * gst-libs/gst/audio/gstringbuffer.h:
5939         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5940         * gst-libs/gst/rtp/gstbasertppayload.h:
5941         * gst-libs/gst/video/gstvideofilter.h:
5942         * gst-libs/gst/video/gstvideosink.h:
5943         * gst/playback/gstplaybasebin.h:
5944         * gst/tcp/gstmultifdsink.h:
5945         * sys/v4l/gstv4lelement.h:
5946         Fix broken GObject macros
5947
5948 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5949
5950         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
5951         More debug to trace why my USB headset is not working with gst
5952
5953 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5954
5955         * gst/playback/gstplaybasebin.c: (group_destroy):
5956         Clean up our group elements properly in the case where it never 
5957         got committed - it still got added unconditionally to the bin.
5958
5959 2006-04-07  Wim Taymans  <wim@fluendo.com>
5960
5961         * ext/theora/theoradec.c: (theora_dec_sink_event),
5962         (theora_handle_data_packet), (theora_dec_chain):
5963         Unref unhandled events.
5964         Protect against empty buffers.
5965         Perform QoS on running time.
5966
5967 2006-04-07  Michael Smith  <msmith@fluendo.com>
5968
5969         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
5970         (gst_vorbis_enc_chain):
5971           Remove leaks from vorbisenc.
5972           Mostly minor changes, the only significant one is that now the
5973           buffers we set as 'streamheader' on the caps are copies of the
5974           original buffers, to avoid circular refcounting problems.
5975
5976 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5977
5978         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
5979           Don't remove our mute-probe if someone else already did so.
5980           Don't set a 2nd one if there is already one pending on the pad.
5981
5982         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5983         (do_playbin_seek):
5984           When a seek fails, ensure that playbin is still set back to playing.
5985           
5986         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
5987         (mpeg_ts_type_find), (plugin_init):
5988           Add a typefind function for mpeg-ts streams. (Closes: #336617)
5989
5990 2006-04-06  Andy Wingo  <wingo@pobox.com>
5991
5992         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
5993         (gst_video_rate_init): Caps-related parameters should not be reset
5994         by a flush -- move their inits to the instance init function.
5995         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
5996         is not OK, just return the result.
5997
5998         * gst/audiotestsrc/gstaudiotestsrc.c
5999         (gst_audio_test_src_class_init)
6000         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6001         broken by Stefan's commit on 24 March.
6002
6003         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6004         buffers being pushed out. Fixes oggmux ! multifdsink.
6005
6006 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6007
6008         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6009         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6010         * ext/vorbis/vorbisdec.h:
6011         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6012         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6013         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6014         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6015         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6016         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6017         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6018         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6019         (gst_vorbis_enc_buffer_from_packet),
6020         (gst_vorbis_enc_buffer_from_header_packet),
6021         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6022         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6023         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6024         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6025         (gst_vorbis_enc_change_state):
6026         * ext/vorbis/vorbisenc.h:
6027           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6028           vorbisenc adhere to the official nomenclature; use boilerplate
6029           macro.
6030
6031 2006-04-04  Andy Wingo  <wingo@pobox.com>
6032
6033         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6034         Whoops, fix bug introduced. Bad hacker!
6035         
6036         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6037         Properly handle the case where you get EOS before any buffers are
6038         received. Use gst_buffer_make_metadata_writable where appropriate.
6039
6040         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6041         is often negative -- make it signed so as not to wrap around.
6042         Fixes segfaults introduced on 9 March.
6043
6044 2006-04-03  Wim Taymans  <wim@fluendo.com>
6045
6046         * ext/theora/gsttheoradec.h:
6047         * ext/theora/theoradec.c: (theora_dec_src_event):
6048         Don't try to store a gdouble in a gboolean.
6049         Small cleanups.
6050
6051 2006-04-03  Michael Smith  <msmith@fluendo.com>
6052
6053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6054           Oggmux sucks.
6055           Make it suck slightly less by writing out the final page.
6056           Still can't encode a vorbis-in-ogg file correctly, though.
6057
6058 2006-04-03  Andy Wingo  <wingo@pobox.com>
6059
6060         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6061         a g_print.
6062
6063         * ext/theora/theora.c (plugin_init): Register theoraparse.
6064
6065         * ext/theora/gsttheoraparse.h: 
6066         * ext/theora/theoraparse.c: New files implementing a theora
6067         parser. Now we can properly remux ogg/theora+vorbis, yay.
6068
6069         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6070
6071 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6072
6073         * gst/audiotestsrc/gstaudiotestsrc.c:
6074           Fixed the sample pipeline (see #323798)
6075
6076 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6077
6078         * configure.ac:
6079         * win32/common/config.h:
6080         * win32/common/config.h.in:
6081           use AS_VERSION and AS_NANO
6082           more cleanups
6083
6084 2006-03-31  Andy Wingo  <wingo@pobox.com>
6085
6086         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6087         uninitialized variable return that would happen.
6088         
6089         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6090         uninitialized variable return that would never happen.
6091
6092         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6093         (vorbis_parse_sink_event): Add an event function to flush our
6094         state on a seek, and to drain buffers on a premature EOS.
6095         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6096         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6097         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6098         (vorbis_parse_drain_queue): Queue up buffers until we can set
6099         their timestamps and granulepos values.
6100
6101         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6102         and keep track of data needed for deriving granulepos and
6103         timestamps for buffers.
6104
6105 2006-03-29  Wim Taymans  <wim@fluendo.com>
6106
6107         Patch by: j^ <j at bootlab dot org>
6108
6109         * ext/alsa/gstalsamixerelement.c:
6110         (gst_alsa_mixer_element_class_init):
6111         * ext/alsa/gstalsasink.c:
6112         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6113         * ext/ogg/gstoggdemux.c:
6114         * ext/ogg/gstoggmux.c:
6115         * ext/ogg/gstoggparse.c:
6116         * ext/pango/gstclockoverlay.c:
6117         * ext/pango/gsttextoverlay.c:
6118         * ext/pango/gsttextrender.c:
6119         * ext/pango/gsttimeoverlay.c:
6120         * ext/theora/theoradec.c:
6121         * ext/theora/theoraenc.c:
6122         * ext/vorbis/vorbisdec.c:
6123         * ext/vorbis/vorbisenc.c:
6124         * gst/audioconvert/gstaudioconvert.c:
6125         * gst/subparse/gstsubparse.c:
6126         * gst/tcp/gstmultifdsink.c:
6127         * gst/tcp/gsttcpclientsink.c:
6128         * gst/tcp/gsttcpclientsrc.c:
6129         * gst/tcp/gsttcpserversink.c:
6130         * gst/tcp/gsttcpserversrc.c:
6131           better/unified long descriptions
6132           Fixes #336477
6133
6134 2006-03-29  Wim Taymans  <wim@fluendo.com>
6135
6136         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6137         (stop_seek):
6138         Don't let double and triple clicks mess up our state.
6139
6140 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6141
6142         * gst/playback/gstplaybin.c: (gen_video_element),
6143         (gen_text_element), (gen_audio_element), (gen_vis_element):
6144           Error out gracefully when we can't create any of the usual
6145           conversion elements for some reason. Also, don't try to
6146           create an audioscale (sic) element that's not used anyway.
6147
6148 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6149
6150         * gst/playback/gstplaybasebin.c: (setup_source):
6151           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6152           element for a particular protocol, that's confusing for users.
6153           Instead, post a RESOURCE_FAILED error, so that our own error
6154           message is actually shown in totem etc. (#336303).
6155
6156 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6159
6160         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6161         (gst_gnome_vfs_src_get_icy_metadata):
6162           Fix some minor memory leaks (#336194).
6163
6164 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6165
6166         * ext/gnomevfs/gstgnomevfs.c:
6167         (gst_gnome_vfs_location_to_uri_string):
6168         * ext/gnomevfs/gstgnomevfs.h:
6169         * ext/gnomevfs/gstgnomevfssink.c:
6170         (gst_gnome_vfs_sink_set_property):
6171         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6172           Make gnomevfssink accept filenames as well as URIs for the
6173           "location" property, just like gnomevfssrc does (and
6174           filesrc/filesink do) (#336190).
6175
6176 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6177
6178         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6179           set to NULL before unreffing, fixes a valgrind leak.
6180           Why was this not triggering the error that an object needs to
6181           be NULL before unreffing ?
6182         * win32/common/config.h:
6183           update
6184
6185 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6186
6187         * gst/subparse/gstsubparse.c: (convert_encoding),
6188         (gst_sub_parse_change_state):
6189         * gst/subparse/gstsubparse.h:
6190           Text subtitle files may or may not be UTF-8. If it's not, we
6191           don't really want to see '?' characters in place of non-ASCII
6192           characters like accented characters. So let's assume the input
6193           is UTF-8 until we come across text that is clearly not. If it's
6194           not UTF-8, we don't really know what it is, so try the following:
6195           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6196           is set; if not, check (b) if the current locale encoding is
6197           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6198           the current locale encoding is UTF-8 and the environment variable
6199           was not set to any particular encoding. Not perfect, but better
6200           than nothing (and better than before, I think) (fixes #172848).
6201
6202 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6203
6204         * configure.ac:
6205           update core requirement to 0.10.4.1 because of async_playback
6206           vmethod on GstBaseSink
6207
6208 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6209
6210         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6211         * gst/adder/gstadder.c: (gst_adder_init):
6212         use DEBUG_FUNCPTR for collectpads
6213
6214 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6215
6216         * docs/plugins/Makefile.am:
6217         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6218         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6219         * ext/cdparanoia/gstcdparanoiasrc.c:
6220         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6221         (gst_gnome_vfs_sink_class_init):
6222         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6223         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6224         * ext/ogg/gstoggmux.c:
6225         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6226         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6227         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6228         * ext/pango/gsttextoverlay.c:
6229         * ext/pango/gsttextrender.c:
6230         * ext/theora/theoradec.c:
6231         * ext/theora/theoraenc.c:
6232         * ext/vorbis/vorbisdec.c:
6233         * ext/vorbis/vorbisenc.c:
6234         * gst-libs/gst/audio/gstaudiofilter.c:
6235         (gst_audio_filter_base_init):
6236         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6237         (gst_audio_filter_template_base_init):
6238         * gst/adder/gstadder.c: (gst_adder_get_type):
6239         * gst/adder/gstadder.h:
6240         * gst/audioconvert/gstaudioconvert.c:
6241         * gst/audiotestsrc/gstaudiotestsrc.c:
6242         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6243         (gst_audio_test_src_create):
6244         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6245         * gst/playback/gstdecodebin.c:
6246         * gst/playback/gstplaybin.c:
6247         * gst/playback/gststreamselector.c:
6248         (gst_stream_selector_base_init):
6249         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6250         * gst/volume/gstvolume.c:
6251         * sys/v4l/gstv4lmjpegsink.c:
6252         * sys/v4l/gstv4lmjpegsrc.c:
6253         * tests/check/libs/cddabasesrc.c:
6254         * tests/old/examples/gob/gst-identity2.gob:
6255           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6256           define GstElementDetails at the top
6257
6258 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6259
6260         * win32/common/libgstinterfaces.def:
6261         Add a lot of export functions for gst-python
6262         * win32/vs6/libgstinterfaces.dsp:
6263         Add a missing include folder in the project configuration
6264         
6265 2006-03-23  Wim Taymans  <wim@fluendo.com>
6266
6267         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6268         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6269         (gst_base_audio_src_change_state):
6270         Fix audio sources, forgot to make the ringbuffer
6271         startable...
6272
6273 2006-03-23  Wim Taymans  <wim@fluendo.com>
6274
6275         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6276         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6277         (gst_base_audio_src_change_state):
6278         unparent instead of unref the ringbuffer.
6279
6280 2006-03-23  Wim Taymans  <wim@fluendo.com>
6281
6282         * gst-libs/gst/audio/gstbaseaudiosink.c:
6283         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6284         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6285         Implement new async_play vmethod to start slaving and allow
6286         playback start in case of async PLAY state changes. 
6287
6288         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6289         Enable QoS with new method in base class.
6290
6291 2006-03-23  Wim Taymans  <wim@fluendo.com>
6292
6293         Patch by: Julien MOUTTE <julien at moutte dot net>
6294
6295         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6296         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6297         Partially handle 0 framerate, only EOS after the first frame
6298         is missing.
6299
6300 2006-03-23  Wim Taymans  <wim@fluendo.com>
6301
6302         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6303
6304         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6305         (gst_riff_create_video_template_caps):
6306         * gst/ffmpegcolorspace/avcodec.h:
6307         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6308         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6309         (gst_ffmpegcsp_avpicture_fill):
6310         * gst/ffmpegcolorspace/imgconvert.c:
6311         Patch for support of YVU9 AVI files (#334822)
6312
6313 2006-03-22  Edward Hervey  <edward@fluendo.com>
6314
6315         * docs/design/design-decodebin.txt:
6316         Added design document for new decodebin
6317         (Target Caps): text/x-pango-markup is also a default target caps.
6318
6319 2006-03-22  Wim Taymans  <wim@fluendo.com>
6320
6321         * gst-libs/gst/audio/gstbaseaudiosink.c:
6322         (gst_base_audio_sink_dispose):
6323         Since we _parent the ringbuffer, we also need to
6324         _unparent instead of a plain _unref.
6325
6326 2006-03-22  Wim Taymans  <wim@fluendo.com>
6327
6328         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6329         (stop_seek), (scrub_toggle_cb), (main):
6330         Add scrub checkbox.
6331
6332 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6333
6334         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6335         (gst_ogg_parse_chain):
6336           Fix very inefficient usage of linked lists (#335365).
6337
6338 2006-03-21  Edward Hervey  <edward@fluendo.com>
6339
6340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6341         * gst/playback/gstplaybin.c: (handoff):
6342         * gst/playback/gststreamselector.c:
6343         (gst_stream_selector_set_property):
6344         gcc 4.1 unreferenced pointer fixes.
6345         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6347         gst_buffer_ref() now takes a GstBuffer*.
6348
6349 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6350
6351         * sys/xvimage/xvimagesink.c:
6352         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6353         by Jan Schmidt.
6354
6355 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6356
6357         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6358         (id3v1_type_find), (apetag_type_find), (plugin_init):
6359           Can't do tag preferences via probability, as tags would then
6360           lose against types that are recognised with MAXIMUM probability
6361           (like .wav); so let all tag typefinders return MAXIMUM themselves
6362           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6363           that we can prefer APE to ID3v1 (fixes #335028).
6364           
6365 2006-03-17  Wim Taymans  <wim@fluendo.com>
6366
6367         * gst-libs/gst/audio/gstbaseaudiosink.c:
6368         (gst_base_audio_sink_change_state):
6369         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6370         (gst_ring_buffer_may_start):
6371         * gst-libs/gst/audio/gstringbuffer.h:
6372         Only start playback if we are playing.
6373         should fix #330748.
6374
6375 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6376
6377         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6378         * win32/common/config.h:
6379           Revert accidental commits to these files.
6380
6381 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6382
6383         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6384
6385         * tests/Makefile.am:
6386           Don't try to build tests in tests/icles if we
6387           don't have X (#323852)
6388
6389 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         * gst-libs/gst/tag/gstid3tag.c:
6392           Add TXXX frame identifiers for replaygain stuff as used
6393           by some taggers (see #323721).
6394
6395 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6396
6397         * gst/playback/gststreamselector.c:
6398         (gst_stream_selector_set_property),
6399         (gst_stream_selector_bufferalloc):
6400           Preserve the existing buggy streamselector behaviour by performing
6401           a fallback buffer allocation when downstream isn't linked yet.
6402           This should really be fixed in playbin by blocking pads until it's
6403           linked them.
6404           Also, use gst_pad_alloc_buffer instead of
6405           gst_pad_alloc_buffer_and_set.
6406
6407 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6408
6409         * gst-libs/gst/tag/gstid3tag.c:
6410           Don't crash on unknown ID3v2 TXXX frames.
6411           
6412 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6413
6414         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6415           Chain up to the parent finalize method.
6416           Add 32-bit sample size to the template caps.
6417
6418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6419         (gst_riff_create_video_template_caps):
6420           Add the fourcc that the VMWare codec uses.
6421           
6422         * gst/playback/gststreamselector.c:
6423         (gst_stream_selector_set_property),
6424         (gst_stream_selector_bufferalloc),
6425         (gst_stream_selector_request_new_pad):
6426           For the active pad, forward buffer-alloc requests, otherwise
6427           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6428           having to memcpy every frame when used by playbin.
6429
6430         * gst/tcp/gstmultifdsink.c:
6431         (gst_multi_fd_sink_handle_client_write):
6432           Get negotiated caps from the sink pad, rather than the sink
6433           pad's peer.
6434
6435 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6438         
6439         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6440           Don't forget to set src->callbacks_pushed to FALSE again when
6441           popping them, otherwise re-activation in a different mode won't
6442           work (#334620).
6443
6444 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         Patch by: Sebastien Moutte  <sebastien moutte net>
6447
6448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6449         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6450         (gst_ffmpeg_smpfmt_to_caps):
6451           Replace __VA_ARGS__ caps creation macros with varargs functions.
6452           Makes things compile on MSVC (#320765), looks nicer, and we can
6453           tell the compiler to check for the NULL terminator.
6454
6455 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6456
6457         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6458
6459         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6460           Make sure the buffer we copy into is really always big
6461           enough, this time for real (#333488).
6462           
6463 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6464
6465         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6466           Add support for 24bpp DIB (#305279).
6467
6468 2006-03-14  Wim Taymans  <wim@fluendo.com>
6469
6470         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6471         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6472         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6473         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6474         (gst_video_scale_init), (gst_video_scale_src_event):
6475         Re-enable QoS after the release.
6476         Rework videoscale to use the base class src_event handler.
6477
6478 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6479
6480         * configure.ac:
6481           back to CVS.
6482
6483 === release 0.10.5 ===
6484
6485 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6486
6487         * configure.ac:
6488           releasing 0.10.5, "Net"
6489
6490 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * docs/plugins/Makefile.am:
6493           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6494           
6495 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6496
6497         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6498         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6499         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6500           Add cdparanoiasrc to docs.
6501
6502         * gst-libs/gst/cdda/gstcddabasesrc.c:
6503           More GstCddaBaseSrc docs.
6504
6505 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6506
6507         * docs/libs/gst-plugins-base-libs-sections.txt:
6508         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6509         * gst-libs/gst/tag/tag.h:
6510           API: libgsttag: new method gst_tag_from_id3_user_tag().
6511
6512 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6515           NULL-terminate array of mpeg4 video file extensions.
6516           Fixes crash on PPC (#334226).
6517
6518 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6519
6520         * ext/gnomevfs/gstgnomevfssrc.c:
6521         (gst_gnome_vfs_src_check_get_range):
6522           gnome_vfs_uri_is_local() alone is not a good indicator
6523           whether we can operate in pull-mode with a specific URI,
6524           as it returns FALSE for file:// URIs that point to an
6525           NFS-mounted path. Be more conservative here: whitelist
6526           local files, blacklist http URIs and use the old
6527           mechanism for anything else (fixes #334216).
6528
6529 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6530
6531         * configure.ac:
6532           back to trunk
6533
6534 === release 0.10.4 ===
6535
6536 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6537
6538         * configure.ac:
6539           releasing 0.10.4, "Power"
6540
6541 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6542
6543         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6544         Disable max-lateness by setting it to -1 for now, so that 
6545         we can bed QoS stuff in thoroughly between now and the next
6546         release.
6547
6548 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6549
6550         Patch by: Fabrizio Gennari
6551
6552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6553           Make sure we don't read beyond the palette buffer in case of
6554           broken or manipulated files (#333488)
6555
6556 2006-03-10  Edward Hervey  <edward@fluendo.com>
6557
6558         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6559         Fix for variable not initialized.
6560
6561 2006-03-09  Wim Taymans  <wim@fluendo.com>
6562
6563         * ext/libvisual/visual.c: (gst_visual_get_type),
6564         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6565         (gst_visual_chain):
6566         Small cleanups.
6567
6568         * ext/theora/gsttheoradec.h:
6569         * ext/theora/theoradec.c: (gst_theora_dec_init),
6570         (gst_theora_dec_reset), (_theora_granule_time),
6571         (theora_dec_src_convert), (theora_dec_sink_convert),
6572         (theora_dec_src_query), (theora_dec_src_event),
6573         (theora_dec_sink_event), (theora_handle_comment_packet),
6574         (theora_handle_header_packet), (theora_dec_push),
6575         (theora_handle_data_packet), (theora_dec_chain),
6576         (theora_dec_change_state):
6577         Add simple QoS.
6578
6579 2006-03-09  Wim Taymans  <wim@fluendo.com>
6580
6581         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6582         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6583         Some cleanups.
6584
6585 2006-03-09  Wim Taymans  <wim@fluendo.com>
6586
6587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6588         Don't try to activate NULL chains.
6589
6590 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6593           Fix invalid memory access to region before peek'd data (#332964).
6594
6595 2006-03-09  Wim Taymans  <wim@fluendo.com>
6596
6597         Patch by: Christophe Fergeau
6598
6599         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6600         * ext/pango/gsttextrender.c: (gst_text_render_init):
6601         * gst/adder/gstadder.c: (gst_adder_init):
6602         Don't leak padtemplates, closes #333510.
6603
6604 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6605
6606         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6607           Fix invalid memory access: make sure string passed to
6608           regexec() is NUL-termianted.
6609
6610 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6611
6612         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6613         (mp3_type_find):
6614           Refactor mpeg/audio typefinding to make it more maintainable
6615           and easier to fine-tune. Make probing into middle of the file
6616           work properly (fixes #333900, also see #152688).
6617
6618 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6619
6620         * gst/typefind/gsttypefindfunctions.c:
6621         (utf8_type_find_have_valid_utf8_at_offset):
6622           Remove part from previous commit that was bogus:
6623           g_utf8_validate() does in fact not accept embedded
6624           zeroes, so we don't need to check for those (thanks
6625           to Mike for the hint).
6626
6627 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6628
6629         * gst/typefind/gsttypefindfunctions.c:
6630         (utf8_type_find_count_embedded_zeroes),
6631         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6632           Make plain/text typefinder more conservative: firstly, check
6633           for embedded zeroes, which are perfectly valid UTF-8 characters,
6634           but also a fairly good sign that something is not a plain text
6635           file; secondly, probe into the middle of the file if possible.
6636           If we can't probe into the middle, limit the probability value
6637           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6638
6639 2006-03-08  Michael Smith  <msmith@fluendo.com>
6640
6641         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6642           Make typefind function name for mpeg4 video unique.
6643
6644 2006-03-08  Wim Taymans  <wim@fluendo.com>
6645
6646         * ext/libvisual/visual.c: (gst_visual_init),
6647         (gst_visual_clear_actors), (gst_visual_dispose),
6648         (gst_visual_reset), (gst_visual_src_setcaps),
6649         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6650         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6651         (gst_visual_chain), (gst_visual_change_state):
6652         Cleanups, post nice errors.
6653         Handle sink and src events.
6654         Implement simple QoS.
6655
6656         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6657         Use new basesink methods to configure max-lateness.
6658         Small doc update.
6659
6660         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6661         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6662         Debug statement cleanups.
6663
6664         * gst/volume/gstvolume.c: (gst_volume_class_init):
6665         Simple cleanup.
6666
6667 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6668
6669         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6670         (gst_text_overlay_init), (gst_text_overlay_set_property),
6671         (gst_text_overlay_get_property):
6672           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6673           as string type properties, but mark them deprecated. Add
6674           'halignment' and 'valignment' properties that use enums
6675           instead of strings.
6676
6677 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6678
6679         Patch by: Fabrizio Gennari
6680
6681         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6682           Allow palettes with less than 256 colours in AVI files
6683           (#333488)
6684
6685 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6686
6687         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6688         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6689         pad. We were releasing the queued text buffer when we should keep
6690         it until video pad gets EOS or discard the text buffer because it's
6691         too old. That was eating the last subtitle buffer. Add some more
6692         debug.
6693
6694 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6695
6696         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6697         (gst_text_overlay_video_chain):
6698           Fix invalid memory access (we can't access a buffer after it's been
6699           pushed downstream without taking a reference); fix memory leak (if
6700           there's no text to render, bail out before allocating stuff).
6701
6702 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6703
6704         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6705         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6706         * ext/pango/gsttextoverlay.h:
6707           If input is plain text, escape it before passing it to
6708           pango_layout_set_markup().
6709
6710 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6713           Don't ignore flow return from gst_pad_push().
6714
6715 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6716
6717         Patch by: Fabrizio Gennari
6718
6719         * ext/libvisual/visual.c: (gst_visual_getcaps),
6720         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6721         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6722         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6723         (gst_vorbisenc_convert_sink):
6724         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6725         (gst_audio_duration_from_pad_buffer):
6726         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6727         (gst_audio_filter_chain):
6728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6729         (gst_base_rtp_depayload_setcaps):
6730         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6731         (gst_video_get_size):
6732         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6733           Don't leak references returned by gst_pad_get_parent()
6734           (#333663)
6735
6736 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6737
6738         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6739           change location param details
6740         * gst/volume/gstvolume.c: (plugin_init):
6741           correct plugin description
6742
6743 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6744
6745         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6746         (gst_gnome_vfs_src_check_get_range):
6747           Override GstBaseSrc::check_get_range() in order to avoid opening
6748           the resource just to check whether we can operate in pull-mode or
6749           not - we can predict that pretty well from the URI alone. Should
6750           fix problems with last.fm (#331690). (Requires latest core CVS).
6751
6752 2006-03-06  Wim Taymans  <wim@fluendo.com>
6753
6754         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6755         (gst_video_sink_class_init):
6756         Throw away frames that are later than 20 ms.
6757
6758 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6759
6760         Patch by: Fabrizio Gennari
6761
6762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6763           Set depth on WMA caps (#333545)
6764
6765 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6766
6767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6768         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6769           put Theora BOS pages before others.  This hardcodes
6770           the Ogg/Theora I profile, but hey.
6771
6772 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6773
6774         * ext/ogg/README:
6775           updated with some examples
6776         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6777         (granulepos_add), (theora_buffer_from_packet):
6778         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6779         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6780         (gst_vorbisenc_chain):
6781           implement strategy from ext/ogg/README
6782         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6783         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6784         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6785         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6786           Fix muxer so that oggz-validate is happy with all streams;
6787           except for no eos mark, and the BOS page ordering
6788         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6789         (check_buffer_granulepos):
6790         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6791           update tests to check for OFFSET being set as requested
6792           fixed type of granulepos, it's not a ClockTime
6793
6794 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6795
6796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6797         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6798         Check that the xvimage we are creating has a correct size
6799         before returning it. (#314897)
6800
6801 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6802
6803         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6804           Give id3 and ape tag typefinders a rank slightly higher
6805           than PRIMARY to ensure they're always run before any of
6806           the other typefinders (in particular wav and mp3) (#324186).
6807
6808 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6809
6810         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6811           Add support for '3IVD' fourcc (#333403).
6812
6813 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6814
6815         * configure.ac:
6816           Bump requirements to GStreamer CVS for the new error enum.
6817
6818         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6819           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6820           space left on the device (fixes #333352).
6821
6822 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6823
6824         * win32/vs6:
6825           add a project file for libgstvolume
6826           update the workspace
6827
6828 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6829
6830         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6831         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6832         (GST_START_TEST):
6833           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6834           Set IN_CAPS on header buffers
6835
6836 2006-03-02  Wim Taymans  <wim@fluendo.com>
6837
6838         * docs/plugins/Makefile.am:
6839         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6840         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6841         Add audioresample to docs.
6842
6843         * gst/audioconvert/gstaudioconvert.c:
6844         Add revision date.
6845
6846         * gst/audioresample/gstaudioresample.c:
6847         (gst_audioresample_base_init), (gst_audioresample_class_init),
6848         (gst_audioresample_init), (gst_audioresample_dispose),
6849         (audioresample_get_unit_size), (audioresample_transform_caps),
6850         (resample_set_state_from_caps), (audioresample_transform_size),
6851         (audioresample_set_caps), (audioresample_event),
6852         (audioresample_do_output), (audioresample_transform),
6853         (audioresample_pushthrough), (gst_audioresample_set_property),
6854         (gst_audioresample_get_property), (plugin_init):
6855         * gst/audioresample/gstaudioresample.h:
6856         Added docs.
6857         Small code cleanups.
6858
6859 2006-03-02  Wim Taymans  <wim@fluendo.com>
6860
6861         * docs/plugins/Makefile.am:
6862         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6863         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6864         Added videoscale to docs.
6865
6866         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6867         (gst_video_rate_swap_prev), (gst_video_rate_event),
6868         (gst_video_rate_chain):
6869         Fix typo in docs.
6870
6871         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6872         (gst_video_scale_init), (gst_video_scale_prepare_size),
6873         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6874         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6875         * gst/videoscale/gstvideoscale.h:
6876         Added docs, examples.
6877         Some code cleanups.
6878         Post errors instead of g_warning.
6879
6880 2006-03-02  Wim Taymans  <wim@fluendo.com>
6881
6882         * docs/libs/gst-plugins-base-libs-docs.sgml:
6883         * docs/libs/gst-plugins-base-libs-sections.txt:
6884         * docs/libs/gst-plugins-base-libs.types:
6885         * docs/plugins/Makefile.am:
6886         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6887         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6888         Added some more docs to libs and plugins.
6889
6890         * gst-libs/gst/audio/gstringbuffer.c:
6891         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6892         * gst-libs/gst/audio/gstringbuffer.h:
6893         Document ringbuffer some more.
6894
6895         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6896         (gst_video_rate_setcaps), (gst_video_rate_reset),
6897         (gst_video_rate_init), (gst_video_rate_flush_prev),
6898         (gst_video_rate_swap_prev), (gst_video_rate_event),
6899         (gst_video_rate_chain), (gst_video_rate_change_state):
6900         * gst/videorate/gstvideorate.h:
6901         Fix videorate to use segments.
6902         Make it work with 0/1 framerates (closes #331903)
6903         Handle EOS correctly.
6904         Added docs.
6905
6906 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6907
6908         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6909         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6910         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6911           In state change function, first chain up to parent class,
6912           then handle downwards state change stuff. Remove some
6913           commented out cruft from 0.8 code.
6914
6915 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6918         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6919         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6920         (gst_ogm_parse_chain):
6921           Don't remove/re-add source pad if the new caps are the same as
6922           the old caps anyway (#333042). When removing source pad, don't
6923           unref it afterwards - we didn't ref it when adding. Sprinkle some
6924           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
6925           after using gst_pad_get_parent(). Return downstream flow return
6926           value in chain function.
6927
6928 2006-03-02  Wim Taymans  <wim@fluendo.com>
6929
6930         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6931         * docs/plugins/gst-plugins-base-plugins.args:
6932         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6933         * docs/plugins/gst-plugins-base-plugins.interfaces:
6934         * docs/plugins/gst-plugins-base-plugins.signals:
6935         Fix hierarchy, added some more elements to the docs.
6936
6937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6938         (gst_ffmpegcsp_get_type):
6939         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
6940         Fix docs for ffmpegcolorspace.
6941
6942 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
6943
6944         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
6945         (apetag_type_find), (ape_type_find), (plugin_init):
6946           Some typefinding fine-tuning:
6947           - rank ID3/APE tags in order of preference via probabilities, so that
6948             ID3v2 > APEv2 > APEv1 > ID3v1.
6949           - three or four bytes don't really justify MAXIMUM probability,
6950             change those to 'very likely' (musepack and monkeysaudio).
6951
6952 2006-03-01  Wim Taymans  <wim@fluendo.com>
6953
6954         * docs/plugins/Makefile.am:
6955         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6956         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6957         * ext/alsa/gstalsamixer.c:
6958         * ext/alsa/gstalsamixer.h:
6959         * ext/alsa/gstalsamixerelement.c:
6960         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
6961         * ext/alsa/gstalsamixerelement.h:
6962         * ext/alsa/gstalsasink.c:
6963         * ext/alsa/gstalsasink.h:
6964         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6965         (gst_alsasrc_init):
6966         * ext/alsa/gstalsasrc.h:
6967         Added alsa docs.
6968         Small code cleanups.
6969
6970 2006-03-01  Wim Taymans  <wim@fluendo.com>
6971
6972         * ext/theora/Makefile.am:
6973         Dist new header too,
6974
6975 2006-03-01  Wim Taymans  <wim@fluendo.com>
6976
6977         * docs/plugins/Makefile.am:
6978         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6979         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6980         * ext/gnomevfs/gstgnomevfssink.h:
6981         * ext/gnomevfs/gstgnomevfssrc.h:
6982         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6983         * ext/vorbis/vorbisdec.h:
6984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
6985         * ext/vorbis/vorbisenc.h:
6986         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
6987         (vorbis_parse_chain), (vorbis_parse_change_state):
6988         * ext/vorbis/vorbisparse.h:
6989         * gst/audioconvert/gstaudioconvert.h:
6990         * gst/tcp/gsttcpserversink.h:
6991         * gst/videotestsrc/gstvideotestsrc.c:
6992         * gst/videotestsrc/gstvideotestsrc.h:
6993         * gst/volume/gstvolume.c:
6994         * gst/volume/gstvolume.h:
6995         Fix some more docs.
6996         Added docs for vorbisdec and vorbisparse.
6997         Fix vorbisparse.
6998
6999 2006-03-01  Wim Taymans  <wim@fluendo.com>
7000
7001         * docs/plugins/Makefile.am:
7002         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7003         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7004         * ext/pango/gstclockoverlay.h:
7005         * ext/pango/gsttextoverlay.h:
7006         * ext/pango/gsttextrender.h:
7007         * ext/pango/gsttimeoverlay.h:
7008         * ext/theora/gsttheoradec.h:
7009         * ext/theora/gsttheoraenc.h:
7010         * ext/theora/theoradec.c:
7011         * ext/theora/theoraenc.c:
7012         * gst/audioconvert/gstaudioconvert.h:
7013         * gst/audiotestsrc/gstaudiotestsrc.h:
7014         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7015         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7016         * gst/tcp/gstmultifdsink.h:
7017         Updated/added documentation.
7018
7019         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7020         (gst_text_overlay_halign_get_type),
7021         (gst_text_overlay_wrap_mode_get_type),
7022         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7023         (gst_text_overlay_init), (gst_text_overlay_set_property),
7024         (gst_text_overlay_get_property):
7025         Fix up properties to be enums instead of string to make bindings,
7026         introspection and automatic GUI creation possible.
7027         Add getters for the properties.
7028
7029 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7030
7031         * gst/audiotestsrc/gstaudiotestsrc.c:
7032           added defines of M_PI and M_PI_2
7033         * gst/ffmpegcolorspace/avcodec.h:
7034           removed #include "stdint.h" for win32 as _stdint.h is 
7035           autogenerated to win32/common
7036         * win32/common/libgstaudio.def:
7037         * win32/common/libgsttag.def:
7038           added some exports
7039         * win32/vs6:
7040           some project files bugs corrected
7041         * win32/vs7:
7042           project files are reset to the default vs7 configuration 
7043           (they link to msvcr71.dll using default optimizations)
7044           
7045 2006-02-28  Wim Taymans  <wim@fluendo.com>
7046
7047         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7048         Fix some docs.
7049
7050 2006-02-28  Edward Hervey  <edward@fluendo.com>
7051
7052         * ext/alsa/gstalsasrc.c:
7053         Set proper class on the ElementDetails:
7054         Source/Audio instead of Src/Audio/
7055
7056 2006-02-28  Edward Hervey  <edward@fluendo.com>
7057
7058         * gst/videoscale/vs_scanline.c:
7059         (vs_scanline_resample_nearest_RGBA):
7060         Revert optimization in videoscale. It should go in liboil and have
7061         an appropriate liboil function.
7062
7063 2006-02-28  Wim Taymans  <wim@fluendo.com>
7064
7065         * gst-libs/gst/audio/gstbaseaudiosink.c:
7066         (gst_base_audio_sink_provide_clock):
7067         Don't try to provide a clock in the NULL state.
7068
7069 2006-02-28  Wim Taymans  <wim@fluendo.com>
7070
7071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7072         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7073         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7074         (gst_ogg_demux_deactivate_current_chain),
7075         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7076         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7077         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7078         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7079         Use GstSegment infrastructure to remove duplicated code
7080         and handle more seek cases correctly.
7081
7082 2006-02-28  Wim Taymans  <wim@fluendo.com>
7083
7084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7085         (gst_ffmpegcsp_transform):
7086         Don't ignore return code from ffmpeg convert function.
7087
7088         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7089         Split out some long statements to ease debugging.
7090
7091 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7092
7093         * ext/libvisual/visual.c: (gst_visual_init),
7094         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7095         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7096         being able to renegotiate the size. Instead, use the negotiation
7097         algorithm from the goom plugin to pick an initial output caps. 
7098
7099         Also, allow theoretical libvisual plugins that might support non-GL 
7100         output even if they also do GL.
7101
7102 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7103
7104         * ext/libvisual/visual.c: (gst_visual_init),
7105         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7106         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7107         possible negotiation issues.
7108
7109 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7110
7111         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7112
7113 2006-02-24  Michael Smith  <msmith@fluendo.com>
7114
7115         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7116         (cmml_type_find), (plugin_init):
7117           Fix CMML type find function to not require a specific minor version
7118           of the CMML header.
7119
7120           Add an MPEG4 video elementary stream typefind function.
7121
7122 2006-02-04  Michael Smith  <msmith@fluendo.com>
7123
7124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7125         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7126         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7127         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7128         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7129         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7130           Annodex support in ogg demuxer. Doesn't do very much without the
7131           other annodex patches (to come).
7132
7133 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7134
7135         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7136
7137         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7138           Pick up palette for MS video v1 (#327028)
7139
7140 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7141
7142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7143         (gst_ffmpegcsp_caps_remove_format_info),
7144         (gst_ffmpegcsp_get_unit_size):
7145           The 'palette_data' field from incoming RGB caps shouldn't be
7146           proxied on outgoing YUV caps; also, restrict unit size
7147           adjustment in case of paletted data only to the unit that
7148           actually has a palette. Fixes #330711.
7149
7150 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7151
7152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7153         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7154         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7155         (gst_ffmpegcsp_get_unit_size):
7156           Plug some memory leaks.
7157
7158 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7159
7160         * sys/ximage/Makefile.am:
7161         * sys/xvimage/Makefile.am:
7162           Add some _CFLAGS and _LIBS that seem to be missing
7163           and/or required for Cygwin (see #317048).
7164
7165 2006-02-22  Wim Taymans  <wim@fluendo.com>
7166
7167         * ext/alsa/gstalsasrc.c:
7168         Fix description as pointed out by caugier.
7169
7170 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7171
7172         Reviewed by : Edward Hervey  <edward@fluendo.com>
7173
7174         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7175         (qt_type_find):
7176         Better 3gp typefinding (#331526).
7177
7178 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7179
7180         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7181           Don't send EOS event here, the base class will send one for us.
7182
7183         * gst/playback/gstplaybasebin.c: (prepare_output):
7184           Subpictures without video stream aren't allowed either.
7185         
7186         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7187           Fix debug statement copy'n'paste-o.
7188
7189 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7190
7191         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7192           Fix issues with mixer keeping state when muting/unmuting
7193           and when changing the volume whilst muted (see #331763
7194           and #331765).
7195
7196 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7197
7198         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7199         (parse_subrip), (gst_sub_parse_format_autodetect):
7200           Set right caps given that we send escaped text. Also,
7201           honour <i></i>, <b></b> and <u></u> markers that can be found
7202           in .srt files (fixes #310202).
7203
7204 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * gst-libs/gst/audio/mixerutils.c:
7207         (element_factory_rank_compare_func):
7208           Make order in which elements are tried more determinable.
7209
7210 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7211
7212         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7213         (remove_element_chain), (cleanup_decodebin),
7214         (gst_decode_bin_change_state): Make decodebin reusable by
7215         fixing remove_element_chain first and then introduce a
7216         cleaner in state change to ->NULL. (Closes #331678)
7217
7218 2006-02-19  Wim Taymans  <wim@fluendo.com>
7219
7220         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7221         use 0666 mask when creating files so umask gets applied
7222         correctly. Fixes #331295.
7223
7224 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7225
7226         * gst/subparse/Makefile.am:
7227         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7228         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7229         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7230         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7231         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7232         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7233         * gst/subparse/gstssaparse.h:
7234         * gst/subparse/gstsubparse.c: (plugin_init):
7235           Add very basic parser for SSA subtitle streams (as often
7236           found in matroska files).
7237
7238 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7239
7240         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7241           That should be text/x-pango-markup, not text/x-pango-layout.
7242
7243 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7244
7245         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7246         Polishing.
7247
7248 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7249
7250         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7251         (gst_text_overlay_finalize), (gst_text_overlay_init),
7252         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7253         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7254         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7255         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7256         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7257         Fix state change deadlock.
7258
7259 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7260
7261         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7262         (gst_text_overlay_finalize), (gst_text_overlay_init),
7263         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7264         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7265         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7266         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7267         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7268         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7269         and subtitles files.
7270
7271 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7272
7273         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7274         should be considered as raw.
7275
7276 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7277
7278         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7279         (cb_probe):
7280         * gst/playback/gststreaminfo.h: Introduce language informations.
7281
7282 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7283
7284         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7285         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7286         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7287         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7288         Set shared memory segments to be deleted as soon as we have attached,
7289         that way they get cleaned up automatically if we crash.
7290
7291 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7292
7293         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7294         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7295         functions are called with lock held.
7296
7297 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7298
7299         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7300         (gst_text_overlay_finalize), (gst_text_overlay_init),
7301         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7302         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7303         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7304         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7305         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7306         (gst_text_overlay_change_state): Refactoring of textoverlay
7307         without collectpads. This now supports sparse subtitles coming
7308         from a demuxer instead of a sub file. Seeking is still broken 
7309         though. Need to discuss with wtay some more on how to handle
7310         seeking correctly.
7311         * ext/pango/gsttextoverlay.h:
7312         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7313         subtitles coming from the demuxer.
7314
7315 2006-02-17  Wim Taymans  <wim@fluendo.com>
7316
7317         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7318         (gst_vorbisenc_convert_sink):
7319         Use some more scaling functions.
7320
7321 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * ext/cdparanoia/gstcdparanoiasrc.c:
7324         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7325         (gst_cd_paranoia_paranoia_callback),
7326         (gst_cd_paranoia_src_signal_is_being_watched),
7327         (gst_cd_paranoia_src_read_sector):
7328         * ext/cdparanoia/gstcdparanoiasrc.h:
7329           Add back 'transport-error' and 'uncorrected-error' signals and
7330           make them actually be fired when bad stuff happens (#319340).
7331
7332 2006-02-17  Wim Taymans  <wim@fluendo.com>
7333
7334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7335         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7336         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7337         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7338         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7339         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7340         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7341         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7342         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7343         (gst_ring_buffer_clear):
7344         Small cleanups.
7345         Added some G_LIKELY.
7346
7347 2006-02-17  Wim Taymans  <wim@fluendo.com>
7348
7349         * gst-libs/gst/audio/TODO:
7350         Update TODO
7351
7352         * gst-libs/gst/audio/gstbaseaudiosink.c:
7353         (gst_base_audio_sink_get_offset):
7354         When trying to play samples ASAP and we don't have a
7355         previous sample, try to play at position 0 instead of
7356         an invalid position.
7357
7358 2006-02-17  Wim Taymans  <wim@fluendo.com>
7359
7360         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7361         (gst_alsasink_reset):
7362         Also release lock when we get an error in _reset();
7363         fix an error message.
7364
7365 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7366
7367         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7368         (gst_alsasink_init), (get_channel_free_structure),
7369         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7370         (gst_alsasink_close):
7371         * ext/alsa/gstalsasink.h:
7372           Add support for more than 2 channels (#326720).
7373
7374 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7375
7376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7377           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7378           with 4 or 6 channels, assume a default channel layout to make things
7379           work (not sure there's anything else we can do in those cases).
7380
7381 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7382
7383         * gst-libs/gst/audio/multichannel.c:
7384           Minor docs fix.
7385
7386         * gst-libs/gst/riff/Makefile.am:
7387         * gst-libs/gst/riff/riff-ids.h:
7388         * gst-libs/gst/riff/riff-media.c:
7389         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7390           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7391           channels and a channel layout map.
7392           
7393 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7394
7395         Reviewed by Edward Hervey  <edward@fluendo.com>
7396
7397         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7398         C-level optimization of the RGBA nearest neighbour function.
7399         Eventually this might end up in liboil with vectorized versions.
7400
7401 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         * gst-libs/gst/audio/multichannel.c:
7404         (gst_audio_get_channel_positions):
7405           When we have more than 2 channels, but no channel layout is
7406           specified in the caps, return some default channel layout
7407           to the caller and warn about about a possibly buggy element
7408           (could be buggy filtercaps as well of course) (#317038).
7409
7410 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7411
7412         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7413           Add gst-libs/gst/cdda to list of lib search paths.
7414
7415 2006-02-15  Andy Wingo  <wingo@pobox.com>
7416
7417         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7418         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7419         to the Lord Jesus that I do not have to touch the ogg muxer ever
7420         again.
7421
7422 2006-02-15  Edward Hervey  <edward@fluendo.com>
7423
7424         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7425         quicktime movie files can also contain 'uuid' atoms.
7426
7427 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7428
7429         * gst/audioconvert/plugin.c: (plugin_init):
7430           Register the GstAudioChannelPosition enum type with the type
7431           system in the plugin_init function, so that it is known before
7432           any element actually makes use of multi-channel stuff. This is
7433           required for example if one wants to be able to deserialise/use
7434           a caps string with channel positions before any pipeline has
7435           been setup and started, like with gst-launch.
7436
7437 2006-02-14  Wim Taymans  <wim@fluendo.com>
7438
7439         * gst-libs/gst/audio/gstringbuffer.c:
7440         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7441         (gst_ring_buffer_samples_done), (wait_segment),
7442         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7443         Add some compiler G_(UN_)LIKELY help.
7444         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7445         make sure they can exit their functions. Should fix #330748
7446
7447 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7448
7449         * Makefile.am:
7450         * configure.ac:
7451         * win32/MANIFEST:
7452         * win32/common/_stdint.h:
7453           Windows does not have long long; copy the generated _stdint.h
7454         * win32/common/interfaces-enumtypes.c:
7455         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7456         (gst_mixer_track_flags_get_type),
7457         (gst_tuner_channel_flags_get_type):
7458         * win32/common/multichannel-enumtypes.c:
7459         (gst_audio_channel_position_get_type):
7460           update
7461
7462 2006-02-13  Wim Taymans  <wim@fluendo.com>
7463
7464         * gst-libs/gst/audio/gstbaseaudiosink.c:
7465         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7466         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7467         Always sync on first sample we receive when starting.
7468
7469 2006-02-13  Wim Taymans  <wim@fluendo.com>
7470
7471         * gst/playback/gstplaybin.c: (gen_vis_element):
7472         Update vis bin docs.
7473         Move queue after tee so we don't queue video buffers but
7474         audio samples instead. Fixes problems where the video queue
7475         is filled and the audio queue empty.
7476
7477 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7478
7479         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7480           No need to push an EOS event here, GstBaseSrc will do that for us
7481           when we return FLOW_UNEXPECTED.
7482           
7483 2006-02-12  Wim Taymans  <wim@fluendo.com>
7484
7485         * gst-libs/gst/audio/gstbaseaudiosink.c:
7486         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7487         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7488         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7489         Use scale functions when possible.
7490         Fix error messages.
7491         Free clockid when after waiting for EOS.
7492         Use G_(UN_)LIKLY when it makes sense.
7493         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7494
7495 2006-02-12  Edward Hervey  <edward@fluendo.com>
7496
7497         * gst/playback/gstplaybasebin.c: (prepare_output): 
7498         Remove stray semi-colon (fixes #330888).
7499
7500 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7501
7502         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7504         Fix up the XShm call testing so that we catch errors, and don't
7505         cause new ones by attempting to detach from a segment we failed
7506         to attach to. Fixes #312439.
7507
7508 2006-02-10  Edward Hervey  <edward@fluendo.com>
7509
7510         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7511         Added flv file typefind (video/x-flv).
7512
7513 2006-02-10  Edward Hervey  <edward@fluendo.com>
7514
7515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7516         (gst_riff_create_video_template_caps):
7517         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7518         Also added the caps to the default set of riff video caps.
7519
7520 2006-02-09  Andy Wingo  <wingo@pobox.com>
7521
7522         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7523         time and the end time of the last packet in the page.
7524         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7525         on the pages in our queue, set the duration as well. Reflow a
7526         debug statement.
7527         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7528         Fixes bad muxing order.
7529
7530 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7531
7532         * gst-libs/gst/rtp/gstbasertppayload.c:
7533         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7534           update seqnum before setting it on the packet; this makes sure
7535           that the timestamp and seqnum properties match after pushing
7536           a buffer
7537
7538 2006-02-09  Andy Wingo  <wingo@pobox.com>
7539
7540         * gst-libs/gst/audio/gstringbuffer.c
7541         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7542         overflow after 13.5 hours of recording. Kapow!
7543
7544         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7545         the buffer size -- we don't care about underrun/overrun reporting
7546         right now, just need to return a useful value.
7547
7548 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7549
7550         * configure.ac:
7551           Back to CVS
7552
7553 === release 0.10.3 ===
7554
7555 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7556
7557         * configure.ac:
7558           releasing 0.10.3, "Under Pressure"
7559
7560 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7561
7562         * configure.ac:
7563         Drat. Bump libtool version number for new API.
7564         Prelease 0.10.2.3 (of 0.10.3)
7565
7566 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7567
7568         * configure.ac:
7569         * win32/common/config.h:
7570         0.10.2.2 prerelease (of 0.10.3).
7571
7572 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7573
7574         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7575           Revert Andy's newsegment change pending a more correct
7576           fix.
7577
7578 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7579
7580         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7581         (qt_type_find), (plugin_init):
7582           detect more files as 3gp
7583           group and reorder the iso file formats
7584
7585 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7586
7587         * ext/vorbis/vorbis.c: (plugin_init):
7588           Register musicbrainz tags, so apps don't have to.
7589
7590 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7591
7592         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7593         (gst_tag_to_vorbis_tag):
7594           Make sure we called gst_tag_register_musicbrainz_tags()
7595           before possibly mapping a vorbiscomment string from/to a
7596           musicbrainz tag.
7597
7598 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7599
7600         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7601           In case we can't find the required number of consecutive
7602           mpeg audio frames to positively identify an MPEG audio
7603           stream, check if there's at least a valid mpeg audio
7604           frame right at offset 0 and if so suggest mpeg/audio
7605           caps with a very low probability (#153004).
7606
7607 2006-02-07  Andy Wingo  <wingo@pobox.com>
7608
7609         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7610         a TIME segment if we get timestamped buffers. Requires recent
7611         fixes in core to work properly.
7612
7613 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7614
7615         * gst/playback/gstplaybasebin.c: (prepare_output):
7616           Don't print the URI as part of the error message, it
7617           makes error dialogs look rather ugly, especially if
7618           the URI is very long or has characters in it that
7619           need escaping.
7620
7621 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7622
7623         * gst/playback/gstplaybasebin.c: (prepare_output):
7624           Error out if we have only text or subtitles, but nothing
7625           else. Also error out if we have subtitles but no video
7626           stream.
7627
7628 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7629
7630         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7631           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7632           Post an error message on the bus when we encounter an
7633           error, which will hopefully be more meaningful than the
7634           'Internal Flow Error' message users get to see if we
7635           just return GST_FLOW_ERROR.
7636
7637 2006-02-07  Andy Wingo  <wingo@pobox.com>
7638
7639         * configure.ac (GST_MAJORMINOR): Update core version req to
7640         0.10.2.2, for the collectpads API addition (#330244).
7641
7642 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7643
7644         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7645           Return FALSE from plugin_init() when GnomeVFS can't
7646           be initialised for some reason (#328423).
7647
7648 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7649
7650         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7651         Stick to seeking theory until i find the bug.
7652         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7653
7654 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7655
7656         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7657         (theora_enc_finalize), (theora_enc_sink_setcaps),
7658         (theora_set_header_on_caps), (theora_enc_chain),
7659         (theora_enc_change_state):
7660         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7661           Make theoraenc and the tests leak free. Like, really.
7662
7663 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7664
7665         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7666         (theora_enc_finalize), (theora_enc_sink_setcaps):
7667           Add a finalize method to ensure we clean up state even if
7668           someone omitted the state change back to NULL.
7669
7670         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7671         (gst_vorbisenc_chain):
7672           Free some more leaked bits.
7673
7674         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7675         (stop_pipeline):
7676           Wait for state changes to happen if they're ASYNC.
7677
7678           This ought to teach those fancy pants buildbots a lesson.
7679
7680 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7681
7682         * gst-libs/gst/tag/gstid3tag.c:
7683           Add mapping for ID3 International Standard Recording Code
7684           tag "TSRC"
7685
7686 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7687
7688         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7689           Don't leak tag names.
7690
7691 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7692
7693         * docs/libs/gst-plugins-base-libs-docs.sgml:
7694         * docs/libs/gst-plugins-base-libs-sections.txt:
7695         * gst-libs/gst/tag/gstid3tag.c:
7696         * gst-libs/gst/tag/gstvorbistag.c:
7697         * gst-libs/gst/tag/tags.c:
7698           Split libgsttag docs into multiple sections.
7699
7700 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         * docs/libs/Makefile.am:
7703         * docs/libs/gst-plugins-base-libs-docs.sgml:
7704         * docs/libs/gst-plugins-base-libs-sections.txt:
7705         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7706         * gst-libs/gst/tag/gstvorbistag.c:
7707         * gst-libs/gst/tag/tag.h:
7708         * gst-libs/gst/tag/tags.c:
7709           Add libgsttag to the docs.
7710
7711 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7712
7713         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7714         (gst_text_overlay_init), (gst_text_overlay_src_event),
7715         (gst_text_overlay_collected): Fix clockoverlay.
7716
7717 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7718
7719         * docs/libs/compiling.sgml:
7720           Fix typo: it's pkg-config, not pkg-gconfig
7721
7722         * docs/libs/gst-plugins-base-libs-docs.sgml:
7723         * docs/libs/gst-plugins-base-libs-sections.txt:
7724         * docs/libs/tmpl/gstgconf.sgml:
7725           There is no libgstgconf in 0.10, remove it
7726           from the docs.
7727
7728 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7729
7730         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7731         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7732         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7733         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7734         (gst_sub_parse_class_init), (gst_sub_parse_init),
7735         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7736         (parse_mpsub), (parser_state_init), (handle_buffer),
7737         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7738         * gst/subparse/gstsubparse.h: Introduce seeking code.
7739
7740 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7741
7742         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7743           Add comment about LANGUAGE tag inconsistency (we want
7744           ISO-639-1, but extract three-letter identifiers?)
7745
7746         * po/POTFILES.in:
7747           Add two translatable files.
7748
7749 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7750
7751         * gst-libs/gst/tag/Makefile.am:
7752         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7753         * gst-libs/gst/tag/tag.h:
7754         * gst-libs/gst/tag/tags.c:
7755         (gst_tag_register_musicbrainz_tags_internal),
7756         (gst_tag_register_musicbrainz_tags):
7757           Forward-port some tags stuff from the 0.8 branch. This is
7758           mostly the addition of musicbrainz tags and their mapping
7759           to vorbistags, and a vorbistag mapping of the language tag.
7760
7761 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7762
7763         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7764         refactoring.
7765
7766 2006-02-04  David Schleef  <ds@schleef.org>
7767
7768         * ext/ogg/gstoggmux.c:
7769         * gst/typefind/gsttypefindfunctions.c:
7770           Add Dirac typefinding and add dirac format to oggmux.
7771
7772 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7773
7774         * gst/playback/gstdecodebin.c: (try_to_link_1):
7775           Don't put essential function call into
7776           g_return_*() macro, otherwise it'll all be
7777           replaced by NOOPs when compiling with
7778           G_DISABLE_CHECKS defined.
7779
7780 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7781
7782         * ext/ogg/gstoggdemux.c:
7783         * ext/ogg/gstoggparse.c:
7784         * gst/tcp/gsttcpserversink.c:
7785         * sys/v4l/v4lsrc_calls.c:
7786         * sys/v4l/v4lsrc_calls.h:
7787         Just make it compile with --disable-gst-debug.
7788
7789 2006-02-03  Wim Taymans  <wim@fluendo.com>
7790
7791         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7792         (gst_alsasink_class_init), (gst_alsasink_init),
7793         (gst_alsasink_write), (gst_alsasink_reset):
7794         * ext/alsa/gstalsasink.h:
7795         Add lock to protect alsa calls.
7796         Implement reset to flush samples ASAP, does not work
7797         with dmix though.
7798
7799 2006-02-02  Wim Taymans  <wim@fluendo.com>
7800
7801         * gst-libs/gst/audio/gstbaseaudiosink.c:
7802         (gst_base_audio_sink_provide_clock):
7803         Ugh.. getting late I guess...
7804
7805 2006-02-02  Wim Taymans  <wim@fluendo.com>
7806
7807         * gst-libs/gst/audio/gstbaseaudiosink.c:
7808         (gst_base_audio_sink_provide_clock),
7809         (gst_base_audio_sink_set_property),
7810         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7811         Don't try to provide a clock when we are not negotiated since
7812         we might not be able to make it run.
7813
7814 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7815
7816         * gst/playback/gstdecodebin.c: (try_to_link_1):
7817           Unlinking two source pads is ... hard.
7818
7819 2006-02-02  Wim Taymans  <wim@fluendo.com>
7820
7821         * gst-libs/gst/audio/TODO:
7822         Updated.
7823
7824         * gst-libs/gst/audio/gstbaseaudiosink.c:
7825         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7826         On EOS, wait till the last sample is played before posting EOS.
7827
7828 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7829
7830         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7831           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7832           setting queue_delay to zero. Also avoid thread being started if
7833           queue_delay is zero.
7834
7835 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7836
7837         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7838           Make test work again by connecting fakesinks to each decoded pad,
7839           which makes the pipeline wait until each fakesink has a buffer
7840           queued before going to PAUSED state. At that point we know the
7841           decodebin pads are negotiated.
7842
7843 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7844
7845         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7846         (gst_cdda_base_src_handle_event):
7847         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7848           Pass unhandled queries to the parent class's query function.
7849
7850 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7851
7852         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7853         (gst_ogg_pad_src_query):
7854         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7855         * ext/theora/theoradec.c: (theora_dec_src_query),
7856         (theora_dec_sink_query):
7857         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7858         (vorbis_dec_sink_query):
7859         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7860         (gst_vorbisenc_sink_query):
7861         * gst/adder/gstadder.c: (gst_adder_query):
7862           Pass unhandled queries upstream instead of just
7863           dropping them (#326447). Also, fix supported
7864           query types list for some elements.
7865
7866 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7867
7868         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7869         (paris_type_find), (ilbc_type_find), (plugin_init):
7870           Fix typefinding for audio/x-au, audio/x-paris and
7871           audio/iLBC-sh. We cannot use the START_WITH macros
7872           here, because there can only be one typefind factory
7873           with the same name (caps), so the second one would
7874           replace the first one and the first one would never
7875           be called when doing typefinding (see #161712).
7876           
7877
7878 2006-01-31  Wim Taymans  <wim@fluendo.com>
7879
7880         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7881         (vorbis_handle_header_packet), (vorbis_dec_push),
7882         (vorbis_handle_data_packet):
7883         Use scale_int when we can, add some more scaling.
7884         Check packettype before parsing it.
7885
7886 2006-01-31  Wim Taymans  <wim@fluendo.com>
7887
7888         * ext/theora/theoradec.c: (_theora_granule_time),
7889         (theora_dec_src_convert), (theora_dec_sink_convert):
7890         Call right _scale functions.
7891         Use parameter instead of some other random value.
7892
7893 2006-01-31  Wim Taymans  <wim@fluendo.com>
7894
7895         * ext/theora/theoradec.c: (_theora_granule_frame),
7896         (_theora_granule_time), (_inc_granulepos),
7897         (theora_dec_src_convert), (theora_dec_sink_convert),
7898         (theora_handle_type_packet), (theora_handle_data_packet),
7899         (theora_dec_chain):
7900         Use higher precision timestamps calculation.
7901         Convert some other conversions to _scale.
7902
7903 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
7904
7905         * gst/audiotestsrc/gstaudiotestsrc.c:
7906         (gst_audio_test_src_create_sine_table), (plugin_init):
7907         * gst/volume/gstvolume.c: (plugin_init):
7908           initialize gst_controller before using
7909
7910 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7911
7912         * tests/check/pipelines/theoraenc.c:
7913         * tests/check/pipelines/vorbisenc.c:
7914         Define constant using G_GINT64_CONSTANT to avoid errors when
7915         passing it around - otherwise it gets truncated to 32 bits.
7916
7917         Fixes failing tests.
7918
7919 2006-01-31  Andy Wingo  <wingo@pobox.com>
7920
7921         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7922         caps being set doesn't have a framerate value. Basically a stopgap
7923         measure.
7924
7925         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
7926         technically correct enough to put into core though.
7927         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
7928         DURATION. Fixes theoraenc ! oggmux.
7929
7930         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
7931         fraction, not double.
7932
7933 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
7934
7935         * win32/vs7:
7936         add vs7 project files created by Sergey Scobich
7937
7938 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
7939
7940         * win32/vs8:
7941         add vs8 project files created by Sergey Scobich
7942         
7943 2006-01-30  Andy Wingo  <wingo@pobox.com>
7944
7945         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
7946         timestamp + duration, not just timestamp -- ogg pages should be
7947         ordered by stop time. Necessary fix given the change in vorbis
7948         timestamps.
7949
7950         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
7951         (gst_theora_enc_init): Pull the granule shift out of the encoder.
7952         (granulepos_add): New function, handles the messiness of adjusting
7953         granulepos values.
7954         (theora_buffer_from_packet):
7955         (theora_enc_chain):
7956         (theora_enc_sink_event): Use granulepos_add, not +.
7957
7958         * tests/check/pipelines/theoraenc.c
7959         (check_buffer_granulepos_from_starttime): Just check the frame
7960         count, not the actual granulepos -- we can't dictate to the
7961         encoder when it should be placing keyframes.
7962
7963 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7964
7965         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7966           SERVICE_NOT_AVAILABLE happens for example when you're trying to
7967           play an http:// stream from a server that's not serving
7968
7969 2006-01-30  Andy Wingo  <wingo@pobox.com>
7970
7971         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
7972         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
7973         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
7974         available.
7975
7976         * ext/theora/gsttheoraenc.h:
7977         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
7978         although theoraenc was timestamping correctly. Added handling of
7979         streams that start with nonzero timestamps.
7980
7981         * tests/check/Makefile.am:
7982         * tests/check/pipelines/theoraenc.c: New file, basically does same
7983         tests as vorbisenc.
7984
7985         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
7986
7987 2006-01-30  Wim Taymans  <wim@fluendo.com>
7988
7989         * gst-libs/gst/audio/gstaudiosink.c:
7990         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
7991         (gst_audioringbuffer_pause):
7992         Implement pause that does not wait for completion.
7993
7994         * gst-libs/gst/audio/gstbaseaudiosink.c:
7995         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7996         Don't drop buffers when going to PAUSED but perform preroll on
7997         remaining samples now that core base class supports this.
7998
7999         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8000         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8001         (gst_ring_buffer_commit):
8002         Pause should not signal waiters.
8003         Implement return value of _commit correctly.
8004
8005 2006-01-30  Andy Wingo  <wingo@pobox.com>
8006
8007         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8008
8009         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8010         updated to timestamp from the first sample, not the last.
8011         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8012         special care of granulepos and timestamp for header packets.
8013         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8014         when the first buffer has a nonzero timestamp.
8015
8016         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8017         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8018         case when the first audio buffer we get has a nonzero timestamp.
8019         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8020         properly timestamp vorbis buffers with the time of the first
8021         sample, not the last.
8022         
8023         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8024         vorbis_granule_time_copy -- now it takes the granule/subgranule
8025         offset into account.
8026
8027         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8028         timestamps, durations, and granulepos on buffers produced by
8029         vorbisenc.
8030
8031 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8032
8033         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8034         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8035           Patch from Eric Jonas to support conversions to/from UYVY 
8036           (Fixes: #324626)
8037
8038 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8039
8040         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8041         (setup_subtitle), (setup_source), (set_active_source):
8042         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8043         (gen_text_element), (gen_audio_element), (gen_vis_element),
8044         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8045
8046 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8047
8048         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8049         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8050                 use gst_guint64_to_gdouble to be compliant with vs6
8051         * gst/playback/gstdecodebin.c: (try_to_link_1)
8052         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8053                 use G_GINT64_CONSTANT for int64 constants
8054         * win32/common/libgstinterfaces.def:
8055                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8056         * win32/vs6:
8057                 update and add new project files
8058                 
8059 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8060
8061         * Makefile.am:
8062         * win32/MANIFEST:
8063         * win32/common/interfaces-enumtypes.c:
8064         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8065         (gst_mixer_track_flags_get_type),
8066         (gst_tuner_channel_flags_get_type):
8067         * win32/common/interfaces-enumtypes.h:
8068         * win32/common/multichannel-enumtypes.c:
8069         (gst_audio_channel_position_get_type):
8070         * win32/common/multichannel-enumtypes.h:
8071           add a win32-update rule like in core, and copy over enumtypes files
8072
8073 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8074
8075         * win32/MANIFEST:
8076         * win32/common/config.h:
8077         * win32/common/config.h.in:
8078           add config files just like in core
8079
8080 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8083           Make gcc-4.1 happy (part of #327357).
8084
8085 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8086
8087         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8088         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8089         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8090         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8091         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8092         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8093           Update all error messages.  All of them should either use
8094           the default translated message, or actually provide a
8095           translatable string.
8096           Make the string for channel count problems meaningful.
8097
8098 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8099
8100         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8101           check for and throw RESOURCE_BUSY
8102
8103 2006-01-27  David Schleef  <ds@schleef.org>
8104
8105         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8106           checked in this change -- it requires liboil features not
8107           in 0.3.6.  Revert parts.
8108
8109 2006-01-27  David Schleef  <ds@schleef.org>
8110
8111         * REQUIREMENTS:
8112         * configure.ac: update liboil requirement to 0.3.6
8113         * gst/videoscale/Makefile.am:
8114         * gst/videoscale/vs_scanline.c: liboilify
8115
8116 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8117
8118         * ext/libvisual/visual.c: (get_buffer):
8119           When pad_alloc returns a GstFlowReturn other
8120           than GST_FLOW_OK, make sure it is passed upstream.
8121
8122 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8123
8124         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8125         (gst_alsasink_class_init):
8126           Free the device name string.
8127
8128         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8129         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8130         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8131           Don't remove a pad from the collectpads structure until it
8132           is released - it's a request pad, and may receive data again
8133           if the element gets moved back to PLAYING state.
8134
8135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8136           Ensure we turn on double buffering on the Xv port, and
8137           set the colour key to something dark and mysterious that
8138           isn't black.
8139
8140 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8141
8142         * ext/alsa/gstalsaplugin.c: (plugin_init):
8143         * ext/cdparanoia/gstcdparanoiasrc.c:
8144         (gst_cd_paranoia_src_base_init), (plugin_init):
8145         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8147           - a library should not call setlocale. see "Libraries" node in
8148             gettext manual
8149           - make sure all plugins that use translation do bindtextdomain
8150             to point to the localedir
8151         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8152         (setup_sinks), (plugin_init):
8153           all this, and check for NULL when creating sinks
8154
8155 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8156
8157         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8158         (plugin_init): Make typefinding of subtitles work again.
8159
8160 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8161
8162         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8163         (mp3_type_frame_length_from_header), (mp3_type_find),
8164         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8165         (plugin_init):
8166           Backport a bunch of typefinding fixes from the 0.8 branch.
8167           Also, improve wavpack typefinding: if we can't peek the
8168           entire wavpack block, try to parse the bits we can get and
8169           see if we find what we're looking for in those.
8170
8171 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8172
8173         * sys/ximage/ximagesink.c:
8174         (gst_ximagesink_calculate_pixel_aspect_ratio):
8175         * sys/xvimage/xvimagesink.c:
8176         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8177         more cases of pixel aspect ratio.
8178
8179 2006-01-26  Edward Hervey  <edward@fluendo.com>
8180
8181         * gst/playback/gstdecodebin.c: (pad_probe):
8182         Also consider the flush-start and tag events as unblockers
8183         for the pad probes.
8184
8185 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8186
8187         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8188         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8189         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8190         On the fly visualisation switch, works disabling, enabling as
8191         well but it won't be able to enable vis in a playbin that was
8192         created with no visualisation.
8193
8194 2006-01-25  Wim Taymans  <wim@fluendo.com>
8195
8196         * gst-libs/gst/audio/gstbaseaudiosink.c:
8197         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8198         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8199         resume after pause.
8200
8201 2006-01-25  Wim Taymans  <wim@fluendo.com>
8202
8203         * gst-libs/gst/audio/gstbaseaudiosink.c:
8204         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8205         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8206         Improve debugging.
8207         Post error when caps cannot be parsed.
8208         Resync on discontinuity in the stream.
8209         Clip samples to segment boundaries.
8210         return WRONG_STATE sooner when we are flushing.
8211
8212         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8213         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8214         Make audiosrc operate in TIME.
8215         Set TIMESTAMP and DURATION on buffers.
8216
8217 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8218
8219         * tests/examples/seek/seek.c: (main):
8220           Output tag messages as well.
8221
8222 2006-01-23  Edward Hervey  <edward@fluendo.com>
8223
8224         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8225         (free_pad_probes), (remove_fakesink), (pad_probe),
8226         (close_pad_link), (gst_decode_bin_change_state):
8227         Replace GstPadBlockCallback with pad probes that detect
8228         first buffer AND eos before removing fakesink.
8229         Fixes hang with demuxers doing EOS while pre-rolling.
8230         Solves #328279
8231
8232 2006-01-23  Andy Wingo  <wingo@pobox.com>
8233
8234         * ext/alsa/gstalsasink.c:
8235         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8236         (gst_base_rtp_depayload_setcaps),
8237         (gst_base_rtp_depayload_add_to_queue),
8238         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8239         
8240         Patch by: Jens Granseuer <jensgr at gmx dot net>
8241
8242 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8243
8244         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8245         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8246         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8247         frames. We might get a frame destroyed after changing state to
8248         NULL, adding a safety check on xcontext.
8249
8250 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8251
8252         * gst-libs/gst/interfaces/xoverlay.c:
8253           Fix prepare-xwindow-id code example in the docs - we need to
8254           ignore all messages that aren't element messages as well.
8255           
8256 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8257
8258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8259           I think one day i'll completely undestand how caps negotiation
8260           is supposed to work. This refactoring handles buffer_alloc
8261           called with caps we can't handle. We definitely don't want a
8262           set_caps with those caps, so we define and allocate a buffer
8263           we would like to receive.
8264
8265 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8266
8267         * gst/playback/gstplaybasebin.c: (setup_source):
8268           Free iterator when done.
8269
8270 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8271
8272         * gst-libs/gst/audio/gstbaseaudiosink.c:
8273         (gst_base_audio_sink_render):
8274           Fix playback of non-synchronised streams by assuming a rate
8275           of 1.0 instead of a random one.
8276
8277           Makes this work again:
8278
8279           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8280           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8281           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8282           audioresample ! alsasink
8283
8284 === release 0.10.2 ===
8285
8286 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8287
8288         * configure.ac:
8289           releasing 0.10.2, "Then the devil is six"
8290
8291 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8292
8293         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8294         * gst/playback/gststreamselector.c:
8295         (gst_stream_selector_set_property):
8296           Comment out broken code that connects to the state-changed signal.
8297           At this point, changing current stream selection is broken, but 
8298           stuff like gst-launch playbin current-audio=1 works and filters
8299           to the chosen stream.
8300
8301 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8302
8303         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8304           Fix #327216 (null dereference in vorbisdec)
8305
8306 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8307
8308         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8309           Post taglist actually on bus instead of just freeing it
8310           (fixes #327114 and totem bug #327080).
8311
8312         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8313           Use gst_element_found_tags_for_pad(), so that the tags
8314           are sent downstream as an event as well.
8315
8316 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8317
8318         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8319         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8320         (gst_ximagesink_buffer_alloc):
8321         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8322         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8323         (gst_xvimagesink_buffer_alloc):
8324           move all regularly occurring messages to GST_LOG level
8325           add some more object logs
8326
8327 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8328
8329         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8330           fix a silly segfault
8331
8332 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8333
8334         * docs/libs/gst-plugins-base-libs-docs.sgml:
8335         * docs/libs/gst-plugins-base-libs-sections.txt:
8336         * gst-libs/gst/audio/mixerutils.c:
8337         * gst-libs/gst/audio/mixerutils.h:
8338           Add docs for mixerutils stuff.
8339
8340 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8341
8342         * gst/playback/gstplaybasebin.c: (setup_source):
8343           Fix playback for sources that emit raw audio or
8344           raw video streams (e.g.: cd audio sources) (#325984).
8345
8346 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8347
8348         * gst-libs/gst/audio/mixerutils.c:
8349         (gst_audio_mixer_filter_do_filter):
8350           actually save the element we create
8351
8352 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         * gst-libs/gst/cdda/gstcddabasesrc.c:
8355         (gst_cdda_base_src_handle_track_seek):
8356           No need to post a tag message on the bus when seeking
8357           within the same track, only post it when the current
8358           track changes.
8359
8360 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8361
8362         * gst/playback/gstplaybasebin.c: (group_destroy),
8363         (probe_triggered), (new_decoded_pad), (mute_group_type),
8364         (set_active_source):
8365         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8366         * gst/playback/gststreamselector.c:
8367         (gst_stream_selector_base_init),
8368         (gst_stream_selector_set_property),
8369         (gst_stream_selector_request_new_pad):
8370           Reenable stream selection. These mechanisms need a complete overhaul
8371           in the face of 0.8->0.10 changes though.
8372
8373 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8374
8375         * ext/ogg/gstoggdemux.c:
8376           Change the pad template to src_%d to match the pads that 
8377           are created from it. decodebin needs this information in order
8378           to decide that oggdemux is capable of producing multiple pads
8379           (and hence needs queues inserted).
8380
8381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8382         (gst_ogg_mux_collected):
8383           Make debug output more useful by using GST_PTR_FORMAT.
8384
8385 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8386
8387         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8388
8389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8390           Set depth and width for alaw/mulaw (fixes #326601).
8391
8392 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8393
8394         * tests/icles/Makefile.am:
8395           don't build the tests if we don't have the libs
8396
8397 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8398
8399         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8400         (gst_cd_paranoia_paranoia_callback):
8401           Don't try to free NULL pointers.
8402
8403 2006-01-10  Edward Hervey  <edward@fluendo.com>
8404
8405         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8406         (gst_audio_rate_change_state), (plugin_init):
8407         Add debugging category.
8408         Fix type issues.
8409         Add case for incoming buffers without valid offset/offset_end.
8410
8411 2006-01-10  Michael Smith  <msmith@fluendo.com>
8412
8413         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8414           Don't leak GCond in audio sources.
8415
8416 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8417
8418         * gst/playback/gstplaybin.c: (gen_audio_element):
8419           Don't leak an autoaudiosink/alsasink when we generate
8420           a new audio element. (old code, I guess)
8421
8422 2006-01-10  Michael Smith  <msmith@fluendo.com>
8423
8424         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8425           Support float audio in audiorate.
8426           Use width rather than depth for selecting sample width.
8427
8428 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8429
8430         * gst/videotestsrc/videotestsrc.h:
8431           Use GLib types here (that way we don't have to include the
8432           generated _stdint.h header, which makes life easier for win32
8433           folks that don't use autotools for the build) (#325990, patch
8434           by: Sergey Scobich).
8435
8436 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8437
8438         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8439         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8440         (gst_ring_buffer_pause), (wait_segment):
8441         * gst-libs/gst/audio/gstringbuffer.h:
8442           Name (private) union, makes Forte compiler happy (this time
8443           for real) (#324900).
8444
8445 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8446
8447         * gst-libs/gst/audio/Makefile.am:
8448           Link against libgstinterfaces, needed for mixer
8449           and property probe stuff.
8450
8451 2006-01-09  Edward Hervey  <edward@fluendo.com>
8452
8453         * gst-libs/gst/Makefile.am:
8454
8455 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * gst-libs/gst/audio/Makefile.am:
8458         * gst-libs/gst/audio/mixerutils.c:
8459         (gst_audio_mixer_filter_do_filter),
8460         (gst_audio_mixer_filter_check_element),
8461         (gst_audio_mixer_filter_probe_feature),
8462         (element_factory_rank_compare_func),
8463         (gst_audio_default_registry_mixer_filter):
8464         * gst-libs/gst/audio/mixerutils.h:
8465           Add gst_audio_default_registry_mixer_filter() utility
8466           function.
8467
8468 2006-01-03  Michael Smith  <msmith@fluendo.com>
8469
8470         * gst/audioresample/resample.h:
8471           As before, but for o_buf
8472
8473 2006-01-03  Michael Smith  <msmith@fluendo.com>
8474
8475         * gst/audioresample/resample.h:
8476           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8477           since we do arithmetic on it.
8478
8479 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8480
8481         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8482         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8483         (gst_ring_buffer_pause), (wait_segment):
8484         * gst-libs/gst/audio/gstringbuffer.h:
8485           Sun's Forte compiler doesn't seem to like anonymous structs,
8486           so use same setup as in GstBaseSrc (fixes #324900).
8487
8488 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8489
8490         * configure.ac:
8491         * gst/volume/Makefile.am:
8492         * gst/volume/demo.c:
8493           move old example to tests/examples/volume/volune.c
8494         * tests/examples/Makefile.am:
8495         * tests/examples/seek/seek.c: (main):
8496           change window-close event from "delete-event" to "destroy"
8497         * tests/examples/volume/Makefile.am:
8498         * tests/examples/volume/volume.c: (value_changed_callback),
8499         (setup_gui), (message_received), (eos_message_received), (main):
8500           fix event handling and bus usage
8501
8502 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8503
8504         * gst/audiotestsrc/gstaudiotestsrc.c:
8505         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8506         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8507         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8508         (gst_audio_test_src_create_square),
8509         (gst_audio_test_src_create_saw),
8510         (gst_audio_test_src_create_triangle),
8511         (gst_audio_test_src_create_silence),
8512         (gst_audio_test_src_create_white_noise),
8513         (gst_audio_test_src_create_pink_noise),
8514         (gst_audio_test_src_init_sine_table),
8515         (gst_audio_test_src_create_sine_table),
8516         (gst_audio_test_src_change_wave),
8517         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8518         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8519         * gst/audiotestsrc/gstaudiotestsrc.h:
8520           update to basesrc changes, implement segmented seeking and eos
8521           handling, add a 'sine-tab' waveform for performance critical playback
8522
8523 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8524
8525         * po/POTFILES.in:
8526           ... and this time the other modified file that I missed last time.
8527
8528 2005-12-29  Michael Smith  <msmith@fluendo.com>
8529
8530         * gst/playback/gstdecodebin.c: (new_pad):
8531           Fix non-C89 variable declaration not at the start of a block. Should
8532           help some compilers.
8533
8534 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8535
8536         * tests/check/Makefile.am:
8537           And now fix 'make distcheck' (builddir != srcdir)
8538
8539 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8540
8541         * configure.ac:
8542         * ext/cdparanoia/Makefile.am:
8543         * ext/cdparanoia/gstcdparanoia.c:
8544         * ext/cdparanoia/gstcdparanoia.h:
8545         * ext/cdparanoia/gstcdparanoiasrc.c:
8546         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8547         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8548         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8549         (gst_cd_paranoia_paranoia_callback),
8550         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8551         (gst_cd_paranoia_src_set_property),
8552         (gst_cd_paranoia_src_get_property), (plugin_init):
8553         * ext/cdparanoia/gstcdparanoiasrc.h:
8554           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8555           plugin again (there are still fixes required to playbin to make
8556           cdda:// uris work there).
8557
8558 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8559
8560         * tests/check/Makefile.am:
8561           Fix test case compilation.
8562
8563 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8564
8565         * gst-libs/gst/cdda/gstcddabasesrc.c:
8566         (gst_cdda_base_src_update_duration),
8567         (gst_cdda_base_src_calculate_cddb_id):
8568           An integer is not a string. Fix access to uninitialised variable.
8569
8570         * tests/check/Makefile.am:
8571           Add cddabasesrc unit test; also actually enable the vorbis test.
8572
8573         * tests/check/generic/states.c:
8574           Blacklist new cd audio elements as well.
8575
8576         * tests/check/libs/cddabasesrc.c:
8577           Unit test for GstCddaBaseSrc (discid calculation mostly).
8578
8579 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8580
8581         * docs/libs/Makefile.am:
8582         * docs/libs/gst-plugins-base-libs-docs.sgml:
8583         * docs/libs/gst-plugins-base-libs-sections.txt:
8584         * docs/libs/gst-plugins-base-libs.types:
8585           Add docs for libgstcdda/GstCddaBaseSrc.
8586
8587         * gst-libs/gst/interfaces/mixertrack.h:
8588           Do one struct member per line with a semicolon at the end, that way
8589           even gtk-doc might parse it without complaining.
8590
8591 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8592
8593         * configure.ac:
8594         * gst-libs/gst/Makefile.am:
8595         * gst-libs/gst/cdda/Makefile.am:
8596         * gst-libs/gst/cdda/base64.c:
8597         * gst-libs/gst/cdda/base64.h:
8598         * gst-libs/gst/cdda/gstcddabasesrc.c:
8599         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8600         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8601         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8602         (gst_cdda_base_src_get_property),
8603         (gst_cdda_base_src_get_track_from_sector),
8604         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8605         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8606         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8607         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8608         (gst_cdda_base_src_uri_get_protocols),
8609         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8610         (gst_cdda_base_src_uri_handler_init),
8611         (gst_cdda_base_src_setup_interfaces),
8612         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8613         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8614         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8615         (gst_cdda_base_src_add_tags),
8616         (gst_cdda_base_src_add_index_associations),
8617         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8618         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8619         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8620         (gst_cdda_base_src_create):
8621         * gst-libs/gst/cdda/gstcddabasesrc.h:
8622         * gst-libs/gst/cdda/sha1.c:
8623         * gst-libs/gst/cdda/sha1.h:
8624           Add new libgstcdda with GstCddaBaseSrc class.
8625
8626 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8627
8628         * ext/gnomevfs/gstgnomevfssink.h:
8629           Use GstBaseSinkClass as parent_class member for class struct, not
8630           GstBaseSink.
8631
8632 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8633
8634         Patch by: Michael Benes
8635
8636         * gst/videotestsrc/gstvideotestsrc.c:
8637         (gst_video_test_src_class_init), (gst_video_test_src_start):
8638           Add start method to reset running time and number of frames sent
8639           when starting up (fixes #324696)
8640
8641 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8642
8643         * docs/plugins/Makefile.am:
8644         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8645         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8646         * docs/plugins/gst-plugins-base-plugins.args:
8647         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8648         * docs/plugins/gst-plugins-base-plugins.signals:
8649           Add docs stuff for gnomevfssrc and gnomevfssink.
8650
8651         * ext/gnomevfs/gstgnomevfssrc.c:
8652           Fix example pipeline in gtk-doc blurb.
8653
8654 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8655
8656         * ext/gnomevfs/Makefile.am:
8657         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8658         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8659         (gst_gnome_vfs_handle_get_type), (plugin_init):
8660         * ext/gnomevfs/gstgnomevfs.h:
8661         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8662         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8663         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8664         (gst_gnome_vfs_sink_set_property),
8665         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8666         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8667         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8668         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8669         (gst_gnome_vfs_sink_uri_get_type),
8670         (gst_gnome_vfs_sink_uri_get_protocols),
8671         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8672         (gst_gnome_vfs_sink_uri_handler_init):
8673         * ext/gnomevfs/gstgnomevfssink.h:
8674           Port gnomevfssink; add gtk-doc blurb.
8675
8676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8677         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8678         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8679         (gst_gnome_vfs_src_uri_get_type),
8680         (gst_gnome_vfs_src_uri_get_protocols),
8681         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8682         (gst_gnome_vfs_src_uri_handler_init),
8683         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8684         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8685         (gst_gnome_vfs_src_send_additional_headers_callback),
8686         (gst_gnome_vfs_src_received_headers_callback),
8687         (gst_gnome_vfs_src_push_callbacks),
8688         (gst_gnome_vfs_src_pop_callbacks),
8689         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8690         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8691         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8692         * ext/gnomevfs/gstgnomevfssrc.h:
8693           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8694           file; add gtk-doc blurb with example pipelines.
8695
8696 === release 0.10.1 ===
8697
8698 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8699
8700         * configure.ac:
8701           releasing 0.10.1, "Dobro Dedek"
8702
8703 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8704
8705         * gst/typefind/gsttypefindfunctions.c:
8706         iLBC30 and iLBC20 added to typefind.
8707
8708 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8709
8710         * gst-libs/gst/audio/gstbaseaudiosink.c:
8711         (gst_base_audio_sink_class_init):
8712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8713         (gst_base_audio_src_class_init):
8714           update strings, values are in microseconds
8715           change the default sink buffer time to something that is smaller
8716           (to help software volume mixing have a slightly lower delay) but
8717           still be acceptable on Wim's laptop
8718
8719 2005-12-20  Edward Hervey  <edward@fluendo.com>
8720
8721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8722         Made a quack, forgot to add DUCK to the riff video template.
8723
8724 2005-12-19  Edward Hervey  <edward@fluendo.com>
8725
8726         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8727         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8728         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8729         (gst_ogm_parse_chain):
8730         Make sure pads are initialized correctly.
8731         * gst-libs/gst/riff/riff-ids.h:
8732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8733         (gst_riff_create_video_template_caps):
8734         Add a whole bunch of FOURCC <=> MimeType.
8735         Extend the riff video pad template to support the newly added fourcc.
8736
8737 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8738
8739         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8740         (gst_ogg_demux_activate_chain):
8741           Extra debug output when activating/deactivating chains.
8742
8743         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8744         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8745         (unlinked):
8746           Remove a queue from our list when it becomes unlinked.
8747           Don't add queues to elements in class 'Demux' if they
8748           can only produce one pad 
8749
8750 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8751
8752         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8753         (gst_video_sink_get_type): Add a debug category.
8754
8755 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8756
8757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8758         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8759           Handle downstream newsegment by sending our own newsegment before the
8760           next buffer to be released. (#323900)
8761
8762 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8763
8764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8765         (gst_base_rtp_depayload_set_gst_timestamp):
8766           add queue delay to new segment as well (as opposed to just the first
8767           buffer). (bug #322347)
8768
8769 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8770
8771         * ext/libvisual/visual.c: (make_valid_name):
8772           change some char* into char[]
8773         * gst/audiotestsrc/gstaudiotestsrc.c:
8774         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8775         (gst_audio_test_src_create):
8776         * gst/audiotestsrc/gstaudiotestsrc.h:
8777           prepare to handle EOS and SEGMENT_DONE
8778
8779 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8780
8781         * tests/check/generic/states.c: (GST_START_TEST):
8782           Blacklist cdparanoia element in state test.
8783
8784 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8785
8786           Patch by: Benjamin Pineau
8787
8788         * gst/tcp/gsttcp.c:
8789         * gst/tcp/gsttcpclientsink.c:
8790         * gst/tcp/gsttcpserversink.c:
8791         * gst/tcp/gsttcpserversrc.c:
8792           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8793
8794 2005-12-15  Michael Smith  <msmith@fluendo.com>
8795
8796         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8797         (gst_video_rate_chain):
8798           Fix timestamping for videorate when the first buffer it sees has a
8799           non-zero timestamp. Fix some misleading debug output.
8800
8801 2005-12-15  Michael Smith  <msmith@fluendo.com>
8802
8803         * gst/audioresample/gstaudioresample.c:
8804           Don't leak all input buffers to audioresample.
8805
8806 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8809           Don't operate on empty text buffers. Strip newlines and
8810           tabs only from the end of the text, but leave them intact
8811           in the middle. Fix typo in gtk-doc description.
8812
8813 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8814
8815         * gst/playback/gstplaybasebin.c:
8816         * gst/playback/gstplaybin.c: (handoff):
8817           Make sure the video frame buffer we return to apps via the
8818           "frame" property always has caps set on it. Modify
8819           _gst_gvalue_set_object() macro to handle NULL objects
8820           gracefully too.
8821
8822 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8823
8824         * gst/audiotestsrc/gstaudiotestsrc.c:
8825         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8826         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8827         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8828         (gst_audio_test_src_create):
8829         * gst/audiotestsrc/gstaudiotestsrc.h:
8830         Adjust to some recent api changes and add wtays new cool seeking
8831         capabillities
8832
8833 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8834
8835         * ext/alsa/Makefile.am:
8836         * ext/alsa/gstalsadeviceprobe.c:
8837         * ext/alsa/gstalsadeviceprobe.h:
8838           Helper functions to add device probing via the GstPropertyProbe
8839           interface to a class.
8840
8841         * ext/alsa/gstalsamixer.h:
8842           Comment out GST_ALSA_MIXER, it returns a struct that's not
8843           used.
8844
8845         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8846           Add some debug info. 
8847
8848         * ext/alsa/gstalsamixerelement.c:
8849         (gst_alsa_mixer_element_interface_supported),
8850         (gst_implements_interface_init),
8851         (gst_alsa_mixer_element_init_interfaces),
8852         (gst_alsa_mixer_element_class_init),
8853         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8854         (gst_alsa_mixer_element_set_property),
8855         (gst_alsa_mixer_element_get_property),
8856         (gst_alsa_mixer_element_change_state):
8857         * ext/alsa/gstalsamixerelement.h:
8858           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8859           for device handling (gnome-volume-control will need that).
8860
8861 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8862
8863         * ext/Makefile.am: fix cdparanoia entry
8864         * gst-plugins-base.spec.in: add cdparanoia
8865
8866 2005-12-12  Michael Smith  <msmith@fluendo.com>
8867
8868         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8869           Use the correct function to free list of typefind factories.
8870
8871 2005-12-12  Wim Taymans  <wim@fluendo.com>
8872
8873         * gst/videotestsrc/gstvideotestsrc.c:
8874         (gst_video_test_src_class_init), (gst_video_test_src_init),
8875         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8876         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8877         (gst_video_test_src_create):
8878         * gst/videotestsrc/gstvideotestsrc.h:
8879         Implement seeking in videotestsrc.
8880         Small cleanups.
8881
8882 2005-12-12  Wim Taymans  <wim@fluendo.com>
8883
8884         * ext/cdparanoia/Makefile.am:
8885         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8886         (gst_paranoia_endian_get_type), (_do_init),
8887         (cdparanoia_class_init), (cdparanoia_init),
8888         (cdparanoia_set_property), (cdparanoia_get_property),
8889         (cdparanoia_do_seek), (cdparanoia_is_seekable),
8890         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8891         (cdparanoia_convert), (cdparanoia_get_query_types),
8892         (cdparanoia_query), (cdparanoia_set_index),
8893         (cdparanoia_uri_set_uri):
8894         * ext/cdparanoia/gstcdparanoia.h:
8895         Partially ported cdparanoia now that basesrc can support a
8896         plugin like this..
8897
8898 2005-12-12  Wim Taymans  <wim@fluendo.com>
8899
8900         * tests/examples/seek/scrubby.c: (main):
8901         Set higher priority for bus events so they don't get reordered with
8902         gtk gui events.
8903
8904         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8905         (flush_toggle_cb), (main):
8906         Added checkbox to disable flushing seeks. 
8907         Disable scrubbing when doing non flushing seeks.
8908
8909 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8910
8911         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8912         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8913         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8914         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8915           Implement some sort of event handling that doesn't rely on
8916           g_return_if_fail; make sure we always push the last chunk of an 
8917           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8918           state change function; remove some old cruft. Seeking is still
8919           rather unlikely to work though.
8920
8921         * tools/.cvsignore:
8922           Ignore more.
8923
8924 2005-12-11  Julien MOUTTE  <julien@moutte.net>
8925
8926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
8927         Fixed a leak of the current image reference when cleaning up.
8928         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
8929
8930 2005-12-09  Michael Smith  <msmith@fluendo.com>
8931
8932         * tools/Makefile.am:
8933         * tools/gst-launch-ext-m.m:
8934           Remove gst-launch-ext. It doesn't work, and is no longer
8935           particularly useful.
8936
8937 2005-12-08  Luca Ognibene  <luogni@tin.it>
8938
8939         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8940           don't pass random values to ogmparse convert function.
8941           Make seeking possible in the exile1.ogm file.
8942
8943 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
8944
8945         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8946         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8947           Work around refcount problem with g_value_set_object() that occur
8948           if the core has been compiled against GLib-2.6 (g_value_set_object()
8949           will only g_object_ref() the element, but the caller will
8950           gst_object_unref() it and bad things will happen due to the way
8951           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
8952           totem for people on FC4 using Thomas's 0.10 RPMs.
8953           
8954 2005-12-07  Edward Hervey  <edward@fluendo.com>
8955
8956         Time to welcome ogm to 0.10 :)
8957         
8958         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
8959         (gst_ogg_pad_typefind):
8960         Oggdemux can now properly typefind elements with dynamic pads.
8961         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8962         Properly set caps on src pad, and set caps on outgoing buffers.
8963
8964 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8965
8966         * ext/alsa/gstalsamixer.h:
8967         * ext/alsa/gstalsamixerelement.h:
8968         * ext/alsa/gstalsamixeroptions.h:
8969         * ext/alsa/gstalsamixertrack.h:
8970         * ext/alsa/gstalsasink.c:
8971         * ext/alsa/gstalsasink.h:
8972         * ext/alsa/gstalsasrc.c:
8973         * ext/alsa/gstalsasrc.h:
8974         * ext/cdparanoia/gstcdparanoia.h:
8975         * ext/gnomevfs/gstgnomevfsuri.h:
8976         * ext/ogg/gstoggdemux.c:
8977         * ext/ogg/gstoggmux.c:
8978         * ext/pango/gsttextoverlay.h:
8979         * ext/theora/theoradec.c:
8980         * ext/theora/theoraenc.c:
8981         * ext/vorbis/vorbisdec.h:
8982         * ext/vorbis/vorbisenc.c:
8983         * ext/vorbis/vorbisenc.h:
8984         * ext/vorbis/vorbisparse.h:
8985         * gst-libs/gst/audio/gstaudioclock.h:
8986         * gst-libs/gst/audio/gstaudiosink.c:
8987         * gst-libs/gst/audio/gstaudiosink.h:
8988         * gst-libs/gst/audio/gstaudiosrc.c:
8989         * gst-libs/gst/audio/gstaudiosrc.h:
8990         * gst-libs/gst/audio/gstbaseaudiosink.c:
8991         * gst-libs/gst/audio/gstbaseaudiosink.h:
8992         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8993         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8994         * gst-libs/gst/audio/gstringbuffer.h:
8995         * gst-libs/gst/audio/multichannel.h:
8996         * gst-libs/gst/floatcast/floatcast.h:
8997         * gst-libs/gst/interfaces/colorbalance.c:
8998         * gst-libs/gst/interfaces/colorbalance.h:
8999         * gst-libs/gst/interfaces/colorbalancechannel.h:
9000         * gst-libs/gst/interfaces/mixer.h:
9001         * gst-libs/gst/interfaces/mixeroptions.h:
9002         * gst-libs/gst/interfaces/mixertrack.h:
9003         * gst-libs/gst/interfaces/navigation.h:
9004         * gst-libs/gst/interfaces/propertyprobe.h:
9005         * gst-libs/gst/interfaces/tuner.h:
9006         * gst-libs/gst/interfaces/tunerchannel.h:
9007         * gst-libs/gst/interfaces/tunernorm.h:
9008         * gst-libs/gst/interfaces/xoverlay.h:
9009         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9010         * gst-libs/gst/riff/riff-ids.h:
9011         * gst-libs/gst/riff/riff-media.h:
9012         * gst-libs/gst/riff/riff-read.h:
9013         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9014         * gst-libs/gst/rtp/gstbasertppayload.c:
9015         * gst-libs/gst/rtp/gstbasertppayload.h:
9016         * gst-libs/gst/rtp/gstrtpbuffer.c:
9017         * gst-libs/gst/rtp/gstrtpbuffer.h:
9018         * gst-libs/gst/tag/gsttageditingprivate.h:
9019         * gst-libs/gst/tag/gstvorbistag.c:
9020         (gst_tag_list_from_vorbiscomment_buffer):
9021         * gst-libs/gst/tag/tag.h:
9022         * gst-libs/gst/video/video.h:
9023         * gst/adder/gstadder.c:
9024         * gst/adder/gstadder.h:
9025         * gst/audioconvert/audioconvert.c:
9026         * gst/audioconvert/audioconvert.h:
9027         * gst/audioconvert/gstaudioconvert.c:
9028         * gst/audioconvert/gstchannelmix.c:
9029         * gst/audioconvert/gstchannelmix.h:
9030         * gst/audiorate/gstaudiorate.c:
9031         * gst/audioresample/buffer.h:
9032         * gst/audioresample/functable.h:
9033         * gst/audioresample/gstaudioresample.c:
9034         * gst/audioresample/resample.h:
9035         * gst/ffmpegcolorspace/avcodec.h:
9036         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9037         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9038         * gst/ffmpegcolorspace/imgconvert.c:
9039         * gst/ffmpegcolorspace/imgconvert_template.h:
9040         * gst/playback/gstdecodebin.c:
9041         * gst/playback/gstplaybasebin.h:
9042         * gst/playback/gstplaybin.c:
9043         * gst/playback/gststreaminfo.h:
9044         * gst/tcp/gstfdset.c:
9045         * gst/tcp/gstfdset.h:
9046         * gst/tcp/gstmultifdsink.c:
9047         * gst/tcp/gstmultifdsink.h:
9048         * gst/tcp/gsttcp.h:
9049         * gst/tcp/gsttcpclientsrc.c:
9050         * gst/tcp/gsttcpclientsrc.h:
9051         * gst/tcp/gsttcpplugin.h:
9052         * gst/tcp/gsttcpserversink.c:
9053         * gst/tcp/gsttcpserversrc.c:
9054         * gst/typefind/gsttypefindfunctions.c:
9055         * gst/videorate/gstvideorate.c:
9056         * gst/videotestsrc/gstvideotestsrc.h:
9057         * gst/videotestsrc/videotestsrc.h:
9058         * sys/v4l/gstv4lcolorbalance.h:
9059         * sys/v4l/gstv4ltuner.h:
9060         * sys/v4l/gstv4lxoverlay.h:
9061         * sys/v4l/v4l_calls.h:
9062         * sys/v4l/videodev_mjpeg.h:
9063         * tests/check/elements/audioconvert.c:
9064         * tests/check/elements/audioresample.c:
9065         * tests/check/elements/audiotestsrc.c:
9066         * tests/check/elements/videotestsrc.c:
9067         * tests/check/elements/volume.c:
9068         * tests/examples/seek/scrubby.c:
9069         * tests/examples/seek/seek.c:
9070           expand tabs
9071
9072 === release 0.10.0 ===
9073
9074 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9075
9076         * configure.ac:
9077           releasing 0.10.0, "Mont-d'or"
9078
9079 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9080
9081         * tests/examples/seek/Makefile.am:
9082         Build fix for when gtk is not available.
9083
9084 2005-12-05  Andy Wingo  <wingo@pobox.com>
9085
9086         * ext/libvisual/visual.c: (get_buffer):
9087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9088         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9089         * ext/theora/theoradec.c: (theora_handle_data_packet):
9090         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9091         (theora_enc_chain):
9092         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9093         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9094         Update for alloc_buffer changes.
9095
9096 2005-12-05  Andy Wingo  <wingo@pobox.com>
9097
9098         patch by: Kai Vehmanen <kv2004 eca cx>
9099         
9100         * gst-libs/gst/rtp/gstbasertpdepayload.c
9101         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9102
9103 2005-12-04  Andy Wingo  <wingo@pobox.com>
9104
9105         patch by: Sebastien Cote <sebas642 yahoo ca>
9106         
9107         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9108         Fixes #319172.
9109
9110 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * docs/plugins/Makefile.am:
9113         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9114         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9115         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9116         * ext/pango/gstclockoverlay.c:
9117         * ext/pango/gsttextoverlay.c: 
9118         * ext/pango/gsttextrender.c:
9119         * ext/pango/gsttimeoverlay.c:
9120           Add gtk-doc blurbs to pango elements.
9121
9122 2005-12-02  Wim Taymans  <wim@fluendo.com>
9123
9124         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9125         * gst/audioresample/buffer.h:
9126         * gst/audioresample/gstaudioresample.c:
9127         * gst/audioresample/gstaudioresample.h:
9128         * gst/audioresample/resample.c: (resample_input_flush),
9129         (resample_input_pushthrough), (resample_input_eos),
9130         (resample_get_output_size_for_input),
9131         (resample_get_input_size_for_output), (resample_get_output_size),
9132         (resample_get_output_data):
9133         * gst/audioresample/resample.h:
9134         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9135         Fix audioresample, seek torture, new segments, reverse negotiation
9136         etc.. work fine.
9137
9138 2005-12-02  Wim Taymans  <wim@fluendo.com>
9139
9140         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9141         Small cleanups.
9142
9143 2005-12-02  Wim Taymans  <wim@fluendo.com>
9144
9145         * gst/audioconvert/gstaudioconvert.c:
9146         (gst_audio_convert_transform):
9147         Post errors.
9148
9149 === release 0.9.7 ===
9150
9151 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9152
9153         * configure.ac:
9154           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9155
9156 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9157
9158         * Makefile.am:
9159         * po/hu.po:
9160         * win32/MANIFEST:
9161         * win32/gst.sln:
9162           add win32 MANIFEST file
9163           do something to the hungarian translation
9164
9165 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9166
9167         * ext/Makefile.am:
9168           Add $(PANGO_DIR) to SUBDIRS
9169
9170         * ext/pango/gstclockoverlay.c:
9171         * ext/pango/gsttimeoverlay.c:
9172           Fix and improve element descriptions.
9173
9174 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9175
9176         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9177         * docs/plugins/inspect/plugin-libvisual.xml:
9178         * docs/plugins/inspect/plugin-pango.xml:
9179           add pango plugin to docs
9180
9181 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9182
9183         * configure.ac:
9184         * ext/Makefile.am:
9185           moved pango to base
9186
9187 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9188
9189         * configure.ac:
9190         * tests/Makefile.am:
9191         * tests/icles/.cvsignore:
9192         * tests/icles/Makefile.am:
9193         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9194         (close_display), (resize_window), (move_window), (create_window),
9195         (terminate_playback), (pause_playback), (start_playback), (main):
9196           add stress test for xoverlay from Julien
9197
9198 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9199
9200         * docs/libs/tmpl/gstcolorbalance.sgml:
9201         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9202         * gst-libs/gst/rtp/gstbasertppayload.c:
9203         * gst-libs/gst/rtp/gstrtpbuffer.c:
9204         * gst-libs/gst/rtp/gstrtpbuffer.h:
9205           Do burger's rename for rtp payloaders and depayloaders
9206
9207 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9208
9209         * win32/:
9210           add Visual Studio 6 build files
9211
9212 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9213
9214         * docs/libs/gst-plugins-base-libs-docs.sgml:
9215         * docs/libs/gst-plugins-base-libs-sections.txt:
9216         * docs/libs/tmpl/gstaudio.sgml:
9217         * docs/libs/tmpl/gstringbuffer.sgml:
9218         * gst-libs/gst/interfaces/xoverlay.c:
9219         * gst-libs/gst/video/gstvideofilter.c:
9220         * gst-libs/gst/video/gstvideosink.c:
9221           update documentation
9222
9223 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9224
9225         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9226         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9227         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9228         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9229         (gst_multi_fd_sink_get_stats),
9230         (gst_multi_fd_sink_remove_client_link),
9231         (gst_multi_fd_sink_handle_client_read),
9232         (gst_multi_fd_sink_client_queue_data),
9233         (gst_multi_fd_sink_client_queue_caps),
9234         (gst_multi_fd_sink_client_queue_buffer),
9235         (gst_multi_fd_sink_new_client),
9236         (gst_multi_fd_sink_handle_client_write),
9237         (gst_multi_fd_sink_recover_client),
9238         (gst_multi_fd_sink_queue_buffer),
9239         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9240         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9241         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9242         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9243         * gst/tcp/gstmultifdsink.h:
9244         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9245         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9246         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9247         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9248         (gst_tcp_client_sink_set_property),
9249         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9250         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9251         * gst/tcp/gsttcpclientsink.h:
9252         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9253         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9254         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9255         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9256         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9257         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9258         * gst/tcp/gsttcpclientsrc.h:
9259         * gst/tcp/gsttcpplugin.c: (plugin_init):
9260         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9261         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9262         (gst_tcp_server_sink_finalize),
9263         (gst_tcp_server_sink_handle_server_read),
9264         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9265         (gst_tcp_server_sink_set_property),
9266         (gst_tcp_server_sink_get_property),
9267         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9268         * gst/tcp/gsttcpserversink.h:
9269         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9270         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9271         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9272         (gst_tcp_server_src_set_property),
9273         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9274         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9275         * gst/tcp/gsttcpserversrc.h:
9276           more borgifying
9277
9278 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9279
9280         * docs/plugins/Makefile.am:
9281         * docs/plugins/gst-plugins-base-plugins.args:
9282         * docs/plugins/inspect/plugin-libvisual.xml:
9283         * gst/audioconvert/plugin.h:
9284         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9285         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9286         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9287         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9288         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9289         (plugin_init):
9290         * gst/audiotestsrc/gstaudiotestsrc.c:
9291         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9292         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9293         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9294         (gst_audio_test_src_get_query_types),
9295         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9296         (gst_audio_test_src_create_square),
9297         (gst_audio_test_src_create_saw),
9298         (gst_audio_test_src_create_triangle),
9299         (gst_audio_test_src_create_silence),
9300         (gst_audio_test_src_create_white_noise),
9301         (gst_audio_test_src_init_pink_noise),
9302         (gst_audio_test_src_generate_pink_noise_value),
9303         (gst_audio_test_src_create_pink_noise),
9304         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9305         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9306         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9307         (plugin_init):
9308         * gst/audiotestsrc/gstaudiotestsrc.h:
9309         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9310         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9311         (gst_sub_parse_init), (gst_sub_parse_formats),
9312         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9313         (convert_encoding), (get_next_line),
9314         (gst_sub_parse_data_format_autodetect),
9315         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9316         (gst_sub_parse_loop), (gst_sub_parse_chain),
9317         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9318         (plugin_init):
9319         * gst/subparse/gstsubparse.h:
9320         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9321         (gst_video_rate_base_init), (gst_video_rate_class_init),
9322         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9323         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9324         (gst_video_rate_init), (gst_video_rate_event),
9325         (gst_video_rate_chain), (gst_video_rate_set_property),
9326         (gst_video_rate_get_property), (gst_video_rate_change_state),
9327         (plugin_init):
9328         * gst/videoscale/gstvideoscale.c:
9329         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9330         (gst_video_scale_src_template_factory),
9331         (gst_video_scale_sink_template_factory),
9332         (gst_video_scale_get_type), (gst_video_scale_base_init),
9333         (gst_video_scale_class_init), (gst_video_scale_init),
9334         (gst_video_scale_set_property), (gst_video_scale_get_property),
9335         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9336         (gst_video_scale_prepare_size), (parse_caps),
9337         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9338         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9339         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9340         (plugin_init):
9341         * gst/videoscale/gstvideoscale.h:
9342         * gst/videotestsrc/gstvideotestsrc.c:
9343         (gst_video_test_src_pattern_get_type),
9344         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9345         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9346         (gst_video_test_src_set_pattern),
9347         (gst_video_test_src_set_property),
9348         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9349         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9350         (gst_video_test_src_event), (gst_video_test_src_get_times),
9351         (gst_video_test_src_create), (plugin_init):
9352         * gst/videotestsrc/gstvideotestsrc.h:
9353         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9354         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9355         (gst_video_test_src_black):
9356         * gst/videotestsrc/videotestsrc.h:
9357           borgify further
9358           clean up docs a little
9359
9360 2005-11-30  Wim Taymans  <wim@fluendo.com>
9361
9362         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9363         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9364         (gst_basertppayload_event), (gst_basertppayload_push),
9365         (gst_basertppayload_change_state):
9366         * gst-libs/gst/rtp/gstbasertppayload.h:
9367         closed #320644.
9368
9369 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9370
9371         * docs/libs/gst-plugins-base-libs-docs.sgml:
9372         * docs/libs/gst-plugins-base-libs-sections.txt:
9373         * gst-libs/gst/video/gstvideofilter.c:
9374         * gst-libs/gst/video/gstvideosink.c:
9375         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9376
9377 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9378
9379         * LICENSE:
9380           move
9381         * po/af.po:
9382         * po/az.po:
9383         * po/cs.po:
9384         * po/en_GB.po:
9385         * po/hu.po:
9386         * po/it.po:
9387         * po/nb.po:
9388         * po/nl.po:
9389         * po/or.po:
9390         * po/sq.po:
9391         * po/sr.po:
9392         * po/sv.po:
9393         * po/uk.po:
9394         * po/vi.po:
9395         * Makefile.am:
9396           update
9397         * scripts/autoplugins.sh:
9398           remove
9399
9400 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9401
9402         * Makefile.am:
9403         * configure.ac:
9404         * examples/Makefile.am:
9405         * examples/capsfilter/Makefile.am:
9406         * examples/capsfilter/capsfilter1.c:
9407         * examples/gob/Makefile.am:
9408         * examples/gob/gst-identity2.gob:
9409         * examples/indexing/.cvsignore:
9410         * examples/indexing/Makefile.am:
9411         * examples/indexing/indexmpeg.c:
9412         * examples/seeking/.cvsignore:
9413         * examples/seeking/Makefile.am:
9414         * examples/seeking/cdparanoia.c:
9415         * examples/seeking/cdplayer.c:
9416         * examples/seeking/chained.c:
9417         * examples/seeking/scrubby.c:
9418         * examples/seeking/seek.c:
9419         * examples/stats/Makefile.am:
9420         * examples/stats/mp2ogg.c:
9421         * examples/switch/.cvsignore:
9422         * examples/switch/Makefile.am:
9423         * examples/switch/switcher.c:
9424         * tests/Makefile.am:
9425         * tests/check/generic/.cvsignore:
9426         * tests/check/pipelines/.cvsignore:
9427         * tests/examples/Makefile.am:
9428         * tests/examples/seek/Makefile.am:
9429           reorganize stuff under tests/
9430
9431 2005-11-30  Edward Hervey  <edward@fluendo.com>
9432
9433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9434         Go away you stupid GstStaticPadTemplate memleak.
9435
9436 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9437
9438         * gst-libs/gst/net/Makefile.am:
9439         * gst-libs/gst/net/README:
9440         * gst-libs/gst/net/gstnetbuffer.c:
9441         * gst-libs/gst/net/gstnetbuffer.h:
9442           this was moved to "netbuffer"
9443
9444 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9445
9446         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9447         (gst_video_filter_class_init), (gst_video_filter_init):
9448         * gst-libs/gst/video/gstvideofilter.h:
9449           borgify name to bring in line with other classes
9450
9451 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9452
9453         * gst/audioscale/.cvsignore:
9454         * gst/audioscale/Makefile.am:
9455         * gst/audioscale/README:
9456         * gst/audioscale/audioscale.vcproj:
9457         * gst/audioscale/dtof.c:
9458         * gst/audioscale/dtos.c:
9459         * gst/audioscale/functable.c:
9460         * gst/audioscale/gstaudioscale.c:
9461         * gst/audioscale/gstaudioscale.h:
9462         * gst/audioscale/private.h:
9463         * gst/audioscale/resample.c:
9464         * gst/audioscale/resample.h:
9465         * gst/audioscale/test.c:
9466           remove
9467
9468 2005-11-30  Edward Hervey  <edward@fluendo.com>
9469
9470         * gst-libs/gst/netbuffer/Makefile.am:
9471         really, really tired
9472
9473 2005-11-30  Edward Hervey  <edward@fluendo.com>
9474
9475         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9476         Update for new GstTypeFindFactory _register()
9477
9478 2005-11-30  Edward Hervey  <edward@fluendo.com>
9479
9480         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9481         Let's not override libgstnet from core for no reason...
9482         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9483         Ok, maybe not so quick next time.
9484
9485 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9486
9487         * configure.ac:
9488         * gst-libs/gst/Makefile.am:
9489           moved gst-libs/gst/net to netbuffer through CVS surgery
9490           remove old directory
9491           updating build to accomodate
9492           (#322257)
9493
9494 2005-11-29  Andy Wingo  <wingo@pobox.com>
9495
9496         * pkgconfig/gstreamer-plugins-base.pc.in:
9497         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9498         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9499         (#322257).
9500
9501 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9502
9503         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9504         3rd time's the charm. Correct ref-counting for discarded buffers.
9505
9506 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9507
9508         * gst/playback/gststreamselector.c:
9509         (gst_stream_selector_class_init),
9510         (gst_stream_selector_set_property),
9511         (gst_stream_selector_get_property),
9512         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9513         Fix ref-counting
9514
9515 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9516
9517         * gst/subparse/gstsubparse.c: (feed_textbuf):
9518           Don't access already unref'ed buffer.
9519
9520 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9521
9522         * gst/playback/gststreamselector.c:
9523         (gst_stream_selector_class_init), (gst_stream_selector_init),
9524         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9525         (gst_stream_selector_get_property),
9526         (gst_stream_selector_get_linked_pad),
9527         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9528         * gst/playback/gststreamselector.h:
9529         Add the active-pad property for playbin to use shortly. Ignore buffers
9530         from any other pad, returning GST_FLOW_NOT_LINKED
9531
9532 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9533
9534         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9535         patch from bug #322704 (Alessandro Decina).
9536
9537 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9538
9539         * gst-libs/gst/audio/Makefile.am:
9540           folded audiofilter into the audio library
9541
9542 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9543
9544         * gst/videoscale/gstvideoscale.h:
9545         * gst/videoscale/gstvideoscale.c:
9546           remove unimplemented scale methods
9547
9548 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9549
9550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9551           Don't leak caps.
9552
9553 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9554
9555         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9556         (gst_ximagesink_setcaps):
9557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9558         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9559         happens (only visible on ximagesink but bug is in xv too) set_caps was
9560         destroying the internal x[v]image used to memcpy non locally alloced
9561         buffers so that it got renewed on next _chain. The issue is that 
9562         _expose will try to put that image as it reffed it in _put.
9563         Using gst_buffer_unref instead of destroy fixes it !
9564
9565 2005-11-28  Edward Hervey  <edward@fluendo.com>
9566
9567         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9568         (try_to_link_1), (queue_filled_cb):
9569         Better use of the queues. Start with a small size queue and only increase
9570         the size of the queues when the other queues are empty.
9571
9572 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9573
9574         * gst-libs/gst/video/Makefile.am:
9575           compile in copied-over videofilter into the video library
9576         * gst-libs/gst/video/videosink.h:
9577           rename the header to gstvideosink.h since it's a base GstObject class
9578         * sys/ximage/ximagesink.h:
9579         * sys/xvimage/xvimagesink.h:
9580           use the new header
9581
9582 2005-11-28  Wim Taymans  <wim@fluendo.com>
9583
9584         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9585         * gst/playback/gstplaybasebin.h:
9586         Prepare to handle errors betters.
9587
9588         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9589         Set sinks to PAUSED first before adding and linking them so that
9590         we don't interrupt dataflow.
9591
9592 2005-11-28  Wim Taymans  <wim@fluendo.com>
9593
9594         * gst-libs/gst/audio/TODO:
9595         Updated TODO
9596
9597         * gst-libs/gst/audio/gstaudiosink.c:
9598         (gst_audioringbuffer_open_device),
9599         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9600         (gst_audioringbuffer_release):
9601         Small cleanups.
9602
9603         * gst-libs/gst/audio/gstbaseaudiosink.c:
9604         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9605         (gst_base_audio_sink_change_state):
9606         Slave to the master clock when going to PLAYING and unslave when
9607         going to PAUSED.
9608
9609         * gst-libs/gst/audio/gstringbuffer.c:
9610         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9611         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9612         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9613         (gst_ring_buffer_clear_all), (wait_segment),
9614         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9615         (gst_ring_buffer_advance):
9616         * gst-libs/gst/audio/gstringbuffer.h:
9617         Add some docs and cleanups.
9618
9619 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9620
9621         * sys/xvimage/xvimagesink.c:
9622         (gst_xvimagesink_navigation_send_event): Fix navigation events
9623         coordinates translation with pixel aspect ratios.
9624
9625 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9626
9627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9628         Use calculated video geometry from _setcaps instead of buffer
9629         caps to respect pixel aspect ratio. (fixes #322388)
9630
9631 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9632
9633         * docs/libs/tmpl/gstcolorbalance.sgml:
9634         * docs/libs/tmpl/gstmixer.sgml:
9635         * docs/libs/tmpl/gstxoverlay.sgml:
9636         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9637         interface.
9638
9639 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9640
9641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9642         Refuse to create an XvImage if we can't find the format.
9643
9644 2005-11-28  Edward Hervey  <edward@fluendo.com>
9645
9646         * gst-libs/gst/riff/riff-media.c:
9647         (gst_riff_create_audio_template_caps):
9648         Add ATRAC3 to the list of riff-possible audio caps.
9649         I know we still don't have a plugin for atrac3, but it's saner to output
9650         that than a cryptic mimetype.
9651
9652 2005-11-27  Edward Hervey  <edward@fluendo.com>
9653
9654         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9655         Don't try to create a zero-sized subbuffer.
9656
9657 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9658
9659         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9660         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9661         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9662         (gst_ximagesink_expose): Fixed a tricky race.
9663         * sys/ximage/ximagesink.h:
9664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9665         (gst_xvimagesink_expose): Fixed a tricky race.
9666         * sys/xvimage/xvimagesink.h:
9667
9668 2005-11-27  Edward Hervey  <edward@fluendo.com>
9669
9670         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9671         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9672         Remove unused properties, and add queues between demuxers and decoders
9673         so that a lot more files can preroll properly.
9674
9675 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9676
9677         * gst-libs/gst/net/Makefile.am:
9678         * gst-libs/gst/rtp/Makefile.am:
9679         * gst-libs/gst/tag/Makefile.am:
9680           remove silly include
9681         * gst/tags/Makefile.am:
9682         * gst/tags/gsttagediting.c:
9683         * gst/tags/gsttageditingprivate.h:
9684         * gst/tags/tagedit.vcproj:
9685           remove directory, is as good as empty
9686
9687 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9688
9689         * configure.ac:
9690           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9691         * gst-libs/Makefile.am:
9692         * gst-libs/gst/audio/Makefile.am:
9693         * gst-libs/gst/interfaces/Makefile.am:
9694         * gst-libs/gst/net/Makefile.am:
9695         * gst-libs/gst/riff/Makefile.am:
9696         * gst-libs/gst/rtp/Makefile.am:
9697         * gst-libs/gst/tag/Makefile.am:
9698         * gst-libs/gst/video/Makefile.am:
9699           and use them
9700
9701 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9702
9703         * docs/libs/tmpl/gstcolorbalance.sgml:
9704         * docs/libs/tmpl/gstmixer.sgml:
9705         * docs/libs/tmpl/gstxoverlay.sgml:
9706         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9707         * sys/ximage/ximagesink.h:
9708         * sys/xvimage/xvimagesink.h: More and more documentation.
9709
9710 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9711
9712         * docs/libs/gst-plugins-base-libs-docs.sgml:
9713         * docs/libs/gst-plugins-base-libs-sections.txt:
9714         * docs/libs/tmpl/gstcolorbalance.sgml:
9715         * docs/libs/tmpl/gstmixer.sgml:
9716         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9717         to documentation.
9718
9719 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9720
9721         * docs/plugins/Makefile.am:
9722         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9723         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9724         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9725
9726 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9727
9728         * docs/plugins/Makefile.am:
9729         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9730         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9731         * docs/plugins/inspect/plugin-adder.xml:
9732         * docs/plugins/inspect/plugin-alsa.xml:
9733         * docs/plugins/inspect/plugin-audioconvert.xml:
9734         * docs/plugins/inspect/plugin-audiorate.xml:
9735         * docs/plugins/inspect/plugin-audioresample.xml:
9736         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9737         * docs/plugins/inspect/plugin-decodebin.xml:
9738         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9739         * docs/plugins/inspect/plugin-gnomevfs.xml:
9740         * docs/plugins/inspect/plugin-ogg.xml:
9741         * docs/plugins/inspect/plugin-playbin.xml:
9742         * docs/plugins/inspect/plugin-subparse.xml:
9743         * docs/plugins/inspect/plugin-tcp.xml:
9744         * docs/plugins/inspect/plugin-theora.xml:
9745         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9746         * docs/plugins/inspect/plugin-video4linux.xml:
9747         * docs/plugins/inspect/plugin-videorate.xml:
9748         * docs/plugins/inspect/plugin-videoscale.xml:
9749         * docs/plugins/inspect/plugin-videotestsrc.xml:
9750         * docs/plugins/inspect/plugin-volume.xml:
9751         * docs/plugins/inspect/plugin-vorbis.xml:
9752         * docs/plugins/inspect/plugin-ximagesink.xml:
9753         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9754         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9755
9756 2005-11-26  Edward Hervey  <edward@fluendo.com>
9757
9758         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9759         Properly return GstFlowReturn from gst_pad_push in chain functions.
9760
9761 2005-11-25  Michael Smith  <msmith@fluendo.com>
9762
9763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9764         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9765         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9766         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9767           Handle various conditions better when we don't understand a stream.
9768           Removes a heap of CRITICALs on ogg streams containing unknown data.
9769
9770 2005-11-24  Andy Wingo  <wingo@pobox.com>
9771
9772         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9773         Be threadsafe.
9774
9775 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9776
9777         * configure.ac: back to HEAD
9778
9779 === release 0.9.6 ===
9780
9781 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9782
9783         * configure.ac:
9784           releasing 0.9.6, "White Eight"
9785
9786 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9787
9788         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9789         * docs/plugins/inspect/plugin-sine.xml:
9790           remove sinesrc some more
9791
9792 2005-11-23  Wim Taymans  <wim@fluendo.com>
9793
9794         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9795         If we are reading too slowly, jump forward in the ringbuffer
9796         instead of blocking.
9797
9798 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9799
9800         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9801         (gst_visual_chain):
9802         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9803         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9804         (gst_videorate_chain):
9805         * gst/videotestsrc/gstvideotestsrc.c:
9806         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9807         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9808         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9809         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9810         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9811         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9812           Updates for API changes
9813
9814 2005-11-23  Wim Taymans  <wim@fluendo.com>
9815
9816         * gst-libs/gst/audio/gstbaseaudiosink.c:
9817         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9818         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9819         Fix for calibration API change.
9820
9821 2005-11-23  Michael Smith <msmith@fluendo.com>
9822
9823         * gst-libs/gst/audio/multichannel.c:
9824         (gst_audio_get_channel_positions),
9825         (gst_audio_set_channel_positions),
9826         (gst_audio_set_structure_channel_positions_list),
9827         (gst_audio_fixate_channel_positions):
9828           Use gst_value_array_*() functions on value arrays, not
9829           gst_value_list_*().
9830
9831 2005-11-23  Edward Hervey  <edward@fluendo.com>
9832
9833         * autogen.sh:
9834         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9835         Fixes autogen
9836
9837 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9838
9839         * check/Makefile.am:
9840         * check/elements/videotestsrc.c: (setup_videotestsrc),
9841         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9842         (main):
9843           add a test for videotestsrc
9844
9845 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9846
9847         * gst/sine/.cvsignore:
9848         * gst/sine/Makefile.am:
9849         * gst/sine/gstsinesrc.c:
9850         * gst/sine/gstsinesrc.h:
9851         * gst/sine/sinesrc.vcproj:
9852           and remove sinesrc from the repository.  Closes #321446
9853
9854 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9855
9856         * configure.ac:
9857         * gst-plugins-base.spec.in:
9858           remove sinesrc from the build
9859
9860 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9861
9862         * check/Makefile.am:
9863         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9864         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9865         (main):
9866           add a test for audiotestsrc, testing all waves.  Even seems
9867           leak-free at first glance, nice job Stefan
9868
9869 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9870
9871         * po/af.po:
9872         * po/az.po:
9873         * po/cs.po:
9874         * po/en_GB.po:
9875         * po/hu.po:
9876         * po/it.po:
9877         * po/nb.po:
9878         * po/nl.po:
9879         * po/or.po:
9880         * po/sq.po:
9881         * po/sr.po:
9882         * po/sv.po:
9883         * po/uk.po:
9884         * po/vi.po:
9885           Translation string updates
9886
9887         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9888         (gst_v4lsrc_set_caps):
9889         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9890         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9891         * sys/v4l/v4lsrc_calls.h:
9892           Improve v4lsrc, by making it work again.
9893
9894 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9895
9896         * ext/libvisual/visual.c: (gst_visual_chain):
9897           Fix the fps calculations.
9898
9899         * gst/ffmpegcolorspace/avcodec.h:
9900           Move structure element for clarity
9901
9902         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9903         * gst-libs/gst/interfaces/tunernorm.h:
9904         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9905         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9906         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9907         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9908         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9909         (gst_v4lmjpegsrc_getcaps):
9910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9911         (gst_v4lsrc_set_caps):
9912         * sys/v4l/gstv4lsrc.h:
9913         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9914         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9915         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9916         * sys/v4l/v4lsrc_calls.h:
9917           Fractional framerates...
9918
9919 2005-11-22  Wim Taymans  <wim@fluendo.com>
9920
9921         * gst-libs/gst/audio/gstbaseaudiosink.c:
9922         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9923         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9924         And we provide a clock by default, of course...
9925
9926 2005-11-22  Wim Taymans  <wim@fluendo.com>
9927
9928         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
9929         This clock can be slaved to a master clock now.
9930
9931         * gst-libs/gst/audio/gstbaseaudiosink.c:
9932         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9933         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
9934         (gst_base_audio_sink_set_clock),
9935         (gst_base_audio_sink_set_property),
9936         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
9937         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9938         * gst-libs/gst/audio/gstbaseaudiosink.h:
9939         Handle slaving the internal clock to the clock selected in the
9940         pipeline.
9941         Add property to make the basesink not provide a clock.
9942
9943         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9944         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9945         (gst_base_rtp_depayload_wait):
9946         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9947         We can use the clock in GstElement, no need to store it ourselves.
9948
9949 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9950
9951         * docs/libs/tmpl/gstaudio.sgml:
9952           update
9953         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9954         (gst_paranoia_endian_get_type):
9955         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
9956         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
9957         * gst/audiotestsrc/gstaudiotestsrc.c:
9958         (gst_audiostestsrc_wave_get_type):
9959         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
9960         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
9961         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9962         (gst_sync_method_get_type), (gst_unit_type_get_type),
9963         (gst_client_status_get_type), (gst_multifdsink_class_init),
9964         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
9965         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
9966         (gst_multifdsink_get_property):
9967         * gst/tcp/gstmultifdsink.h:
9968         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
9969         * gst/videotestsrc/gstvideotestsrc.c:
9970         (gst_videotestsrc_pattern_get_type):
9971           remove deprecated properties
9972           fix up enums to correctly have short lowercase dashed nicks
9973
9974 2005-11-22  Michael Smith <msmith@fluendo.com>
9975
9976         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9977         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9978           Add underscore.
9979
9980 2005-11-22  Michael Smith <msmith@fluendo.com>
9981
9982         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9983         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9984           Use utility method for scaling clocktime for fractional framerates.
9985
9986 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
9987
9988         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9989         (gst_visual_chain):
9990         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9991         * ext/theora/theoradec.c: (theora_handle_type_packet):
9992         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9993         (theora_enc_chain):
9994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9995         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
9996         * gst-libs/gst/video/video.h:
9997         * gst/ffmpegcolorspace/avcodec.h:
9998         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9999         (gst_ffmpeg_caps_to_pixfmt):
10000         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10001         (gst_ffmpegcsp_set_caps):
10002         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10003         (gst_videorate_setcaps), (gst_videorate_blank_data),
10004         (gst_videorate_chain):
10005         * gst/videotestsrc/gstvideotestsrc.c:
10006         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10007         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10008         (gst_videotestsrc_event), (gst_videotestsrc_create):
10009         * gst/videotestsrc/gstvideotestsrc.h:
10010         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10011         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10012         (gst_ximagesink_get_times), (gst_ximagesink_init):
10013         * sys/ximage/ximagesink.h:
10014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10015         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10016         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10017         * sys/xvimage/xvimagesink.h:
10018           Convert elements to use fractions for their framerate.
10019           V4L elements to come later tonight.
10020
10021 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10022
10023         * gst-libs/gst/audio/audio.c:
10024         * gst-libs/gst/audio/audio.h:
10025           remove some deprecated functions
10026
10027 2005-11-22  Andy Wingo  <wingo@pobox.com>
10028
10029         * Update for gst_tag_setter API changes.
10030
10031 2005-11-22  Andy Wingo  <wingo@pobox.com>
10032
10033         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10034         (gst_ogg_demux_perform_seek):
10035         * ext/theora/theoradec.c (theora_dec_sink_event):
10036         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10037         update-funcnames.
10038
10039 2005-11-22  Wim Taymans  <wim@fluendo.com>
10040
10041         * examples/seeking/seek.c: (main):
10042         Give higher priority to bus signals than the gtk events
10043         to fix a race condition in the segment looping.
10044
10045 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * ext/theora/Makefile.am:
10048         * ext/vorbis/Makefile.am:
10049         * gst-libs/gst/tag/Makefile.am:
10050         * gst-plugins-base.spec.in:
10051           Rename libgsttagedit to libgsttag (#322117).
10052
10053 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10054
10055         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10057           Call gst_x_overlay_prepare_xwindow_id() to give applications
10058           a final chance to set their own xwindow id before the video
10059           sink creates its own window.
10060
10061 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10062
10063         * sys/xvimage/xvimagesink.c:
10064         (gst_xvimagesink_navigation_send_event): Handle navigation
10065         events correcly with borders if applicable.
10066
10067 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10068
10069         Patch by: Luca Ognibene
10070
10071         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10072         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10074         (gst_ffmpegcsp_caps_remove_format_info):
10075         * gst/ffmpegcolorspace/imgconvert.c:
10076         * gst/ffmpegcolorspace/imgconvert_template.h:
10077           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10078           #318353); use gst_structure_has_name().
10079
10080 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10081
10082         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10083         (gst_ximagesink_class_init): Add debug macros on functions.
10084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10085         (gst_xvimagesink_xwindow_draw_borders),
10086         (gst_xvimagesink_xvimage_put),
10087         (gst_xvimagesink_xwindow_update_geometry),
10088         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10089         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10090         (gst_xvimagesink_xcontext_clear),
10091         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10092         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10093         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10094         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10095         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10096         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10097         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10098         expose while being PAUSED, out of data flow navigation events, etc..
10099
10100 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10101
10102         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10103         * gst-libs/gst/audio/audio.h:
10104           fix prototype - wondering why the test worked regardless
10105
10106 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10107
10108         * check/Makefile.am:
10109         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10110         * gst-libs/gst/audio/audio.h:
10111           add a method that returns a proper GstClockTime
10112
10113 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10116         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10117         * gst-libs/gst/interfaces/xoverlay.h:
10118           Remove everything having to do with the desired size; add 
10119           gst_x_overlay_prepare_xwindow_id() function; remove the
10120           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10121           post a message on the bus instead (#321816).
10122
10123         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10125         (gst_xvimagesink_xoverlay_init):
10126           Remove desired size stuff (#321816).
10127
10128 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10129
10130         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10131         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10132         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10133           Terminate vararg functions with NULL instead of 0 to 
10134           make gcc4 happy.
10135
10136 2005-11-21  Andy Wingo  <wingo@pobox.com>
10137
10138         patch by: Sebastien Cote <sebas642@yahoo.ca>
10139         
10140         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10141         * gst-libs/gst/rtp/gstrtpbuffer.c
10142         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10143
10144 2005-11-21  Andy Wingo  <wingo@pobox.com>
10145
10146         * gst/playback/gstplaybin.c (gen_audio_element) 
10147         (gen_video_element): Use the new MISSING_PLUGIN core error
10148         category. Closes #320060.
10149
10150         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10151         * gst/videorate/gstvideorate.c (gst_videorate_event):
10152         * ext/theora/theoradec.c (theora_dec_sink_event): 
10153         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10154         stream lock.
10155
10156         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10157         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10158         stream lock changes.
10159
10160 2005-11-21  Wim Taymans  <wim@fluendo.com>
10161
10162         * gst-libs/gst/audio/gstbaseaudiosink.c:
10163         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10164         (gst_base_audio_sink_provide_clock),
10165         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10166         (gst_base_audio_sink_change_state):
10167         * gst/audioresample/gstaudioresample.c:
10168         Segment update fix.
10169
10170 2005-11-21  Andy Wingo  <wingo@pobox.com>
10171
10172         * *.h:
10173         * *.c: Ran scripts/update-macros. Oh yes.
10174
10175 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10176
10177         * sys/ximage/Makefile.am:
10178         * sys/ximage/ximage.c:
10179           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10180           remove your old libgstximage.* manually if necessary).
10181
10182 2005-11-21  Michael Smith <msmith@fluendo.com>
10183
10184         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10185           Minimal fix for bug #320200: set the min/max bitrate in the correct
10186           units. A better fix would be to upgrade to the RATEMANAGE2
10187           interface, rather than using the deprecated interface used here, but
10188           that would require an update in our libvorbis dependency (to 1.1),
10189           which is probably undesirable.
10190
10191 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10192
10193         * ext/libvisual/visual.c: (get_buffer):
10194         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10195         (gst_base_audio_src_fixate):
10196         * gst/audioconvert/gstaudioconvert.c:
10197         (gst_audio_convert_fixate_caps):
10198         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10199         * gst/audiotestsrc/gstaudiotestsrc.c:
10200         (gst_audiotestsrc_src_fixate):
10201         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10202         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10203         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10204         * gst/videotestsrc/gstvideotestsrc.c:
10205         (gst_videotestsrc_src_fixate):
10206         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10208           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10209           (#322027)
10210
10211
10212 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10213
10214         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10215         (gst_riff_create_iavs_caps):
10216         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10217         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10218         (gst_riff_parse_info):
10219         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10222           Fixes for GST_FOURCC_FORMAT API change.
10223
10224 2005-11-21  Andy Wingo  <wingo@pobox.com>
10225
10226         patch by: Alessandro Dessina <alessandro nnva org>
10227
10228         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10229         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10230         (gst_ogg_parse_chain):
10231         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10232         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10233         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10234         gst_value_list calls on arrays. Fixes #321962.
10235
10236 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10237
10238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10239         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10240         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10241         * gst/adder/gstadder.c: (gst_adder_init),
10242         (gst_adder_request_new_pad), (gst_adder_collected),
10243         (gst_adder_change_state):
10244           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10245           API change.
10246
10247 2005-11-21  Michael Smith <msmith@fluendo.com>
10248
10249         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10250         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10251           Properly handle pad_push return values.
10252
10253 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10254
10255         * gst-libs/gst/tag/Makefile.am:
10256         * gst-libs/gst/tag/gstvorbistag.c:
10257         (gst_tag_list_to_vorbiscomment_buffer):
10258           Remove obsolete vorbistag element and debug category.
10259
10260         * gst/playback/gstplaybasebin.c: (check_queue):
10261           Don't divide by 0 when queue-threshold is 0.
10262
10263         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10264           Don't modify an existing pixel-aspect-ratio if we fail to read
10265           a new one.
10266
10267 2005-11-20  Wim Taymans  <wim@fluendo.com>
10268
10269         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10270         (gst_vorbisenc_push_packet):
10271         GST_PAD_IS_USABLE is gone, use the return value of
10272         the push or pad_alloc_buffer instead.
10273
10274 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10275
10276         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10277         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10278         (gst_ximagesink_ximage_destroy),
10279         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10280         (gst_ximagesink_xwindow_new),
10281         (gst_ximagesink_xwindow_update_geometry),
10282         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10283         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10284         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10285         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10286         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10287         (gst_ximagesink_navigation_send_event),
10288         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10289         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10290         (gst_ximagesink_finalize), (gst_ximagesink_init),
10291         (gst_ximagesink_class_init):
10292         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10293         This new version brings correct software scaling, non flickering
10294         window while resizing, pixel aspect ratio handling, usage of
10295         hardware buffer pools, out of data flow event thread for 
10296         navigation and handling of expose events even when being PAUSED,
10297         a new property to keep video aspect ratio when resizing, etc...
10298
10299 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10300
10301         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10302         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10303         handling of PAR.
10304
10305 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10306
10307         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10308         Unsetting IS_SINK flag from the fakesink, so decodebin
10309         never behaves as a sink.
10310
10311 2005-11-17  Wim Taymans  <wim@fluendo.com>
10312
10313         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10314         (gst_base_audio_src_change_state):
10315         Fix the audiosrc base class again, we did not unflush.
10316
10317 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10318
10319         * examples/seeking/seek.c: (make_dv_pipeline),
10320         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10321         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10322         to ogg/vorbis/theora pipeline.
10323
10324 2005-11-17  Wim Taymans  <wim@fluendo.com>
10325
10326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10327         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10328         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10329         Fix EOS on multiple streams.
10330         More debugging.
10331
10332 2005-11-16  Wim Taymans  <wim@fluendo.com>
10333
10334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10335         (gst_ogg_demux_perform_seek):
10336         Segment done must include stream time.
10337
10338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10339         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10340         (gst_ogg_mux_change_state):
10341         Fix ogg muxer again.
10342
10343 2005-11-16  Wim Taymans  <wim@fluendo.com>
10344
10345         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10346         Fix compile again.
10347
10348 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10349
10350         * ext/libvisual/visual.c: (gst_visual_init):
10351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10352         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10353         (gst_ogg_parse_chain):
10354         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10355         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10356         * ext/theora/theoradec.c: (gst_theora_dec_init):
10357         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10358         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10359         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10360         * gst/adder/gstadder.c: (gst_adder_class_init),
10361         (gst_adder_dispose):
10362         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10363         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10364         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10365           Fix a whole set of pad template leaks
10366
10367 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10368
10369         * check/generic/states.c: (GST_START_TEST):
10370           fix the test so that it only checks for elements that are part of
10371           this source module
10372
10373 2005-11-16  Michael Smith <msmith@fluendo.com>
10374
10375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10376         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10377         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10378         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10379         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10380         (gst_ogg_mux_change_state):
10381           Fix leaking collectpads.
10382
10383 2005-11-16  Edward Hervey  <edward@fluendo.com>
10384
10385         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10386         (gst_videorate_event), (gst_videorate_chain):
10387         Handle segment seeks
10388
10389 2005-11-16  Wim Taymans  <wim@fluendo.com>
10390
10391         * gst-libs/gst/audio/gstbaseaudiosink.c:
10392         (gst_base_audio_sink_provide_clock),
10393         (gst_base_audio_sink_change_state):
10394         Set ringbuffer to non-flushing when going to PAUSED, set to
10395         flushing again when going to READY.
10396
10397         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10398         (gst_ring_buffer_stop):
10399         Start in flushing mode by default.
10400         Don't set flushing in the _stop method, let the app call
10401         this explicitly.
10402
10403 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10404
10405         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10406         * gst-libs/gst/video/videosink.h: Add helper function needed
10407         for video sinks.
10408
10409 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10410
10411         * gst/videoscale/gstvideoscale.c:
10412         (gst_videoscale_handle_src_event):
10413           Don't leak reference to pad parent.
10414
10415 2005-11-16  Wim Taymans  <wim@fluendo.com>
10416
10417         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10418         Set ringbuffer to flushing when stopping so that we don't
10419         block on wait_segment anymore and livelock.
10420
10421 2005-11-16  Wim Taymans  <wim@fluendo.com>
10422
10423         * examples/seeking/seek.c: (send_event), (do_seek),
10424         (loop_toggle_cb), (segment_done), (main):
10425         Added looping checkbox.
10426
10427 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10428
10429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10430         (gst_ogg_demux_init):
10431         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10432         (gst_vorbis_dec_init):
10433           revert unrefs, they don't pass make check
10434
10435 2005-11-15  Johan Dahlin  <johan@gnome.org>
10436
10437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10438         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10439         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10440         (gst_vorbis_dec_init):
10441         Fix pad template leaks. 
10442
10443 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10444
10445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10446           Make state change function thread safe.
10447
10448 2005-11-15  Edward Hervey  <edward@fluendo.com>
10449
10450         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10451         (gst_ogg_demux_class_init):
10452         Implement GstElement::send_event, so we can send seek events
10453         in GST_STATE_READY
10454
10455 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10456
10457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10458         Discovered how to take away flickering while resizing the
10459         window. Please don't put that in ximagesink, refactoring in
10460         progress.
10461
10462 2005-11-14  Michael Smith <msmith@fluendo.com>
10463
10464         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10465         (gst_multifdsink_render):
10466           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10467
10468 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10469
10470         * gst/playback/gstplaybin.c: (gen_audio_element):
10471           Use autoaudiosink, it tends to be more widely available than
10472           autoaudiiosink.
10473           
10474 2005-11-14  Andy Wingo  <wingo@pobox.com>
10475
10476         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10477         as well if it is available. Fixes #316442.
10478
10479 2005-11-14  Michael Smith <msmith@fluendo.com>
10480
10481         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10482         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10483         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10484         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10485         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10486         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10488         (gst_vorbisenc_change_state):
10489           Fix a small memory leak in vorbisenc.
10490           Fix large memory leaks in oggmux, also fix lots of state change
10491           bugs in oggmux.
10492
10493 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10494
10495         * gst/videotestsrc/gstvideotestsrc.c:
10496         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10497         (gst_videotestsrc_src_fixate):
10498           move fixation to a fixate function
10499           remove negotiate function, basesrc's is good enough
10500           fixes a bug for check when using the element alone
10501
10502 2005-11-13  Edward Hervey  <edward@fluendo.com>
10503
10504         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10505         (key_toggle_cb), (main):
10506         Added checkboxes for adding/removing the accurate and key_unit seek
10507         flags.
10508
10509 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10510
10511         * configure.ac: back to HEAD
10512
10513 === release 0.9.5 ===
10514
10515 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10516
10517         * configure.ac:
10518           releasing 0.9.5, "No No Kia"
10519
10520 2005-11-11  Edward Hervey  <edward@fluendo.com>
10521
10522         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10523         Added parse-launch syntax seeking mode for the seeking example.
10524         This should help stress-test even more cases.
10525         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10526
10527 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10528
10529         * sys/xvimage/xvimagesink.c:
10530         (gst_xvimagesink_navigation_send_event):
10531           Check whether peer pad exists before sending navigation events
10532           to it.
10533
10534 2005-11-11  Michael Smith <msmith@fluendo.com>
10535
10536         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10537         (gst_vorbisenc_buffer_from_packet):
10538         * ext/vorbis/vorbisenc.h:
10539           Set duration on encoded buffers. This allows oggmux's
10540           max_page_delay parameter to actually work.
10541
10542 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10545         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10546         (gst_ffmpegcsp_avpicture_fill):
10547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10548         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10549           Make palettes work again (see #132341). Use our own macros
10550           for rounding up.
10551
10552 2005-11-10  Andy Wingo  <wingo@pobox.com>
10553
10554         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10555         string doober.
10556
10557 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10558
10559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10560         (gst_ffmpegcsp_transform_caps):
10561           Prefer passthrough in transform_caps
10562
10563 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10564
10565         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10566           check for ALSA errors properly, instead of relying on ALSA's
10567           error strings to serve to the user.
10568
10569 2005-11-10  Wim Taymans  <wim@fluendo.com>
10570
10571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10572         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10573         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10574         Modernise the seek code.
10575
10576 2005-11-10  Michael Smith <msmith@fluendo.com>
10577         
10578         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10579         (setup_substreams), (set_active_source):
10580           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10581           trying to go to NULL if we failed to read a file.
10582
10583 2005-11-10  Wim Taymans  <wim@fluendo.com>
10584
10585         * gst/audiotestsrc/gstaudiotestsrc.c:
10586         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10587         (gst_audiotestsrc_create):
10588         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10589         (gst_sinesrc_get_times), (gst_sinesrc_create):
10590         * gst/videotestsrc/gstvideotestsrc.c:
10591         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10592         (gst_videotestsrc_create):
10593         The base class can now sync for us.
10594
10595 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10596
10597         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10598           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10599           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10600           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10601           format=(fourcc)I420" ! xvimagesink
10602
10603 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10604
10605         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10606         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10607         (gst_sinesrc_newsegment):
10608           Send newsegment event in TIME format, set duration if
10609           num-buffers is set, fix duration querying.
10610
10611 2005-11-10  Michael Smith <msmith@fluendo.com>
10612
10613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10614         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10615         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10616         (gst_ogg_mux_collected):
10617          Fix EOS handling, partially. Now forwarding an EOS event once we have
10618          EOS on all pads works correctly. However, we still don't properly set
10619          EOS on the actual ogg stream pages.
10620
10621 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10622
10623         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10624           Set elements to NULL state before disposing of them.
10625
10626 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10627
10628         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10629
10630         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10631         (gst_base_rtp_depayload_init),
10632         (gst_base_rtp_depayload_set_gst_timestamp):
10633         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10634           We need to send a newsegment event for each instance, not
10635           just for the first instance of this class (get rid of
10636           static variable in function). (#321011).
10637           
10638 2005-11-08  Michael Smith <msmith@fluendo.com>
10639
10640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10641         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10642         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10643         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10644           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10645           This makes us mux things correctly according to the ogg muxing
10646           rules. Still not handling EOS correctly right now, though.
10647
10648 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10649
10650         * gst/audioconvert/gstaudioconvert.c:
10651           Fix typo in docs. 
10652
10653 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10654
10655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10656         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10657           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10658           creating a new chain; should fix live streaming. Also
10659           add more debug output and fix a typo.
10660
10661 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10662
10663         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         * gst/volume/gstvolume.c: (volume_set_caps):
10666           Fix compilation on Solaris with Forte. (#320923)
10667
10668 2005-11-08  Wim Taymans  <wim@fluendo.com>
10669
10670         * gst-libs/gst/audio/gstbaseaudiosink.c:
10671         (gst_base_audio_sink_render):
10672         No need to do a typecheck.
10673
10674 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         * ext/alsa/gstalsa.h:
10677           We register a debug category, so let's use it.
10678
10679 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10680
10681         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10682         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10683         Fixed a small problem.
10684
10685 2005-11-04  Wim Taymans  <wim@fluendo.com>
10686
10687         * examples/seeking/Makefile.am:
10688         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10689         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10690         (make_playerbin_pipeline), (format_value), (update_scale),
10691         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10692         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10693         (print_usage), (main):
10694         Added app for playback speed testing.
10695
10696         * examples/seeking/seek.c: (dynamic_link),
10697         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10698         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10699         (message_received), (main):
10700         Updated seek example.
10701
10702 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10703
10704         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10705         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10706         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10707         (gst_base_rtp_depayload_set_clock):
10708         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10709         Don't sleep on the bench (system clock) when you have a nice 
10710         comfortable bed (Gstreamer clock) to sleep on.
10711
10712 2005-11-03  Wim Taymans  <wim@fluendo.com>
10713
10714         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10715         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10716         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10717         Handle the case where a pad_block failed.
10718
10719 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10720
10721         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10722
10723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10724         (gst_base_rtp_depayload_add_to_queue),
10725         (gst_base_rtp_depayload_push),
10726         (gst_base_rtp_depayload_set_gst_timestamp),
10727         (gst_base_rtp_depayload_queue_release):
10728           Fixes some bugs in the depayloader's queuing/de-queueing code.
10729
10730 2005-10-31  Michael Smith <msmith@fluendo.com>
10731
10732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10733         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10734         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10735           Patch from Alessandro Decina <alessandro@nnva.org>.
10736           Make oggdemux only find the final time in a chain, not per-pad,
10737           since the per-pad information can be very expensive to locate, and
10738           it isn't used anywhere. This makes reading a file containing
10739           OggSkeleton reasonably fast.
10740           Also, make chain finding work when there are logical bitstreams that
10741           can't be decoded. Fixes #319110.
10742
10743 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10744
10745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10746         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10747         (gst_base_rtp_depayload_chain),
10748         (gst_base_rtp_depayload_add_to_queue),
10749         (gst_base_rtp_depayload_push),
10750         (gst_base_rtp_depayload_set_gst_timestamp),
10751         (gst_base_rtp_depayload_queue_release),
10752         (gst_base_rtp_depayload_start_thread),
10753         (gst_base_rtp_depayload_set_property),
10754         (gst_base_rtp_depayload_get_property):
10755         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10756         Some random fixes, to fullfill the desires of thomas.
10757
10758 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10759
10760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10761         (gst_base_rtp_depayload_add_to_queue),
10762         (gst_base_rtp_depayload_push):
10763         Fixed the queueing algorithm.
10764
10765 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10766
10767         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10768         (gst_base_rtp_depayload_push):
10769         A small fix
10770
10771 2005-10-31  Wim Taymans  <wim@fluendo.com>
10772
10773         * gst-libs/gst/audio/gstringbuffer.h:
10774         Don't break ABI.
10775
10776         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10777         (gst_ffmpeg_caps_to_pixfmt):
10778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10779         (gst_ffmpegcsp_set_caps):
10780         Some more comments.
10781         Handle missing required caps fields better.
10782
10783 2005-10-31  Wim Taymans  <wim@fluendo.com>
10784
10785         * gst-libs/gst/audio/gstbaseaudiosink.c:
10786         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10787         (gst_base_audio_sink_render):
10788         * gst-libs/gst/audio/gstringbuffer.c:
10789         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10790         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10791         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10792         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10793         (gst_ring_buffer_read):
10794         * gst-libs/gst/audio/gstringbuffer.h:
10795         Add flushing mode to the ringbuffer so that it in all cases does
10796         not try to handle more audio. This makes sure it does not try to
10797         block anymore when flushing and fixes a livelock.
10798
10799 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10800
10801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10802         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10803         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10804           Explicitly check for -1 values before doing a conversion
10805           and always map them to -1. (#315545)
10806
10807 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10808
10809         * gst/playback/gstplaybin.c: (gen_video_element):
10810           first try autovideosink, then xvimagesink, then error out
10811         * po/POTFILES.in:
10812           add translatable file
10813         * po/af.po:
10814         * po/az.po:
10815         * po/cs.po:
10816         * po/en_GB.po:
10817         * po/hu.po:
10818         * po/it.po:
10819         * po/nb.po:
10820         * po/nl.po:
10821         * po/or.po:
10822         * po/sq.po:
10823         * po/sr.po:
10824         * po/sv.po:
10825         * po/uk.po:
10826         * po/vi.po:
10827           update translations
10828
10829 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10830
10831         * gst-libs/gst/rtp/gstbasedepayload.c:
10832         * gst-libs/gst/rtp/gstbasedepayload.h:
10833           Minor cleanups
10834
10835 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10836
10837         * gst/playback/.cvsignore:
10838         * gst/playback/decodetest.c:
10839         * gst/playback/test3.c:
10840           Port these two tests as well.
10841
10842 2005-10-27  Wim Taymans  <wim@fluendo.com>
10843
10844         * ext/theora/theoradec.c: (theora_dec_src_query),
10845         (theora_dec_sink_event):
10846         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10847         (theora_enc_change_state):
10848         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10849         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10850         Take proper locks when handling events.
10851
10852 2005-10-27  Wim Taymans  <wim@fluendo.com>
10853
10854         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10855         (gst_adder_change_state):
10856         Fix timestamps and fix deadlock when stopping the collectpads.
10857
10858 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10859
10860         * gst-libs/gst/rtp/gstrtpbuffer.h:
10861         Declaring the payload types as strings too so that they can be used
10862         in the padtemplate inialization.
10863
10864 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10865
10866         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10867
10868         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10869         (gst_base_rtp_depayload_class_init):
10870         Fixes a small but nasty bug. The derived elements no longer segfaults
10871         on finalization.
10872
10873 2005-10-26  Michael Smith <msmith@fluendo.com>
10874
10875         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10876           When clearing an audioconvert context, set tmpbufsize to zero, so
10877           we'll allocate it again later if required.
10878           This fixes audioconvert re-negotiating formats, which previously
10879           segfaulted with a NULL destination buffer.
10880
10881 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10882
10883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10884         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10885         (gst_base_rtp_depayload_set_gst_timestamp),
10886         (gst_base_rtp_depayload_queue_release):
10887         Fixed a smalll memleak.
10888
10889 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10890         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10891         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10892         (gst_base_rtp_depayload_finalize),
10893         (gst_base_rtp_depayload_setcaps),
10894         (gst_base_rtp_depayload_add_to_queue),
10895         (gst_base_rtp_depayload_push),
10896         (gst_base_rtp_depayload_set_gst_timestamp),
10897         (gst_base_rtp_depayload_queue_release),
10898         (gst_base_rtp_depayload_thread),
10899         (gst_base_rtp_depayload_change_state):
10900         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10901         Changed the C++ comments to C comments
10902
10903 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10904
10905         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10906         * gst/tcp/gsttcpclientsrc.h:
10907         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10908         * gst/tcp/gsttcpserversrc.h:
10909           Remove unused 'curoffset' structure member.
10910
10911 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10912
10913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10914         (gst_base_rtp_depayload_base_init),
10915         (gst_base_rtp_depayload_finalize):
10916         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10917         * gst-libs/gst/rtp/gstbasertppayload.h:
10918           The pad-template on the sinkpad should be set by the derived classes.
10919           Also added some useful macros.
10920
10921 2005-10-24  Wim Taymans  <wim@fluendo.com>
10922
10923         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10924         Correctly flush decoder samples even if we could not
10925         copy them to an output buffer. Fixes #319618.
10926
10927 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10928
10929         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
10931         the caps against our xcontext caps.
10932
10933 2005-10-24  Wim Taymans  <wim@fluendo.com>
10934
10935         * gst-libs/gst/audio/gstbaseaudiosink.c:
10936         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10937         Remove g_print
10938         Use sync property from baseclass to disable sync.
10939
10940 2005-10-24  Wim Taymans  <wim@fluendo.com>
10941
10942         * gst-libs/gst/audio/gstbaseaudiosink.c:
10943         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10944         Buffers with no timestamps get aligned with previous buffers or
10945         on underrun, played ASAP.
10946
10947 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10948
10949         * gst-libs/gst/video/video.h:
10950         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10951         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
10953         here comes my change on caps for framerate and geometry range.
10954         We are now accepting 1 to MAXINT for width and height, and from
10955         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
10956         to be blended correctly in videomixer.
10957
10958 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10959
10960         * configure.ac:
10961           back to HEAD
10962
10963 === release 0.9.4 ===
10964
10965 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10966
10967         * NEWS:
10968         * RELEASE:
10969         * configure.ac:
10970           releasing 0.9.4, "Velociraptor"
10971
10972 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10973
10974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
10975         * po/POTFILES.in:
10976           STOPPED -> FAILED
10977
10978 2005-10-21  Wim Taymans  <wim@fluendo.com>
10979
10980         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10981         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
10982         (pad_blocked), (close_pad_link), (new_pad):
10983         Don't try to remove elements twice.
10984
10985 2005-10-21  Wim Taymans  <wim@fluendo.com>
10986
10987         * ext/theora/theoradec.c: (theora_dec_src_query),
10988         (theora_dec_sink_event):
10989         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10990         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
10991         (vorbis_handle_data_packet):
10992         * ext/vorbis/vorbisdec.h:
10993         Fix old naming.
10994
10995         * gst-libs/gst/audio/gstbaseaudiosink.c:
10996         (gst_base_audio_sink_render):
10997         Don't try to sync on buffers without a timestamp.
10998
10999 2005-10-21  Wim Taymans  <wim@fluendo.com>
11000
11001         * ext/theora/theoradec.c: (theora_dec_src_query),
11002         (theora_dec_sink_event):
11003         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11004         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11005         (vorbis_handle_data_packet):
11006         * ext/vorbis/vorbisdec.h:
11007         Fix old naming.
11008
11009 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11012         (gst_vorbisenc_src_query):
11013           Implement position and duration queries.
11014
11015         * gst/playback/test3.c: (update_scale), (main):
11016           Fix for async state changes and print nicer output.
11017
11018 2005-10-20  Wim Taymans  <wim@fluendo.com>
11019
11020         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11021         (dump_element_stats), (main):
11022         * gst/playback/test6.c: (main):
11023         Fix tests again
11024
11025 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11026
11027         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11028         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11029           Don't use functions for position queries when handling
11030           duration queries.
11031
11032 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11035         (vorbis_handle_data_packet), (vorbis_dec_chain),
11036         (vorbis_dec_change_state):
11037         * ext/vorbis/vorbisdec.h:
11038           Vorbis streams can be embedded in other container formats
11039           than ogg, container formats where the demuxer might set 
11040           timestamps on encoded vorbis buffers instead of those silly 
11041           granulepos thingies. In short: make vorbisdec handle 
11042           timestamps on incoming buffers as well.
11043
11044 2005-10-20  Wim Taymans  <wim@fluendo.com>
11045
11046         * gst/playback/gstplaybasebin.c: (group_destroy),
11047         (gst_play_base_bin_change_state):
11048         Fix leak.
11049         Handle case where playbasebin is now ASYNC because
11050         decodebin is.
11051
11052 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11053
11054         * gst/audioconvert/Makefile.am:
11055         * gst/audioconvert/bufferframesconvert.c:
11056         * gst/audioconvert/plugin.c: (plugin_init):
11057         * gst/audioconvert/plugin.h:
11058           And bye bye buffer-frames-convert
11059
11060 2005-10-19  Wim Taymans  <wim@fluendo.com>
11061
11062         * check/elements/audioconvert.c:
11063         * docs/libs/tmpl/gstaudio.sgml:
11064         * docs/libs/tmpl/gstcolorbalance.sgml:
11065         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11066         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11067         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11068         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11069         * gst-libs/gst/audio/audio.h:
11070         * gst/audioconvert/audioconvert.h:
11071         * gst/audioconvert/gstaudioconvert.c:
11072         (gst_audio_convert_parse_caps):
11073         * gst/volume/gstvolume.c:
11074         Bye bye buffer-frames.
11075
11076 2005-10-19  Wim Taymans  <wim@fluendo.com>
11077
11078         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11079         (query_positions_elems), (query_positions_pads), (update_scale),
11080         (do_seek), (set_update_scale), (message_received), (main):
11081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11082         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11083         (gst_ogg_demux_loop):
11084         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11085         * ext/theora/theoradec.c: (theora_dec_src_query),
11086         (theora_dec_sink_event):
11087         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11088         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11089         * gst/adder/gstadder.c: (gst_adder_query):
11090         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11091         * gst/playback/test3.c: (update_scale):
11092         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11093         (dump_element_stats), (main):
11094         * gst/playback/test6.c: (main):
11095         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11096         Query API update.
11097
11098 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11101         (xml_check_first_element), (xml_type_find), (smil_type_find),
11102         (plugin_init):
11103           Add typefinding for SMIL and for generic XML. Based on patch by
11104           Akos Maroy (#308663).
11105
11106 2005-10-18  Wim Taymans  <wim@fluendo.com>
11107
11108         * gst/playback/Makefile.am:
11109         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11110         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11111         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11112         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11113         (gst_decode_bin_change_state):
11114         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11115         (gst_play_bin_send_event_to_sink):
11116         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11117         (dump_element_stats), (main):
11118         * gst/playback/test6.c: (main):
11119         Make playbin async, it'll commit state to paused when all streams
11120         are detected.
11121         Remove ugly hack.
11122         Added test6.c to show async behaviour.
11123
11124 2005-10-18  Wim Taymans  <wim@fluendo.com>
11125
11126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11127         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11128         Fix for segment-start/stop API change.
11129
11130 2005-10-18  Wim Taymans  <wim@fluendo.com>
11131
11132         * check/Makefile.am:
11133         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11134         (main):
11135         Add future test for clock selection.
11136
11137 2005-10-18  Wim Taymans  <wim@fluendo.com>
11138
11139         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11140         (gst_alsasink_close):
11141         Set handle to NULL.
11142
11143         * gst-libs/gst/audio/gstringbuffer.c:
11144         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11145         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11146         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11147         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11148         (gst_ring_buffer_read):
11149         More debug info.
11150
11151 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11152
11153         * gst/audiotestsrc/Makefile.am:
11154         * gst/sine/Makefile.am:
11155         * gst/volume/Makefile.am:
11156           fix broken build of controllerized plugins
11157
11158 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11159
11160         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11163         (gst_riff_create_video_template_caps):
11164           Add support for Indeo-3 (IV32).
11165
11166 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11167
11168         * configure.ac:
11169           rewrite
11170
11171 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11172
11173         * gst-libs/gst/video/video.c: (gst_video_get_size):
11174         * gst/audiotestsrc/gstaudiotestsrc.c:
11175           doc updates
11176
11177 2005-10-17  Andy Wingo  <wingo@pobox.com>
11178
11179         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11180         with the collectpads change.
11181         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11182
11183         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11184
11185         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11186
11187         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11188         alloc_buffer flow return to callers.
11189         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11190         change. Fix some memleaks in theoraenc.
11191
11192         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11193         in strange circumstance.
11194
11195 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11196
11197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11198         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11199         from caps, let's use the caps...
11200
11201 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11202
11203         * configure.ac:
11204           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11205
11206 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11207
11208         * gst-libs/gst/interfaces/Makefile.am:
11209           fix silly typo
11210
11211 2005-10-16  Andy Wingo  <wingo@pobox.com>
11212
11213         * gst/playback/gstdecodebin.c
11214         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11215         function!
11216         (try_to_link_1): Increase kraziness level.
11217
11218 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11219
11220         * configure.ac:
11221           restructure like the core one
11222         * gst-libs/gst/audio/Makefile.am:
11223         * gst-libs/gst/interfaces/Makefile.am:
11224         * gst-libs/gst/net/Makefile.am:
11225         * gst-libs/gst/riff/Makefile.am:
11226         * gst-libs/gst/rtp/Makefile.am:
11227         * gst-libs/gst/tag/Makefile.am:
11228         * gst-libs/gst/video/Makefile.am:
11229           use correct linker flags, now the libs are properly versioned
11230         * check/elements/audioconvert.c: (verify_convert):
11231         * ext/alsa/gstalsaplugin.c:
11232         * ext/cdparanoia/gstcdparanoia.c:
11233         * ext/gnomevfs/gstgnomevfs.c:
11234         * ext/libvisual/visual.c:
11235         * ext/ogg/gstogg.c:
11236         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11237         * ext/theora/theora.c:
11238         * ext/vorbis/vorbis.c:
11239         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11240         * gst-libs/gst/tag/gsttagediting.c:
11241         * gst-libs/gst/video/video.c:
11242         * gst/adder/gstadder.c:
11243         * gst/audioconvert/plugin.c:
11244         * gst/audiorate/gstaudiorate.c:
11245         * gst/audioresample/gstaudioresample.c:
11246         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11247         * gst/audioscale/gstaudioscale.c:
11248         * gst/audioscale/resample.c:
11249         * gst/audiotestsrc/gstaudiotestsrc.c:
11250         * gst/ffmpegcolorspace/gstffmpeg.c:
11251         * gst/playback/gstdecodebin.c: (close_pad_link):
11252         * gst/playback/gstplaybin.c: (gen_video_element),
11253         (gen_audio_element):
11254         * gst/sine/gstsinesrc.c:
11255         * gst/subparse/gstsubparse.c:
11256         * gst/tags/gsttagediting.c:
11257         * gst/tcp/gsttcpplugin.c:
11258         * gst/typefind/gsttypefindfunctions.c:
11259         * gst/videorate/gstvideorate.c:
11260         * gst/videoscale/gstvideoscale.c:
11261         * gst/videotestsrc/gstvideotestsrc.c:
11262         * gst/volume/gstvolume.c:
11263         * sys/v4l/gstv4l.c:
11264         * sys/ximage/ximage.c:
11265         * sys/xvimage/xvimagesink.c:
11266           fix up defines
11267
11268 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * ext/vorbis/vorbisenc.c:
11271         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11272         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11273         (gst_tag_to_vorbis_comments):
11274           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11275
11276 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11277
11278         * examples/stats/mp2ogg.c:
11279         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11280           typo fixes
11281
11282 2005-10-13  Michael Smith <msmith@fluendo.com>
11283
11284         * ext/ogg/gstoggmux.c:
11285           Use magic glib macros to define constants as 64 bit, to ensure
11286           appropriate vararg passing.
11287
11288 2005-10-13  Michael Smith <msmith@fluendo.com>
11289
11290         * ext/ogg/gstoggmux.c:
11291         * gst/audioconvert/audioconvert.c: (float):
11292           Don't use LL suffix, as it's not portable, and neither of these
11293           uses required it anyway.
11294
11295 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11296
11297         * examples/indexing/indexmpeg.c: (main):
11298         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11299         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11300         (cdparanoia_convert), (cdparanoia_query):
11301         * ext/cdparanoia/gstcdparanoia.h:
11302         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11303         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11304         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11306         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11307         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11308         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11309         (gst_multifdsink_render), (gst_multifdsink_start),
11310         (gst_multifdsink_stop):
11311         * gst/tcp/gstmultifdsink.h:
11312         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11313         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11314         (gst_tcpclientsink_stop):
11315         * gst/tcp/gsttcpclientsink.h:
11316         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11317         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11318         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11319         * gst/tcp/gsttcpclientsrc.h:
11320         * gst/tcp/gsttcpserversink.h:
11321         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11322         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11323         (gst_tcpserversrc_stop):
11324         * gst/tcp/gsttcpserversrc.h:
11325         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11326         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11327         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11328           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11329           moved bitshift from macro to enum definition
11330
11331 2005-10-12  Wim Taymans  <wim@fluendo.com>
11332
11333         * examples/seeking/Makefile.am:
11334         Oops.
11335
11336 2005-10-12  Wim Taymans  <wim@fluendo.com>
11337
11338         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11339         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11340         Don't assert on normal stuff.
11341
11342         * gst/playback/gstplaybin.c: (do_playbin_seek):
11343         API fix.
11344
11345 2005-10-12  Wim Taymans  <wim@fluendo.com>
11346
11347         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11348         * examples/seeking/Makefile.am:
11349         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11350         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11351         (do_seek), (set_update_scale), (message_received), (main):
11352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11353         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11354         Update for _get_state() API change.
11355
11356 2005-10-11  Wim Taymans  <wim@fluendo.com>
11357
11358         * gst-libs/gst/audio/gstbaseaudiosink.c:
11359         (gst_base_audio_sink_render):
11360         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11361         (gst_base_audio_src_create):
11362         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11363         (gst_ring_buffer_read):
11364         Cleanups.
11365         Commit and read from ringbuffer in samples rather than bytes.
11366
11367 2005-10-11  Wim Taymans  <wim@fluendo.com>
11368
11369         * gst-libs/gst/audio/gstbaseaudiosink.c:
11370         (gst_base_audio_sink_render):
11371         Respect segment rate and accum when scheduling samples.
11372
11373 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11374
11375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11376         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11377         EOS correctly, that needs more work.
11378
11379 2005-10-11  Wim Taymans  <wim@fluendo.com>
11380
11381         * check/generic/states.c: (GST_START_TEST):
11382         remove old property.
11383
11384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11385         (gst_ogg_demux_perform_seek):
11386         * ext/theora/theoradec.c: (theora_dec_sink_event):
11387         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11388         (vorbis_handle_data_packet):
11389         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11390         (gst_base_rtp_depayload_set_gst_timestamp):
11391         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11392         Update for newsegment API change.
11393
11394 2005-10-11  Michael Smith <msmith@fluendo.com>
11395
11396         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11397         (do_playbin_seek), (gst_play_bin_send_event):
11398           Override send_event differently, so that we can takes bits of
11399           functionality from GstPipeline (special handling for seeks,
11400           including pausing/resuming, and resetting stream time) and still get
11401           the appropriate behaviour of only forwarding event to a single sink,
11402           rather than all of them.
11403           Unfortunately requires a lot of code duplication, but the
11404           alternatives are equally ugly in the end.
11405
11406 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11407
11408         * check/elements/audioconvert.c: (setup_audioconvert),
11409         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11410         (GST_START_TEST), (audioconvert_suite):
11411           clean up tests a little, fix some leaks.
11412
11413 2005-10-10  Wim Taymans  <wim@fluendo.com>
11414
11415         * ext/alsa/gstalsasink.c:
11416         Also allow unsigned int.
11417
11418         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11419         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11420         Small cleanup
11421
11422 2005-10-10  Wim Taymans  <wim@fluendo.com>
11423
11424         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11425         Small update, use API as stated in design docs.
11426
11427         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11428         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11429         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11430         (message_received), (main):
11431         Updated seek example for GOption. Some usability improvements.
11432
11433 2005-10-10  Wim Taymans  <wim@fluendo.com>
11434
11435         * gst/audioconvert/audioconvert.h:
11436         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11437         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11438         Alloc temp storage somewhere else where we can do it more
11439         portable.
11440
11441 2005-10-10  Wim Taymans  <wim@fluendo.com>
11442
11443         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11444         (gst_tcpserversrc_start):
11445         Don't block in accept while doing the state change, move
11446         to poll and make cancellable.
11447
11448 2005-10-09  Philippe Khalaf <burger@speedy.org>
11449
11450         * gst-libs/gst/rtp/rtpbasedepayload.c:
11451         Set timestamp and add queue delay to timestamp
11452         * gst-libs/gst/rtp/rtpbuffer.h:
11453         Set correct payload type for h263
11454
11455 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11456
11457         * gst/audiotestsrc/gstaudiotestsrc.c:
11458         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11459         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11460         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11461         (gst_audiotestsrc_create_triangle),
11462         (gst_audiotestsrc_create_silence),
11463         (gst_audiotestsrc_create_white_noise),
11464         (gst_audiotestsrc_init_pink_noise),
11465         (gst_audiotestsrc_generate_pink_noise_value),
11466         (gst_audiotestsrc_create_pink_noise),
11467         (gst_audiotestsrc_change_wave):
11468         * gst/audiotestsrc/gstaudiotestsrc.h:
11469           fixed typo, added pink noise
11470
11471 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11472
11473         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11474         (plugin_init):
11475           Add wavpack and spc typefind functions from 0.8 branch.
11476
11477 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11478
11479         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11480         (ar_type_find), (msdos_type_find), (plugin_init):
11481           Add typefind functions for tar archives, ar archives,
11482           RAR archives, and msdos-executables (dlls, exe, etc.).
11483           Some of those would be wrongly identified as mpeg
11484           streams of some sort before (#315550).
11485
11486 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11487
11488         * configure.ac:
11489         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11490         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11491         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11492         * gst/audiotestsrc/Makefile.am:
11493         * gst/audiotestsrc/gstaudiotestsrc.c:
11494         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11495         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11496         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11497         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11498         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11499         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11500         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11501         (gst_audiotestsrc_create_silence),
11502         (gst_audiotestsrc_create_white_noise),
11503         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11504         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11505         (gst_audiotestsrc_start), (plugin_init):
11506         * gst/audiotestsrc/gstaudiotestsrc.h:
11507           add new plugin and element
11508         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11509           use gobject_class
11510
11511 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11512
11513         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11514         (gst_adder_init), (gst_adder_request_new_pad),
11515         (gst_adder_change_state):
11516           Add query function to source pad, so adder reports the correct
11517           time/sample position when queried (#315457); fix state change
11518           function; use GST_DEBUG_FUNCPTR() for pad functions.
11519
11520 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11521
11522         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11523           Fix leaks in typefind registration
11524           Clean up the gratuitous commenting and whitespacing a little
11525
11526 2005-10-08  Wim Taymans  <wim@fluendo.com>
11527
11528         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11529         Only actually wait for the thread to be stopped if it's 
11530         running.
11531
11532 2005-10-08  Wim Taymans  <wim@fluendo.com>
11533
11534         * gst-libs/gst/audio/gstbaseaudiosink.c:
11535         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11536         If we receive EOS we can start playback of what we had.
11537
11538 2005-10-08  Wim Taymans  <wim@fluendo.com>
11539
11540         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11541         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11542         (gst_multifdsink_stop):
11543         Fix crasher when going to NULL multiple times.
11544
11545 2005-10-06  Wim Taymans  <wim@fluendo.com>
11546
11547         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11548         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11549         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11550         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11551         patch from Edgard Lima <edgard.lima@indt.org.br>
11552         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11553
11554 2005-10-06  Wim Taymans  <wim@fluendo.com>
11555
11556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11557         Report the FLOW_RETURN as string in the error message.
11558
11559         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11560         Don't assert when clearing an unnegotiated buffer.
11561
11562 2005-10-04  Michael Smith <msmith@fluendo.com>
11563
11564         * gst/playback/gstplaybasebin.c: (group_destroy),
11565         (gen_preroll_element), (remove_groups), (setup_source):
11566         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11567         (setup_sinks), (gst_play_bin_send_event),
11568         (gst_play_bin_change_state):
11569           Set state to NULL before removing from bin. Fix refcounting.
11570
11571 2005-10-04  Michael Smith <msmith@fluendo.com>
11572
11573         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11574           Correct refcounting in send_event() function. Previously was wrong
11575           if the first sink was unable to handle the event.
11576
11577 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11578
11579         * configure.ac:
11580           back to development
11581
11582 === release 0.9.3 ===
11583
11584 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11585
11586         * configure.ac:
11587           Releasing 0.9.3, "De Facto"
11588
11589 2005-10-03  Andy Wingo  <wingo@pobox.com>
11590
11591         * gst/playback/gstdecodebin.c (try_to_link_1)
11592         (remove_element_chain): set element to NULL before removing it.
11593
11594 2005-10-02  Johan Dahlin  <johan@gnome.org>
11595
11596         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11597         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11598         MT safe.
11599
11600 2005-10-02  Andy Wingo  <wingo@pobox.com>
11601
11602         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11603         (gst_ring_buffer_prepare_read): 
11604         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11605         Demote to LOG.
11606
11607 2005-09-29  Wim Taymans  <wim@fluendo.com>
11608
11609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11610         * ext/theora/theoradec.c: (theora_handle_data_packet):
11611         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11612         Propagate error codes from alloc_buffer too.
11613
11614 2005-09-29  Wim Taymans  <wim@fluendo.com>
11615
11616         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11617         We use fixed caps.
11618
11619         * gst/playback/Makefile.am:
11620         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11621         (dump_element_stats), (main):
11622         Added example stream introspection code.
11623
11624 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11625
11626         * gst/adder/gstadder.c: (gst_adder_collected):
11627           fix adder for float elements
11628
11629 2005-09-28  Wim Taymans  <wim@fluendo.com>
11630
11631         * gst-libs/gst/audio/gstbaseaudiosink.c:
11632         (gst_base_audio_sink_class_init),
11633         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11634         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11635         (gst_base_audio_src_class_init),
11636         (gst_base_audio_src_provide_clock):
11637         get_clock -> provide_clock
11638
11639 2005-09-28  Andy Wingo  <wingo@pobox.com>
11640
11641         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11642         and unlocking.
11643
11644         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11645         unlocking.
11646
11647         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11648         Actually add the pad template.
11649         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11650
11651         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11652         I'm at it...
11653
11654         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11655         from fdsrc. Get caps in create() instead of start() so it can be
11656         interrupted. Interruption somewhat untested.
11657
11658         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11659         Proper EOS handling.
11660
11661 2005-09-27  Andy Wingo  <wingo@pobox.com>
11662
11663         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11664
11665         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11666
11667         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11668
11669         * gst/tcp/gsttcp.h: 
11670         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11671         out of tcpclientsrc.c. Cancellable.
11672         (gst_tcp_socket_read): Made private, cancellable, with better
11673         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11674         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11675         whole buffer, and better diagnostics.
11676         (gst_tcp_gdp_read_caps): Same.
11677
11678         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11679
11680 2005-09-26  Andy Wingo  <wingo@pobox.com>
11681
11682         * gst/sine/gstsinesrc.h:
11683         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11684         change the 'sync' property to 'is-live' and implement it halfway,
11685         update for controller api change.
11686
11687         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11688         controller api change.
11689
11690 2005-09-24  Wim Taymans  <wim@fluendo.com>
11691
11692         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11693         * gst-libs/gst/audio/gstaudiosink.c:
11694         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11695         (gst_audioringbuffer_stop):
11696         * gst-libs/gst/audio/gstbaseaudiosink.c:
11697         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11698         (gst_base_audio_sink_change_state):
11699         * gst-libs/gst/audio/gstbaseaudiosink.h:
11700         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11701         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11702         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11703         * gst-libs/gst/audio/gstringbuffer.h:
11704         Fix sync again. Moved sample alignment to basesink.
11705
11706 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11707
11708         * docs/plugins/Makefile.am:
11709         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11710         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11711         * gst/volume/gstvolume.c:
11712           add/fix docs
11713         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11714         * gst-libs/gst/audio/audio.h:
11715           add conversion macros for frames <-> clocktime
11716
11717 2005-09-23  David Schleef  <ds@schleef.org>
11718
11719         * gst/audioresample/Makefile.am:
11720         * gst/audioresample/debug.h:
11721         * gst/audioresample/gstaudioresample.c:
11722         * gst/audioresample/resample.c: Convert to using gst debugging
11723
11724 2005-09-22  Wim Taymans  <wim@fluendo.com>
11725
11726         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11727         (gst_play_bin_send_event):
11728         Only seek on one sink, the first one that succeeds.
11729
11730 2005-09-22  Michael Smith <msmith@fluendo.com>
11731
11732         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11733         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11734         Don't flush encoder state unless we have an initialised encoder.
11735         Clear out encoder state on PAUSED_TO_READY.
11736
11737 2005-09-22  Wim Taymans  <wim@fluendo.com>
11738
11739         * gst-libs/gst/rtp/gstbasertppayload.c:
11740         (gst_basertppayload_class_init), (gst_basertppayload_init),
11741         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11742         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11743         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11744         (gst_basertppayload_set_property),
11745         (gst_basertppayload_get_property),
11746         (gst_basertppayload_change_state):
11747         * gst-libs/gst/rtp/gstbasertppayload.h:
11748         Added max-ptime to control amount of data in the rtp packets.
11749
11750 2005-09-21  Andy Wingo  <wingo@pobox.com>
11751
11752         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11753         thingies.
11754
11755         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11756         can be called multiple times, dogs.
11757
11758 2005-09-21  Wim Taymans  <wim@fluendo.com>
11759
11760         * gst-libs/gst/rtp/gstbasertppayload.c:
11761         (gst_basertppayload_class_init), (gst_basertppayload_init),
11762         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11763         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11764         (gst_basertppayload_push), (gst_basertppayload_get_property),
11765         (gst_basertppayload_change_state):
11766         Allow 0 ssrc too.
11767
11768 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11769
11770         * docs/libs/compiling.sgml:
11771           fixing typos
11772
11773 2005-09-20  Wim Taymans  <wim@fluendo.com>
11774
11775         * gst-libs/gst/rtp/gstbasertppayload.c:
11776         (gst_basertppayload_class_init), (gst_basertppayload_init),
11777         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11778         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11779         (gst_basertppayload_push), (gst_basertppayload_set_property),
11780         (gst_basertppayload_get_property),
11781         (gst_basertppayload_change_state):
11782         * gst-libs/gst/rtp/gstbasertppayload.h:
11783         Added property to configure sequence number offsets.
11784
11785 2005-09-20  Wim Taymans  <wim@fluendo.com>
11786
11787         * gst-libs/gst/rtp/gstbasertppayload.c:
11788         (gst_basertppayload_class_init), (gst_basertppayload_init),
11789         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11790         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11791         (gst_basertppayload_push), (gst_basertppayload_set_property),
11792         (gst_basertppayload_get_property),
11793         (gst_basertppayload_change_state):
11794         * gst-libs/gst/rtp/gstbasertppayload.h:
11795         Make timestamp offset configurable.
11796
11797 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11798
11799         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11800           fix wrong pop/unref
11801
11802 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11803
11804         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11805
11806         * gst-libs/gst/interfaces/propertyprobe.c:
11807         (gst_property_probe_probe_property_name),
11808         (gst_property_probe_needs_probe_name),
11809         (gst_property_probe_get_values_name),
11810         (gst_property_probe_probe_and_get_values_name):
11811           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11812           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11813
11814 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11815
11816         * check/Makefile.am:
11817           have some tests be disabled for valgrinding
11818         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11819         (GST_START_TEST):
11820         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11821           Fix A Leak.  Chain To Parent Finalize.
11822
11823 2005-09-19  Wim Taymans  <wim@fluendo.com>
11824
11825         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11826         Fixed wav pipeline.
11827
11828 2005-09-19  Wim Taymans  <wim@fluendo.com>
11829
11830         * gst-libs/gst/rtp/gstbasertppayload.c:
11831         (gst_basertppayload_class_init), (gst_basertppayload_init),
11832         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11833         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11834         (gst_basertppayload_push), (gst_basertppayload_get_property),
11835         (gst_basertppayload_change_state):
11836         Posting ERROR and WARNING messages is good.
11837
11838 2005-09-19  Wim Taymans  <wim@fluendo.com>
11839
11840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11841         (gst_base_rtp_depayload_add_to_queue),
11842         (gst_base_rtp_depayload_push),
11843         (gst_base_rtp_depayload_set_gst_timestamp),
11844         (gst_base_rtp_depayload_queue_release):
11845         This one was not supposed to go in.
11846
11847 2005-09-19  Wim Taymans  <wim@fluendo.com>
11848
11849         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11850         Fix for bus API.
11851
11852         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11853         (gst_base_rtp_depayload_chain),
11854         (gst_base_rtp_depayload_add_to_queue),
11855         (gst_base_rtp_depayload_push),
11856         (gst_base_rtp_depayload_set_gst_timestamp),
11857         (gst_base_rtp_depayload_queue_release):
11858         Some cleanups.
11859
11860         * gst-libs/gst/rtp/gstbasertppayload.c:
11861         (gst_basertppayload_class_init), (gst_basertppayload_init),
11862         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11863         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11864         (gst_basertppayload_get_property),
11865         (gst_basertppayload_change_state):
11866         Added debugging category.
11867
11868 2005-09-18  David Schleef  <ds@schleef.org>
11869
11870         * gst/playback/gstdecodebin.c: free plugin list correctly
11871         * gst/playback/gstplaybin.c: emit warning if autovideosink
11872           and autoaudiosink can't be found (instead of segfaulting)
11873
11874 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11875
11876         * check/elements/audioconvert.c: (GST_START_TEST):
11877           try out 24 bit conversion
11878
11879 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11880
11881         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11882         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11883         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11884         * ext/vorbis/vorbisenc.h:
11885           Fix EOS handling.  Still needs a fix in the ogg muxer to
11886           mark the last page as eos.
11887
11888 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11889
11890         * common/gtk-doc-plugins.mak:
11891         * docs/plugins/Makefile.am:
11892         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11893         * gst/ffmpegcolorspace/Makefile.am:
11894         * gst/ffmpegcolorspace/avcodec.h:
11895         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11896         * gst/tcp/gstmultifdsink.c:
11897           fix up ffmpegcolorspace docs; extract header
11898
11899 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11900
11901         * common/gtk-doc-plugins.mak:
11902         * docs/plugins/Makefile.am:
11903         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11904         * ext/theora/Makefile.am:
11905         * ext/theora/gsttheoraenc.h:
11906         * ext/theora/theoraenc.c:
11907         * ext/vorbis/vorbisenc.c:
11908           pick up signals and args for vorbis; add some docs for vorbis
11909
11910 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11911
11912         * common/gstdoc-scangobj:
11913         * common/gtk-doc-plugins.mak:
11914         * docs/libs/Makefile.am:
11915         * docs/plugins/gst-plugins-base-plugins.args:
11916         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11917         * docs/plugins/gst-plugins-base-plugins.interfaces:
11918         * docs/plugins/gst-plugins-base-plugins.prerequisites:
11919         * docs/plugins/gst-plugins-base-plugins.signals:
11920           only scanobj stuff from our source module.  Not sure yet
11921           if that's correct, given the hierarchy stuff :)
11922
11923 2005-09-15  Wim Taymans  <wim@fluendo.com>
11924
11925         * gst/audioconvert/gstaudioconvert.c:
11926         And enable 24 bits mode as well..
11927
11928 2005-09-15  Wim Taymans  <wim@fluendo.com>
11929
11930         * gst-libs/gst/rtp/Makefile.am:
11931         * gst-libs/gst/rtp/gstbasertppayload.c:
11932         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
11933         (gst_basertppayload_class_init), (gst_basertppayload_init),
11934         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
11935         (gst_basertppayload_chain), (gst_basertppayload_set_options),
11936         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11937         (gst_basertppayload_set_property),
11938         (gst_basertppayload_get_property),
11939         (gst_basertppayload_change_state):
11940         * gst-libs/gst/rtp/gstbasertppayload.h:
11941         Added rtp payloader base class.
11942
11943 2005-09-15  Andy Wingo  <wingo@pobox.com>
11944
11945         * configure.ac (plugindir): Remove the EOL matcher from the
11946         regexp, as it causes me problems. Libtool? Make? Who knows?
11947
11948 2005-09-14  David Schleef  <ds@schleef.org>
11949
11950         * check/generic/states.c: 
11951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
11952         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11953           Fixes for changes in registry API.
11954
11955         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
11956           to GST_PLUGIN_LDFLAGS.
11957         * ext/libvisual/visual.c: Make the library shut up.
11958         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
11959         * gst-libs/gst/audio/gstaudiofilter.c: same
11960
11961 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11962
11963         * docs/plugins/Makefile.am:
11964         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11965         * docs/plugins/inspect/plugin-libvisual.xml:
11966         * docs/plugins/tmpl/element-tcpserversink.sgml:
11967         * ext/theora/theoraenc.c:
11968           add libvisual plugin and theoraenc element to docs
11969
11970 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11971
11972         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11973         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11974         * ext/theora/theoraenc.c:
11975           add theoraenc
11976
11977 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
11978
11979         * gst/audioconvert/Makefile.am:
11980           Audioconvert derives from GstBaseTransform and should
11981           link to the library with our base elements to avoid
11982           unresolved symbols. Makes things work with MinGW (#316160)
11983
11984         * gst/playback/test4.c: (main):
11985           Fix MinGW build problem and use g_usleep() instead of 
11986           sleep() (#316162)
11987
11988 2005-09-12  Wim Taymans  <wim@fluendo.com>
11989
11990         * gst/audioconvert/audioconvert.c: (float),
11991         (audio_convert_prepare_context), (audio_convert_convert):
11992         * gst/audioconvert/audioconvert.h:
11993         Cleanups, speedups, simplifications, added back support
11994         for 24 bits.
11995
11996 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11997
11998         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11999         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12000         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12001         * docs/plugins/tmpl/element-tcpserversink.sgml:
12002         * gst/ffmpegcolorspace/gstffmpeg.c:
12003         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12004         * gst/videotestsrc/gstvideotestsrc.c:
12005         * gst/volume/gstvolume.c:
12006           add more elements to the docs
12007
12008 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12009
12010         * check/Makefile.am:
12011         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12012         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12013           Add extra tests for basetransform based components. 
12014           Comment out the test_element_negotiation test until we decide
12015           if it's testing correct behaviour.
12016         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12017         (gst_visual_chain), (gst_visual_change_state):
12018           Slightly more correct but still bogus timestamping.
12019           Fix state change function.
12020         * gst/audioconvert/gstaudioconvert.c:
12021         (gst_audio_convert_class_init):
12022         * gst/audioresample/gstaudioresample.c:
12023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12024         (gst_ffmpegcsp_class_init):
12025         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12026         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12027         (gst_videoscale_prepare_image):
12028         * gst/volume/gstvolume.c: (gst_volume_class_init),
12029         (volume_transform_ip):
12030           Basetransform updates. Enable passthrough modes.
12031         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12032         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12033         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12034           Negotiation fix that allows the window to return to the original
12035           size and renegotiate passthrough upstream. Extra debug output.
12036
12037 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12038
12039         * gst/sine/gstsinesrc.c:
12040         * gst/volume/gstvolume.c:
12041           fix up header include
12042
12043 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12044
12045         * gst-libs/gst/audio/gstbaseaudiosink.c:
12046         (gst_base_audio_sink_render):
12047         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12048         * gst/volume/gstvolume.c: (gst_volume_class_init),
12049         (volume_transform):
12050           fixing lost sync, some more debugging
12051
12052 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12053
12054         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12055         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12056         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12057         (gst_xvimagesink_check_xshm_calls):
12058           Fix compilation when XShm is not available.
12059
12060 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12061
12062         * ext/libvisual/visual.c: (gst_visual_dispose),
12063         (gst_visual_getcaps), (gst_visual_src_setcaps),
12064         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12065         (gst_visual_change_state):
12066           Finish fixing up libvisual plugin so that it runs. 
12067
12068 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12069
12070         * ext/vorbis/vorbisenc.c:
12071         * gst-libs/gst/tag/gstvorbistag.c:
12072           gsttaginterface.h -> gsttagsetter.h
12073
12074 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12075
12076         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12077           added another test that failes for me (test is not active by default)
12078
12079 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12080
12081         * configure.ac:
12082           v4l2 is no longer in gst-plugins-base
12083
12084 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12085
12086         * configure.ac:
12087           In the output at the end, don't show the first plugin on the same
12088           line as "Core plug-ins, always built:".
12089           Indent the output as for other plugin categories
12090         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12091           #define that can be used to not use peer buffer_alloc functions for
12092           test purposes.
12093         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12094         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12095         (gst_ximagesink_show_frame):
12096         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12097         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12098         (gst_xvimagesink_show_frame):
12099           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12100           fails gracefully instead of XError aborting or deadlocking.
12101
12102 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12103
12104         * ext/libvisual/Makefile.am:
12105           link against gst-base-libs
12106
12107 2005-09-06  David Schleef  <ds@schleef.org>
12108
12109         * configure.ac: Enable libvisual plugin.
12110         * ext/libvisual/Makefile.am:
12111         * ext/libvisual/visual.c: Fixes to make it compile.
12112
12113 === release 0.9.2 ===
12114
12115 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12116
12117         * NEWS:
12118         * RELEASE:
12119         * configure.ac:
12120         * docs/random/ChangeLog-0.8:
12121           releasing 0.9.2, "Spoon"
12122
12123 2005-09-05  Michael Smith <msmith@fluendo.com>
12124
12125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12126           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12127           that in the vorbisenc element.
12128
12129 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12130
12131         * common/gtk-doc-plugins.mak:
12132         * docs/plugins/Makefile.am:
12133           fix distcheck
12134         * gst/audioresample/resample.c:
12135           fix wrong docstring
12136
12137 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12138
12139         * common/gst-xmlinspect.py:
12140         * common/gtk-doc-plugins.mak:
12141           only inspect plugins for this given package
12142           require gst-python 0.9
12143
12144 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12145
12146         * Makefile.am:
12147         * autogen.sh:
12148         * common/gst-xmlinspect.py:
12149         * configure.ac:
12150         * docs/Makefile.am:
12151         * docs/plugins/inspect/plugin-alsa.xml:
12152         * docs/plugins/inspect/plugin-audioresample.xml:
12153         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12154         * docs/plugins/inspect/plugin-ogg.xml:
12155         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12156         * docs/plugins/tmpl/element-multifdsink.sgml:
12157         * docs/plugins/tmpl/element-tcpserversink.sgml:
12158         * docs/plugins/tmpl/element-vorbisenc.sgml:
12159         * gst-plugins-base.spec.in:
12160           various doc-related updates
12161
12162 2005-08-31  Wim Taymans  <wim@fluendo.com>
12163
12164         * gst-libs/gst/audio/gstbaseaudiosink.c:
12165         (gst_base_audio_sink_render):
12166         Resync if the buffer timestamps drift more than a 10th 
12167         of a second.
12168
12169 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12172         (gst_v4lsrc_get_property):
12173           The 'timestamp-offset' property is registered as an int64, so
12174           let's use g_value_{set|get}_int64() in our setter and getter
12175           functions (makes it work and fixes warnings with gst-inspect).
12176
12177 2005-08-30  Wim Taymans  <wim@fluendo.com>
12178
12179         * check/elements/audioconvert.c: (setup_audioconvert):
12180         * check/elements/audioresample.c: (setup_audioresample):
12181         * check/elements/volume.c: (setup_volume):
12182         Fix checks.
12183
12184 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12185
12186         * common/gtk-doc-plugins.mak:
12187         * common/plugins.xsl:
12188         * docs/plugins/Makefile.am:
12189           make module a param
12190
12191 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12192
12193         * examples/seeking/seek.c: (make_mp3_pipeline),
12194         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12195         (play_cb), (pause_cb), (stop_cb):
12196           update the example
12197
12198 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12199
12200         * gst/volume/gstvolume.c: (gst_volume_class_init),
12201         (volume_transform):
12202           do not update controlled params, if buffer has no timestamp
12203
12204 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12205
12206         * configure.ac:
12207         * gst/sine/Makefile.am:
12208         * gst/volume/Makefile.am:
12209           controllerized elements also need to link against controller-libs ;)
12210
12211 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12212
12213         * docs/libs/tmpl/gstcolorbalance.sgml:
12214         * docs/libs/tmpl/gstgconf.sgml:
12215         * docs/libs/tmpl/gstmixer.sgml:
12216         * docs/libs/tmpl/gstringbuffer.sgml:
12217         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12218         (gst_sinesrc_create):
12219         * gst/volume/gstvolume.c: (gst_volume_class_init),
12220         (volume_transform):
12221           controllerized two audio plugins
12222
12223 2005-08-29  Andy Wingo  <wingo@pobox.com>
12224
12225         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12226         (vorbis_handle_data_packet): Fix some int overflow errors.
12227
12228         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12229         -1.
12230         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12231         valid.
12232         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12233         if it's valid. Fixed streaming-mode playback.
12234
12235         * check/elements/volume.c (cleanup_volume): Fix for running
12236         CK_FORK=no.
12237
12238         * check/elements/audioconvert.c: Convert from native endian, not
12239         little endian.
12240
12241 2005-08-29  Michael Smith <msmith@fluendo.com>
12242
12243         * ext/ogg/Makefile.am:
12244         * ext/ogg/gstogg.c: (plugin_init):
12245         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12246         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12247         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12248         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12249         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12250         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12251         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12252         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12253         Add an ogg parser element.
12254
12255 2005-08-28  Andy Wingo  <wingo@pobox.com>
12256
12257         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12258
12259 2005-08-26  Wim Taymans  <wim@fluendo.com>
12260
12261         * gst/audioconvert/audioconvert.c: (if), (float),
12262         (audio_convert_get_func_index), (check_default),
12263         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12264         (audio_convert_clean_context), (audio_convert_get_sizes),
12265         (audio_convert_convert):
12266         Cleanups.
12267
12268 2005-08-26  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst/audioconvert/audioconvert.c: (if), (float),
12271         (audio_convert_get_func_index), (check_default),
12272         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12273         (audio_convert_clean_context), (audio_convert_get_sizes),
12274         (audio_convert_convert):
12275         More elegant and working temp buffer selection algo.
12276
12277 2005-08-26  Wim Taymans  <wim@fluendo.com>
12278
12279         * gst/audioconvert/audioconvert.c: (if), (float),
12280         (audio_convert_get_func_index), (check_default),
12281         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12282         (audio_convert_clean_context), (audio_convert_get_sizes),
12283         (get_temp_buffer), (audio_convert_convert):
12284         Use realloc else we lose our original data.
12285
12286 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12287
12288         * gst/audioresample/gstaudioresample.c:
12289           use base class' newsegment to properly timestamp
12290
12291 2005-08-26  Wim Taymans  <wim@fluendo.com>
12292
12293         * gst/audioconvert/audioconvert.c: (if), (float),
12294         (audio_convert_get_func_index), (check_default),
12295         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12296         (audio_convert_clean_context), (audio_convert_get_sizes),
12297         (get_temp_buffer), (audio_convert_convert):
12298         * gst/audioconvert/gstaudioconvert.c:
12299         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12300         (gst_audio_convert_transform_caps),
12301         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12302         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12303         Oops, allocate enough space to perform the channel mix.
12304
12305 2005-08-26  Wim Taymans  <wim@fluendo.com>
12306
12307         * gst/audioconvert/Makefile.am:
12308         * gst/audioconvert/audioconvert.c: (if), (float),
12309         (audio_convert_get_func_index), (check_default),
12310         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12311         (audio_convert_clean_context), (audio_convert_get_sizes),
12312         (get_temp_buffer), (audio_convert_convert):
12313         * gst/audioconvert/audioconvert.h:
12314         * gst/audioconvert/gstaudioconvert.c:
12315         (gst_audio_convert_class_init), (gst_audio_convert_init),
12316         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12317         (gst_audio_convert_get_unit_size),
12318         (gst_audio_convert_transform_caps),
12319         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12320         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12321         * gst/audioconvert/gstaudioconvert.h:
12322         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12323         (gst_channel_mix_fill_identical),
12324         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12325         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12326         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12327         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12328         (gst_channel_mix_mix):
12329         * gst/audioconvert/gstchannelmix.h:
12330         Cleanups, librarify a bit, optimize, better negotiation and more.
12331
12332 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12333
12334         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12335         Another from MikeS:
12336         During typefinding, don't support negative offsets
12337         (offsets from the end of the stream) in our typefind->peek() function
12338         - nothing embedded in ogg ever needs them. However, we need to recognise
12339         those requests and reject them, otherwise we return invalid pointers.
12340
12341 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12342
12343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12344         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12345         (vorbisdec_finalize), (vorbis_handle_type_packet):
12346           Big shout-out to MikeS for fixing this giant memory leak.
12347           Huzzah!
12348
12349 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12350
12351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12352         (audio_convert_get_unit_size):
12353           plug some leaks
12354
12355 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12356
12357         * check/Makefile.am:
12358         * check/elements/audioconvert.c: (setup_audioconvert),
12359         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12360         (GST_START_TEST), (audioconvert_suite), (main):
12361           add a test for audioconvert
12362         * gst/audioresample/gstaudioresample.c:
12363         * gst/audioresample/gstaudioresample.h:
12364           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12365           note that for buffers of 1/3 sec this means DURATION(c) is 
12366           one nanosecond more than for a and b
12367
12368 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12369
12370         * check/Makefile.am:
12371         * check/elements/audioresample.c: (setup_audioresample),
12372         (cleanup_audioresample), (fail_unless_perfect_stream),
12373         (test_perfect_stream_instance), (GST_START_TEST),
12374           add a check for audioresample
12375         (audioresample_suite), (main):
12376         * check/elements/volume.c: (GST_START_TEST):
12377           remove unused method
12378         * gst/audioresample/gstaudioresample.c:
12379           set correct buffer parameters since we're changing them
12380         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12381           add some debug
12382
12383 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12384
12385         * gst/audioresample/debug.c:
12386         * gst/audioresample/gstaudioresample.c:
12387           add room for extra overlap samples when asked to transform size
12388           protect against possible mem corruption and check for discrepancies
12389           between written size and outbuffer's size so we can warn for
12390           potential problems
12391         * gst/audioresample/resample.c: (resample_init),
12392         (resample_get_output_size_for_input), (resample_get_output_size),
12393         (resample_set_n_channels), (resample_set_format):
12394           set debug level based on RESAMPLE_DEBUG env var
12395           make sure that get_output_size* returns a whole number of
12396           sample_size
12397           set sample_size each time either channel or format is set
12398         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12399         * gst/audioresample/resample_functable.c:
12400         (resample_scale_functable):
12401         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12402           remove r->sample_size, it's done in resample.c now
12403           add some debugging to the ref implementation
12404           make sure we only give back bytes that are wholes of the sample
12405           size
12406
12407 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12408         * gst/playback/gstplaybasebin.c: (fill_buffer):
12409         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12410
12411 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12412
12413         * gst/volume/gstvolume.c:
12414           made set_caps function static
12415
12416 2005-08-24  Wim Taymans  <wim@fluendo.com>
12417
12418         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12419         (gst_vorbisenc_change_state):
12420         Stop leaking taglists.
12421
12422 2005-08-24  Wim Taymans  <wim@fluendo.com>
12423
12424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12425         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12426         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12427         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12428         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12429         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12430         Parse seeking events better.
12431         Unref static caps.
12432         Generate correct newsegment events, fixes seeking in live oggs.
12433
12434         * ext/theora/theoradec.c: (theora_dec_src_query),
12435         (theora_dec_src_event), (theora_dec_src_getcaps),
12436         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12437         Use newsegment values to report correct play time.
12438
12439         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12440         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12441         * ext/vorbis/vorbisdec.h:
12442         Parse and use newsegment values to report correct play time.
12443
12444         * gst-libs/gst/audio/gstbaseaudiosink.c:
12445         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12446         Clear ringbuffer on flush.
12447         Use newsegment values to calculate playback time.
12448
12449         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12451         Basesink does newsegment calculations for us now.
12452
12453 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12454
12455         * check/Makefile.am:
12456         * configure.ac:
12457           add core's plugins to the mix so that playbin works
12458         * check/generic/states.c: (GST_START_TEST):
12459           set a 0 timeout on pipelines, so they don't force the next
12460           state change
12461         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12462         (gst_play_base_bin_change_state):
12463           remove the crappy error handling and do GST error handling
12464
12465 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12466
12467         * check/Makefile.am:
12468         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12469           add same test as to core, it bitches out on playbin atm.
12470
12471 2005-08-24  Wim Taymans  <wim@fluendo.com>
12472
12473         * configure.ac:
12474         Remove audioscale.
12475
12476 2005-08-24  Wim Taymans  <wim@fluendo.com>
12477
12478         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12479         (gst_videoscale_prepare_size), (parse_caps),
12480         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12481         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12482         (gst_videoscale_transform):
12483         * gst/videoscale/gstvideoscale.h:
12484         Refactor, make use of BaseTranform really well.
12485
12486 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12487
12488         * configure.ac:
12489           compile audioresample
12490         * gst/audioresample/Makefile.am:
12491         * gst/audioresample/buffer.c:
12492         * gst/audioresample/functable.c:
12493         * gst/audioresample/gstaudioresample.c:
12494         * gst/audioresample/gstaudioresample.h:
12495         * gst/audioresample/resample.c:
12496         (resample_get_output_size_for_input):
12497         * gst/audioresample/resample.h:
12498         * gst/audioresample/resample_chunk.c:
12499         * gst/audioresample/resample_functable.c:
12500         * gst/audioresample/resample_ref.c:
12501           port to use basetransform; doesn't work in all cases yet
12502
12503 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12504
12505         * gst/audioconvert/gstaudioconvert.c:
12506         (gst_audio_convert_class_init), (gst_audio_convert_init),
12507         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12508         (audio_convert_fixate_caps), (audio_convert_set_caps),
12509         (audio_convert_transform),
12510         (gst_audio_convert_buffer_to_default_format),
12511         (gst_audio_convert_buffer_from_default_format),
12512         (gst_audio_convert_channels):
12513         * gst/audioconvert/gstchannelmix.c:
12514         * gst/audioconvert/gstchannelmix.h:
12515           port to basetransform
12516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12517         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12518         (gst_ffmpegcsp_get_unit_size):
12519         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12520         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12521           fix for basetransform changes
12522
12523 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12524
12525         * check/Makefile.am:
12526           Add CHECK_CFLAGS and LDFLAGS
12527
12528         * gst/playback/gstplaybasebin.c: (fill_buffer):
12529           GST_MESSAGE_SRC became a GObject
12530
12531 2005-08-24  Wim Taymans  <wim@fluendo.com>
12532
12533         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12534         (gst_ring_buffer_clear_all):
12535         * gst-libs/gst/audio/gstringbuffer.h:
12536         Added function to clear the ringbuffer.
12537
12538 2005-08-24  Andy Wingo  <wingo@pobox.com>
12539
12540         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12541         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12542         of _open and _close.
12543
12544         * sys/v4l/gstv4lxoverlay.h:
12545         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12546         an Xv connection here, instead of all the time. Make Xv only be
12547         loaded if you axe for it. Kindof a workaround for buggy behaviour
12548         of Xv when using remote xservers (XvQueryExtension would block).
12549         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12550         replace the _open and _close public API. Only start the xv
12551         connection if necessary.
12552         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12553
12554 2005-08-23  David Schleef  <ds@schleef.org>
12555
12556         * gst/audioresample/Makefile.am: Leet audioresampling code
12557         * gst/audioresample/buffer.c:
12558         * gst/audioresample/buffer.h:
12559         * gst/audioresample/debug.c:
12560         * gst/audioresample/debug.h:
12561         * gst/audioresample/functable.c:
12562         * gst/audioresample/functable.h:
12563         * gst/audioresample/gstaudioresample.c:
12564         * gst/audioresample/gstaudioresample.h:
12565         * gst/audioresample/resample.c:
12566         * gst/audioresample/resample.h:
12567         * gst/audioresample/resample_chunk.c:
12568         * gst/audioresample/resample_functable.c:
12569         * gst/audioresample/resample_ref.c:
12570
12571 2005-08-23  Wim Taymans  <wim@fluendo.com>
12572
12573         * examples/seeking/seek.c: (make_vorbis_pipeline),
12574         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12575         Small seek updates.
12576
12577 2005-08-23  Andy Wingo  <wingo@pobox.com>
12578
12579         * gst-libs/gst/audio/gstbaseaudiosrc.c
12580         (gst_base_audio_src_fixate): Only fixate endianness if it is
12581         present in the caps.
12582
12583 2005-08-22  Andy Wingo  <wingo@pobox.com>
12584
12585         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12586         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12587         device-name property.
12588
12589         * gst-libs/gst/audio/gstaudiosrc.h:
12590         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12591         close_device in the ring buffer, like gstaudiosink.
12592
12593         * ext/alsa/gstalsamixer.h:
12594         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12595         macro to implement the interface without much code. Cleanups. 
12596
12597         * ext/alsa/gstalsasrc.h:
12598         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12599         READY.
12600
12601         * ext/alsa/Makefile.am: Add new files.
12602         * ext/alsa/gstalsamixerelement.c: 
12603         * ext/alsa/gstalsamixerelement.c: Split element code out from
12604         mixer code so that alsasrc can be a mixer too.
12605
12606 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12607
12608         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12609         (GST_START_TEST):
12610         * check/elements/vorbisdec.c: (setup_vorbisdec),
12611         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12612         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12613         (vorbis_handle_identification_packet),
12614         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12615         (vorbis_handle_header_packet), (vorbis_dec_push),
12616         (vorbis_dec_chain):
12617           use the setup/teardown methods to save code.  save code is good.
12618
12619 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12620
12621         * check/Makefile.am:
12622           add ext dir for plugins
12623           add vorbisdec test conditionally
12624         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12625         (GST_START_TEST), (volume_suite):
12626           add a test with wrong caps
12627         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12628         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12629           add a vorbisdec test
12630         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12631         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12632           clean up debug output
12633         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12634           yay, fix a segfault/security issue in vorbisdec
12635           gst-launch fakesrc ! vorbisdec wasn't happy
12636         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12637         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12638         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12639         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12640         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12641         (gst_vorbisenc_set_metadata), (get_constraints_string),
12642         (update_start_message), (gst_vorbisenc_setup),
12643         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12644         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12645         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12646         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12647         * ext/vorbis/vorbisenc.h:
12648           march in line
12649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12650         (gst_ffmpegcsp_transform):
12651           have the kow come home
12652         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12653           debug my func ptr
12654         * gst/volume/gstvolume.c: (volume_set_caps):
12655           add a debug
12656
12657 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12658
12659         * Makefile.am:
12660         * check/.cvsignore:
12661         * check/Makefile.am:
12662         * check/elements/.cvsignore:
12663         * check/elements/volume.c: (chain_func), (event_func),
12664         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12665         (main):
12666         * configure.ac:
12667           add unit test structure for gst-plugins-base
12668           add a test for volume
12669         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12670         (gst_volume_set_volume), (gst_volume_get_volume),
12671         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12672         (volume_funcfind), (volume_process_float), (volume_process_int16),
12673         (volume_set_caps), (volume_transform), (volume_update_mute),
12674         (volume_update_volume), (volume_set_property),
12675         (volume_get_property):
12676           document a little; use basetransform vmethod _set_caps
12677
12678 2005-08-19  Andy Wingo  <wingo@pobox.com>
12679
12680         * ext/alsa/gstalsamixertrack.h:
12681         * ext/alsa/gstalsamixertrack.c:
12682         * ext/alsa/gstalsamixeroptions.h:
12683         * ext/alsa/gstalsamixeroptions.c:
12684         * ext/alsa/gstalsamixer.h:
12685         * ext/alsa/gstalsamixer.c: Port to 0.9.
12686
12687         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12688         Remove gstalsa.c and alsaclock. No more cruft here.
12689         
12690 2005-08-18  Wim Taymans  <wim@fluendo.com>
12691
12692         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12693         (gst_base_rtp_depayload_chain),
12694         (gst_base_rtp_depayload_add_to_queue),
12695         (gst_base_rtp_depayload_push),
12696         (gst_base_rtp_depayload_queue_release):
12697         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12698         Fix for RTPBuffer changes.
12699
12700         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12701         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12702         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12703         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12704         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12705         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12706         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12707         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12708         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12709         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12710         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12711         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12712         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12713         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12714         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12715         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12716         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12717         (gst_rtpbuffer_get_payload):
12718         * gst-libs/gst/rtp/gstrtpbuffer.h:
12719         Don't subclass GstBuffer but add methods and helper functions
12720         to construct and manipulate RTP packets in regular GstBuffers.
12721
12722 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12723
12724         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12725           moved statement below switch
12726         * gst/volume/gstvolume.c: (gst_volume_class_init):
12727           added debug ptr
12728
12729 2005-08-16  Wim Taymans  <wim@fluendo.com>
12730
12731         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12732         (gst_base_audio_src_change_state):
12733         Open and close device in READY<->NULL state change.
12734
12735 2005-08-16  Andy Wingo  <wingo@pobox.com>
12736
12737         * examples/seeking/Makefile.am: Don't compile non-compiling
12738         compiled objects with the compiler.
12739
12740         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12741         elements.
12742
12743 2005-08-12  Philippe Khalaf <burger@speedy.org>
12744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12745         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12746           Made a thread to release the queue.
12747           Removed timestamp conversion for now.
12748
12749 2005-08-10  Philippe Khalaf <burger@speedy.org>
12750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12751         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12752           Added rtp timestamp -> gst timestamp conversion.
12753           Fixed several problems with queue.
12754
12755 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12756
12757         * gst-libs/gst/audio/gstaudioclock.h:
12758         * gst-libs/gst/audio/gstaudiofilter.h:
12759         * gst-libs/gst/audio/gstaudiosink.h:
12760         * gst-libs/gst/audio/gstaudiosrc.h:
12761         * gst-libs/gst/audio/gstbaseaudiosink.h:
12762         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12763         * gst-libs/gst/audio/gstringbuffer.h:
12764         * gst-libs/gst/net/gstnetbuffer.h:
12765         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12766         * gst-libs/gst/rtp/gstrtpbuffer.h:
12767           Add padding (you will need to rebuild gst-plugins-base,
12768           gst-plugins and all applications afterwards!)
12769
12770 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12771
12772         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12773         (gst_riff_parse_chunk):
12774           Fix bug in debug message and add some more debug messages.
12775
12776 2005-08-08  Edward Hervey  <edward@fluendo.com>
12777
12778         * gst-libs/gst/riff/riff-media.c:
12779         backported updates since branch
12780
12781 2005-08-08  Andy Wingo  <wingo@pobox.com>
12782
12783         * gst-libs/gst/audio/gstbaseaudiosink.c
12784         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12785         like good elements should. Close on READY->NULL too.
12786
12787         * gst-libs/gst/audio/gstaudiosink.c
12788         (gst_audioringbuffer_open_device,
12789         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12790         (gst_audioringbuffer_release): Updates for new ring buffer API,
12791         hook into the new audio sink api.
12792
12793         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12794         (GstAudioSinkClass.close): Just open and close the device -- no
12795         resource allocation or configuration.
12796         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12797         vmethods, handle device setup and resource allocation.
12798
12799         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12800         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12801         base class API.
12802
12803         * gst-libs/gst/audio/gstringbuffer.h
12804         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12805         New vmethods.
12806
12807         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12808         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12809         New API functions. The device should be opened before acquiring
12810         and closed after releasing.
12811
12812 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12813
12814         * gst-libs/gst/interfaces/mixer.h:
12815           Reset padding to GST_PADDING.
12816
12817 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12818
12819         * gst/playback/gstplaybin.c: (remove_sinks):
12820           Remove visualization from parent explicitely; works around some
12821           apparent refcount issue that I haven't tracked down yet.
12822
12823 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12824
12825         * ext/alsa/gstalsasink.c: (set_hwparams):
12826           Assign debug category, add negotiation debug msgs.
12827
12828 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12829
12830         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12831           Fix error code for file-not-found to NOT_FOUND.
12832
12833 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12834
12835         * common/gtk-doc-plugins.mak:
12836         * docs/plugins/Makefile.am:
12837         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12838         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12839           renamed to actual element names, so much nicer to look at
12840         * docs/plugins/tmpl/gstmultifdsink.sgml:
12841           remove
12842         * docs/plugins/tmpl/multifdsink.sgml:
12843         * docs/plugins/tmpl/tcpserversink.sgml:
12844           add
12845         * ext/alsa/gstalsa.c:
12846         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12847         * ext/ogg/gstoggmux.c:
12848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12849         * gst/playback/gstdecodebin.c:
12850         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12851         * gst/tcp/gsttcpserversink.c:
12852           various fixes and documentation additions
12853
12854 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12855
12856         * common/Makefile.am:
12857         * common/gstdoc-scangobj:
12858         * common/gtk-doc-plugins.mak:
12859         * common/gtk-doc.mak:
12860           add a custom scangobj that uses the registry
12861           add a custom gtk-doc-plugins.mak that uses it
12862           some doc build fixes
12863         * configure.ac:
12864         * docs/Makefile.am:
12865         * docs/plugins/Makefile.am:
12866         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12867         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12868         * docs/plugins/gst-plugins-base-plugins.types:
12869         * docs/plugins/tmpl/gstmultifdsink.sgml:
12870           add docs for one element, multifdsink
12871         * gst/adder/gstadder.h:
12872         * gst/volume/gstvolume.h:
12873           don't privatize enum
12874         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12875         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12876         (gst_sync_method_get_type), (gst_client_status_get_type),
12877         (gst_multifdsink_class_init),
12878         (gst_multifdsink_client_queue_buffer),
12879         (gst_multifdsink_handle_client_write):
12880         * gst/tcp/gstmultifdsink.h:
12881         * gst/tcp/gsttcp.h:
12882         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12883         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12884         (gst_tcpclientsink_render):
12885         * gst/tcp/gsttcpclientsink.h:
12886         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12887         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12888         (gst_tcpclientsrc_start):
12889         * gst/tcp/gsttcpclientsrc.h:
12890         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12891         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12892         * gst/tcp/gsttcpserversrc.h:
12893         * gst/typefind/gsttypefindfunctions.c:
12894           remove superfluous Type stuff
12895
12896 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12897
12898         * gst/playback/gstplaybin.c: (gen_video_element):
12899           Enable videoscale.
12900
12901 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12902
12903         * gst-libs/gst/gconf/gconf.c:
12904         * gst-libs/gst/gconf/gconf.h:
12905           Fix some Andy Problem [tm].
12906
12907 2005-08-04  Andy Wingo  <wingo@pobox.com>
12908
12909         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12911         (gst_ffmpegcsp_get_size): Adapt to API changes.
12912
12913         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12914         Implement an in-place do-nothing transform.
12915
12916 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12917
12918         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12919         (gst_ximagesink_renegotiate_size):
12920           Do not set new window sizes yet if we prepare a new buffer size
12921           for upstream renegotiation (software scaling) at some point in the
12922           future, because this new size waqs not actually accepted yet. Once
12923           accepted, renegotiation later on will set the new sizes just fine.
12924           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
12925           embedding testcase.
12926
12927 2005-08-03  Andy Wingo  <wingo@pobox.com>
12928
12929         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
12930         (gst_ximagesink_buffer_alloc): 
12931         Protect the height, width, and desired_caps with the pool_lock.
12932         Fixes videotestsrc ! queue ! ximagesink.
12933
12934 2005-08-02  Edward Hervey  <edward@fluendo.com>
12935
12936         * gst/volume/gstvolume.c:
12937         include left from controller cleanup
12938
12939 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
12940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
12941           Stop collectpads before calling the parent state
12942           change function on PAUSED->READY.
12943
12944 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
12945         * configure.ac:
12946           When testing for X libs, use the X CFlags 
12947         * gst/adder/gstadder.c: (gst_adder_change_state):
12948           Stop the collectpads before calling parent state change function
12949           on PAUSED->READY, otherwise we deadlock deactivating pads.
12950
12951 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
12952
12953         * configure.ac:
12954         * docs/libs/tmpl/gstcolorbalance.sgml:
12955         * docs/libs/tmpl/gstmixer.sgml:
12956         * examples/Makefile.am:
12957         * gst/sine/Makefile.am:
12958         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
12959         (gst_sinesrc_set_property), (plugin_init):
12960         * gst/sine/gstsinesrc.h:
12961         * gst/volume/Makefile.am:
12962         * gst/volume/gstvolume.c: (gst_volume_set_volume),
12963         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
12964         (volume_process_float), (volume_process_int16),
12965         (volume_set_property), (plugin_init):
12966         * gst/volume/gstvolume.h:
12967           deactivate and remove dparams (libgstcontrol)
12968
12969 2005-07-29  Wim Taymans  <wim@fluendo.com>
12970
12971         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
12972         Convert me to BaseTransform!! help..
12973
12974 2005-07-29  Andy Wingo  <wingo@pobox.com>
12975
12976         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
12977         sinks.
12978
12979         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
12980         support of both endiannesses.
12981
12982 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12983
12984         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12985           Fix confusing debug message (s/event/query/)
12986
12987 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12988
12989         * gst/videotestsrc/videotestsrc.h:
12990           Use "_stdint.h" instead of <stdint.h>
12991
12992 2005-07-27  Wim Taymans  <wim@fluendo.com>
12993
12994         * ext/vorbis/Makefile.am:
12995         Revert wrong commit.
12996
12997 2005-07-27  Wim Taymans  <wim@fluendo.com>
12998
12999         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13000         More compilation fixen.
13001
13002 2005-07-27  Wim Taymans  <wim@fluendo.com>
13003
13004         * gst-libs/gst/audio/gstbaseaudiosink.c:
13005         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13006         (gst_base_audio_sink_create_ringbuffer),
13007         (gst_base_audio_sink_change_state):
13008         Fix compilation.
13009
13010 2005-07-27  Wim Taymans  <wim@fluendo.com>
13011
13012         * examples/seeking/seek.c: (setup_dynamic_link),
13013         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13014         (query_positions_elems), (query_positions_pads), (do_seek):
13015         Update seek example.
13016
13017         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13018         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13019         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13020         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13021         (gst_ogg_demux_handle_event),
13022         (gst_ogg_demux_deactivate_current_chain),
13023         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13024         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13025         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13026         (gst_ogg_demux_loop):
13027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13028         * ext/theora/theoradec.c: (theora_dec_src_event),
13029         (theora_dec_src_getcaps), (theora_dec_sink_event),
13030         (theora_dec_push), (theora_dec_chain):
13031         * ext/vorbis/Makefile.am:
13032         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13033         (vorbis_dec_sink_event), (vorbis_dec_push),
13034         (vorbis_handle_data_packet):
13035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13036         (gst_vorbisenc_chain):
13037         * gst/playback/gststreaminfo.c: (cb_probe):
13038         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13039         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13040         * gst/videoscale/gstvideoscale.c:
13041         (gst_videoscale_handle_src_event):
13042         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13043         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13044         (gst_ximagesink_navigation_send_event):
13045         * sys/xvimage/xvimagesink.c:
13046         (gst_xvimagesink_navigation_send_event):
13047         Various event updates and cleanups
13048
13049 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13050
13051         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13052           Fix segfault for I420/YV12.
13053
13054 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13055
13056         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13057           Report bitrate.
13058
13059 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13060
13061         * gst/playback/gstplaybin.c: (gen_video_element),
13062         (gen_audio_element):
13063           Switch to auto*sink elements as default sinks; add volume element
13064           so that volume control in totem works.
13065
13066 2005-07-21  Wim Taymans  <wim@fluendo.com>
13067
13068         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13069         * gst/playback/gstplaybin.c: (setup_sinks),
13070         (gst_play_bin_change_state):
13071         Refcount fix and more comments.
13072
13073 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13074
13075         * sys/ximage/Makefile.am:
13076         * sys/ximage/ximage.c: (plugin_init):
13077         * sys/ximage/ximagesink.c:
13078         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13079         
13080
13081 2005-07-21  Wim Taymans  <wim@fluendo.com>
13082
13083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13084         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13085         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13086         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13087         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13088         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13089         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13090         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13091         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13092         Generate correct disconts for live chained oggs.
13093
13094         * gst-libs/gst/audio/gstbaseaudiosink.c:
13095         (gst_base_audio_sink_render),
13096         (gst_base_audio_sink_create_ringbuffer),
13097         (gst_base_audio_sink_change_state):
13098         Handle discont math correctly.
13099
13100         * gst/playback/gstplaybin.c: (add_sink):
13101         Some small debug cleanup.
13102
13103 2005-07-21  Wim Taymans  <wim@fluendo.com>
13104
13105         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13106         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13107         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13108         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13109         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13110         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13111         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13112         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13113         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13114         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13115         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13116         (gst_ogg_demux_change_state), (gst_ogg_print):
13117         Reorganize code to send the right disconts when in streaming
13118         mode.
13119
13120 2005-07-20  Andy Wingo  <wingo@pobox.com>
13121
13122         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13123         fix (?), fixes a seggie mcfalterson (#310894).
13124
13125 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13126
13127         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13128         (gst_ogg_mux_set_header_on_caps):
13129         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13130         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13131         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13132         * gst-libs/gst/audio/multichannel.c:
13133         (gst_audio_set_channel_positions),
13134         (gst_audio_set_structure_channel_positions_list):
13135         * gst/playback/gstdecodebin.c: (dynamic_create):
13136         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13137         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13138           Fixes for API changes in core.
13139
13140 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13141
13142         * gst/playback/gstplaybasebin.c: (fill_buffer):
13143           Use _new_custom() so we can set custom message types for buffering
13144           messages.
13145
13146 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13147
13148         * configure.ac:
13149         * gst-libs/gst/Makefile.am:
13150         * gst-libs/gst/gconf/.cvsignore:
13151         * gst-libs/gst/gconf/Makefile.am:
13152         * gst-libs/gst/gconf/test-gconf.c:
13153         * pkgconfig/Makefile.am:
13154         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13155         * pkgconfig/gstreamer-gconf.pc.in:
13156           Remove gconf stuff, use gconf elements instead from now on.
13157
13158 2005-07-20  Wim Taymans  <wim@fluendo.com>
13159
13160         * gst-libs/gst/audio/TODO:
13161         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13162         (gst_audio_clock_get_internal_time):
13163         * gst-libs/gst/audio/gstaudioclock.h:
13164         * gst-libs/gst/audio/gstbaseaudiosink.c:
13165         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13166         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13167         (gst_base_audio_sink_render),
13168         (gst_base_audio_sink_create_ringbuffer),
13169         (gst_base_audio_sink_change_state):
13170         Make sure the audio clock always returns an increasing value.
13171
13172 2005-07-19  Andy Wingo  <wingo@pobox.com>
13173
13174         * gst/videotestsrc/: Cleanups.
13175
13176 2005-07-19  Wim Taymans  <wim@fluendo.com>
13177
13178         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13179         Better debugging.
13180
13181 2005-07-19  Wim Taymans  <wim@fluendo.com>
13182
13183         * examples/seeking/seek.c: (make_dv_pipeline),
13184         (make_vorbis_theora_pipeline), (query_rates),
13185         (query_positions_elems), (query_positions_pads), (do_seek):
13186         Make correct DV pipeline.
13187
13188 2005-07-18  Andy Wingo  <wingo@pobox.com>
13189
13190         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13191         default. Also because it's the only thing that really works. (This
13192         is used in the GConf elements).
13193         Use AS_LIBTOOL_TAGS.
13194
13195 2005-07-18  Wim Taymans  <wim@fluendo.com>
13196
13197         * gst/playback/gstdecodebin.c: (remove_element_chain):
13198         * gst/playback/gstplaybin.c: (add_sink):
13199         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13200         (gst_stream_info_set_mute):
13201         * gst/playback/gststreamselector.c:
13202         (gst_stream_selector_get_linked_pad),
13203         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13204         More leak and compile fixes.
13205
13206 2005-07-18  Wim Taymans  <wim@fluendo.com>
13207
13208         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13209         (query_rates), (query_positions_elems), (query_positions_pads),
13210         (do_seek), (seek_cb), (stop_seek):
13211         Updated seek example. 
13212
13213         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13214         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13215         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13216         * gst/playback/gstplaybin.c: (add_sink):
13217         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13218         (gst_stream_info_set_mute):
13219         Some refcount leak fixes.
13220
13221 2005-07-16  Wim Taymans  <wim@fluendo.com>
13222
13223         * gst-libs/gst/audio/gstbaseaudiosink.c:
13224         (gst_base_audio_sink_render):
13225         Align samples even if we have roundoff errors in the 
13226         timestamp conversion.
13227
13228 2005-07-16  Wim Taymans  <wim@fluendo.com>
13229
13230         * docs/libs/tmpl/gstringbuffer.sgml:
13231         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13232         (query_rates), (query_positions_elems), (query_positions_pads),
13233         (update_scale), (do_seek):
13234         Updated seek example.
13235
13236         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13237         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13238         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13239         (gst_ogg_demux_loop):
13240         Push out correct discont values.
13241
13242         * ext/theora/theoradec.c: (theora_dec_src_convert),
13243         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13244         (theora_dec_sink_event), (theora_handle_type_packet),
13245         (theora_handle_header_packet), (theora_dec_push),
13246         (theora_handle_data_packet), (theora_dec_chain),
13247         (theora_dec_change_state):
13248         Better timestamping.
13249
13250         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13251         (vorbis_dec_sink_event), (vorbis_dec_push),
13252         (vorbis_handle_data_packet), (vorbis_dec_chain):
13253         * ext/vorbis/vorbisdec.h:
13254         Better timestamping.
13255
13256         * gst-libs/gst/audio/gstbaseaudiosink.c:
13257         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13258         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13259         Handle syncing on timestamps instead of sample offsets. Make
13260         use of DISCONT values as described in design docs.
13261
13262         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13263         (gst_base_audio_src_get_time):
13264         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13265         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13266         (gst_ring_buffer_read):
13267         * gst-libs/gst/audio/gstringbuffer.h:
13268         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13269         (gst_ximagesink_show_frame):
13270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13271         Correcly convert buffer timestamp to stream time.
13272
13273 2005-07-16  Wim Taymans  <wim@fluendo.com>
13274
13275         * gst/audioconvert/gstaudioconvert.c:
13276         (gst_audio_convert_get_buffer):
13277         Timestamp buffers correctly.
13278
13279         * gst/playback/gstplaybin.c: (gen_video_element):
13280         Make internal fakesink silent.
13281
13282 2005-07-15  Wim Taymans  <wim@fluendo.com>
13283
13284         * gst/ffmpegcolorspace/Makefile.am:
13285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13286         (gst_ffmpegcsp_caps_remove_format_info),
13287         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13288         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13289         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13290         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13291         Ported ffmpegcolorspace to basetransform.
13292
13293         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13294         * gst/volume/gstvolume.c: (volume_transform):
13295         Ported to new API.
13296
13297 2005-07-14  Wim Taymans  <wim@fluendo.com>
13298
13299         * gst/videotestsrc/Makefile.am:
13300         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13301         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13302         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13303         (gst_videotestsrc_init), (gst_videotestsrc_event),
13304         (gst_videotestsrc_create), (gst_videotestsrc_start),
13305         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13306         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13307         (gst_videotestsrc_get_property):
13308         * gst/videotestsrc/gstvideotestsrc.h:
13309         Make videotestsrc a pushsrc.
13310
13311 2005-07-14  Wim Taymans  <wim@fluendo.com>
13312
13313         * gst/tcp/gstfdset.c: (gst_fdset_free):
13314         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13315         (gst_multifdsink_add), (gst_multifdsink_remove),
13316         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13317         (gst_multifdsink_remove_client_link),
13318         (gst_multifdsink_client_queue_data),
13319         (gst_multifdsink_client_queue_caps),
13320         (gst_multifdsink_client_queue_buffer),
13321         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13322         (gst_multifdsink_stop):
13323         * gst/tcp/gstmultifdsink.h:
13324         0.8 backporting.
13325
13326         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13327         Also draw image when not from a pool.
13328
13329 2005-07-14  Wim Taymans  <wim@fluendo.com>
13330
13331         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13332         (mute_stream), (silence_stream):
13333         Small debug additions.
13334
13335 2005-07-14  Wim Taymans  <wim@fluendo.com>
13336
13337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13338         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13339         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13340         Better error recovery, ignore unconnected pads and
13341         non-fatal errors.
13342
13343 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13344
13345         * docs/libs/tmpl/gstaudio.sgml:
13346         * docs/libs/tmpl/gstcolorbalance.sgml:
13347         * docs/libs/tmpl/gstgconf.sgml:
13348         * docs/libs/tmpl/gstmixer.sgml:
13349         * docs/libs/tmpl/gstringbuffer.sgml:
13350         * docs/libs/tmpl/gsttuner.sgml:
13351         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13352         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13353         (gst_tcpclientsrc_class_init):
13354         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13355         (gst_tcpserversrc_class_init):
13356         * sys/v4l/gstv4lelement.c:
13357           more autistic cleanliness in functions/names/defines
13358
13359 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13360
13361         * configure.ac:
13362           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13363           added manually to each Makefile.am so we are sure it goes
13364           *last* and doesn't add -L flags before linking in libs of our
13365           own, like, say, internal .la libs, that then accidentally pick
13366           up the installed copy.
13367         * docs/libs/Makefile.am:
13368         * ext/alsa/Makefile.am:
13369         * ext/cdparanoia/Makefile.am:
13370         * ext/gnomevfs/Makefile.am:
13371         * ext/libvisual/Makefile.am:
13372         * ext/ogg/Makefile.am:
13373         * ext/theora/Makefile.am:
13374         * ext/vorbis/Makefile.am:
13375         * gst-libs/gst/video/Makefile.am:
13376         * gst/adder/Makefile.am:
13377         * gst/audioconvert/Makefile.am:
13378         * gst/audiorate/Makefile.am:
13379         * gst/audioscale/Makefile.am:
13380         * gst/ffmpegcolorspace/Makefile.am:
13381         * gst/playback/Makefile.am:
13382         * gst/sine/Makefile.am:
13383         * gst/subparse/Makefile.am:
13384         * gst/tags/Makefile.am:
13385         * gst/tcp/Makefile.am:
13386         * gst/typefind/Makefile.am:
13387         * gst/videorate/Makefile.am:
13388         * gst/videoscale/Makefile.am:
13389         * gst/videotestsrc/Makefile.am:
13390         * gst/volume/Makefile.am:
13391         * sys/v4l/Makefile.am:
13392         * sys/ximage/Makefile.am:
13393         * sys/xvimage/Makefile.am:
13394           adapt properly to this change. This should make sure that
13395           plugins and libs properly link to the as-yet-uninstalled
13396           copies of stuff like libgstinterfaces and libgstvideo
13397
13398 2005-07-13  Andy Wingo  <wingo@pobox.com>
13399
13400         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13401         (gst_v4lsrc_fixate): Fixate on format as well.
13402
13403         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13404         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13405         buffer points to it.
13406         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13407         rather just doing X calls ourselves. Also fixes a memleak.
13408
13409 2005-07-12  Andy Wingo  <wingo@pobox.com>
13410
13411         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13412         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13413         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13414         TRUE to avoid deadlocks if an element holds on to our buffers.
13415
13416 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13417
13418         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13419         (gst_sinesrc_init), (gst_sinesrc_create),
13420         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13421         (gst_sinesrc_start):
13422         * gst/sine/gstsinesrc.h:
13423           removing num-buffers property before moving it
13424
13425 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13426
13427         * configure.ac:
13428           use overridable ERROR_CFLAGS
13429         * docs/libs/gst-plugins-base-libs.types:
13430         * docs/libs/tmpl/gstringbuffer.sgml:
13431         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13432         (gst_alsasink_class_init):
13433         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13434         (gst_alsasrc_class_init):
13435         * gst-libs/gst/audio/audio.h:
13436         * gst-libs/gst/audio/gstaudioclock.h:
13437         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13438         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13439         (gst_audio_filter_link), (gst_audio_filter_init),
13440         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13441         (gst_audio_filter_get_property),
13442         (gst_audio_filter_class_add_pad_templates):
13443         * gst-libs/gst/audio/gstaudiofilter.h:
13444         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13445         (gst_audio_filter_template_get_type),
13446         (gst_audio_filter_template_base_init),
13447         (gst_audio_filter_template_class_init),
13448         (gst_audio_filter_template_init),
13449         (gst_audio_filter_template_set_property),
13450         (gst_audio_filter_template_get_property), (plugin_init),
13451         (gst_audio_filter_template_setup),
13452         (gst_audio_filter_template_filter),
13453         (gst_audio_filter_template_filter_inplace):
13454         * gst-libs/gst/audio/gstaudiosink.c:
13455         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13456         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13457         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13458         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13459         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13460         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13461         * gst-libs/gst/audio/gstaudiosink.h:
13462         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13463         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13464         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13465         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13466         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13467         (gst_audio_src_class_init), (gst_audio_src_init),
13468         (gst_audio_src_create_ringbuffer):
13469         * gst-libs/gst/audio/gstaudiosrc.h:
13470         * gst-libs/gst/audio/gstbaseaudiosink.c:
13471         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13472         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13473         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13474         (gst_base_audio_sink_set_property),
13475         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13476         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13477         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13478         (gst_base_audio_sink_create_ringbuffer),
13479         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13480         * gst-libs/gst/audio/gstbaseaudiosink.h:
13481         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13482         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13483         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13484         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13485         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13486         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13487         (gst_base_audio_src_event), (gst_base_audio_src_create),
13488         (gst_base_audio_src_create_ringbuffer),
13489         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13490         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13492         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13493         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13494         (gst_ring_buffer_debug_spec_caps),
13495         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13496         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13497         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13498         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13499         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13500         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13501         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13502         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13503         (gst_ring_buffer_clear):
13504         * gst-libs/gst/audio/gstringbuffer.h:
13505         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13506         (gst_video_sink_class_init), (gst_video_sink_get_type):
13507         * gst-libs/gst/video/videosink.h:
13508         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13509         (gst_multifdsink_class_init),
13510         (gst_multifdsink_handle_client_write),
13511         (gst_multifdsink_change_state):
13512         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13513         (gst_tcpclientsink_setcaps):
13514         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13515         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13516         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13517         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13518         (gst_ximagesink_send_pending_navigation),
13519         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13520         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13522         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13523         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13524         (gst_xvimagesink_send_pending_navigation),
13525         (gst_xvimagesink_navigation_send_event),
13526         (gst_xvimagesink_set_xwindow_id),
13527         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13528         (gst_xvimagesink_get_type):
13529         more macro splitting
13530
13531 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13532
13533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13534           plug a memleak, allows me to import 1479 albums in one go
13535           in jamboree
13536         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13537         (vorbis_handle_type_packet), (vorbis_dec_chain),
13538         (vorbis_dec_change_state):
13539           fix some format strings
13540
13541 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13542
13543         * docs/libs/tmpl/gstcolorbalance.sgml:
13544         * docs/libs/tmpl/gstmixer.sgml:
13545         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13546         (gst_alsasink_set_property), (gst_alsasink_get_property):
13547         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13548         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13549           add device property
13550
13551 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13552
13553         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13554         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13555         (audiocast_register_listener), (audiocast_thread_run),
13556         (gst_gnomevfssrc_send_additional_headers_callback),
13557         (gst_gnomevfssrc_received_headers_callback),
13558         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13559         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13560         (gst_gnomevfssrc_get_size):
13561           add/clean up debugging
13562         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13563           cleanups
13564
13565 2005-07-07  Andy Wingo  <wingo@pobox.com>
13566
13567         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13568         framerate. Need to get a handle on when exactly this function is
13569         called, tho.
13570
13571         * sys/v4l/v4lsrc_calls.h:
13572         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13573         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13574         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13575
13576         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13577         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13578         v4lelements are sources.
13579
13580         * sys/v4l/gstv4lxoverlay.h:
13581         * sys/v4l/gstv4lxoverlay.c:
13582         * sys/v4l/gstv4ltuner.h:
13583         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13584         
13585         * sys/v4l/gstv4lsrc.h:
13586         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13587         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13588         or something should handle that. Made a live source.
13589
13590         * sys/v4l/gstv4lelement.h:
13591         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13592         signals. Some cleanups.
13593
13594         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13595
13596         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13597         stuff.
13598
13599         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13600         stuff.
13601
13602         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13603
13604 2005-07-07  Wim Taymans  <wim@fluendo.com>
13605
13606         * ext/theora/theoradec.c: (theora_get_query_types),
13607         (theora_dec_src_getcaps), (theora_dec_push):
13608         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13609         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13610         Remove deprecated/unused query types.
13611
13612 2005-07-06  Wim Taymans  <wim@fluendo.com>
13613
13614         * ext/alsa/Makefile.am:
13615         * ext/alsa/gstalsaplugin.c: (plugin_init):
13616         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13617         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13618         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13619         (gst_alsasrc_class_init), (gst_alsasrc_init),
13620         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13621         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13622         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13623         (gst_alsasrc_reset):
13624         * ext/alsa/gstalsasrc.h:
13625         * gst-libs/gst/audio/Makefile.am:
13626         * gst-libs/gst/audio/gstaudiosink.c:
13627         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13628         (gst_audioringbuffer_start):
13629         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13630         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13631         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13632         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13633         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13634         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13635         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13636         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13637         * gst-libs/gst/audio/gstaudiosrc.h:
13638         * gst-libs/gst/audio/gstbaseaudiosink.c:
13639         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13640         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13641         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13642         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13643         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13644         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13645         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13646         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13647         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13648         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13649         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13650         (gst_baseaudiosrc_change_state):
13651         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13652         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13653         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13654         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13655         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13656         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13657         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13658         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13659         * gst-libs/gst/audio/gstringbuffer.h:
13660         Added audiosource base classes.
13661         Ported alsasrc, still very basic.
13662
13663 2005-07-06  Wim Taymans  <wim@fluendo.com>
13664
13665         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13666         (theora_dec_push), (theora_handle_data_packet):
13667         Prepare for better timestamp fix later.
13668
13669         * gst/audioconvert/gstaudioconvert.c:
13670         List most accurate caps first
13671
13672         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13673         Use proper pad task function.
13674
13675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13676         (gst_xvimagesink_show_frame):
13677         Fix deadlock when alloc failed.
13678
13679 2005-07-05  Andy Wingo  <wingo@pobox.com>
13680
13681         * ext/gnomevfs/gstgnomevfssrc.c:
13682         * gst/sine/gstsinesrc.c:
13683         * gst/tcp/gsttcpserversrc.c:
13684         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13685
13686         * sys/v4l/: Port from 0.8.
13687
13688         * Many files: Null if we got it....
13689
13690 2005-07-05  Andy Wingo  <wingo@pobox.com>
13691
13692         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13693         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13694         Signedness fixes.
13695
13696 2005-07-05  Wim Taymans  <wim@fluendo.com>
13697
13698         * configure.ac:
13699         * gst/tcp/Makefile.am:
13700         * gst/tcp/README:
13701         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13702         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13703         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13704         (is_sync_frame), (gst_multifdsink_handle_client_write),
13705         (gst_multifdsink_render), (gst_multifdsink_start),
13706         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13707         * gst/tcp/gstmultifdsink.h:
13708         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13709         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13710         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13711         * gst/tcp/gsttcp.h:
13712         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13713         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13714         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13715         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13716         * gst/tcp/gsttcpclientsink.h:
13717         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13718         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13719         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13720         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13721         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13722         * gst/tcp/gsttcpclientsrc.h:
13723         * gst/tcp/gsttcpplugin.c: (plugin_init):
13724         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13725         * gst/tcp/gsttcpserversink.h:
13726         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13727         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13728         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13729         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13730         (gst_tcpserversrc_stop):
13731         * gst/tcp/gsttcpserversrc.h:
13732         * gst/tcp/gsttcpsink.c:
13733         * gst/tcp/gsttcpsink.h:
13734         * gst/tcp/gsttcpsrc.c:
13735         * gst/tcp/gsttcpsrc.h:
13736         Ported tcp plugins to 0.9. 
13737         
13738
13739 2005-07-05  Andy Wingo  <wingo@pobox.com>
13740
13741         * gst/playback/gstplaybasebin.c (fill_buffer):
13742         message_new_application fixen.
13743
13744         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13745         Style fix.
13746
13747 2005-07-04  Wim Taymans  <wim@fluendo.com>
13748
13749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13750         Set caps on output buffer.
13751
13752 2005-07-04  Andy Wingo  <wingo@pobox.com>
13753
13754         * ext/gnomevfs/gstgnomevfssrc.c
13755         (gst_gnomevfssrc_received_headers_callback) 
13756         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13757         hopefully.
13758
13759         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13760         No refcount leakage.
13761
13762         * configure.ac: Enable -Werror.
13763         
13764         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13765         * gst/audioconvert/bufferframesconvert.c
13766         (buffer_frames_convert_fixate):
13767         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13768         (gst_audio_convert_fixate):
13769         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13770         (gst_sinesrc_create): Fixate func changes.
13771         
13772         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13773         (gst_ximagesink_buffer_alloc): Unused var.
13774
13775 2005-07-01  Andy Wingo  <wingo@pobox.com>
13776
13777         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13778         getcaps to do explicit caps. Needs to be done in all decoders,
13779         possibly via a base class.
13780
13781         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13782
13783         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13784         caps on the sink pad, just rely on the pad template. Also, setting
13785         ANY caps on a pad is not valid because the caps are not fixed.
13786
13787         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13788         caps on the buffer, and get the width from the desired_caps if
13789         they're set.
13790         (gst_ximagesink_renegotiate_size): Implement via setting the
13791         desired_caps on the ximagesink.
13792         (gst_ximagesink_setcaps): Only reset the width of the player if it
13793         wasn't already set. Not sure if this is right.
13794         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13795
13796         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13797         that the user wants. NULL unless the window has been resized.
13798
13799         * gst/volume/gstvolume.c (volume_transform): Adapt to
13800         basetransform refcount changes.
13801         
13802 2005-07-01  Andy Wingo  <wingo@pobox.com>
13803
13804         * gst/videoscale/gstvideoscale.c:
13805         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13806         from BaseTransform, implements a transform_caps. Removed dead code
13807         including some PAR stuff that was never reached -- should probably
13808         be added back somehow.
13809
13810 2005-07-01  Andy Wingo  <wingo@pobox.com>
13811
13812         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13813         come later.
13814
13815 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13816
13817         * configure.ac:
13818         * docs/libs/Makefile.am:
13819         * docs/libs/gst-plugins-libs.types:
13820         * ext/alsa/Makefile.am:
13821         * ext/alsa/gstalsamixer.h:
13822         * ext/alsa/gstalsamixeroptions.h:
13823         * ext/alsa/gstalsamixertrack.h:
13824         * gst-libs/gst/Makefile.am:
13825         * gst-libs/gst/colorbalance/.cvsignore:
13826         * gst-libs/gst/colorbalance/Makefile.am:
13827         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13828         * gst-libs/gst/colorbalance/colorbalance.c:
13829         * gst-libs/gst/colorbalance/colorbalance.h:
13830         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13831         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13832         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13833         * gst-libs/gst/interfaces/Makefile.am:
13834         * gst-libs/gst/interfaces/colorbalance.c:
13835         (gst_color_balance_class_init):
13836         * gst-libs/gst/interfaces/colorbalance.h:
13837         * gst-libs/gst/interfaces/interfaces-marshal.list:
13838         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13839         * gst-libs/gst/interfaces/mixer.h:
13840         * gst-libs/gst/interfaces/mixeroptions.h:
13841         * gst-libs/gst/interfaces/navigation.c:
13842         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13843         * gst-libs/gst/interfaces/tuner.h:
13844         * gst/volume/Makefile.am:
13845         * gst/volume/gstvolume.c:
13846         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13847         * sys/ximage/Makefile.am:
13848         * sys/ximage/ximagesink.c:
13849         * sys/xvimage/Makefile.am:
13850         * sys/xvimage/xvimagesink.c:
13851           fold in all interfaces into an interfaces dir, preserving CVS
13852           history
13853
13854 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13855
13856         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13857           Fix build after riff changes.
13858
13859 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13860
13861         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13862         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13863         (gst_riff_create_video_template_caps),
13864         (gst_riff_create_audio_template_caps),
13865         (gst_riff_create_iavs_template_caps):
13866         * gst-libs/gst/riff/riff-media.h:
13867         * gst-libs/gst/riff/riff-read.h:
13868         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13869           Add gst_riff_init() to initialize the debug category, instead
13870           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13871
13872 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13873
13874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13875           Oops, I shouldn't apply hacks.
13876
13877 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13878
13879         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13880           Remove pad_loop function which doesn't work.
13881
13882 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13883
13884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13885           Send EOS when deactivating.
13886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13887         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13888         (gen_preroll_element), (probe_triggered), (mute_stream),
13889         (silence_stream), (new_decoded_pad), (setup_substreams),
13890         (set_active_source):
13891         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13892         (remove_sinks), (add_sink):
13893         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13894           Change for new probe API.
13895
13896 2005-06-29  Wim Taymans  <wim@fluendo.com>
13897
13898         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13899         * gst-libs/gst/audio/gstbaseaudiosink.c:
13900         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13901         (gst_baseaudiosink_change_state):
13902         * gst-libs/gst/audio/gstbaseaudiosink.h:
13903         * gst-libs/gst/audio/gstringbuffer.c:
13904         (gst_ringbuffer_set_callback):
13905         Fix compilation error.
13906         Ringbuffer starts out as not running.
13907         Free our clock in dispose.
13908         When releasing the ringbuffer we need to renegotiate so
13909         clear the pad caps.
13910
13911 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13912
13913         * autogen.sh:
13914         * configure.ac:
13915         * docs/Makefile.am:
13916         * docs/libs/Makefile.am:
13917         * docs/libs/gst-plugins-libs-docs.sgml:
13918         * docs/libs/gst-plugins-libs-sections.txt:
13919         * docs/libs/gst-plugins-libs.types:
13920         * docs/libs/tmpl/gstaudio.sgml:
13921         * docs/libs/tmpl/gstcolorbalance.sgml:
13922         * docs/libs/tmpl/gstringbuffer.sgml:
13923         * gst-libs/gst/audio/gstringbuffer.c:
13924         (gst_ringbuffer_set_callback):
13925           reinstate gtk-doc docs for plugin libs
13926
13927 2005-06-28  Wim Taymans  <wim@fluendo.com>
13928
13929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13930         (gst_ogg_demux_init):
13931         Removed pad loop function.
13932
13933 2005-06-28  Wim Taymans  <wim@fluendo.com>
13934
13935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13936         If we're building a chain we are not in an error case
13937         when we queue a buffer.
13938
13939 2005-06-28  Andy Wingo  <wingo@pobox.com>
13940
13941         * *.c: Don't cast to GstObject before reffing/unreffing.
13942
13943 2005-06-27  Andy Wingo  <wingo@pobox.com>
13944
13945         * gst/videotestsrc/gstvideotestsrc.c
13946         (gst_videotestsrc_activate_push): Activation API changes.
13947
13948         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
13949         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
13950         they have refs on the decodebin.
13951
13952         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
13953         parent class.
13954         (gst_ogg_pad_typefind): Don't leak a pad ref.
13955         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
13956         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
13957         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
13958
13959 2005-06-27  Edward Hervey  <edward@fluendo.com>
13960
13961         * ext/theora/theoradec.c: (theora_dec_change_state): 
13962         re-arranged call to parent's state change in order to avoid locks (or
13963         worse).
13964
13965 2005-06-26  Edward Hervey  <edward@fluendo.com>
13966
13967         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13968         2nd argument of 'unknow-type' signal is a GstCaps and not a
13969         GstMiniObject
13970
13971 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
13972         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
13973           Set the worker thread's running flag to TRUE before starting the
13974           thread.
13975         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
13976           Catch a failure to add typefind to the bin.
13977
13978 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13979
13980         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13981         (gst_sinesrc_init), (gst_sinesrc_create),
13982         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13983         (gst_sinesrc_start):
13984         * gst/sine/gstsinesrc.h:
13985           add num-buffers and timestamp-offset properties
13986         * gst/videotestsrc/gstvideotestsrc.c:
13987         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
13988         (gst_videotestsrc_get_property):
13989           add timestamp-offset property
13990
13991 2005-06-23  Christian Schaller  <uraeus@gnome.org>
13992
13993         * configure.ac: add videorate
13994         * gst-plugins-base.spec.in: add videorate
13995
13996 2005-06-23  Wim Taymans  <wim@fluendo.com>
13997
13998         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13999         (gst_videorate_getcaps), (gst_videorate_setcaps),
14000         (gst_videorate_event), (gst_videorate_chain):
14001         Fixed videorate, fixating an already fixated caps is not
14002         an error.
14003
14004 2005-06-23  Wim Taymans  <wim@fluendo.com>
14005
14006         * ext/ogg/README:
14007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14008         Buffer on caps is not boxed anymore.
14009
14010 2005-06-22  Wim Taymans  <wim@fluendo.com>
14011
14012         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14014         Set buffers on caps as miniobjects and not as boxed.
14015
14016 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14017
14018         * configure.ac:
14019           back to HEAD
14020
14021 === release 0.9.1 ===
14022
14023 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14024
14025         * .cvsignore:
14026         * NEWS:
14027         * README:
14028         * RELEASE:
14029         * configure.ac:
14030         * po/af.po:
14031         * po/az.po:
14032         * po/cs.po:
14033         * po/en_GB.po:
14034         * po/hu.po:
14035         * po/it.po:
14036         * po/nb.po:
14037         * po/nl.po:
14038         * po/or.po:
14039         * po/sq.po:
14040         * po/sr.po:
14041         * po/sv.po:
14042         * po/uk.po:
14043         * po/vi.po:
14044           updates for release
14045
14046 2005-06-09  Andy Wingo  <wingo@pobox.com>
14047
14048         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14049         
14050 2005-06-09  Andy Wingo  <wingo@pobox.com>
14051
14052         * configure.ac:
14053         * gst-libs/gst/Makefile.am:
14054         * gst-libs/gst/net/Makefile.am:
14055         Add gstnet to build.
14056
14057 2005-06-09  Andy Wingo  <wingo@pobox.com>
14058
14059         * gst-libs/gst/gconf/gconf.c:
14060         * gst/playback/test.c:
14061         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14062         fixes.
14063
14064         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14065
14066         * ext/theora/theoraenc.c (theora_enc_chain): 
14067         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14068
14069         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14070         RealPad.
14071
14072 2005-06-02  Wim Taymans  <wim@fluendo.com>
14073
14074         * gst-libs/gst/net/Makefile.am:
14075         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14076         * pkgconfig/gstreamer-libs.pc.in:
14077         Added net stuff, version net lib.
14078
14079 2005-06-02  Wim Taymans  <wim@fluendo.com>
14080
14081         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14082         (query_rates), (query_positions_elems), (query_positions_pads),
14083         (do_seek):
14084         Updated seek example.
14085
14086 2005-06-02  Andy Wingo  <wingo@pobox.com>
14087
14088         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14089         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14090         list.
14091
14092         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14093         remove the typefind, the bin dispose will do it for us. When it's
14094         removed and unreffed, the signal handler will be disconnected,
14095         too.
14096         (unlinked): It's too difficult to disconnect from unlinked
14097         handlers, as they are on pads not elements. Just punt if the pads
14098         aren't grandkids of the bin.
14099
14100 2005-06-02  Wim Taymans  <wim@fluendo.com>
14101
14102         * ext/ogg/README:
14103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14104         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14105         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14106         * ext/theora/theoradec.c: (theora_dec_src_query),
14107         (theora_handle_data_packet):
14108         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14109         (theora_enc_chain):
14110         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14111         (vorbis_handle_data_packet):
14112         * gst/audioconvert/bufferframesconvert.c:
14113         (buffer_frames_convert_chain):
14114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14115         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14116         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14117         (gst_ffmpegcsp_chain):
14118         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14119         (gst_videorate_getcaps), (gst_videorate_setcaps),
14120         (gst_videorate_event), (gst_videorate_chain):
14121         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14122         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14124         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14125         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14126         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14127         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14128         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14129         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14130         Cleanups and buffer alloc.
14131
14132 2005-05-31  Wim Taymans  <wim@fluendo.com>
14133
14134         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14135         Don't try to call the delay method when the device is not
14136         opened.
14137
14138 2005-05-31  Wim Taymans  <wim@fluendo.com>
14139
14140         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14141         Get actual segment size and buffer size after opening
14142         the device.
14143
14144 2005-05-30  Wim Taymans  <wim@fluendo.com>
14145
14146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14147         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14148         Also FLUSH upstream, makes the loop function exit faster.
14149         
14150         * ext/theora/theoradec.c: (theora_dec_src_query):
14151         Some more debug info in the query.
14152         
14153         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14154         (gst_ximagesink_setcaps):
14155         Release lock on par error, better error reporting.
14156
14157 2005-05-26  Wim Taymans  <wim@fluendo.com>
14158
14159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14160         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14161         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14162         Clear chains in READY
14163         Queue packets until the chain is activated.
14164
14165 2005-05-25  Wim Taymans  <wim@fluendo.com>
14166
14167         * gst-libs/gst/audio/gstaudiosink.c:
14168         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14169         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14170         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14171         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14172         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14173         (gst_audiosink_create_ringbuffer):
14174         * gst-libs/gst/audio/gstbaseaudiosink.c:
14175         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14176         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14177         (gst_baseaudiosink_set_property), (build_linear_format),
14178         (debug_spec_caps), (debug_spec_buffer),
14179         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14180         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14181         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14182         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14183         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14184         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14185         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14186         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14187         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14188         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14189         (wait_segment), (gst_ringbuffer_commit),
14190         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14191         (gst_ringbuffer_clear):
14192         Various small cleanups.
14193
14194         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14195         (gst_audio_convert_change_state):
14196         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14197         No need to take the locks anymore.
14198
14199 2005-05-25  Wim Taymans  <wim@fluendo.com>
14200
14201         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14202         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14203         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14204         (type_found):
14205         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14206         (group_destroy), (group_commit), (queue_overrun),
14207         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14208         (mute_stream), (new_decoded_pad), (setup_substreams),
14209         (setup_source), (mute_group_type), (set_active_source),
14210         (gst_play_base_bin_change_state):
14211         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14212         (gen_video_element), (gen_text_element), (gen_audio_element),
14213         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14214         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14215         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14216         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14217         Some playbin cleanups mostly refcounting sloppyness.
14218
14219 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14220
14221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14222           Work with streaming input.
14223
14224 2005-05-25  Wim Taymans  <wim@fluendo.com>
14225
14226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14227         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14228         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14229         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14230         No need to take the STREAM lock anymore.
14231
14232 2005-05-25  Wim Taymans  <wim@fluendo.com>
14233
14234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14235         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14236         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14237         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14238         (gst_ogg_demux_sink_activate):
14239         * ext/theora/theoradec.c: (theora_dec_src_event),
14240         (theora_handle_comment_packet), (theora_dec_chain),
14241         (theora_dec_change_state):
14242         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14243         (vorbis_handle_data_packet), (vorbis_dec_chain),
14244         (vorbis_dec_change_state):
14245         Remove STREAM locks as they are taken in core now.
14246         Never set bogus granulepos on vorbis/theora.
14247         Fix leaks in theoradec tag parsing.
14248
14249 2005-05-25  Wim Taymans  <wim@fluendo.com>
14250
14251         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14252         Fix memleaks, GST_BUFFER_DATA() is not freed.
14253
14254 2005-05-25  Wim Taymans  <wim@fluendo.com>
14255
14256         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14257         Open non-blocking, set to blocking mode afterwards to avoid
14258         lockups when audio device is busy.
14259
14260 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14261
14262         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14263           This can't be good.
14264
14265 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14266
14267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14268         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14269         (gst_audio_convert_setcaps):
14270           Implement instant setup switching.
14271
14272 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14273
14274         * gst/playback/gstplaybasebin.c: (probe_triggered):
14275           Fix missing unlock.
14276         * gst/playback/gstplaybin.c: (add_sink):
14277           First add, then link (otherwise pad link fails).
14278
14279 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14280
14281         * examples/Makefile.am:
14282         fix buildbot (make distcheck)
14283
14284 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14285
14286         * gst/playback/gstplaybin.c: (gen_vis_element):
14287           Remove some wrong code. Doesn't work yet.
14288
14289 2005-05-19  Wim Taymans  <wim@fluendo.com>
14290
14291         * gst-libs/gst/net/Makefile.am:
14292         * gst-libs/gst/net/README:
14293         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14294         (gst_netbuffer_class_init), (gst_netbuffer_init),
14295         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14296         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14297         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14298         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14299         * gst-libs/gst/net/gstnetbuffer.h:
14300         Added buffer subclass to store extra to/from addresses for
14301         network sources/sinks.
14302
14303 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14304
14305         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14306           Don't lock an unassigned variable.
14307
14308 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14309
14310         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14311           Increase buffer for video, decrease buffer for other media types.
14312         * gst/playback/gstplaybin.c: (gen_video_element),
14313         (gen_audio_element):
14314           Change names for debugging purposes.
14315
14316 2005-05-18  Wim Taymans  <wim@fluendo.com>
14317
14318         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14319         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14320         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14321         (gst_ffmpegcsp_chain):
14322         Enable buffer alloc passthrough if the source and dest
14323         formats are the same.
14324
14325 2005-05-17  Wim Taymans  <wim@fluendo.com>
14326
14327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14328         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14329         (gst_ogg_demux_chain_unlocked):
14330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14331         (gst_audio_convert_caps_remove_format_info),
14332         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14333         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14335         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14336         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14337         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14338         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14339         (gst_ffmpegcsp_get_property):
14340         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14341         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14342         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14343         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14344         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14345         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14346         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14347         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14348         Leak fixes in oggdemux.
14349         Some cleanups in audioconvert.
14350         Make passthrough work along with buffer_alloc etc.
14351         Make buffer_alloc and buffer recycling actually work in
14352         xvimagesink.
14353
14354 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14355
14356         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14357           make the compiler happy
14358
14359 2005-05-17  Wim Taymans  <wim@fluendo.com>
14360
14361         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14362         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14363         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14364         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14365         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14366         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14367         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14368         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14369         (gst_xvimagesink_set_xwindow_id):
14370         * sys/xvimage/xvimagesink.h:
14371         Port xvimagesink to new MiniObject.
14372
14373 2005-05-17  Wim Taymans  <wim@fluendo.com>
14374
14375         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14376         (gst_audiofilter_chain):
14377         * gst-libs/gst/audio/gstaudiosink.c:
14378         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14379         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14380         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14381         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14382         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14383         (gst_audiosink_create_ringbuffer):
14384         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14385         (gst_audio_convert_caps_remove_format_info),
14386         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14387         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14388         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14389         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14390         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14391         Fix passthrough in ffmpegcolorspace.
14392         Fix memset in audiosink on wrong memory.
14393
14394 2005-05-16  David Schleef  <ds@schleef.org>
14395
14396         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14397         to GstMiniObject.
14398
14399 2005-05-16  David Schleef  <ds@schleef.org>
14400
14401         Port from GstData to GstMiniObject.
14402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14404         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14405         (gst_ogg_mux_collected):
14406         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14407         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14408         (theora_handle_data_packet):
14409         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14410         (theora_set_header_on_caps), (theora_enc_chain):
14411         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14412         (vorbis_handle_comment_packet):
14413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14414         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14415         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14416         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14417         * gst/audioconvert/gstaudioconvert.c:
14418         (gst_audio_convert_get_buffer):
14419         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14420         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14421         (mute_stream), (silence_stream):
14422         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14423         * gst/volume/gstvolume.c: (volume_transform):
14424         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14425         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14426         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14427         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14428         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14429         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14430         (gst_ximagesink_buffer_alloc):
14431         * sys/ximage/ximagesink.h:
14432
14433 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14434
14435         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14436         (fill_buffer), (check_queue), (queue_threshold_reached),
14437         (queue_out_of_data):
14438         * gst/playback/gstplaybasebin.h:
14439           Post buffer-fullness on the bus.
14440
14441 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14442
14443         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14444         (try_to_link_1):
14445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14446         (group_commit), (probe_triggered), (setup_source),
14447         (gst_play_base_bin_change_state):
14448         * gst/playback/gstplaybasebin.h:
14449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14450         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14451         (gst_play_bin_change_state):
14452           Move setup_output_pads into a virtual function, remove
14453           group-switch (no longer needed) and redirect (handled by bus
14454           now) signals.
14455
14456 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14457
14458         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14459         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14460         (get_active_group), (get_building_group), (group_destroy),
14461         (group_commit), (check_queue), (queue_overrun),
14462         (queue_threshold_reached), (queue_out_of_data),
14463         (gen_preroll_element), (remove_groups), (unknown_type),
14464         (add_element_stream), (no_more_pads), (probe_triggered),
14465         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14466         (setup_substreams), (setup_source), (finish_source),
14467         (prepare_output), (muted_group_change_state),
14468         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14469         (gst_play_base_bin_change_state):
14470         * gst/playback/gstplaybasebin.h:
14471         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14472         (gst_play_bin_init), (gst_play_bin_set_property),
14473         (gen_video_element), (gen_text_element), (gen_audio_element),
14474         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14475         (gst_play_bin_change_state):
14476         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14477         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14478         (stream_info_change_state), (gst_stream_info_set_mute),
14479         (gst_stream_info_get_property):
14480         * gst/playback/gststreaminfo.h:
14481         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14482         (gst_stream_selector_get_linked_pad),
14483         (gst_stream_selector_getcaps),
14484         (gst_stream_selector_get_linked_pads),
14485         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14486         * gst/playback/gststreamselector.h:
14487           Rough port of playbin. Needs some more work, but is mostly done,
14488           and uses a few locks in important places, which should make stuff
14489           like chain-switches clean. Still uses GST_STATE() in a few places,
14490           which isn't all that good an idea, subtitles/elements disabled
14491           because no elements to test with and thus probably broken, query
14492           and event handling moved to GstBin, internal thread removed
14493           alltogether because the pipeline does that for us now. Can play
14494           Ogg/Vorbis files. Haven't tested anything else yet.
14495
14496 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14497
14498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14499           Do no-more-pads (needed for autoplugging).
14500
14501 2005-05-10  Andy Wingo  <wingo@pobox.com>
14502
14503         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14504         message to the bus with the tags. Still not sent downstream tho.
14505
14506         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14507         get_parent.
14508         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14509         avoid refcounting hassles.
14510
14511 2005-05-09  Andy Wingo  <wingo@pobox.com>
14512
14513         * gst/volume/Makefile.am:
14514         * gst/volume/demo.c
14515         * gst/volume/gstvolume.h
14516         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14517         basetransform. Probably need an audio filter base class.
14518
14519 2005-05-09  Wim Taymans  <wim@fluendo.com>
14520
14521         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14522         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14523         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14524         (gst_vorbisenc_chain):
14525         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14526         (gst_audio_convert_caps_remove_format_info),
14527         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14528         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14529         Make caps writable before writing to it.
14530         Fix negotiation in audioconvert some more.
14531
14532 2005-05-09  Wim Taymans  <wim@fluendo.com>
14533
14534         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14535         (gst_videorate_getcaps), (gst_videorate_setcaps),
14536         (gst_videorate_event), (gst_videorate_chain):
14537         Better negotiation.
14538
14539 2005-05-09  Wim Taymans  <wim@fluendo.com>
14540
14541         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14542         (gst_videorate_getcaps), (gst_videorate_setcaps),
14543         (gst_videorate_blank_data), (gst_videorate_init),
14544         (gst_videorate_event), (gst_videorate_chain),
14545         (gst_videorate_change_state):
14546         Port videorate, do a better job at negotiation while we're at
14547         it.
14548
14549 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14550
14551         * configure.ac:
14552           Disable libvisual
14553
14554         * examples/Makefile.am:
14555         * gst-libs/gst/audio/Makefile.am:
14556         * gst-libs/gst/riff/Makefile.am:
14557         * gst-libs/gst/tag/Makefile.am:
14558         * gst-libs/gst/video/Makefile.am:
14559           Fixups for missing variables.
14560
14561 2005-05-09  Wim Taymans  <wim@fluendo.com>
14562
14563         * examples/seeking/seek.c: (make_theora_pipeline),
14564         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14565         (query_rates), (query_positions_elems), (query_positions_pads),
14566         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14568         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14569         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14570         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14571         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14573         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14574         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14575         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14576         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14577         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14578         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14579         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14580         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14581         (theora_dec_src_convert), (theora_dec_sink_convert),
14582         (theora_dec_src_query), (theora_dec_sink_query),
14583         (theora_dec_src_event), (theora_dec_sink_event),
14584         (theora_handle_comment_packet), (theora_handle_type_packet),
14585         (theora_handle_header_packet), (theora_handle_data_packet),
14586         (theora_dec_chain):
14587         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14588         (vorbis_dec_convert), (vorbis_dec_src_query),
14589         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14590         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14591         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14592         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14593         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14594         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14595         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14596         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14597         (gst_play_bin_query):
14598         * gst/playback/test3.c: (update_scale):
14599         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14600         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14601         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14602         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14603         (gst_videotestsrc_src_query):
14604         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14605         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14606         (paint_hline_YUV9):
14607         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14608         Port to new query API.
14609         Updated seek.
14610         Cleanups in x[v]imagesink
14611
14612 2005-05-09  Andy Wingo  <wingo@pobox.com>
14613
14614         * ext/alsa/gstalsasink.h:
14615         * ext/gnomevfs/gstgnomevfssrc.c:
14616         (gst_gnomevfssrc_get_icy_metadata):
14617         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14618         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14619         * ext/theora/theoradec.c (theora_dec_src_query)
14620         (theora_dec_src_event, theora_dec_sink_event)
14621         (theora_handle_comment_packet, theora_handle_data_packet):
14622         * ext/theora/theoraenc.c (theora_enc_chain):
14623         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14624         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14625         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14626         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14627         (qt_type_find):
14628         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14629         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14630         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14631         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14632         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14633         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14634         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14635         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14636         (paint_setup_RGB565, paint_setup_xRGB1555):
14637         * gst/videotestsrc/videotestsrc.h:
14638         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14639         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14640         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14641         GCC4 fixes.
14642         
14643         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14644         gst_pad_query_position. Fixes oggdemux.
14645
14646 2005-05-08  David Schleef  <ds@schleef.org>
14647
14648         * configure.ac: Require liboil.
14649         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14650         a few more.
14651         * gst/videotestsrc/videotestsrc.c:
14652         * gst/videotestsrc/videotestsrc.h:
14653
14654 2005-05-06  Wim Taymans  <wim@fluendo.com>
14655
14656         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14657         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14658         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14659         Well, unreffing a buffer right before pushing it is asking
14660         for trouble..
14661
14662 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14663
14664         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14665
14666 2005-05-06  Wim Taymans  <wim@fluendo.com>
14667
14668         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14669         (gst_audio_convert_caps_remove_format_info),
14670         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14671         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14673         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14674         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14675         * gst/sine/Makefile.am:
14676         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14677         (gst_sinesrc_class_init), (gst_sinesrc_init),
14678         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14679         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14680         (gst_sinesrc_update_freq):
14681         * gst/sine/gstsinesrc.h:
14682         * gst/tcp/gstmultifdsink.c:
14683         * sys/xvimage/xvimagesink.c:
14684         Fixed negotiation wrt _peer_get_caps()
14685         Some cleanups.
14686
14687
14688 2005-05-06  Wim Taymans  <wim@fluendo.com>
14689
14690         * gst-libs/gst/audio/gstaudiosink.c:
14691         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14692         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14693         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14694         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14695         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14696         (gst_audiosink_create_ringbuffer):
14697         * gst-libs/gst/audio/gstbaseaudiosink.c:
14698         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14699         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14700         (gst_baseaudiosink_set_property), (build_linear_format),
14701         (debug_spec_caps), (debug_spec_buffer),
14702         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14703         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14704         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14705         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14706         * gst-libs/gst/audio/gstbaseaudiosink.h:
14707         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14708         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14709         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14710         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14711         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14712         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14713         (wait_segment), (gst_ringbuffer_commit),
14714         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14715         (gst_ringbuffer_clear):
14716         * gst-libs/gst/audio/gstringbuffer.h:
14717         Make the base audiosink return an error when there is no
14718         audiobuffer negotiated.
14719
14720 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14721
14722         * ext/Makefile.am:
14723         Disable cdparanoia until someone ports it!
14724
14725 2005-05-06  Wim Taymans  <wim@fluendo.com>
14726
14727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14728         (gst_ogg_demux_sink_activate):
14729         And revert after wingo's revert.. sigh..
14730
14731 2005-05-05  Andy Wingo  <wingo@pobox.com>
14732
14733         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14734         GObject.
14735         * configure.ac: Return audiorate and subparse from the ghetto.
14736         Re-enable -Wall -Werror.
14737         * gst/subparse/gstsubparse.c:
14738         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14739         or chain-based. Cleaned up a bit. Not tested.
14740         
14741 2005-05-05  Christian Schaller <christian@fluendo.com> 
14742
14743         * Makefile.am: remove stuff that is not building
14744         * configure.ac: remove stuff that is not building
14745         * examples/Makefile.am: remove stuff that is not building
14746         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14747         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14748         * sys/Makefile.am: remove stuff that is not building
14749         * testsuite/Makefile.am: remove stuff that is not building
14750
14751 2005-05-05  Andy Wingo  <wingo@pobox.com>
14752
14753         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14754         * gst-libs/gst/tag/gstvorbistag.c:
14755         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14756         * gst/adder/gstadder.h:
14757         * gst/audioconvert/gstchannelmix.c:
14758         (gst_audio_convert_fill_one_other):
14759         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14760         (gst_audiorate_init), (gst_audiorate_chain):
14761         * gst/playback/gstplaybasebin.c: (setup_source):
14762         * gst/playback/test3.c: (update_scale):
14763         Some GCC4 fixes
14764         
14765         * po/af.po:
14766         * po/az.po:
14767         * po/cs.po:
14768         * po/en_GB.po:
14769         * po/hu.po:
14770         * po/it.po:
14771         * po/nb.po:
14772         * po/nl.po:
14773         * po/or.po:
14774         * po/sq.po:
14775         * po/sr.po:
14776         * po/sv.po:
14777         * po/uk.po:
14778         * po/vi.po: Foo
14779
14780 2005-05-05  Wim Taymans  <wim@fluendo.com>
14781
14782         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14783         (gst_audio_convert_caps_remove_format_info),
14784         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14785         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14786         * gst/videotestsrc/gstvideotestsrc.c:
14787         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14788         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14789         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14790         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14791         Don't ignore _push() return values.
14792         Make sure no processing is done when shutting down.
14793         Videotestsrc pad activation fix.
14794
14795 2005-05-05  Wim Taymans  <wim@fluendo.com>
14796
14797         * gst/adder/Makefile.am:
14798         * gst/adder/gstadder.c: (gst_adder_setcaps),
14799         (gst_adder_class_init), (gst_adder_init),
14800         (gst_adder_request_new_pad), (gst_adder_collected),
14801         (gst_adder_change_state):
14802         * gst/adder/gstadder.h:
14803         Ported adder as an example of a mixer element using
14804         collect pads. Needs more negotiation work.
14805
14806 2005-05-05  Wim Taymans  <wim@fluendo.com>
14807
14808         * ext/theora/theoradec.c: (_inc_granulepos),
14809         (theora_dec_src_event), (theora_dec_sink_event),
14810         (theora_handle_comment_packet), (theora_handle_type_packet),
14811         (theora_handle_header_packet), (theora_handle_data_packet),
14812         (theora_dec_chain):
14813         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14814         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14815         (theora_push_buffer), (theora_push_packet),
14816         (theora_enc_sink_event), (theora_enc_chain),
14817         (theora_enc_change_state), (theora_enc_set_property),
14818         (theora_enc_get_property):
14819         Added stream lock to decoder so that we can serialize
14820         the discont event.
14821         More theoraenc porting, recover from errors, do clean
14822         shutdown.
14823
14824 2005-05-05  Wim Taymans  <wim@fluendo.com>
14825
14826         * ext/ogg/Makefile.am:
14827         * ext/ogg/README:
14828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14829         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14830         (gst_ogg_print):
14831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14832         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14833         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14834         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14835         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14836         (gst_ogg_mux_change_state):
14837         Ported ogg muxer.
14838
14839 2005-05-05  Wim Taymans  <wim@fluendo.com>
14840
14841         * docs/design-audiosinks.txt:
14842         * gst-libs/gst/audio/TODO:
14843         * gst-libs/gst/audio/gstaudiosink.c:
14844         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14845         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14846         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14847         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14848         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14849         (gst_audiosink_create_ringbuffer):
14850         * gst-libs/gst/audio/gstbaseaudiosink.c:
14851         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14852         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14853         (gst_baseaudiosink_set_property), (build_linear_format),
14854         (debug_spec_caps), (debug_spec_buffer),
14855         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14856         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14857         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14858         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14859         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14860         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14861         (gst_ringbuffer_release), (gst_ringbuffer_play),
14862         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14863         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14864         (gst_ringbuffer_set_sample), (wait_segment),
14865         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14866         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14867         More work on the audiosink, mostly debugging and a race in
14868         shutdown.
14869
14870 2005-04-28  Wim Taymans  <wim@fluendo.com>
14871
14872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14873         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14874         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14875         (vorbis_dec_src_query), (vorbis_dec_src_event),
14876         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14877         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14878         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14879         Don't crap out when seeking back to position 0.
14880
14881 2005-04-28  Wim Taymans  <wim@fluendo.com>
14882
14883         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14884         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14885         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14886         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14887         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14888         Make audio sink configurable, use alsasink as default.
14889
14890 2005-04-28  Wim Taymans  <wim@fluendo.com>
14891
14892         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14893         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14894         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14895         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14896         (vorbis_dec_change_state):
14897         * ext/vorbis/vorbisdec.h:
14898         Refactor, use STREAM_LOCK.
14899
14900 2005-04-28  Wim Taymans  <wim@fluendo.com>
14901
14902         * ext/theora/theoradec.c: (_inc_granulepos),
14903         (theora_dec_sink_event), (theora_handle_comment_packet),
14904         (theora_handle_type_packet), (theora_handle_header_packet),
14905         (theora_handle_data_packet), (theora_dec_chain),
14906         (theora_dec_change_state):
14907         Refactor a bit, use STREAM_LOCK.
14908
14909 2005-04-28  Wim Taymans  <wim@fluendo.com>
14910
14911         * ext/alsa/Makefile.am:
14912         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14913         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14914         (gst_alsa_link), (gst_alsa_close_audio):
14915         * ext/alsa/gstalsaplugin.c: (plugin_init):
14916         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14917         (gst_alsasink_dispose), (gst_alsasink_base_init),
14918         (gst_alsasink_class_init), (gst_alsasink_init),
14919         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14920         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14921         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14922         (gst_alsasink_reset):
14923         * ext/alsa/gstalsasink.h:
14924         Implement alsasink with simple open/write/close API. 
14925         Make alsa dir build by disabling compilation of code.
14926
14927 2005-04-28  Wim Taymans  <wim@fluendo.com>
14928
14929         * gst-libs/gst/audio/Makefile.am:
14930         * gst-libs/gst/audio/audio.h:
14931         * gst-libs/gst/audio/audioclock.c:
14932         * gst-libs/gst/audio/audioclock.h:
14933         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
14934         (gst_audio_clock_class_init), (gst_audio_clock_init),
14935         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
14936         * gst-libs/gst/audio/gstaudioclock.h:
14937         * gst-libs/gst/audio/gstaudiosink.c:
14938         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14939         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14940         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14941         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14942         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14943         (gst_audiosink_create_ringbuffer):
14944         * gst-libs/gst/audio/gstbaseaudiosink.c:
14945         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14946         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14947         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
14948         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
14949         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14950         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14951         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14952         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14953         * gst-libs/gst/audio/gstbaseaudiosink.h:
14954         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14955         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
14956         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14957         (gst_ringbuffer_release), (gst_ringbuffer_play),
14958         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14959         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14960         (gst_ringbuffer_set_sample), (wait_segment),
14961         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14962         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14963         * gst-libs/gst/audio/gstringbuffer.h:
14964         Make ringbuffer faster and more simple by removing the locks
14965         in the playback thread.
14966         Add sample accurate playback based on buffer sample offsets.
14967         Make the baseaudiosink provide a clock.
14968         Parse caps in the base class.
14969         Correctly handle seeking, flushing and state changes.
14970
14971 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14972
14973         * configure.ac:
14974         * gst/audioconvert/Makefile.am:
14975         * gst/audioscale/Makefile.am:
14976           Fix part of the build.  Come on guys, autogen didn't even work :)
14977
14978 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14979
14980         * configure.ac:
14981         * gst-libs/gst/Makefile.am:
14982         * gst-libs/gst/media-info/.cvsignore:
14983         * gst-libs/gst/media-info/Makefile.am:
14984         * gst-libs/gst/media-info/README:
14985         * gst-libs/gst/media-info/media-info-priv.c:
14986         * gst-libs/gst/media-info/media-info-priv.h:
14987         * gst-libs/gst/media-info/media-info-test.c:
14988         * gst-libs/gst/media-info/media-info.c:
14989         * gst-libs/gst/media-info/media-info.h:
14990         * gst-libs/gst/media-info/media-info.vcproj:
14991         * pkgconfig/Makefile.am:
14992         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14993         * pkgconfig/gstreamer-media-info.pc.in:
14994           Remove media-info, which is also successed by playbin (see Totem
14995           implementation).
14996
14997 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14998
14999         * configure.ac:
15000         * examples/Makefile.am:
15001         * examples/gstplay/.cvsignore:
15002         * examples/gstplay/Makefile.am:
15003         * examples/gstplay/player.c:
15004         * gst-libs/gst/Makefile.am:
15005         * gst-libs/gst/play/.cvsignore:
15006         * gst-libs/gst/play/Makefile.am:
15007         * gst-libs/gst/play/play.c:
15008         * gst-libs/gst/play/play.h:
15009         * gst-libs/gst/play/play.vcproj:
15010         * pkgconfig/Makefile.am:
15011         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15012         * pkgconfig/gstreamer-play.pc.in:
15013           Remove libgstplay, playbin is now the official successor.
15014
15015 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15016
15017         * configure.ac:
15018         * gst-libs/gst/Makefile.am:
15019         * gst-libs/gst/xwindowlistener/Makefile.am:
15020         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15021         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15022           Remove deprecated xwindowlistener (I've moved xwindowlistening
15023           in the v4l/v4l2 plugins over to serverside).
15024
15025 2005-04-25  David Schleef  <ds@schleef.org>
15026
15027         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15028         to examples/dynparams.  Examples do not belong interspersed with
15029         source code.
15030         * examples/dynparams/demo-dparams.c:
15031         * gst/sine/Makefile.am:
15032         * gst/sine/demo-dparams.c:
15033
15034 2005-04-25  David Schleef  <ds@schleef.org>
15035
15036         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15037         * gst-libs/gst/audio/Makefile.am:
15038         * gst-libs/gst/riff/Makefile.am:
15039         * gst-libs/gst/tag/Makefile.am:
15040         * gst-libs/gst/video/Makefile.am:
15041         * gst-libs/gst/xwindowlistener/Makefile.am:
15042
15043         Convert to 0.9 API, seems to work:
15044         * sys/ximage/Makefile.am:
15045         * sys/ximage/ximagesink.c:
15046
15047 2005-04-24  David Schleef  <ds@schleef.org>
15048
15049         Link plugins against libraries:
15050         * ext/alsa/Makefile.am:
15051         * gst/tcp/Makefile.am:
15052
15053         Remove asm code that should be in liboil
15054         * gst/videoscale/Makefile.am:
15055         * gst/videoscale/videoscale_x86_asm.s:
15056
15057         gettext wants these checked in:
15058         * po/af.po:
15059         * po/az.po:
15060         * po/cs.po:
15061         * po/en_GB.po:
15062         * po/hu.po:
15063         * po/it.po:
15064         * po/nb.po:
15065         * po/nl.po:
15066         * po/or.po:
15067         * po/sq.po:
15068         * po/sr.po:
15069         * po/sv.po:
15070         * po/uk.po:
15071         * po/vi.po:
15072
15073 2005-04-24  David Schleef  <ds@schleef.org>
15074
15075         Convert gst_main() to g_main_loop_run()
15076         * gst/playback/decodetest.c: (main):
15077         * gst/playback/test2.c: (main):
15078         * gst/playback/test3.c: (main):
15079         * gst/playback/test4.c: (main):
15080
15081         Link plugins against libraries:
15082         * ext/libvisual/Makefile.am:
15083         * sys/xvimage/Makefile.am:
15084
15085 2005-04-24  David Schleef  <ds@schleef.org>
15086
15087         * configure.ac: Remove idct and resample libs
15088         * gst-libs/gst/Makefile.am: same
15089
15090         Remove usage of gst_library_load():
15091         * ext/alsa/gstalsaplugin.c: (plugin_init):
15092         * ext/libvisual/visual.c: (plugin_init):
15093         * ext/ogg/gstogg.c: (plugin_init):
15094         * ext/theora/theora.c: (plugin_init):
15095         * ext/vorbis/vorbis.c: (plugin_init):
15096         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15097         * gst/audioscale/gstaudioscale.c:
15098         * gst/adder/gstadder.c: (plugin_init):
15099         * gst/audioconvert/plugin.c: (plugin_init):
15100         * sys/ximage/ximagesink.c: (plugin_init):
15101         * sys/xvimage/xvimagesink.c: (plugin_init):
15102         * gst/tcp/gsttcpplugin.c: (plugin_init):
15103
15104         Link plugins against libraries:
15105         * ext/ogg/Makefile.am:
15106         * ext/theora/Makefile.am:
15107         * ext/vorbis/Makefile.am:
15108         * gst/audioconvert/Makefile.am:
15109
15110         Create proper libraries:
15111         * gst-libs/gst/riff/Makefile.am:
15112         * gst-libs/gst/audio/Makefile.am:
15113         * gst-libs/gst/video/Makefile.am:
15114
15115         Move resample library to audioscale plugin directory:
15116         * gst-libs/gst/resample/Makefile.am:
15117         * gst-libs/gst/resample/README:
15118         * gst-libs/gst/resample/dtof.c:
15119         * gst-libs/gst/resample/dtos.c:
15120         * gst-libs/gst/resample/functable.c:
15121         * gst-libs/gst/resample/private.h:
15122         * gst-libs/gst/resample/resample.c:
15123         * gst-libs/gst/resample/resample.h:
15124         * gst-libs/gst/resample/resample.vcproj:
15125         * gst-libs/gst/resample/test.c:
15126         * gst/audioscale/Makefile.am:
15127         * gst/audioscale/README:
15128         * gst/audioscale/dtof.c:
15129         * gst/audioscale/dtos.c:
15130         * gst/audioscale/functable.c:
15131         * gst/audioscale/private.h:
15132         * gst/audioscale/resample.c:
15133         * gst/audioscale/resample.h:
15134         * gst/audioscale/test.c:
15135
15136         Move tagedit library to gst-libs:
15137         * gst-libs/gst/tag/Makefile.am:
15138         * gst-libs/gst/tag/gstid3tag.c:
15139         * gst-libs/gst/tag/gsttagediting.c:
15140         * gst-libs/gst/tag/gsttageditingprivate.h:
15141         * gst-libs/gst/tag/gstvorbistag.c:
15142         * gst/tags/Makefile.am:
15143         * gst/tags/gstid3tag.c:
15144         * gst/tags/gstvorbistag.c:
15145
15146         Fix for core changes:
15147         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15148         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15149         (gst_sinesrc_getrange):
15150
15151 2005-04-23  David Schleef  <ds@schleef.org>
15152
15153         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15154         in gst-plugins in a long time, and properly belongs in liboil.
15155         * gst-libs/gst/idct/Makefile.am:
15156         * gst-libs/gst/idct/README:
15157         * gst-libs/gst/idct/dct.h:
15158         * gst-libs/gst/idct/doieee:
15159         * gst-libs/gst/idct/fastintidct.c:
15160         * gst-libs/gst/idct/floatidct.c:
15161         * gst-libs/gst/idct/idct.c:
15162         * gst-libs/gst/idct/idct.h:
15163         * gst-libs/gst/idct/idtc.vcproj:
15164         * gst-libs/gst/idct/ieeetest.c:
15165         * gst-libs/gst/idct/intidct.c:
15166
15167 2005-04-20  Wim Taymans  <wim@fluendo.com>
15168
15169         * docs/design-audiosinks.txt:
15170         * gst-libs/gst/audio/Makefile.am:
15171         * gst-libs/gst/audio/TODO:
15172         * gst-libs/gst/audio/gstaudiosink.c:
15173         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15174         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15175         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15176         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15177         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15178         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15179         (gst_audiosink_class_init), (gst_audiosink_init),
15180         (gst_audiosink_create_ringbuffer):
15181         * gst-libs/gst/audio/gstaudiosink.h:
15182         * gst-libs/gst/audio/gstbaseaudiosink.c:
15183         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15184         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15185         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15186         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15187         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15188         (gst_baseaudiosink_create_ringbuffer),
15189         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15190         * gst-libs/gst/audio/gstbaseaudiosink.h:
15191         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15192         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15193         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15194         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15195         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15196         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15197         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15198         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15199         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15200         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15201         * gst-libs/gst/audio/gstringbuffer.h:
15202         An attempt at a set of audio base classes together with some
15203         design docs.
15204
15205 2005-04-20  Wim Taymans  <wim@fluendo.com>
15206
15207         * gst/audioconvert/Makefile.am:
15208         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15209         (gst_audio_convert_caps_remove_format_info),
15210         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15211         (gst_audio_convert_channels):
15212         Link against audio libs.
15213         Fix audio convert plugin.
15214
15215 2005-04-20  Wim Taymans  <wim@fluendo.com>
15216
15217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15218         (gst_ogg_demux_sink_activate):
15219         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15220         (theora_set_header_on_caps), (theora_enc_sink_event),
15221         (theora_enc_chain):
15222         Fix theora encoder.
15223
15224 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15225
15226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15227         * gst/playback/gstdecodebin.c: (find_compatibles):
15228           Work with staticpadtemplates in elementfactories.
15229
15230 2005-04-12  Wim Taymans  <wim@fluendo.com>
15231
15232         * gst/playback/README:
15233         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15234         (compare_ranks), (print_feature), (gst_decode_bin_init),
15235         (dynamic_create), (dynamic_free), (find_compatibles),
15236         (mimetype_is_raw), (close_pad_link), (got_redirect),
15237         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15238         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15239         (gst_decode_bin_change_state):
15240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15241         (gst_play_base_bin_init), (group_destroy), (group_commit),
15242         (check_queue), (queue_overrun), (queue_threshold_reached),
15243         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15244         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15245         (got_redirect), (setup_source), (play_base_eos),
15246         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15247         (gst_play_base_bin_remove_element):
15248         * gst/playback/gstplaybasebin.h:
15249         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15250         (gst_play_bin_init), (gst_play_bin_dispose),
15251         (gst_play_bin_set_property), (gen_video_element),
15252         (gen_text_element), (gen_audio_element), (remove_sinks),
15253         (gst_play_bin_send_event):
15254         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15255         (stream_info_change_state), (gst_stream_info_set_mute):
15256         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15257         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15258         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15259         (gst_stream_selector_chain):
15260         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15261         (main):
15262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15263         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15264         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15265         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15266         Raw and crude port of decodebin. 
15267         Make playbin compile.
15268
15269 2005-04-06  Wim Taymans  <wim@fluendo.com>
15270
15271         * ext/gnomevfs/Makefile.am:
15272         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15273         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15274         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15275         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15276         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15277         (gst_gnomevfssrc_stop):
15278         * ext/ogg/Makefile.am:
15279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15280         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15281         * ext/theora/Makefile.am:
15282         * ext/theora/theoradec.c: (_inc_granulepos),
15283         (theora_dec_sink_event), (theora_dec_chain):
15284         * ext/vorbis/Makefile.am:
15285         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15286         (vorbis_dec_sink_event), (vorbis_dec_chain):
15287         * gst-libs/gst/audio/Makefile.am:
15288         * sys/xvimage/Makefile.am:
15289         Make gnomevfssrc extend the source base class.
15290         Fix linking against libs in various plugins.
15291
15292 2005-04-06  Andy Wingo  <wingo@pobox.com>
15293
15294         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15295         GST_BASE_LIBS.
15296
15297         * configure.ac: Add check and AC_SUBST for libgstbase.
15298
15299 2005-03-31  Wim Taymans  <wim@fluendo.com>
15300
15301         * examples/seeking/Makefile.am:
15302         * examples/seeking/cdparanoia.c: (main):
15303         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15304         (play_cb), (pause_cb), (stop_cb), (main):
15305         * examples/seeking/playbin.c:
15306         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15307         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15308         (make_sid_pipeline), (make_vorbis_pipeline),
15309         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15310         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15311         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15312         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15313         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15314         (stop_cb), (main):
15315         * examples/seeking/spider_seek.c:
15316         * examples/seeking/vorbisfile.c:
15317         * ext/gnomevfs/Makefile.am:
15318         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15319         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15320         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15321         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15322         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15323         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15324         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15325         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15326         * ext/ogg/README:
15327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15328         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15329         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15330         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15331         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15332         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15333         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15334         (gst_ogg_demux_factory_filter), (compare_ranks),
15335         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15336         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15337         (gst_ogg_chain_new), (gst_ogg_chain_free),
15338         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15339         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15340         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15341         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15342         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15343         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15344         (gst_ogg_demux_get_prev_page),
15345         (gst_ogg_demux_deactivate_current_chain),
15346         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15347         (gst_ogg_demux_bisect_forward_serialno),
15348         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15349         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15350         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15351         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15352         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15353         (gst_ogg_demux_change_state), (gst_ogg_print):
15354         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15355         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15356         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15357         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15358         (gst_ogg_mux_loop):
15359         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15360         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15361         (theora_dec_src_convert), (theora_dec_sink_convert),
15362         (theora_dec_src_query), (theora_dec_src_event),
15363         (theora_dec_sink_event), (theora_dec_chain),
15364         (theora_dec_change_state):
15365         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15366         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15367         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15368         (theora_enc_change_state):
15369         * ext/vorbis/Makefile.am:
15370         * ext/vorbis/oggvorbisenc.c:
15371         * ext/vorbis/oggvorbisenc.h:
15372         * ext/vorbis/vorbis.c: (plugin_init):
15373         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15374         (vorbis_dec_src_query), (vorbis_dec_src_event),
15375         (vorbis_dec_sink_event), (vorbis_dec_chain),
15376         (vorbis_dec_change_state):
15377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15378         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15379         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15380         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15381         (gst_vorbisenc_change_state):
15382         * ext/vorbis/vorbisenc.h:
15383         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15384         * gst-libs/gst/audio/audioclock.c:
15385         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15386         (gst_audiofilter_init), (gst_audiofilter_chain):
15387         * gst-libs/gst/audio/testchannels.c: (main):
15388         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15389         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15390         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15391         (gmip_find_track_streaminfo), (gmip_find_track_format):
15392         * gst-libs/gst/media-info/media-info.c:
15393         (gst_media_info_read_idler):
15394         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15395         (gst_play_get_all_by_interface):
15396         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15397         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15398         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15399         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15400         (gst_riff_parse_info):
15401         * gst-libs/gst/riff/riff-read.h:
15402         * gst-libs/gst/riff/riff.c: (plugin_init):
15403         * gst-libs/gst/video/Makefile.am:
15404         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15405         (gst_videosink_class_init), (gst_videosink_get_type):
15406         * gst-libs/gst/video/videosink.h:
15407         * gst/audioconvert/bufferframesconvert.c:
15408         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15409         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15410         * gst/audioconvert/channelmixtest.c: (main):
15411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15412         (gst_audio_convert_chain),
15413         (gst_audio_convert_caps_remove_format_info),
15414         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15415         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15416         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15417         (gst_audio_convert_buffer_to_default_format),
15418         (gst_audio_convert_buffer_from_default_format),
15419         (gst_audio_convert_channels):
15420         * gst/audioconvert/gstchannelmix.h:
15421         * gst/ffmpegcolorspace/avcodec.h:
15422         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15423         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15424         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15425         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15426         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15427         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15428         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15429         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15430         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15431         (dv_type_find):
15432         * gst/videotestsrc/gstvideotestsrc.c:
15433         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15434         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15435         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15436         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15437         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15438         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15439         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15441         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15442         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15443         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15444         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15445         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15446         (gst_xvimagesink_navigation_send_event),
15447         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15448         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15449         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15450         * sys/xvimage/xvimagesink.h:
15451         Plugin port to 0.9, ogg/theora playback should work in the seek
15452         example now.
15453         Removed old examples.
15454         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15455         explained in 0.9 TODO doc.
15456
15457
15458 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15459
15460         * autogen.sh:
15461         * configure.ac:
15462         * ext/Makefile.am:
15463         * gst/Makefile.am:
15464         * po/POTFILES.in:
15465         * po/af.po:
15466         * po/az.po:
15467         * po/cs.po:
15468         * po/en_GB.po:
15469         * po/hu.po:
15470         * po/it.po:
15471         * po/nb.po:
15472         * po/nl.po:
15473         * po/or.po:
15474         * po/sq.po:
15475         * po/sr.po:
15476         * po/sv.po:
15477         * po/uk.po:
15478         * po/vi.po:
15479         * sys/Makefile.am:
15480         * testsuite/Makefile.am:
15481           remove a whole bunch of plugins.  This module now contains a set
15482           of free reference plugins/elements as agreed.
15483
15484 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15485
15486         * configure.ac:
15487           hunting season on 0.9 is now OPEN
15488
15489 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15490
15491         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15492           Kick the hell out of gcc for not warning me about a symbol conflict.
15493
15494 2005-02-22  Luca Ognibene  <luogni@tin.it>
15495
15496         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15497
15498         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15499           Don't leak caps string (fixes #168134)
15500
15501         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15502         (gst_jpegenc_init), (gst_jpegenc_finalize),
15503         (gst_jpegenc_change_state):
15504           Don't leak line buffers and context struct (fixes #168133).
15505
15506 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15507
15508         * configure.ac:
15509         * ext/dirac/gstdiracdec.cc:
15510         (gst_diracdec_chain):
15511           Since dirac 0.5.0 the framerate in dirac is expressed as a
15512           rational number. Fix build and up requirement to 0.5.0, and
15513           also pass parameters to gst_diracdec_link in the right order
15514           (fixes #167959).
15515
15516 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15517
15518         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15519         * ext/faad/gstfaad.h:
15520         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15521         certain invalid muxed streams, where some packets will contain 
15522         junk after decoder data. Partially fixes #149158.
15523
15524 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15525         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15526           Make sure we only write to writable buffers
15527
15528 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15529
15530         * gst-libs/gst/riff/riff-media.c:
15531         (gst_riff_create_audio_caps_with_data):
15532           Do actually fix invalid RIFF fmt header values for alaw
15533           and mulaw audio instead of just saying so.
15534
15535         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15536           Give gst_riff_create_audio_caps_with_data() a chance to
15537           fix up broken format header fields before extracting any
15538           parameters from the header. (fixes #167633)
15539
15540 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15541
15542         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15543
15544         * gst/audioconvert/bufferframesconvert.c:
15545         (buffer_frames_convert_link):
15546           Don't leak othercaps. (fixes #167878)
15547
15548 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15549
15550         * configure.ac:
15551         * ext/libvisual/visual.c: (gst_visual_srclink),
15552         (gst_visual_change_state):
15553           Support libvisual 0.2.0.
15554
15555 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15558         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15559           Use same rowstrides for I420 as used everywhere else.
15560
15561 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15562
15563         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15564           Declare variables at beginning of block and make gcc-2.95 happy
15565           (fixes # 167482, patch by Gergely Nagy).
15566           
15567         * gst/tcp/gsttcpclientsrc.c:
15568         * gst/tcp/gsttcpclientsrc.h:
15569           Move some includes into the header, so that struct sockaddr_in is
15570           defined when it should be defined on FreeBSD as well (fixes
15571           #167483).
15572           
15573         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15574           Don't pass uninitialised values to setsockopt() here either.
15575
15576 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15577
15578         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15579
15580         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15581           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15582
15583 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15584
15585         * gst/playback/gstplaybin.c: (add_sink):
15586           Invert bin_add/link order to workaround deadlock in opt.
15587
15588 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15589
15590         * gst/modplug/gstmodplug.cc:
15591           Add missing break causing position queries to fail.
15592
15593 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15594
15595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15596           Granpos can apparently be -1, which screws up calculations...
15597
15598 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15599
15600         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15601         (gst_ximagesink_send_pending_navigation),
15602         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15603         (gst_ximagesink_init):
15604         * sys/ximage/ximagesink.h:
15605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15606         (gst_xvimagesink_send_pending_navigation),
15607         (gst_xvimagesink_navigation_send_event),
15608         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15609         * sys/xvimage/xvimagesink.h:
15610           Use a mutex protected list to marshal navigation
15611           events into the stream thread from whichever thread
15612           sends them.
15613
15614 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15615
15616         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15617           Display current position and track length; misc. clean-ups.
15618           
15619         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15620         (speed_init), (speed_chain):
15621           Add query function, so that the stream length and current position
15622           get adjusted when queried (note that current position queries may
15623           still be wrong if the audio sink returns values based on buffer
15624           timestamps instead of passing on the query).
15625
15626 2005-02-13  Benjamin Otte  <otte@gnome.org>
15627
15628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15629         (gst_audio_convert_channels):
15630           create channel conversion matrix when linking
15631         * gst/audioconvert/.cvsignore:
15632         * gst/audioconvert/Makefile.am:
15633         * gst/audioconvert/channelmixtest.c: (main):
15634           add (ugly) test that ensures stereo <=> mono conversion works
15635           correctly
15636
15637 2005-02-13  Benjamin Otte  <otte@gnome.org>
15638
15639         * gst/audioconvert/gstchannelmix.h:
15640           include missing header file
15641         * gst/audioconvert/gstchannelmix.c:
15642         (gst_audio_convert_fill_compatible):
15643           use same sign for both channels when converting to/from compatible
15644           channel. Previously used different signs made the signals cancel
15645           each other out and appear like silence. (fixes #167269)
15646
15647 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15648
15649         * gst/ffmpegcolorspace/avcodec.h:
15650         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15651         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15652         (gst_ffmpegcsp_avpicture_fill):
15653         * gst/ffmpegcolorspace/imgconvert.c:
15654           Convert to and from YV12 (fixes #156379).
15655
15656 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15657
15658         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15659         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15660         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15661         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15662         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15663         methods from chain and negotiation and vice versa (Fixes #166142).
15664         * sys/ximage/ximagesink.h: Add stream_lock.
15665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15666         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15667         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15668         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15669
15670 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15671
15672         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15673           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15674           error message when we can't open the DVD device (when dvdnav_open()
15675           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15676           the above). Send something more useful instead (fixes #167117).
15677
15678 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15679
15680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15681         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15682         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15683         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15684         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15685         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15686         methods from chain and negotiation and vice versa (Fixes #166142).
15687         Fix a possible bug of images in the buffer pool being discarded because
15688         we are looking at the wrong geometry.
15689         * sys/xvimage/xvimagesink.h: Add stream_lock.
15690
15691 2005-02-11  David Schleef  <ds@schleef.org>
15692
15693         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15694         unsigned int. (fixes #167128)
15695
15696 2005-02-11  David Schleef  <ds@schleef.org>
15697
15698         * gst/librfb/Makefile.am: Testing stuff before committing is
15699           for wimps... and people with fast machines.  Fix stupid
15700           mistake.
15701
15702 2005-02-11  David Schleef  <ds@schleef.org>
15703
15704         * configure.ac: Pull in librfb from my CVS tree, because it is
15705           too small and annoying to be separate.  Move rfbsrc plugin
15706           to gst/.
15707         * ext/Makefile.am:
15708         * ext/librfb/Makefile.am:
15709         * ext/librfb/gstrfbsrc.c:
15710         * gst/librfb/Makefile.am:
15711         * gst/librfb/gstrfbsrc.c:
15712         * gst/librfb/rfb.c:
15713         * gst/librfb/rfb.h:
15714         * gst/librfb/rfbbuffer.c:
15715         * gst/librfb/rfbbuffer.h:
15716         * gst/librfb/rfbbytestream.c:
15717         * gst/librfb/rfbbytestream.h:
15718         * gst/librfb/rfbcontext.h:
15719         * gst/librfb/rfbdecoder.c:
15720         * gst/librfb/rfbdecoder.h:
15721         * gst/librfb/rfbutil.h:
15722
15723 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15724
15725         * gst/speed/Makefile.am:
15726         * gst/speed/demo-mp3.c: (main):
15727         * gst/speed/filter.func:
15728         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15729         (speed_class_init), (speed_init), (speed_chain_int16),
15730         (speed_chain_float32), (speed_chain), (speed_set_property),
15731         (speed_get_property), (speed_change_state):
15732         * gst/speed/gstspeed.h:
15733           Fix speed element and make it chain-based (fixes #156467),
15734           and make it handle more than one channel.
15735
15736 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15737
15738         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15739         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15740         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15741         * ext/dts/gstdtsdec.h:
15742           Don't clobber the stack constructing the channels array.
15743           Make the element chain-based. DTS tracks can now be played.
15744           
15745 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15746
15747         * gst-libs/gst/audio/multichannel.h:
15748         * gst-libs/gst/gconf/gconf.h:
15749         * gst-libs/gst/idct/idct.h:
15750         * gst-libs/gst/media-info/media-info-priv.h:
15751         * gst-libs/gst/play/play.h:
15752         * gst-libs/gst/resample/private.h:
15753         * gst-libs/gst/resample/resample.h:
15754         * gst-libs/gst/riff/riff-ids.h:
15755         * gst-libs/gst/video/video.h:
15756         * gst-libs/gst/video/videosink.h:
15757           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15758           missing, so that they work when included from C++ code.
15759
15760 2005-02-09  David Schleef  <ds@schleef.org>
15761
15762         * testsuite/gst-lint: Check for non-statically scoped
15763           parent_class variables.  This won't be a problem once
15764           plugins are loaded with RTLD_LOCAL.
15765
15766 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15767
15768         * ext/mplex/gstmplexibitstream.cc:
15769           gcc madness.
15770
15771 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15772
15773         * ext/ogg/gstogmparse.c:
15774         * gst/debug/gstnavigationtest.c:
15775           Die, thou faulty symbol pollutors (non-static parent_class).
15776
15777 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15778
15779         * ext/mplex/gstmplexibitstream.cc:
15780           Fix event handling (#165525).
15781
15782 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15783
15784         * ext/mikmod/gstmikmod.c:
15785         * gst/modplug/gstmodplug.cc:
15786           Add missing endianness to template (fixes #165509).
15787
15788 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15789
15790         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15791           Fix wrong order of reading of optional bytes (#165290).
15792
15793 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15794
15795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15796           Implement FILLER event awareness.
15797
15798 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15799
15800         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15801           Fix track calculations (#166208).
15802
15803 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15804
15805         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15806
15807         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15808         * ext/libpng/gstpngenc.c:
15809           Fix byte-order, use proper fixed caps. Fixes #164197.
15810
15811 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15812
15813         * configure.ac:
15814           Add dvdlpcmdec 
15815
15816         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15817         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15818           Don't push buffers if the src pad isn't negotiated yet.
15819           
15820         * gst/audioconvert/gstaudioconvert.c:
15821         (gst_audio_convert_buffer_to_default_format),
15822         (gst_audio_convert_buffer_from_default_format):
15823           Add support for 24-bit width.
15824
15825         * gst/dvdlpcmdec/.cvsignore:
15826         * gst/dvdlpcmdec/Makefile.am:
15827         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15828         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15829         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15830         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15831         (plugin_init):
15832         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15833           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15834           format. Needs support for the channels maps if someone can find 
15835           a DVD LPCM track with > 2 channels.
15836
15837         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15838         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15839         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15840         * gst/mpegstream/gstdvddemux.h:
15841         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15842         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15843         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15844         * gst/mpegstream/gstmpegdemux.h:
15845         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15846         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15847         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15848         (gst_mpeg_parse_handle_src_query),
15849         (gst_mpeg_parse_handle_src_event):
15850           Use audio/x-dvd-lpcm for LPCM output.
15851           Add DTS output.
15852
15853 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15854
15855         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15856
15857         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15858         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15859           Add BGRA handling (#165736).
15860
15861 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15862
15863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15864
15865         * gst/law/alaw-decode.c: (alawdec_link):
15866         * gst/law/alaw-encode.c: (alawenc_link):
15867         * gst/law/mulaw-decode.c: (mulawdec_link):
15868         * gst/law/mulaw-encode.c: (mulawenc_link):
15869           Fix caps memleaks (#166600).
15870
15871 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15872
15873         * ext/tarkin/mem.h:
15874         * ext/tarkin/wavelet.h:
15875         * ext/tarkin/yuv.h:
15876         * gst/ffmpegcolorspace/avcodec.h:
15877           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15878           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15879
15880 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15881
15882         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15884         (gst_xvimagesink_change_state):
15885           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15886           Xv video (and thereby regenerate Xv colourkey) in clear() so
15887           that PLAY -> READY -> PLAY works (fixes #162504).
15888
15889 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15890
15891         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15892           Switch to list instead of range, since MJPEG-devices really just
15893           support decimations, not any size.
15894
15895 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15896         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15897         (gst_mpeg2dec_reset), (free_all_buffers),
15898         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15899         * ext/mpeg2dec/gstmpeg2dec.h:
15900           The libmpeg2 user-allocated buffer management is awkward, 
15901           to say the least. Hopefully this fixes things.
15902
15903 2005-02-04  Andy Wingo  <wingo@pobox.com>
15904
15905         * gst/audioconvert/bufferframesconvert.c
15906         (buffer_frames_convert_fixate): New function, fixates to 256
15907         frames per buffer by default. (Much better than 1.)
15908         (buffer_frames_convert_init): Set the fixate function for both src
15909         and sink pad.
15910         (buffer_frames_convert_link): After success setting nonfixed caps,
15911         get the negotiated caps so we can know how many buffer-frames it
15912         will be. No idea how this worked at all before.
15913
15914 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15915
15916         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15917         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15918         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15919         (handle_sequence), (handle_picture):
15920         * ext/mpeg2dec/gstmpeg2dec.h:
15921           Rearrange buffer tracking and refcounting and refactor
15922           a little for readability. 
15923
15924 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
15925         * sys/v4l/gstv4l.c: (plugin_init):
15926         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
15927         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
15928         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
15929         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
15930         * sys/v4l/gstv4ljpegsrc.h:
15931         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
15932         * sys/v4l/v4l_calls.h:
15933         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
15934         (gst_v4lsrc_get_fps):
15935         * sys/v4l/v4lsrc_calls.h:
15936           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
15937           you jpeg inside rgb frames" driver.
15938           Don't error in the v4lsrc link function, just return 
15939           REFUSED.
15940
15941 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15942
15943         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
15944         (gst_qcamsrc_open):
15945           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
15946
15947 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15948
15949         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15950           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
15951
15952 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15953
15954         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
15955           Reset negotiated state on PAUSED->READY.
15956
15957 2005-02-02  David Schleef  <ds@schleef.org>
15958
15959         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
15960         whereever possible.  (Fixes #165997)
15961         * examples/capsfilter/capsfilter1.c: (main):
15962         * examples/dynparams/filter.c: (create_ui):
15963         * examples/seeking/cdparanoia.c: (get_track_info), (main):
15964         * examples/seeking/chained.c: (main):
15965         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15966         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15967         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
15968         (make_mpeg_pipeline), (make_mpegnt_pipeline):
15969         * examples/seeking/spider_seek.c: (make_spider_pipeline):
15970         * examples/switch/switcher.c: (main):
15971         * ext/dv/demo-play.c: (main):
15972         * ext/faad/gstfaad.c: (gst_faad_change_state):
15973         * ext/mad/gstmad.c: (gst_mad_chain):
15974         * ext/smoothwave/demo-osssrc.c: (main):
15975         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
15976         (gst_gconf_render_bin_from_description),
15977         (gst_gconf_get_default_audio_sink),
15978         (gst_gconf_get_default_video_sink),
15979         (gst_gconf_get_default_audio_src),
15980         (gst_gconf_get_default_video_src),
15981         (gst_gconf_get_default_visualization_element):
15982         * gst/level/demo.c: (main):
15983         * gst/level/plot.c: (main):
15984         * gst/playback/gstplaybin.c: (gen_video_element),
15985         (gen_audio_element):
15986         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
15987         * gst/playondemand/demo-mp3.c: (setup_pipeline):
15988         * gst/sine/demo-dparams.c: (main):
15989         * gst/spectrum/demo-osssrc.c: (main):
15990         * gst/speed/demo-mp3.c: (main):
15991         * gst/volume/demo.c: (main):
15992         * testsuite/embed/embed.c: (main):
15993
15994 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
15995
15996         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
15997         (gst_tcpclientsink_finalize):
15998         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15999         (gst_tcpclientsrc_finalize):
16000         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16001         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16002         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16003         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16004           Don't leak the hostname when shutting down.
16005           In tcpserversrc, take a copy of the default hostname.
16006
16007 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16008
16009         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16010           Set caps to systemstream=TRUE.
16011
16012 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16013
16014         * testsuite/Makefile.am:
16015           Fix more OSX buildbots.
16016
16017 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16018
16019         * ext/mpeg2dec/gstmpeg2dec.c:
16020           Don't send things to NULL PAD_PEERs
16021
16022         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16023           Copy-on-write the incoming buffer.
16024
16025         * gst/mpegstream/gstdvddemux.h:
16026         * gst/mpegstream/gstmpegclock.h:
16027         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16028         (normal_seek), (gst_mpeg_demux_handle_src_event):
16029         * gst/mpegstream/gstmpegdemux.h:
16030         * gst/mpegstream/gstmpegpacketize.h:
16031         * gst/mpegstream/gstmpegparse.c:
16032         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16033         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16034         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16035         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16036         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16037         * gst/mpegstream/gstmpegparse.h:
16038         * gst/mpegstream/gstrfc2250enc.h:
16039           Various changes to the way time is computed that make seeking and
16040           total time estimation much better here.
16041           Use G_BEGIN/END_DECLS instead of __cplusplus
16042
16043         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16044           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16045
16046 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16047
16048         * gst/subparse/gstsubparse.c:
16049           Fix OSX buildbot.
16050
16051 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16052
16053         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16054         (theora_enc_chain), (theora_enc_change_state):
16055         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16056         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16057         (gst_vorbisenc_change_state):
16058         * ext/vorbis/vorbisenc.h:
16059           Set granulepos and timestamp correctly for streams not
16060           starting at 0, taking into account the initial delay.
16061
16062 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16063
16064         * gst/mpegstream/gstdvddemux.c:
16065           Add audio/x-dts to audio pad template caps
16066
16067 2005-01-30  David Schleef  <ds@schleef.org>
16068
16069         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16070         (create_context), (gst_polypsink_link): Fix silly endianness
16071         bug.  Add some debugging.  Remove float from caps; it doesn't
16072         work.  Attempt to get remote audio working.
16073
16074 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16075
16076         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16077           Add 3IV2 fourcc.
16078
16079 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16080
16081         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16082         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16083         (gst_avi_demux_stream_data):
16084         * gst/avi/gstavidemux.h:
16085           Invert DIB images. Fixes #132341.
16086
16087 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16088
16089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16090         (gst_ffmpegcsp_chain):
16091           D'oh, reference the palette data, not the palette structure.
16092           Fixes color distortion in #132341.
16093
16094 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16095
16096         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16097           PAR can be non-fixed when not provided as argument (#162626).
16098
16099 2005-01-29  David Moore  <dcm@acm.org>
16100
16101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16102
16103         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16104         (gst_qtdemux_loop_header):
16105           Re-apply patch from #142272 that allows non-seekable sources,
16106           re-proposed by Daniel Drake <dsd@gentoo.org>.
16107
16108 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16109
16110         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16111           Use the src template for creating the src pad (#162330).
16112
16113 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16114
16115         * configure.ac:
16116         * ext/musepack/Makefile.am:
16117         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16118         (gst_musepackdec_init), (gst_musepackdec_dispose),
16119         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16120         (gst_musepack_stream_init), (gst_musepackdec_loop),
16121         (gst_musepackdec_change_state):
16122         * ext/musepack/gstmusepackdec.cpp:
16123         * ext/musepack/gstmusepackdec.h:
16124         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16125         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16126         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16127         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16128         * ext/musepack/gstmusepackreader.cpp:
16129         * ext/musepack/gstmusepackreader.h:
16130           Update to 1.1 API (#165446).
16131
16132 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16133
16134         * ext/Makefile.am:
16135           Unbreak buildbot.
16136
16137 2005-01-28  Andy Wingo  <wingo@pobox.com>
16138
16139         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16140         to reflect a different dubious internet source. Add a reference
16141         and some commentary.
16142
16143 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16144
16145         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16146         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16147         * gst/playback/gststreamselector.h:
16148           Be more selective when we're redoing caps negotiation from
16149           within the chain function on a stream change.
16150
16151 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16152
16153         * configure.ac:
16154         * ext/Makefile.am:
16155         * ext/amrnb/Makefile.am:
16156         * ext/amrnb/amrnb.c: (plugin_init):
16157         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16158         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16159         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16160         (gst_amrnbdec_state_change):
16161         * ext/amrnb/amrnbdec.h:
16162         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16163         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16164         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16165         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16166         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16167         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16168         * ext/amrnb/amrnbparse.h:
16169           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16170         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16171           Add AMR-NB/-WB raw formats.
16172         * ext/alsa/gstalsa.c: (gst_alsa_link):
16173           Keep valid time when changing format.
16174         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16175         (qtdemux_parse_trak):
16176           Add some more format-specific options (#140141, #143555, #155163).
16177
16178 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16179
16180         * gst/matroska/matroska-demux.c:
16181         (gst_matroska_demux_parse_blockgroup):
16182           Fix logic error in timing of subtitle stream synchronization.
16183         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16184           Add skip-chunk, which is found in kodak-camera streams.
16185
16186 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16187
16188         * po/LINGUAS:
16189         * po/vi.po:
16190           Adding Vietnamese translation (submitted by Clytie Siddall)
16191
16192 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16193
16194         * gst/playback/gstdecodebin.c: (try_to_link_1):
16195           Use realpad for signal.
16196
16197 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16198
16199         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16200           Fix category so decodebin picks it up.
16201
16202 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16203
16204         * ext/mad/Makefile.am:
16205         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16206         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16207         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16208         (found_type), (gst_id3demux_bin_change_state):
16209         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16210         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16211         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16212         (gst_id3_tag_change_state), (plugin_init):
16213         * ext/mad/gstmad.h:
16214           Add id3demuxbin (which is a simple bin consisting of id3demux
16215           and typefind), take over rank from id3demux, remove typefind
16216           code from id3demux. Makes all broken mp3s that I know of work,
16217           and thereby fixes #152688.
16218
16219 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16220
16221         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16222
16223         * ext/mad/gstmad.c: (gst_mad_src_event):
16224         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16225           Allow seeks on audio pad, make mad forward those (#164826).
16226         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16227           Set duration (#165335).
16228
16229 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16230
16231         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16232         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16233         (gst_asf_demux_process_ext_content_desc),
16234         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16235         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16236         * gst/asfdemux/gstasfdemux.h:
16237           Improve metadata display, e.g. if the metadata comes before the
16238           streams are loaded (which is perfectly valid).
16239
16240 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16241
16242         * tools/gst-launch-ext-m.m:
16243           Fix AVI/ASF pipelines (#165340).
16244
16245 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16246         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16247         build failure on amd64
16248
16249 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16250
16251         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16252         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16253           Check environment variables GST_ID3V2_TAG_ENCODING,
16254           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16255           list of character encodings to force interpretation of non-unicode
16256           strings stored in an ID3v2 tag to a particular encoding. If none
16257           is specified, try to use current locale's encoding, then fall back
16258           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16259         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16260         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16261           Check environment variables GST_ID3V1_TAG_ENCODING,
16262           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16263           list of character encodings to use in case a string encountered
16264           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16265           specified, try to use the current locale's encoding, then fall
16266           back to ISO-8859-1 (which will always succeed).
16267
16268 2005-01-25  Benjamin Otte  <otte@gnome.org>
16269
16270         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16271           - on half framerate, compute the rate in advance so the comparisons
16272             don't compare wrong values
16273           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16274             behaviour
16275           - don't use mad_header_decode anymore, mad_frame_decode does that
16276             automatically
16277           - when getting rid of consumed bytes, reset the stream's skiplen
16278           (fixes #163867)
16279
16280 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16281
16282         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16283           Use 1/2 a second for default max_discont, as PES streams from DVB
16284           seem to have larger spacings in the SCR. 
16285           Fix a typo.
16286
16287 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16288
16289         * gst/playback/gstplaybasebin.c: (group_commit):
16290           Notify delayed stream-info availability.
16291
16292 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16293         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16294         (gst_a52dec_handle_event), (gst_a52dec_chain):
16295         Add some debug output. Check that a discont has a valid
16296         time associated.
16297         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16298         (gst_alsa_sink_loop):
16299         Ignore TAG events. A little extra debug for broken timestamps.
16300         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16301         (dvdnavsrc_change_state):
16302         Ensure we send a discont to engage the link before we send any
16303         other events.
16304         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16305         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16306         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16307         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16308         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16309         dvd://title works in totem because typefinding sends a seek that ends
16310         up going back to chapter 1 regardless.
16311         * ext/mpeg2dec/gstmpeg2dec.c:
16312         * ext/mpeg2dec/gstmpeg2dec.h:
16313         Output correct timestamps and handle disconts.
16314         * ext/ogg/gstoggdemux.c: (get_relative):
16315         Small guard against a null dereference.
16316         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16317         (gst_textoverlay_set_property):
16318         Free memory when done. Don't call gst_event_filler_get_duration on
16319         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16320         g_warning.
16321         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16322         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16323         (gst_sw_srclink), (gst_smoothwave_chain):
16324         Draw solid lines, prettier colours.
16325         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16326         Add a default palette that'll work for some movies.
16327         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16328         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16329         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16330         * gst/mpegstream/gstdvddemux.h:
16331         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16332         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16333         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16334         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16335         * gst/mpegstream/gstmpegparse.h:
16336         Use PTM/NAV events when for timestamp adjustment when connected to 
16337         dvdnavsrc. Don't use many discont events where one suffices.
16338         * gst/playback/gstplaybasebin.c: (group_destroy),
16339         (gen_preroll_element), (gst_play_base_bin_add_element):
16340         * gst/playback/gstplaybasebin.h:
16341         Make sure we remove subtitles from the same bin we put them in.
16342         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16343         (gst_subparse_buffer_format_autodetect),
16344         (gst_subparse_change_state):
16345         Fix some memleaks and invalid accesses.
16346         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16347         (oggskel_type_find), (cmml_type_find), (plugin_init):
16348         Some typefind functions for Annodex v3.0 files
16349         * gst/wavparse/gstwavparse.h:
16350         GstRiffReadClass is the correct parent class.
16351
16352 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16353
16354         * gst-libs/gst/riff/riff-media.c:
16355         (gst_riff_create_video_caps_with_data):
16356           Add extradata to huffyuv (fixes #165013).
16357         * gst-libs/gst/riff/riff-read.c:
16358         (gst_riff_read_strf_vids_with_data):
16359           Fix extradata extraction if it is in the chunk size.
16360
16361 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16362
16363         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16364
16365         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16366         (gst_quarktv_change_state), (gst_quarktv_dispose):
16367           Memory free'ing location fix (#164708).
16368
16369 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16370
16371         * gst/playback/gstplaybasebin.c: (group_commit),
16372         (gen_preroll_element), (probe_triggered), (gen_source_element),
16373         (setup_source), (gst_play_base_bin_change_state),
16374         (gst_play_base_bin_add_element):
16375           Don't block for streams.
16376         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16377         (gst_stream_info_set_mute):
16378           Use gst_pad_set_active_recursive.
16379
16380 2005-01-25  Andy Wingo  <wingo@pobox.com>
16381
16382         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16383         for #ifndef HAVE_XVIDEO.
16384
16385 2005-01-24  Jeffrey C. Ollie
16386
16387         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16388
16389         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16390         * ext/gsm/gstgsmdec.h:
16391         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16392         * ext/gsm/gstgsmenc.h:
16393         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16394         was given by property. Add proper buffer timestamps and offsets.
16395
16396 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16397
16398         * gst-libs/gst/riff/riff-media.c:
16399         (gst_riff_create_audio_caps_with_data):
16400           Audio can be <8000Hz.
16401
16402 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16403
16404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16405           Explicit state change to workaround refcount bugs.
16406
16407 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16408
16409         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16410         (gst_avimux_riff_get_avi_header):
16411           Fix...
16412
16413 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16414
16415         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16416         (gst_riff_read_element_data):
16417         * gst-libs/gst/riff/riff-read.h:
16418           Add _peek version (req'ed in CDXA).
16419         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16420         (gst_cdxaparse_loop):
16421           Fix parsing in playbin.
16422         * gst/playback/gstdecodebin.c: (close_pad_link):
16423           Ignore current_ pads, they cause major annoyance.
16424
16425 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16426
16427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16428           Safety guard.
16429
16430 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16431
16432         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16433           Fix padding...
16434
16435 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16436
16437         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16438           Allow for 0-sized buffers. Fixes length query problems in
16439           starwars.mkv from the testsuite.
16440
16441 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16444         (gst_video_box_i420), (gst_video_box_chain):
16445           Fix row strides for I420 (fixes #163159)
16446           
16447 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16448
16449         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16450           MPEG2 has a useful rate property, so we can actually use that.
16451           For MPEG-1, continue using the bytes/time properties.
16452
16453 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16454
16455         * gst-libs/gst/riff/riff-media.c:
16456         (gst_riff_create_video_caps_with_data),
16457         (gst_riff_create_video_template_caps):
16458           Add intel-h263.
16459
16460 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16461
16462         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16463           Fail if caps negotiation fails. Should fix #162184, and should
16464           definately be in there regardless of it fixing the actual bug.
16465         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16466         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16467         (gst_avimux_riff_get_avix_header),
16468         (gst_avimux_riff_get_video_header),
16469         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16470         (gst_avimux_start_file), (gst_avimux_handle_event),
16471         (gst_avimux_change_state):
16472         * gst/avi/gstavimux.h:
16473           Refactor structure writing to use GST_WRITE_UINT macros, add
16474           metadata writing support.
16475
16476 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16477
16478         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16479           Elements may already be destroyed when this function is called.
16480
16481 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16482
16483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16484         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16485           More memory leak fixes (#149162).
16486
16487 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16488
16489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16490         (gst_qtdemux_add_stream):
16491           Fix two memleaks.
16492
16493 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16494
16495         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16496           Argh...
16497
16498 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16499
16500         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16501           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16502           when fixating to six channels in Totem.
16503
16504 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16505
16506         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16507           Fix compile warnings on Solaris 10 buildbot
16508
16509 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16510
16511         * ext/dvdread/dvdreadsrc.c: (_read):
16512           Don't read beyond the last cell in a chapter (fixes 
16513           invalid memory access)
16514
16515 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16516
16517         * ext/dvdread/stream_labels.c:
16518         (dvdreadsrc_get_audio_stream_labels):
16519           Use NULL for an empty GList instead of g_list_alloc(); fix 
16520           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16521           of GString (easier to bulk free later)
16522
16523 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16524
16525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16526
16527         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16528         (gst_ffmpeg_pixfmt_to_caps):
16529           Fix BGRA32 caps (#164209).
16530
16531 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16532
16533         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16534
16535         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16536         (gst_ffmpeg_caps_to_pixfmt):
16537           alpha_mask can be RGBA/ABGR. Fixes #164265.
16538
16539 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16540
16541         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16542
16543         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16544         (gst_mpeg2dec_alloc_buffer):
16545         * ext/mpeg2dec/gstmpeg2dec.h:
16546           Crop if decoding size is not the actual image size (#163676).
16547
16548 2005-01-17  Steve Baker  <steve@stevebaker.org>
16549
16550         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16551
16552         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16553         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16554           Add libsndfile typefind functions (#163309).
16555
16556 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16557
16558         * tools/gst-launch-ext-m.m:
16559           Add .aac, fix .m1v/.m2v (#163891).
16560
16561 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16562
16563         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16564           Sanity check, don't wait endlessly since the clock might not
16565           actually run at this point (which is a deadlock). Fixes #164069.
16566
16567 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16568
16569         * gst/playback/gstplaybasebin.c: (probe_triggered):
16570           Of course, only pause if group is done...
16571
16572 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16573
16574         * gst/playback/gstplaybasebin.c: (probe_triggered):
16575           Thread safety.
16576
16577 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16578
16579         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16580           Don't return state change success when the parent
16581           failed.
16582
16583 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16584
16585         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16586           Free events (fix memleak in #162905).
16587
16588 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16589
16590         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16591
16592         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16593         (gst_ffmpeg_caps_to_pixfmt):
16594           Fix for depth = 15. Fixes #161675.
16595
16596 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16597
16598         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16599           Set FPS correctly, even for webcams and the like.
16600         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16601           Don error on setting while capturing.
16602
16603 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16604
16605         * ext/dv/gstdvdec.c:
16606         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16607         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16608           I'm a bad boy. using /1001. to force C to do float division
16609           and not integer division (as it did in my last commit)
16610           Thanks to David I. Lehn for pointing this mistake.
16611
16612 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16613
16614         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16615           Revert Johan's 1.35->1.36 since it breaks compat.
16616
16617 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16618
16619         * ext/dv/gstdvdec.c:
16620         * ext/libfame/gstlibfame.c:
16621         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16622         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16623           replace framerate aproximations by their real value
16624           (24000/1001, 30000/1001, 60000/1001)
16625           Finish fixing bug #164049
16626
16627 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16628
16629         * ext/ogg/gstoggmux.c:
16630           eos/bos debugging
16631         * gst/tcp/gstmultifdsink.c:
16632         * gst/tcp/gstmultifdsink.h:
16633         * gst/tcp/gsttcp.c:
16634         * gst/tcp/gsttcp.h:
16635         * gst/tcp/gsttcpclientsink.c:
16636         * gst/tcp/gsttcpclientsrc.c:
16637         * gst/tcp/gsttcpserversink.c:
16638         * gst/tcp/gsttcpserversrc.c:
16639           improve reusability of elements after state changes and errors
16640           make multifdsink throw away streamheaders when receiving new ones
16641
16642 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16643
16644         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16645           Fix for if items are already in list...
16646
16647 2005-01-12  Benjamin Otte  <otte@gnome.org>
16648
16649         * gst/adder/gstadder.c: (gst_adder_loop):
16650           fix adder a bit so it doesn't screw up with events as much anymore
16651
16652 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16653
16654         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16655         (pixbufscale_scale), (gst_pixbufscale_chain):
16656         * ext/gdk_pixbuf/pixbufscale.h:
16657           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16658           to ensure rowstrides are calculated the same way as 
16659           ffmpegcolorspace
16660           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16661           that we pick up duration and offset also.
16662
16663 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16664
16665         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16666         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16667           Reusability fixes.
16668
16669 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16670
16671         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16672         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16673         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16674         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16675           Update flags when requested.
16676
16677 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16678
16679         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16680           Fix dmix.
16681
16682 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16683
16684         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16685         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16686         (probe_triggered), (new_decoded_pad), (gen_source_element),
16687         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16688         * gst/playback/gstplaybasebin.h:
16689         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16690         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16691         (gst_play_bin_change_state):
16692           Implement group-switch signal for use in apps to clear metadata
16693           cache, clean up subtitle, add suburi property instead of # hack,
16694           some error-out fixes.
16695
16696 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16697
16698         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16699           Debug.
16700         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16701           If we got a state change in the _get handler, don't return success.
16702
16703 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16704
16705         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16706         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16707           Make jpegdec quiet on MJPEG decoding
16708         * gst/asfdemux/README:
16709           Fix mimetypes for MJPEG and H263
16710
16711 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16712
16713         * ext/theora/theoradec.c: (theora_dec_chain):
16714           Fix broken code generation by gcc by swapping arguments.
16715         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16716           Fix \n in debug.
16717
16718 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16719
16720         * TODO:
16721           delete this file, it is by far outdated
16722         * ext/alsa/gstalsa.1: remove
16723         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16724         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16725         (gst_alsa_get_caps):
16726           Add HW probing for supported sample rates. Fixes #161704
16727
16728 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16729
16730         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16731           Don't crash, biatch! :).
16732
16733 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16734
16735         * ext/musepack/gstmusepackreader.cpp:
16736         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16737           Some work on tags - still doesn't work in playbin...
16738         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16739           Handle events...
16740
16741 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16742
16743         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16744           Also shove tags on kid pads.
16745
16746 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16747
16748         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16749           Don't bail on unknown events.
16750         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16751           Don't crash on events before negotiation.
16752         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16753           Send tags on pads, too.
16754         * gst/playback/gststreamselector.c:
16755         (gst_stream_selector_request_new_pad):
16756           Forward events on first pad if no input was selected yet.
16757
16758 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16759
16760         * gst/playback/gstplaybasebin.c: (setup_substreams):
16761           Don't disable streamtype if the stream doesn't exist, since
16762           then playing a video after audio will disable both and nothing
16763           will happen. Fixes the testsuite.
16764
16765 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16766
16767         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16768         (gst_v4l_xoverlay_set_xwindow_id):
16769         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16770         (gst_v4l2_xoverlay_set_xwindow_id):
16771           Add debug categories, fix overlay disabling.
16772
16773 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16774
16775         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16776         * ext/alsa/gstalsa.h:
16777           Add HW probing for period_count/size and buffer_size MIX/MAX
16778           Adjust default/user defined value if out of bounds
16779           Should fix bug #162024
16780
16781 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16782
16783         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16784           Fix warning (#161191).
16785
16786 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16787
16788         * ext/dvdread/stream_labels.c:
16789         (dvdreadsrc_get_audio_stream_labels):
16790           Fix warning (init the good variable in switch default)
16791
16792 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16793
16794         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16795
16796         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16797           Fix gcc-2.95 compile (#163485).
16798
16799 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16800
16801         * configure.ac:
16802         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16803         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16804         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16805         (gst_flacenc_change_state):
16806         * ext/flac/gstflacenc.h:
16807           Update for API change in flac-1.1.1. Update requirement in
16808           configure.ac. Fixes #162974.
16809
16810 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16811
16812         * gst/playback/gstplaybasebin.c: (group_destroy):
16813           Remove hack to get rid of assert and get rid of unlinked
16814           signals properly.
16815
16816 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16817
16818         * gst/playback/gstplaybasebin.c: (setup_source):
16819           Set source to NULL so that resources are free'ed. Fixes issues
16820           with playback of CDDA and similar device-accessing things.
16821
16822 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16823
16824         * testsuite/embed/Makefile.am:
16825           test->noinst, fix make test in buildbot.
16826
16827 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16828
16829         * ext/dvdread/stream_labels.c: new file
16830         * ext/dvdread/stream_labels.h: new file
16831         * ext/dvdread/Makefile.am:
16832         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16833           Extract audio stream label from DVD IFO files.
16834           It only dump them on the console for now, still have to
16835           make playbin aware of them.
16836
16837 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16838
16839         * gst/playback/gstplaybasebin.c: (setup_source):
16840           Fix hanging subs.
16841
16842 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16843
16844         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16845         (gen_preroll_element), (remove_groups), (setup_subtitle),
16846         (gen_source_element), (setup_source):
16847         * gst/playback/gstplaybasebin.h:
16848           Multiple .sub files is just a stupid idea... Fix some threading
16849           mistakes. Interestingly, external .sub files cause playbin to
16850           hang, I don't know why... Parsing fixes contributed by Fran??ois
16851           Kooman <fkooman@tuxed.net>.
16852
16853 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16854
16855         * testsuite/embed/Makefile.am:
16856           Fix buildbot.
16857
16858 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16859
16860         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16861
16862         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16863         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16864         (gst_pngenc_set_property):
16865         * ext/libpng/gstpngenc.h:
16866           Add compression level property (#163323).
16867
16868 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16869
16870         * configure.ac:
16871         * examples/capsfilter/capsfilter1.c: (main):
16872         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16873         * ext/dvdread/Makefile.am:
16874         * ext/dvdread/demo-play:
16875         * ext/dvdread/demo-play.c:
16876         * gconf/gstreamer.schemas.in:
16877         * gst-libs/gst/gconf/gconf.c:
16878         * sys/v4l/TODO:
16879         * testsuite/Makefile.am:
16880         * testsuite/embed/Makefile.am:
16881         * testsuite/embed/embed.c: (cb_expose), (main):
16882           Remove all references to xvideosink, fix examples (#140845).
16883         * gst/playback/gstplaybasebin.c: (group_destroy):
16884           Apparently, disposal does not unlink - so do explicitely.
16885         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16886           Add debug.
16887
16888 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16889
16890         * README: fix PKG_CONFIG_PATH instructions, what was there
16891         previously was breaking default search path, not nice. 
16892         Fixes #163358
16893
16894 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16895
16896         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16897         (gst_audioscale_chain):
16898           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16899           when resampling - how the ^@$^!@^! is this possible?!?
16900
16901 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16902
16903         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16904           Reset variables on READY.
16905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16906         (gst_matroska_mux_loop):
16907           Require data before writing header.
16908
16909 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
16910
16911         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16912
16913         * ext/mad/gstmad.c: (gst_mad_chain):
16914           Don't call mad_stream_sync() directly after recovering sync.
16915           Fixes #151661.
16916
16917 2005-01-09  Martin Eikermann  <meiker@upb.de>
16918
16919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16920
16921         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16922         (snapshot_handler), (gst_snapshot_sinkconnect),
16923         (gst_snapshot_chain):
16924           Allocate resources when required, fix recursive signal emission
16925           and fix caps. Fixes #161667.
16926
16927 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16928
16929         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16930
16931         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
16932         (gst_pngdec_chain):
16933           Handle only 8-bppc (bits-per-pixel-component) images, better
16934           error handling and correct strides. Fixes #163177.
16935         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
16936         (gst_pngenc_chain):
16937           Better error handling. Fixes #163348.
16938
16939 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16940
16941         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
16942         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
16943         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
16944         (dvdnavsrc_uri_handler_init):
16945           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
16946         * gst/playback/gstplaybasebin.c: (gen_source_element):
16947           Add MMS to streaming URIs.
16948
16949 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16950
16951         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
16952         * sys/xvimage/xvimagesink.c:
16953         (gst_xvimagesink_navigation_send_event):
16954           Check for pad availability before sending event.
16955
16956 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16957
16958         * gst-plugins.spec.in:
16959           Add subparse.
16960
16961 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16962
16963         * configure.ac:
16964           Since we use functions from CVS, up requirement.
16965
16966 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16967
16968         * gst/playback/Makefile.am:
16969         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16970         (group_destroy), (group_commit), (group_is_muted),
16971         (gen_preroll_element), (add_stream), (unknown_type),
16972         (probe_triggered), (preroll_unlinked), (mute_stream),
16973         (silence_stream), (new_decoded_pad), (setup_substreams),
16974         (setup_source), (get_active_source), (mute_group_type),
16975         (muted_group_change_state), (set_active_source),
16976         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16977         (play_base_eos), (gst_play_base_bin_change_state):
16978         * gst/playback/gstplaybasebin.h:
16979         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
16980         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
16981         (gst_stream_info_dispose), (stream_info_mute_pad),
16982         (stream_info_change_state), (gst_stream_info_set_mute):
16983         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
16984         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
16985         (gst_stream_selector_init), (gst_stream_selector_dispose),
16986         (gst_stream_selector_get_linked_pad),
16987         (gst_stream_selector_get_caps), (gst_stream_selector_link),
16988         (gst_stream_selector_get_linked_pads),
16989         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
16990         * gst/playback/gststreamselector.h:
16991           Adding stream selection support plus required properties for
16992           applications to use this. Fully fixes #100931.
16993
16994 2005-01-08  Benjamin Otte  <otte@gnome.org>
16995
16996         * gst/games/gstpuzzle.c: (nav_event_handler):
16997           - handle nav events differently: forward every event no matter if it
16998             was handled or not.
16999           - translate events
17000           You can now cheat by using navigationtest ! puzzle and moving the
17001           mouse close to the edge of a tile. ;)
17002
17003 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17004
17005         * configure.ac:
17006         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17007         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17008         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17009         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17010         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17011         (gst_ogm_parse_plugin_init):
17012         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17013         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17014         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17015         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17016         * ext/pango/gsttextoverlay.h:
17017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17018         (gst_matroska_demux_handle_seek_event),
17019         (gst_matroska_demux_sync_streams),
17020         (gst_matroska_demux_parse_blockgroup),
17021         (gst_matroska_demux_subtitle_caps),
17022         (gst_matroska_demux_plugin_init):
17023         * gst/matroska/matroska-ids.h:
17024         * gst/playback/gstdecodebin.c: (close_pad_link):
17025         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17026         (gen_preroll_element), (remove_groups), (add_stream),
17027         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17028         (setup_source):
17029         * gst/playback/gstplaybasebin.h:
17030         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17031         * gst/subparse/Makefile.am:
17032         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17033         (gst_subparse_base_init), (gst_subparse_class_init),
17034         (gst_subparse_init), (gst_subparse_formats),
17035         (gst_subparse_eventmask), (gst_subparse_event),
17036         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17037         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17038         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17039         (parse_mpsub_deinit), (parse_mpsub_init),
17040         (gst_subparse_buffer_format_autodetect),
17041         (gst_subparse_format_autodetect), (gst_subparse_loop),
17042         (gst_subparse_change_state), (gst_subparse_type_find),
17043         (plugin_init):
17044         * gst/subparse/gstsubparse.h:
17045         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17046         (plugin_init):
17047           Add subtitle support, .sub parser (supports SRT and MPsub),
17048           OGM text support, Matroska UTF-8 text support, deadlock fixes
17049           all over the place, subtitle awareness in decodebin/playbin
17050           and some fixes to textoverlay to handle subtitles in a stream
17051           correctly. Fixes #100931.
17052
17053 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17054
17055         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17056           Check for pad availability before doing a query on it.
17057
17058 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17059
17060         * ext/dv/gstdvdec.c:
17061           really fix bpp24/32 dvdec caps (classic rgba indeed)
17062         * gst/asfdemux/gstasfdemux.c:
17063         (gst_asf_demux_process_ext_content_desc):
17064           don't send text tags if they are empty (bis repetita)
17065
17066 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17067
17068         * ext/dv/gstdvdec.c:
17069          remove unneeded comment from dvdec
17070           (related to DV 4CC codes in AVI files)
17071           moved them in gstreamer/docs/random/mimetypes
17072         * gst/asfdemux/gstasfdemux.c:
17073         (gst_asf_demux_process_ext_content_desc):
17074          don't send text tags if they are empty
17075          fix mem leak on error path
17076         * gst/ffmpegcolorspace/avcodec.h:
17077         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17078         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17079         (gst_ffmpegcsp_avpicture_fill):
17080         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17081         * gst/ffmpegcolorspace/imgconvert_template.h:
17082          adds BGR32 and BGRA32 to ffmpegcolorspace
17083           (still bad colors, fixing it on next commit)
17084           helps with dvdec outputing BGR32
17085
17086 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17087
17088         * ext/dv/gstdvdec.c:
17089          Fix audio caps i just broke (missing ',')
17090         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17091         (gst_matroska_mux_reset):
17092          Fix typo + add FIXME about old "x-gst-metadata" crap
17093
17094 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17095
17096         * ext/dv/demo-play.c: (main):
17097          xvideosink -> xvimagesink
17098         * ext/dv/gstdvdec.c:
17099          change rgb 32/32 caps to 24/32 (no alpha)
17100          change nb of channels to be a list (2 or 4, not 2)
17101          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17102         * gst/asfdemux/gstasfdemux.c:
17103         (gst_asf_demux_process_ext_content_desc):
17104          Add 'date/year' to extracted metadata list
17105
17106 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17109           The return value of fixate_to does not imply that the requested
17110           value was set, so don't assume.
17111
17112 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17113
17114         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17115
17116         * ext/libpng/gstpngdec.c:
17117         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17118         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17119         * ext/libpng/gstpngenc.h:
17120           Alpha support (encoder; #163161), mime fixage.
17121
17122 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17123
17124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17125
17126         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17127         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17128         (gst_faac_set_property), (gst_faac_get_property):
17129         * ext/faac/gstfaac.h:
17130           Allow for ADTS output (#153434).
17131
17132 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17133
17134         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17135           Fix against template (#150576).
17136
17137 2005-01-06  Benjamin Otte  <otte@gnome.org>
17138
17139         * gst/games/gstpuzzle.c: (draw_puzzle):
17140           don't draw a puzzle if either width or height of tiles would be 0.
17141
17142 2005-01-06  Benjamin Otte  <otte@gnome.org>
17143
17144         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17145         (gst_puzzle_class_init), (gst_puzzle_finalize):
17146           no memleaks, please
17147         (gst_puzzle_create), (gst_puzzle_init),
17148         (gst_puzzle_set_property), (gst_puzzle_setup):
17149           change initialization code around so we don't reshuffle on resize
17150         (draw_puzzle):
17151           fix another stupid typo
17152
17153 2005-01-06  Benjamin Otte  <otte@gnome.org>
17154
17155         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17156           fix stupid typo that borked copying on YUY2
17157
17158 2005-01-06  Benjamin Otte  <otte@gnome.org>
17159
17160         * gst/games/gstpuzzle.c: (draw_puzzle):
17161           fix edges when image sizes aren't multiples of tile sizes
17162
17163 2005-01-06  Benjamin Otte  <otte@gnome.org>
17164
17165         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17166           make RGB endianness work correctly
17167         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17168           refactor and fix race with initial shuffling
17169         (nav_event_handler):
17170           allow using the mouse to puzzle
17171         (draw_puzzle):
17172           insist on tiles having width and height as multiples of 4 to get
17173           clean YUV image handling
17174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17175         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17176           s/DEBUG/LOG/ for common messages
17177         (gst_xvimagesink_navigation_send_event):
17178           fix mouse event translation to not include screen PAR
17179         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17180           fix mouse event translation to actually work
17181
17182 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17183
17184         * gst/asfdemux/gstasfdemux.c:
17185         (gst_asf_demux_process_ext_content_desc):
17186          Extract TrackNumber metadata + clean up code
17187         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17188          Hope this is the good fix (var used unitialised)
17189
17190 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17191
17192         * ext/faad/gstfaad.c: (gst_faad_chain):
17193           Only increment timestamp if it's valid. Fixes raw AAC streams.
17194
17195 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17196
17197         * configure.ac:
17198         * gst/games/Makefile.am:
17199         * gst/games/gstpuzzle.c:
17200           add a puzzle game with...
17201         * gst/games/gstvideoimage.c:
17202         * gst/games/gstvideoimage.h:
17203           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17204           from videotestsrc and made into something that would be a nice
17205           library for a lot of other plugins.
17206
17207 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17208
17209         * configure.ac:
17210          don't compile faad plugin if a RC of 2.0 is found
17211          Fixes #155346 (and FC1 buildbot)
17212         * gst/asfdemux/gstasfdemux.c:
17213         (gst_asf_demux_process_ext_content_desc):
17214          try to make Solaris compiler happier
17215
17216 2005-01-06  Paul Jack  <pjack@sfaf.org>
17217
17218         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17219
17220         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17221           Fix segfault (#161667).
17222
17223 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17224
17225         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17226           Fix framerate reporting.
17227
17228 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17229
17230         * gst-libs/gst/riff/riff-ids.h:
17231         * gst/wavenc/riff.h:
17232          Add AMR (VBR and CBR) ids to riff.h audio codec list
17233         * gst/asfdemux/gstasfdemux.c:
17234         (gst_asf_demux_process_ext_content_desc),
17235         (gst_asf_demux_process_object):
17236           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17237
17238 2005-01-05  Martin Eikermann  <meiker@upb.de>
17239
17240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17241
17242         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17243         (gst_dvd_demux_handle_discont):
17244         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17245         (gst_mpeg_demux_handle_discont):
17246           Recreate pads on new-media (#160730).
17247         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17248           Send discont even if manager changes timestamps (#161929).
17249
17250 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17251
17252         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17253
17254         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17255           Fix invalid memory access (#159211).
17256
17257 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17258
17259         * examples/gstplay/player.c: (main):
17260           Don't iterate.
17261         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17262           Add visualizations.
17263         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17264         (gst_a52dec_handle_frame):
17265           Set duration.
17266         * ext/dvdnav/gst-dvd:
17267           Add audioconvert. Fixes #161325.
17268         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17269           Explicitely case to gint64. Possible valgrind error.
17270         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17271         (gst_play_tick_callback), (gst_play_change_state),
17272         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17273         (gst_play_set_location), (gst_play_get_location),
17274         (gst_play_seek_to_time), (gst_play_set_data_src),
17275         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17276         (gst_play_set_visualization), (gst_play_connect_visualization),
17277         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17278         (gst_play_new):
17279           Use playbin. Fixes #139749 and #147744.
17280         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17281           Add genre tag.
17282         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17283         (audioscale_get_type), (gst_audioscale_base_init),
17284         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17285         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17286         (gst_audioscale_link), (gst_audioscale_get_buffer),
17287         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17288         (gst_audioscale_init), (gst_audioscale_dispose),
17289         (gst_audioscale_chain), (gst_audioscale_set_property),
17290         (gst_audioscale_get_property), (plugin_init):
17291           Indent properly.
17292         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17293           Fix LPCM.
17294         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17295         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17296         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17297           Add more metadata (fixes #162656).
17298
17299 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17300
17301         * configure.ac:
17302           back to cvs
17303
17304 === release 0.8.7 ===
17305
17306 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17307
17308         * NEWS:
17309         * RELEASE:
17310         * configure.ac:
17311           releasing 0.8.7, "Hyperspace"
17312
17313 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17314
17315         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17316
17317         * gst/playback/gstplaybasebin.c:
17318          Fix for #162924 - free caps after use, not before
17319
17320 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17321
17322         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17323
17324         * gst/playback/gstplaybasebin.c:
17325         * gst/wavparse/gstwavparse.c:
17326           Fix for #154773 - fixes playback of small .wav files
17327
17328 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17329
17330         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17331
17332         * gst/audioscale/gstaudioscale.c:
17333           Fix for #162819 - make audioscale reusable
17334           Fixes playback of more than one file with playbin/totem
17335
17336 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17337
17338         * gst/ffmpegcolorspace/avcodec.h:
17339         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17340         * gst/ffmpegcolorspace/imgconvert.c:
17341           clean up the mess that made me cry and avoid needless duplication
17342
17343 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17344
17345         * gst/ffmpegcolorspace/imgconvert.c:
17346           give some indication of why we're segfaulting
17347
17348 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17349
17350         * configure.ac:
17351           Fix indentation, fix v4l2 plugin detection.
17352         * ext/Makefile.am:
17353           Fix libmms location (Maciej, use diff -u!).
17354         * ext/alsa/gstalsa.c: (gst_alsa_init):
17355           Initialize caps cache to NULL.
17356         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17357           Only change state on audiosink if it exists.
17358
17359 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17360
17361         * gst/matroska/matroska-demux.c:
17362         * gst/matroska/matroska-ids.h:
17363         * gst/matroska/matroska-demux.h:
17364         Fix Vorbis streams failing to decode in some files, where cluster_time
17365         isn't 0, because then it doesn't send codec_priv before actual data.
17366         Remove time-based test and replace it with marker set on beginning of
17367         new stream
17368
17369 2004-12-28  David Schleef  <ds@schleef.org>
17370
17371         Merge patch from Ronald fixing problems with streaming
17372         text.
17373         * ext/cairo/gstcairo.c: (plugin_init):
17374         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17375         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17376         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17377         (gst_textoverlay_font_init), (gst_textoverlay_init),
17378         (gst_textoverlay_set_property):
17379         * ext/cairo/gsttextoverlay.h:
17380
17381 2004-12-27  David Schleef  <ds@schleef.org>
17382
17383         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17384         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17385         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17386         (gst_textoverlay_font_init), (gst_textoverlay_init),
17387         (gst_textoverlay_set_property): Improvements to actually
17388         render text as white on black outline on video, including
17389         font selection and horizontal/vertical alignment.  (Ronald's
17390         christmas present)
17391         * ext/cairo/gsttextoverlay.h:
17392
17393 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17394
17395         * ext/ogg/gstogg.c:
17396         * ext/ogg/gstogmparse.c:
17397           fix ogm[audio/video]parse plugin registration
17398           (riff won't load if bytestream is already loaded)
17399
17400 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17401
17402         * gst/audioconvert/gstchannelmix.c:
17403           fix for GLIB < 2.4
17404
17405 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17406
17407         * Makefile.am:
17408         * configure.ac:
17409           disable docs again until it actually passes make distcheck.
17410
17411 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17412
17413         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17414         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17415         (plugin_init):
17416           Add 3GP (variables name Q3GP because they can't start with a
17417           number). Add samr audio fourcc (used in .3gp files), decoder
17418           is work in progress. Also do a GST_WARNING instead of ERROR
17419           in case of unknown nodes, to decrease output.
17420
17421 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17422
17423         * Makefile.am:
17424           really fix dist
17425
17426 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17427
17428         * configure.ac:
17429         * ext/speex/gstspeexdec.h:
17430         * ext/speex/gstspeexenc.h:
17431           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17432           Fix detection code in configure.ac
17433
17434 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17435
17436         * gst/matroska/matroska-demux.c:
17437         (gst_matroska_demux_parse_blockgroup):
17438           Save position, so that queries give proper return values. Don't
17439           know how this could ever have worked before...
17440
17441 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17442
17443         * configure.ac:
17444           Put additional LAME check inside the conditional.  Fixes #152339
17445
17446 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17447
17448         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17449         (gst_avi_demux_stream_scan):
17450           Add some more debug. Fix logic error when setting movi offset
17451           while reading index.
17452
17453 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17454
17455         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17456         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17457         (gst_avi_demux_process_next_entry):
17458           Add some debugging. Better detection of broken indexes and the
17459           accompanying index recovery. No infinite loops on state changes
17460           when we're still in our loopfunction.
17461
17462 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17463
17464         * configure.ac:
17465           Fix up.
17466
17467 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17468
17469         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17470
17471         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17472           Normalizing the value before setting
17473         (gst_sunaudiomixer_get_volume):
17474           Normalizing the value after getting. Fixes bug# 161980
17475
17476 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17477
17478         * Makefile.am: Make sure docs gets disted
17479         * docs/Makefile.am: Make sure all needed files get disted
17480         * gst-plugins.spec.in: latest updates
17481
17482 2004-12-22  Wim Taymans  <wim@fluendo.com>
17483
17484         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17485         Revert patch 1.38 as clock distribution over schedulers does
17486         not work correcly in the core yet.
17487
17488 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17489
17490         * sys/oss/README: remove this file, which predates my birth
17491           (and which content is by far outdated)
17492
17493 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17494
17495         * Makefile.am:
17496         * configure.ac:
17497         * docs/Makefile.am:
17498         * docs/libs/Makefile.am:
17499         * docs/libs/gst-plugins-libs-docs.sgml:
17500         * docs/libs/gst-plugins-libs-sections.txt:
17501         * docs/libs/tmpl/gstgconf.sgml:
17502         * docs/upload.mak:
17503         * docs/version.entities.in:
17504           Added boilerplate gtk-doc files for plugin-libs documentation.
17505
17506 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17507
17508         * gst/auparse/gstauparse.c: fix int and float audio caps
17509
17510 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17511
17512         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17513         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17514           g_assert() can be a macro, don't use #ifdef inside it.
17515
17516 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17517
17518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17519
17520         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17521         (gst_videorate_init), (gst_videorate_chain),
17522         (gst_videorate_change_state):
17523           Event handling (fixes #159986).
17524
17525 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17526
17527         * gst-libs/gst/riff/riff-media.c:
17528         (gst_riff_create_video_caps_with_data):
17529           Add BLZ0 (Blizzard's version of DivX) fourcc.
17530
17531 2004-12-18  David Schleef  <ds@schleef.org>
17532
17533         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17534         portability fix.
17535
17536 2004-12-18  David Schleef  <ds@schleef.org>
17537
17538         * gst/tta/ttadec.h: Disable some header code that isn't used
17539         and clearly isn't portable.
17540
17541 2004-12-18  David Schleef  <ds@schleef.org>
17542
17543         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17544         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17545         (avcodec_get_pix_fmt), (avpicture_layout),
17546         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17547         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17548         Fix code to not use GCC extensions (and c99 extensions that
17549         Forte does not like.)
17550
17551 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17552
17553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17554
17555         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17556         (gst_deinterlace_chain):
17557           Rowstride fixes. Fixes #161039.
17558         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17559         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17560         (gst_video_crop_getcaps), (gst_video_crop_link),
17561         (gst_video_crop_i420), (gst_video_crop_chain),
17562         (gst_video_crop_change_state):
17563           Rework of negotiation. Actually works now. Fixes #158650.
17564
17565 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17566
17567         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17568           That was very stupid.
17569
17570 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17571
17572         * gst/matroska/matroska-demux.c:
17573         (gst_matroska_demux_parse_blockgroup):
17574           Fix possible crasher.
17575
17576 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17577
17578         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17579         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17580           Lace sizes can be zero.
17581
17582 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17583
17584         * ext/musepack/gstmusepackdec.cpp:
17585           Fetch error return values. Fixes #161624.
17586         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17587           Really EOS.
17588
17589 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17590
17591         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17592           Work for truncated (unfinished download etc.) files. Fixes #160514.
17593
17594 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17595
17596         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17597           Fix for integer overflow. Makes #156001 not crash. Probably masks
17598           the real bug.
17599
17600 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17601
17602         * gst/ac3parse/gstac3parse.c: (plugin_init):
17603           Parsers never have ranks. Fixes #159651.
17604
17605 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17606
17607         * gst/playback/gstdecodebin.c: (compare_ranks):
17608           make sure the facotries are ordered the same every time even if they
17609           have the same rank by using the name
17610         * gst/playback/gstdecodebin.c: (find_compatibles):
17611           make sure we don't add factories to the list twice
17612
17613 2004-12-16  David Schleef  <ds@schleef.org>
17614
17615         * configure.ac: look for musepack headers as musepack/*.h
17616         (fixes #159847)
17617         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17618         * ext/musepack/gstmusepackreader.h: same
17619
17620 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17621
17622         * gst-libs/gst/riff/riff-read.c:
17623         (gst_riff_read_strf_auds_with_data):
17624           Read extradata correctly (fixes #155879).
17625
17626 2004-12-16  David Schleef  <ds@schleef.org>
17627
17628         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17629         audio.  does _not_ attempt or allow conversion unless channels
17630         is 1 or 2.
17631
17632 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17633
17634         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17635
17636 2004-12-16  David Schleef  <ds@schleef.org>
17637
17638         * gst/audioscale/gstaudioscale.c: the resample library only
17639         handles 1 or 2 channels.  Change caps to compensate.
17640
17641 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17642
17643         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17644         (gst_matroska_demux_audio_caps):
17645           Some MPEG-AAC hacks, because else it doesn't work...
17646
17647 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * gst-libs/gst/riff/riff-media.c:
17650         (gst_riff_create_video_caps_with_data),
17651         (gst_riff_create_video_template_caps):
17652           Add h264.
17653
17654 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17655
17656         * gst-libs/gst/audio/Makefile.am:
17657           Try to fix buildbot.
17658
17659 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17660
17661         * gst/tcp/gstmultifdsink.c:
17662           Clean up and uniformize debugging.
17663
17664 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17665
17666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17667
17668         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17669         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17670         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17671         (gst_mpeg_demux_change_state):
17672           Reset on ready. Fixes 160276.
17673
17674 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17675
17676         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17677
17678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17679         (gst_ffmpegcsp_pad_link):
17680           Fix memleak (#154815).
17681
17682 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17683
17684         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17685
17686         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17687         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17688         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17689         * ext/musicbrainz/gsttrm.h:
17690           Add support for using a proxy server when getting a trm id from
17691           the MusicBrainz database (#149613).
17692
17693 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17694
17695         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17696
17697         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17698         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17699           Fix memleaks (#157233).
17700
17701 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17702
17703         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17704
17705         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17706         * gst-libs/gst/resample/resample.h:
17707         * gst/audioscale/gstaudioscale.c:
17708           Fix memleak (#159215).
17709
17710 2004-12-16  Toni Willberg  <toniw@iki.fi>
17711
17712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17713
17714         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17715         * sys/oss/oss_probe.c: (main):
17716           Check for mono/stereo support (similar to samplerate probing),
17717           fixes #159433. Also add missing copyright header to oss_probe.c.
17718
17719 2004-12-15  David Schleef  <ds@schleef.org>
17720
17721         * configure.ac: add audioresample and cairo plugins.  Remove
17722         HAVE_MMX stuff, because it's not used.
17723         * ext/Makefile.am: same
17724         * ext/audioresample/Makefile.am: You are not ready for an
17725         audio resampling element based on audioresample.
17726         * ext/audioresample/gstaudioresample.c:
17727         * ext/audioresample/gstaudioresample.h:
17728         * ext/cairo/Makefile.am: You are not ready for overlay elements
17729         based on cairo.  Don't look too closely, these elements kinda
17730         suck right now.
17731         * ext/cairo/gstcairo.c: new
17732         * ext/cairo/gsttextoverlay.c: new
17733         * ext/cairo/gsttextoverlay.h: new
17734         * ext/cairo/gsttimeoverlay.c: new
17735         * ext/cairo/gsttimeoverlay.h: new
17736         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17737         problem with compilers that don't support variadic macros.
17738
17739 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17740
17741         Reviewed by:  David Schleef  <ds@schleef.org>
17742
17743         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17744         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17745         bit.  Also ran indent-gst.
17746         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17747         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17748         (gst_sunaudiosrc_setparams):
17749
17750 2004-12-14  David Schleef  <ds@schleef.org>
17751
17752         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17753         output rate to 16000.  Should fix #160235.
17754
17755 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17756
17757         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17758         Add typefinding for mpeg2 pes streams
17759
17760 2004-12-13  David Schleef  <ds@schleef.org>
17761
17762         * configure.ac:  Applied patch from bug #143659, making default
17763         sources and sinks OS-dependent (for Solaris), and added code
17764         for OS/X.
17765         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17766
17767 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17768
17769         * gst-libs/gst/riff/riff-media.c:
17770           forgot to add h2.64 to avidemux template caps
17771
17772 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17773
17774         * gst/wavenc/riff.h:
17775         * gst-libs/gst/riff/riff-media.c:
17776         * gst-libs/gst/riff/riff-ids.h:
17777         * gst/avi/gstavimux.c
17778         add 4CC code for VideoSoft h264 in AVI (VSSH)
17779           fixes bug #160655
17780         remove s323 from riff, it's quicktime specific :(
17781
17782 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17783
17784         * gst/asfdemux/README
17785         * gst/wavenc/riff.h
17786         * gst-libs/gst/riff/riff-ids.h
17787         * gst-libs/gst/riff/riff-media.c
17788         * gst/qtdemux/qtdemux.c:
17789           add new 4CC codes for h263 related codecs
17790           fixes partially bug #155163
17791
17792 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17793
17794         * configure.ac: Update polyaudio requirement to 0.7
17795         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17796
17797 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17798
17799         * gst/interleave/deinterleave.c:
17800         fix my name's spelling! :)
17801
17802 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17803
17804         * AUTHORS ChangeLog
17805         * gst/auparse/gstauparse.c
17806         * gst/interleave/deinterleave.c
17807         * gst/law/:
17808                 alaw-decode.c alaw-encode.c
17809                 mulaw-decode.c mulaw-encode.c
17810         * gst/oneton/gstoneton.c
17811         * sys/osxaudio/:
17812                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17813         * sys/osxvideo/:
17814                 cocoawindow.h cocoawindow.m
17815                 osxvideosink.h osxvideosink.m
17816
17817         put the same mail address for Zaheer Abbas Merali everywhere
17818
17819 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17820
17821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17822           Align by packetsize, and assert that we a packet available before
17823           playing. The first makes webstreams work (they often include
17824           trailing padding data in a packet), the second allows pausing a
17825           ASF stream in totem without getting demux errors afterwards.
17826
17827 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17828
17829         * ext/ogg/gstoggdemux.c: (get_relative):
17830           Check for non-NULL before accessing member (end-of-chain).
17831
17832 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17833
17834         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17835         (cdparanoia_set_property), (cdparanoia_get_property):
17836         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17837         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17838         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17839         (dvdreadsrc_init), (dvdreadsrc_set_property),
17840         (dvdreadsrc_get_property):
17841         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17842         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17843           Synchronize property names where not yet the case. Devices are
17844           now device=X, other versions are deprecated (but still exist).
17845           Also use g_free() unconditionally.
17846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17847         (setup_source), (gst_play_base_bin_get_property):
17848           Expose source.
17849
17850 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17851
17852         * configure.ac: move GCONF macro outside conditional for the am
17853           conditional. Fixes #160439
17854
17855 2004-12-08  David Schleef  <ds@schleef.org>
17856
17857         * tools/gst-visualise-m.m: Switch to elements that currently
17858         exist.
17859
17860 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17861
17862         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17863           We love wrong commas.
17864
17865 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17866
17867         * gst/matroska/matroska-demux.c:
17868         (gst_matroska_demux_handle_src_query):
17869           Don't set DEFAULT, unsupported - makes length display incorrectly
17870           in some cases.
17871
17872 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17873
17874         * gst/monoscope/README: remove blurb about files being GPL
17875         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17876         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17877           monoscope is now effectively LGPL licensed
17878
17879 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17880
17881         * gst/monoscope/README: Update information to be more correct
17882         * gst/monoscope/convolve.c: Relicense to LGPL
17883         * gst/monoscope/convolve.h: Relicense to LGPL
17884
17885 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17886
17887         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17888           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17889         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17890           set default_duration for mpeg1 audio
17891
17892 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17893
17894         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17895         * ext/alsa/gstalsa.h:
17896           refactor big chunks of the core caps negotiation code to make it
17897           a lot faster, because people claim it's really slow
17898           (actually, just cache the getcaps when the device is opened)
17899
17900 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17901
17902         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17903         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17904         (gst_a52dec_handle_frame), (gst_a52dec_chain),
17905         (gst_a52dec_change_state), (plugin_init):
17906         * ext/a52dec/gsta52dec.h:
17907           Do something useful with timestamps. Make chain-based (since
17908           there's really no reason to be loopbased).
17909         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17910           Update current_byte/frame correctly.
17911
17912 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17913
17914         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17915         (gst_ape_demux_stream_init):
17916           Forward tags, too.
17917
17918 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17919
17920         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17921           Let's make sure we're done typefinding when detecting tags.
17922
17923 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17924
17925         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
17926         (gst_ebml_read_init), (gst_ebml_read_use_event),
17927         (gst_ebml_read_element_id), (gst_ebml_peek_id),
17928         (gst_ebml_read_seek), (gst_ebml_read_skip),
17929         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
17930         (gst_ebml_read_master):
17931         * gst/matroska/ebml-read.h:
17932         * gst/matroska/matroska-demux.c:
17933         (gst_matroska_demux_parse_contents),
17934         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
17935           Disgustingly evil hack for working around INTERRUPT events and
17936           their extremely annoying habit of being a pain in the ass. We
17937           simply peek a cluster before reading any of it.
17938
17939 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17940
17941         * ext/musepack/gstmusepackdec.cpp:
17942           There's also floating point libmusepacks.
17943
17944 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17945
17946         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
17947         (gst_faad_chanpos_to_gst), (gst_faad_chain):
17948           Set DURATION even if source buffer didn't. Also use increasing
17949           timestamps.
17950         * gst-libs/gst/riff/riff-media.c:
17951         (gst_riff_create_audio_caps_with_data):
17952           Block_align can have larger values than 8192.
17953
17954 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17955
17956         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
17957         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
17958         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
17959         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
17960           Fix caps.
17961
17962 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17963
17964         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
17965           Fix logic bug.
17966
17967 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17968
17969         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
17970           Yay, another one.
17971
17972 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17973
17974         * ext/esd/esdsink.c: (gst_esdsink_chain):
17975           Make error actually say something useful (fixes #156798).
17976         * gst-libs/gst/riff/riff-media.c:
17977         (gst_riff_create_video_caps_with_data),
17978         (gst_riff_create_video_template_caps):
17979           Add Intel Video 5.0 fourcc (IV50).
17980
17981 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
17982
17983         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
17984         detection on mono and stereo mp3 files.
17985
17986 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17987
17988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17989           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
17990           the contained stream).
17991
17992 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17993
17994         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
17995           Oops, remove debug.
17996
17997 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
17998
17999         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18000
18001         * gst/law/alaw-decode.c: (alawdec_getcaps):
18002         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18003           Prevent warnings when negotiating caps (fixes #159338).
18004
18005 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18006
18007         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18008         (gst_ffmpegcsp_chain):
18009           Remove old leftover that shouldn't be there...
18010
18011 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18012
18013         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18014
18015         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18016           Don't forward DISCONT events (fixes #159684).
18017
18018 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18019
18020         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18021           Unlink manually since sometimes bin disposal (and therefore
18022           pad unlinking) is delayed, which will cause a new media file
18023           to not be able to start playing instantly.
18024
18025 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18026
18027         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18028           On mute of an unlinked stream, check for pad availability so
18029           we don't crash on unlinked pad.
18030
18031 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18032
18033         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18034         (gst_avi_demux_massage_index):
18035           Fix quite humiliating bug in omitting 0-sized index chunks but
18036           forgetting to count them for timestamps.
18037
18038 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18039
18040         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18041           Actually leave the loop if we failed to sync. Don't crash.
18042
18043 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18044
18045         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18046         (gst_dvd_demux_process_private):
18047         * gst/mpegstream/gstdvddemux.h:
18048           Fix crash (#159759). Doesn't work, though. :-(.
18049
18050 2004-11-28  Benjamin Otte  <otte@gnome.org>
18051
18052         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18053           more overwriting protection due to modifying channels one by one
18054           instead of all at once
18055
18056 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18057
18058         * gst/audioconvert/gstchannelmix.c:
18059         (gst_audio_convert_fill_normalize):
18060           Normalize using absolute values.
18061
18062 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18063
18064         * configure.ac:
18065         * ext/Makefile.am:
18066         * ext/directfb/Makefile.am:
18067         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18068         (gst_directfbvideosink_get_pixel_format),
18069         (gst_directfbvideosink_get_format_from_fourcc),
18070         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18071         (gst_directfbvideosink_sink_link),
18072         (gst_directfbvideosink_change_state),
18073         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18074         (gst_directfbvideosink_buffer_alloc),
18075         (gst_directfbvideosink_interface_supported),
18076         (gst_directfbvideosink_interface_init),
18077         (gst_directfbvideosink_navigation_send_event),
18078         (gst_directfbvideosink_navigation_init),
18079         (gst_directfbvideosink_set_property),
18080         (gst_directfbvideosink_get_property),
18081         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18082         (gst_directfbvideosink_base_init),
18083         (gst_directfbvideosink_class_init),
18084         (gst_directfbvideosink_get_type), (plugin_init):
18085         * ext/directfb/directfbvideosink.h: Adding a first version of
18086         directfbvideosink.
18087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18088         more.
18089
18090 2004-11-28  Benjamin Otte  <otte@gnome.org>
18091
18092         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18093           walk the samples backwards if out_channels > in_channels so we don't
18094           overwrite data
18095
18096 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18097
18098         * gst/audioconvert/Makefile.am:
18099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18100         (gst_audio_convert_link), (gst_audio_convert_change_state),
18101         (gst_audio_convert_channels):
18102         * gst/audioconvert/gstchannelmix.c:
18103         (gst_audio_convert_unset_matrix),
18104         (gst_audio_convert_fill_identical),
18105         (gst_audio_convert_fill_compatible),
18106         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18107         (gst_audio_convert_fill_others),
18108         (gst_audio_convert_fill_normalize),
18109         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18110         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18111         * gst/audioconvert/gstchannelmix.h:
18112           Implement a channel mixer.
18113
18114 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18115
18116         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18117         * ext/alsa/gstalsa.h:
18118         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18119         Make alsasink actually honor gst_element_set_clock and use that
18120         clock instead of its internal one.
18121
18122 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18123
18124         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18125         (gst_play_base_bin_change_state): nullify source and decoder when
18126         going from READY to NULL so that we don't try to do weird stuff with
18127         them when going from NULL to READY
18128         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18129         instead of g_object_unref
18130         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18131         it should be correct
18132         (gst_play_bin_change_state): don't call remove_sinks if we are
18133         currently disposing the object
18134
18135 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18136
18137         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18138           Don't forget bass if it's there. Else left channel is silent...
18139
18140 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18141
18142         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18143         (gst_a52dec_change_state):
18144           Don't do sample adjusting anymore, we use float audio now.
18145         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18146           Don't fixate to non-existing properties.
18147
18148 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18149
18150         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18151         (gst_a52dec_change_state):
18152           Advertise that we can do surround sound.
18153
18154 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18155
18156         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18157           Add buffer-frames=0.
18158         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18159         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18160         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18161         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18162         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18163         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18164         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18165         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18166         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18167         * ext/dvdread/dvdreadsrc.h:
18168           Add seeking, querying for bytes, sectors, title, angle and
18169           chapter. Handle multiple chapters. Relicense to LGPL because
18170           Billy agreed on that (thanks Billy!).
18171
18172 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18173
18174         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18175         call parent dispose method
18176
18177 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18178
18179         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18180         (gst_audio_clock_get_internal_time):
18181         Fix active <-> inactive transitions: ensure time value always
18182         grows and avoid abrupt value changes.
18183
18184 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18185
18186         * configure.ac:
18187         * gst/tta/Makefile.am:
18188         * gst/tta/crc32.h:
18189         * gst/tta/filters.h:
18190         * gst/tta/gsttta.c:
18191         * gst/tta/gstttadec.c:
18192         * gst/tta/gstttadec.h:
18193         * gst/tta/gstttaparse.c:
18194         * gst/tta/gstttaparse.h:
18195         * gst/tta/ttadec.h:
18196           added TTA parser and decoder
18197
18198 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18199
18200         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18201         (probe_triggered), (check_queue), (buffer_underrun),
18202         (buffer_running), (buffer_overrun), (gen_source_element),
18203         (setup_source):
18204         * gst/playback/gstplaybasebin.h:
18205           Implement buffering. Needs some more work.
18206
18207 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18208
18209         * ext/theora/theoradec.c: (theora_dec_chain):
18210           Fix ilog mask range overflow.
18211
18212 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18213
18214         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18215           Don't omit the last (which in case of dmix is the only :) )
18216           channel count. Don't set channels if <= 2.
18217
18218 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18219
18220         * gst/playback/gstplaybin.c: (gen_video_element),
18221         (gen_audio_element): Removed 2 obsolete comments
18222
18223 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18224
18225         * ext/vorbis/oggvorbisenc.c
18226         * ext/vorbis/vorbisenc.c :
18227           change description fields of those plugins to differentiate them
18228           (pitivi show Encoders by description, they had the same one)
18229
18230 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18231
18232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18233
18234         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18235         (gst_play_bin_set_property), (gen_video_element),
18236         (gen_audio_element):
18237           Refcounting fixes for provided audio-/videosinks.
18238
18239 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18240
18241         * gst/playback/gstplaybin.c: (gen_video_element),
18242         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18243           Don't reference all sinks, but only the video- and audiosinks.
18244           The vis. element should be disposed when we're done with it.
18245           We don't have any reason to keep it around. This fixes warnings
18246           when reusing playbin for playing multiple audio files with
18247           vis. enabled. Also release audio device on pause - idea stolen
18248           from Rhythmbox.
18249
18250 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18251
18252         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18253         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18254         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18255         * ext/alsa/gstalsaplugin.c: (plugin_init):
18256         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18257         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18258         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18259         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18260         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18261         (gst_faad_change_state), (plugin_init):
18262         * ext/faad/gstfaad.h:
18263         * ext/vorbis/vorbis.c: (plugin_init):
18264         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18265         * gst-libs/gst/audio/Makefile.am:
18266         * gst-libs/gst/audio/audio.c: (plugin_init):
18267         * gst-libs/gst/audio/multichannel.c:
18268         (gst_audio_check_channel_positions),
18269         (gst_audio_get_channel_positions),
18270         (gst_audio_set_channel_positions),
18271         (gst_audio_set_structure_channel_positions_list),
18272         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18273         (gst_audio_fixate_channel_positions):
18274         * gst-libs/gst/audio/multichannel.h:
18275         * gst-libs/gst/audio/testchannels.c: (main):
18276         * gst/audioconvert/gstaudioconvert.c:
18277         (gst_audio_convert_class_init), (gst_audio_convert_init),
18278         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18279         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18280         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18281         * gst/audioconvert/plugin.c: (plugin_init):
18282           Surround sound support.
18283
18284 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18285
18286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18287           Fix position for discont if we're close as well. Nitpicking, but
18288           saves a few milliseconds of extra waiting or skipping.
18289
18290 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18291
18292         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18293           We sometimes need parsers for playback, so add those too.
18294
18295 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18296
18297         * configure.ac:
18298         * gst/apetag/Makefile.am:
18299         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18300         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18301         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18302         (gst_ape_demux_get_src_query_types),
18303         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18304         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18305         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18306         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18307         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18308         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18309         (gst_ape_demux_change_state):
18310         * gst/apetag/apedemux.h:
18311         * gst/apetag/apetag.c: (plugin_init):
18312         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18313         (plugin_init):
18314           APE v1/2 tag reader plus typefind function.
18315
18316 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18317
18318         * configure.ac:
18319         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18320         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18321           Remove hacks for older core. Require newer core version
18322           accordingly.
18323
18324 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18325
18326         * gst/cdxaparse/Makefile.am:
18327         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18328         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18329         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18330         * gst/cdxaparse/gstcdxaparse.h:
18331         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18332         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18333         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18334         (gst_cdxastrip_get_src_query_types),
18335         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18336         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18337         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18338         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18339         * gst/cdxaparse/gstcdxastrip.h:
18340           SVCD/VCD header stripping separated from CDXA image parsing.
18341         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18342         (plugin_init):
18343           Add VCD/SVCD header typefinding for VCD/SVCD.
18344         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18345         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18346         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18347         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18348         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18349         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18350         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18351         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18352         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18353         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18354         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18355         * sys/vcd/vcdsrc.h:
18356           Fix up, add seeking, querying, URI interface. Works in totem now.
18357
18358 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18359
18360         * configure.ac:
18361           back to CVS
18362
18363 === release 0.8.6 ===
18364
18365 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18366
18367         * NEWS:
18368         * RELEASE:
18369         * configure.ac:
18370         * po/af.po:
18371         * po/az.po:
18372         * po/cs.po:
18373         * po/en_GB.po:
18374         * po/hu.po:
18375         * po/it.po:
18376         * po/nb.po:
18377         * po/nl.po:
18378         * po/or.po:
18379         * po/sq.po:
18380         * po/sr.po:
18381         * po/sv.po:
18382         * po/uk.po:
18383           releasing 0.8.6, "IOU Love"
18384
18385 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18386
18387         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18388
18389         * gst/playback/gstplaybasebin.c:
18390           Fix unplayable files error handling.  Fixes #158365
18391
18392 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18393
18394         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18395
18396         * gst/typefind/gsttypefindfunctions.c:
18397           Fix broken mp3 typefinding.  Fixes #158375
18398
18399 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18400
18401         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18402
18403         * ext/ogg/gstoggdemux.c:
18404           Fix sync on broken files.  Fixes #158976
18405
18406 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18407
18408         patch by: Edward Hervey <bilboed@bilboed.com>
18409
18410         * ext/libpng/gstpngenc.c:
18411           Copy over buffer properties.  Fixes #158832
18412
18413 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18414
18415         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18416
18417         * ext/dvdread/dvdreadsrc.c:
18418           Fixes invalid reads (#158462)
18419
18420 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18421
18422         * sys/v4l/gstv4lsrc.c:
18423         * sys/v4l/gstv4lsrc.h:
18424         * sys/v4l/v4lsrc_calls.c:
18425           Probe less and cache it.  Fixes #159187.
18426
18427 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18428
18429         * gst/videorate/gstvideorate.c:
18430           Handle all video formats. Fixes #159186.
18431
18432 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18433         * gst/synaesthesia/gstsynaesthesia.c:
18434         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18435         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18436         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18437         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18438         (gst_synaesthesia_change_state), (plugin_init):
18439         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18440         Force 320x200 output, as that's the only thing the underlying
18441         synaesthesia implementation supports. Still needs to be made
18442         re-entrant.
18443
18444 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18445
18446         * configure.ac:
18447           Fix mpeg2enc configure check (similar to mplex check below).
18448
18449 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18450
18451         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18452
18453         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18454           Fix for gcc-2.95 (fixes #158221).
18455
18456 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18457
18458         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18459           Re-add clock distribution hack (until new core is released).
18460           Fixes #158125.
18461
18462 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18463         * configure.ac:
18464           fix mplex configure check segfaulting on some systems (bug #140994)
18465
18466 2004-11-13  Benjamin Otte  <otte@gnome.org>
18467
18468         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18469           add debugging
18470         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18471           do a wait when we enter the loop func with no data available to
18472           write instead of getting into an 100% CPU loop by just returning and
18473           being called again by the scheduler
18474
18475 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18476
18477         * configure.ac:
18478         * ext/libvisual/visual.c: (gst_visual_get_type),
18479         (libvisual_log_handler), (gst_visual_getcaps),
18480         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18481         (plugin_init):
18482           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18483         * ext/smoothwave/Makefile.am:
18484         * ext/smoothwave/demo-osssrc.c: (main):
18485         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18486         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18487         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18488         (plugin_init):
18489         * ext/smoothwave/gstsmoothwave.h:
18490           Make gstsmoothwave a working element in the 20th century.
18491
18492         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18493           Fix incorrect link function
18494
18495 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18496
18497         * gst/volume/gstvolume.c:
18498           Allow buffer-frames=0.
18499
18500 2004-11-12 Iain <iaingnome@gmail.com>
18501
18502         * configure.ac: Check for polypaudio
18503
18504         * ext/Makefile.am: Build the polyp dir
18505
18506         * ext/polyp: The polypsink sources.
18507
18508 2004-10-30 Iain <iaingnome@gmail.com>
18509
18510         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18511         caps to reflect the new number of channels.
18512
18513 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18514
18515         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18516           Fix for negotiation order problem. This would show when the
18517           ALSA loopfuction was called before any other function. ALSA
18518           wouldn't do anything because we're not negotiated yet, leading
18519           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18520
18521 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18522
18523         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18524
18525         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18526           No warnings (#157986).
18527
18528 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18529
18530         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18531           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18532
18533 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18534
18535         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18536           Signal no-more-pads (so it works in playbin).
18537
18538 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18539
18540         * ext/musepack/gstmusepackreader.cpp:
18541           Workaround for older core.
18542
18543 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18544
18545         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18546           Actually test for odd width/height rather than testing whether
18547           a temporary variable that was 0 before we subtracted 1 is now
18548           not equal to zero (which it always is).
18549
18550 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18551
18552         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18553         Fix compilation if HAVE_XVIDEO is not defined
18554
18555 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18556
18557         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18558         Fix compilation if HAVE_XVIDEO is not defined
18559
18560 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18561
18562         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18563         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18564         (gst_goom_change_state), (plugin_init):
18565         Use the bytestream adapter so goom doesn't depend on the input
18566         buffer size.
18567         Add a debug category
18568
18569 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18570
18571         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18572           Only set hardware parameters *after* negotiation. Before
18573           negotiation, it will set ANY and that seems to cause crashes
18574           (see e.g. #151288, #153227).
18575
18576 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18577
18578         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18579           This seems to be antique leftover. It needs to pass error
18580           checking.
18581         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18582         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18583         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18584         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18585           Fix GstXOverlay implementation (#151059).
18586
18587 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18588
18589         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18590           Don't assert (#157853).
18591
18592 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18593
18594         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18595           Fix bytes/samples confustion.
18596         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18597           Fix for underrun (#144389).
18598
18599 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18600
18601         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18602           Disable halfway-seek for pending release (since it needs a new
18603           core release).
18604
18605 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18606
18607         * sys/v4l/gstv4lsrc.c:
18608         * sys/v4l/gstv4lsrc.h:
18609         * sys/v4l/v4lsrc_calls.c:
18610           add autoprobe-fps property so we can separate autoprobing parts
18611
18612 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18613
18614         * sys/v4l/gstv4lsrc.c:
18615         * sys/v4l/v4lsrc_calls.c:
18616         initialise fourcc to catch unset fourcc's, and debug
18617
18618 2004-11-09  Wim Taymans  <wim@fluendo.com>
18619
18620         * gst/playback/README:
18621         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18622         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18623         (gst_play_bin_dispose), (gst_play_bin_set_property),
18624         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18625         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18626         (gst_play_bin_get_formats), (gst_play_bin_convert),
18627         (gst_play_bin_get_query_types), (gst_play_bin_query):
18628         Cleanups and some more documentation.
18629
18630 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18631
18632         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18633         (gst_cacasink_init), (gst_cacasink_chain):
18634         * ext/libcaca/gstcacasink.h:
18635         Cacasink inherits from VideoSink, so let that store the clock.
18636
18637 2004-11-09  Wim Taymans  <wim@fluendo.com>
18638
18639         * gst/playback/README:
18640         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18641         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18642         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18643         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18644         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18645         (setup_sinks):
18646         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18647         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18648         * gst/playback/gststreaminfo.h:
18649         Updated README.
18650         Only switch groups if all streams have muted (EOSed).
18651         Send Tags in sync with the stream playback instead of in
18652         the playback/preroll phase.
18653         Some cleanups, free the fakesrc elements.
18654
18655 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18656
18657         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18658           buffer-frames property was missing
18659         * ext/arts/gst_arts.c:
18660           rate missing from sinkcaps
18661         * ext/audiofile/gstafparse.c:
18662         * ext/audiofile/gstafsink.c:
18663         * ext/audiofile/gstafsrc.c:
18664         * ext/swfdec/gstswfdec.c:
18665           int audio doesn't know buffer-frames
18666         * ext/cdparanoia/gstcdparanoia.c:
18667           int audio doesn't know chunksize either
18668         * ext/nas/nassink.c:
18669           it's endianness, not endianess
18670         * gst-libs/gst/audio/audio.h:
18671           make float standard pad template caps really describe float
18672         * gst/law/mulaw.c: (linear_factory):
18673           signed only, please
18674         * gst/mpegstream/gstdvddemux.c:
18675           widths of 20 are not valid
18676
18677 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18678
18679         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18680
18681         * po/LINGUAS:
18682         * po/it.po:
18683           Add Italian
18684
18685 2004-11-08  Wim Taymans  <wim@fluendo.com>
18686
18687         * gst/playback/README:
18688         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18689         * gst/playback/gstplaybasebin.c: (probe_triggered),
18690         (gst_play_base_bin_change_state):
18691         Updated README, added more comments for fixmes etc..
18692
18693 2004-11-08  Wim Taymans  <wim@fluendo.com>
18694
18695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18696         We can remove this hack now.
18697
18698 2004-11-08  Wim Taymans  <wim@fluendo.com>
18699
18700         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18701         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18702         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18703         Only mix AYUV for maximum quality.
18704
18705 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18706
18707         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18708         (gst_ogg_demux_push), (gst_ogg_pad_push):
18709           Let's act as if we're synchronized now! :).
18710         * ext/theora/theoradec.c: (theora_dec_chain):
18711           Add some debug.
18712
18713 2004-11-08  Wim Taymans  <wim@fluendo.com>
18714
18715         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18716         (gst_alpha_set_property), (gst_alpha_sink_link),
18717         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18718         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18719         (gst_alpha_init_params), (gst_alpha_chain):
18720         Implement alpha functions for AYUV too, this increases
18721         accuracy quite a bit.
18722
18723 2004-11-08  Wim Taymans  <wim@fluendo.com>
18724
18725         * gst/ffmpegcolorspace/avcodec.h:
18726         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18727         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18728         (gst_ffmpegcsp_avpicture_fill):
18729         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18730         (gst_ffmpegcsp_caps_remove_format_info):
18731         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18732         (shrink12), (img_get_alpha_info), (deinterlace_line),
18733         (deinterlace_line_inplace):
18734         * gst/ffmpegcolorspace/imgconvert_template.h:
18735         Added AYUV colorspace and handle RGBA a bit more respectful.
18736
18737 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18738
18739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18740           Actually always send a discont (cornercase when resending the
18741           same serial-tagged chain twice).
18742
18743 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18744
18745         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18746         (gst_ximagesink_finalize):
18747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18748         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18749
18750 2004-11-08  Wim Taymans  <wim@fluendo.com>
18751
18752         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18753         Don't segfault on NULL data.
18754
18755 2004-11-08  Wim Taymans  <wim@fluendo.com>
18756
18757         * gst/playback/gstdecodebin.c: (unlinked):
18758         * gst/playback/gstplay-marshal.list:
18759         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18760         (gst_play_base_bin_init), (group_create), (get_active_group),
18761         (get_building_group), (group_destroy), (group_commit),
18762         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18763         (add_element_stream), (no_more_pads), (probe_triggered),
18764         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18765         (state_change), (setup_source), (gst_play_base_bin_get_property),
18766         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18767         (gst_play_base_bin_link_stream),
18768         (gst_play_base_bin_get_streaminfo):
18769         * gst/playback/gstplaybasebin.h:
18770         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18771         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18772         Add support for chained ogg files. Prepare for playlist
18773         support. This patch introduces the concept of pad groups, which
18774         together compose one playable media file.
18775
18776 2004-11-07  David Schleef  <ds@schleef.org>
18777
18778         * testsuite/gst-lint: Check for pad templates that aren't statically
18779         scoped.
18780
18781 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18782
18783         * configure.ac:
18784         * ext/Makefile.am:
18785         * ext/musepack/Makefile.am:
18786         * ext/musepack/gstmusepackdec.cpp:
18787         * ext/musepack/gstmusepackdec.h:
18788         * ext/musepack/gstmusepackreader.cpp:
18789         * ext/musepack/gstmusepackreader.h:
18790           Add musepack decoder.
18791         * ext/faad/gstfaad.c: (gst_faad_base_init):
18792           Make pad templates static.
18793         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18794         (plugin_init):
18795           Add musepack typefinder, make mp3 typefinding work halfway stream,
18796           which doesn't actually work yet because id3demux doesn't implement
18797           _get_length().
18798
18799 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18800
18801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18802         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18803           Fix interrupt event handling (#144436).
18804
18805 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18806
18807         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18808           Hide unused glory.
18809
18810 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18811
18812         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18813
18814         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18815           Fix weird caps (#157548).
18816
18817 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18818
18819         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18820
18821         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18822           Add missing NULL terminator (#157543).
18823
18824 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18825
18826         * gst/tcp/gsttcp.h:
18827         * gst/tcp/gsttcpclientsink.c:
18828         * gst/tcp/gsttcpclientsrc.c:
18829         * gst/tcp/gsttcpserversink.c:
18830         * gst/tcp/gsttcpserversrc.c:
18831           ports can go up to 65535.  Move common defines to gsttcp.h
18832
18833 2004-11-05  Wim Taymans  <wim@fluendo.com>
18834
18835         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18836         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18837         Added two more colorspaces.
18838
18839 2004-11-05  Wim Taymans  <wim@fluendo.com>
18840
18841         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18842         (gst_ffmpegcsp_avpicture_fill):
18843         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18844         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18845         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18846         More stride fixes.
18847
18848 2004-11-05  Wim Taymans  <wim@fluendo.com>
18849
18850         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18851         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18852         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18853         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18854         (gst_videomixer_loop):
18855         More stride fixes.
18856
18857 2004-11-05  Benjamin Otte  <otte@gnome.org>
18858
18859         * ext/mad/gstmad.c: (gst_mad_chain):
18860           don't overflow data buffer. Flush not needed sync data when syncing
18861           failed.
18862
18863 2004-11-04  Wim Taymans  <wim@fluendo.com>
18864
18865         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18866         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18867         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18868         (gst_alpha_init_params), (gst_alpha_chain),
18869         (gst_alpha_change_state):
18870         Updated the chroma keying algorithm with something more
18871         sophisticated.
18872
18873 2004-11-03  Wim Taymans  <wim@fluendo.com>
18874
18875         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18876         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18877         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18878         Fix stride issues. Does not completely work for odd
18879         heights.
18880
18881 2004-11-03  Wim Taymans  <wim@fluendo.com>
18882
18883         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18884         (gst_alpha_chroma_key), (gst_alpha_chain):
18885         Fix stride issues. Does not completely work for odd
18886         heights.
18887
18888 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18889
18890         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18891         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18892         leak fixes
18893
18894 2004-11-03  Wim Taymans  <wim@fluendo.com>
18895
18896         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18897         (gst_ffmpegcsp_avpicture_fill):
18898         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18899         (avpicture_alloc):
18900         * gst/ffmpegcolorspace/imgconvert_template.h:
18901         Use correct _fill function to get correct strides.
18902
18903 2004-11-02  David Schleef  <ds@schleef.org>
18904
18905         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18906         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18907         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18908         Change all g_print()s to debugging.  Add a bunch of consistency
18909         checks.
18910
18911 2004-11-02  Wim Taymans  <wim@fluendo.com>
18912
18913         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18914         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18915         (unlinked), (no_more_pads), (close_link):
18916         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18917         (unknown_type), (add_element_stream), (new_decoded_pad),
18918         (removed_decoded_pad), (setup_source):
18919         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18920         (gst_stream_info_class_init), (gst_stream_info_init),
18921         (gst_stream_info_new), (gst_stream_info_dispose),
18922         (stream_info_mute_pad), (gst_stream_info_set_property),
18923         (gst_stream_info_get_property):
18924         * gst/playback/gststreaminfo.h:
18925         Fix playback of multiple files.
18926         a slightly different approach to handling dynamic pad removals.
18927         This one only looks at pads that we have linked.
18928
18929 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
18930
18931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
18932         free" warning from libc.
18933
18934 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18935
18936         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18937         (get_unconnected_element), (remove_starting_from), (pad_removed),
18938         (close_link):
18939           Implement support for dynamic pad changing. We listen to "live"
18940           pad removals (i.e. while playing) and re-setup autoplugging
18941           after that. Playbasebin/playbin need some more work for this
18942           to finally work, but decodebin supports (and replugs) chained
18943           ogg now.
18944
18945 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
18946
18947         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
18948         (gst_alsa_finalize):
18949         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
18950         (gst_cdaudio_finalize):
18951         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18952         (cdparanoia_finalize):
18953         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
18954         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
18955         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18956         (dvdreadsrc_finalize):
18957         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18958         (gst_flacdec_finalize):
18959         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
18960         (gst_flacenc_finalize):
18961         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
18962         (gst_gnomevfssink_finalize):
18963         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
18964         (gst_gnomevfssrc_finalize):
18965         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
18966         (gst_fameenc_finalize):
18967         * ext/nas/nassink.c: (gst_nassink_class_init),
18968         (gst_nassink_finalize):
18969         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
18970         (gst_sdlvideosink_class_init):
18971         * ext/sndfile/gstsf.c: (gst_sf_dispose):
18972         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
18973         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
18974         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
18975         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18976         (gst_x_window_listener_dispose):
18977         * gst/audioscale/gstaudioscale.c:
18978         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
18979         (play_on_demand_finalize):
18980         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
18981         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
18982         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
18983         (cdplayer_finalize):
18984         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
18985         (gst_glimagesink_class_init):
18986         * sys/oss/gstosselement.c: (gst_osselement_class_init),
18987         (gst_osselement_finalize):
18988         * sys/oss/gstosssink.c: (gst_osssink_dispose):
18989         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
18990         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
18991           Fixes a bunch of problems with finalize and dispose functions,
18992           either assumptions that dispose is only called once, or not calling
18993           the parent class dispose/finalize function
18994
18995 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
18996
18997         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
18998           added two api precondition guards
18999           use g_strdup with getenv to fix crash when using ENVVAR
19000
19001 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19002         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19003         (gst_esdsink_finalize):
19004         Use a finalize function, not dispose, and more importantly,
19005         call the parent class finalize function too
19006
19007 2004-11-01  Johan Dahlin  <johan@gnome.org>
19008
19009         * ext/ogg/gstoggdemux.c:
19010         * gst/tags/gstvorbistag.c:
19011         Plug leaks.
19012
19013 2004-10-31  Benjamin Otte  <otte@gnome.org>
19014
19015         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19016           lotsa memleaks today. But they're all small...
19017
19018 2004-10-31  Benjamin Otte  <otte@gnome.org>
19019
19020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19021           another memleak crushed
19022
19023 2004-10-31  Benjamin Otte  <otte@gnome.org>
19024
19025         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19026           fix memleak
19027
19028 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19029
19030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19031           Hack to prevent crash when going to READY inside signal handler
19032           while this function is active.
19033
19034 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19035
19036         * gst/ffmpegcolorspace/Makefile.am:
19037         * gst/ffmpegcolorspace/avcodec.h:
19038         * gst/ffmpegcolorspace/common.h:
19039         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19040         * gst/ffmpegcolorspace/dsputil.h:
19041         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19042         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19043         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19044         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19045         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19046         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19047         (gst_ffmpegcsp_avpicture_fill):
19048         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19050         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19051         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19052         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19053         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19054         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19055         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19056         * gst/ffmpegcolorspace/imgconvert.c:
19057         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19058         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19059         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19060         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19061         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19062         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19063         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19064         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19065         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19066         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19067         (grow21), (grow22), (grow41), (grow44), (conv411),
19068         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19069         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19070         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19071         (avpicture_free), (is_yuv_planar), (img_convert),
19072         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19073         (deinterlace_line_inplace), (deinterlace_bottom_field),
19074         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19075         * gst/ffmpegcolorspace/imgconvert_template.h:
19076         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19077         * gst/ffmpegcolorspace/mmx.h:
19078         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19079         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19080         (av_freep), (avcodec_get_context_defaults),
19081         (avcodec_alloc_context), (avcodec_init):
19082           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19083           handling plus update from ffmpeg CVS. Large clean-up.
19084
19085 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19086
19087         * gst/playback/Makefile.am:
19088           We need the marshallers for decodebin, too.
19089
19090 2004-10-30  David Schleef  <ds@schleef.org>
19091
19092         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19093           quicktime typefinding work with 64-bit offsets.
19094
19095 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19096
19097         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19098           Set EOS on the element when processing an EOS event.
19099         * ext/speex/gstspeexdec.h:
19100         * ext/speex/gstspeexenc.h:
19101           Only keep a const ptr to the mode
19102         * gst-libs/gst/riff/riff-media.c:
19103         (gst_riff_create_audio_caps_with_data),
19104         (gst_riff_create_audio_template_caps):
19105           Allow WMAV3, with up to 6 channels.
19106         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19107           Don't call gst_pad_set_event_function on a sink pad.
19108         * gst/mpegstream/gstdvddemux.c:
19109         (gst_dvd_demux_get_subpicture_stream),
19110         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19111           Copy the explicit caps that were set across to the cur_* pads,
19112           instead of trying to use a possibly non-existent negotiated caps.
19113           Reset the type of subpicture pads to UNKNOWN after calling
19114           init_stream, so that the caps get set.
19115
19116 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19117
19118         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19119
19120         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19121           Don't touch buffer if it is of size 0 (fixes #151064).
19122
19123 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19124
19125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19126           Synchronized discont handling.
19127
19128 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19129
19130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19131         (gst_ogg_demux_push):
19132           Make seeking sort-of exact again (fixes #156387).
19133
19134 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19135
19136         * gst/playback/gstplaybasebin.c: (unknown_type),
19137         (add_element_stream), (new_decoded_pad),
19138         (gst_play_base_bin_change_state):
19139         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19140         (gst_stream_info_init), (gst_stream_info_new),
19141         (gst_stream_info_dispose), (gst_stream_info_get_property):
19142         * gst/playback/gststreaminfo.h:
19143           Make caps explicitely available. Makes testing for unsupported
19144           types possible. Improves error reporting.
19145
19146 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19147
19148         * gst/audioconvert/gstaudioconvert.c:
19149         (gst_audio_convert_buffer_to_default_format):
19150           Really don't touch read-only buffers (#156563).
19151
19152 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19153
19154         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19155
19156         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19157           Fix memleak (#155223).
19158
19159 2004-10-29  Wim Taymans  <wim@fluendo.com>
19160
19161         * gst/tcp/.cvsignore:
19162         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19163         (gst_multifdsink_class_init), (gst_multifdsink_init),
19164         (gst_multifdsink_add), (gst_multifdsink_remove),
19165         (gst_multifdsink_remove_client_link), (is_sync_frame),
19166         (gst_multifdsink_new_client),
19167         (gst_multifdsink_handle_client_write),
19168         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19169         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19170         (gst_multifdsink_get_property):
19171         * gst/tcp/gstmultifdsink.h:
19172         Added burst on connect sync_method, deprecated sync_clients,
19173         streamlined the sync code some more.
19174
19175 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19176
19177         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19178         (gst_play_base_bin_change_state):
19179           Improve error reporting.
19180
19181 2004-10-28  Wim Taymans  <wim@fluendo.com>
19182
19183         * gst/tcp/Makefile.am:
19184         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19185         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19186         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19187         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19188         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19189         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19190         (gst_fdset_wait):
19191         Added more locks around fdset structures. Fixed/reworked
19192         the poll array resizing code.
19193         Added stress test for fdset.
19194
19195 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19196
19197         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19198         fix build
19199
19200 2004-10-28  Benjamin Otte  <otte@gnome.org>
19201
19202         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19203           fix link function to always query channels and query width for
19204           floats
19205         * configure.ac:
19206           add equalizer dir
19207         * gst/equalizer/Makefile.am:
19208         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19209         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19210         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19211         (arg_to_scale), (setup_filter),
19212         (gst_iir_equalizer_compute_frequencies),
19213         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19214         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19215         (plugin_init):
19216           add an equalizer
19217
19218 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19219
19220         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19221
19222         * po/LINGUAS:
19223         * po/nb.po:
19224           Added Norwegian Bokmaal translation
19225
19226 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19227
19228         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19229           Don't break on options (fixes #156488).
19230
19231 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19232
19233         * configure.ac:
19234         * ext/cdaudio/Makefile.am:
19235         * sys/Makefile.am:
19236           fix build on older automake
19237
19238 2004-10-26  Wim Taymans  <wim@fluendo.com>
19239
19240         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19241         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19242         Allow a little margin when negotiating the framerate.
19243
19244 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19245
19246         * gst/level/gstlevel.c:
19247           synchonised naming of pads and pad-templates
19248
19249 2004-10-26  Wim Taymans  <wim@fluendo.com>
19250
19251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19252         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19253         (_find_streams_check), (gst_ogg_demux_push):
19254         Fix EOS again. Needs to be done in a better way. We should not
19255         remove the pad if there is no new chained stream.
19256
19257 2004-10-26 Iain <iaingnome@gmail.com>
19258
19259         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19260         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19261         of the caps.
19262         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19263         pad.
19264         (interleave_release_pad): Remove the pad.
19265         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19266         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19267         the set device.
19268         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19269         attrs
19270         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19271         (gst_xvimagesink_finalize): Free the par.
19272
19273 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19274
19275         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19276         (gst_avimux_stop_file):
19277           First calculate the rate, and only then use it. Hdr.rate is a
19278           multiple and not a derivative of hdr.scale. Scale is not the
19279           same as blockalign but is solely related to rate.
19280
19281 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19282
19283         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19284         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19285           Implement seeking.
19286
19287 2004-10-25  James Henstridge  <james@jamesh.id.au>
19288
19289         Reviewed by:  David Schleef  <ds@schleef.org>
19290
19291         * examples/gstplay/player.c: (got_stream_length), (main):
19292         * examples/seeking/cdplayer.c: (update_scale):
19293         * examples/seeking/seek.c: (format_value), (update_scale):
19294         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19295         (stop_seek):
19296         Build fixes on AMD64.
19297
19298 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19299
19300         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19301
19302         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19303         Fix for some v4l cards which hang in v4lsrc
19304
19305 2004-10-25  Wim Taymans  <wim@fluendo.com>
19306
19307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19308         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19309         Make sure to remove the pad when a new chain is
19310         encountered. Set some vars to NULL so we don't try
19311         to reference freed memory.
19312
19313 2004-10-25  Wim Taymans  <wim@fluendo.com>
19314
19315         * examples/seeking/Makefile.am:
19316         * examples/seeking/cdplayer.c: (update_scale):
19317         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19318         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19319         (format_value), (update_scale), (iterate), (start_seek),
19320         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19321         (print_usage), (main):
19322         Added some more examples, update others.
19323
19324 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19325
19326         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19327         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19328         * ext/theora/theoradec.c: (theora_dec_chain):
19329         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19330           Add codec-name metadata.
19331
19332 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19333
19334         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19335
19336         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19337         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19338         * ext/alsa/gstalsamixertrack.h:
19339         * po/POTFILES.in:
19340           ALSA mixer track label internationalization (#154054).
19341
19342 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19343
19344         * ext/theora/theoradec.c: (theora_dec_chain):
19345           Export bitrate as metadata.
19346
19347 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19348
19349         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19350         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19351         * ext/alsa/gstalsamixertrack.h:
19352           Fix names, fix loop.
19353
19354 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19355
19356         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19357         (speex_dec_convert):
19358           sinkconvert function so oggdemux can get the file length (totem).
19359
19360 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19361
19362         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19363
19364         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19365           Don't push incomplete packets.
19366         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19367           Fix MPEG-4 audio typefinding.
19368
19369 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19370
19371         * sys/v4l/Makefile.am:
19372         * sys/v4l/gstv4l.c: (plugin_init):
19373         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19374         (gst_v4lelement_init), (gst_v4lelement_dispose),
19375         (gst_v4lelement_change_state):
19376         * sys/v4l/gstv4lelement.h:
19377         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19378         (gst_v4l_xoverlay_close), (idle_refresh),
19379         (gst_v4l_xoverlay_set_xwindow_id):
19380         * sys/v4l/gstv4lxoverlay.h:
19381         * sys/v4l/v4l-overlay_calls.c:
19382         * sys/v4l/v4l_calls.h:
19383         * sys/v4l2/Makefile.am:
19384         * sys/v4l2/gstv4l2.c: (plugin_init):
19385         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19386         (gst_v4l2element_init), (gst_v4l2element_dispose),
19387         (gst_v4l2element_change_state):
19388         * sys/v4l2/gstv4l2element.h:
19389         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19390         (gst_v4l2_xoverlay_close), (idle_refresh),
19391         (gst_v4l2_xoverlay_set_xwindow_id):
19392         * sys/v4l2/gstv4l2xoverlay.h:
19393         * sys/v4l2/v4l2-overlay_calls.c:
19394         * sys/v4l2/v4l2_calls.h:
19395           Remove client-side overlay handling, use the X-server v4l plugin
19396           for that. Nicer overlay, less code. Also make the plugin
19397           compileable without X (but then without overlay, obviously).
19398           Makes xwindowlistener obsolete, should we remove that?
19399
19400 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19401
19402         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19403         (gst_osssrc_src_query):
19404         * sys/oss/gstosssrc.h:
19405           OK, so people want offset in DEFAULT. This time, actually fix all
19406           cases.
19407         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19408           Add FPS properly.
19409
19410 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19411
19412         * gst/asfdemux/gstasfmux.c:
19413         * gst/avi/gstavimux.c:
19414           Framerate.
19415
19416 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19417
19418         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19419           Fix properties (channel, norm, frequency).
19420
19421 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19422
19423         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19424           Flag typo.
19425         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19426           No warnings.
19427
19428 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19429
19430         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19431           Fix hang.
19432
19433 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19434
19435         * sys/v4l2/gstv4l2element.h:
19436           Yet Another Hack (tm) for kernel header borkedness.
19437         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19438         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19439         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19440         (gst_v4l2src_change_state):
19441         * sys/v4l2/gstv4l2src.h:
19442         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19443         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19444           Fix caps, keep track of state, work.
19445
19446 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19447
19448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19449           Quiet.
19450
19451 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19454           Don't mix bytes and samples.
19455
19456 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * ext/ogg/gstoggmux.c:
19459           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19460           and theora. Any is incorrect.
19461         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19462           Fix caps.
19463         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19464         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19465         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19466         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19467         * sys/v4l/gstv4lmjpegsrc.h:
19468         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19469         (gst_v4lsrc_change_state):
19470         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19471         (gst_v4lmjpegsrc_capture_stop):
19472           Fix caps. Keep track of internal state. Work.
19473
19474 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19475
19476         * ext/Makefile.am:
19477           Fix the build fixes.
19478
19479 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19480
19481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19482         (gst_ogg_demux_src_event), (_find_chain_seek),
19483         (gst_ogg_pad_push):
19484           Check for pad availability before using it.
19485         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19486           Fix parsing of chained ogg. Needs more work on the decoder side.
19487
19488 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19489
19490         * gst/spectrum/Makefile.am:
19491         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19492         (idle_func):
19493           Fix demo and reenable it. Yes, I'm currently playing with audio
19494           analysis tools
19495
19496 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19497
19498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19499           We love it if files that start at zero work too...
19500
19501 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19502
19503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19504           Handle files with missing EOS headers.
19505
19506 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19507
19508         * gst/tcp/gsttcpserversink.c:
19509         (gst_tcpserversink_handle_server_read),
19510         (gst_tcpserversink_init_send):
19511         Zero some variables first (need for accept not to return EINVAL)
19512
19513 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19514
19515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19516         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19517         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19518         (theora_dec_chain):
19519         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19520         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19521           Seeking and querying finetune.
19522
19523 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19524
19525         * configure.ac:
19526         * ext/Makefile.am:
19527         * ext/raw1394/Makefile.am:
19528           fix the build
19529
19530 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19531
19532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19533           Wrong return.
19534         * gst/playback/Makefile.am:
19535         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19536         * gst/playback/gstplay-marshal.list:
19537         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19538           Fix marshallers.
19539
19540 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19541
19542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19543           Silence.
19544
19545 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19546
19547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19548         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19549         (gst_ogg_pad_push):
19550           Yay for non-lineair granulepos in theora.
19551
19552 2004-10-18  Wim Taymans  <wim@fluendo.com>
19553
19554         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19555         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19556         * ext/dv/gstdvdec.h:
19557         Make sure we renegotiate aspect ratio when the camera switches.
19558
19559 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19560
19561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19562         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19563           Start at zero.
19564         * ext/theora/theoradec.c: (theora_dec_chain):
19565           Skip headers. Bad idea for chained ogg, but fixes seeking.
19566
19567 2004-10-18  Wim Taymans  <wim@fluendo.com>
19568
19569         * configure.ac:
19570         I swear, this is the last time I touch this.
19571
19572 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19573
19574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19575         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19576         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19577           Faster seeking.
19578         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19579           Time-to-default conversion.
19580         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19581           Don't error on unknown packets, just skip. We should probably
19582           read them if we want to support chained ogg.
19583
19584 2004-10-18  Wim Taymans  <wim@fluendo.com>
19585
19586         * configure.ac:
19587         Added cdaudio to wrong list.
19588
19589 2004-10-18  Wim Taymans  <wim@fluendo.com>
19590
19591         * configure.ac:
19592         Revive cdaudio.
19593
19594 2004-10-18  Wim Taymans  <wim@fluendo.com>
19595
19596         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19597         (gst_dvdec_video_link), (gst_dvdec_push):
19598         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19599         (gst_smokeenc_resync), (gst_smokeenc_chain):
19600         Fix mimetype on smoke encoder.
19601         Add aspect ratio to dvdec. Not sure if these
19602         values are correct though....
19603
19604 2004-10-18  Wim Taymans  <wim@fluendo.com>
19605
19606         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19607         Fix vorbis property descriptions and ranges.
19608
19609 2004-10-18  Wim Taymans  <wim@fluendo.com>
19610
19611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19612         Really do nothing when no data is available.
19613         Go to the playing state when the stream is not seekable
19614         instead of failing.
19615
19616 2004-10-18  Wim Taymans  <wim@fluendo.com>
19617
19618         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19619         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19620         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19621         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19622         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19623         Added uri handler for cd://
19624         Port to new API.
19625
19626 2004-10-18  Wim Taymans  <wim@fluendo.com>
19627
19628         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19629         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19630         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19631         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19632         (remove_prerolls), (unknown_type), (add_element_stream),
19633         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19634         (gst_play_base_bin_remove_element),
19635         (gst_play_base_bin_link_stream):
19636         * gst/playback/gstplaybin.c: (gen_video_element),
19637         (gen_vis_element), (remove_sinks), (setup_sinks):
19638         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19639         (gst_stream_info_get_type), (gst_stream_info_class_init),
19640         (gst_stream_info_init), (gst_stream_info_new),
19641         (gst_stream_info_dispose), (stream_info_mute_pad),
19642         (gst_stream_info_set_property), (gst_stream_info_get_property):
19643         * gst/playback/gststreaminfo.h:
19644         Add sink padtemplate to decodebin.
19645         Added some more comments.
19646         Make queue size configurable in playbasebin.
19647         Added possibility to use elements as sinks (ex cdaudio).
19648
19649 2004-10-15  Wim Taymans  <wim@fluendo.com>
19650
19651         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19652         (gst_speexenc_chain):
19653         Fix speex timestamps so that it gets muxed properly.
19654
19655 2004-10-15  Wim Taymans  <wim@fluendo.com>
19656
19657         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19658         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19659         (gst_dv1394src_init), (gst_dv1394src_dispose),
19660         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19661         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19662         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19663         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19664         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19665         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19666         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19667         * ext/raw1394/gstdv1394src.h:
19668         Added conversion/query functions.
19669         Update buffer timestamps,
19670         Added signals.
19671         Added uri dv:// so it might play from the firewire in playbin.
19672         Fix a possible leak.
19673         Added debugging.
19674
19675 2004-10-15  Wim Taymans  <wim@fluendo.com>
19676
19677         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19678         (gst_dv1394src_init), (gst_dv1394src_set_property),
19679         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19680         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19681         * ext/raw1394/gstdv1394src.h:
19682         Added AV/C VTR control support needed for some cameras.
19683         Added automatic port detection.
19684         Added properties for selecting the channel.
19685         The configure.ac script is not yet updated to reflect the
19686         new libavc1394 and librom1394 dependencies.
19687
19688 2004-10-15  Wim Taymans  <wim@fluendo.com>
19689
19690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19691         (qtdemux_parse), (gst_qtdemux_handle_esds):
19692         An esds box is not a container.
19693         Fix parsing of mp4v boxes.
19694         Do not try to renegotiate fps for each frame. Need to
19695         find a better method. This should fix mp4 playback.
19696
19697 2004-10-14  David Schleef  <ds@schleef.org>
19698
19699         * configure.ac: update for swfdec-0.3 and liboil-0.2
19700         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19701         * ext/swfdec/gstswfdec.h: same
19702         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19703         * gst/videotestsrc/videotestsrc.c: same
19704
19705 2004-10-14  Wim Taymans  <wim@fluendo.com>
19706
19707         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19708         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19709         (is_sync_frame), (gst_multifdsink_new_client),
19710         (gst_multifdsink_handle_client_write),
19711         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19712         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19713         Turn warnings into info.
19714         Don't allow a state change in the streaming thread.
19715
19716 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19717
19718         * ext/vorbis/oggvorbisenc.c:
19719         * ext/vorbis/vorbisdec.c:
19720           fix template sample rate
19721
19722 2004-10-13  Wim Taymans  <wim@fluendo.com>
19723
19724         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19725         Decoding the header first fixes some problems in resyncing
19726         in more mp3s.
19727
19728 2004-10-12  Wim Taymans  <wim@fluendo.com>
19729
19730         * gst/playback/gstplaybin.c: (gen_video_element),
19731         (gen_vis_element), (remove_sinks), (setup_sinks):
19732         Added vis plugin support, need to configure the vis
19733         element to activate it.
19734
19735 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19736
19737         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19738         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19739           Some debug.
19740         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19741         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19742         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19743         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19744         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19745         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19746         * gst/avi/gstavidemux.h:
19747           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19748           recovery (where, if part of the index is broken, we will still read
19749           the rest of the index and recover the broken part by stream
19750           scanning). More broken media support. EOS workarounds. General AVI
19751           braindamage headache recovery. Aspirin included.
19752
19753 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19754
19755         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19756         (cdparanoia_event), (cdparanoia_query):
19757           Get rid of hideous lead-in.
19758
19759 2004-10-11  Wim Taymans  <wim@fluendo.com>
19760
19761         * gst/playback/gstplaybasebin.c: (setup_source):
19762         Wrong var used to get g_list_next.
19763
19764 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19765
19766         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19767         (cdparanoia_get), (cdparanoia_open):
19768           Report discid as metadata, add duration.
19769
19770 2004-10-11  Wim Taymans  <wim@fluendo.com>
19771
19772         * gst/playback/gstplaybasebin.c: (setup_source):
19773         Cleanup the previous pipeline a little earlier for the
19774         case that a source element provides raw data.
19775
19776 2004-10-11  Benjamin Otte  <otte@gnome.org>
19777
19778         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19779           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19780           consuming the last 128 bytes, even though it was valid mp3 data.
19781
19782 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19783
19784         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19785         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19786         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19787         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19788
19789 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19790
19791         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19792         Fix for webcams that support only specific width or height
19793
19794 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19795
19796         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19797
19798         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19799           Fix wrong discont event setup (fixes #154967).
19800
19801 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19802
19803         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19804
19805         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19806           Error out on invalid data (fixes #154807).
19807
19808 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19809
19810         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19811
19812         * ext/dvdread/dvdreadsrc.c: (_read):
19813           Make titles > 0 work again (fixes #154834).
19814
19815 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19816
19817         * gst-libs/gst/riff/riff-media.c:
19818         (gst_riff_create_video_template_caps):
19819           WMV3 missing in template caps.
19820
19821 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19822
19823         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19824           OK, so the original code was too strict. It makes random AVI files
19825           hang for seconds upon opening, which is unacceptable and is far
19826           beyond the original goal of getting multiple chunks for one-chunk
19827           sounc stream files. So now do just that.
19828
19829 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19830
19831         * gst/playback/gstplaybasebin.c: (setup_source),
19832         (gst_play_base_bin_change_state):
19833           Actually clean up streaminfo if output fails. This would trigger
19834           if, for example, there was no CD in the drive. No preroll, so
19835           a streaminfo structure is created, but the subsequent state change
19836           of the thread fails.
19837         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19838           Don't change state if parent failed.
19839
19840 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19841
19842         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19843         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19844         (gen_video_element), (remove_sinks):
19845           Add small bits of code for screenshot handling.
19846
19847 2004-10-08  Wim Taymans  <wim@fluendo.com>
19848
19849         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19850         (gen_video_element), (gen_audio_element), (setup_sinks):
19851         Don't assume the user provided sinks are named "sink"...
19852
19853 2004-10-08  Wim Taymans  <wim@fluendo.com>
19854
19855         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19856         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19857         (gst_play_base_bin_link_stream):
19858         Do not try to autoplug sources that generate raw streams like
19859         cdparanoia.
19860         disconnect the preroll overrun signal when we don't need it anymore.
19861
19862 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19863
19864         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19865         Added reworked patch from #154903 from milosz derezynski (deadchip).
19866
19867 2004-10-08  Wim Taymans  <wim@fluendo.com>
19868
19869         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19870         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19871         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19872         (cdparanoia_convert), (cdparanoia_uri_get_type),
19873         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19874         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19875         * ext/cdparanoia/gstcdparanoia.h:
19876         This adds the cdda://<tracknum> uri.
19877
19878 2004-10-08  Wim Taymans  <wim@fluendo.com>
19879
19880         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19881         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19882         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19884         (unknown_type), (gst_play_base_bin_remove_element),
19885         (gst_play_base_bin_link_stream):
19886         * gst/playback/gstplaybasebin.h:
19887         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19888         (gst_play_bin_set_property), (gen_video_element),
19889         (gen_audio_element), (setup_sinks):
19890         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19891         (gst_stream_info_get_type), (gst_stream_info_class_init),
19892         (gst_stream_info_init), (gst_stream_info_new),
19893         (gst_stream_info_dispose), (stream_info_mute_pad),
19894         (gst_stream_info_set_property), (gst_stream_info_get_property):
19895         * gst/playback/gststreaminfo.h:
19896         Reuse the audio and video bins.
19897         Some internal cleanups in the stream selection code.
19898
19899 2004-10-08  Julien MOUTTE  <julien@moutte.net>
19900
19901         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19902         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19903         * sys/ximage/ximagesink.h:
19904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19905         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19906         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19907         not coming from those elements. Moreover these elements should not keep
19908         the xid they have been given when in NULL state.
19909
19910 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19911
19912         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19913         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19914         * sys/ximage/ximagesink.h:
19915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19916         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19917         * sys/xvimage/xvimagesink.h:
19918           Actually only create a new toplevel window if we're not gonna
19919           embed it right after.
19920
19921 2004-10-07  Wim Taymans  <wim@fluendo.com>
19922
19923         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
19924         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
19925         * gst/playback/gstplaybin.c: (setup_sinks):
19926         Implement muting/unmuting of streams, mute streams that are not
19927         used.
19928
19929 2004-10-07  Wim Taymans  <wim@fluendo.com>
19930
19931         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
19932         (plugin_init):
19933         Added lame audio/x-ac3 typefind function.
19934
19935 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19936
19937         * configure.ac:
19938           bump nano to cvs
19939
19940 === release 0.8.5 ===
19941
19942 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19943
19944         * NEWS:
19945         * RELEASE:
19946         * configure.ac:
19947           releasing 0.8.5, "Take You On"
19948
19949 2004-10-06  Wim Taymans  <wim@fluendo.com>
19950
19951         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19952         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19953         (no_more_pads), (close_link), (type_found):
19954         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
19955         * gst/playback/gstplaybin.c: (gen_video_element):
19956         Do not signal the no_more_pads after the first pad when
19957         we are plugging a non dynamic element with multiple
19958         output pads (like swfdec, dvdec, ...).
19959
19960 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19961
19962         * configure.ac:
19963           bump for prerelease
19964
19965 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19966
19967         * gst/wavparse/gstwavparse.c:
19968           add ATRAC3 to STATIC CAPS to fix a warning
19969
19970         * gst/matroska/ebml-read.c:
19971         * gst-libs/gst/riff/riff-read.c:
19972           fix typos
19973
19974 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19975
19976         * gst-libs/gst/riff/riff-media.c:
19977           generate caps for ATRAC3 audio streams
19978
19979         * gst/realmedia/rmdemux.c:
19980           generate caps for ATRAC3 audio streams
19981
19982 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19983
19984         * gst/wavparse/Makefile.am
19985         * gst/wavparse/riff.h
19986         * gst/wavparse/wavparse.vcproj
19987           riff.h removal (unused and duplication with riff-ids.h)
19988
19989 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19990
19991         * gst/wavparse/gstwavparse.h
19992           remove duplicated defines for audio codec codes
19993
19994         * gst-libs/gst/riff/riff-ids.h
19995         * gst/wavenc/riff.h:
19996           add "4CC" code for ATRAC3 audio streams
19997           add "4CC" code for ITU_G721_ADPCM (unused for now)
19998
19999 2004-10-06  Wim Taymans  <wim@fluendo.com>
20000
20001         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20002         Actually _do_ negotiation. Pass gdouble as arg instead
20003         of guint64 for the framerate.
20004
20005 2004-10-06  Wim Taymans  <wim@fluendo.com>
20006
20007         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20008         (find_compatibles), (close_pad_link), (try_to_link_1),
20009         (no_more_pads), (close_link), (type_found):
20010         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20011         * gst/playback/gstplaybin.c: (gen_video_element),
20012         (gen_audio_element):
20013         Set state on newly added element to READY so that negotiation
20014         can happen ASAP.
20015         Addes some more debug info.
20016         Do not try to plug pads with multiple caps structures or ANY
20017         because it is too dangerous since we do not do dynamic
20018         replugging.
20019
20020 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20021
20022         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20023
20024         * po/LINGUAS:
20025         * po/or.po:
20026           add Oriya translation
20027
20028 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20029
20030         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20031           Prevent overwrite of size member. Makes audio sound crappy.
20032
20033 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20034
20035         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20036         Add rmvb to the list of known RealMedia extensions
20037
20038 2004-10-05  Wim Taymans  <wim@fluendo.com>
20039
20040         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20041         (mngdec_openstream), (mngdec_closestream),
20042         (mngdec_handle_sink_event), (mngdec_readdata),
20043         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20044         (mngdec_getcanvasline), (mngdec_refresh),
20045         (gst_mngdec_change_state):
20046         Set the framerate correctly.
20047
20048 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20049
20050         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20051           There was something wrong with the index massaging.
20052
20053 2004-10-04  Wim Taymans  <wim@fluendo.com>
20054
20055         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20056         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20057         (gst_smokedec_chain):
20058         * ext/jpeg/gstsmokedec.h:
20059         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20060         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20061         * ext/jpeg/gstsmokeenc.h:
20062         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20063         (smokecodec_decode_new), (smokecodec_info_free),
20064         (smokecodec_set_quality), (smokecodec_get_quality),
20065         (smokecodec_set_threshold), (smokecodec_get_threshold),
20066         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20067         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20068         (smokecodec_encode), (smokecodec_parse_id),
20069         (smokecodec_parse_header), (smokecodec_decode):
20070         * ext/jpeg/smokecodec.h:
20071         * ext/jpeg/smokeformat.h:
20072         Updated smoke, new bitstream, allows embedding in ogg.
20073
20074 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20075
20076         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20077           Fix seeking in some files. All this code is no longer needed (and
20078           actually breaks stuff) because we now synchronize the full index
20079           right when reading the header.
20080
20081 2004-10-04  Wim Taymans  <wim@fluendo.com>
20082
20083         * configure.ac:
20084         configure update for libmng.
20085
20086 2004-10-04  Wim Taymans  <wim@fluendo.com>
20087
20088         * ext/libmng/Makefile.am:
20089         * ext/libmng/gstmng.c: (plugin_init):
20090         * ext/libmng/gstmng.h:
20091         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20092         (gst_mngdec_base_init), (gst_mngdec_class_init),
20093         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20094         (gst_mngdec_loop), (gst_mngdec_get_property),
20095         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20096         (mngdec_closestream), (mngdec_handle_sink_event),
20097         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20098         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20099         (gst_mngdec_change_state):
20100         * ext/libmng/gstmngdec.h:
20101         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20102         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20103         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20104         (gst_mngenc_chain), (gst_mngenc_get_property),
20105         (gst_mngenc_set_property):
20106         * ext/libmng/gstmngenc.h:
20107         Added basic MNG decoder. Needs more work. The encoder does
20108         not work yet.
20109
20110 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20111
20112         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20113         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20114         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20115           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20116           no-more-pads.
20117
20118 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20119
20120         * configure.ac:
20121           you need at least 1.0.4 of speex
20122
20123 2004-10-04 Iain <iaingnome@gmail.com>
20124
20125         * ext/speex/gstspeexdec.h: Revert the includes changes.
20126
20127         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20128
20129 2004-09-30 Iain <iaingnome@gmail.com>
20130
20131         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20132         found during init or set as a property instead of hardcoding /dev/audio
20133
20134 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20135
20136         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20137         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20138         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20139         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20140         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20141         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20142         (gst_rmdemux_dump_data):
20143           Use debug category, fix EOS handling. filesrc ! rmdemux now
20144           works.
20145
20146 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20147
20148         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20149         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20150         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20151           Improve allocation, cutting and sorting of the index. How takes a
20152           few seconds instead of minutes.
20153
20154 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20155
20156         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20157           fixed compilation
20158
20159 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20160
20161         * gst-libs/gst/riff/riff-media.c:
20162         (gst_riff_create_video_caps_with_data),
20163         (gst_riff_create_video_template_caps):
20164           Add wing commander format mimetype/fourccs.
20165         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20166           Don't crash if some value is 0.
20167
20168 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20169
20170         * gst-libs/gst/riff/riff-media.c:
20171         (gst_riff_create_video_caps_with_data),
20172         (gst_riff_create_video_template_caps):
20173           Add DIB fourcc (raw, palettized 8-bit RGB).
20174         * gst-libs/gst/riff/riff-read.c:
20175         (gst_riff_read_strf_vids_with_data):
20176           Oops, fix strf_data reading bug.
20177         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20178           Use a non-NULL tag.
20179         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20180           Time for hacks. Sorry Dave. At least one quicktime movie (a
20181           trailer) that I've encountered contains multiple video tracks.
20182           One of those is the actual video track, the other are one-frame
20183           tracks (images). Unfortunately, the number of frames according
20184           to the trak header is 1 for each, so that doesn't help. So
20185           instead, I look at the duration and discard tracks with a
20186           duration shorter than 20% of the length of the stream. Better
20187           than nothing.
20188
20189 2004-10-01  Christian Schaller <christian@fluendo.com>
20190
20191         * ext/ivorbis/vorbis.c:
20192           Patch from Phil Blundell (Bug 152341)
20193
20194 2004-10-01  Wim Taymans  <wim@fluendo.com>
20195
20196         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20197         (speex_dec_get_formats), (speex_dec_convert),
20198         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20199         (speex_dec_chain), (gst_speexdec_get_property),
20200         (gst_speexdec_set_property):
20201         Small cleanups.
20202
20203 2004-10-01  Wim Taymans  <wim@fluendo.com>
20204
20205         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20206         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20207         (gst_wavparse_other), (gst_wavparse_loop),
20208         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20209         (gst_wavparse_srcpad_event):
20210         * gst/wavparse/gstwavparse.h:
20211         Added some more debugging info.
20212         Fix the case where the length of the file is 0.
20213         Make sure we seek to sample borders.
20214
20215 2004-10-01  Wim Taymans  <wim@fluendo.com>
20216
20217         * gst/playback/README:
20218         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20219         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20220         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20221         Add some debug info to decodebin, update README
20222
20223 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20224
20225         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20226           Don't use g_print(); use GST_DEBUG().
20227
20228 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20229
20230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20231         (gst_ogg_mux_queue_pads):
20232           Handle EOS properly.
20233
20234 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20235
20236         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20237
20238         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20239         (gst_faad_chain), (gst_faad_change_state):
20240         * ext/faad/gstfaad.h:
20241           Allow playback of raw (unframed) MPEG AAC files (#148993).
20242
20243 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20244
20245         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20246
20247         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20248           Throw error if we didn't recognize the stream. Fixes #152289.
20249
20250 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20251
20252         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20253           Fix negotiation.
20254
20255 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20256
20257         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20258
20259         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20260           Fix memleak.
20261
20262 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20263
20264         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20265
20266         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20267           Solve #152805.
20268         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20269           Solve 152806.
20270
20271 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20272
20273         * gst-libs/gst/riff/riff-media.c:
20274         (gst_riff_create_video_caps_with_data),
20275         (gst_riff_create_audio_caps_with_data):
20276           Add codec_data handling (like asfdemux used to do).
20277         * gst/asfdemux/gstasf.c: (plugin_init):
20278         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20279         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20280           Use riff-media for caps creation instead of our own (mostly
20281           broken) copy of its functions.
20282
20283 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20284
20285         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20286           Don't actually error out if we get another return value than
20287           -EINVAL. Opposite to what I first thought, drivers have random
20288           return values for this, although -EINVAL is the expected return
20289           value. Since this is not fatal, we shouldn't use
20290           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20291
20292 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20293
20294         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20295         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20296         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20297         (dvdreadsrc_get), (dvdreadsrc_open_file),
20298         (dvdreadsrc_change_state):
20299           Fix. Don't do one big huge loop around the whole DVD, that will
20300           cache all data and thus eat sizeof(dvd) (several GB) before we
20301           see something.
20302         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20303           Actually NULL'ify event after using it.
20304         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20305         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20306         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20307         (gst_ebml_read_seek), (gst_ebml_read_skip):
20308           Handle events.
20309         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20310         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20311         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20312           Fix timing (this will probably break if I seek using menus, but
20313           I didn't get there yet). VOBs and normal DVDs should now work.
20314           Add a mpeg2-only pad with high rank so this get autoplugged for
20315           MPEG-2 movies.
20316         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20317         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20318         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20319         (gst_mpeg_demux_get_audio_stream),
20320         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20321         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20322           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20323           MPEG-1 but use dvddemux for MPEG-2.
20324         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20325         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20326         (gst_mpeg_parse_parse_packhead):
20327           Timing. Only add pad template if it exists. Add sink template from
20328           class and not from ourselves. This means we will always use the
20329           correct sink template even if it is not the one defined in this
20330           file.
20331
20332 2004-09-29  Wim Taymans  <wim@fluendo.com>
20333
20334         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20335         (gst_mpeg_demux_parse_pes):
20336         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20337         Fix playback of mpeg again, timestamps where screwed up by
20338         patch 1.61.
20339
20340 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20341
20342         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20343           Only return true if we actually filled something in. Prevents
20344           player applications from showing a random length for flac files.
20345         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20346         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20347         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20348         (gst_riff_read_strf_vids_with_data),
20349         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20350           OK, ok, so I implemented event handling. Apparently it's normal
20351           that we receive random events at random points without asking
20352           for it.
20353         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20354         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20355         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20356         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20357         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20358         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20359         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20360         * gst/avi/gstavidemux.h:
20361           Implement non-lineair chunk handling and subchunk processing.
20362           The first solves playback of AVI files where the audio and video
20363           data of individual buffers that we read are not synchronized.
20364           This should not happen according to the wonderful AVI specs, but
20365           of course it does happen in reality. It is also a prerequisite for
20366           the second. Subchunk processing allows us to cut chunks in small
20367           pieces and process each of these pieces separately. This is
20368           required because I've seen several AVI files with incredibly large
20369           audio chunks, even some files with only one audio chunk for the
20370           whole file. This allows for proper playback including seeking.
20371           This patch is supposed to fix all AVI A/V sync issues.
20372         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20373         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20374           Work.
20375         * gst/modplug/gstmodplug.cc:
20376           Proper return value setting for the query() function.
20377         * gst/playback/gstplaybasebin.c: (setup_source):
20378           Being in non-playing state (after, e.g., EOS) is not necessarily
20379           a bad thing. Allow for that. This fixes playback of short files.
20380           They don't actually playback fully now, because the clock already
20381           runs. This means that small files (<500kB) with a small length
20382           (<2sec) will still not or barely play. Other files, such as mod
20383           or flx, will work correctly, however.
20384
20385 2004-09-28  Wim Taymans  <wim@fluendo.com>
20386
20387         * ext/speex/gstspeex.c: (plugin_init):
20388         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20389         (gst_speex_dec_class_init), (speex_dec_get_formats),
20390         (speex_get_event_masks), (speex_get_query_types),
20391         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20392         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20393         (gst_speexdec_get_property), (gst_speexdec_set_property),
20394         (speex_dec_change_state):
20395         * ext/speex/gstspeexdec.h:
20396         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20397         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20398         (gst_speexenc_base_init), (gst_speexenc_class_init),
20399         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20400         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20401         (gst_speexenc_src_query), (gst_speexenc_init),
20402         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20403         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20404         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20405         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20406         (gst_speexenc_chain), (gst_speexenc_get_property),
20407         (gst_speexenc_set_property), (gst_speexenc_change_state):
20408         * ext/speex/gstspeexenc.h:
20409         Rewrote speex encoder, make sure it can be embedded in ogg.
20410         Implemented speex decoder.
20411
20412 2004-09-28  Christian Schaller <christian@fluendo.com>
20413
20414         * configure.ac:
20415         Remove kioslave plugin. Markey is brewing a new working one
20416         * ext/Makefile.am: Remove kioslave plugin
20417         * ext/kio: remove
20418         * gst-plugins.spec.in: remove kio plugin from spec
20419
20420 2004-09-27  Wim Taymans  <wim@fluendo.com>
20421
20422         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20423         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20424         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20425         (gst_multifdsink_new_client),
20426         (gst_multifdsink_handle_client_write),
20427         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20428         (gst_multifdsink_handle_clients):
20429         * gst/tcp/gstmultifdsink.h:
20430         Make syncing to keyframes actually work for new clients and lagging
20431         clients.
20432
20433 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20434
20435         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20436         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20437         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20438         * gst/debug/gstnavigationtest.h:
20439           make navigationtest display button-press and button-release events
20440
20441 2004-09-26 Iain <iaingnome@gmail.com>
20442
20443         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20444         the channels have received a new media event.
20445         (interleave_buffered_loop): Compresses a new media event on all
20446         channels into one.
20447
20448 2004-09-26 Iain <iaingnome@gmail.com>
20449
20450         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20451         call the sinkpad's default event handler and not the srcpads. He also
20452         says this is confusing :)
20453         (gst_wavenc_stop_file): Company says that seek events only go upstream
20454         we should send a discontinuous downstream instead.
20455
20456 2004-09-25  Christian Schaller <christian@fluendo.com>
20457
20458         * Update SPEC file to be usable in conjunction with Fedora Core,
20459           Fedora.us and freshrpms packages
20460         * Fix typo in multifilesrc test Makefile
20461
20462 2004-09-24  Wim Taymans  <wim@fluendo.com>
20463
20464         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20465         Only signal the no_more_pads signal when we have
20466         added the stream to our list.
20467
20468 2004-09-24  Wim Taymans  <wim@fluendo.com>
20469
20470         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20471         (new_decoded_pad):
20472         * gst/playback/gstplaybasebin.h:
20473         * gst/playback/gstplaybin.c: (setup_sinks):
20474         Don't try to preroll or decode more than one audio/video
20475         track.
20476
20477 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20478
20479         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20480           Throw error if we failed to find a suitable output. This should
20481           throw an error if we successfully set up a pipeline (e.g. because
20482           we recognized a media file) but found no decodable streams in it
20483           (e.g. because it contains only media stream types for which we
20484           have no decoders, or because it's not a media type).
20485
20486 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20487
20488         * ext/dirac/Makefile.am:
20489         * ext/dirac/gstdirac.cc:
20490         * ext/dirac/gstdiracdec.cc:
20491         * ext/dirac/gstdiracdec.h:
20492           Do something. Don't actually know if this works because I don't
20493           have a demuxer yet.
20494         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20495           Add channels=1 to caps returned from _getcaps().
20496         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20497         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20498         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20499         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20500         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20501         (gst_ogm_parse_change_state):
20502           Separate between audio/video so ogmaudioparse actually uses the
20503           audio pad templates. Both audio and video work now, including
20504           autoplugging. Also use sometimes-srcpad hack.
20505         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20506           Handle events better. Don't hang on infinite loops.
20507         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20508         (gst_avi_demux_init), (gst_avi_demux_reset),
20509         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20510         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20511         (gst_avi_demux_change_state):
20512         * gst/avi/gstavidemux.h:
20513           Improve A/V sync. Still not perfect.
20514         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20515         (gst_ebml_read_skip):
20516           Handle events better.
20517         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20518         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20519         (qtdemux_audio_caps):
20520           Add IMA4. Improve event handling. Save offset after a seek when
20521           the headers are at the end of the file so that we don't end up in
20522           an infinite loop.
20523         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20524           Add low-priority typefind support for files with no length.
20525
20526 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20527
20528         * testsuite/multifilesink/Makefile.am:
20529         fix typo
20530
20531 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20532
20533         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20535         mistakes from thaytan's patches.
20536
20537 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20538
20539         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20540           For completeness, XSync in the destroy function as xvimage does.
20541
20542 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20543
20544         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20545            Correct caps negotiation
20546         * gst/volume/gstvolume.c: (volume_chain_float),
20547         (volume_chain_int16):
20548            Modify debug output to be little more informative
20549         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20551         (gst_xvimagesink_xvimage_destroy):
20552           Add XSync calls after detaching from the shared memory segment to
20553           avoid a crash.
20554
20555 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20556
20557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20558         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20559         * ext/vorbis/vorbis.c: (plugin_init):
20560         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20561         (gst_vorbisenc_chain):
20562         * ext/vorbis/vorbisenc.h:
20563         remove explicit newmedia support from oggmux and vorbisenc
20564         add debug category to vorbisenc
20565         * gst/multifilesink/gstmultifilesink.c:
20566         (gst_multifilesink_class_init), (gst_multifilesink_init),
20567         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20568         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20569         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20570         (plugin_init):
20571         * gst/multifilesink/gstmultifilesink.h:
20572         add support for streamheader in multifilesink
20573
20574 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20575
20576         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20577         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20578         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20579           Prevent infinite loops. More correct error reporting.
20580         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20581           Error out if negotiation fails.
20582         * gst/playback/gstplaybasebin.c: (setup_source),
20583         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20584         (gst_play_base_bin_found_tag):
20585           Error/tag forwarding. Pre-roll fixes for source errors on state
20586           changes (e.g. "file does not exist") to prevent hangs.
20587
20588 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20589
20590         * testsuite/multifilesink/Makefile.am:
20591         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20592         (gst_newmedia_class_init), (gst_newmedia_init),
20593         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20594         (newfile_signal), (test_signal), (main):
20595         * testsuite/multifilesink/multifilesrc_test.c: (main):
20596         * testsuite/multifilesink/oggtheora_test.c:
20597         (gst_newmedia_base_init), (gst_newmedia_class_init),
20598         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20599         (test_format), (newfile_signal), (test_signal), (main):
20600         * testsuite/multifilesink/oggvorbis_test.c:
20601         (gst_newmedia_base_init), (gst_newmedia_class_init),
20602         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20603         (test_format), (newfile_signal), (test_signal), (main):
20604         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20605         (gst_newmedia_class_init), (gst_newmedia_init),
20606         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20607         (newfile_signal), (test_signal), (main):
20608         New media tests
20609
20610 2004-09-20  Christian Schaller <christian@fluendo.com>
20611
20612         * Fix mikmod license to LGPL as they have relicensed
20613         * Move Dirac and Effectv into LGPL section of README_license
20614
20615 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20616
20617         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20618         (gst_mad_change_state):
20619           Allow for mp3 rate/channels changes. However, only very
20620           conservatively. Reason that we *have* to enable this is smiply
20621           because the mad find_sync() function is not good enough, it will
20622           regularly sync on random data as valid frames and therefore make
20623           us provide random caps as *final* caps of the stream. The best fix
20624           I could think of is to simply require several of the same stream
20625           changes in a row before we change caps.
20626           The actual testcase that works now is #
20627         * ext/ogg/Makefile.am:
20628         * ext/ogg/gstogg.c: (plugin_init):
20629         * ext/ogg/gstogmparse.c:
20630           OGM support (video only for now; I need an audio sample file).
20631         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20632         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20633         (gst_asf_demux_add_video_stream):
20634           WMV extradata.
20635         * gst/playback/gstplaybasebin.c: (unknown_type):
20636           Don't error out on single unknown-types after all. It's wrong.
20637           If we found type of video and audio but not of a subtitle stream,
20638           it will still error out (which is unwanted). Will find a better fix
20639           later on.
20640         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20641         (ogmaudio_type_find), (plugin_init):
20642           OGM support.
20643
20644 2004-09-20  Johan Dahlin  <johan@gnome.org>
20645
20646         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20647         after setting caps.
20648
20649 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20650
20651         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20652         * gst/wavenc/gstwavenc.h:
20653         Added newmedia support to wavenc
20654
20655 2004-09-17  Wim Taymans  <wim@fluendo.com>
20656
20657         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20658         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20659         (gst_fdset_fd_can_write), (gst_fdset_wait):
20660         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20661         (gst_multifdsink_init), (gst_multifdsink_add),
20662         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20663         (gst_multifdsink_remove_client_link),
20664         (gst_multifdsink_client_queue_buffer),
20665         (gst_multifdsink_handle_client_write),
20666         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20667         (gst_multifdsink_close), (gst_multifdsink_change_state):
20668         * gst/tcp/gstmultifdsink.h:
20669         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20670         (gst_tcpserversink_removed):
20671         Small cleanups in fdset.c
20672         Use a hastable to map fd to the client structure for faster
20673         lookup in _remove and get_stats.
20674         Added virtual function to close the fds.
20675         Handle clients even when the select/poll call was unblocked because
20676         of a command.
20677         Implement syncing to keyframe in the recovery procedure.
20678
20679 2004-09-16 Iain <iaingnome@gmail.com>
20680
20681         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20682         try caps.
20683
20684 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20685
20686         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20687           Caps are only set if the type of the stream is unknown, but this
20688           is initialized in ->init_stream(), so set to UNKNOWN after calling
20689           ->init_stream() so that capsnego starts.
20690
20691 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20692
20693         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20694         (gst_avi_demux_stream_data):
20695           Just hardcode for raw audio then. AVI audio sucks.
20696
20697 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20698
20699         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20700         * gst/matroska/matroska-mux.c: (audiosink_templ),
20701         (gst_matroska_mux_audio_pad_link):
20702         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20703         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20704
20705 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20706
20707         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20708         (gst_avi_demux_stream_data):
20709           Try to fix a/v sync issues.
20710
20711 2004-09-15  David Schleef  <ds@schleef.org>
20712
20713         * configure.ac: remove NASM check, since we don't use it.  Update
20714         dirac check to 0.4
20715         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20716         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20717         Initialized variables.
20718         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20719         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20720         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20721         SVQ3 format
20722
20723 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20724
20725         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20726         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20727         * gst/avi/gstavidemux.h:
20728           Fix for compressed audio (mp3) timestamp generation. How did this
20729           ever work?
20730
20731 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20732
20733         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20734           Volume is a double not a float.
20735
20736 2004-09-15  Wim Taymans  <wim@fluendo.com>
20737
20738         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20739         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20740         Don't close the fd in multifdsink as we didn't open it in the
20741         first place. Some cleanups.
20742
20743 2004-09-15  Wim Taymans  <wim@fluendo.com>
20744
20745         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20747         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20748         Fix the case where the muxer would mark pages as delta
20749         frames when they are not (vorbis only ogg).
20750
20751 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20754         (gst_play_base_bin_change_state):
20755           Handle the case where we failed to setup a clear pipeline. This
20756           will throw an error (or EOS, another nice case) and if you don't
20757           catch that, the app will wait for the signal forever (and thus
20758           hang).
20759
20760 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20761
20762         * ext/gnomevfs/gstgnomevfssink.c:
20763         (gst_gnomevfssink_uri_get_protocols):
20764         * ext/gnomevfs/gstgnomevfssrc.c:
20765         (gst_gnomevfssrc_uri_get_protocols):
20766         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20767         * ext/gnomevfs/gstgnomevfsuri.h:
20768           Use _uri_new() instead of _open(), so it doesn't take as long and
20769           Christophe's computer won't hang.
20770         * gst/playback/gstplaybasebin.c: (unknown_type):
20771           Throw error on unknown media type, so apps actually display it.
20772
20773 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20774
20775         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20776           this script to work on Solaris since bash shell handles echo
20777           differenly than bash.
20778
20779 2004-09-17  Wim Taymans  <wim@fluendo.com>
20780
20781         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20782         (setup_source), (gst_play_base_bin_set_property),
20783         (gst_play_base_bin_add_element):
20784         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20785         Some more work on making sure seeking pauses the pipeline and
20786         that changing the uri actually does something.
20787
20788 2004-09-17  Wim Taymans  <wim@fluendo.com>
20789
20790         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20791         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20792         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20793         (gst_tcpserversink_close):
20794         Be a bit more paranoid when freeing memory.
20795
20796 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20797
20798         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20799         (qtdemux_parse_trak):
20800           Don't crash by dividing by zero (see sample movie in #126922).
20801
20802 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20803
20804         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20805           Don't touch non-existing data (fixes crash on file in #140147).
20806
20807 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20808
20809         * gst/playback/gstplaybasebin.c:
20810         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20811           Handle double disposals, and proper change of URIs.
20812
20813 2004-09-13  Martin Eikermann <meiker@upb.de>
20814
20815         * gst/mpegstream/gstmpegparse.c:
20816           fix synchronistation for streams recorded from digital PCR
20817           fixes bug #119376
20818
20819 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20820
20821         * ext/gnomevfs/Makefile.am:
20822         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20823         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20824         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20825         (gst_gnomevfssink_uri_get_type),
20826         (gst_gnomevfssink_uri_get_protocols),
20827         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20828         (gst_gnomevfssink_uri_handler_init),
20829         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20830         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20831         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20832         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20833         (gst_gnomevfssrc_uri_get_type),
20834         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20835         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20836         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20837         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20838         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20839         * ext/gnomevfs/gstgnomevfsuri.h:
20840           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20841           of fake URIs to see which this version of Gnome-VFS likes, and
20842           uses that for the Gst-URI interface. Makes playbin support http://
20843           streams. Also fix up some stupid behaviour in gnomevfssrc.
20844
20845 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20846
20847         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20848         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20849         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20850         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20851           Update mixer (to sync with other sessions) if we try to obtain
20852           a new value. This makes alsamixer work accross applications.
20853         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20854           Only call sync functions if we're running, else alsalib asserts.
20855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20856           Sometimes fails to compile. Possibly a gcc bug.
20857         * gst/playback/gstplaybin.c: (gen_video_element),
20858         (gen_audio_element):
20859           Add a reference to an application-provided object, because we lose
20860           this same reference if we add it to the bin. If we don't do this,
20861           we can only use this object once and thus crash if we go from
20862           ready to playing, back to ready and back to playing again.
20863           Also add an audioscale element because several cheap soundcards -
20864           like mine - don't support all samplerates.
20865         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20866         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20867           Fix wrong order or PAR calls. Makes automatically obtained PAR
20868           from the X server atually being used.
20869
20870 2004-09-12  David Schleef  <ds@schleef.org>
20871
20872         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20873         #151887, #152102, #152247.
20874         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20875         * examples/seeking/cdparanoia.c: same
20876         * examples/seeking/cdplayer.c: same
20877         * examples/seeking/seek.c: same
20878         * examples/seeking/spider_seek.c: same
20879         * examples/seeking/vorbisfile.c: same
20880         * examples/stats/mp2ogg.c: same
20881         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20882         (gst_esdsink_dispose): Dispose of element properly.
20883         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20884         fixes.
20885         * ext/nas/nassink.c: (gst_nassink_class_init),
20886         (gst_nassink_dispose): Dispose of element correctly.
20887         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20888         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20889         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20890         Fix 64-bit warning.
20891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20892         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20893         Fix 64-bit warning.
20894
20895 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20896
20897         * configure.ac : change speex detection as 1.1.6 now uses
20898           .pc/pkg-config and they changed their headers location.
20899
20900 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
20901
20902         * gst/matroska/matroska-mux.h:
20903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20904         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20905         (gst_matroska_mux_write_data):
20906           Write multiple blocks/frames per cluster.
20907                 Write meta-seek information (seek heads).
20908
20909 2004-09-09  Scott Wheeler <wheeler@kde.org>
20910
20911         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20912         (gst_play_bin_set_property), (gst_play_bin_get_property),
20913         (gen_audio_element), (gen_audio_element):
20914           Add a volume element / property to the pipeline.
20915
20916 2004-09-07  Wim Taymans  <wim@fluendo.com>
20917
20918         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20919         Copy timestamps from the master pad to the output buffers.
20920
20921 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20922
20923         * ext/raw1394/gstdv1394src.c:
20924           throw errors when applicable
20925
20926 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
20927
20928         * gst/matroska/ebml-ids.h:
20929         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
20930         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
20931         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
20932           automatically convert unix time <-> ebml time when reading/writing
20933           a date, use gst_ebml_write_uint to write CUETIME,
20934           not gst_ebml_write_date.
20935         * gst/matroska/matroska-ids.h:
20936         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
20937         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
20938         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
20939         (gst_matroska_mux_write_data):
20940           Write track and segment UIDs, write muxing date, write
20941           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
20942           Create cues for audio only files.
20943
20944 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20945
20946         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20947         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20948           Re-commit ALSA switches.
20949         * gst/adder/gstadder.c: (gst_adder_loop):
20950           64-bit fix (#151416).
20951         * gst/debug/progressreport.c: (gst_progressreport_report):
20952           64-bit fix (#151419).
20953         * gst/matroska/matroska-demux.c:
20954         (gst_matroska_demux_parse_contents):
20955           64-bit fix (#151420).
20956         * gst/playback/test3.c: (update_scale):
20957           64-bit fix (#151421).
20958
20959 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20960
20961         * configure.ac:
20962           bump nano to cvs
20963
20964 === release 0.8.4 ===
20965
20966 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20967
20968         * configure.ac: releasing 0.8.4, "Alias"
20969
20970 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20971
20972         * ext/theora/Makefile.am:
20973           fix makefile.  Fixes #151462.
20974
20975 2004-08-30  Wim Taymans  <wim@fluendo.com>
20976
20977         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
20978         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20979         (gst_multifdsink_remove_client_link),
20980         (gst_multifdsink_client_queue_buffer),
20981         (gst_multifdsink_handle_client_write):
20982         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
20983         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
20984         Fix some memory leaks.
20985
20986 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20987
20988         Patch by: David Schleef
20989
20990         * configure.ac:
20991         * sys/Makefile.am:
20992           rename our detection macro for V4L2.  Fixes #151236.
20993
20994 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         Patch by: David Schleef
20997
20998         * configure.ac:
20999           check to define LAMEPRESET.  Fixes #151232.
21000
21001 2004-08-27  David Schleef  <ds@schleef.org>
21002
21003         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21004         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21005         (gst_glimagesink_fixate):  Move local variable declarations to
21006         make gcc-2.95 happy.
21007
21008 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21009
21010         * configure.ac:
21011           bump nano for prerelease
21012
21013 2004-08-27  David Schleef  <ds@schleef.org>
21014
21015         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21016         * sys/sunaudio/gstsunaudiosrc.c:
21017         * sys/sunaudio/gstsunaudiosrc.h:
21018
21019 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21020
21021         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21022         handle EOS correctly
21023         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21024         * gst/matroska/matroska-mux.h:
21025         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21026         VFW compatibility mode
21027
21028 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21029
21030         patch by: Zaheer Abbas Merali
21031
21032         * ext/ogg/gstoggmux.c:
21033         * ext/vorbis/vorbisenc.c:
21034         * ext/vorbis/vorbisenc.h:
21035           handle NEWMEDIA
21036
21037 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21038
21039         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21040         fix byte order reversion on little endian machines.
21041         * gst/matroska/matroska-mux.c: (audiosink_templ),
21042         (gst_matroska_mux_audio_pad_link):
21043         add TTA codec to the list of supported codecs.
21044         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21045         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21046         (gst_matroska_mux_write_data):
21047         * gst/matroska/matroska-mux.h:
21048         write segment duration correctly, write muxing app string, fixes bugs
21049         #140897 and #140898.
21050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21051         wait for all pads to be negotiated before starting to mux.
21052
21053 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21054
21055         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21056         * ext/lame/gstlame.h:
21057         Added new media support to lame
21058
21059 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21060
21061         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21062         send vorbis headers at the beginning of a stream, fixes bug #141554.
21063         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21064         bug #148950.
21065         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21066         (gst_matroska_demux_plugin_init):
21067         * gst/matroska/matroska-ids.h:
21068         enable demuxing of TTA audio streams, fixes bug #148951.
21069         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21070         enable typefinding for TTA audio files, fixes bug #148711.
21071         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21072         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21073         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21074
21075 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21076
21077         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21078         (gst_riff_read_element_data), (gst_riff_read_seek),
21079         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21080         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21081         <teuf@gnome.org>
21082
21083 2004-08-23 Iain <iaingnome@gmail.com>
21084
21085         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21086         tags. They appear to be handled differently to normal.
21087         (tag_list_to_id3_tag_foreach): Ditto.
21088
21089 2004-08-22  Wim Taymans  <wim@fluendo.com>
21090
21091         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21092         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21093         Make sure we never send -1 granulepos.
21094
21095 2004-08-20  Wim Taymans  <wim@fluendo.com>
21096
21097         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21098         (gst_ogg_mux_loop):
21099         I will accept bitchslappings with non sharp objects.
21100
21101 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21102
21103         * configure.ac:
21104         Clean up the test for lame presets
21105
21106 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21107
21108         * configure.ac:
21109         * ext/lame/Makefile.am:
21110         * ext/lame/gstlame.c: (gst_lame_class_init),
21111         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21112         Only enable lame presets if version of lame has presets in API
21113
21114 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21115         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21116         * gst/udp/gstudpsrc.h:
21117           Don't call gst_pad_push in a get function. Fixes #150449
21118
21119 2004-08-18  Wim Taymans  <wim@fluendo.com>
21120
21121         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21122         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21123         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21124         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21125         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21126         (gst_fdset_wait):
21127         * gst/tcp/gstfdset.h:
21128         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21129         (gst_multifdsink_client_queue_buffer),
21130         (gst_multifdsink_handle_client_write):
21131         * gst/tcp/gstmultifdsink.h:
21132         Some extra checks in gstfdset.
21133         Only use send() when the fd is a socket. Don't try to
21134         read from write only fds.
21135
21136 2004-08-18  Wim Taymans  <wim@fluendo.com>
21137
21138         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21139         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21140         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21141         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21142         (gst_fdset_wait):
21143         Add more locking and bounds checking.
21144
21145 2004-08-18  Wim Taymans  <wim@fluendo.com>
21146
21147         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21148         Realloc test fdset in the lock and right before starting
21149         the poll call. Bump the limit to 4096.
21150
21151 2004-08-17  David Schleef  <ds@schleef.org>
21152
21153         * sys/sunaudio/Makefile.am:
21154         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21155         of rates and channels.  Make debugging less obnoxious.
21156
21157         Patch from Balamurali Viswanathan implementing a mixer for
21158         Sun audio.  (bug #144091):
21159         * sys/sunaudio/gstsunelement.c:
21160         * sys/sunaudio/gstsunelement.h:
21161         * sys/sunaudio/gstsunmixer.c:
21162         * sys/sunaudio/gstsunmixer.h:
21163
21164 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21165
21166         * gst/audioscale/gstaudioscale.c:
21167         * gst/audioscale/gstaudioscale.h:
21168         made audioscale resample from any sample rate to any sample rate
21169
21170 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21171
21172         * ext/libpng/gstpngdec.c:
21173           error out on unsupported types
21174
21175 2004-08-17  Iain <iaingnome@gmail.com>
21176
21177         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21178         mid_side and loose_mid_side properties if its a stereo stream.
21179
21180 2004-08-17  Wim Taymans  <wim@fluendo.com>
21181
21182         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21183         (theora_get_formats), (theora_dec_src_convert),
21184         (theora_dec_sink_convert), (theora_dec_src_query),
21185         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21186         Add a debug line.
21187
21188 2004-08-17  Wim Taymans  <wim@fluendo.com>
21189
21190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21191         (gst_ogg_pad_push):
21192         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21193         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21194         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21195         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21196         Mark delta units in the muxer.
21197         Try to decode the packet after an out-of-sync error from
21198         libogg.
21199
21200 2004-08-17  Wim Taymans  <wim@fluendo.com>
21201
21202         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21203         (gst_multifdsink_init), (gst_multifdsink_add),
21204         (gst_multifdsink_client_queue_buffer),
21205         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21206         * gst/tcp/gstmultifdsink.h:
21207         Added option to send a keyframe to clients as the first buffer.
21208         Make timeout property writable.
21209
21210 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21211
21212         patch by: Wim Taymans
21213
21214         * gst/tcp/gstfdset.c:
21215         * gst/tcp/gstmultifdsink.c:
21216           fix index comparison, should include 0
21217
21218 2004-08-16  Wim Taymans  <wim@fluendo.com>
21219
21220         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21221         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21222         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21223         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21224         (gst_fdset_wait):
21225           copy when reallocing for poll so the select arguments don't get
21226           changed during the call
21227
21228 2004-08-16  Wim Taymans  <wim@fluendo.com>
21229
21230         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21231         (gst_theora_enc_class_init), (theora_enc_sink_link),
21232         (theora_buffer_from_packet), (theora_enc_chain):
21233         Fix bug where buffers were not marked as keyframes
21234         correctly.
21235
21236 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21237
21238         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21239         (gst_lame_preset_get_type), (gst_lame_class_init):
21240         describe the enum values for vbr mode and presets more verbosely
21241
21242 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21243
21244         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21245         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21246         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21247         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21248         * ext/lame/gstlame.h:
21249         add preset property to lame so it can use lame presets
21250
21251 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21252
21253         * ext/lame/gstlame.c: (gst_lame_get_property):
21254         whoops forgot break, thanks teuf
21255
21256 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21257
21258         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21259         (gst_lame_class_init), (gst_lame_src_getcaps),
21260         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21261         (gst_lame_get_property), (gst_lame_setup):
21262         * ext/lame/gstlame.h:
21263         fix lame's broken vbr stuff, allow it to resample if need be, and also
21264         make xing header optional
21265
21266 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21267
21268         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21269         added getcaps function so samplerate doesnt get fixated to silly values
21270
21271 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21272
21273         * ext/lame/gstlame.c: (gst_lame_src_link):
21274         revert previous fix
21275
21276 2004-08-12  Johan Dahlin  <johan@gnome.org>
21277
21278         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21279         checks. Doesn't matter what state we are in. Interfaces are a
21280         compile time thing, not runtime. It also broke the python bindings.
21281
21282 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21283
21284         * ext/lame/gstlame.c: (gst_lame_src_link):
21285         made source pad link function check if sinkpad is ok..fixes the problem
21286         where core fixates the output rate of lame stupidly
21287
21288 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21289
21290         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21291         * sys/v4l/v4l_calls.c:
21292         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21293           fix fixate function to handle nonsimple caps.
21294           remove bogus check in _link
21295           cleanups
21296
21297 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21298
21299         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21300         set default compression ratio parameter to 0.0 so bitrate parameter
21301         works :)
21302
21303 2004-08-11  David Schleef  <ds@schleef.org>
21304
21305         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21306
21307 2004-08-11  David Schleef  <ds@schleef.org>
21308
21309         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21310         before.
21311
21312 2004-08-11  David Schleef  <ds@schleef.org>
21313
21314         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21315
21316 2004-08-11  David Schleef  <ds@schleef.org>
21317
21318         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21319           license field
21320         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21321         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21322           LGPL.
21323         * gst/auparse/gstauparse.c: Fix plugin license field.
21324         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21325         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21326         * gst/rtp/gstrtp.c: Fix plugin license field.
21327
21328 2004-08-11  Wim Taymans  <wim@fluendo.com>
21329
21330         * gst/tcp/Makefile.am:
21331         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21332         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21333         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21334         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21335         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21336         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21337         (gst_fdset_fd_can_write), (gst_fdset_wait):
21338         * gst/tcp/gstfdset.h:
21339         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21340         (gst_multifdsink_class_init), (gst_multifdsink_init),
21341         (gst_multifdsink_add), (gst_multifdsink_remove),
21342         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21343         (gst_multifdsink_remove_client_link),
21344         (gst_multifdsink_handle_client_read),
21345         (gst_multifdsink_client_queue_data),
21346         (gst_multifdsink_client_queue_caps),
21347         (gst_multifdsink_client_queue_buffer),
21348         (gst_multifdsink_handle_client_write),
21349         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21350         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21351         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21352         (gst_multifdsink_close):
21353         * gst/tcp/gstmultifdsink.h:
21354         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21355         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21356         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21357         (gst_tcpserversink_close):
21358         * gst/tcp/gsttcpserversink.h:
21359         Abstracted away the select call, implemented poll (yes we ran into
21360         the 1024 limit in production).
21361
21362 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21363
21364         * gst/tcp/gsttcp.c:
21365         * gst/tcp/gsttcpplugin.c:
21366           improve debuggging, remove assert
21367
21368 2004-08-10  Wim Taymans  <wim@fluendo.com>
21369
21370         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21371         (gst_client_status_get_type), (gst_multifdsink_class_init),
21372         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21373         (gst_multifdsink_handle_client_read),
21374         (gst_multifdsink_handle_client_write),
21375         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21376         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21377         (gst_multifdsink_get_property):
21378         * gst/tcp/gstmultifdsink.h:
21379         * gst/tcp/gsttcp-marshal.list:
21380         Starting to prepare for specifying buffer time in other units
21381         than buffers. Expose remove reason in signal.
21382
21383 2004-08-10  Wim Taymans  <wim@fluendo.com>
21384
21385         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21386         (gst_multifdsink_remove), (gst_multifdsink_clear),
21387         (gst_multifdsink_remove_client_link),
21388         (gst_multifdsink_handle_client_read),
21389         (gst_multifdsink_client_queue_data),
21390         (gst_multifdsink_client_queue_buffer),
21391         (gst_multifdsink_handle_client_write),
21392         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21393         (gst_multifdsink_chain), (gst_multifdsink_close):
21394         * gst/tcp/gstmultifdsink.h:
21395         Added more debugging info. Changed the way clients are
21396         removed from the lists. Fixed a bug where a bad file descriptor
21397         could cause many clients to be removed.
21398
21399 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21400
21401         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21402           allow all pixel-aspect-ratios, not just 1:1
21403
21404 2004-08-09  David Schleef  <ds@schleef.org>
21405
21406         * sys/glsink/ARB_multitexture.h:  Remove old files.
21407         * sys/glsink/EXT_paletted_texture.h:
21408         * sys/glsink/NV_register_combiners.h:
21409         * sys/glsink/gstgl_nvimage.c:
21410         * sys/glsink/gstgl_pdrimage.c:
21411         * sys/glsink/gstgl_rgbimage.c:
21412         * sys/glsink/gstglsink.c:
21413         * sys/glsink/gstglsink.h:
21414         * sys/glsink/gstglxwindow.c:
21415         * sys/glsink/regcomb_yuvrgb.c:
21416
21417 2004-08-09  David Schleef  <ds@schleef.org>
21418
21419         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21420         GL sink plugin.  (Bug #147302)
21421
21422         * configure.ac: Test for OpenGL
21423         * sys/Makefile.am: Use test for OpenGL
21424         * sys/glsink/Makefile.am:
21425         * sys/glsink/glimagesink.c: rewrite
21426         * sys/glsink/glimagesink.h: rewrite
21427
21428 2004-08-09  David Schleef  <ds@schleef.org>
21429
21430         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21431         sane framerates.
21432         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21434         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21435
21436 2004-08-09  Wim Taymans  <wim@fluendo.com>
21437
21438         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21439         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21440         (gst_multifdsink_client_remove),
21441         (gst_multifdsink_handle_client_read),
21442         (gst_multifdsink_handle_client_write),
21443         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21444         Do a bit more logging, make the client_read code more robust.
21445
21446 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21447
21448         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21449         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21450         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21451         (gst_jpegdec_init), (gst_jpegdec_chain):
21452         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21453         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21454           cleanups, debugging fixes and memleak plugging
21455
21456 2004-08-09  Wim Taymans  <wim@fluendo.com>
21457
21458         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21459         (theora_get_formats), (theora_dec_src_convert),
21460         (theora_dec_sink_convert), (theora_dec_src_query),
21461         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21462         (theora_dec_change_state):
21463         Don't crash on missing header packets.
21464
21465 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21466
21467         * po/LINGUAS:
21468         * po/sq.po:
21469           Added Albanian translation (Laurent Dhima)
21470         * po/cs.po:
21471           updated
21472
21473 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21474
21475         * ext/lame/gstlame.c:
21476           fix/add debugging
21477
21478 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21479
21480         * sys/ximage/ximagesink.c:
21481         * sys/xvimage/xvimagesink.c:
21482           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21483
21484 2004-08-06  Wim Taymans  <wim@fluendo.com>
21485
21486         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21487         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21488         (gst_multifdsink_client_remove),
21489         (gst_multifdsink_handle_client_read),
21490         (gst_multifdsink_handle_client_write),
21491         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21492         Make sure we don't try to read more from a client that what
21493         ioctl says us or we deadlock.
21494
21495 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21496
21497         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21498         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21499         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21500           decouple running_time and n_frames so it can handle changing
21501           framerate while running
21502
21503 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21504
21505         * po/nl.po:
21506         * po/sv.po:
21507           updated translations
21508
21509 2004-08-04  Benjamin Otte  <otte@gnome.org>
21510
21511         * gst/videotestsrc/gstvideotestsrc.c:
21512         (gst_videotestsrc_get_capslist), (generate_capslist),
21513         (plugin_init):
21514           generate the list of supported caps at startup and reuse it instead
21515           of always generating it
21516
21517 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21518
21519         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21520           whoops, last checkin broke normal build
21521
21522 2004-08-03  Benjamin Otte  <otte@gnome.org>
21523
21524         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21525         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21526         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21527         (gst_alsa_mixer_get_option):
21528         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21529         (dvdnavsrc_print_event):
21530         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21532         (gst_ogg_mux_pad_unlink):
21533         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21534         (gst_multipart_mux_pad_unlink):
21535         * gst/videofilter/gstvideobalance.c:
21536         (gst_videobalance_colorbalance_set_value):
21537         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21538         (gst_videomixer_pad_unlink):
21539         * po/uk.po:
21540         * sys/oss/gstossmixer.c:
21541         * sys/v4l/gstv4lcolorbalance.c:
21542         * sys/v4l/gstv4ltuner.c:
21543         * sys/v4l/v4lsrc_calls.c:
21544         * sys/v4l2/gstv4l2colorbalance.c:
21545         * sys/v4l2/gstv4l2tuner.c:
21546           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21547
21548 2004-08-03  Benjamin Otte  <otte@gnome.org>
21549
21550         * examples/dynparams/filter.c: (ui_control_create):
21551         * examples/gstplay/player.c: (print_tag):
21552         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21553         * ext/gdk_pixbuf/gstgdkanimation.c:
21554         (gst_gdk_animation_iter_may_advance):
21555         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21556         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21557         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21558         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21559         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21560         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21561         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21562         * gst/sine/demo-dparams.c: (main):
21563         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21564         * testsuite/alsa/formats.c: (create_pipeline):
21565         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21566           fixes for G_DISABLE_ASSERT and friends
21567         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21568         (mp3_type_frame_length_from_header), (mp3_type_find),
21569         (plugin_init):
21570           require mp3 typefinding to have at least MIN_HEADERS valid headers
21571           add typefinding for AAC adts files
21572
21573 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21574
21575         * sys/ximage/ximagesink.c:
21576         (gst_ximagesink_calculate_pixel_aspect_ratio):
21577         * sys/xvimage/xvimagesink.c:
21578         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21579         Make sure we calculate pixel-aspect-ratio using floating point maths
21580
21581 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21582
21583         * po/uk.po:
21584           updated translation
21585
21586 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21587
21588         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21590           add debugging for display PAR calculation
21591
21592 2004-08-02  David Schleef  <ds@schleef.org>
21593
21594         * configure.ac: Fix mikmod CFLAGS.
21595
21596 2004-07-27  Benjamin Otte  <otte@gnome.org>
21597
21598         * gst/audioscale/gstaudioscale.c:
21599         - fix templates to only support S16, it's the only format that works
21600         - make caps nego code use try_set_caps_nonfixed and fixation instead
21601         of try_set_caps twice, which is not nice for autopluggers
21602         - change rank to secondary, so autopluggers can pick it up after
21603         audioconvert
21604
21605 2004-08-02  Iain <iain@prettypeople.org>
21606
21607         * gst/interleave/interleave.c (interleave_init),
21608         (interleave_request_new_pad),
21609         (interleave_pad_removed),
21610         (interleave_buffered_loop): Use the real pad count, not the artificial
21611         one.
21612
21613 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21614
21615         * configure.ac: bump nano back to development
21616
21617 === release 0.8.3 ===
21618
21619 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21620
21621         * configure.ac: releasing 0.8.3, "Water"
21622
21623 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21624
21625         * sys/xvimage/xvimagesink.c:
21626         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21627         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21628         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21629         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21630         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21631         * sys/xvimage/xvimagesink.h:
21632           apply similar PAR fixes as to ximagesink
21633
21634 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21635
21636         patch from: Benjamin Otte
21637
21638         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21639           add link function to lame.  Fixes #148986.
21640
21641 2004-08-02  Johan Dahlin  <johan@gnome.org>
21642
21643         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21644         fix debugging log
21645
21646 2004-07-30  David Schleef  <ds@schleef.org>
21647
21648         * gst/videomixer/Makefile.am: Fix things that should have been
21649         fixed in the last checkin.
21650
21651 2004-07-30  David Schleef  <ds@schleef.org>
21652
21653         * gst/multipart/Makefile.am: Fix things that should have been
21654         fixed in the last checkin.
21655
21656 2004-07-30  David Schleef  <ds@schleef.org>
21657
21658         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21659
21660 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21661
21662         * configure.ac:
21663           bump nano for prerelease
21664         * po/af.po:
21665         * po/az.po:
21666         * po/cs.po:
21667         * po/en_GB.po:
21668         * po/hu.po:
21669         * po/nl.po:
21670         * po/sr.po:
21671         * po/sv.po:
21672         * po/uk.po:
21673           updates
21674
21675 2004-07-30  Wim Taymans  <wim@fluendo.com>
21676
21677         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21678         (gst_multifdsink_add), (gst_multifdsink_remove),
21679         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21680         (gst_multifdsink_client_remove),
21681         (gst_multifdsink_handle_client_write),
21682         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21683         * gst/tcp/gstmultifdsink.h:
21684         Recover from a select with a bad file descriptor by removing
21685         the client.
21686
21687 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21688
21689         * configure.ac:
21690           fix requirement of core
21691         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21692         (gst_play_pipeline_setup):
21693           don't use colorspace element.  do use hermescolorspace element.
21694           make macro to get a colorspace element.
21695           mark strings for translation.
21696         * po/POTFILES.in:
21697           add play.c
21698         * po/af.po:
21699         * po/az.po:
21700         * po/cs.po:
21701         * po/en_GB.po:
21702         * po/hu.po:
21703         * po/nl.po:
21704         * po/sr.po:
21705         * po/sv.po:
21706         * po/uk.po:
21707           update translations
21708
21709 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21710
21711         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21712         fix default for newmedia flag
21713
21714 2004-07-30  Wim Taymans  <wim@fluendo.com>
21715
21716         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21717         (gst_theora_dec_init), (theora_get_formats),
21718         (theora_dec_src_convert), (theora_dec_sink_convert),
21719         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21720         (theora_dec_chain), (theora_dec_set_property),
21721         (theora_dec_get_property):
21722         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21723         (gst_theora_enc_class_init), (gst_theora_enc_init),
21724         (theora_enc_sink_link), (theora_enc_chain),
21725         (theora_enc_set_property), (theora_enc_get_property):
21726         Added cropping option to theora decoder.
21727         Added border option to theora encoder.
21728
21729 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21730
21731         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21732         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21733         (gst_pngenc_set_property):
21734         * ext/libpng/gstpngenc.h:
21735         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
21736
21737 2004-07-30  Wim Taymans  <wim@fluendo.com>
21738
21739         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21740         (theora_enc_sink_link), (theora_enc_chain),
21741         (theora_enc_set_property), (theora_enc_get_property):
21742         Fix encoding of non-multiple-of-16 video.
21743
21744 2004-07-29  David Schleef  <ds@schleef.org>
21745
21746         * configure.ac: make test for audiofile more strict
21747
21748 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21749
21750         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21751           give different names to typefind functions
21752
21753 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21754
21755         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21756         (gst_ximagesink_calculate_pixel_aspect_ratio),
21757         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21758         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21759         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21760         (gst_ximagesink_get_property), (gst_ximagesink_init):
21761         * sys/ximage/ximagesink.h:
21762           allocate PAR's dynamically.
21763           use autodetected PAR if no object-set PAR is given.
21764           add workaround for directfb's X not setting physical size.
21765           fix to xvimagesink will follow tomorrow.
21766
21767 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21768
21769         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21770         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21771         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21772         (gst_shout2send_class_init), (gst_shout2send_init),
21773         (set_shout_metadata), (gst_shout2send_set_metadata),
21774         (gst_shout2send_chain), (gst_shout2send_set_property),
21775         (gst_shout2send_get_property), (gst_shout2send_connect),
21776         (gst_shout2send_change_state):
21777         * ext/shout2/gstshout2.h:
21778         - fix for sending mp3 audio to icecast2 server, if pad link function not
21779         called before PAUSED state
21780         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21781         - added tagging support for mp3 audio broadcasted
21782         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21783         debug info
21784
21785 2004-07-28  Wim Taymans  <wim@fluendo.com>
21786
21787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21788         (gst_ogg_demux_push):
21789         Return query failure when we don't know the length of
21790         an ogg stream insteda of returning TRUE with a bogus value.
21791
21792 2004-07-28  Wim Taymans  <wim@fluendo.com>
21793
21794         * ext/theora/theoradec.c: (theora_get_formats),
21795         (theora_dec_src_convert), (theora_dec_sink_convert),
21796         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21797         (theora_dec_chain):
21798         Don't screw up the 1 Chroma for 1 luma sample situation when we
21799         have an odd offset/width by adding a black border in those cases.
21800
21801 2004-07-28  Wim Taymans  <wim@fluendo.com>
21802
21803         * ext/theora/theoradec.c: (theora_get_formats),
21804         (theora_dec_src_convert), (theora_dec_sink_convert),
21805         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21806         (theora_dec_chain):
21807         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21808         Added first attempt at cropping of the image as required by the
21809         theora spec. We need more properties in the caps (offset_x,
21810         offset_y,stride) to implement this correctly.
21811
21812 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21813
21814         * ext/dvdnav/README:
21815           Update the README to use dvddemux
21816         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21817           Ensure getcaps returns a subset of the template caps
21818         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21819         (gst_mpeg2subt_init):
21820           Ensure getcaps returns a subset of the template caps
21821         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21822         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21823         (gst_dvd_demux_get_subpicture_stream),
21824         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21825         * gst/mpegstream/gstdvddemux.h:
21826           Set the explicit caps on the current_video pad before pushing
21827           anything
21828         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21829         (gst_mpeg_demux_get_audio_stream):
21830           Free caps used to gst_pad_set_explicit_caps, which takes a const
21831           GstCaps *
21832
21833 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21834
21835         * configure.ac: update GStreamer requirement to 0.8.4 because of
21836           GstFraction.
21837
21838 2004-07-28  Wim Taymans  <wim@fluendo.com>
21839
21840         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21841         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21842         Add the pad to the element after setting up the caps. This
21843         makes it a lot easier to autoplug.
21844
21845 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21846
21847         * gst/median/gstmedian.c:
21848         * gst/mpeg2subt/gstmpeg2subt.c:
21849         * gst/mpegaudioparse/gstmpegaudioparse.c:
21850         * gst/mpegstream/gstdvddemux.c:
21851         * gst/mpegstream/gstmpegdemux.c:
21852         * gst/mpegstream/gstmpegpacketize.c:
21853         * gst/rtjpeg/gstrtjpeg.c:
21854         * gst/rtjpeg/gstrtjpegdec.c:
21855         * gst/rtjpeg/gstrtjpegenc.c:
21856         * gst/sine/gstsinesrc.c:
21857         * gst/smooth/gstsmooth.c:
21858         * gst/smpte/gstsmpte.c:
21859         * gst/smpte/gstsmpte.h:
21860         * gst/stereo/gststereo.c:
21861         * gst/videofilter/gstgamma.c:
21862         * gst/videofilter/gstvideobalance.c:
21863         * gst/videofilter/gstvideofilter.c:
21864         * gst/videofilter/gstvideoflip.c:
21865         * gst/videoscale/gstvideoscale.c:
21866         * gst/videoscale/videoscale.c:
21867         * gst/videotestsrc/gstvideotestsrc.c:
21868         * gst/videotestsrc/videotestsrc.c:
21869         * gst/wavenc/gstwavenc.c:
21870         * gst/wavparse/gstwavparse.c:
21871           fix local includes and 64 bits constants
21872
21873 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21874
21875         * win32/gst.sln:
21876         * gst-libs/gst/*/*.vcproj:
21877         * gst/*/*.vcproj:
21878           more working plugins
21879
21880 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21881
21882         * testsuite/alsa/Makefile.am:
21883         * testsuite/alsa/srcstate.c:
21884         add test for alsasrc changing state
21885
21886 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21887
21888         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21889         (gst_silence_get):
21890         * gst/silence/gstsilence.h:
21891         fix silence generation for 16bit raw audio
21892
21893 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * gst/matroska/matroska-demux.c:
21896         (gst_matroska_demux_parse_metadata),
21897         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21898         * gst/mpegaudio/common.c:
21899         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21900         (gst_videoscale_getcaps), (gst_videoscale_link),
21901         (gst_videoscale_src_fixate), (gst_videoscale_init),
21902         (gst_videoscale_finalize):
21903         * gst/videoscale/gstvideoscale.h:
21904         * gst/videotestsrc/gstvideotestsrc.c:
21905         (gst_videotestsrc_get_capslist):
21906         * gst/wavenc/gstwavenc.c:
21907         * sys/oss/gstossmixer.c: (fill_labels):
21908         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21909         (gst_ximagesink_handle_xevents),
21910         (gst_ximagesink_calculate_pixel_aspect_ratio),
21911         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21912         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21913         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21914         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21915         (gst_ximagesink_init), (gst_ximagesink_class_init):
21916         * sys/ximage/ximagesink.h:
21917         * sys/xvimage/xvimagesink.c:
21918         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21919         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21920         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21921         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21922         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21923         * sys/xvimage/xvimagesink.h:
21924           first batch of pixel aspect ratio commits.
21925
21926 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21927
21928         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21929         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
21930         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
21931           handle stride, needs work if we want to move stride handling
21932           upstream, but works correctly for our purposes.
21933
21934 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21935
21936         * gst/videoscale/README:
21937           add testing examples
21938         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
21939         (gst_videoscale_chain):
21940         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21941         (gst_videoscale_get_size):
21942           add get_size function that handles stride like videotestsrc.
21943           fixes conversion for YUV formats for as much as I can test them.
21944
21945 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21946
21947         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21948         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21950         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21951         (gst_xvimagesink_xvimage_put):
21952           further cleanups, logging, error handling and synchronizing
21953
21954 2004-07-27  Wim Taymans  <wim@fluendo.com>
21955
21956         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21957         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
21958         (gst_videomixer_pad_set_property),
21959         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
21960         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
21961         (gst_videomixer_class_init), (gst_videomixer_init),
21962         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
21963         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
21964         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
21965         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
21966         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21967         (gst_videomixer_loop), (plugin_init):
21968         Be a nicer negotiation citizen and provide a getcaps function on
21969         the srcpad. This also fixes a crash when resizing.
21970
21971 2004-07-27  Julien MOUTTE  <julien@moutte.net>
21972
21973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21974         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
21975
21976 2004-07-27  Wim Taymans  <wim@fluendo.com>
21977
21978         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
21979         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21980         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21981         (gst_pngenc_set_property):
21982         * ext/libpng/gstpngenc.h:
21983         Added snapshot property to pngenc.
21984         removed g_print from pngdec
21985
21986 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21987
21988         * gst/ac3parse/ac3parse.vcproj
21989         * gst/adder/adder.vcproj
21990         * gst/alpha/alpha.vcproj
21991         * gst/alpha/alphacolor.vcproj
21992         * gst/asfdemux/asf.vcproj
21993         * gst/audioconvert/audioconvert.vcproj
21994         * gst/audiorate/audiorate.vcproj
21995         * gst/audioscale/audioscale.vcproj
21996         * gst/auparse/auparse.vcproj
21997         * gst/avi/avi.vcproj
21998         * gst/cdxaparse/cdxaparse.vcproj
21999         * gst/chart/chart.vcproj
22000         * gst/colorspace/colorspace.vcproj
22001         * gst/cutter/cutter.vcproj
22002         * gst/debug/debug.vcproj
22003         * gst/debug/efence.vcproj
22004         * gst/debug/navigationtest.vcproj
22005         * gst/deinterlace/deinterlace.vcproj
22006         * gst/effectv/effectv.vcproj
22007         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22008         * gst/filter/filter.vcproj
22009         * gst/flx/flxdec.vcproj
22010         * gst/goom/goom.vcproj
22011         * gst/interleave/interleave.vcproj
22012         * gst/law/alaw.vcproj
22013         * gst/law/mulaw.vcproj
22014         * gst/matroska/matroska.vcproj
22015         * gst/median/median.vcproj
22016         * gst/mixmatrix/mixmatrix.vcproj
22017         * gst/mpeg1sys/mpeg1systemencode.vcproj
22018         * gst/mpeg1videoparse/mp1videoparse.vcproj
22019         * gst/mpeg2sub/mpeg2subt.vcproj
22020         * gst/mpegaudio/mpegaudio.vcproj
22021         * gst/mpegaudioparse/mpegaudioparse.vcproj
22022         * gst/mpegstream/mpegstream.vcproj
22023         * gst/multifilesink/multifilesink.vcproj
22024         * gst/multipart/multipart.vcproj
22025         * gst/oneton/oneton.vcproj
22026         * gst/overlay/overlay.vcproj
22027         * gst/passthrough/passthrough.vcproj
22028         * gst/qtdemux/qtdemux.vcproj
22029         * gst/realmedia/rmdemux.vcproj
22030         * gst/rtjpeg/rtjpeg.vcproj
22031         * gst/rtp/rtp.vcproj
22032         * gst/silence/silence.vcproj
22033         * gst/sine/sinesrc.vcproj
22034         * gst/smooth/smooth.vcproj
22035         * gst/smpte/smpte.vcproj
22036         * gst/spectrum/spectrum.vcproj
22037         * gst/speed/speed.vcproj
22038         * gst/stereo/stereo.vcproj
22039         * gst/switch/switch.vcproj
22040         * gst/tags/tagedit.vcproj
22041         * gst/tcp/tcp.vcproj
22042         * gst/typefind/typefindfunctions.vcproj
22043         * gst/udp/udp.vcproj
22044         * gst/videobox/videobox.vcproj
22045         * gst/videocrop/videocrop.vcproj
22046         * gst/videodrop/videodrop.vcproj
22047         * gst/videofilter/gamma.vcproj
22048         * gst/videofilter/videobalance.vcproj
22049         * gst/videofilter/videofilter.vcproj
22050         * gst/videofilter/videoflip.vcproj
22051         * gst/videoflip/videoflip.vcproj
22052         * gst/videomixer/videomixer.vcproj
22053         * gst/videorate/videorate.vcproj
22054         * gst/videoscale/videoscale.vcproj
22055         * gst/videotestsrc/videotestsrc.vcproj
22056         * gst/virtualdub/virtualdub.vcproj
22057         * gst/volenv/volenv.vcproj
22058         * gst/volume/volume.vcproj
22059         * gst/wavenc/wavenc.vcproj
22060         * gst/wavparse/wavparse.vcproj
22061         * gst/y4m/y4menc.vcproj
22062         * gst-libs/gst/audio/audio.vcproj
22063         * gst-libs/gst/audio/audiofilter.vcproj
22064         * gst-libs/gst/colorbalance/colorbalance.vcproj
22065         * gst-libs/gst/idct/idtc.vcproj
22066         * gst-libs/gst/media-info/media-info.vcproj
22067         * gst-libs/gst/mixer/mixer.vcproj
22068         * gst-libs/gst/navigation/navigation.vcproj
22069         * gst-libs/gst/play/play.vcproj
22070         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22071         * gst-libs/gst/resample/resample.vcproj
22072         * gst-libs/gst/riff/riff.vcproj
22073         * gst-libs/gst/tuner/tuner.vcproj
22074         * gst-libs/gst/video/video.vcproj
22075         * gst-libs/gst/xoverlay/xoverlay.vcproj
22076           avoid problems with math.h, fix release dependancy
22077           rename GStreamer-0.8.lib to libgstreamer.lib
22078
22079 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22080
22081         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22083         the atom is not available we have to unlock the mutex. Fixes #148023
22084
22085 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22086
22087         * gst-libs/gst/media-info/media-info.h:
22088           issue for a vararg macro with MSVC
22089
22090 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22091
22092         * gst/effectv/effectv.vcproj
22093         * gst-libs/gst/idct/idct.vcproj:
22094         * gst-libs/gst/media-info/media-info.vcproj:
22095         * gst-libs/gst/navigation/navigation.vcproj:
22096         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22097         * gst-libs/gst/video/video.vcproj:
22098         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22099           fixes for build problems
22100
22101 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22102
22103         * gst-libs/gst/audio/audio.def:
22104         * gst-libs/gst/audio/riff.def:
22105           add some definitions needed by plugins
22106
22107 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22108
22109         * gst/asfdemux/gstasfmux.c
22110           Fix some 64 bits constants to be glib friendly
22111
22112 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22113
22114         * gst/ac3parse/gstac3parse.c
22115         * gst/audioscale/gstaudioscale.c
22116         * gst/auparse/gstauparse.c
22117         * gst/colorspace/gstcolorspace.c
22118         * gst/colorspace/yuv2rgb.h
22119           local include fixes
22120
22121 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22122
22123         * win32/gst.sln
22124           add more plugins to the build
22125
22126 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22127
22128         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22129         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22130
22131 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22132
22133         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22134         (gst_level_set_property), (gst_level_get_property),
22135         (gst_level_base_init), (gst_level_class_init):
22136           add debugging categories.  cleanups.
22137
22138 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22139
22140         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22141         (gst_videoscale_planar411), (gst_videoscale_planar400),
22142         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22143         (gst_videoscale_scale_nearest_str1),
22144         (gst_videoscale_scale_nearest_str2),
22145         (gst_videoscale_scale_nearest_str4),
22146         (gst_videoscale_scale_nearest_16bit),
22147         (gst_videoscale_scale_nearest_24bit):
22148           fixed stride issues
22149           tested with 320x240 -> 321, 322, 324 x240
22150           tested with YV12, I420, YUY2, UYVY
22151           fixed packed422rev (don't think it could have worked before)
22152           by testing with UYVY
22153
22154 2004-07-26  Benjamin Otte  <otte@gnome.org>
22155
22156         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22157         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22158         (plugin_init):
22159           add debugging category, add error checks like checking return values
22160           of setup calls, make sure it still works after
22161           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22162
22163 2004-07-26  Wim Taymans  <wim@fluendo.com>
22164
22165         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22166         (gst_mpeg_demux_get_audio_stream),
22167         (gst_mpeg_demux_process_private):
22168         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22169         Check for error codes from the negotiation functions. Make sure
22170         we really set the pad caps when a new pad is created.
22171
22172 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22173
22174         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22175         (gst_ffmpeg_caps_to_pix_fmt):
22176         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22178         (gst_ffmpegcolorspace_pad_link):
22179           don't make function do two things at the same time without reason.
22180
22181 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22182
22183         * gst/ac3parse/ac3parse.vcproj
22184         * gst/adder/adder.vcproj
22185         * gst/alpha/alpha.vcproj
22186         * gst/alpha/alphacolor.vcproj
22187         * gst/asfdemux/asf.vcproj
22188         * gst/audioconvert/audioconvert.vcproj
22189         * gst/audiorate/audiorate.vcproj
22190         * gst/audioscale/audioscale.vcproj
22191         * gst/auparse/auparse.vcproj
22192         * gst/avi/avi.vcproj
22193         * gst/cdxaparse/cdxaparse.vcproj
22194         * gst/chart/chart.vcproj
22195         * gst/colorspace/colorspace.vcproj
22196         * gst/cutter/cutter.vcproj
22197         * gst/debug/debug.vcproj
22198         * gst/debug/efence.vcproj
22199         * gst/debug/navigationtest.vcproj
22200         * gst/deinterlace/deinterlace.vcproj
22201         * gst/effectv/effectv.vcproj
22202         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22203         * gst/filter/filter.vcproj
22204         * gst/flx/flxdec.vcproj
22205         * gst/goom/goom.vcproj
22206         * gst/interleave/interleave.vcproj
22207         * gst/law/alaw.vcproj
22208         * gst/law/mulaw.vcproj
22209         * gst/matroska/matroska.vcproj
22210         * gst/median/median.vcproj
22211         * gst/mixmatrix/mixmatrix.vcproj
22212         * gst/mpeg1sys/mpeg1systemencode.vcproj
22213         * gst/mpeg1videoparse/mp1videoparse.vcproj
22214         * gst/mpeg2sub/mpeg2subt.vcproj
22215         * gst/mpegaudio/mpegaudio.vcproj
22216         * gst/mpegaudioparse/mpegaudioparse.vcproj
22217         * gst/mpegstream/mpegstream.vcproj
22218         * gst/multifilesink/multifilesink.vcproj
22219         * gst/multipart/multipart.vcproj
22220         * gst/oneton/oneton.vcproj
22221         * gst/overlay/overlay.vcproj
22222         * gst/passthrough/passthrough.vcproj
22223         * gst/qtdemux/qtdemux.vcproj
22224         * gst/realmedia/rmdemux.vcproj
22225         * gst/rtjpeg/rtjpeg.vcproj
22226         * gst/rtp/rtp.vcproj
22227         * gst/silence/silence.vcproj
22228         * gst/sine/sinesrc.vcproj
22229         * gst/smooth/smooth.vcproj
22230         * gst/smpte/smpte.vcproj
22231         * gst/spectrum/spectrum.vcproj
22232         * gst/speed/speed.vcproj
22233         * gst/stereo/stereo.vcproj
22234         * gst/switch/switch.vcproj
22235         * gst/tags/tagedit.vcproj
22236         * gst/tcp/tcp.vcproj
22237         * gst/typefind/typefindfunctions.vcproj
22238         * gst/udp/udp.vcproj
22239         * gst/videobox/videobox.vcproj
22240         * gst/videocrop/videocrop.vcproj
22241         * gst/videodrop/videodrop.vcproj
22242         * gst/videofilter/gamma.vcproj
22243         * gst/videofilter/videobalance.vcproj
22244         * gst/videofilter/videofilter.vcproj
22245         * gst/videofilter/videoflip.vcproj
22246         * gst/videoflip/videoflip.vcproj
22247         * gst/videomixer/videomixer.vcproj
22248         * gst/videorate/videorate.vcproj
22249         * gst/videoscale/videoscale.vcproj
22250         * gst/videotestsrc/videotestsrc.vcproj
22251         * gst/virtualdub/virtualdub.vcproj
22252         * gst/volenv/volenv.vcproj
22253         * gst/volume/volume.vcproj
22254         * gst/wavenc/wavenc.vcproj
22255         * gst/wavparse/wavparse.vcproj
22256         * gst/y4m/y4menc.vcproj
22257           more plugins supported under windows
22258
22259 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22260
22261         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22262         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22263         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22265         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22266           Add debugging statements.  Use the sizes as returned by the
22267           *CreateImage calls.
22268
22269 2004-07-26  Johan Dahlin  <johan@gnome.org>
22270
22271         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22272         the pad is negotiated.
22273
22274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22275
22276 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22277
22278         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22279         * gst-libs/gst/idct/idct.vcproj:
22280         * gst-libs/gst/media-info/media-info.vcproj:
22281         * gst-libs/gst/mixer/mixer.vcproj:
22282         * gst-libs/gst/navigation/navigation.vcproj:
22283         * gst-libs/gst/play/play.vcproj:
22284         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22285         * gst-libs/gst/resample/resample.vcproj:
22286         * gst-libs/gst/tuner/tuner.vcproj:
22287         * gst-libs/gst/video/video.vcproj:
22288         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22289           more plugins supported under windows
22290
22291 2004-07-25 Iain <iain@prettypeople.org>
22292
22293         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22294         pad now rather than when the pad is created because state changes wipe
22295         explicit caps (fixes #148043).
22296
22297 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22298
22299         reviewed by Benjamin Otte  <otte@gnome.org>
22300
22301         * ext/mad/gstmad.c:
22302           fix mad plugin crashing on Sun (fixes #148289)
22303
22304 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22305
22306         * gst/avi/avi.def:
22307         * gst/avi/avi.vcproj:
22308         * gst/matroska/matroska.def:
22309         * gst/matroska/matroska.vcproj:
22310           remove unused .def files
22311
22312 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22313
22314         * gst-libs/gst/audio/gstaudiofilter.c:
22315           Clean the local include
22316
22317 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22318
22319         * win32/gst.sln:
22320         * gst-libs/gst/audio/audio.def:
22321         * gst-libs/gst/audio/audio.vcproj:
22322         * gst-libs/gst/audio/audiofilter.vcproj:
22323         * gst-libs/gst/audio/riff.def:
22324         * gst-libs/gst/audio/riff.vcproj:
22325         * gst-libs/gst/gst-libs.def:
22326         * gst-libs/gst/gst-libs.vcproj:
22327         * gst/avi/avi.vcproj:
22328         * gst/avi/avi.vcproj:
22329           Copy the files where needed after building, cleaner projects
22330
22331 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22332
22333         * gst/matroska/ebml-write.c:
22334           Fix some 64 bits constants to be glib friendly
22335
22336 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22337
22338         * win32/gst.sln:
22339         * gst-libs/gst/gst-libs.def:
22340         * gst-libs/gst/gst-libs.vcproj:
22341         * gst/matroska/matroska.def:
22342         * gst/matroska/matroska.vcproj:
22343           Add the preliminary canvas to build plugins on Win32
22344
22345 2004-07-23  Benjamin Otte  <otte@gnome.org>
22346
22347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22348           don't enfore negotiation from source side, it breaks
22349           sinesrc ! audioconvert ! osssink
22350
22351 2004-07-22  David Schleef  <ds@schleef.org>
22352
22353         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22354         for ELF files, since they can easily be recognized as audio/mpeg.
22355         (bug #147441)
22356
22357 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22358
22359         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22360         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22361         (gst_videoscale_scale_nearest_24bit),
22362         (gst_videoscale_scale_nearest_16bit):
22363           fix 16bit and 24bit for stride (24bit might need testing)
22364           don't pretend we do more than one algorithm
22365
22366 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22367
22368         * configure.ac:
22369         * gst/Makefile.am:
22370         * gst/multifilesink/Makefile.am:
22371         * gst/multifilesink/gstmultifilesink.c:
22372         (gst_multifilesink_get_formats),
22373         (gst_multifilesink_get_query_types), (_do_init),
22374         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22375         (gst_multifilesink_init), (gst_multifilesink_dispose),
22376         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22377         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22378         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22379         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22380         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22381         (gst_multifilesink_uri_get_type),
22382         (gst_multifilesink_uri_get_protocols),
22383         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22384         (gst_multifilesink_uri_handler_init), (plugin_init):
22385         * gst/multifilesink/gstmultifilesink.h:
22386         * testsuite/Makefile.am:
22387         * testsuite/multifilesink/Makefile.am:
22388         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22389         (gst_newmedia_class_init), (gst_newmedia_init),
22390         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22391         (newfile_signal), (test_signal), (main):
22392         multifilesink plugin for creating new files every time a new media
22393         discontinuity event occurs
22394
22395 2004-07-22  Wim Taymans  <wim@fluendo.com>
22396
22397         * gst/alpha/Makefile.am:
22398         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22399         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22400         (gst_alpha_color_init), (gst_alpha_color_set_property),
22401         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22402         (transform), (gst_alpha_color_chain),
22403         (gst_alpha_color_change_state), (plugin_init):
22404         Stupid plugin to to RGBA to AYUV conversion because none of
22405         the colorspace plugins can handle that yet.
22406
22407 2004-07-22  Wim Taymans  <wim@fluendo.com>
22408
22409         * examples/seeking/seek.c: (update_scale), (main):
22410         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22411         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22412         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22413         (gst_decode_bin_init), (gst_decode_bin_dispose),
22414         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22415         (no_more_pads), (close_link), (type_found),
22416         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22417         (plugin_init):
22418         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22419         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22420         (gst_play_base_bin_dispose), (queue_overrun),
22421         (gen_preroll_element), (remove_prerolls), (unknown_type),
22422         (no_more_pads), (new_stream), (setup_source),
22423         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22424         (play_base_eos), (gst_play_base_bin_change_state),
22425         (gst_play_base_bin_add_element),
22426         (gst_play_base_bin_remove_element),
22427         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22428         (gst_play_base_bin_unlink_stream),
22429         (gst_play_base_bin_get_streaminfo):
22430         * gst/playback/gstplaybin.c: (gen_video_element),
22431         (gen_audio_element):
22432         * gst/playback/gststreaminfo.h:
22433         More playback updates, attempt to fix things after the state change
22434         breakage.
22435
22436 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22437
22438         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22439         (gst_videoscale_scale_nearest_16bit):
22440           comment algorithm
22441
22442 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22443
22444         * gst/videotestsrc/gstvideotestsrc.c:
22445         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22446         (gst_videotestsrc_init), (gst_videotestsrc_get),
22447         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22448         (gst_videotestsrc_get_property):
22449         * gst/videotestsrc/gstvideotestsrc.h:
22450         * gst/videotestsrc/videotestsrc.c:
22451         * gst/videotestsrc/videotestsrc.h:
22452           cleanup and commenting
22453
22454 2004-07-21  Wim Taymans  <wim@fluendo.com>
22455
22456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22457         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22458         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22459         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22460         (_find_chain_get_unknown_part), (_find_streams_check),
22461         (gst_ogg_demux_push), (gst_ogg_pad_push):
22462         * ext/theora/theoradec.c: (theora_get_formats),
22463         (theora_dec_src_convert), (theora_dec_sink_convert),
22464         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22465         (theora_dec_chain):
22466         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22467         (vorbis_dec_convert), (vorbis_dec_src_query),
22468         (vorbis_dec_src_event), (vorbis_dec_event):
22469         More seeking fixes, oggdemux now supports seeking to time and
22470         uses the downstream element to convert granulepos to time.
22471         Seeking in theora-only ogg files now works.
22472
22473 2004-07-21  Wim Taymans  <wim@fluendo.com>
22474
22475         * ext/theora/theoradec.c: (gst_theora_dec_init),
22476         (theora_get_formats), (theora_get_event_masks),
22477         (theora_get_query_types), (theora_dec_src_convert),
22478         (theora_dec_sink_convert), (theora_dec_src_query),
22479         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22480         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22481         (vorbis_get_event_masks), (vorbis_get_query_types),
22482         (gst_vorbis_dec_init), (vorbis_dec_convert),
22483         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22484         Added query/convert/formats functions to vorbis and theora decoders
22485         so that the outside world can use them too. Fixed seeking on an
22486         ogg/theora/vorbis file by disabling the seeking seeking on the
22487         theora srcpad.
22488
22489 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22490
22491         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22492         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22493         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22494         images creation for both elements. We don't create the image on caps
22495         nego or renego, we just destroy the internal one if present if it does
22496         not match the needs. The chain function takes care of creating a new
22497         image when needed.
22498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22499         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22500         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22501         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22502         the image format information. The buffer pool checks for the context
22503         image format and discard images with different formats.
22504         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22505
22506 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22507
22508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22509         (gst_ffmpegcolorspace_chain):
22510           no point in doing any chaining if the pad we want to push from
22511           isn't usable.
22512
22513 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22514
22515         * gst-libs/gst/riff/riff-media.c:
22516         (gst_riff_create_audio_caps_with_data):
22517           Fix double end-to-native symbol conversion (#148021).
22518
22519 2004-07-20  David Schleef  <ds@schleef.org>
22520
22521         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22522         Don't use an Atom that doesn't exist.
22523
22524 2004-07-20  Wim Taymans  <wim@fluendo.com>
22525
22526         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22527         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22528         (gst_multifdsink_client_remove),
22529         (gst_multifdsink_handle_client_write),
22530         (gst_multifdsink_queue_buffer):
22531         * gst/tcp/gstmultifdsink.h:
22532         More multifdsink stats. Avoid deadlock by releasing locks
22533         before sending out a signal.
22534
22535 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22536
22537         * po/LINGUAS:
22538         * po/hu.po:
22539           added Hungarian translation (Laszlo Dvornik)
22540
22541 2004-07-20  Wim Taymans  <wim@fluendo.com>
22542
22543         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22544         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22545         (gst_multifdsink_handle_client_write),
22546         (gst_multifdsink_queue_buffer):
22547         * gst/tcp/gsttcp-marshal.list:
22548         Fixed the stupid marshal definition.
22549
22550 2004-07-20  Wim Taymans  <wim@fluendo.com>
22551
22552         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22553         (gst_multifdsink_init), (gst_multifdsink_add),
22554         (gst_multifdsink_client_remove),
22555         (gst_multifdsink_handle_client_write),
22556         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22557         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22558         (gst_multifdsink_init_send):
22559         * gst/tcp/gstmultifdsink.h:
22560         Added more stats, added timeout for a client, fixed some typos
22561         and added some comments.
22562
22563 2004-07-20  Wim Taymans  <wim@fluendo.com>
22564
22565         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22566         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22567         (gst_multifdsink_client_remove),
22568         (gst_multifdsink_handle_client_write):
22569         * gst/tcp/gstmultifdsink.h:
22570         * gst/tcp/gsttcp-marshal.list:
22571         Added get_stats method that returns a GValueArray of
22572         stats values.
22573
22574 2004-07-19  Benjamin Otte  <otte@gnome.org>
22575
22576         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22577           make sure longname, description and author are valid UTF-8
22578
22579 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22580
22581         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22582         (gst_ximagesink_set_property):
22583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22584         (gst_xvimagesink_set_property):
22585           make sure SYNCHRONOUS is respected after getting the X context
22586
22587 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22588
22589         * gst/matroska/matroska-demux.c:
22590         (gst_matroska_demux_handle_src_event),
22591         (gst_matroska_demux_parse_blockgroup):
22592         * gst/matroska/matroska-ids.h:
22593           add BlockReference tag and ignore it to clear out log.
22594           ignore NAVIGATION events to clear out log.
22595
22596 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22597
22598         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22599         (gst_matroska_demux_add_stream):
22600         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22601           add debug categories
22602
22603 2004-07-16  Wim Taymans  <wim@fluendo.com>
22604
22605         * ext/libpng/Makefile.am:
22606         * ext/libpng/gstpng.c: (plugin_init):
22607         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22608         (gst_pngdec_get_type), (gst_pngdec_base_init),
22609         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22610         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22611         * ext/libpng/gstpngdec.h:
22612         Added png decoder.
22613
22614 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22615
22616         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22617         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22618         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22619         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22620         (gst_ximagesink_buffer_alloc):
22621         * sys/ximage/ximagesink.h:
22622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22623         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22624         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22625         (gst_xvimagesink_buffer_alloc):
22626         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22627         again. Using internal data pointer of the x(v)image to store image's
22628         data to be coherent with the buffer alloc mechanism. Investigated the
22629         image destruction code to be sure that everything gets freed correctly.
22630
22631 2004-07-16  Wim Taymans  <wim@fluendo.com>
22632
22633         * gst-libs/gst/riff/riff-read.c:
22634         (gst_riff_read_strf_vids_with_data),
22635         (gst_riff_read_strf_auds_with_data):
22636         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22637         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22638         Make sure we don't create 0 sized subbuffers in riff-read.
22639         Signal the no more pads signal after reading the avi header.
22640
22641 2004-07-16  Wim Taymans  <wim@fluendo.com>
22642
22643         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22644         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22645         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22646         (gst_decode_bin_init), (gst_decode_bin_dispose),
22647         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22648         (no_more_pads), (close_link), (type_found),
22649         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22650         (gst_decode_bin_change_state), (plugin_init):
22651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22652         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22653         (gst_play_base_bin_dispose), (queue_overrun),
22654         (gen_preroll_element), (remove_prerolls), (unknown_type),
22655         (no_more_pads), (new_stream), (setup_source),
22656         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22657         (play_base_eos), (gst_play_base_bin_change_state),
22658         (gst_play_base_bin_add_element),
22659         (gst_play_base_bin_remove_element),
22660         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22661         (gst_play_base_bin_unlink_stream),
22662         (gst_play_base_bin_get_streaminfo):
22663         * gst/playback/gstplaybasebin.h:
22664         Better error recovery. Added configurable preroll queue size. Faster
22665         detection of no-more-pads.
22666
22667 2004-07-16  Wim Taymans  <wim@fluendo.com>
22668
22669         * gst-libs/gst/video/video.h:
22670         Added 32 bits RGBA. Not sure if we should use another mime-type
22671         for alpha rgb. Currently the presence of the alpha_mask property
22672         signals an alpha channel.
22673
22674 2004-07-16  Wim Taymans  <wim@fluendo.com>
22675
22676         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22678         FPS seems to be 0.0 to MAX everywhere else.
22679
22680 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22681
22682         * gst-libs/gst/riff/riff-media.c:
22683         (gst_riff_create_video_caps_with_data):
22684           mp42/mp43 (no caps) exist too.
22685         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22686           Set pixel_width/height; we've got them in-caps.
22687         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22688         * gst/wavparse/gstwavparse.c: (plugin_init):
22689           Both are valid primary.
22690         * sys/oss/gstossmixer.c:
22691           Remove i18n hack and enable translations.
22692
22693 2004-07-15  Benjamin Otte  <otte@gnome.org>
22694
22695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22696         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22697           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22698
22699 2004-07-15  Benjamin Otte  <otte@gnome.org>
22700
22701         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22702         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22703         (gst_alsa_close_audio):
22704           disable some of the debugging code for now. Writing debugging to a
22705           buffer is broken in current alsalib releases.
22706
22707 2004-07-12  Benjamin Otte  <otte@gnome.org>
22708
22709         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22710           use bufferpools
22711
22712 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22713
22714         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22715         (theora_dec_src_query), (theora_dec_event):
22716         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22717           add debugging categories.  Remove \n's.
22718
22719 2004-07-13  Johan Dahlin  <johan@gnome.org>
22720
22721         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22722         (gst_play_bin_get_property): Impl.
22723
22724 2004-07-13  Wim Taymans  <wim@fluendo.com>
22725
22726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22727         When trying to find the stream length, seek back N pages
22728         instead of just one, where N is the number of streams in
22729         the current chain.
22730
22731 2004-07-13  Wim Taymans  <wim@fluendo.com>
22732
22733         * gst-libs/gst/riff/riff-media.c:
22734         (gst_riff_create_audio_caps_with_data),
22735         (gst_riff_create_audio_caps),
22736         (gst_riff_create_audio_template_caps):
22737         * gst-libs/gst/riff/riff-media.h:
22738         * gst-libs/gst/riff/riff-read.c:
22739         (gst_riff_read_strf_vids_with_data),
22740         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22741         * gst-libs/gst/riff/riff-read.h:
22742         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22743         (gst_avi_demux_add_stream):
22744         Set codec_data on caps for avidemuxer.
22745
22746 2004-07-12  David Schleef  <ds@schleef.org>
22747
22748         * configure.ac: Fix test for Objective C
22749
22750 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22751         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22752         (gst_gdk_pixbuf_chain):
22753           Add svg and pcx to template caps, and ensure that getcaps returns a
22754           subset of the template caps.
22755           Copy each row manually for output, as gdkpixbuf may pad the
22756           rowstride to a 32-bit word boundary.
22757
22758 2004-07-12  Wim Taymans  <wim@fluendo.com>
22759
22760         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22761         (gst_riff_create_video_template_caps):
22762         Fix the template caps to include some more media types.
22763
22764 2004-07-12  Wim Taymans  <wim@fluendo.com>
22765
22766         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22767         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22768         (compare_ranks), (print_feature), (gst_decode_bin_init),
22769         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22770         (try_to_link_1), (new_pad), (close_link), (type_found),
22771         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22772         (gst_decode_bin_change_state), (plugin_init):
22773         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22774         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22775         (gst_play_base_bin_dispose), (queue_overrun),
22776         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22777         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22778         (gst_play_base_bin_get_property), (play_base_eos),
22779         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22780         (gst_play_base_bin_remove_element),
22781         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22782         (gst_play_base_bin_unlink_stream),
22783         (gst_play_base_bin_get_streaminfo):
22784         * gst/playback/gstplaybasebin.h:
22785         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22786         (gst_play_bin_class_init), (gst_play_bin_init),
22787         (gst_play_bin_dispose), (gst_play_bin_set_property),
22788         (gst_play_bin_get_property), (gen_video_element),
22789         (gen_audio_element), (remove_sinks), (setup_sinks),
22790         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22791         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22792         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22793         (gst_play_bin_query), (plugin_init):
22794         * gst/playback/test4.c: (main):
22795         More fixes on reusing of the element.
22796
22797 2004-07-11  Benjamin Otte  <otte@gnome.org>
22798
22799         * ext/mad/gstmad.c: (normal_seek):
22800           allow seeking for other methods than just SET
22801
22802 2004-07-11  Andy Wingo  <wingo@pobox.com>
22803
22804         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22805         float, "any" caps -> buffer_frames=[0,MAX].
22806
22807         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22808         doesn't intersect our caps with the template any more. Do it
22809         ourselves.
22810         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22811
22812 2004-07-09  Wim Taymans  <wim@fluendo.com>
22813
22814         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22815         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22816         (compare_ranks), (print_feature), (gst_decode_bin_init),
22817         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22818         (try_to_link_1), (new_pad), (close_link), (type_found),
22819         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22820         (gst_decode_bin_change_state), (plugin_init):
22821         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22822         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22823         (gst_play_base_bin_dispose), (queue_overrun),
22824         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22825         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22826         (gst_play_base_bin_get_property), (play_base_eos),
22827         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22828         (gst_play_base_bin_remove_element),
22829         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22830         (gst_play_base_bin_unlink_stream),
22831         (gst_play_base_bin_get_streaminfo):
22832         * gst/playback/gstplaybasebin.h:
22833         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22834         (gst_play_bin_class_init), (gst_play_bin_init),
22835         (gst_play_bin_dispose), (gst_play_bin_set_property),
22836         (gst_play_bin_get_property), (gen_video_element),
22837         (gen_audio_element), (remove_sinks), (setup_sinks),
22838         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22839         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22840         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22841         (gst_play_bin_query), (plugin_init):
22842         * gst/playback/test4.c: (main):
22843         Work on object reuse and seeking.
22844
22845 2004-07-09  Wim Taymans  <wim@fluendo.com>
22846
22847         * examples/seeking/seek.c: (iterate):
22848         Don't consume all CPU in the idle loop.
22849
22850 2004-07-09  Wim Taymans  <wim@fluendo.com>
22851
22852         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22853         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22854         Add pad to element *after* setting the pad functions so that
22855         the scheduler can use the correct ones.
22856
22857 2004-07-09  Wim Taymans  <wim@fluendo.com>
22858
22859         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22860         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22861         Sync to keyframe after seek
22862
22863 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22864
22865         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22866         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22867         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22868         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22869         * ext/libvisual/visual.c: (gst_visual_change_state):
22870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22871         * ext/theora/theoradec.c: (theora_dec_change_state):
22872         * ext/theora/theoraenc.c: (theora_enc_change_state):
22873         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22874         * gst-libs/gst/navigation/navigation.c:
22875         * gst/adder/gstadder.c: (gst_adder_change_state):
22876         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22877         (gst_audio_convert_get_buffer):
22878         * gst/multipart/multipartdemux.c:
22879         (gst_multipart_demux_change_state):
22880         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22881         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22882         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22883         * gst/videoscale/gstvideoscale.c:
22884         (gst_videoscale_handle_src_event):
22885         * gst/volume/gstvolume.c: (volume_chain_int16):
22886           don't assert in state change, this should be done by the base
22887           GstElement class.
22888           various debugging fixes.
22889
22890 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22891
22892         * configure.ac:
22893         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22894         (gst_play_dispose), (gst_play_set_location),
22895         (gst_play_set_data_src), (gst_play_set_video_sink),
22896         (gst_play_set_audio_sink), (gst_play_set_visualization),
22897         (gst_play_connect_visualization), (gst_play_get_sink_element),
22898         (gst_play_get_all_by_interface):
22899         * gst-libs/gst/play/play.h:
22900           add new method to get elements implementing an interface.
22901           add various error logging
22902
22903 2004-07-08  Wim Taymans  <wim@fluendo.com>
22904
22905         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22906         (make_mpeg_pipeline), (make_mpegnt_pipeline),
22907         (make_playerbin_pipeline), (query_durations_elems),
22908         (query_durations_pads), (query_positions_elems),
22909         (query_positions_pads), (update_scale), (iterate), (stop_seek),
22910         (main):
22911         Added playbin seeking example.
22912
22913 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22914
22915         * gst-libs/gst/play/play.c: (gst_play_set_location),
22916         (gst_play_set_data_src), (gst_play_set_video_sink),
22917         (gst_play_set_audio_sink), (gst_play_set_visualization),
22918         (gst_play_connect_visualization), (gst_play_get_framerate):
22919           use a macro to look up elements from hash table
22920
22921 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22922
22923         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22924         (gst_play_get_length_callback), (gst_play_set_location),
22925         (gst_play_seek_to_time), (gst_play_set_data_src),
22926         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22927         (gst_play_set_visualization), (gst_play_connect_visualization),
22928         (gst_play_get_sink_element):
22929         - add debugging info
22930         - fix looking up sink elements by iterating over complete caps
22931         - put everything except for source and autoplugger in a complete bin
22932
22933 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22934
22935         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
22936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
22937         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
22938         (gst_alsa_sink_write), (gst_alsa_sink_loop):
22939         * ext/alsa/gstalsasink.h:
22940         - add debugging info
22941         - clean up schizophrenia of data/buffer/event
22942         - fix double event unref error
22943
22944 2004-07-08  Wim Taymans  <wim@fluendo.com>
22945
22946         * gst/playback/Makefile.am:
22947         Add headers to noinst
22948
22949 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22950
22951         * tools/gst-launch-ext-m.m:
22952         * tools/gst-launch-ext.1.in:
22953           convert to the third millenium
22954
22955 2004-07-07  David Schleef  <ds@schleef.org>
22956
22957         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
22958
22959 2004-07-07  Wim Taymans  <wim@fluendo.com>
22960
22961         * gst/playback/Makefile.am:
22962         * gst/playback/README:
22963         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22964         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22965         (compare_ranks), (print_feature), (gst_decode_bin_init),
22966         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22967         (try_to_link_1), (new_pad), (close_link), (type_found),
22968         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22969         (plugin_init):
22970         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22971         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22972         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
22973         (gen_preroll_element), (no_more_pads), (new_stream),
22974         (setup_source), (gst_play_base_bin_set_property),
22975         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
22976         (gst_play_base_bin_add_element),
22977         (gst_play_base_bin_remove_element),
22978         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22979         (gst_play_base_bin_unlink_stream),
22980         (gst_play_base_bin_get_streaminfo):
22981         * gst/playback/gstplaybasebin.h:
22982         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22983         (gst_play_bin_class_init), (gst_play_bin_init),
22984         (gst_play_bin_dispose), (gst_play_bin_set_property),
22985         (gst_play_bin_get_property), (gen_video_element),
22986         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
22987         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22988         (gst_play_bin_get_formats), (gst_play_bin_convert),
22989         (gst_play_bin_get_query_types), (gst_play_bin_query),
22990         (plugin_init):
22991         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22992         (gst_stream_info_get_type), (gst_stream_info_class_init),
22993         (gst_stream_info_init), (gst_stream_info_new),
22994         (gst_stream_info_dispose), (gst_stream_info_set_property),
22995         (gst_stream_info_get_property):
22996         * gst/playback/gststreaminfo.h:
22997         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
22998         (main):
22999         * gst/playback/test2.c: (main):
23000         * gst/playback/test3.c: (update_scale), (main):
23001         More playbin fixes. Added README. Do better element filtering.
23002         Added base class to preroll media. Added test apps.
23003
23004 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23005
23006         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23007         * ext/mpeg2dec/gstmpeg2dec.h:
23008           various debugging improvements.  Reset stream to next picture
23009           instead of sequence header, otherwise seeks cannot work.
23010
23011 2004-07-07  Wim Taymans  <wim@fluendo.com>
23012
23013         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23014         (gst_video_box_class_init), (gst_video_box_set_property),
23015         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23016         Use pad_alloc where possible.
23017
23018 2004-07-07  Wim Taymans  <wim@fluendo.com>
23019
23020         * sys/oss/gstosselement.c: (gst_osselement_reset),
23021         (gst_osselement_parse_caps):
23022         * sys/oss/gstosselement.h:
23023         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23024         Fix offset on osssrc.
23025
23026 2004-07-07  Wim Taymans  <wim@fluendo.com>
23027
23028         * ext/theora/theora.c: (plugin_init):
23029         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23030         (theora_dec_src_query), (theora_dec_chain):
23031         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23032         (theora_enc_sink_link), (theora_buffer_from_packet),
23033         (theora_push_packet), (theora_enc_chain):
23034         Fix theora granulepos calculation.
23035         Fix overflow in duration/position calculation.
23036         Bump rank to PRIMARY for theoradec.
23037         Use granulepos of last packet to calculate position.
23038         Set keyframe flag on buffers when needed.
23039
23040 2004-07-06  David Schleef  <ds@schleef.org>
23041
23042         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23043         serious?  (Fixed, obviously.)
23044
23045 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23046
23047         * po/LINGUAS:
23048         * po/cs.po:
23049           added Czech translation (Miloslav Trmac)
23050
23051 2004-07-05  Wim Taymans  <wim@fluendo.com>
23052
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_get_event_masks),
23059         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23060         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23061         (gst_decode_bin_query), (plugin_init):
23062         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23063         (gst_play_bin_class_init), (gst_play_bin_init),
23064         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23065         (get_video_element), (new_pad), (setup_source),
23066         (gst_play_bin_set_property), (gst_play_bin_get_property),
23067         (gst_play_bin_change_state), (gst_play_bin_add_element),
23068         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23069         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23070         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23071         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23072         * gst/playback/test.c: (main):
23073         More fixes, cleaned up playbin, make it use decodebin. Added
23074         threaded property to playbin.
23075
23076 2004-07-05  Wim Taymans  <wim@fluendo.com>
23077
23078         * configure.ac:
23079         * gst/playback/Makefile.am:
23080         * gst/playback/decodetest.c: (main):
23081         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23082         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23083         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23084         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23085         (close_link), (type_found), (gst_decode_bin_set_property),
23086         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23087         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23088         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23089         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23090         (plugin_init):
23091         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23092         (gst_play_bin_class_init), (gst_play_bin_init),
23093         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23094         (collect_sink_pads), (find_compatibles), (close_pad_link),
23095         (try_to_link_1), (new_pad), (close_link), (type_found),
23096         (setup_source), (gst_play_bin_set_property),
23097         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23098         (compare_ranks), (gst_play_bin_collect_factories),
23099         (gst_play_bin_change_state), (gst_play_bin_add_element),
23100         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23101         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23102         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23103         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23104         * gst/playback/test.c: (main):
23105         Added some playback helper elements and some test apps, very alpha
23106         still.
23107
23108 2004-07-04  Benjamin Otte  <otte@gnome.org>
23109
23110         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23111           only restart audio when we indeed have an xrun to fix repeated
23112           xruns. Fix suggested by Giuliano Pochini.
23113
23114 2004-07-03  David Schleef  <ds@schleef.org>
23115
23116         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23117         call to gst_debug_log() if debugging is disabled (bug #145118)
23118
23119 2004-07-03  Benjamin Otte  <otte@gnome.org>
23120
23121         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23122           use our own functions for restarting the alsa device.
23123         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23124           I should apply patches myself - use MIN for the third argument, not
23125           the second, this fixes seeking
23126
23127 2004-07-02  David Schleef  <ds@schleef.org>
23128
23129         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23130         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23131         do with the logic.
23132
23133 2004-07-02  David Schleef  <ds@schleef.org>
23134
23135         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23136         output buffers.  Fix logic mistake.  (bug #144866)
23137
23138 2004-07-02  David Schleef  <ds@schleef.org>
23139
23140         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23141         on X.  (bug #144753)
23142
23143 2004-07-02  David Schleef  <ds@schleef.org>
23144
23145         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23146         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23147         (bug #144624)
23148         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23149         (gst_osselement_rate_probe_check): Add another workaround for
23150         buggy drivers (bug #145336)
23151
23152 2004-07-02  David Schleef  <ds@schleef.org>
23153
23154         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23155         Most systems don't have MSG_NOSIGNAL.
23156
23157 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23158
23159         * Makefile.am:
23160         * gst-libs/gst/colorbalance/Makefile.am:
23161         * gst-libs/gst/mixer/Makefile.am:
23162         * gst-libs/gst/play/Makefile.am:
23163         * gst-libs/gst/tuner/Makefile.am:
23164           (hopefully) fix both install and dist and make error message useful.
23165           needs testing across automakes.
23166
23167 2004-07-02  Benjamin Otte  <otte@gnome.org>
23168
23169         * ext/ogg/gstogg.c: (plugin_init):
23170           we require bytestream now
23171         * ext/ogg/gstoggdemux.c:
23172           huge diff to implement chain setup in a fast and generic way. This
23173           improves tag reading and startup of huge files (read: Theora videos)
23174           quite a bit. It probably contains bugs, too, so please test.
23175           Seeking is not improved to the fast method.
23176
23177 2004-06-29  Wim Taymans  <wim@fluendo.com>
23178
23179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23180         * ext/ogg/gstoggmux.c:
23181         Fix memleak in oggdemux when running unconnected pads.
23182         doc update in mux, start working on keyframe mode.
23183
23184 2004-06-29  Benjamin Otte  <otte@gnome.org>
23185
23186         * sys/oss/gstosssink.c:
23187         * sys/oss/gstosssrc.c:
23188           advertise correct template caps - we indeed do non-native endianness
23189           and 8bit audio has no endianness
23190         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23192           avoid (wrong) duplications in getcaps function and return
23193           template caps
23194
23195 2004-06-29  Wim Taymans  <wim@fluendo.com>
23196
23197         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23198         (gst_multifdsink_class_init), (gst_multifdsink_add),
23199         (gst_multifdsink_remove), (gst_multifdsink_clear),
23200         (gst_multifdsink_client_remove),
23201         (gst_multifdsink_handle_client_read),
23202         (gst_multifdsink_client_queue_data),
23203         (gst_multifdsink_client_queue_caps),
23204         (gst_multifdsink_client_queue_buffer),
23205         (gst_multifdsink_handle_client_write),
23206         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23207         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23208         (gst_multifdsink_init_send), (gst_multifdsink_close):
23209         Fix wrong GList iteration that could crash the server when
23210         more then 2 clients disconnect at the same time. Read all the
23211         pending commands in one batch to recover from command storms under
23212         very heavy load.
23213
23214 2004-06-28  Wim Taymans  <wim@fluendo.com>
23215
23216         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23217         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23218         (gst_videomixer_pad_set_property),
23219         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23220         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23221         (gst_videomixer_class_init), (gst_videomixer_init),
23222         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23223         (pad_zorder_compare), (gst_videomixer_sort_pads),
23224         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23225         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23226         (gst_videomixer_update_queues), (gst_videomixer_loop),
23227         (plugin_init):
23228         Avoid divide by zero, choose masterpad as the pad with the highest
23229         framerate.
23230
23231 2004-06-27  Julien Moutte  <julien@moutte.net>
23232
23233         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23234         (gst_ximagesink_xwindow_new):
23235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23236         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23237         function directly. We might want to call it from somewhere else one day.
23238
23239 2004-06-27  Julien Moutte  <julien@moutte.net>
23240
23241         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23242         (gst_ximagesink_xwindow_new):
23243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23244         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23245         window decorations.
23246
23247 2004-06-27  Wim Taymans  <wim@fluendo.com>
23248
23249         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23250         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23251         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23252         (gst_dvdec_set_property), (gst_dvdec_get_property):
23253         * ext/dv/gstdvdec.h:
23254         Implement drop_factor property to lower the framerate with
23255         a factor.
23256
23257 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23258
23259         * gst-libs/gst/colorbalance/Makefile.am:
23260         * gst-libs/gst/mixer/Makefile.am:
23261         * gst-libs/gst/play/Makefile.am:
23262         * gst-libs/gst/tuner/Makefile.am:
23263           unbreak Company's fix that didn't install the -enum.h files
23264
23265 2004-06-27  Wim Taymans  <wim@fluendo.com>
23266
23267         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23268         (gst_dvdec_change_state):
23269         * ext/dv/gstdvdec.h:
23270         Fix timestamp, duration and offset of the buffers.
23271
23272 2004-06-27  Wim Taymans  <wim@fluendo.com>
23273
23274         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23275         (gst_multifdsink_class_init), (gst_multifdsink_add),
23276         (gst_multifdsink_remove), (gst_multifdsink_clear),
23277         (gst_multifdsink_client_remove),
23278         (gst_multifdsink_handle_client_read),
23279         (gst_multifdsink_client_queue_data),
23280         (gst_multifdsink_client_queue_caps),
23281         (gst_multifdsink_client_queue_buffer),
23282         (gst_multifdsink_handle_client_write),
23283         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23284         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23285         (gst_multifdsink_init_send), (gst_multifdsink_close):
23286         * gst/tcp/gstmultifdsink.h:
23287         * gst/tcp/gsttcpserversink.c:
23288         (gst_tcpserversink_handle_server_read),
23289         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23290         More multifdsink fixes, more recovery policy fixes.
23291         Removed stupid g_print
23292
23293 2004-06-26  Wim Taymans  <wim@fluendo.com>
23294
23295         * gst/tcp/Makefile.am:
23296         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23297         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23298         (gst_multifdsink_class_init), (gst_multifdsink_init),
23299         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23300         (gst_multifdsink_handle_client_read),
23301         (gst_multifdsink_client_queue_data),
23302         (gst_multifdsink_client_queue_caps),
23303         (gst_multifdsink_client_queue_buffer),
23304         (gst_multifdsink_handle_client_write),
23305         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23306         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23307         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23308         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23309         (gst_multifdsink_close), (gst_multifdsink_change_state):
23310         * gst/tcp/gstmultifdsink.h:
23311         * gst/tcp/gsttcpplugin.c: (plugin_init):
23312         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23313         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23314         (gst_tcpserversink_handle_server_read),
23315         (gst_tcpserversink_handle_select),
23316         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23317         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23318         * gst/tcp/gsttcpserversink.h:
23319         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23320         one of the locks, added recovery policy to multifdsink.
23321
23322 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23323
23324         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23325           fix decision for when getting frames with same timestamp
23326         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23327         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23328         (gst_v4lsrc_get_property):
23329         * sys/v4l/gstv4lsrc.h:
23330           add latency offset property
23331
23332 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23333
23334         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23335         (plugin_init):
23336           fix debugging. add category.
23337
23338 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23339
23340         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23341           fix wrong offsets
23342
23343 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23344
23345         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23346         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23347         (gst_alsa_src_change_state):
23348           return a time that is in sync with the element's processing
23349
23350 2004-06-25  Wim Taymans  <wim@fluendo.com>
23351
23352         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23353         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23354         (gst_tcpserversink_client_remove),
23355         (gst_tcpserversink_handle_client_read),
23356         (gst_tcpserversink_client_queue_data),
23357         (gst_tcpserversink_client_queue_caps),
23358         (gst_tcpserversink_client_queue_buffer),
23359         (gst_tcpserversink_handle_client_write),
23360         (gst_tcpserversink_queue_buffer),
23361         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23362         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23363         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23364         (gst_tcpserversink_close):
23365         * gst/tcp/gsttcpserversink.h:
23366         Serversink rewrite. Really do non blocking writes to clients and
23367         maintain an internal queue to handle slower clients while not
23368         disturbing fast clients.
23369
23370 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23371
23372         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23373           better debug, don't override OFFSET and OFFSET_END
23374
23375 2004-06-25  Iain <iain@prettypeople.org>
23376
23377         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23378         name=source for the wavparse pipeline.
23379
23380 2004-06-24  Johan Dahlin  <johan@gnome.org>
23381
23382         * ext/theora/theoraenc.c (theora_enc_chain): Call
23383         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23384         streamheader caps are set correctly.
23385
23386 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23387
23388         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23389         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23390           respect minimum bitrate; same could be done for max bitrate
23391
23392 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23393
23394         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23395         (gst_vorbisenc_setup):
23396           fix sample rate range
23397
23398 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23399
23400         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23401         (gst_oggvorbisenc_setup):
23402         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23403         (gst_vorbisenc_setup):
23404           resolve ambiguities in code and description
23405
23406 2004-06-24  Wim Taymans  <wim@fluendo.com>
23407
23408         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23409         * ext/alsa/gstalsa.h:
23410         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23411         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23412         Use alsa trigger_tstamp to get the timestamp of the first
23413         sample in the buffer for more precise sync. Some cleanups.
23414
23415 2004-06-24  Wim Taymans  <wim@fluendo.com>
23416
23417         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23418         (gst_audiorate_init), (gst_audiorate_chain),
23419         (gst_audiorate_set_property), (gst_audiorate_get_property):
23420         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23421         (gst_videorate_chain):
23422         Added some logging, fixed an overflow bug in videorate.
23423
23424 2004-06-24  Benjamin Otte  <otte@gnome.org>
23425
23426         * ext/kio/Makefile.am:
23427           fix for builddir != srcdir and distcheck
23428
23429 2004-06-24  Benjamin Otte  <otte@gnome.org>
23430
23431         * gst-libs/gst/colorbalance/Makefile.am:
23432         * gst-libs/gst/mixer/Makefile.am:
23433         * gst-libs/gst/play/Makefile.am:
23434         * gst-libs/gst/tuner/Makefile.am:
23435         * gst/tcp/Makefile.am:
23436         * sys/dxr3/Makefile.am:
23437           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23438           tarball.
23439           Also add all *.list files that were missing.
23440         * Makefile.am:
23441           add a distcheck hook to ensure the above doesn't happen again.
23442
23443 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23444
23445         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23446
23447 2004-06-23  Colin Walters  <walters@redhat.com>
23448
23449         * m4/Makefile.am: Distribute gst-fionread.m4.
23450
23451 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23452
23453         * configure.ac: back to dev
23454
23455 2004-06-23  Wim Taymans  <wim@fluendo.com>
23456
23457         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23458         (gst_alsa_xrun_recovery):
23459         * ext/alsa/gstalsa.h:
23460         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23461         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23462         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23463         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23464         (gst_alsa_src_loop):
23465         Add clock to alsasrc. Take new capture timestamp when
23466         restarting after an overrun. Split up some functions between
23467         alsasrc and alsasink.
23468
23469 === release 0.8.2 ===
23470
23471 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23472
23473         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23474         (gst_alsa_change_state), (gst_alsa_update_avail),
23475         (gst_alsa_xrun_recovery):
23476         * ext/alsa/gstalsa.h:
23477         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23478           merge back changes from release
23479
23480 2004-06-23  Wim Taymans  <wim@fluendo.com>
23481
23482         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23483         (gst_audiorate_init), (gst_audiorate_chain),
23484         (gst_audiorate_set_property), (gst_audiorate_get_property):
23485         Implement sample dropping and notify
23486
23487 2004-06-22  Wim Taymans  <wim@fluendo.com>
23488
23489         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23490         (theora_enc_sink_link), (theora_buffer_from_packet),
23491         (theora_push_packet), (theora_enc_chain):
23492         Some cleanups, make sure the timestamps are correct.
23493
23494 2004-06-22  Wim Taymans  <wim@fluendo.com>
23495
23496         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23497         (gst_alsa_change_state), (gst_alsa_update_avail),
23498         (gst_alsa_xrun_recovery):
23499         * ext/alsa/gstalsa.h:
23500         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23501         Cleanups, take queued samples into account when reporting
23502         the time.
23503
23504 2004-06-22  Wim Taymans  <wim@fluendo.com>
23505
23506         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23507         (gst_videorate_init):
23508         Initialize the property as well.
23509
23510 2004-06-22  Wim Taymans  <wim@fluendo.com>
23511
23512         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23513         (gst_videorate_init), (gst_videorate_chain),
23514         (gst_videorate_set_property), (gst_videorate_get_property):
23515         Add property to make videorate silent.
23516         Add property to prefer new frames over old ones.
23517
23518 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23519
23520         * sys/osxvideo/Makefile.am:
23521         Workaround so that the osxvideo .so file gets linked with the
23522         Cocoa, OpenGL and QuickTime frameworks
23523
23524 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23525
23526         * sys/osxaudio/Makefile.am:
23527         Workaround so that the osxaudio .so file gets linked with the
23528         CoreAudio framework
23529
23530 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23531
23532         * configure.ac:
23533         Whoops, my fault...fixed build issues
23534
23535 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23536
23537         * configure.ac:
23538         Add objective-c support if running in Darwin/Mac OS X
23539         * sys/Makefile.am:
23540         * sys/osxvideo:
23541         * sys/osxvideo/Makefile.am:
23542         * sys/osxvideo/osxvideosink.h:
23543         * sys/osxvideo/osxvideosink.m:
23544         * sys/osxvideo/cocoawindow.h:
23545         * sys/osxvideo/cocoawindow.m:
23546         Add osxvideosink, a cocoa-based osx video sink
23547
23548
23549 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23550         * ext/dvdnav/gst-dvd:
23551         Grab the gconf key from the right spot
23552         * gst/debug/gstnavseek.c: (gst_navseek_init),
23553         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23554         (gst_navseek_chain):
23555         * gst/debug/gstnavseek.h:
23556           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23557           and loop parameters of a segment seek.
23558         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23559         (gst_videotestsrc_get_event_masks),
23560         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23561         * gst/videotestsrc/gstvideotestsrc.h:
23562           Add seeking support to videotestsrc
23563           Initialise the timestamp_offset variable.
23564
23565 2004-06-18  Wim Taymans  <wim@fluendo.com>
23566
23567         * ext/sidplay/gstsiddec.cc:
23568         Fix negotiation and set correct end offset.
23569
23570 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23571
23572         * configure.ac: branch and prerelease
23573
23574 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23575
23576         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23577         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23578         (gst_tcpclientsrc_init_receive):
23579         * gst/tcp/gsttcpclientsrc.h:
23580           read caps when connecting to server for GDP so we set them correctly
23581
23582 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23583
23584         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23585           notify drops and duplicates
23586         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23587           no good reason to limit ourselves to 100x100
23588
23589 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23590
23591         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23592         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23593         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23594         (gst_v4lsrc_get_property):
23595         * sys/v4l/gstv4lsrc.h:
23596         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23597         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23598         (gst_v4l_set_audio):
23599         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23600         (gst_v4lsrc_try_capture):
23601         * sys/v4l/v4lsrc_calls.h:
23602           change try_palette to more general try_capture
23603           add autoprobe option so we can turn off autoprobing
23604           various fixes
23605
23606 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23607
23608         * configure.ac:
23609           add videorate
23610         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23611         (gst_ximagesink_class_init):
23612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23613         (gst_xvimagesink_class_init):
23614           run them as finalize, not dispose, since dispose can be invoked
23615           multiple times
23616
23617 2004-06-17  Wim Taymans  <wim@fluendo.com>
23618
23619         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23620         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23621         * ext/alsa/gstalsa.h:
23622         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23623         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23624         (gst_alsa_src_change_state):
23625         * ext/alsa/gstalsasrc.h:
23626         Make the xrun code timestamp and offset the buffers correctly.
23627         moved the clock to the base class, use alsa methods to get time.
23628         Do correct timestamping on outgoing buffers.
23629
23630 2004-06-17  Wim Taymans  <wim@fluendo.com>
23631
23632         * gst/audiorate/Makefile.am:
23633         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23634         (gst_audiorate_base_init), (gst_audiorate_class_init),
23635         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23636         (gst_audiorate_set_property), (gst_audiorate_get_property),
23637         (gst_audiorate_change_state), (plugin_init):
23638         Added an audiorate converter that fills in gaps.
23639
23640 2004-06-17  Johan Dahlin  <johan@gnome.org>
23641
23642         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23643
23644 2004-06-16  Wim Taymans  <wim@fluendo.com>
23645
23646         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23648         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23649         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23650         (gst_v4lsrc_get_property):
23651         * sys/v4l/gstv4lsrc.h:
23652         Added a copy mode to v4lsrc where it will output a copied version
23653         of its internal hardware buffer.
23654         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23655         can't | them.
23656
23657 2004-06-16  Wim Taymans  <wim@fluendo.com>
23658
23659         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23660         Timestamp fixes.
23661
23662 2004-06-16  Wim Taymans  <wim@fluendo.com>
23663
23664         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23665         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23666         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23667         (gst_v4lsrc_get_property):
23668         * sys/v4l/gstv4lsrc.h:
23669         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23670         Added a sync mode enum property to control v4lsrc timestamp method
23671         Removed the use-fixed-fps property and moved functionality in
23672         the enum.
23673         Don't error on an error value from v4l-conf, it might not always
23674         be a real error.
23675
23676 2004-06-16  Wim Taymans  <wim@fluendo.com>
23677
23678         * gst/videorate/Makefile.am:
23679         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23680         (gst_videorate_base_init), (gst_videorate_class_init),
23681         (gst_videorate_getcaps), (gst_videorate_link),
23682         (gst_videorate_init), (gst_videorate_chain),
23683         (gst_videorate_set_property), (gst_videorate_get_property),
23684         (gst_videorate_change_state), (plugin_init):
23685         Added a video timestamp corrector.
23686
23687 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23688
23689         fixed a potential leak with previous commit
23690
23691         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23692
23693 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23694
23695         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23696         Added missing refcount, fixes bug #144425
23697         Cheers Tim for finding the bug
23698
23699 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23700
23701         * sys/v4l/gstv4l.c: (plugin_init):
23702         * sys/v4l/gstv4lcolorbalance.c:
23703         * sys/v4l/gstv4lcolorbalance.h:
23704         * sys/v4l/gstv4lelement.c:
23705         * sys/v4l/gstv4lelement.h:
23706         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23707         * sys/v4l/gstv4lmjpegsink.h:
23708         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23709         * sys/v4l/gstv4lmjpegsrc.h:
23710         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23711         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23712         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23713         * sys/v4l/gstv4lsrc.h:
23714         * sys/v4l/gstv4ltuner.c:
23715         * sys/v4l/gstv4ltuner.h:
23716         * sys/v4l/gstv4lxoverlay.c:
23717         * sys/v4l/gstv4lxoverlay.h:
23718         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23719         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23720         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23721         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23722         (gst_v4l_set_audio):
23723         * sys/v4l/v4l_calls.h:
23724         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23725         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23726         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23727         (gst_v4lmjpegsink_playback_init),
23728         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23729         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23730         (gst_v4lmjpegsink_playback_stop),
23731         (gst_v4lmjpegsink_playback_deinit):
23732         * sys/v4l/v4lmjpegsink_calls.h:
23733         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23734         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23735         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23736         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23737         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23738         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23739         * sys/v4l/v4lmjpegsrc_calls.h:
23740         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23741         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23742         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23743         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23744         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23745         (gst_v4lsrc_try_palette):
23746         * sys/v4l/v4lsrc_calls.h:
23747           bunch of paranoia cleanups
23748
23749 2004-06-14  David Schleef  <ds@schleef.org>
23750
23751         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23752         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23753         Send discont events and change timestamps appropriately when
23754         we get a seek event.  (bug #144240)
23755         * ext/cdparanoia/gstcdparanoia.h:
23756
23757 2004-06-14  Benjamin Otte  <otte@gnome.org>
23758
23759         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23760           snd_pcm_hw_params_set_rate  since the latter fails for no good
23761           reason on some setups.
23762
23763 2004-06-14  David Schleef  <ds@schleef.org>
23764
23765         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23766         standard.  Thank you for playing.
23767
23768 2004-06-14  Wim Taymans  <wim@fluendo.com>
23769
23770         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23771         Patch 1.3 broke the ordering of the colorspace info and
23772         made the plugin basically work by coincidence, reordered
23773         the info.
23774
23775 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23776
23777         * ext/lame/gstlame.c:
23778         * ext/mad/gstmad.c:
23779           sync caps.  Make sure mad can only output a list of rates, not
23780           a full range.  In the future, have three caps lists for each of the
23781           mpeg versions.  Change mpegversion to a double as well.
23782
23783 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23784
23785         * gst/volume/.cvsignore:
23786         * gst/volume/Makefile.am:
23787         * gst/volume/demo.c: (value_changed_callback), (idler),
23788         (setup_gui), (main):
23789           added small demo app
23790
23791 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23792         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23793         * ext/esd/esdsink.h:
23794         Close the esd connection on pause, because esd will just wait -
23795         blocking all other esd clients indefinitely.
23796
23797 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23798
23799         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23800           previous commit with GST_DEBUG
23801
23802 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23803
23804         * configure.ac:
23805           add a header check for a dvdread header in dvdnav.  Fixes #133002
23806
23807 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23808
23809         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23810         * gst/tcp/gsttcpclientsink.h:
23811         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23812         * gst/tcp/gsttcpclientsrc.h:
23813         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23814         (gst_tcpserversink_handle_server_read),
23815         (gst_tcpserversink_init_send):
23816         * gst/tcp/gsttcpserversink.h:
23817         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23818         * gst/tcp/gsttcpserversrc.h:
23819         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23820         version of IP)
23821
23822 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23823
23824         * configure.ac:
23825         Added ogg library so that OSX detects libtheora properly
23826
23827 2004-06-11  Wim Taymans  <wim@fluendo.com>
23828
23829         * ext/theora/theoradec.c: (theora_dec_chain),
23830         (theora_dec_change_state):
23831         Don't try to decode frames before we received a keyframe.
23832
23833 2004-06-11  Wim Taymans  <wim@fluendo.com>
23834
23835         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23836         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23837         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23838         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23839         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23840         Added property to set the maximum delay of a page.
23841
23842 2004-06-10  Wim Taymans  <wim@fluendo.com>
23843
23844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23845         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23846         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23847         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23848         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23849         Added max-delay property to control the maximum amount
23850         of data to put in one page.
23851
23852 2004-06-10  Wim Taymans  <wim@fluendo.com>
23853
23854         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23855         (gst_theora_enc_init), (theora_enc_sink_link),
23856         (theora_buffer_from_packet), (theora_enc_set_property),
23857         (theora_enc_get_property):
23858         Set duration on encoded buffer, added some more properties
23859
23860 2004-06-10  Wim Taymans  <wim@fluendo.com>
23861
23862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23863         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23864         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23865         * ext/theora/theoraenc.c: (theora_enc_chain):
23866         Fix refcounting bugs
23867
23868 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23869
23870         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23871         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23872         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23873         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23874         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23875         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23876         (gst_asf_demux_change_state):
23877         * gst/asfdemux/gstasfdemux.h:
23878           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23879           feels like. I think we should set a new requirement for demuxers
23880           from now on to implement sane loop functions, data loops, query
23881           and seek functions before first commit into CVS. And this commit
23882           fixes all of the above.
23883
23884 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23885
23886         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23887           vorbis comments are properly encoded in UTF-8 before adding them
23888           to a GstTagList
23889
23890 2004-06-09  Benjamin Otte  <otte@gnome.org>
23891
23892         * ext/alsa/gstalsa.c: (add_channels):
23893           handle min <= max correctly
23894         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23895         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23896           add fixation functions so we fixate correctly. No preferring of alaw
23897           anymore because it's the first structure.
23898         * ext/alsa/gstalsa.h:
23899         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23900         (gst_alsa_hw_params_dump):
23901           add functions to ease debugging in alsalib
23902         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23903         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23904         (gst_alsa_start_audio):
23905           only specify hw params if we really setup a format (fixes #134007 -
23906           or at least works around it)
23907
23908 2004-06-09  Wim Taymans  <wim@fluendo.com>
23909
23910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23911         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23912         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23913         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23914         (gst_ogg_mux_loop):
23915         Use stream caps to setup the initial pages in the ogg stream.
23916         Correctly set the streamheader caps on the srcpad.
23917
23918 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23919
23920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23921         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23922         (gst_v4lsrc_getcaps):
23923         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23924         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
23925           add querying of fps lists for webcams.  Negotiating to a framerate
23926           now works.
23927
23928 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23929
23930         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23931         (theora_push_buffer), (theora_push_packet),
23932         (theora_set_header_on_caps), (theora_enc_chain):
23933           mark buffers and put on streamheader, raw theora streaming
23934           now works too, whee
23935
23936 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23937
23938         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23939         (gst_tcp_gdp_read_caps):
23940           do a looping read for caps and GDP headers too
23941
23942 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23943
23944         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23945         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
23946           return EOS instead of NULL in _get
23947
23948 2004-06-08  Wim Taymans  <wim@fluendo.com>
23949
23950         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23951         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
23952         (gst_tcp_gdp_write_caps):
23953         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23954         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
23955         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
23956         Memory leak fixes
23957
23958 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23959
23960         * ext/vorbis/Makefile.am:
23961         * ext/vorbis/vorbis.c: (plugin_init):
23962         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
23963         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
23964         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
23965         (vorbis_parse_change_state):
23966         * ext/vorbis/vorbisparse.h:
23967           adding a vorbisparse element that marks the buffers, streaming
23968           raw vorbis using GDP now works, whee
23969
23970 2004-06-08  Wim Taymans  <wim@fluendo.com>
23971
23972         * ext/jpeg/Makefile.am:
23973         * ext/jpeg/README:
23974         * ext/jpeg/gstjpeg.c: (plugin_init):
23975         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
23976         (gst_smokedec_base_init), (gst_smokedec_class_init),
23977         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
23978         * ext/jpeg/gstsmokedec.h:
23979         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
23980         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
23981         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
23982         (gst_smokeenc_resync), (gst_smokeenc_chain),
23983         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
23984         * ext/jpeg/gstsmokeenc.h:
23985         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
23986         (smokecodec_flush_destination), (smokecodec_term_destination),
23987         (smokecodec_init_source), (smokecodec_fill_input_buffer),
23988         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
23989         (smokecodec_term_source), (smokecodec_encode_new),
23990         (smokecodec_decode_new), (smokecodec_info_free),
23991         (smokecodec_set_quality), (smokecodec_get_quality),
23992         (smokecodec_set_threshold), (smokecodec_get_threshold),
23993         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23994         (find_best_size), (abs_diff), (put), (smokecodec_encode),
23995         (smokecodec_parse_header), (smokecodec_decode):
23996         * ext/jpeg/smokecodec.h:
23997         Added a new simple jpeg based codec
23998
23999 2004-06-08  Wim Taymans  <wim@fluendo.com>
24000
24001         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24002         (gst_multipart_mux_loop):
24003         Fix memory leak
24004
24005 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24006
24007         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24008         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24009         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24010         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24011         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24012         * gst/tcp/gsttcpserversink.h:
24013           take streamheader into account
24014
24015 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24016
24017         * gst/level/Makefile.am:
24018         * gst/level/gstlevel.c: (gst_level_class_init):
24019           clean up marshal generation
24020
24021 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24022
24023         * gst/tcp/Makefile.am:
24024         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24025         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24026         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24027         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24028         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24029         (gst_tcpclientsrc_get_property):
24030         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24031         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24032         (gst_tcpserversink_handle_client_read),
24033         (gst_tcpserversink_handle_client_write),
24034         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24035         * gst/tcp/gsttcpserversink.h:
24036           add signals client-added and client-removed
24037         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24038         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24039         (gst_tcpserversrc_get_property):
24040         uniformized, change default protocol to NONE
24041         * gst/tcp/gsttcp-marshal.list: added
24042 2004-06-07  Benjamin Otte  <otte@gnome.org>
24043
24044         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24045           handle discont events if they happen before caps nego
24046
24047 2004-06-07  Wim Taymans  <wim@fluendo.com>
24048
24049         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24050         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24051         (gst_multipart_demux_plugin_init):
24052         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24053         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24054         (gst_multipart_mux_change_state):
24055         Small updates, fix a memleak
24056
24057 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24058
24059         * configure.ac: OSS portability
24060         * ext/arts/gst_arts.c: idem
24061         * sys/oss/gstosselement.c: idem
24062         * sys/oss/gstossmixer.c: idem
24063         * sys/oss/gstosssink.c: idem
24064         * sys/oss/gstosssrc.c: idem
24065         * sys/oss/oss_probe.c: idem
24066           - check for soundcard.h in different places for some BSD
24067
24068 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24069
24070         * AUTHORS:
24071         Add me to the authors file
24072         * configure.ac:
24073         Increase the libdv requirement to >= version 0.100
24074         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24075         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24076         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24077         * ext/dv/gstdvdec.h:
24078         Add support for the new_media flag when sending DISCONT events
24079         Make the querying work when video pad is not linked
24080
24081 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24082
24083         reviewed by Benjamin Otte  <otte@gnome.org>
24084
24085         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24086           create a NULL-initialized array of pads, so we don't think they
24087           exist already. (fixes #143130)
24088
24089 2004-06-07  Benjamin Otte  <otte@gnome.org>
24090
24091         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24092         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24093         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24094           don't use // coments
24095
24096 2004-06-07  Benjamin Otte  <otte@gnome.org>
24097
24098         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24099           cast to GstClockTime to get higher granularity
24100         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24101           use gst_element_set_time_delay to get the exact time
24102         * ext/mad/gstmad.c: (gst_mad_chain):
24103           use the negotiated rate instead of the current frame's rate which
24104           might be wrong because of bit errors. This avoids emitting totally
24105           bogus timestamps and screwing sync.
24106         (fixes #143454)
24107
24108 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24109
24110         reviewed by Benjamin Otte  <otte@gnome.org>
24111
24112         * gst/adder/gstadder.c: (gst_adder_loop):
24113           properly error out when no negotiation has happened yet. (fixes
24114           #143032)
24115
24116 2004-06-06  Benjamin Otte  <otte@gnome.org>
24117
24118         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24119           forward correctly transformed offset in discont events. Based on
24120           patch by Arwed v. Merkatz. (fixes #142851)
24121
24122 2004-06-06  David Schleef  <ds@schleef.org>
24123
24124         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24125         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24126         problems on several systems.
24127
24128 2004-06-06  Benjamin Otte  <otte@gnome.org>
24129
24130         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24131           use explicit caps on the srcpad
24132         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24133           properly error out if caps couldn't be set (fixes #142764)
24134
24135 2004-06-06  Benjamin Otte  <otte@gnome.org>
24136
24137         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24138         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24139         (gst_alsa_start_audio):
24140           - don't call set_periods_integer anymore, it breaks the
24141           configuration randomly
24142           - call snd_pcm_hw_params_set_access directly instead of using masks
24143           - don't fail if the sw_params can't be set, just use the default
24144           params and hope it works. Alsalib has weird issues when you touch
24145           sw_params and does no proper error reporting about what failed.
24146         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24147         (gst_alsa_close_audio):
24148           make our alsa debugging go via gst debugging and not conditionally
24149           defined
24150         * ext/alsa/gstalsa.h:
24151           add ALSA_DEBUG_FLUSH macro
24152         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24153         (plugin_init):
24154           wrap alsa errors to be printed via the gst debugging system and not
24155           spammed to stderr
24156
24157 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24158
24159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24160         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24161         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24162         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24163         (qtdemux_parse_trak):
24164         * gst/qtdemux/qtdemux.h:
24165           Bitch. Also known as seeking, querying & co.
24166         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24167         (gst_osssink_change_state):
24168         * sys/oss/gstosssink.h:
24169           Resyncing is for weenies, this hack is no longer needed and was
24170           broken anyway (since it - unintendedly - always leaves resync to
24171           TRUE).
24172
24173 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24174
24175         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24176         * gst/tcp/gsttcpclientsrc.h: idem
24177           - define MSG_NOSIGNAL if not done
24178           - include unistd.h for off_t
24179           (fixes #143749)
24180
24181 2004-06-05  Benjamin Otte  <otte@gnome.org>
24182
24183         * configure.ac:
24184         * ext/kio/Makefile.am:
24185           check for qt's moc preprocessor explicitly and use it
24186
24187 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24188
24189         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24190           don't get a signal for EPIPE on socket writes
24191           (somebody check if this works on other platforms)
24192
24193 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24194
24195         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24196         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24197           check error condition on available samples correctly
24198
24199 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24200
24201         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24202           avoid a segfault
24203         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24204         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24205         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24206         (gst_tcpserversrc_gdp_read_header):
24207          use ssize_t over size_t since the former is signed and thus the
24208          check for error codes can work
24209
24210 2004-06-02  Wim Taymans  <wim@fluendo.com>
24211
24212         reviewed by: Johan
24213
24214         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24215         (gst_multipart_mux_loop):
24216         Oops
24217
24218 2004-06-02  Wim Taymans  <wim@fluendo.com>
24219
24220         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24221         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24222         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24223         (gst_multipart_mux_change_state):
24224         Added configurable boundary specifier, added the value as a
24225         caps field as well.
24226
24227 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24228
24229         * gst/tcp/gsttcp.c:
24230         * gst/tcp/gsttcpclientsrc.c:
24231         * gst/tcp/gsttcpclientsrc.h:
24232         * gst/tcp/gsttcpserversrc.c:
24233           - portability fix, to compile on OSX
24234             (fixes #143146)
24235
24236         * sys/osxaudio/gstosxaudioelement.c:
24237         * sys/osxaudio/gstosxaudiosink.c:
24238         * sys/osxaudio/gstosxaudiosrc.c:
24239           - compilation warnings on OSX
24240             (fixes #143153)
24241
24242 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24243
24244         * ext/vorbis/vorbisdec.c : sign warning fixes
24245
24246         * gst-libs/gst/mixer/mixertrack.c :
24247           do no use defines which are glib 2.4 specific
24248
24249 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24250
24251         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24252           buffer since libflac doesn't expect it (reports a sync error when
24253           it encounters that)
24254
24255
24256 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24257
24258         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24259         * gst-libs/gst/mixer/mixertrack.c:
24260         (gst_mixer_track_get_property), (get_mixer_track_init),
24261         (get_mixer_track_get_property): Added property accessors
24262         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24263         * gst-libs/gst/mixer/mixeroptions.c:
24264         (gst_mixer_options_get_values): Added
24265         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24266         * gst-libs/gst/mixer/mixer.c: Fixed comment
24267
24268
24269 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24270
24271         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24272           improve error messages on open
24273
24274
24275 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24276
24277         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24278           check if v4l-conf is in path
24279
24280 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24281
24282         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24283           change assert to a more readable error message
24284
24285 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24286
24287         * gst-libs/gst/tuner/tunerchannel.h:
24288           - add a freq_multiplicator field to make the conversion
24289             between internal frequency unit and Hz
24290         * sys/v4l/gstv4lelement.c:
24291         * sys/v4l2/gstv4l2element.c:
24292           - change default video device to /dev/video0
24293         * sys/v4l/v4l_calls.c:
24294         * sys/v4l2/v4l2_calls.c:
24295           - we only expose frequency to the user in Hz instead of
24296             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24297
24298 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24299         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24300           Initialise b_o_s and e_o_s variables
24301         * gst-libs/gst/riff/riff-media.c:
24302         (gst_riff_create_video_caps_with_data):
24303           Add some unusual fourcc's from mplayer avi's
24304         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24305           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24306           autoplugging.
24307
24308 2004-05-28  Wim Taymans  <wim@fluendo.com>
24309
24310         * configure.ac:
24311         * gst/alpha/Makefile.am:
24312         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24313         (gst_alpha_get_type), (gst_alpha_base_init),
24314         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24315         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24316         (gst_alpha_chroma_key), (gst_alpha_chain),
24317         (gst_alpha_change_state), (plugin_init):
24318         A plugin to add an alpha channel to I420 video. Can optionally do
24319         chroma keying.
24320         * gst/multipart/Makefile.am:
24321         * gst/multipart/multipart.c: (plugin_init):
24322         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24323         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24324         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24325         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24326         (gst_multipart_demux_change_state),
24327         (gst_multipart_demux_plugin_init):
24328         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24329         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24330         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24331         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24332         (gst_multipart_mux_pad_unlink),
24333         (gst_multipart_mux_request_new_pad),
24334         (gst_multipart_mux_handle_src_event),
24335         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24336         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24337         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24338         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24339         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24340         send multipart jpeg images to a browser.
24341         * gst/videobox/Makefile.am:
24342         * gst/videobox/README:
24343         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24344         (gst_video_box_get_type), (gst_video_box_base_init),
24345         (gst_video_box_class_init), (gst_video_box_init),
24346         (gst_video_box_set_property), (gst_video_box_get_property),
24347         (gst_video_box_sink_link), (gst_video_box_i420),
24348         (gst_video_box_ayuv), (gst_video_box_chain),
24349         (gst_video_box_change_state), (plugin_init):
24350         Crops or adds borders around an image. can do alpha channel
24351         borders as well.
24352         * gst/videomixer/Makefile.am:
24353         * gst/videomixer/README:
24354         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24355         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24356         (gst_videomixer_pad_get_sink_event_masks),
24357         (gst_videomixer_pad_get_property),
24358         (gst_videomixer_pad_set_property),
24359         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24360         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24361         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24362         (gst_videomixer_base_init), (gst_videomixer_class_init),
24363         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24364         (gst_videomixer_handle_src_event),
24365         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24366         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24367         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24368         (gst_videomixer_loop), (gst_videomixer_get_property),
24369         (gst_videomixer_set_property), (gst_videomixer_change_state),
24370         (plugin_init):
24371         Generic video mixer plugin, can handle multiple inputs all with
24372         different framerates and video sizes. Is fully alpha channel
24373         aware.
24374
24375 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24376
24377         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24378           Select first track as master track. Not sure how else to handle
24379           that...
24380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24381           Discard discont events. Should fix #142962.
24382
24383 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24384
24385         * ext/alsa/Makefile.am:
24386         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24387         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24388         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24389         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24390         (gst_alsa_mixer_get_option):
24391         * ext/alsa/gstalsamixer.h:
24392         * ext/alsa/gstalsamixeroptions.c:
24393         (gst_alsa_mixer_options_get_type),
24394         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24395         (gst_alsa_mixer_options_new):
24396         * ext/alsa/gstalsamixeroptions.h:
24397         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24398         * ext/alsa/gstalsamixertrack.h:
24399           Add enumerations (as GstMixerOptions). Make correct distinction
24400           between input/output tracks. Add capture/playback private flag.
24401           Use flag to decide on whether to set capture or playback volumes
24402           or switches. Use playback and record switches.
24403         * gst-libs/gst/mixer/Makefile.am:
24404         * gst-libs/gst/mixer/mixer-marshal.list:
24405         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24406         (gst_mixer_set_option), (gst_mixer_get_option),
24407         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24408         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24409         * gst-libs/gst/mixer/mixer.h:
24410         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24411         (gst_mixer_options_class_init), (gst_mixer_options_init),
24412         (gst_mixer_options_dispose):
24413         * gst-libs/gst/mixer/mixeroptions.h:
24414           Add GstMixerOptions.
24415         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24416           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24417           broken device detection on computers with multiple OSS sound
24418           cards.
24419
24420 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24421
24422         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24423           fixate nicely even when the peer is not negotiating
24424
24425 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24426
24427         * gst/audioconvert/gstaudioconvert.c:
24428         (gst_audio_convert_parse_caps):
24429           make sure we don't allow depth > width
24430         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24431           fixate endianness to G_BYTE_ORDER as default
24432         * gst/audioscale/gstaudioscale.c:
24433           we don't handle another endianness as host-endianness
24434
24435 2004-05-25  David Schleef  <ds@schleef.org>
24436
24437         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24438
24439 2004-05-24  Benjamin Otte  <otte@gnome.org>
24440
24441         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24442         (gst_oggvorbisenc_setup):
24443           properly fail when we can't setup the vorbis encoder due to
24444           unsupported settings
24445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24446         (gst_vorbisenc_setup):
24447           same
24448         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24449           fix case where warnings occured when one pad was unlinked while the
24450           other's link function was called
24451
24452 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24453
24454         * gst/tcp/Makefile.am:
24455           use GST_ENABLE_NEW
24456
24457 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24458
24459         * gst-libs/gst/resample/private.h:
24460           don't use optimizations that are #if 0'ed
24461
24462 2004-05-24  Wim Taymans  <wim@fluendo.com>
24463
24464         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24465         Fix potential division by zero error and hopefully get
24466         the position query right to get correct timestamps on avi
24467         audio.
24468
24469 2004-05-24  Wim Taymans  <wim@fluendo.com>
24470
24471         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24472         (gst_videoscale_scale_nearest_str2),
24473         (gst_videoscale_scale_nearest_str4),
24474         (gst_videoscale_scale_nearest_32bit),
24475         (gst_videoscale_scale_nearest_24bit),
24476         (gst_videoscale_scale_nearest_16bit):
24477         Fix the scaling algorithm and avoid a buffer overflow.
24478         removed the while loop in the scaling function as it
24479         was used for point sampling only.
24480
24481 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24482
24483         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24484         (gst_id3_tag_class_init), (gst_id3_tag_init),
24485         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24486         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24487         (gst_id3_tag_send_tag_event):
24488           lots of fixes to make id3mux work and id3demux work correctly
24489
24490 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24491
24492         * ext/Makefile.am:
24493           add rules to build shout2send (was removed by accident
24494           when this module was no more marked experimental/broken)
24495
24496 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24497
24498         * ext/shout2/gstshout2.c:
24499         * ext/shout2/gstshout2.h:
24500           adding a "connection problem" signal to shout2send
24501           (fixes #142954)
24502
24503 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24504
24505         * ext/kio/kioreceiver.cpp:
24506         * ext/kio/kioreceiver.h:
24507           fix sign comparison issues
24508
24509 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24510
24511         * gst/cdxaparse/gstcdxaparse.c:
24512         * gst/cdxaparse/gstcdxaparse.h:
24513           some renaming
24514           add some checks/sanity
24515           prepare for seek addition
24516
24517         * sys/sunaudio/gstsunaudio.c:
24518           remove exported dupe init function
24519
24520 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24521
24522         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24523         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24524           Fix format conversion and position querying.
24525         * gst/debug/progressreport.c: (gst_progressreport_report):
24526           Don't output a bogus total value that we didn't query.
24527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24528           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24529           only a blank window after xine has been used.
24530
24531 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24532
24533         * m4/as-arts.m4:
24534           sync with upstream version to fix test on FC2
24535           readd with -ko to preserve Id header
24536
24537 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24538
24539         * configure.ac:
24540           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24541         * gst/tcp/gsttcpclientsrc.c: idem
24542         * gst/tcp/gsttcpserversink.c: idem
24543         * gst/tcp/gsttcpserversrc.c: idem
24544         * m4/gst-fionread.m4: idem
24545
24546         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24547
24548         * configure.ac: enable speex plugin for speex 1.1.5+
24549         * ext/speex/gstspeexenc.c: fix cast warning
24550
24551         * ext/esd/README: fix typo
24552
24553 2004-05-20  David Schleef  <ds@schleef.org>
24554
24555         * configure.ac: Minor cosmetic change to convince the buildbot to
24556         reautogen.
24557         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24558         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24559         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24560         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24561         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24562         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24563         More hacking.  Plays audio now.
24564
24565 2004-05-20  David Schleef  <ds@schleef.org>
24566
24567         * configure.ac:
24568         * sys/Makefile.am:
24569
24570 2004-05-20  David Schleef  <ds@schleef.org>
24571
24572         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24573         * sys/osxaudio/gstosxaudio.c:
24574         * sys/osxaudio/gstosxaudioelement.c:
24575         * sys/osxaudio/gstosxaudioelement.h:
24576         * sys/osxaudio/gstosxaudiosink.c:
24577         * sys/osxaudio/gstosxaudiosink.h:
24578         * sys/osxaudio/gstosxaudiosrc.c:
24579         * sys/osxaudio/gstosxaudiosrc.h:
24580
24581 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24582
24583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24584         (gst_vorbisenc_chain):
24585           put the codec headers on the caps as streamheader as well as
24586           pushing them out
24587
24588 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24589
24590         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24591         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24592         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24593         split up push_packet into two functions
24594
24595 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24596
24597         * gst/tcp/.cvsignore:
24598           ignore enums
24599         * gst/tcp/Makefile.am:
24600         * gst/tcp/README:
24601         * gst/tcp/gsttcp.c:
24602         * gst/tcp/gsttcp.h:
24603         * gst/tcp/gsttcpclientsink.c:
24604         * gst/tcp/gsttcpclientsink.h:
24605         * gst/tcp/gsttcpclientsrc.c:
24606         * gst/tcp/gsttcpclientsrc.h:
24607         * gst/tcp/gsttcpplugin.c:
24608         * gst/tcp/gsttcpserversink.c:
24609         * gst/tcp/gsttcpserversink.h:
24610         * gst/tcp/gsttcpserversrc.c:
24611         * gst/tcp/gsttcpserversrc.h:
24612           add new tcp elements
24613
24614 2004-05-19  Wim Taymans  <wim@fluendo.com>
24615
24616         * gst/law/mulaw-conversion.c: (mulaw_encode):
24617         Fix overflow bug in ulaw encoding.
24618
24619 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24620
24621         * ext/mad/gstmad.c: (gst_mad_handle_event):
24622           don't unref the event twice
24623
24624 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24625
24626         * configure.ac:
24627           remove -Wno-sign-compare
24628
24629 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24630
24631         * configure.ac:
24632           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24633           if you want to work against glib 2.2 and 2.4
24634
24635 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24636
24637         * gst/tcp/Makefile.am:
24638         * gst/tcp/gsttcp.c:
24639         * gst/tcp/gsttcp.h:
24640         * gst/tcp/gsttcpsink.h:
24641         * gst/tcp/gsttcpsrc.h:
24642           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24643
24644 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24645
24646         * gst/debug/tests.c: (md5_get_value):
24647           fix segfault on gst-inspect
24648
24649 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24650
24651         * gst/debug/testplugin.c:
24652         * gst/debug/tests.c:
24653         * gst/debug/tests.h:
24654           add new extensible and configurable testing element. Current tests
24655           include buffer count, stream length, timestamp/duration matching and
24656           md5.
24657         * gst/debug/Makefile.am:
24658         * gst/debug/gstdebug.c: (plugin_init):
24659           add infrastructure for new element
24660
24661 2004-05-19  Johan Dahlin  <johan@gnome.org>
24662
24663         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24664         ending of the array. Fixes gst-inspect segfault on ppc.
24665
24666 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24667
24668         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24669
24670         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24671
24672 2004-05-18  David Schleef  <ds@schleef.org>
24673
24674         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24675         warnings (bugs, actually) noticed by gcc but not forte.
24676
24677 2004-05-18  David Schleef  <ds@schleef.org>
24678
24679         * sys/sunaudio/Makefile.am:
24680         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24681
24682 2004-05-18  David Schleef  <ds@schleef.org>
24683
24684         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24685         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24686         to allow qtdemux to use non-seekable streams. (bug #142272)
24687
24688 2004-05-18  David Schleef  <ds@schleef.org>
24689
24690         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24691         (gst_resample_sinc_ft_float): Remove use of static temporary
24692         buffer.  This code was obviously not supposed to last long, but
24693         it's stuck in our ABI, so it required a little hack to make it
24694         ABI-compatible.  Fixes #142585.
24695         * gst-libs/gst/resample/resample.h: same.
24696
24697 2004-05-18  David Schleef  <ds@schleef.org>
24698
24699         * configure.ac: Add sunaudio
24700         * examples/Makefile.am: make gstplay depend on gconf
24701         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24702         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24703         (convert_table_lookup), (img_convert): remove c99-isms
24704         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24705           unsigned, to fix a warning on Solaris
24706         * gst/mpeg1sys/systems.c: bcopy->memcpy
24707         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24708         * sys/Makefile.am: Add sunaudio
24709
24710 2004-05-18  Wim Taymans  <wim@fluendo.com>
24711
24712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24713         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24714         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24715         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24716         (gst_ogg_mux_loop):
24717         Fix an ugly memleak where the muxer didn't flush enough ogg
24718         pages. This also resulted in badly muxed ogg files.
24719
24720 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24721
24722         * gst/asfdemux/asfheaders.c :
24723         * gst/asfdemux/asfheaders.h :
24724         * gst/asfdemux/gstasfdemux.c :
24725           - fix ASF_OBJ_PADDING guid
24726           - add 3 new object guids (language list, metadata,
24727             extended stream properties)
24728           - add a function to parse extended header objects
24729
24730 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24731
24732         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24733           remove leftover debugging g_print
24734
24735 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24736
24737         * ext/mad/gstmad.c: (gst_mad_handle_event):
24738           Fix for when the first format in a discont event is not a
24739           byte-based one. Should fix #137710.
24740
24741 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24742
24743         * m4/a52.m4 : fix compilation with -Wall -Werror
24744         * m4/libfame.m4 : idem
24745         * m4/libmikmod.m4 : idem
24746
24747 2004-05-17  Benjamin Otte  <otte@gnome.org>
24748
24749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24750           signal the new tags before giving up the reference
24751
24752 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24753
24754         * ext/shout2/gstshout2.c:
24755           use application/ogg instead of application/x-ogg (patch by Patrick
24756           Guimond, fixes #142432)
24757         * sys/oss/gstosselement.c: (gst_osselement_reset),
24758         (gst_osselement_sync_parms):
24759           don't set fragment size unless specified (fixes #142493)
24760
24761 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24762
24763         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24764           fixes #142664
24765
24766 2004-05-17  Benjamin Otte  <otte@gnome.org>
24767
24768         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24769           compute offsets correctly for internal buffers so timestamps are set
24770           correctly when we can't seek. Also handle cases where there are no
24771           offsets. (based on a patch by David Moore, fixes #142507)
24772
24773 2004-05-17  Benjamin Otte  <otte@gnome.org>
24774
24775         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24776           use correct variable when determining amount of data to skip so we
24777           don't skip into the void and segfault
24778
24779 2004-05-16  Benjamin Otte  <otte@gnome.org>
24780
24781         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24782           Hi, I'm a memleak
24783
24784 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24785
24786         * gst/asfdemux/gstasfdemux.c:
24787           - fix a mem leak and always propagate tags
24788           - add WMV3 to known video codecs (but no decoder yet)
24789           - replace "surplus data" at end of audio header for what
24790             it is : codec specific data
24791           - fix a typo
24792
24793 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24794
24795         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24796
24797         * gst-libs/gst/audio/audioclock.c:
24798           Fix wrong return type (#142205).
24799
24800 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24801
24802         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24803           Ignore CRCs by default (fixes #142566).
24804
24805 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24806
24807         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24808         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24809         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24810         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24811         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24812         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24813           Fix for cases where we fail to attach to a mixer.
24814
24815 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24816
24817         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24818           Don't touch events after not owning them anymore.
24819         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24820         (gst_wavparse_fmt), (gst_wavparse_other),
24821         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24822         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24823         (gst_wavparse_srcpad_event):
24824         * gst/wavparse/gstwavparse.h:
24825           Add seeking, fix querying.
24826
24827 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24828
24829         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24830           - process comments even if they don't end with \0\0
24831             g_convert would ignore them if present and works well without them
24832
24833 2004-05-16  Benjamin Otte  <otte@gnome.org>
24834
24835         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24836           simplify caps
24837
24838 2004-05-16  Benjamin Otte  <otte@gnome.org>
24839
24840         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24841           don't write to memory we might not write to - g_convert does that
24842           for us anyway (fixes #142613)
24843         (gst_asf_demux_audio_caps):
24844           comment out gst_util_dump_mem
24845
24846 2004-05-16  Benjamin Otte  <otte@gnome.org>
24847
24848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24849           compute correct expected timestamps after seek (broken since
24850           last commit)
24851         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24852           rename element and debugging category to gdkpixbufscale
24853
24854 2004-05-16  Benjamin Otte  <otte@gnome.org>
24855
24856         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24857           add error checking to snd_pcm_delay and remove duplicate call to
24858           snd_pcm_delay that caused issues (see inline code comments)
24859         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24860           make more readable and fix return value when snd_pcm_delay fails
24861         (fixes #142586)
24862
24863 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24864         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24865         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24866         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24867         (gst_pixbufscale_link), (gst_pixbufscale_init),
24868         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24869         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24870         (gst_pixbufscale_get_property), (pixbufscale_init):
24871         * ext/gdk_pixbuf/pixbufscale.h:
24872         Add these files I forgot earlier
24873
24874 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24875         * ext/gdk_pixbuf/Makefile.am:
24876         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24877         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24878         Add new pixbufscale element to scale RGB video
24879         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24880         and HYPER interpolation correctly.
24881         * ext/theora/theoraenc.c: (theora_enc_chain),
24882         Discard buffer and return if explicit caps could not be set
24883         (theora_enc_get_property):
24884         Make _get return kbps for the bitrate consistent with
24885         the _set function.
24886
24887
24888 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24889
24890         * ext/libvisual/visual.c: (gst_visual_chain):
24891           add missing visual_audio_analyze
24892
24893 2004-05-14  David Schleef  <ds@schleef.org>
24894
24895         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24896         is killed while we're playing.
24897         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24898         gst_element_no_more_pads().
24899
24900 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24901
24902         * gst-libs/gst/riff/riff-read.c :
24903           - fix INFO tag extraction in RIFF/AVI files
24904             because gst_event_unref (event) also freed taglist
24905           - avoid a mem leak
24906
24907 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24908
24909         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24910         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24911
24912         * gst/auparse/gstauparse.c :
24913           - add code (commented for now) to support audio/x-adpcm on src pad
24914             (we have no decoder for those layout yet)
24915
24916         * gst/cdxaparse/gstcdxaparse.c :
24917         * gst/cdxaparse/gstcdxaparse.h :
24918           - partial rewrite using RiffRead (ripped iain's wavparse code)
24919
24920         * gst/rtp/gstrtpL16enc.c : typo
24921         * gst/rtp/gstrtpgsmenc.c : typo
24922
24923 2004-05-13  Benjamin Otte  <otte@gnome.org>
24924
24925         * configure.ac:
24926           check for exact version of libvisual, it's not supposed to be
24927           API/ABI stable yet
24928
24929 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24930
24931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
24932           signal no-more-pads
24933
24934 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24935
24936         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
24937         Report which format was used for GST_FORMAT_DEFAULT
24938         * gst/debug/Makefile.am:
24939         * gst/debug/gstdebug.c: (plugin_init):
24940         * gst/debug/progressreport.c: (gst_progressreport_base_init),
24941         (gst_progressreport_class_init), (gst_progressreport_init),
24942         (gst_progressreport_report), (gst_progressreport_set_property),
24943         (gst_progressreport_get_property), (gst_progressreport_chain),
24944         (gst_progressreport_plugin_init):
24945         Add progressreport element for testing.
24946
24947 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24948
24949         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
24950         * sys/v4l/gstv4lsrc.h:
24951         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
24952         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
24953         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
24954         (gst_v4lsrc_grab_frame):
24955           add more debugging
24956           send a discont at start
24957
24958 2004-05-12  Colin Walters  <walters@redhat.com>
24959
24960         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
24961         inflooping if we can't find a chunk.  Or in other words, don't blow
24962         chunks if we don't have a chunk to blow.
24963
24964 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24965         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
24966         Remove old debug output
24967         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
24968         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
24969         (gst_dvdec_set_property), (gst_dvdec_get_property):
24970         Change the quality setting to an enum, so it works from gst-launch
24971         Don't renegotiate a non-linked pad. Allows audio only decoding.
24972         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
24973         (gst_deinterlace_link), (gst_deinterlace_init):
24974         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24975         (gst_videodrop_link):
24976         Some caps negotiation fixes
24977
24978 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24979
24980         * ext/tarkin/gsttarkin.c :
24981           - Change RANK from NONE to PRIMARY
24982         * ext/gdk_pixbuf/gstgdkpixbuf.c :
24983           - Change RANK from NONE to MARGINAL
24984         * ext/divx/gstdivxenc.c :
24985           - Change RANK from PRIMARY to NONE (encoder/spider issue)
24986
24987 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24988
24989         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24990         (gst_vorbisenc_push_packet):
24991           copy a function that was added between 1.0 and 1.0.1 until we
24992           depend on worthwhile features of post-1.0
24993
24994 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24995
24996         * configure.ac:
24997           enable shout2 by default
24998         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24999         (gst_shout2send_base_init), (gst_shout2send_init),
25000         (gst_shout2send_connect), (gst_shout2send_change_state):
25001         * ext/shout2/gstshout2.h:
25002           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25003           #142262)
25004         * ext/theora/theora.c: (plugin_init):
25005           don't set rank on encoders
25006
25007 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25008
25009         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25010           Use codec_data property instead of flag1 and flag2 for wma
25011
25012 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25013
25014         * gst/cdxaparse/gstcdxaparse.c :
25015           - Add mpegversion to CAPS to make it link
25016           - Rank is as GST_RANK_SECONDARY instead of NONE
25017         * gst/auparse/gstauparse.c :
25018           - Document all audio encoding we can encounter from Solaris 9
25019             headers and libsndfile information.
25020           - Increase max. rate from 48000 to 192000 (to match other elements)
25021           - Don't try to play junk data between header and samples
25022
25023 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25024
25025         * ext/libvisual/visual.c: (gst_visual_getcaps):
25026           use the right caps depending on endianness (I hope)
25027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25028           use GST_RANK_NONE for all non-decoding elements or spider gets
25029           mighty confused
25030
25031 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25032
25033         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25034           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25035
25036 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25037
25038         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25039         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25040         (gst_switch_loop), (gst_switch_get_type):
25041           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25042           HEADERS. Had to be said.
25043
25044 2004-05-10  David Schleef  <ds@schleef.org>
25045
25046         * configure.ac: Add prototype Dirac support.
25047         * ext/Makefile.am:
25048         * ext/dirac/Makefile.am:
25049         * ext/dirac/gstdirac.cc:
25050         * ext/dirac/gstdiracdec.cc:
25051
25052 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25053
25054         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25055         (gst_auparse_init), (gst_auparse_chain),
25056         (gst_auparse_change_state):
25057           Hack around spider. Remove me some day please.
25058
25059 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25060
25061         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25062           Fix for some uninitialized variables in previous patch, also
25063           makes it work. Fixes #142286 while we're at it.
25064
25065 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25066
25067         * gst/auparse/gstauparse.c:
25068                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25069                 only unsupported formats are ADPCM/CCITT G.72x
25070                 reviewed by Ronald
25071         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25072
25073 2004-05-10  Wim Taymans  <wim@fluendo.com>
25074
25075         * ext/vorbis/Makefile.am:
25076         * ext/vorbis/README:
25077         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25078         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25079         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25080         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25081         (gst_oggvorbisenc_convert_sink),
25082         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25083         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25084         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25085         (get_constraints_string), (update_start_message),
25086         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25087         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25088         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25089         * ext/vorbis/oggvorbisenc.h:
25090         * ext/vorbis/vorbis.c: (plugin_init):
25091         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25092         (raw_caps_factory), (gst_vorbisenc_class_init),
25093         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25094         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25095         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25096         * ext/vorbis/vorbisenc.h:
25097         Added a raw vorbis encoder to be used with the oggmuxer.
25098         We still need the old encoder for some gnome applications,
25099         read the README to find out how that works.
25100         The raw encoder is called "rawvorbisenc" until 0.9.
25101
25102 2004-05-10  Wim Taymans  <wim@fluendo.com>
25103
25104         * ext/ogg/gstogg.c: (plugin_init):
25105         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25106         (gst_ogg_print):
25107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25108         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25109         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25110         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25111         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25112         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25113         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25114         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25115         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25116         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25117         Added an ogg muxer.
25118         Small typo fixes in the demuxer.
25119
25120 2004-05-10  Wim Taymans  <wim@fluendo.com>
25121
25122         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25123         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25124         (theora_enc_change_state), (theora_enc_set_property),
25125         (theora_enc_get_property):
25126         Mark the last packet with an EOS flag which is not really needed
25127         in gstreamer.
25128         Do some better video framerate initialisation.
25129         Update the buffer timestamp.
25130
25131 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25132
25133         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25134         Return the result of the parent state change call
25135
25136 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25137
25138         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25139         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25140         * gst/law/alaw-encode.c : (idem)
25141         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25142         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25143         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25144
25145 2004-05-09  Benjamin Otte  <otte@gnome.org>
25146
25147         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25148           don't use a fixed buffer size when writing variable length data to
25149           it. Fixes memory corruption and makes alsasrc work
25150
25151 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25152
25153         * ext/gnomevfs/gstgnomevfssink.c:
25154         (_gst_boolean_allow_overwrite_accumulator),
25155         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25156           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25157           RUN_LAST, and don't use that to set the accumulator value because
25158           then it's always FALSE.
25159
25160 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25161
25162         * gst-libs/gst/riff/riff-media.c:
25163         (gst_riff_create_video_caps_with_data),
25164         (gst_riff_create_audio_caps),
25165         (gst_riff_create_audio_template_caps):
25166         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25167           Fix for unaligned RIFF files (i.e. where all the chunks together
25168           in a LIST chunk are not of the same size as the size given in
25169           the LIST chunk header). Fixes several odd WAVE files. Also fix
25170           ADPCM (block_align property) in audio, so that wavparse based
25171           on this works now as it used to stand-alone.
25172
25173 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25174
25175         reviewed by Benjamin Otte  <otte@gnome.org>
25176
25177         * ext/a52dec/gsta52dec.c:
25178         * ext/divx/gstdivxdec.c:
25179         * ext/divx/gstdivxenc.c:
25180         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25181         * ext/faac/gstfaac.c: (gst_faac_base_init):
25182         * ext/faad/gstfaad.c: (gst_faad_base_init):
25183         * ext/ivorbis/vorbisfile.c:
25184         * ext/lame/gstlame.c:
25185         * ext/libfame/gstlibfame.c:
25186         * ext/mpeg2enc/gstmpeg2enc.cc:
25187         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25188         * ext/sidplay/gstsiddec.cc:
25189         * ext/speex/gstspeexdec.c:
25190         * ext/speex/gstspeexenc.c:
25191         * ext/xvid/gstxviddec.c:
25192         * ext/xvid/gstxvidenc.c:
25193           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25194           (fixes #142193)
25195
25196 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25197
25198         * ext/alsa/gstalsa.c: (device_list),
25199         (gst_alsa_class_probe_devices):
25200         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25201           Fix alsa oddness in mixer after the combination of using mixer
25202           in source/sink elements and using hw:x,y instead of just hw:x.
25203
25204 2004-05-09  Benjamin Otte  <otte@gnome.org>
25205
25206         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25207         (gst_wavparse_create_sourcepad):
25208           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25209           sourcepads
25210
25211 2004-05-09  Benjamin Otte  <otte@gnome.org>
25212
25213         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25214           allow discont events before caps nego
25215
25216 2004-05-08  Benjamin Otte  <otte@gnome.org>
25217
25218         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25219           don't leak events
25220
25221 2004-05-08  Benjamin Otte  <otte@gnome.org>
25222
25223         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25224         (gst_level_change_state), (gst_level_init):
25225         * gst/level/gstlevel.h:
25226           figure out if we're initialized directly instead of keeping a
25227           variable that's wrong in 90% of cases
25228           don't initialize pads and then leak them and use a new unitialized
25229           pad. (fixes #142084)
25230           these were bugs so n00bish I didn't find them for an hour :/
25231
25232 2004-05-08 Iain <iain@prettypeople.org>
25233
25234         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25235         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25236         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25237         return the length that was read.
25238         (gst_riff_read_strf_auds): Allow fmt tags as well.
25239
25240 2004-05-07  David Schleef  <ds@schleef.org>
25241
25242         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25243         signed char assumption in faad.h.
25244
25245 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25246
25247         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25248           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25249
25250 2004-05-07  Colin Walters  <walters@redhat.com>
25251
25252         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25253         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25254         function.
25255         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25256         Add dispose function.
25257
25258 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25259         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25260           Fix caps nego and pad templates. RGB mode caps should
25261           work now.
25262         * ext/dvdnav/gst-dvd:
25263           Move mpeg2dec inside the thread because otherwise the
25264           queue rejects cap changes mid-stream
25265         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25266         (gst_mpeg2dec_flush_decoder):
25267           For mpeg2dec > 0.4.0, call the flush function instead of
25268           manually extracting all in-flight frames.
25269         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25270         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25271           Change mime type video/dv go video/x-dv to match the
25272           rest of gst-plugins
25273
25274 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25275
25276         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25278         (gst_alsa_sink_class_init):
25279         * ext/alsa/gstalsasink.h:
25280         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25281         (gst_alsa_src_class_init):
25282         * ext/alsa/gstalsasrc.h:
25283           Make alsasink/src a subclass of alsamixer so that mixer stuff
25284           shows up in gst-rec. Needs some finetuning.
25285
25286 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25287
25288         * ext/lame/gstlame.c: (gst_lame_chain):
25289           simplify
25290         * ext/mad/gstmad.c: (gst_mad_handle_event):
25291           fix event leak
25292         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25293           be able to detect mp3 files < 4096 bytes
25294
25295 2004-05-06  Wim Taymans  <wim@fluendo.com>
25296
25297         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25298         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25299         (theora_enc_set_property), (theora_enc_get_property):
25300         Also encode the first frame, cleanup some code.
25301
25302 2004-05-06  Wim Taymans  <wim@fluendo.com>
25303
25304         * ext/mpeg2enc/gstmpeg2enc.cc:
25305         Forward events first before deciding that negotiation was
25306         not performed.
25307
25308 2004-05-06  Wim Taymans  <wim@fluendo.com>
25309
25310         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25311         First process the events before deciding that negotiation
25312         was not performed.
25313
25314 2004-05-06  Wim Taymans  <wim@fluendo.com>
25315
25316         * ext/theora/Makefile.am:
25317         * ext/theora/theora.c: (plugin_init):
25318         * ext/theora/theoradec.c: (theora_dec_change_state):
25319         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25320         (gst_theora_enc_class_init), (gst_theora_enc_init),
25321         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25322         (theora_enc_chain), (theora_enc_change_state),
25323         (theora_enc_set_property), (theora_enc_get_property):
25324         Added a theora encoder, grouped the encoder and decoder into the
25325         same plugin.
25326
25327 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25328
25329         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25330         (gst_jpegenc_chain):
25331         fix DURATION on outgoing buffers
25332         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25333         debug using time formats
25334         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25336         (gst_xvimagesink_sink_link):
25337         windows with width/height 0 generate X errors, so don't allow them
25338
25339 2004-05-05  Wim Taymans  <wim@fluendo.com>
25340
25341         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25342         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25343         (gst_mpeg2dec_negotiate_format):
25344         * ext/mpeg2dec/gstmpeg2dec.h:
25345           removed the static pad template so that we can add the
25346           more accurate framerate value to the caps.
25347
25348
25349 2004-05-04  Benjamin Otte  <otte@gnome.org>
25350
25351         * configure.ac:
25352           check for kdemacros.h, too (should fix #141821)
25353         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25354           don't crash if no header was sent, but nicely error out (fixes part
25355           of #141554)
25356
25357 2004-05-04  Wim Taymans  <wim@fluendo.com>
25358
25359         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25360         parent dispose function to avoid segfault on destroy.
25361
25362 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25363
25364         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25365         (plugin_init):
25366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25367         (gst_xvimagesink_sink_link):
25368         clean up debugging caps
25369         also recreate xvimage when format has changed
25370
25371 2004-05-04  Benjamin Otte  <otte@gnome.org>
25372
25373         * ext/libvisual/Makefile.am:
25374         * ext/libvisual/visual.c: (gst_visual_class_init),
25375         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25376         (gst_visual_srclink), (gst_visual_chain),
25377         (gst_visual_change_state), (plugin_init):
25378           use a GstAdapter to correctly adapt buffer sizes - allows using a
25379           framerate
25380
25381 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25382
25383         * sys/v4l/gstv4lelement.h:
25384         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25386         (gst_v4lsrc_buffer_free):
25387         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25388         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25389         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25390         (gst_v4lsrc_requeue_frame):
25391         move some debugging categories around
25392         query for fps index and set accordingly if found
25393
25394 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25395
25396         * ext/lame/gstlame.c:
25397         correct defaults that lame_init puts out of range
25398
25399 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25400
25401         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25402         (gst_divxenc_class_init):
25403         fix range since -1 is the default
25404         * gst/mpeg1sys/gstmpeg1systemencode.c:
25405         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25406         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25407         (gst_rtjpegdec_chain):
25408         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25409         (gst_rtjpegenc_chain):
25410         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25411         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25412         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25413         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25414         * sys/v4l/gstv4lsrc.c:
25415         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25416         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25417         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25418         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25419         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25420           remove gst_info calls
25421
25422 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25423
25424         * Makefile.am:
25425         * po/af.po:
25426         * po/az.po:
25427         * po/en_GB.po:
25428         * po/nl.po:
25429         * po/sr.po:
25430         * po/sv.po:
25431           Updated translations
25432
25433 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25434
25435         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25436           refactor/comment code
25437
25438 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25439
25440         * gst/asfdemux/Makefile.am:
25441         * gst/asfdemux/asfheaders.c:
25442         * gst/asfdemux/asfheaders.h:
25443         * gst/asfdemux/gstasf.c: (plugin_init):
25444         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25445         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25446         (gst_asf_demux_setup_pad):
25447         * gst/asfdemux/gstasfdemux.h:
25448         * gst/asfdemux/gstasfmux.c:
25449         * gst/asfdemux/gstasfmux.h:
25450           Add tagging support to demuxer, split out registration in its own
25451           file instead of in demux (hacky), and prevent having some tables
25452           in our memory multiple times (in asfheaders.h).
25453
25454 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25455
25456         * gst/matroska/matroska-demux.c:
25457         (gst_matroska_demux_parse_metadata):
25458         * gst/matroska/matroska-ids.h:
25459           Basic tag reading support.
25460
25461 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25462
25463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25464           Really detect ac-3 audio.
25465         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25466           really detect matroska files (off-by-1).
25467
25468 2004-04-30  David Schleef  <ds@schleef.org>
25469
25470         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25471         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25472         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25473         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25474         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25475         hackage -- parse a lot more atoms, extract a few tags.  One might even
25476         mistake this for tag support.  Maybe it is.
25477         * gst/qtdemux/qtdemux.h:
25478
25479 2004-04-30  Colin Walters  <walters@verbum.org>
25480
25481         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25482
25483 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25484
25485         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25486         (gst_ffmpegcolorspace_getcaps):
25487           remove broken nego fix
25488
25489 2004-04-30  Benjamin Otte  <otte@gnome.org>
25490
25491         * configure.ac:
25492         * ext/Makefile.am:
25493         * ext/libvisual/Makefile.am:
25494         * ext/libvisual/visual.c:
25495           add initial support for libvisual (http://libvisual.sourceforge.net)
25496           libvisual is still quite alpha, so expect crashes in there :)
25497
25498 2004-04-29  David Schleef  <ds@schleef.org>
25499
25500         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25501         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25502         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25503         code; you will no longer respect me.
25504
25505 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25506
25507         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25508         * ext/alsa/gstalsa.h :
25509         change alsa pcm device discovery to find more than 1 device
25510         per card. code review by Ronald.
25511
25512 2004-04-29  David Schleef  <ds@schleef.org>
25513
25514         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25515         Add a check for a driver bug on FreeBSD.  (bug #140565)
25516
25517 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25518
25519         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25520         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25521         (gst_jpegenc_getcaps):
25522           move format setting to inner loop
25523         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25524         (gst_ffmpegcolorspace_getcaps):
25525           use GST_PAD_CAPS if available so that we use already negotiated
25526           caps
25527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25528         (qtdemux_parse_moov), (qtdemux_parse):
25529           extra debugging
25530         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25531         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25532           move hardcoded path to DEFINE
25533
25534 2004-04-28  David Schleef  <ds@schleef.org>
25535
25536         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25537         (bug #140064)
25538
25539 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25540
25541         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25542           Don't probe for playback device if we're a source element. Fixes
25543           #139658.
25544
25545 2004-04-29  Benjamin Otte  <otte@gnome.org>
25546
25547         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25548         (gst_id3_tag_chain):
25549           rewrite buffer offset
25550
25551 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25552
25553         * configure.ac:
25554         * ext/Makefile.am:
25555         * ext/dts/Makefile.am:
25556         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25557         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25558         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25559         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25560         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25561         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25562         (plugin_init):
25563         * ext/dts/gstdtsdec.h:
25564           New DTS decoder.
25565         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25566         (gst_faad_srcconnect):
25567           Add ESDS atom handling (.m4a).
25568
25569 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25570
25571         * ext/divx/gstdivxdec.c: (plugin_init):
25572           Remove comment that makes no sense.
25573         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25574           Fix for obvious typo that resulted in warnings during gst-register.
25575         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25576         (gst_xviddec_sink_link):
25577           Fix caps negotiation a bit better.
25578         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25579           We call this 'codec_data', not 'esds'.
25580
25581 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25582
25583         * gst/monoscope/gstmonoscope.c:
25584           make sure we only provide 256x128
25585         * gst/monoscope/monoscope.c: (monoscope_init):
25586           assert size of 256x128
25587
25588 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25589
25590         * Makefile.am:
25591         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25592         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25593           fixate to max width and height of device
25594
25595 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25596
25597         * Makefile.am:
25598         * sys/v4l/gstv4l.c:
25599         * sys/v4l/gstv4lsrc.c:
25600         * sys/v4l/v4l_calls.c:
25601         * sys/v4l/v4lsrc_calls.c:
25602           fix for qc-usb driver which fakes having more than one buffer
25603           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25604           buffer_free override
25605           add debugging
25606
25607 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25608
25609         * Makefile.am:
25610         * gst/videotestsrc/gstvideotestsrc.c:
25611         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25612         (gst_videotestsrc_init), (gst_videotestsrc_get),
25613         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25614         * gst/videotestsrc/gstvideotestsrc.h:
25615           add num-buffers property
25616
25617         2004-04-26  Benjamin Otte  <otte@gnome.org>
25618
25619         * ext/mad/gstid3tag.c: (plugin_init):
25620           set id3mux rank to NONE so it doesn't confuse spider
25621           require audio/mpeg,mpegversion=1 in id3mux
25622
25623 2004-04-26  Benjamin Otte  <otte@gnome.org>
25624
25625         * configure.ac:
25626           detect faad correctly as non-working if it's indeed non-working
25627
25628 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25629
25630         * Makefile.am:
25631         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25632         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25633         fix _getcaps so it only negotiates to its supported format
25634
25635 2004-04-25  Benjamin Otte  <otte@gnome.org>
25636
25637         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25638           fix memleak
25639
25640 2004-04-23  Benjamin Otte  <otte@gnome.org>
25641
25642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25643           audio/x-raw-int with height rules! not. Now it's depth.
25644
25645 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25646
25647         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25648         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25649         (gst_wavparse_loop):
25650           Missing variable initialization. Add handling of DVI ADPCM. Fix
25651           mis-parsing of LIST chunks. This works around a bug where we mis-
25652           parse non-aligning LIST chunks (so LIST chunks where the contents
25653           don't align with the actual LIST size). The correct fix is to use
25654           rifflib, I'm not going to fix wavparse - too much work. All this
25655           fixes #104878.
25656
25657 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25658
25659         reviewed by Benjamin Otte  <otte@gnome.org>
25660
25661         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25662           fix shoutcast not working (fixes #140844)
25663
25664 2004-04-22  Benjamin Otte  <otte@gnome.org>
25665
25666         * ext/hermes/gsthermescolorspace.c:
25667         (gst_hermes_colorspace_caps_remove_format_info):
25668         * gst/colorspace/gstcolorspace.c:
25669         (gst_colorspace_caps_remove_format_info):
25670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25671         (gst_ffmpegcolorspace_caps_remove_format_info):
25672           s/gst_caps_simplify/gst_caps_do_simplify/
25673
25674 2004-04-22  Benjamin Otte  <otte@gnome.org>
25675
25676         * gst-libs/gst/riff/riff-media.c:
25677         (gst_riff_create_video_caps_with_data):
25678           mpegversion is an int
25679         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25680           don't try to create pad templates with NULL caps, use any caps
25681           instead.
25682
25683 2004-04-20  David Schleef  <ds@schleef.org>
25684
25685         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25686         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25687         (bug #140384)
25688
25689 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25690
25691         reviewed by David Schleef
25692
25693         * ext/mad/gstid3tag.c: Add stdlib.h
25694         * gst/rtp/gstrtpgsmenc.c: same
25695         * gst/tags/gstid3tag.c: same
25696         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25697         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25698         GST_DISABLE_LOADSAVE use.
25699         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25700         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25701         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25702         atol(3)).
25703         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25704         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25705         strtoul(3)).
25706         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25707         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25708         $(ID3_CFLAGS).
25709         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25710         $(LIBFAME_CFLAGS).
25711
25712 2004-04-20  David Schleef  <ds@schleef.org>
25713
25714         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25715         last checkin.  Same idea.
25716
25717 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25718
25719         reviewed by David Schleef
25720
25721         * configure.ac: bump required gstreamer version to 0.8.1.1
25722         because of following changes [--ds]
25723
25724         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25725         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25726         (gst_riff_read_header):  Use GST_READ_UINT*
25727         macros to access possibly unaligned memory.
25728
25729         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25730         (mp3_type_find):  Use GST_READ_UINT*
25731         macros to access possibly unaligned memory.
25732         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25733         (speex_type_find): Likewise
25734
25735         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25736
25737         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25738         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25739         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25740         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25741         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25742         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25743         macros to access possibly unaligned memory.
25744
25745         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25746         Likewise.
25747
25748         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25749         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25750
25751         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25752         Likewise.
25753
25754         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25755         (gst_mpeg2subt_chain_subtitle): Likewise.
25756
25757         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25758         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25759         Likewise.
25760
25761         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25762         Likewise.
25763
25764         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25765         Likewise.
25766
25767         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25768         Likewise.
25769
25770 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25771
25772         * configure.ac:
25773           update required version of GStreamer because of GST_TIME_FORMAT
25774
25775 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25776
25777         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25778           remove leftover g_print
25779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25780           don't try setting only a subset of the caps. We don't want to kill
25781           autoplugging on purpose
25782
25783 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25784
25785         * sys/ximage/ximagesink.c: (plugin_init):
25786         * sys/xvimage/xvimagesink.c: (plugin_init):
25787           add debugging categories
25788
25789 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25790
25791         * po/en_GB.po:
25792         * po/LINGUAS:
25793           Adding en_GB translation (Gareth Owen)
25794
25795 2004-04-20  David Schleef  <ds@schleef.org>
25796
25797         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25798         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25799         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25800         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25801         A number of new features and hacks to extract the esds atom and
25802         put it into the caps.  (bug #137724)
25803
25804 2004-04-19  David Schleef  <ds@schleef.org>
25805
25806         * gconf/Makefile.am: Fix for non-GNU make
25807         * gst-libs/gst/Makefile.am: Change directory order to handle
25808         GstPlay linking with gstinterfaces
25809         * gst-libs/gst/audio/make_filter: make use of tr portable
25810         * gst-libs/gst/play/Makefile.am: Add intended \
25811         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25812         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25813         function prototype instead of void *.
25814         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25815         macro.
25816         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25817         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25818         * gst/videofilter/make_filter: make use of tr portable
25819         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25820
25821 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25822
25823         * po/LINGUAS:
25824         * po/uk.po:
25825           Added Ukrainian translation (Maxim V. Dziumanenko)
25826
25827 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25828
25829         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25830         (gst_gsmdec_link), (gst_gsmdec_chain):
25831           Fix capsnego, simplify chain function slightly.
25832         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25833           Add GSM.
25834
25835 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25836
25837         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25838         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25839         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25840           Hack to make wavparse work with spider (always -> sometimes pad).
25841           Fixes #135862 && #140411.
25842
25843 2004-04-18  Benjamin Otte  <otte@gnome.org>
25844
25845         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25846         (gst_osselement_rate_probe_check),
25847         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25848           get rid of \n in debug output
25849
25850 2004-04-17  Iain <iain@prettypeople.org>
25851
25852         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25853         not just EOS.
25854
25855 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25856
25857         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25858         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25859         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25860         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25861         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25862         (gst_id3_tag_change_state), (plugin_init):
25863           deprecate id3tag element and replace with id3demux/id3mux.
25864           great side effect: this ugly file is now even uglier, yay!
25865         * ext/mad/gstmad.h:
25866           remove non-available function
25867           update for new get_type
25868
25869 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25870
25871         * configure.ac:
25872           require mpeg2dec >= 0.4.0
25873
25874 2004-04-17  Benjamin Otte  <otte@gnome.org>
25875
25876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25877         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25878         (gst_xvimagesink_set_xwindow_id):
25879           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25880           assorted cleanup fixes.
25881
25882 2004-04-16  David Schleef  <ds@schleef.org>
25883
25884         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25885         * sys/xvimage/xvimagesink.h: same
25886
25887 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25888
25889         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25890           Fix GST_ELEMENT_ERROR with (NULL)
25891
25892 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25893
25894         * gst-libs/gst/riff/riff-media.c:
25895         (gst_riff_create_video_caps_with_data):
25896           Add div[3456] as fourccs for DivX 3 (fixes #140137).
25897
25898 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25899
25900         * gst-libs/gst/riff/riff-media.c:
25901         (gst_riff_create_video_caps_with_data),
25902         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25903         (gst_riff_create_video_template_caps),
25904         (gst_riff_create_audio_template_caps):
25905         * gst-libs/gst/riff/riff-media.h:
25906         * gst-libs/gst/riff/riff-read.c:
25907         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25908         * gst-libs/gst/riff/riff-read.h:
25909         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25910           Add MS RLE support. I added some functions to read out strf chunks
25911           into strf chunks and the data behind it. This is usually color
25912           palettes (as in RLE, but also in 8-bit RGB). Also use those during
25913           caps creation. Lastly, add ADPCM (similar to wavparse - which
25914           should eventually be rifflib based).
25915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25916         (gst_matroska_demux_init), (gst_matroska_demux_reset):
25917         * gst/matroska/matroska-demux.h:
25918           Remove placeholders for some prehistoric tagging system. Didn't add
25919           support for any tag system really anyway.
25920         * gst/qtdemux/qtdemux.c:
25921           Add support for audio/x-m4a (MPEG-4) through spider.
25922         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25923         (gst_wavparse_loop):
25924           ADPCM support (#135862). Increase max. buffer size because we
25925           cannot split buffers for ADPCM (screws references) and I've seen
25926           files with 2048 byte chunks. 4096 seems safe for now.
25927
25928 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25929
25930         * configure.ac: bump nano to 1
25931
25932 === release 0.8.1 ===
25933
25934 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25935
25936         * configure.ac: releasing 0.8.1, "Comforting Sounds"
25937
25938 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25939
25940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
25941           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
25942           Fixes #140058
25943
25944 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25945
25946         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
25947           lower rank of dvddemux so that it's not used for mpeg playback.
25948
25949 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25950
25951         * configure.ac:
25952           save libs correctly when checking mad
25953
25954 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25955
25956         * ext/mad/gstid3tag.c: (plugin_init):
25957           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
25958
25959 2004-04-13  David Schleef  <ds@schleef.org>
25960
25961         * common/m4/gst-feature.m4: Call -config scripts with
25962         --plugin-libs if it is supported.
25963         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
25964         JPEG images are image/jpeg.
25965         * gst/debug/Makefile.am:
25966         * gst/debug/negotiation.c: (gst_negotiation_class_init),
25967         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
25968         (gst_negotiation_update_caps), (gst_negotiation_get_property),
25969         (gst_negotiation_plugin_init): Add a property that acts like
25970         filter caps.
25971         * testsuite/gst-lint:  Move license checking to be a standard
25972         test.
25973
25974 2004-04-13  David Schleef  <ds@schleef.org>
25975
25976         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
25977         patch from Sebastien Cote (bug #139958)
25978
25979 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25980
25981         * examples/gstplay/Makefile.am:
25982         * examples/gstplay/player.c: (main):
25983           make the commandline player example use gconf settings
25984
25985 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25986
25987         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
25988         (gst_cacasink_sinkconnect), (gst_cacasink_init),
25989         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
25990           init/end library during state transition, not object
25991           creation/disposal.  get rid of custom dispose handler.
25992
25993
25994 2004-04-12  Christian Schaller <Uraeus@gnome.org>
25995
25996         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
25997         be a symlink
25998
25999 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26000
26001         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26002           Handle JUNK chunks inside data section. Prevents warnings.
26003
26004 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26005
26006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26007         (gst_riff_create_video_template_caps):
26008           Add MS video v1.
26009         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26010         (gst_avi_demux_stream_data):
26011           Add support for "rec-list" chunks.
26012
26013 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26014
26015         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26016           Fix another codecname mismatch.
26017
26018 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26019
26020         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26021           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26022           so that MJPEG plays back.
26023
26024 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26025
26026         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26027         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26028         * gst/mpeg1videoparse/gstmp1videoparse.h:
26029           Fix for some slight mis-cuts in buffer parsing, and for some
26030           potential overflows or faults-causers. Adds disconts. Also fixes
26031           #139105 while we're at it.
26032
26033 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26034
26035         * configure.ac:
26036         * sys/v4l2/gstv4l2element.h:
26037           Workaround for missing struct v4l2_buffer declaration in Suse 9
26038           and Mandrake 10 linux/videodev2.h header file (#135919).
26039
26040 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26041
26042         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26043           Bail out if no filename was given.
26044
26045 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26046
26047         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26048         (gst_v4l2_fourcc_from_structure):
26049           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26050           Y41B somewhere).
26051
26052 2004-04-09  Benjamin Otte  <otte@gnome.org>
26053
26054         * ext/gnomevfs/gstgnomevfssink.c:
26055         (_gst_boolean_allow_overwrite_accumulator),
26056         (gst_gnomevfssink_class_init):
26057           fix erase signal - if any handler returns false the file will not be
26058           overwritten. If no handler is connected, the file will not be
26059           overwritten either.
26060           renamed signal to "allow-overwrite"
26061         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26062           free string when adding it to ID3 failed
26063         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26064           unref event when done
26065         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26066           free caps
26067         * gst/typefind/gsttypefindfunctions.c:
26068         (mpeg_video_stream_type_find):
26069           fix invalid read
26070
26071 2004-04-08  David Schleef  <ds@schleef.org>
26072
26073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26074         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26075
26076 2004-04-08  David Schleef  <ds@schleef.org>
26077
26078         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26079         we don't support (bug #139532)
26080
26081 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26082
26083         * ext/mad/gstmad.c: (gst_mad_handle_event),
26084         (gst_mad_check_caps_reset), (gst_mad_chain),
26085         (gst_mad_change_state):
26086           only set explicit caps if they haven't been set before for
26087           this stream.  MPEG-audio sample rate/channels aren't allowed
26088           to change in-stream.
26089           Fixes #139382
26090
26091 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26092
26093         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26094         (_gst_boolean_did_something_accumulator),
26095         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26096         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26097         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26098         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26099         (gst_gnomevfssink_change_state):
26100           Fix erase signal. Don't erase by default. Remove handoff signal.
26101           Remove erase property. Don't segfault. General cleanup.
26102
26103 2004-04-07  Benjamin Otte  <otte@gnome.org>
26104
26105         * gst-libs/gst/gconf/test-gconf.c: (main):
26106           add missing gst_init
26107
26108 2004-04-07  Benjamin Otte  <otte@gnome.org>
26109
26110         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26111           free the mutexes, too
26112
26113 2004-04-07  Benjamin Otte  <otte@gnome.org>
26114
26115         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26116           actually free the URI string
26117         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26118           compute offset correctly when passing discont events
26119         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26120           don't leak discont events
26121         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26122           add some missing breaks so caps aren't copied randomly
26123         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26124           if we realloc memory, we better use it
26125
26126 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26127
26128         * ext/mad/gstmad.c: (normal_seek):
26129           fix GST_FORMAT_TIME usage
26130
26131 2004-04-05  David Schleef  <ds@schleef.org>
26132
26133         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26134         a deprecated function (hack!)
26135
26136 2004-04-05  Benjamin Otte  <otte@gnome.org>
26137
26138         * ext/esd/esdmon.c: (gst_esdmon_get):
26139           fix nonterminated vararg and memleak
26140
26141 2004-04-05  Benjamin Otte  <otte@gnome.org>
26142
26143         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26144         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26145         (gst_ladspa_set_property), (gst_ladspa_get_property),
26146         (gst_ladspa_instantiate), (gst_ladspa_activate),
26147         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26148           clean up debugging
26149
26150 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26151
26152         reviewed by Benjamin Otte  <otte@gnome.org>
26153
26154         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26155           check for broken LADSPA parameters (fixes #138635)
26156
26157 2004-04-05  Benjamin Otte  <otte@gnome.org>
26158
26159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26160           advertise buffer-frames correctly on sinkpads
26161
26162 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26163
26164         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26165         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26166         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26167         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26168         (gst_mad_check_caps_reset), (gst_mad_chain):
26169         add more debugging, only reset caps when we're not in error state
26170
26171 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26172
26173         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26174
26175 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26176
26177         reviewed by Benjamin Otte  <otte@gnome.org>
26178
26179         * configure.ac:
26180           fix == in test(1) operator
26181
26182 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26183
26184         reviewed by Benjamin Otte  <otte@gnome.org>
26185
26186         * configure.ac:
26187           fix --export-symblos-regex to a working regex.
26188
26189 2004-04-04  Benjamin Otte  <otte@gnome.org>
26190
26191         * sys/oss/.cvsignore:
26192           add for oss_probe
26193
26194 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26195
26196         reviewed by Benjamin Otte  <otte@gnome.org>
26197
26198         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26199           add missing 'new_media' argument (fixes #138168)
26200         * gst/matroska/matroska-demux.c:
26201         (gst_matroska_demux_handle_seek_event):
26202           add vararg terminator (fixes #138169)
26203
26204 2004-04-02  David Schleef  <ds@schleef.org>
26205
26206         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26207         disted (bug #138914)
26208
26209 2004-04-01  Benjamin Otte  <otte@gnome.org>
26210
26211         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26212         (gst_alsa_close_audio):
26213           handle case better where a soundcard can't pause
26214         * ext/ogg/gstoggdemux.c:
26215           don't crash when we get events but don't have pads yet
26216
26217 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26218
26219         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26220           throw an error if we couldn't probe any caps.
26221
26222 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26223
26224         * ext/dvdnav/gst-dvd:
26225         Add a really simple sample DVD player
26226
26227 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26228
26229         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26230         (gst_a52dec_push), (gst_a52dec_handle_event),
26231         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26232         (gst_a52dec_change_state):
26233         * ext/a52dec/gsta52dec.h:
26234           Use a debug category, Output timestamps correctly
26235           Emit tag info, Handle events, tell liba52dec about cpu
26236           capabilities so it can use MMX etc.
26237         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26238           Fix a crasher accessing invalid memory
26239         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26240         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26241         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26242         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26243         (dvdnavsrc_query):
26244           Some support for byte-format seeking.
26245           Small fixes for still frames and menu button overlays
26246         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26247         (gst_mpeg2dec_alloc_buffer):
26248           Use a debug category. Adjust the report level of several items to
26249           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26250           so it doesn't lose the GstBuffer pointer
26251         * gst/debug/Makefile.am:
26252         * gst/debug/gstdebug.c: (plugin_init):
26253         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26254         (gst_navseek_base_init), (gst_navseek_class_init),
26255         (gst_navseek_init), (gst_navseek_seek),
26256         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26257         (gst_navseek_get_property), (gst_navseek_chain),
26258         (gst_navseek_plugin_init):
26259         * gst/debug/gstnavseek.h:
26260           Add the navseek debug element for seeking back and forth in a
26261           video stream using arrow keys.
26262         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26263         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26264         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26265         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26266         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26267         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26268         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26269         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26270         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26271         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26272         * gst/mpeg2sub/gstmpeg2subt.h:
26273           Pretty much a complete rewrite. Now a loopbased element. May still
26274           require work to properly synchronise subtitle buffers.
26275         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26276         (gst_dvd_demux_send_subbuffer):
26277         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26278           Don't attempt to create subbuffers of size 0
26279           Reduce a couple of error outputs to warnings.
26280         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26281         (gst_y4mencode_chain):
26282         Output the y4m frame header correctly.
26283
26284 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26285
26286         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26287           throw errors instead of allowing SIGFPE
26288
26289 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26290
26291         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26292         (gst_gconf_render_bin_from_key):
26293           leak plugging and style fixing
26294
26295 2004-03-31  David Schleef  <ds@schleef.org>
26296
26297         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26298         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26299         (bug #138225)
26300         * gst/debug/Makefile.am:
26301         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26302         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26303         plugin.
26304         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26305         (gst_negotiation_base_init), (gst_negotiation_class_init),
26306         (gst_negotiation_init), (gst_negotiation_getcaps),
26307         (gst_negotiation_pad_link), (gst_negotiation_chain),
26308         (gst_negotiation_set_property), (gst_negotiation_get_property),
26309         (gst_negotiation_plugin_init):  New element to talk about random
26310         negotiation things happening in a pipeline.
26311
26312 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26313
26314         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26315           fix integer addition with help of Stefan Kost
26316
26317 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26318
26319         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26320
26321 2004-03-30  David Schleef  <ds@schleef.org>
26322
26323         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26324         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26325         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26326         (bug #137504)
26327         * ext/mpeg2dec/gstmpeg2dec.h:
26328
26329 2004-03-30  David Schleef  <ds@schleef.org>
26330
26331         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26332
26333 2004-03-30  David Schleef  <ds@schleef.org>
26334
26335         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26336         Michael Petullo) to handle .mov
26337
26338 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26339
26340         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26341         (gst_osselement_rate_check_rate):
26342           probe caps correctly for sound cards that only support one format
26343
26344 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26345
26346         * ext/kio/kiosrc.cpp: (process_events):
26347           update handling event processing if inside KDE - untested
26348
26349 2004-03-29  David Schleef  <ds@schleef.org>
26350
26351         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26352         by 2 to not interfere with other colorspaces.
26353         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26354         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26355         one to not interfere with ffmpeg_colorspace.
26356
26357 2004-03-29  David Schleef  <ds@schleef.org>
26358
26359         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26360         aren't in the caps.
26361         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26362         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26363
26364 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26365
26366         * gst-libs/gst/riff/riff-media.c:
26367           fail on error, don't try to set stuff on NULL caps
26368
26369 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26370
26371         * configure.ac:
26372         * ext/Makefile.am:
26373         * ext/kio/Makefile.am:
26374         * ext/kio/kioreceiver.cpp:
26375         * ext/kio/kioreceiver.h:
26376         * ext/kio/kiosrc.cpp:
26377         * ext/kio/kiosrc.h:
26378           add experimental kiosrc plugin
26379         * ext/alsa/gstalsaplugin.c: (plugin_init):
26380           initialize debugging category only when we're sure registering the
26381           plugins worked.
26382
26383 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26384
26385         * examples/gstplay/player.c: (main):
26386         * gst-libs/gst/play/play.c: (gst_play_class_init),
26387         (gst_play_set_location), (gst_play_set_data_src),
26388         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26389         (gst_play_set_visualization), (gst_play_connect_visualization):
26390           check return values of element_set_state and return FALSE where
26391           failed
26392
26393 2004-03-29  Benjamin Otte  <otte@gnome.org>
26394
26395         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26396           try harder to check if an event is really a discont
26397
26398 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26399
26400         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26401         * po/az.po:
26402
26403 2004-03-28  Benjamin Otte  <otte@gnome.org>
26404
26405         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26406         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26407         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26408           get rid of non-standard "..." ranges in case statements.
26409
26410 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26411
26412         * gst/mpegstream/gstmpegdemux.c:
26413         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26414         specific functionality split to the new dvddemux element.
26415         * gst/mpegstream/gstdvddemux.c:
26416         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26417         streams, derived from mpegdemux.
26418         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26419         up. SCR based timestamp rewriting can be turned off (will probably
26420         completely disappear soon).
26421         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26422         hacking. General cleanup. All printf statements replaced by
26423         debugging messages. Almost complete libdvdnav support.
26424         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26425         by events. New properties for audio and subpicture languages.
26426         (dvdnavsrc_update_highlight): Now uses events.
26427         (dvdnavsrc_user_op): Cleaned up.
26428         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26429         based). Lots of cleanup, and propper support for most libdvdnav
26430         events.
26431         (dvdnavsrc_make_dvd_event): New function.
26432         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26433         (dvdnavsrc_make_clut_change_event): New function.
26434
26435 2004-03-26  Benjamin Otte  <otte@gnome.org>
26436
26437         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26438           fix bug where typefinding would claim it's theora whenever less then
26439           7 bytes of data were available
26440
26441 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26442
26443         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26444         (gst_alawdec_base_init), (gst_alawdec_class_init),
26445         (gst_alawdec_init), (gst_alawdec_chain):
26446         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26447         (gst_alawenc_base_init), (gst_alawenc_class_init),
26448         (gst_alawenc_init), (gst_alawenc_chain):
26449         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26450         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26451         (gst_mulawdec_init), (gst_mulawdec_chain):
26452         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26453         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26454         (gst_mulawenc_init), (gst_mulawenc_chain):
26455           Fix capsnego in all four, remove the unused property functions and
26456           simplify the chain functions slightly. I guess we could use macros
26457           or something similar for those, since the code is so similar, but
26458           I'm currently too lazy...
26459
26460 2004-03-24  David Schleef  <ds@schleef.org>
26461
26462         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26463         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26464         (gst_osselement_get_format_structure),
26465         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26466         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26467         (gst_osselement_rate_int_compare): Add code to handle rate probing
26468         (bug #120883)
26469         * sys/oss/gstosselement.h: same
26470         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26471         Use rate probing provided by osselement.
26472         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26473
26474 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26475
26476         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26477         (gst_xvidenc_get_property):
26478           ulong/int mess-up.
26479
26480 2004-03-24  David Schleef  <ds@schleef.org>
26481
26482         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26483         (gst_speexdec_init):
26484         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26485         (gst_speexenc_init):  Create the pad template correctly (from
26486         the static pad template, not a NULL pointer.)
26487
26488 2004-03-25  Benjamin Otte  <otte@gnome.org>
26489
26490         * gst/debug/Makefile.am:
26491         * gst/debug/breakmydata.c:
26492           add element that quasi-randomly changes bytes in the stream.
26493           Intended use is robustness checking of demuxers and decoders in
26494           media tests.
26495
26496 2004-03-24  Benjamin Otte  <otte@gnome.org>
26497
26498         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26499         (gst_alsa_probe_hw_params):
26500         * ext/alsa/gstalsa.h:
26501           debugging output fixes
26502
26503 2004-03-24  Benjamin Otte  <otte@gnome.org>
26504
26505         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26506           don't g_return_if_fail if element is PLAYING, fail silently as every
26507           other element.
26508         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26509           only fix needed for cast lvalue issues in gst-plugins
26510         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26511           add proxy_getcaps
26512
26513 2004-03-24  Benjamin Otte  <otte@gnome.org>
26514
26515         * gst/level/gstlevel.c: (gst_level_init):
26516           add proxying getcaps function, so level doesn't advertise impossible
26517           caps
26518
26519 2004-03-24  David Schleef  <ds@schleef.org>
26520
26521         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26522         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26523         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26524         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26525         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26526         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26527         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26528         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26529         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26530         messages.  Divide the chunk size by the compression ratio
26531         (needed for MACE audio)
26532
26533 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26534
26535         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26536           Fix buffer overflow read error.
26537
26538 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * ext/alsa/gstalsa.h:
26541           Remove unused entry.
26542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26543           Add cinepak.
26544         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26545         (gst_videodrop_link), (gst_videodrop_chain):
26546           Fix, sort of. Was horribly broken with new capsnego. Bah...
26547
26548 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26549
26550         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26551         (plugin_init):
26552         Add a monkeysaudio typefind function
26553
26554 2004-03-23  Johan Dahlin  <johan@gnome.org>
26555
26556         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26557         (gst_play_video_fixate): Check so the structure has the field
26558         before trying to fixate them, this makes it possible to have
26559         fakesinks for video and audio output without printing errors on
26560         the output console.
26561
26562 2004-03-22  David Schleef  <ds@schleef.org>
26563
26564         * sys/oss/Makefile.am:
26565         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26566         (check_rate), (add_rate):  Rate probing test app.
26567
26568 2004-03-21  Benjamin Otte  <otte@gnome.org>
26569
26570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26571         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26572           add a fixation function that pretty much does the right thing (fixes
26573           #137556)
26574
26575 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26576
26577         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26578
26579 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26580
26581         reviewed by: Benjamin Otte  <otte@gnome.org>
26582
26583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26584           terminate gst_event_new_discontinuous correctly (fixes parts of
26585           #137711)
26586
26587 2004-03-19  David Schleef  <ds@schleef.org>
26588
26589         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26590         since it doesn't depend on X, and it's part of our ABI.
26591
26592 2004-03-19  Iain <iain@prettypeople.org>
26593
26594         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26595         is_int in the structure, not the local variable.
26596
26597 2004-03-19  David Schleef  <ds@schleef.org>
26598
26599         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26600         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26601         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26602         Improvements in caps negotiation.
26603
26604 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26605
26606         * po/LINGUAS:
26607         * po/af.po:
26608           adding Afrikaans (Petri Jooste)
26609
26610 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26611
26612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26613         (gst_ffmpegcolorspace_chain):
26614         throw error instead of g_critical (#137588)
26615
26616 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26617
26618         * Makefile.am:
26619         * configure.ac:
26620           dist common and m4 correctly
26621         * po/sv.po:
26622
26623 2004-03-17  David Schleef  <ds@schleef.org>
26624
26625         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26626         (bug #137348)
26627
26628 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26629
26630         * po/LINGUAS:
26631         * po/sv.po:
26632           adding Swedish translation (Christian Rose)
26633
26634 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26635
26636         * Makefile.am: use release.mak
26637
26638 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26639
26640         * common/ChangeLog:
26641         * common/gst-autogen.sh:
26642           add some explanation about the version detection
26643         * configure.ac:
26644           fix X check
26645
26646 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26647
26648         * configure.ac: bump nano to 1
26649
26650 === release 0.8.0 ===
26651
26652 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26653
26654         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26655
26656 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26657
26658         * configure.ac:
26659           update libtool version
26660         * gst-libs/gst/media-info/Makefile.am:
26661           actually use libtool version
26662
26663 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26664
26665         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26666
26667 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26668
26669         * configure.ac:
26670         * gst-plugins.spec.in:
26671         * pkgconfig/Makefile.am:
26672         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26673         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26674         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26675         * pkgconfig/gstreamer-libs.pc.in:
26676         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26677         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26678         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26679         * pkgconfig/gstreamer-plugins.pc.in:
26680           remove @VERSION@ from some of the pc files since core and plugins
26681           are decoupled.
26682           created gstreamer-plugins.pc as it's a better name, but keeping
26683           -libs around for now to get fixes upstream done first.
26684
26685 2004-03-15  Julien MOUTTE <julien@moutte.net>
26686
26687         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26688         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26689         * gst-libs/gst/play/play.h:
26690
26691 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26692
26693         * *.c, *.cc: don't mix tabs and spaces
26694
26695 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26696
26697         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26698           use the new ffmpegcolorspace
26699         * gst-plugins.spec.in:
26700           package new colorspace and media-info
26701         * configure.ac:
26702         * pkgconfig/Makefile.am:
26703           fix some more disting issues
26704         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26705         * pkgconfig/gstreamer-media-info.pc.in:
26706           generate media-info pc files
26707
26708 2004-03-15  Johan Dahlin  <johan@gnome.org>
26709
26710         * *.h: Revert indenting
26711
26712 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26713
26714         * configure.ac:
26715           adding ffmpegcolorspace element
26716         * gst/ffmpegcolorspace/Makefile.am:
26717         * gst/ffmpegcolorspace/avcodec.h:
26718         * gst/ffmpegcolorspace/common.h:
26719         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26720         * gst/ffmpegcolorspace/dsputil.h:
26721         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26722         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26723         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26724         (gst_ffmpeg_caps_to_pix_fmt):
26725         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26726         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26727         (gst_ffmpegcolorspace_caps_remove_format_info),
26728         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26729         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26730         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26731         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26732         (gst_ffmpegcolorspace_set_property),
26733         (gst_ffmpegcolorspace_get_property),
26734         (gst_ffmpegcolorspace_register):
26735         * gst/ffmpegcolorspace/imgconvert.c:
26736         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26737         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26738         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26739         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26740         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26741         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26742         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26743         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26744         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26745         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26746         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26747         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26748         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26749         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26750         (img_get_alpha_info), (deinterlace_line),
26751         (deinterlace_line_inplace), (deinterlace_bottom_field),
26752         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26753         * gst/ffmpegcolorspace/imgconvert_template.h:
26754         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26755         * gst/ffmpegcolorspace/mmx.h:
26756         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26757           adding ffmpegcolorspace element supplied by Ronald after cleaning
26758           up and pulling in the right bits of upstream source.
26759           I'm sure a better C/compiler wizard could do some cleaning up (for
26760           example use GLIB's malloc stuff), but as a first pass this
26761           works very well
26762
26763 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26764
26765         * ext/alsa/gstalsa.h:
26766           I assume Ronald forgot to commit the change to have cardname
26767           as a struct member.  Expect some public spanking at the next
26768           opportunity.
26769
26770 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26771
26772         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26773         (gst_alsa_open_audio), (gst_alsa_close_audio):
26774         * ext/alsa/gstalsa.c:
26775           Don't open the device if we're a mixer (= padless).
26776         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26777         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26778         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26779           Open mixer during state change rather than during object
26780           initialization. Also, get a device name. Currently in a somewhat
26781           hackish fashion, but I didn't really find something better.
26782
26783 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26784
26785         * *.c, *.h: run gst-indent
26786
26787 2004-03-14  Benjamin Otte  <otte@gnome.org>
26788
26789         * gst/modplug/gstmodplug.cc:
26790         * gst/modplug/gstmodplug.h:
26791           set correct timestamps on outgoing buffers
26792
26793 2004-03-14  Benjamin Otte  <otte@gnome.org>
26794
26795         * gst/modplug/gstmodplug.cc:
26796           handle events - don't do crap when a discont arrives that's not
26797           necessary
26798           This allows correct loading and playback of mods in Rhythmbox
26799
26800 2004-03-14  Benjamin Otte  <otte@gnome.org>
26801
26802         * configure.ac:
26803         * gst-libs/gst/gconf/Makefile.am:
26804         * pkgconfig/Makefile.am:
26805           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26806           they get rebuilt properly
26807         * configure.ac:
26808           when checking for vorbis, try pkgconfig first.
26809         * gst/modplug/gstmodplug.cc:
26810           add fixate function
26811
26812 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26813
26814         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26815           Fix for obvious mistake, where we first shift the offset and then
26816           read a samplesize element assuming the old offset. Note that this
26817           part still has something weird, i.e. my movies containing those
26818           don't actually play well, but at least there's something that looks
26819           like sound now.
26820
26821 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26822         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26823         (plugin_init):
26824         Add a typefind function for speex format
26825
26826 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26827
26828         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26829         (gst_asf_demux_setup_pad):
26830           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26831           instead of 0. Reason is simple: some elements have a fps range
26832           of 1-max instead of 0-max. So now ASF video actually works.
26833
26834 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26835
26836         * po/LINGUAS:
26837         * po/sr.po:
26838           adding serbian as a language
26839
26840 2004-03-13  Benjamin Otte  <otte@gnome.org>
26841
26842         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26843           return taglist correctly from _get function, don't gst_pad_push it.
26844           (fixes #137042)
26845
26846 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26847         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26848
26849 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26850
26851         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26852         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26853         (gst_alsa_mixer_track_new):
26854         * ext/alsa/gstalsamixertrack.h:
26855           Fix ancient leftovers... MixerTrack is a GObject.
26856
26857 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26858
26859         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26860         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26861           Don't block during probing...
26862
26863 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26864
26865         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26866         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26867         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26868         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26869         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26870         (gst_alsa_open_audio), (gst_alsa_close_audio):
26871         * ext/alsa/gstalsa.h:
26872           Add propertyprobe interface implementation, add some device-name
26873           property, all this so that it looks good in gnome-volume-control.
26874
26875 2004-03-12  David Schleef  <ds@schleef.org>
26876
26877         * configure.ac: the Hermes library controls hermescolorspace, not
26878         colorspace.
26879         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26880         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26881         not /* */
26882         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26883         * ext/sdl/sdlvideosink.h: ditto.
26884         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26885
26886 2004-03-12  Benjamin Otte  <otte@gnome.org>
26887
26888         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26889         (gst_x_overlay_got_xwindow_id):
26890         * gst-libs/gst/xoverlay/xoverlay.h:
26891           replace XID with unsigned long to get rid of the xlibs dependency in
26892           XOverlay (fixes #137004)
26893
26894 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26895         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26896         (gst_agingtv_setup):
26897         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26898         (gst_dicetv_base_init), (gst_dicetv_class_init),
26899         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26900         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26901         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26902         (gst_edgetv_setup), (gst_edgetv_rgb32):
26903         * gst/effectv/gsteffectv.c:
26904         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26905         (gst_quarktv_set_property):
26906         * gst/effectv/gstrev.c: (gst_revtv_get_type),
26907         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26908         (gst_revtv_setup), (gst_revtv_rgb32):
26909         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26910         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26911         (gst_shagadelictv_init), (gst_shagadelictv_setup),
26912         (gst_shagadelictv_rgb32):
26913         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26914         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26915         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26916         * gst/effectv/gstwarp.c:
26917         Port everything that can be ported to videofilter and fix up the caps.
26918         Can someone with a big-endian machine please check these?
26919
26920 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26921
26922         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
26923         (gst_osssink_chain), (gst_osssink_change_state):
26924           Latest fixes for A/V sync, audio playback and such. This is about
26925           all... MPEG playback issues are mostly related to the async build-
26926           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
26927
26928 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26929
26930         patch from: Stephane Loeuillet
26931
26932         * configure.ac:
26933           use pkg-config for some libraries, falling back to the old .m4 way
26934           (fixes #131270)
26935         * m4/libdv.m4:
26936           removed
26937
26938 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26939
26940         * configure.ac:
26941         * tools/Makefile.am:
26942         * tools/Makefile.in:
26943         * tools/gst-launch-ext-m.m:
26944         * tools/gst-launch-ext.1.in:
26945         * tools/gst-visualise-m.m:
26946         * tools/gst-visualise.1:
26947         * tools/gst-visualise.1.in:
26948           reorganizing generation of script tools
26949
26950 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26951
26952         * ext/divx/gstdivxdec.c:
26953           Downgrade priority. We prefer ffdec_mpeg4.
26954         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
26955         (gst_faad_chain), (gst_faad_change_state):
26956           Fix capsnego. Doesn't work for some sounds because we don't have
26957           a 5:1 to stereo element.
26958         * ext/xvid/gstxvid.c: (plugin_init):
26959           Add priority.
26960         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
26961         (gst_osssink_change_state):
26962           Add discont handling.
26963
26964 2004-03-09  Colin Walters  <walters@verbum.org>
26965
26966         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
26967         conversion.
26968
26969 2004-03-09  Benjamin Otte  <otte@gnome.org>
26970
26971         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
26972           the signals take 2 arguments
26973
26974 2004-03-09  David Schleef  <ds@schleef.org>
26975
26976         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
26977         (gst_alsa_fixate): Add fixate function.  (bug #136686)
26978         * ext/alsa/gstalsa.h:
26979         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
26980
26981 2004-03-09  Benjamin Otte  <otte@gnome.org>
26982
26983         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
26984         (gst_mikmod_change_state):
26985         * ext/mikmod/gstmikmod.h:
26986           make mikmod's loop function not loop infinitely and call
26987           gst_element_yield anymore
26988         * gst/modplug/gstmodplug.cc:
26989           fix pad negotiation (fixes #136590)
26990
26991 2004-03-09  David Schleef  <ds@schleef.org>
26992
26993         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
26994         doesn't conflict with the internal colorspace plugin.
26995         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
26996         satisfy the crappy-ass shell shipped by a certain vendor.
26997         * gst/videofilter/make_filter: same (bug #135299)
26998
26999 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27000
27001         * configure.ac: bump nano to 1
27002
27003 === release 0.7.6 ===
27004
27005 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27006
27007         * configure.in: releasing 0.7.6, "There"
27008
27009 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27010
27011         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27012         * pkgconfig/gstreamer-play.pc.in:
27013           synchronize the two
27014
27015 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27016
27017         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27018         (cdparanoia_open), (cdparanoia_event):
27019           fix/add error handling
27020         * po/POTFILES.in:
27021           add cdparanoia source
27022         * tools/Makefile.am:
27023           make scripts executable
27024
27025 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27026
27027         * configure.ac:
27028         * ext/vorbis/Makefile.am:
27029         * sys/Makefile.am:
27030           remove id3types, vorbisfile and xvideosink from the build (#133783)
27031
27032 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27033
27034         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27035           Fix metadata read crash (#136537).
27036
27037 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27038
27039         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27040         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27041           adding mime types, fixing the one-stop function
27042
27043 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27044
27045         * ext/nas/nassink.c and /ext/nas/nassink.h:
27046         More NAS love from Arwed von Merkatz
27047         So lets all sing 'Can you feel the NAS tonight'
27048
27049 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27050
27051         * tools/gst-launch-ext.in:
27052         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27053
27054 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27055
27056         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27057         (gst_mpeg2dec_init):
27058         remove the user_data pad for now, because it is being used in
27059         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27060         If someone knows how to fix this properly, please do.
27061
27062 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27063
27064         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27065         (gst_osssink_get_time):
27066         add a warning, IMO this won't get triggered anymore, remove later
27067
27068 2004-03-07  David Schleef  <ds@schleef.org>
27069
27070         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27071         format (bug #136470)
27072
27073 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27074
27075         * gst-libs/Makefile.am:
27076         * gst-libs/gst/media-info/Makefile.am:
27077         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27078         (error_callback), (gst_media_info_error_create),
27079         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27080         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27081         * gst-libs/gst/media-info/media-info-priv.h:
27082         * gst-libs/gst/media-info/media-info-test.c: (main):
27083         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27084         (gst_media_info_class_init), (gst_media_info_instance_init),
27085         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27086         (gst_media_info_read_idler), (gst_media_info_read):
27087         * gst-libs/gst/media-info/media-info.h:
27088         fixed, should work now
27089
27090 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27091
27092         * ext/nas/nassink.c:
27093         A bunch of NAS fixes from Arwed von Merkatz
27094
27095 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27096
27097         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27098         (qtdemux_parse_trak):
27099           Fix crash (j might be greater than n_samples, in which case we're
27100           writing outside the allocated space for the array) and memleak.
27101
27102 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27103
27104         * sys/oss/gstosssink.c: (gst_osssink_chain):
27105           And another caller that couldn't handle delay < 0 (unsigned
27106           integer overflow). Video now continues playing on an audio
27107           buffer underrun, and the clock continues working. Audio still
27108           stalls.
27109
27110 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27111
27112         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27113         (gst_osssink_get_time):
27114           get_delay() may return values lower than 0. In those cases, we
27115           should not actually cast to *unsigned* int64, that will break
27116           stuff horribly. In my case, it screwed up A/V sync in movies
27117           in totem rather badly.
27118
27119 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27120
27121         * ext/faac/gstfaac.c: (gst_faac_chain):
27122         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27123         * ext/libpng/gstpngenc.c: (user_write_data):
27124         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27125         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27126         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27127         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27128         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27129         of any buffer), should fix some leaks. I hope I didn't unref buffers
27130         that shouldn't be...
27131
27132 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27133
27134         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27135         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27136         (error_callback), (gmi_reset), (gmi_seek_to_track),
27137         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27138         (gmip_find_type_post), (gmip_find_stream_post),
27139         (gmip_find_track_streaminfo_post):
27140         * gst-libs/gst/media-info/media-info-priv.h:
27141         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27142         (info_print), (main):
27143         * gst-libs/gst/media-info/media-info.c:
27144         (gst_media_info_error_create), (gst_media_info_error_element),
27145         (gst_media_info_instance_init), (gst_media_info_get_property),
27146         (gst_media_info_new), (gst_media_info_set_source),
27147         (gst_media_info_read_idler), (gst_media_info_read):
27148         * gst-libs/gst/media-info/media-info.h:
27149           first pass at making this work again.  This seems to work on
27150           tagged ogg/vorbis and mp3 files.
27151
27152 2004-03-06  Benjamin Otte  <otte@gnome.org>
27153
27154         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27155           fix huge leak: gst_buffer_merge doesn't unref the first argument
27156           itself.
27157
27158 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27159
27160         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27161           report layer/mode/emphasis
27162
27163 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27164
27165         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27166
27167 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27168
27169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27170           signal serial
27171
27172 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27173
27174         * ext/vorbis/vorbis.c: (plugin_init):
27175         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27176         (gst_vorbis_dec_init), (vorbis_dec_event):
27177         add debug category
27178         make vorbisdec handle _BYTE and _TIME queries
27179
27180 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27181
27182         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27183           from the xing header
27184
27185 2004-03-06  Benjamin Otte  <otte@gnome.org>
27186
27187         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27188         (gst_audio_convert_link), (gst_audio_convert_change_state),
27189         (gst_audio_convert_buffer_from_default_format):
27190           do conversions from/to float correctly, fix some caps nego errors,
27191           export correct supported caps in template and getcaps, use correct
27192           caps in try_set_caps functions
27193
27194 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27195
27196         For some reason, I only committed a ChangeLog entry yesterday and
27197         not the corresponding code...
27198         * ext/mad/gstmad.c: Fix detection of Xing headers
27199         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27200
27201 2004-03-06  Benjamin Otte  <otte@gnome.org>
27202
27203         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27204         (gst_ogg_demux_src_query):
27205           make sure to handle the case where there's no current chain
27206           gracefully.
27207
27208 2004-03-05  David Schleef  <ds@schleef.org>
27209
27210         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27211         Add fixate function. (bug #131128)
27212         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27213         (gst_sdlvideosink_fixate):  Add fixate function.
27214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27215         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27216         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27217         Fix missing break that was causing ulaw to be interpreted as
27218         raw int.
27219
27220 2004-03-05  David Schleef  <ds@schleef.org>
27221
27222         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27223         Fix code that ignores return value of gst_buffer_merge().
27224         (bug #114560)
27225         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27226         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27227         * testsuite/gst-lint:  Check for above.
27228
27229 2004-03-05  David Schleef  <ds@schleef.org>
27230
27231         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27232         caps and throw an element error.  (bug #136334)
27233
27234 2004-03-05  David Schleef  <ds@schleef.org>
27235
27236         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27237         (gst_faad_chain): Fix negotiation.
27238         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27239         key and button events.
27240         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27241         dung heap of code.
27242         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27243         depends on gconf
27244         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27245         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27246         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27247         function to encourage better negotiation, particularly between
27248         audioconvert and osssink.
27249         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27250         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27251         more important.
27252         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27253         typefinding.
27254         * gst/vbidec/vbiscreen.c:  Add glib header
27255         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27256
27257 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27258
27259         * ext/mad/gstmad.c: Fix detection of Xing headers
27260         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27261
27262 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27263
27264         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27265         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27266           debug updates
27267
27268 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27269
27270         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27271         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27272         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27273         files, and report the parsed length as a GST_TAG_DURATION tag.
27274         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27275
27276 2004-03-05  Benjamin Otte  <otte@gnome.org>
27277
27278         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27279           convert channels correctly. convert correctly to unsigned.
27280
27281 2004-03-05  Julien MOUTTE <julien@moutte.net>
27282
27283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27284         we have a window before clearing it.
27285
27286 2004-03-05  Julien MOUTTE <julien@moutte.net>
27287
27288         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27289         have a window before clearing it.
27290
27291 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27292
27293         * gconf/gstreamer.schemas.in:
27294         * gst-libs/gst/gconf/Makefile.am:
27295           version installation path the same way as for 0.6
27296         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27297         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27298         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27299           remove comment that was fixed
27300
27301 2004-03-05  David Schleef  <ds@schleef.org>
27302
27303         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27304         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27305         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27306         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27307         Add prototype code for handling seeking and querying.
27308
27309 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27310
27311         * examples/gstplay/player.c: (main):
27312           Initialize variables to NULL. Prevents a segfault because the
27313           (uninitialized) variable is not NULL, resulting in a crash on
27314           trying to reach error->message.
27315
27316 2004-03-05  Benjamin Otte  <otte@gnome.org>
27317
27318         * gst/audioconvert/gstaudioconvert.c:
27319         (gst_audio_convert_buffer_to_default_format):
27320         make float=>int conversion work correctly even in cornercases.
27321
27322 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27323
27324         * debian/README.Debian:
27325         * debian/build-deps:
27326         * debian/changelog:
27327         * debian/control:
27328         * debian/control.in:
27329         * debian/copyright:
27330         * debian/gstreamer-a52dec.files:
27331         * debian/gstreamer-aa.files:
27332         * debian/gstreamer-alsa.files:
27333         * debian/gstreamer-alsa.manpages:
27334         * debian/gstreamer-arts.files:
27335         * debian/gstreamer-artsd.files:
27336         * debian/gstreamer-audiofile.files:
27337         * debian/gstreamer-avifile.files:
27338         * debian/gstreamer-cdparanoia.files:
27339         * debian/gstreamer-colorspace.files:
27340         * debian/gstreamer-doc.files:
27341         * debian/gstreamer-dv.files:
27342         * debian/gstreamer-dvd.files:
27343         * debian/gstreamer-esd.files:
27344         * debian/gstreamer-festival.files:
27345         * debian/gstreamer-flac.files:
27346         * debian/gstreamer-gconf.conffiles:
27347         * debian/gstreamer-gconf.files:
27348         * debian/gstreamer-gconf.postinst:
27349         * debian/gstreamer-gnomevfs.files:
27350         * debian/gstreamer-gsm.files:
27351         * debian/gstreamer-http.files:
27352         * debian/gstreamer-jack.files:
27353         * debian/gstreamer-jpeg.files:
27354         * debian/gstreamer-mad.files:
27355         * debian/gstreamer-mikmod.files:
27356         * debian/gstreamer-misc.files:
27357         * debian/gstreamer-mpeg2dec.files:
27358         * debian/gstreamer-oss.files:
27359         * debian/gstreamer-plugin-apps.files:
27360         * debian/gstreamer-plugin-apps.manpages:
27361         * debian/gstreamer-plugin-libs-dev.files:
27362         * debian/gstreamer-plugin-libs.files:
27363         * debian/gstreamer-plugin-template.postinst:
27364         * debian/gstreamer-plugin-template.postrm:
27365         * debian/gstreamer-sdl.files:
27366         * debian/gstreamer-sid.files:
27367         * debian/gstreamer-vorbis.files:
27368         * debian/gstreamer-x.files:
27369         * debian/mk.control:
27370         * debian/rules:
27371         Debian package info not maintained here.
27372
27373 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27374
27375         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27376         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27377         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27378         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27379         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27380         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27381         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27382         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27383         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27384         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27385         * gst-libs/gst/colorbalance/colorbalance.c:
27386         (gst_color_balance_class_init):
27387         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27388         (gst_color_balance_channel_class_init):
27389         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27390         * gst-libs/gst/play/play.c: (gst_play_class_init):
27391         * gst-libs/gst/propertyprobe/propertyprobe.c:
27392         (gst_property_probe_iface_init):
27393         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27394         * gst-libs/gst/tuner/tunerchannel.c:
27395         (gst_tuner_channel_class_init):
27396         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27397         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27398         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27399         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27400         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27401         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27402         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27404         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27405           fix signals to use - instead of _
27406         * ext/libcaca/gstcacasink.h:
27407         * ext/sdl/sdlvideosink.h:
27408           fix header rename
27409
27410 2004-03-04  David Schleef  <ds@schleef.org>
27411
27412         * testsuite/gst-lint:  Add a check for bad signal names.
27413
27414 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27415
27416         reviewed by David Schleef
27417
27418         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27419         modified the alpha channel and caused a warning. (bug #136192)
27420
27421 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27422
27423         * gst-plugins.spec.in:
27424         Change names of plugins to actually be correct. Try to keep things
27425         alphabetical to avoid getting beat up by Thomas
27426
27427 2004-03-03  Julien MOUTTE <julien@moutte.net>
27428
27429         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27430         Using ximagesink as a default if no gconf key found. We should
27431         probably consider using alsasink instead of osssink for the audio
27432         part.
27433
27434 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27435
27436         * configure.ac:
27437           fix --with-plugins, don't think it ever worked before
27438         * gst-plugins.spec.in:
27439           even more updates
27440
27441 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27442
27443         * ext/sdl/sdlvideosink.h:
27444         * sys/ximage/ximagesink.h:
27445         * sys/xvideo/xvideosink.h:
27446         * sys/xvimage/xvimagesink.h:
27447           Fix for move of gstvideosink.h -> videosink.h.
27448
27449 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27450
27451         * gst-libs/gst/xwindowlistener/Makefile.am:
27452           this is a plugin library, not a library
27453
27454 2004-03-01  David Schleef  <ds@schleef.org>
27455
27456         * AUTHORS:  Added some names.  Add yourself if you're still
27457         missing.
27458
27459 2004-03-01  David Schleef  <ds@schleef.org>
27460
27461         * MAINTAINERS: Add
27462
27463 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27464
27465         * gst-plugins.spec.in: clean up spec file
27466
27467 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27468
27469         * gst-libs/gst/video/Makefile.am:
27470         * gst-libs/gst/video/gstvideosink.c:
27471         * gst-libs/gst/video/gstvideosink.h:
27472           rename gstvideosink.h to videosink.h to match other headers
27473         * gst/mixmatrix/Makefile.am:
27474           fix plugin filename
27475         * gst/tags/Makefile.am: fix plugin filename
27476
27477 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27478
27479         * gst/tags/Makefile.am: fix plugin filename
27480
27481 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27482
27483         * examples/gstplay/player.c: (got_time_tick), (main):
27484           add error handler
27485           display time_tick more readably
27486         * gst/mixmatrix/Makefile.am:
27487           fix plugin file name
27488
27489 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27490
27491         * sys/oss/gstosselement.c: (gst_osselement_probe),
27492         (device_combination_append), (gst_osselement_class_probe_devices):
27493         * sys/oss/gstosselement.h:
27494           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27495           on my system using alsa oss emulation, fixes bug #135597
27496
27497 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27498
27499         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27500         (gst_videodrop_chain), (gst_videodrop_change_state):
27501         * gst/videodrop/gstvideodrop.h:
27502           Work based on timestamp of input data, not based on the expected
27503           framerate from the input. The consequence is that this element now
27504           not only scales framerates, but also functions as a framerate
27505           corrector or framerate stabilizer/constantizer.
27506
27507 2004-02-27  David Schleef  <ds@schleef.org>
27508
27509         patches from jmmv@menta.net (Julio M. Merino Vidal)
27510
27511         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27512         GST_ELEMENT_ERROR call (bug #135634)
27513         * gst/interleave/interleave.c: (interleave_buffered_loop),
27514         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27515         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27516         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27517         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27518         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27519         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27520         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27521         Fix GST_ELEMENT_ERROR call.
27522         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27523         GST_ELEMENT_ERROR call.
27524
27525 2004-02-27  Benjamin Otte  <otte@gnome.org>
27526
27527         * gst-libs/gst/audio/audio.h:
27528           add macro to make sure header isn't included twice
27529         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27530           don't use gst_buffer_free
27531         * gst/playondemand/filter.func:
27532           don't use gst_data_free. Free data only once.
27533
27534 2004-02-26  David Schleef  <ds@schleef.org>
27535
27536         * gst-libs/gst/colorbalance/Makefile.am:
27537         * gst-libs/gst/mixer/Makefile.am:
27538         * gst-libs/gst/tuner/Makefile.am:
27539         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27540         should not be disted, -marshal.h files should not be installed,
27541         and -enum.h files _should_ be installed.  Fix to make this the
27542         case.
27543
27544 === release 0.7.5 ===
27545
27546 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27547
27548         * configure.ac: release 0.7.5, "Under The Sea"
27549
27550 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27551
27552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27553         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27554         * gst/videoscale/gstvideoscale.c:
27555         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27556           assorted debug/warning fixes
27557
27558 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27559
27560         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27561         (gst_videoscale_init), (gst_videoscale_chain),
27562         (gst_videoscale_set_property), (plugin_init):
27563         * gst/videoscale/gstvideoscale.h:
27564         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27565         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27566         (gst_videoscale_planar400), (gst_videoscale_packed422),
27567         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27568         (gst_videoscale_24bit), (gst_videoscale_16bit),
27569         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27570         (gst_videoscale_scale_plane_slow),
27571         (gst_videoscale_scale_point_sample),
27572         (gst_videoscale_scale_nearest),
27573         (gst_videoscale_scale_nearest_str2),
27574         (gst_videoscale_scale_nearest_str4),
27575         (gst_videoscale_scale_nearest_32bit),
27576         (gst_videoscale_scale_nearest_24bit),
27577         (gst_videoscale_scale_nearest_16bit):
27578         add debugging category and use it properly
27579         fix use of GST_PTR_FORMAT
27580
27581 2004-02-25  Andy Wingo  <wingo@pobox.com>
27582
27583         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27584         push only when channel->buffer is NULL. Prevents segfaults doing
27585         the state change after a nonlocal exit, like a scheme exception.
27586
27587         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27588         Handle the case where the intersected caps is empty.
27589
27590 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27591
27592         * gst/law/mulaw-decode.c: (mulawdec_link):
27593         * gst/law/mulaw.c: (plugin_init):
27594           fix mulawdec so it actually works again
27595
27596 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27597
27598         reviewed by: David Schleef  <ds@schleef.org>
27599
27600         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27601         (gst_gamma_init), (gst_gamma_set_property),
27602         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27603         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27604         for RGB, with separate r g and b correction factors. (#131167)
27605
27606 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27607
27608         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27609           only signal tags for bitrate if they're > 0 (#134894)
27610
27611 2004-02-24  David Schleef  <ds@schleef.org>
27612
27613         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27614         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27615         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27616         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27617         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27618         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27619         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27620         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27621         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27622         category.  Attempt to fix timestamp calculation.
27623
27624 2004-02-24  Johan Dahlin  <johan@gnome.org>
27625
27626         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27627
27628 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27629
27630         * configure.ac:
27631         * gconf/Makefile.am:
27632         * gconf/gstreamer.schemas:
27633         * gst-libs/gst/gconf/Makefile.am:
27634         * gst-libs/gst/gconf/gconf.c:
27635           version gconf schemas and install locations
27636
27637 2004-02-23  Benjamin Otte  <otte@gnome.org>
27638
27639         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27640         (gst_xine_input_subclass_init):
27641           call parent dispose.
27642           change pad template for CD reader correctly
27643         * ext/xine/Makefile.am:
27644         * ext/xine/gstxine.h:
27645         * ext/xine/xine.c: (plugin_init):
27646         * ext/xine/xineaudiosink.c:
27647           wrap audio sinks, too
27648         * gst-libs/gst/resample/private.h:
27649         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27650         (gst_resample_reinit), (gst_resample_scale),
27651         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27652         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27653         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27654         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27655         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27656         * gst-libs/gst/resample/resample.h:
27657         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27658         (gst_audioscale_class_init), (gst_audioscale_link),
27659         (gst_audioscale_get_buffer), (gst_audioscale_init),
27660         (gst_audioscale_chain), (gst_audioscale_set_property),
27661         (gst_audioscale_get_property):
27662         * gst/audioscale/gstaudioscale.h:
27663           s/resample_*/gst_resample_*/i to not clobber namespaces
27664
27665 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27666
27667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27668         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27669         (gst_riff_create_video_template_caps),
27670         (gst_riff_create_audio_template_caps),
27671         (gst_riff_create_iavs_template_caps):
27672         * gst-libs/gst/riff/riff-media.h:
27673         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27674         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27675         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27676         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27677         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27678         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27679         (gst_matroska_demux_plugin_init): First batch implementing audio and
27680         video codec tags in demuxers.
27681
27682 2004-02-22  Benjamin Otte  <otte@gnome.org>
27683
27684         * ext/xine/Makefile.am:
27685         * ext/xine/gstxine.h:
27686         * ext/xine/xine.c: (plugin_init):
27687         * ext/xine/xineinput.c:
27688           add input plugin wrapper. Playback from files, http, mms and cdda
27689           works.
27690         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27691           remove leftover G_GNUC_UNUSED
27692         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27693         (gst_asf_demux_identify_guid):
27694           improve debugging output
27695
27696 2004-02-22  Benjamin Otte  <otte@gnome.org>
27697
27698         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27699
27700         * autogen.sh:
27701           replace test -e with test -x for mkinstalldirs to be more portable.
27702           (fixes #134816)
27703
27704 2004-02-22  Benjamin Otte  <otte@gnome.org>
27705
27706         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27707
27708         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27709           set rank to PRIMARY
27710         * gst/volume/gstvolume.c: (plugin_init):
27711           set rank to NONE
27712         fixes #134960
27713
27714 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27715
27716         reviewed by Benjamin Otte  <otte@gnome.org>
27717
27718         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27719           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27720
27721 2004-02-22  Benjamin Otte  <otte@gnome.org>
27722
27723         * configure.ac:
27724           export [_]*{gst,Gst,GST}.* symbols from plugins
27725
27726 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27727
27728         reviewed by: Benjamin Otte  <otte@gnome.org>
27729
27730         * ext/lame/gstlame.c: (add_one_tag):
27731         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27732         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27733         (gst_vorbisenc_metadata_set1):
27734         * gst/tags/gstid3tag.c:
27735         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27736           apply fixes from bugs #135042 (lame can't write tags) and #133817
27737           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27738
27739 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27740
27741         * configure.ac: Export only gst_plugin_desc from plugins.
27742          Note that this change only makes any effect with Linux using libtool
27743          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27744          fine. And don't try to have several versions of libtool in different
27745          directories.
27746
27747 2004-02-20  Andy Wingo  <wingo@pobox.com>
27748
27749         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27750         interleave respectively.
27751
27752         * gst/interleave/deinterleave.c: New plugin: deinterleave
27753         (replaces on oneton).
27754         * gst/interleave/interleave.c: New plugin: interleave.
27755         * gst/interleave/plugin.h: Support file.
27756         * gst/interleave/plugin.c: Support file.
27757
27758         * configure.ac: Remove intfloat and oneton, add interleave.
27759
27760         * ext/sndfile/gstsf.c: Handle events better.
27761
27762         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27763         and float2int operation. int2float has scheduling problems as
27764         noted in in2float_chain.
27765
27766 2004-02-20  Benjamin Otte  <otte@gnome.org>
27767
27768         * ext/xine/Makefile.am:
27769         * ext/xine/gstxine.h:
27770         * ext/xine/xine.c:
27771         * ext/xine/xineaudiodec.c:
27772         * ext/xine/xinecaps.c:
27773           add first version of xine plugin wrapper. Currently only wraps the
27774           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27775         * configure.ac:
27776         * ext/Makefile.am:
27777           add xine plugin wrapper, disabled by default. Use --enable-xine to
27778           build. Note that it'll segfault on gst-register if you don't remove
27779           the goom and tvtime post plugins from xine.
27780         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27781         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27782           add extradata parsing for QDM2.
27783           change around debugging prints.
27784
27785 2004-02-19  Benjamin Otte  <otte@gnome.org>
27786
27787         * ext/lame/gstlame.c: (gst_lame_chain):
27788         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27789           use gst_tag_list_insert when you want to insert tags
27790
27791 2004-02-18  David Schleef  <ds@schleef.org>
27792
27793         * configure.ac:  Move massink to gst-rotten
27794         * ext/Makefile.am:
27795         * ext/mas/Makefile.am:
27796         * ext/mas/massink.c:
27797         * ext/mas/massink.h:
27798
27799 2004-02-18  David Schleef  <ds@schleef.org>
27800
27801         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27802         typefinding, since it seems to be worse than nothing.
27803         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27804         atom to recognize .mp4 and .m4a files as video/quicktime.
27805
27806 2004-02-18  David Schleef  <ds@schleef.org>
27807
27808         * gst/sine/demo-dparams.c: (quit_live),
27809         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27810         Use double dparams, not float.
27811         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27812         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27813         sync'd elements don't really work correctly.
27814         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27815         (volume_update_volume), (volume_get_property):  Change dparam
27816         to double.
27817
27818 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27819
27820         * sys/ximage/ximagesink.c:
27821         (gst_ximagesink_xwindow_update_geometry),
27822         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27823         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27824         (gst_ximagesink_init): Rework the way software video scaling works. So
27825         now we check on each chain call if the video frames are feeling the
27826         window. If not we try to renegotiate caps. On failure we memorize that
27827         and we won't try again for that PLAYING sessions.
27828         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27829         failure.
27830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27831         synchronous flag.
27832
27833 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27834
27835         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27836           break up _link so we can give a better debug message for errors
27837
27838 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27839
27840         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27841           set up debug category
27842
27843 2004-02-18  Julien MOUTTE <julien@moutte.net>
27844
27845         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27846         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27847         the way renegotiation work. The event handling function is not taking
27848         care of external windows and renegotiate method check for pad flags
27849         NEGOTIATING. Should fix : #133209
27850
27851 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27852
27853         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27854         pad is negotiating before trying renegotiation.
27855
27856 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27857
27858         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27859           pass on all possible mime types as typefind hints
27860
27861 2004-02-17  Julien MOUTTE <julien@moutte.net>
27862
27863         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27865         possible SHM leak if we crash. All other apps using XShm are doing
27866         that.
27867
27868 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27869
27870         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27871         (gst_ximagesink_expose): Renegotiate size on expose.
27872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27873         size on expose.
27874
27875 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27876
27877         * testsuite/alsa/sinesrc.c:
27878           cosmetic fix to fix compile issue with gcc 2.95.4
27879
27880 2004-02-16  Julien MOUTTE <julien@moutte.net>
27881
27882         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27883         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27884         failed opening the audio device.
27885         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27886         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27887         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27888         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27889         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27890         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27891         (gst_ximagesink_change_state), (gst_ximagesink_chain),
27892         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27893         Removing some useless g_return_if_fail like wingo suggested.
27894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27895         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27896         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27897         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27898         (gst_xvimagesink_update_colorbalance),
27899         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27900         (gst_xvimagesink_xcontext_clear),
27901         (gst_xvimagesink_get_fourcc_from_caps),
27902         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27903         (gst_xvimagesink_set_xwindow_id),
27904         (gst_xvimagesink_colorbalance_list_channels),
27905         (gst_xvimagesink_colorbalance_set_value),
27906         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27907         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27908
27909 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27910
27911         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27912           throw error when not negotiated instead of asserting
27913
27914 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27915
27916         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27917         correct data refcounting.
27918
27919 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27920
27921         * gst/switch/gstswitch.c: (gst_switch_change_state),
27922         (gst_switch_class_init): Cleaning the sinkpads correctly on state
27923         change, mostly the EOS flag.
27924
27925 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27926
27927         * examples/gstplay/player.c: (got_eos), (main): Adding some
27928         output for debugging.
27929         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
27930         timeouts if we go to any state different from PLAYING.
27931         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
27932         more EOS bugs in riff lib.
27933
27934 2004-02-14  Julien MOUTTE  <julien@moutte.net>
27935
27936         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
27937         visualization until i find a way to fix switch correctly.
27938         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
27939         EOS arrives.
27940         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27941         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27942         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
27943         Reworked switch to get a more correct behaviour with events and refing
27944         of data stored in sinkpads.
27945         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
27946         we don't pull from a pad in EOS.
27947
27948 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27949
27950         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27951           remove v1 tag even if we can't read it (makes sure we don't detect
27952           it again)
27953
27954 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27955
27956         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
27957         (gst_alsa_xrun_recovery):
27958         * ext/alsa/gstalsa.h:
27959           try xrun recovery when wait failed. Make xrun recovery function
27960           return TRUE/FALSE to indicate success. (might fix #134354)
27961
27962 2004-02-13  David Schleef  <ds@schleef.org>
27963
27964         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
27965         (dynparm_value_changed), (main): Convert from float to double.
27966         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
27967
27968 2004-02-13  David Schleef  <ds@schleef.org>
27969
27970         * gst/silence/gstsilence.c: (gst_silence_class_init),
27971         (gst_silence_set_clock), (gst_silence_get),
27972         (gst_silence_set_property), (gst_silence_get_property):
27973         * gst/silence/gstsilence.h: Add sync property.
27974         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27975         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
27976         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
27977         * gst/sine/gstsinesrc.h: Add sync property.
27978
27979 2004-02-13  David Schleef  <ds@schleef.org>
27980
27981         * gst/intfloat/gstint2float.c: (conv_f32_s16),
27982         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
27983
27984 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27985
27986         * configure.ac:
27987         * ext/Makefile.am:
27988         * gst-libs/ext/Makefile.am:
27989           move ffmpeg plugin to gst-ffmpeg module
27990
27991 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27992
27993         * configure.ac: use GST_ARCH to detect architecture
27994
27995 2004-02-12  Julien MOUTTE  <julien@moutte.net>
27996
27997         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
27998
27999 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28000
28001         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28002           classify LADSPA plugins based on number of src/sink pads
28003           (#133663, Stefan Kost)
28004         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28005           fix dparams registration
28006           (#133528, Stefan Kost)
28007         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28008           fix use of isprint and use g_ascii_isprint instead
28009           (#133316, Stefan Kost)
28010
28011 2004-02-11  David Schleef  <ds@schleef.org>
28012
28013         Convert a few inner loops to use liboil.  This is currently
28014         optional, and is only enabled if liboil is present (duh!).
28015         * configure.ac: Check for liboil-0.1
28016         * gst/intfloat/Makefile.am:
28017         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28018         (gst_int2float_chain_gint16):
28019         * gst/videofilter/Makefile.am:
28020         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28021         (tablelookup_u8), (gst_videobalance_planar411):
28022         * gst/videotestsrc/Makefile.am:
28023         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28024         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28025         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28026         (paint_hline_RGB565), (paint_hline_xRGB1555):
28027
28028 2004-02-11  David Schleef  <ds@schleef.org>
28029
28030         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28031         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28032         (gst_colorspace_getcaps), (gst_colorspace_link),
28033         (gst_colorspace_base_init), (gst_colorspace_init),
28034         (gst_colorspace_chain), (gst_colorspace_change_state),
28035         (plugin_init): Merge Ronald's patch (bug #117897) and update
28036         for new caps and negotiation.  Seems to work, although it
28037         shows off bugs in lcs.
28038
28039 2004-02-11  David Schleef  <ds@schleef.org>
28040
28041         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28042         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28043
28044 2004-02-11  David Schleef  <ds@schleef.org>
28045
28046         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28047         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28048         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28049         Add server and port properties
28050
28051 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28052
28053         * m4/a52.m4:
28054         * m4/aalib.m4:
28055         * m4/as-ffmpeg.m4:
28056         * m4/as-liblame.m4:
28057         * m4/as-slurp-ffmpeg.m4:
28058         * m4/check-libheader.m4:
28059         * m4/esd.m4:
28060         * m4/freetype2.m4:
28061         * m4/gconf-2.m4:
28062         * m4/glib.m4:
28063         * m4/gst-alsa.m4:
28064         * m4/gst-artsc.m4:
28065         * m4/gst-ivorbis.m4:
28066         * m4/gst-matroska.m4:
28067         * m4/gst-sdl.m4:
28068         * m4/gst-shout2.m4:
28069         * m4/gst-sid.m4:
28070         * m4/gtk.m4:
28071         * m4/libdv.m4:
28072         * m4/libfame.m4:
28073         * m4/libmikmod.m4:
28074         * m4/ogg.m4:
28075         * m4/vorbis.m4:
28076           fix underquotedness of macros (#133800)
28077         * m4/as-avifile.m4:
28078         * m4/xmms.m4:
28079           removed because no longer used
28080
28081 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28082
28083         * configure.ac:
28084           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28085           by autopoint (fixes #132996)
28086
28087 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28088
28089         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28090         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28091         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28092         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28093           fix memleaks
28094
28095 2004-02-11  David Schleef  <ds@schleef.org>
28096
28097         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28098         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28099         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28100         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28101         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28102         (gst_jpegenc_class_init), (gst_jpegenc_init),
28103         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28104         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28105         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28106         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28107
28108 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28109
28110         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28111         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28112         * ext/mikmod/gstmikmod.h:
28113           fix caps negotiation in mikmod
28114         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28115           output debug information
28116
28117 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28118
28119         * gst-libs/gst/colorbalance/Makefile.am:
28120         * gst-libs/gst/navigation/Makefile.am:
28121         * gst-libs/gst/xoverlay/Makefile.am:
28122           remove unused GST_OPT_CFLAGS from Makefiles
28123           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28124
28125 2004-02-07  David Schleef  <ds@schleef.org>
28126
28127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28128         push events to pads that haven't been created (#133508)
28129
28130 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28131
28132         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28133         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28134         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28135         (gst_dvdec_loop), (gst_dvdec_change_state):
28136         Second attempt at committing a working dvdec element.
28137
28138 2004-02-06  David Schleef  <ds@schleef.org>
28139
28140         Build fixes for OS X: (see #129600)
28141         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28142         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28143         (gst_riff_read_strf_iavs):
28144         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28145         (gst_avi_demux_stream_odml):
28146         * gst/playondemand/Makefile.am:
28147         * gst/rtp/rtp-packet.c:
28148
28149 2004-02-05  David Schleef  <ds@schleef.org>
28150
28151         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28152         last change, because it Just Doesn't Compile.
28153
28154 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28155
28156         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28157           skip undecodable id3v2 tag instead of keeping it
28158
28159 2004-02-05  David Schleef  <ds@schleef.org>
28160
28161         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28162         Unref leaked buffer.  (Noticed by Ronald)
28163
28164 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28165
28166         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28167         Sync requires with other checks.  >= vs =.
28168
28169 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28170
28171         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28172         (gst_dvdec_video_link), (gst_dvdec_loop):
28173         * ext/dv/gstdvdec.h:
28174           rework the caps negotiation so that dvdec works again instead
28175           of just segfaulting.
28176
28177 === release 0.7.4 ===
28178
28179 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28180
28181         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28182         * configure.ac: changed for release
28183
28184 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28185
28186         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28187         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28188         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28189         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28190           reworked patch by David Lehn to fix libdir and includedir for
28191           uninstalled libraries
28192           removed play and gconf from gstreamer-libs since they have their
28193           own pkgconfig files
28194
28195 2004-02-04  David Schleef  <ds@schleef.org>
28196
28197         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28198         memleak.
28199
28200 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28201
28202         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28203           use correct GST_TAG_ENCODER tag
28204
28205 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28206
28207         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28208           be sure to stop the clock when going to paused
28209         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28210           reset number of transmitted when going to ready.
28211         fixes #132935
28212
28213 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28214
28215         reviewed by Benjamin Otte
28216
28217         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28218           extract track count (fixes #133410)
28219
28220 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28221
28222         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28223           that should be !=, not == (fixes #132519)
28224
28225 2004-02-04  David Schleef  <ds@schleef.org>
28226
28227         Make sure set_explicit_caps() is called before adding pad.
28228         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28229         * gst/id3/gstid3types.c: (gst_id3types_loop):
28230         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28231         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28232
28233 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28234
28235         * configure.ac:
28236           bump nano to 2, first prerelease
28237           put back AM_PROG_LIBTOOL
28238
28239 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28240
28241         * testsuite/alsa/Makefile.am:
28242           these are user test apps, not automatic testsuite tests
28243
28244 2004-02-04  David Schleef  <ds@schleef.org>
28245
28246         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28247         * gst/mpeg1videoparse/gstmp1videoparse.c:
28248         (mp1videoparse_parse_seq):
28249         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28250         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28251         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28252         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28253         (gst_xvideosink_getcaps):
28254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28255         * testsuite/gst-lint: more tests
28256
28257 2004-02-04  David Schleef  <ds@schleef.org>
28258
28259         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28260         with the code that they would expand to.
28261         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28262         (gst_flacdec_get_src_query_types),
28263         (gst_flacdec_get_src_event_masks):
28264         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28265         (gst_gnomevfssrc_get_query_types),
28266         (gst_gnomevfssrc_get_event_mask):
28267
28268 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28269
28270         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28271         (gst_sinesrc_dispose):
28272           fix memleak by properly disposing sinesrc
28273
28274 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28275
28276         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28277         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28278         an overlay to redraw the image because it has been exposed.
28279         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28280         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28281         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28282         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28283         interface
28284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28285         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28286         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28287         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28288         interface
28289
28290 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28291
28292         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28293           more memleak fixage
28294
28295 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28296
28297         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28298         * gst/typefind/gsttypefindfunctions.c:
28299           fix memleaks shown by gst-typefind
28300
28301 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28302
28303         * common/glib-gen.mak:
28304           add hack rule to touch .Plo files
28305         * gst-libs/gst/colorbalance/Makefile.am:
28306         * gst-libs/gst/mixer/Makefile.am:
28307         * gst-libs/gst/play/Makefile.am:
28308         * gst-libs/gst/tuner/Makefile.am:
28309           remove glib_root variable
28310
28311 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28312
28313         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28314           set explicit caps before adding the element, so the autopluggers can
28315           plug correctly.
28316         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28317         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28318         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28319         (dv_type_find):
28320           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28321           argument.
28322
28323 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28324
28325         * gst-libs/gst/colorbalance/Makefile.am:
28326         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28327         * gst-libs/gst/colorbalance/colorbalance.c:
28328         * gst-libs/gst/colorbalance/colorbalance.h:
28329         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28330         * gst-libs/gst/mixer/Makefile.am:
28331         * gst-libs/gst/mixer/mixer-marshal.list:
28332         * gst-libs/gst/mixer/mixer.c:
28333         * gst-libs/gst/mixer/mixer.h:
28334         * gst-libs/gst/mixer/mixermarshal.list:
28335         * gst-libs/gst/play/Makefile.am:
28336         * gst-libs/gst/play/play.h:
28337         * gst-libs/gst/tuner/Makefile.am:
28338         * gst-libs/gst/tuner/tuner-marshal.list:
28339         * gst-libs/gst/tuner/tuner.c:
28340         * gst-libs/gst/tuner/tuner.h:
28341         * gst-libs/gst/tuner/tunermarshal.list:
28342           use new glib-gen.mak snippet to clean up Makefile.am
28343           fix various bugs in Makefile.am's
28344
28345 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28346
28347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28348           handle chain parsing correctly in the multichain case
28349         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28350         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28351         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28352         (theora_dec_chain):
28353           handle events and queries correctly
28354
28355 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28356
28357         * .cvsignore:
28358         Ignore generated file _stdint.h.
28359
28360 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28361
28362         * gst-libs/gst/colorbalance/Makefile.am:
28363         * gst-libs/gst/colorbalance/colorbalance.h:
28364         * gst-libs/gst/mixer/Makefile.am:
28365         * gst-libs/gst/mixer/mixer.h:
28366         * gst-libs/gst/play/Makefile.am:
28367         * gst-libs/gst/play/play.h:
28368         * gst-libs/gst/tuner/Makefile.am:
28369         * gst-libs/gst/tuner/tuner.h:
28370         Generate enum type code with glib-mkenums.
28371         * gst-libs/gst/colorbalance/.cvsignore:
28372         * gst-libs/gst/mixer/.cvsignore:
28373         * gst-libs/gst/play/.cvsignore:
28374         * gst-libs/gst/tuner/.cvsignore:
28375         Ignore generated files.
28376
28377 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28378
28379         * gst-libs/gst/audio/.cvsignore:
28380         Ignore generated file.
28381         * gst-libs/gst/audio/Makefile.am:
28382         Do not install example filter.
28383
28384 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28385
28386         * examples/switch/.cvsignore:
28387         Ignore generated file.
28388
28389 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28390
28391         * common/m4/ax_create_stdint_h.m4:
28392         * configure.ac:
28393           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28394           _stdint.h.
28395         * Makefile.am:
28396           remove generated _stdint.h in DISTCLEANFILES
28397         * ext/a52dec/gsta52dec.c:
28398           include _stdint.h for a52dec. (should fix #133064)
28399
28400 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28401
28402         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28403         (gst_tag_to_vorbis_comments):
28404         Add replaygain support to vorbistag
28405
28406 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28407         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28408         (gst_ffmpeg_caps_to_extradata):
28409           Fix SVQ3 caps flag properties
28410           Use glib macro for bytes swap
28411
28412 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28413
28414         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28415         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28416         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28417         * ext/sndfile/gstsf.c: (plugin_init):
28418         * gst/avi/gstavi.c: (plugin_init):
28419         * sys/dxr3/dxr3init.c: (plugin_init):
28420         * sys/oss/gstossaudio.c: (plugin_init):
28421         * sys/v4l/gstv4l.c: (plugin_init):
28422         * sys/v4l2/gstv4l2.c: (plugin_init):
28423           remove textdomain calls
28424         * po/nl.po:
28425           update Dutch translation
28426
28427 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28428
28429         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28430         (gst_play_set_audio_sink): Moving volume in the audio thread for
28431         instantaneous volume change. Maybe i will add another volume in front
28432         of visualization later, not sure yet though.
28433
28434 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28435
28436         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28437         (gst_ximagesink_handle_xevents): Better X events handling, only take
28438         the latest events for configure and motion.
28439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28440
28441 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28442
28443         reviewed by: David Schleef  <ds@schleef.org>
28444
28445         Fix memory leaks:
28446         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28447         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28448
28449 2004-02-02  David Schleef  <ds@schleef.org>
28450
28451         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28452         of lines.
28453         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28454         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28455         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28456         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28457         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28458         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28459         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28460         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28461         (gst_float2_2_int_link):
28462         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28463         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28464         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28465         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28466         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28467         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28468         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28469         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28470         * testsuite/gst-lint: Add tests for bzero and ;;
28471
28472 2004-02-02  David Schleef  <ds@schleef.org>
28473
28474         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28475
28476 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28477
28478         * ext/aalib/gstaasink.c: (gst_aasink_open):
28479         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28480         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28481         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28482         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28483         (gst_afsink_close_file):
28484         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28485         (gst_afsrc_close_file):
28486         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28487         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28488         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28489         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28490         * ext/esd/esdmon.c: (gst_esdmon_get):
28491         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28492         * ext/faac/gstfaac.c: (gst_faac_chain):
28493         * ext/faad/gstfaad.c: (gst_faad_chain):
28494         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28495         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28496         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28497         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28498         (gst_flacdec_loop):
28499         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28500         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28501         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28502         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28503         (gst_gnomevfssink_close_file):
28504         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28505         (gst_gnomevfssrc_open_file):
28506         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28507         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28508         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28509         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28510         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28511         * ext/mad/gstmad.c: (gst_mad_chain):
28512         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28513         * ext/mpeg2dec/gstmpeg2dec.c:
28514         * ext/mpeg2enc/gstmpeg2enc.cc:
28515         * ext/mplex/gstmplex.cc:
28516         * ext/mplex/gstmplexibitstream.cc:
28517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28518         (gst_ogg_demux_push):
28519         * ext/raw1394/gstdv1394src.c:
28520         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28521         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28522         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28523         (gst_sf_loop):
28524         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28525         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28526         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28527         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28529         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28530         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28531         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28532         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28533         (gst_riff_read_element_data), (gst_riff_read_seek),
28534         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28535         * gst/adder/gstadder.c: (gst_adder_loop):
28536         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28537         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28538         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28539         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28540         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28541         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28542         * gst/goom/gstgoom.c: (gst_goom_chain):
28543         * gst/id3/gstid3types.c: (gst_id3types_loop):
28544         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28545         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28546         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28547         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28548         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28549         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28550         (gst_ebml_read_float), (gst_ebml_read_header):
28551         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28552         (gst_matroska_demux_parse_blockgroup):
28553         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28554         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28555         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28556         * gst/silence/gstsilence.c: (gst_silence_get):
28557         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28558         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28559         * gst/speed/gstspeed.c: (speed_loop):
28560         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28561         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28562         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28563         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28564         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28565         (gst_wavparse_loop):
28566         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28567         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28568         (dxr3audiosink_close):
28569         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28570         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28571         (dxr3videosink_close), (dxr3videosink_write_data):
28572         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28573         * sys/oss/gstosssink.c: (gst_osssink_chain):
28574         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28575         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28576         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28578         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28579         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28580         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28581         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28582         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28583         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28584         (gst_v4l_set_audio):
28585         * sys/v4l/v4l_calls.h:
28586         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28587         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28588         (gst_v4lmjpegsink_playback_init),
28589         (gst_v4lmjpegsink_playback_start):
28590         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28591         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28592         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28593         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28594         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28595         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28596         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28597         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28598         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28599         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28600         (gst_v4l2_get_output), (gst_v4l2_set_output),
28601         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28602         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28603         (gst_v4l2_set_attribute):
28604         * sys/v4l2/v4l2_calls.h:
28605         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28606         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28607         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28608         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28609         (gst_v4l2src_capture_stop):
28610         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28611         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28612         (gst_ximagesink_chain):
28613         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28614         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28615         (gst_xvideosink_xwindow_new):
28616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28617         (gst_xvimagesink_chain):
28618
28619 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28620
28621         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28622         (gst_volume_get_volume), (volume_class_init), (volume_init),
28623         (volume_chain_int16), (volume_update_volume):
28624         * gst/volume/gstvolume.h:
28625           make code more readable by removing magic numbers
28626           make mixer interface export 0-100 range
28627           make it internally map to 0.0-1.0 range so users don't distort
28628           output by putting the sliders at full volume
28629
28630 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28631
28632         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28633         (gst_play_state_change), (gst_play_seek_to_time):
28634         block the tick callback for 0.5 secs after doing a seek
28635
28636 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28637
28638         * gst-libs/gst/play/play.c: (gst_play_new):
28639           check for GError
28640
28641 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28642
28643         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28644         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28645         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28646         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28648         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28649
28650 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28651
28652         * configure.ac:
28653         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28654           check for a function added in vorbis 1.1
28655
28656 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28657
28658         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28659         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28660           really start/stop clock only on PLAYING <=> PAUSED
28661         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28662           remove \n from debugging lines
28663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28664           make it work when seeking does not
28665         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28666           reset on DISCONT
28667
28668 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28669
28670         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28671           start clock on PAUSED=>PLAYING, not later
28672         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28673           extract correct time for different discont formats
28674         (gst_alsa_sink_get_time):
28675           don't segfault when no format is negotiated yet, just return 0
28676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28677         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28678         (gst_ogg_pad_push):
28679           handle flush and discont events correctly
28680         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28681           handle discont events correctly
28682
28683 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28684
28685         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28686         (gst_play_error_create), (gst_play_error_plugin),
28687         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28688         * gst-libs/gst/play/play.h:
28689           add error handling during creation
28690         * examples/gstplay/player.c: (main):
28691           use new gst_play_new
28692
28693
28694 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28695
28696         * ext/theora/theoradec.c: (theora_dec_chain):
28697           make comments work
28698         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28699         (vorbis_dec_src_event), (vorbis_dec_chain):
28700           add encoder tag, fix tag reading to be more error tolerant, change
28701           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28702           gst_pad_event_default.
28703         * gst/tags/gstvorbistag.c:
28704         (gst_tag_list_from_vorbiscomment_buffer):
28705           undefine function specific define at end of function
28706
28707 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28708
28709         * ext/flac/gstflac.c: (plugin_init):
28710         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28711         * ext/flac/gstflacdec.h:
28712         * ext/flac/gstflacenc.h:
28713           Fix typos
28714
28715 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28716
28717         * examples/gstplay/player.c: s/gstplay.h/play.h/
28718
28719 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28720
28721         * gst-libs/gst/play/Makefile.am:
28722         * gst-libs/gst/play/gstplay.c:
28723         * gst-libs/gst/play/gstplay.h:
28724         * gst-libs/gst/play/play.c:
28725           more surgery, operation complete
28726
28727 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28728
28729         * gst-libs/gst/play/play.old.c:
28730         * gst-libs/gst/play/play.old.h:
28731           after CVS surgery by moving, remove
28732         * gst-libs/gst/play/playpipelines.c:
28733           remove
28734
28735         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28736           add negotiation error
28737
28738 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28739
28740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28741         (gst_ogg_demux_push):
28742           add some seeking debug info
28743           send a flush when seeking
28744
28745 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28746
28747         * configure.ac:
28748           use AC_C_INLINE
28749         * configure.ac:
28750         * ext/Makefile.am:
28751         * ext/theora/Makefile.am:
28752         * ext/theora/theoradec.c:
28753           add theora video decoder. Does just do simple decoding for now and
28754           has been tested against Theora cvs only. It only works when theora
28755           is compiled with --enable-static.
28756         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28757           always reset packetno on DISCONT
28758
28759 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28760
28761         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28762           Fix audio.
28763
28764 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28765
28766         * gst/mpegaudioparse/gstmpegaudioparse.c:
28767         (mp3_type_frame_length_from_header):
28768           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28769
28770 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28771
28772         * ext/esd/esdsink.c: (gst_esdsink_init):
28773           Since we have static pad template caps, we don't need to negotiate;
28774           either the core errors out or we know the format.
28775
28776 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28777
28778         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28779         (gst_riff_read_seek):
28780         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28781         (gst_ebml_read_seek):
28782           Fix event handling.
28783
28784 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28785
28786         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28787           removee video/x-theora from vp3 decoder, it doesn't handle raw
28788           theora streams
28789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28790           fix bug with finalizing element that never went to PAUSED
28791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28792           length and position queries were swapped
28793         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28794         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28795         (vorbis_dec_src_event):
28796           implement querying time and bytes
28797
28798 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28799
28800         * just about every source file:
28801           gst_element_error -> GST_ELEMENT_ERROR
28802
28803 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28804
28805         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28806         emiting FLUSH and even before DISCONT.
28807         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28808         get the best instant seeking as possible yay!
28809
28810 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28811
28812         * gst/mpeg1videoparse/gstmp1videoparse.c:
28813         (gst_mp1videoparse_real_chain):
28814           Committed wrong version last week... Grr... Didn't notice until now.
28815
28816 2004-01-29  Julien MOUTTE <julien@moutte.net>
28817
28818         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28820         have_xwindow_id signal in xwindow_create.
28821
28822 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28823
28824         * ext/ogg/gstoggdemux.c:
28825           lots of changes - mainly support for chained bitstreams, seeking,
28826           querying and bugfixes of course
28827         * ext/vorbis/Makefile.am:
28828         * ext/vorbis/vorbisdec.c:
28829         * ext/vorbis/vorbisdec.h:
28830           add vorbisdec raw vorbis decoder
28831         * ext/vorbis/vorbis.c: (plugin_init):
28832           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28833         * gst/intfloat/Makefile.am:
28834         * gst/intfloat/float22int.c:
28835         * gst/intfloat/float22int.h:
28836         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28837           add float2intnew plugin. It converts multichannel interleaved float to
28838           multichannel interleaved int. The name should probably be changed.
28839         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28840         (plugin_init):
28841           add typefinding for raw theora video so oggdemux can detect it.
28842
28843 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28844
28845         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28846         sink element first.
28847         * gst/videoscale/gstvideoscale.c:
28848         (gst_videoscale_handle_src_event): Fixing src event handler.
28849
28850 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28851
28852         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28853         (gst_v4lsrc_open), (gst_v4lsrc_close),
28854         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28855         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28856         * sys/v4l/gstv4lsrc.h:
28857         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28858         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28859           Implement resizing... Hack. But that's why v4l is b0rked...
28860
28861 2004-01-28  Julien MOUTTE <julien@moutte.net>
28862
28863         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28864         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28865         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28866         (gst_ximagesink_xwindow_destroy):
28867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28868         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28869         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28870         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28871         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28872         correctly cleaning the image created to check xshm calls on succes,
28873         added a lot of XSync calls in X11 functions, and fixed a segfault when
28874         no image format was defined before negotiation happened.
28875
28876 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28877
28878         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28879           use gst_element_get_time to get correct time
28880
28881 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28882
28883         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28884         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28885         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28887         (gst_xvimagesink_check_xshm_calls),
28888         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28889         X plugins are now able to detect that XShm calls will fail even if the
28890         server claims that it has XShm support (remote displays most of the
28891         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28892         so that we use non XShm functions. This feature is almost useless for
28893         xvimagesink as Xv is not supported on remote displays anyway, but
28894         it might happen than even on the local display XShm calls fail.
28895
28896 2004-01-27  David Schleef  <ds@schleef.org>
28897
28898         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28899         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28900         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
28901         changed esdsink to only use 44100,16,2, since esd sucks at rate
28902         conversion and esdsink has had difficulty negotiating.
28903
28904 2004-01-27  Julien MOUTTE <julien@moutte.net>
28905
28906         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28907         (gst_play_seek_to_time): Fixing the way to get current position.
28908
28909 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28910
28911         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28912           use gst_element_get_time to get correct time
28913
28914 2004-01-27  Julien MOUTTE <julien@moutte.net>
28915
28916         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28917         fix ever... Inverting 2 lines of code make spider autoplug correctly
28918         tagged mp3 !
28919
28920 2004-01-27  David Schleef  <ds@schleef.org>
28921
28922         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28923         Use gst_pad_try_set_caps_nonfixed().
28924
28925 2004-01-27  David Schleef  <ds@schleef.org>
28926
28927         * gst/ac3parse/gstac3parse.c: update to checklist 5
28928         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
28929         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
28930         * gst/audioscale/gstaudioscale.c: same
28931         * gst/auparse/gstauparse.c: same
28932         * gst/avi/gstavidemux.c: same
28933
28934 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28935
28936         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28937           stop processing after EOS
28938
28939 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28940
28941         * gst/asfdemux/asfheaders.h:
28942         * gst/asfdemux/gstasfdemux.c:
28943         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
28944         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
28945         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
28946           lot's of fixes to make data extraction simpler and get the code
28947           architecture and compiler independant. Add debugging category
28948         * gst/goom/gstgoom.c: (gst_goom_change_state):
28949           reset channel count on PAUSED=>READY, not READY=>PAUSED
28950
28951 2004-01-26  Colin Walters  <walters@verbum.org>
28952
28953         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
28954         code to pull a bigger buffer in iradio mode.  This as a side effect
28955         makes typefinding work.
28956
28957 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28958
28959         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
28960         Fix SVQ3 decoding on PPC
28961
28962 2004-01-26  Julien MOUTTE <julien@moutte.net>
28963
28964         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
28965         that one managed to stay there... Fixed.
28966
28967 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28968
28969         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28970         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
28971         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
28972         (qtdemux_video_caps):
28973         * gst/qtdemux/qtdemux.h:
28974         Add SVQ3 specific flags to qtdemux and ffmpeg
28975
28976 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28977
28978         * gst-libs/gst/audio/audio.h:
28979           remove buffer-frames from audio caps
28980         * gst/audioconvert/gstaudioconvert.c:
28981           fix plugin to really work.
28982
28983 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28984
28985         * gst-libs/gst/mixer/mixer.c:
28986         * gst-libs/gst/propertyprobe/propertyprobe.c:
28987         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
28988         (gst_tuner_find_channel_by_name):
28989         * gst-libs/gst/tuner/tuner.h:
28990           Add gtk-doc style comments. Also fix a function name.
28991
28992 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28993
28994         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
28995         (gst_divxdec_negotiate):
28996           Fix for new capsnego - also fixes gst-player with divxdec.
28997
28998 2004-01-25  Julien MOUTTE  <julien@moutte.net>
28999
29000         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29001         (gst_play_identity_handoff), (gst_play_set_location),
29002         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29003         try in visualization implementation. Still have an issue with switch
29004         blocking when pulling from video_queue and only audio comes out of
29005         spider.
29006         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29007         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29008         release method. And check if the pad is usable before pulling.
29009
29010 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29011
29012         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29013         (gst_videobalance_init),
29014         (gst_videobalance_colorbalance_list_channels),
29015         (gst_videobalance_colorbalance_set_value),
29016         (gst_videobalance_colorbalance_get_value),
29017         (gst_videobalance_update_properties),
29018         (gst_videobalance_update_tables_planar411),
29019         (gst_videobalance_planar411):
29020         * gst/videofilter/gstvideobalance.h:
29021           Implement lookup-tables. +/- 10x faster.
29022
29023 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29024
29025         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29026         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29027           The index reading was broken. The rest worked fine, but the whole
29028           goal of my rewrite was to make avidemux readable, and this was
29029           not at all readable. Please use typed variables.
29030
29031 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29032
29033         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29034           Additional pad usability check.
29035         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29036         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29037         (gst_mp1videoparse_real_chain):
29038           Fix MPEG video stream parsing. The original plugin had several
29039           issues, including not timestamping streams where the source was
29040           not timestamped (this happens with PTS values in mpeg system
29041           streams, but MPEG video is also a valid stream on its own so
29042           that needs timestamps too). We use the display time code for that
29043           for now. Also, if one incoming buffer contains multiple valid
29044           frames, we push them all on correctly now, including proper EOS
29045           handling. Lastly, several potential segfaults were fixed, and we
29046           properly sync on new sequence/gop headers to include them in next,
29047           not previous frames (since they're header for the next frame, not
29048           the previous). Also see #119206.
29049         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29050         (bpf_from_header):
29051           Move caps setting so we only do it after finding several valid
29052           MPEG-1 fraes sequentially, not right after the first one (which
29053           might be coincidental).
29054         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29055         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29056         (plugin_init):
29057           Add unsynced MPEG video stream typefinding, and change some
29058           probability values so we detect streams rightly. The idea is as
29059           follows: I can have an unsynced system stream which contains
29060           video. In the current code, I would randomly get a type for either
29061           system or video stream type found, because the probabilities are
29062           being calculated rather randomly. I now use fixed values, so we
29063           always prefer system stream if that was found (and that is how it
29064           should be). If no system stream was found, we can still identity                the stream as video-only.
29065
29066 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29067
29068         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29069         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29070           don't write to buffer. Extract data without the need of
29071           __attribute__ ((packed))
29072
29073 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29074
29075         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29076         (mpeg1_sys_type_find):
29077           Fix MPEG-1 stream typefinding.
29078
29079 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29080
29081         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29082           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29083
29084 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29085
29086         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29087         * ext/esd/gstesd.c: (plugin_init):
29088           private debugging, better error reporting
29089
29090 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29091
29092         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29093         (gst_riff_read_init), (gst_riff_read_change_state):
29094         * gst-libs/gst/riff/riff-read.h:
29095           Remove stuff fromold metadata system.
29096
29097 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29098
29099         * ext/ogg/gstoggdemux.c:
29100           Fix wrong file comment.
29101         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29102         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29103           Add metadata reading properly.
29104
29105 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29106
29107         * ext/Makefile.am:
29108           Fix nas DIST_SUBDIRS
29109           Uraeus:
29110           Fix bug where make distcheck doesn't get run on adding stuff to
29111           the build.
29112
29113 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29114
29115         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29116         * ext/divx/gstdivxdec.h:
29117           Fix divx3 ("msmpeg4") playback using divxdec.
29118
29119 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29120
29121         * gst/typefind/gsttypefindfunctions.c:
29122         (mp3_type_frame_length_from_header): fix bug in length computation
29123         (mp3_type_find): improve debugging output
29124
29125 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29126
29127         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29128         (gst_play_set_location), (gst_play_seek_to_time),
29129         (gst_play_set_audio_sink), (gst_play_set_visualization),
29130         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29131         the pipeline from scratch. Visualization is back and switch went out as
29132         i realized it was not possible to use the way i wanted.
29133         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29134         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29135         clearing in state change from READY to NULL. So that one can clean the
29136         X ressources keeping the element.
29137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29138         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29139         (gst_xvimagesink_colorbalance_set_value),
29140         (gst_xvimagesink_colorbalance_get_value),
29141         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29142         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29143         change from READY to NULL and fixed some stupid bugs in colorbalance
29144         get/set values. Also added the following feature : when nobody tries to
29145         set some values to the colorbalance levels before the xcontext is
29146         grabbed, then when creating channels list from Xv attributes we set the
29147         internal values to the Xv defaults. This way we handle buggy Xv drivers
29148         that set default hue values far from the middle of the range (Thanks
29149         to Jon Trowbridge for pointing that issue).
29150         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29151         colorbalance levels have been set before xcontext is grabbed.
29152
29153 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29154
29155         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29156           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29157           it might block operations (which is bad for a mixer).
29158
29159 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29160
29161         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29162         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29163         (gmip_find_type_pre):
29164         * gst-libs/gst/media-info/media-info-priv.h:
29165         * gst-libs/gst/media-info/media-info.c:
29166         (gst_media_info_instance_init), (gst_media_info_read_idler):
29167         add fakesink to get caps on decoder src pad again
29168         fix callback prototype to match new have_type signal signature
29169
29170 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29171
29172         * gst/adder/gstadder.c: (gst_adder_link):
29173           fix non-compile and cut-n-paste code
29174
29175 2004-01-21  David Schleef  <ds@schleef.org>
29176
29177         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29178         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29179         (gst_swfdec_init), (gst_swfdec_change_state):
29180         * ext/swfdec/gstswfdec.h:
29181         Fix negotiation.
29182         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29183         (gst_adder_request_new_pad): Fix negotiation.
29184         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29185         Add a fixate function.
29186         * gst/intfloat/gstfloat2int.c:
29187         * gst/intfloat/gstfloat2int.h:
29188         * gst/intfloat/gstint2float.c:
29189         * gst/intfloat/gstint2float.h:
29190         Completely rewrite the negotiation.  Doesn't quite work yet,
29191         due to some buffer-frames problem.
29192
29193 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29194
29195         * ext/gnomevfs/gstgnomevfssrc.c:
29196         * sys/v4l2/v4l2_calls.h:
29197           fix includes for distcheck
29198
29199 2004-01-21  Christian Schaller <uraeus@gnome.org>
29200
29201         * ext/nas/
29202         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29203         based on earlier patch from Laurent Vivier
29204
29205 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29206
29207         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29208         Fix wma caps property
29209         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29210         Fix typo (flags1 and flags2)
29211
29212 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29213
29214         * gst-libs/gst/media-info/media-info-priv.c:
29215         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29216         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29217         (gmip_find_stream), (gmip_find_track_metadata),
29218         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29219         (gmip_find_track_format):
29220         * gst-libs/gst/media-info/media-info-priv.h:
29221         * gst-libs/gst/media-info/media-info-test.c: (main):
29222         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29223         (gst_media_info_read_idler), (gst_media_info_read):
29224         * gst-libs/gst/media-info/media-info.h:
29225           register debugging category and use it for debugging
29226
29227 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29228
29229         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29230         (gst_vorbisfile_new_link):
29231           signal streaminfo through tags
29232
29233 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29234
29235         * ext/mplex/gstmplex.cc:
29236         * ext/mplex/gstmplexibitstream.cc:
29237           g++ doesn't like NULL in our i18n/error macros, should be
29238           either (NULL) or ("").
29239
29240 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29241
29242         * sys/dxr3/dxr3audiosink.c:
29243         * sys/dxr3/dxr3init.c:
29244         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29245         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29246           Fix more error error error errors (missing includes here).
29247
29248 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29249
29250         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29251           fix thomas' error errors.
29252
29253 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29254
29255         * ext/mpeg2enc/gstmpeg2enc.cc:
29256           fix error errors.
29257
29258 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29259
29260         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29261         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29262           Fix for new error system.
29263
29264 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29265
29266         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29267           fix for new error reporting
29268
29269 2004-01-20  David Schleef  <ds@schleef.org>
29270
29271         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29272         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29273         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29274         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29275         and neither is 100+, most likely.
29276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29277         (gst_xvimagesink_getcaps): same
29278
29279 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29280
29281         * configure.ac:
29282           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29283           clashes with ffmpeg.
29284
29285 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29286
29287         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29288         (gst_switch_init): Fixed switch element : proxying link and setting
29289         caps from src to sink on request.
29290
29291 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29292
29293         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29294         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29295         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29296         fix element_error
29297
29298 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29299
29300         * sys/v4l/v4l_calls.h:
29301         * sys/v4l2/v4l2_calls.h:
29302           element_error fixes
29303
29304 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29305
29306         * gst-libs/gst/gst-i18n-plugin.h:
29307           add locale.h
29308           remove config.h inclusion
29309
29310 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29311
29312         * autogen.sh:
29313           adding autopoint invocation
29314         * Makefile.am:
29315         * configure.ac:
29316         * gst-libs/gst/gettext.h:
29317           adding gettext bits
29318         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29319         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29320         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29321         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29322         (gst_gnomevfssink_close_file):
29323         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29324         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29325         * gst-libs/gst/gst-i18n-plugin.h:
29326         * gst/avi/gstavi.c: (plugin_init):
29327         * sys/dxr3/dxr3init.c: (plugin_init):
29328         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29329         * sys/oss/gstossaudio.c: (plugin_init):
29330         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29331         * sys/v4l/gstv4l.c: (plugin_init):
29332         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29333         * sys/v4l2/gstv4l2.c: (plugin_init):
29334         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29335         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29336         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29337         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29338         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29339         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29340           make sure locale and translation domain are set
29341           fix translated strings
29342         * po/.cvsignore:
29343         * po/LINGUAS:
29344         * po/Makevars:
29345         * po/POTFILES.in:
29346         * po/nl.po:
29347           put translation files into place
29348         * sys/xvideo/imagetest.c: (main):
29349         * ext/dv/demo-play.c: (main):
29350           fix unnecessary translations
29351
29352 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29353
29354         * ext/sndfile/gstsf.c:
29355         * gst/avi/gstavimux.c:
29356         * ext/audiofile/gstafsink.c:
29357         * ext/audiofile/gstafsrc.c:
29358         * ext/gnomevfs/gstgnomevfssink.c:
29359         * ext/gnomevfs/gstgnomevfssrc.c:
29360         * sys/oss/gstosselement.c:
29361         * sys/v4l/v4l_calls.h:
29362           fix i18n include
29363
29364 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29365
29366         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29367         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29368         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29369         (gst_v4l2_get_output), (gst_v4l2_set_output),
29370         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29371         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29372         (gst_v4l2_set_attribute):
29373         update to new error handling
29374
29375 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29376
29377         * ext/sidplay/gstsiddec.cc:
29378         * gst/modplug/gstmodplug.cc:
29379           parenthese NULL because C++ seems angry about it
29380
29381 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29382
29383         * gst-libs/gst/gst-i18n-plugin.h:
29384           add skeleton i18n stuff, but needs to be further implemented
29385
29386 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29387
29388         * examples/gstplay/player.c: (main):
29389         * ext/aalib/gstaasink.c: (gst_aasink_open):
29390         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29391         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29392         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29393         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29394         (gst_afsink_close_file):
29395         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29396         (gst_afsrc_close_file):
29397         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29398         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29399         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29400         * ext/esd/esdmon.c: (gst_esdmon_get):
29401         * ext/esd/esdsink.c: (gst_esdsink_chain):
29402         * ext/faac/gstfaac.c: (gst_faac_chain):
29403         * ext/faad/gstfaad.c: (gst_faad_chain):
29404         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29405         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29406         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29407         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29408         (gst_flacdec_loop):
29409         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29410         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29411         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29412         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29413         (gst_gnomevfssink_close_file):
29414         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29415         (gst_gnomevfssrc_open_file):
29416         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29417         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29418         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29419         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29420         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29421         * ext/mad/gstmad.c: (gst_mad_chain):
29422         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29423         * ext/mpeg2dec/gstmpeg2dec.c:
29424         * ext/mpeg2enc/gstmpeg2enc.cc:
29425         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29426         * ext/mplex/gstmplex.cc:
29427         * ext/mplex/gstmplexibitstream.cc:
29428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29429         (gst_ogg_demux_push), (gst_ogg_pad_push):
29430         * ext/raw1394/gstdv1394src.c:
29431         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29432         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29433         * ext/sidplay/gstsiddec.cc:
29434         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29435         (gst_sf_loop):
29436         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29437         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29438         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29439         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29440         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29441         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29442         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29443         * gst-libs/gst/Makefile.am:
29444         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29445         (gst_riff_read_element_data), (gst_riff_read_seek),
29446         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29447         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29448         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29449         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29450         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29451         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29452         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29453         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29454         * gst/goom/gstgoom.c: (gst_goom_chain):
29455         * gst/id3/gstid3types.c: (gst_id3types_loop):
29456         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29457         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29458         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29459         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29460         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29461         (gst_ebml_read_float), (gst_ebml_read_header):
29462         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29463         (gst_matroska_demux_parse_blockgroup):
29464         * gst/modplug/gstmodplug.cc:
29465         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29466         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29467         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29468         * gst/silence/gstsilence.c: (gst_silence_get):
29469         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29470         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29471         * gst/speed/gstspeed.c: (speed_loop):
29472         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29473         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29474         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29475         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29476         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29477         (gst_wavparse_loop):
29478         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29479         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29480         (dxr3audiosink_close):
29481         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29482         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29483         (dxr3videosink_close), (dxr3videosink_write_data):
29484         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29485         * sys/oss/gstosselement.h:
29486         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29487         (gst_osssink_chain):
29488         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29489         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29490         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29491         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29492         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29493         (gst_v4l_enable_overlay):
29494         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29495         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29496         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29497         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29498         (gst_v4l_set_audio):
29499         * sys/v4l/v4l_calls.h:
29500         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29501         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29502         (gst_v4lmjpegsink_playback_init),
29503         (gst_v4lmjpegsink_playback_start):
29504         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29505         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29506         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29507         (gst_v4lmjpegsrc_requeue_frame):
29508         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29509         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29510         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29511         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29512         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29513         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29514         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29515         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29516         (gst_v4l2src_capture_stop):
29517         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29518         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29519         (gst_ximagesink_chain):
29520         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29521         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29522         (gst_xvideosink_xwindow_new):
29523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29524         (gst_xvimagesink_chain):
29525         use new error signal, function and categories
29526
29527 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29528
29529         * configure.ac:
29530         * ext/Makefile.am:
29531         * ext/musicbrainz/gsttrm.c:
29532         * ext/musicbrainz/gsttrm.h:
29533         * ext/musicbrainz/Makefile.am:
29534         Add a trm plugin
29535
29536 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29537
29538         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29539         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29540         synchronous property for debugging.
29541         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29543         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29544         smaller block, fixing indent.
29545
29546 2004-01-16  David Schleef  <ds@schleef.org>
29547
29548         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29549         property affects the video stream.
29550         * sys/xvimage/xvimagesink.c:
29551         * sys/xvimage/xvimagesink.h:
29552         Add synchronous property for debugging.  Should probably be
29553         disabled in non-CVS builds.  Make sure that the Xv attribute
29554         exists before we set it (crash!).  Fix a silly float bug that
29555         caused colorbalance to just not work.
29556
29557 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29558
29559         * tools/gst-launch-ext.in - update for new plugins
29560
29561 2004-01-16  David Schleef  <ds@schleef.org>
29562
29563         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29564         already-freed caps.
29565
29566 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29567
29568         * Update spec for new colorspace plugin and libcaca plugin
29569         * Fix compilation of libcaca plugin (clock -> id)
29570
29571 2004-01-16  Julien MOUTTE <julien@moutte.net>
29572
29573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29574         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29575         (gst_xvimagesink_set_xwindow_id),
29576         (gst_xvimagesink_colorbalance_set_value),
29577         (gst_xvimagesink_colorbalance_get_value),
29578         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29579         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29580         correct colorbalance properties. They can now be set when the element
29581         is still in NULL state. The values will be committed to the Xv Port
29582         when xcontext is initialized.
29583         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29584         brightness int values in the GstXvImagesink structure.
29585
29586 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * gst-libs/gst/Makefile.am:
29589           restructure so having local patches works easier.
29590
29591 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29592
29593         * ext/mpeg2enc/Makefile.am:
29594         * ext/mpeg2enc/gstmpeg2enc.cc:
29595         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29596           Bugfix with respect to EOS handling.
29597
29598 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29599
29600         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29601           Link with right caps (else, it segfaults).
29602         * ext/mplex/gstmplexjob.cc:
29603           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29604
29605 2004-01-15  David Schleef  <ds@schleef.org>
29606
29607         * gst-libs/gst/audio/Makefile.am:
29608         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29609         from the template.
29610         * gst-libs/gst/audio/gstaudiofilter.c:
29611         * gst-libs/gst/audio/gstaudiofilter.h:
29612         Add bytes_per_sample and size and n_samples calculation.
29613         * gst-libs/gst/audio/gstaudiofilterexample.c:
29614         Remove, now autogenerated.
29615         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29616         Moved from gstaudiofilterexample, object name changed, code added
29617         so that it actually works.
29618         * gst-libs/gst/audio/make_filter:
29619         Script to build an audiofilter subclass from the template.
29620         * gst/colorspace/Makefile.am:
29621         * gst/colorspace/yuv2yuv.c:
29622         Remove file, since it's GPL, and we don't use it.
29623
29624 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29625
29626         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29628         them use the buffer free function to test how the buffer was allocated.
29629
29630 2004-01-15  David Schleef  <ds@schleef.org>
29631
29632         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29633         that handles osssink fallback.
29634         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29635         (gst_audio_convert_getcaps):
29636         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29637         Add audio/x-qdm2 for QDM2 audio.
29638         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29639         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29640         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29641         Decrease minimum size to 16x16.
29642         * gst/wavparse/gstwavparse.c:
29643         Convert disabled pad template caps to new caps.
29644         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29646         (gst_xvimagesink_chain): Throw element error when display cannot
29647         be opened.  Increase minimum framerate to 1.0.  Check the data
29648         free function on a buffer to make sure it is the type we expect
29649         before manipulating it.
29650
29651 2004-01-15  Julien MOUTTE <julien@moutte.net>
29652
29653         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29654         (gst_videobalance_colorbalance_set_value): Implement passthru if
29655         settings are in the middle.
29656         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29657
29658 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29659
29660         * gst/videofilter/Makefile.am:
29661         * gst/volume/Makefile.am:
29662           Since we use videofilter symbols, link to it.
29663
29664 2004-01-15  Julien MOUTTE <julien@moutte.net>
29665
29666         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29667         mixer interface type to HARDWARE.
29668         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29669         type to SOFTWARE.
29670         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29671         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29672         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29673         (gst_volume_interface_init), (gst_volume_list_tracks),
29674         (gst_volume_set_volume), (gst_volume_get_volume),
29675         (gst_volume_set_mute), (gst_volume_mixer_init),
29676         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29677         (volume_init): Implementing mixer interface.
29678         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29679         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29680         (gst_osselement_change_state): Removing some trailing commas in
29681         structures.
29682         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29683         interface type to HARDWARE.
29684         * sys/v4l/gstv4lcolorbalance.c:
29685         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29686         type to HARDWARE.
29687         * sys/v4l2/gstv4l2colorbalance.c:
29688         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29689         interface type to HARDWARE.
29690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29691         same code than ximagesink for event handling.
29692
29693 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29694
29695         * ext/snapshot/Makefile.am:
29696         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29697         (gst_snapshot_chain):
29698         * ext/snapshot/gstsnapshot.h:
29699           This has to be a joke... Snapshot should be connected to a tee,
29700           colorspace element before it and EOS after that, where the other
29701           src of the tee receives normal data.
29702           The current way is *wrong*.
29703
29704 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29705
29706         * ext/hermes/gsthermescolorspace.c:
29707           Fix another compile error. Same as below.
29708
29709 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29710
29711         * gst/colorspace/gstcolorspace.c:
29712         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29713         (gst_colorspace_i420_to_yv12):
29714           Fix compiling... Didn't test if it actually works.
29715
29716 2004-01-15  David Schleef  <ds@schleef.org>
29717
29718         * configure.ac:
29719         * gst/colorspace/Makefile.am:
29720         * gst/colorspace/gstcolorspace.c:
29721         * gst/colorspace/gstcolorspace.h:
29722         * gst/colorspace/yuv2rgb.c:
29723         * gst/colorspace/yuv2rgb.h:
29724         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29725         code and GPL code.  Fix for new caps negotiation.  Rewrite
29726         much of the format handling code, and some of the conversion
29727         code.  Basically, rewrote almost everything.  This element
29728         handles I420, YV12 to RGB conversions.
29729         * ext/hermes/Makefile.am:
29730         * ext/hermes/gsthermescolorspace.c:
29731         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29732         Remove non-Hermes related code.  This element handles lots of
29733         RGB to RGB conversions, but no YUV.
29734         * ext/hermes/gstcolorspace.c:
29735         * ext/hermes/gstcolorspace.h:
29736         * ext/hermes/rgb2yuv.c:
29737         * ext/hermes/yuv2rgb.c:
29738         * ext/hermes/yuv2rgb.h:
29739         * ext/hermes/yuv2rgb_mmx16.s:
29740         * ext/hermes/yuv2yuv.c:
29741         * ext/hermes/yuv2yuv.h:
29742         Remove old code.
29743
29744 2004-01-14  Colin Walters  <walters@verbum.org>
29745
29746         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29747         they've already been.
29748
29749 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29750
29751         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29752           assume tag mode when pad is not connected
29753
29754 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29755
29756         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29757           Don't update the time of the clock
29758         (gst_alsa_sink_loop):
29759           sync to the clock given to alsasink, not the own clock
29760         * sys/oss/gstosssink.c: (gst_osssink_chain):
29761           sync to the clock
29762         (gst_osssink_change_state):
29763           activate the clock
29764         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29766           remove bogus code that made DISCONT events unhandled
29767         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29768           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29769           #131502)
29770         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29771         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29772         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29773           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29774           2nd warning in bug #131502)
29775
29776 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29777
29778         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29779         (gst_videobalance_colorbalance_set_value),
29780         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29781         for colorbalance interface implementation.
29782         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29783         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29784         (gst_ximagesink_dispose), (gst_ximagesink_init),
29785         (gst_ximagesink_class_init): Adding DISPLAY property.
29786         * sys/ximage/ximagesink.h: Adding display_name to store display.
29787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29788         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29789         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29790         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29791         properties (they still need polishing though for gst-launch use : no
29792         xcontext yet, i ll do that tomorrow).
29793         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29794
29795 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29796
29797         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29798         (gst_play_set_location), (gst_play_set_visualization): Preparing
29799         switch integration, adding videobalance in the pipeline.
29800
29801 2004-01-14  Julien MOUTTE <julien@moutte.net>
29802
29803         * gst-libs/gst/colorbalance/colorbalance.c:
29804         (gst_color_balance_class_init): Adding a default type.
29805         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29806         the type.
29807         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29808         (gst_videobalance_dispose), (gst_videobalance_class_init),
29809         (gst_videobalance_init), (gst_videobalance_interface_supported),
29810         (gst_videobalance_interface_init),
29811         (gst_videobalance_colorbalance_list_channels),
29812         (gst_videobalance_colorbalance_set_value),
29813         (gst_videobalance_colorbalance_get_value),
29814         (gst_videobalance_colorbalance_init): Implementing colorbalance
29815         interface.
29816         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29817         list.
29818         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29819         bug which was triggering a BadAccess X error when setting an overlay
29820         before pad was really negotiated.
29821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29822         Using the colorbalance type macro.
29823
29824 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29825
29826         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29827         (gst_flacenc_chain):
29828           handle tags correctly
29829         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29830           extract ID3v1 tags correctly
29831
29832 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29833
29834         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29835         (plugin_init):
29836           Improve matroska typefinding for odd-typed headers...
29837
29838 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29839
29840         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29841           Fix for using incremental number on padnames.
29842
29843 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29844
29845         * ext/divx/gstdivxdec.c:
29846         * ext/divx/gstdivxenc.c:
29847           Set category to divx4linux instead of divx (too generic).
29848         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29849         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29850         (gst_wavparse_loop), (gst_wavparse_change_state):
29851         * gst/wavparse/gstwavparse.h:
29852           fix parsing of WAV files with non-standard fmt-tag size and fix
29853           skipping of unrecognized chunks... Someone please fix this thing
29854           to use rifflib so all this is automated.
29855         * sys/v4l/Makefile.am:
29856         * sys/v4l2/Makefile.am:
29857           Add X_CFLAGS because we depend on X (for overlay).
29858
29859 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29860
29861         * ext/mpeg2dec/gstmpeg2dec.c:
29862           Don't issue a timestamp unless we tagged the frame
29863           with a PTS.
29864
29865 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29866
29867         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29868           Query the audio element to get the time, not the clock. We're
29869           interested in the element's time here.
29870
29871 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29872
29873         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29874         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29875         * ext/esd/esdsink.c: (gst_esdsink_chain):
29876         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29877         * ext/mas/massink.c: (gst_massink_chain):
29878         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29879         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29880         (gst_matroska_demux_parse_metadata):
29881         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29882         (gst_mpeg_parse_release_locks):
29883         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29884         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29885         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29886         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29887         (gst_osssink_change_state):
29888         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29889         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29890         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29891         (gst_xvideosink_release_locks):
29892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29893           use element time.
29894         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29895         (gst_alsa_clock_stop):
29896         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29897         (gst_audio_clock_get_internal_time):
29898           simplify for use with new clocking code.
29899         * testsuite/alsa/Makefile.am:
29900         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29901           fix testsuite for new caps system
29902
29903 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29904
29905         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29906         * ext/flac/gstflacenc.c: (add_one_tag):
29907           length is already host endian, no need to convert. Fixes playback of
29908           tagged files on PPC. (bug #128384)
29909
29910 2004-01-13  Julien MOUTTE <julien@moutte.net>
29911
29912         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29913         colorbalance interface stating if it is hardware based or software
29914         based.
29915         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29916         Removing a trailing comma.
29917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29918         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29919         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29920         the documentation seems to be wrong on the -1000 to 1000 interval.
29921
29922 2004-01-12  David Schleef  <ds@schleef.org>
29923
29924         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
29925         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
29926         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
29927         Fix negotiation.  Add a bufferalloc function for the sink pad,
29928         and generally clean up some of the code.
29929
29930 2004-01-12  Julien MOUTTE <julien@moutte.net>
29931
29932         * gst-libs/gst/colorbalance/colorbalancechannel.c:
29933         (gst_color_balance_channel_dispose): Adding safety check in dispose
29934         method.
29935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29936         (gst_xvimagesink_xcontext_clear),
29937         (gst_xvimagesink_interface_supported),
29938         (gst_xvimagesink_colorbalance_list_channels),
29939         (gst_xvimagesink_colorbalance_set_value),
29940         (gst_xvimagesink_colorbalance_get_value),
29941         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
29942         Adding colorbalance interface support to set XV parameters such as
29943         HUE, BRIGHTNESS, CONTRAST, SATURATION.
29944         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
29945         interface.
29946
29947 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29948
29949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
29950         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
29951         (gst_audio_convert_init), (gst_audio_convert_set_property),
29952         (gst_audio_convert_get_property), (gst_audio_convert_chain),
29953         (gst_audio_convert_link),
29954         (gst_audio_convert_buffer_to_default_format),
29955         (gst_audio_convert_buffer_from_default_format), (plugin_init):
29956           - implement _getcaps and use it
29957           - improve linking
29958           - remove float caps since no float conversion is actually done
29959           - remove properties and arguments that were to be used for rate
29960             conversion
29961
29962 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29963
29964         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
29965         (gst_audio_structure_set_int):
29966         * gst-libs/gst/audio/audio.h:
29967           add helper functions for _getcaps matching the standard audio
29968           templates
29969
29970 2004-01-12  David Schleef  <ds@schleef.org>
29971
29972         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29973         Test that pad is negotiated before getting its caps.
29974
29975 2004-01-12  Julien MOUTTE <julien@moutte.net>
29976
29977         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
29978         analyzing the pads of an element the bin is mostly in READY state so
29979         no caps were negotiated. This helper function needs to work with
29980         _get_caps directly then. I was not freeing them though, added that to
29981         fix the mem leak.
29982
29983 2004-01-12  Julien MOUTTE <julien@moutte.net>
29984
29985         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
29987         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
29988         than the free_func.
29989
29990 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29991
29992         * sys/oss/gstossaudio.c: (plugin_init):
29993         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
29994         * sys/oss/gstosselement.h:
29995           make an oss debugging category
29996           make failure more descriptive
29997
29998 2004-01-11  David Schleef  <ds@schleef.org>
29999
30000         * ext/ffmpeg/gstffmpeg.c:
30001         * ext/ffmpeg/gstffmpegcodecmap.c:
30002         * ext/ffmpeg/gstffmpegdec.c:
30003         * ext/ffmpeg/gstffmpegenc.c:
30004         * ext/ffmpeg/gstffmpegprotocol.c:
30005         * ext/gdk_pixbuf/gstgdkanimation.c:
30006         * ext/jpeg/gstjpeg.c:
30007         * ext/libpng/gstpng.c:
30008         * ext/mpeg2dec/perftest.c:
30009         * ext/speex/gstspeex.c:
30010         * gst-libs/gst/resample/dtos.c:
30011         * gst/intfloat/gstintfloatconvert.c:
30012         * gst/oneton/gstoneton.c:
30013         * gst/rtjpeg/RTjpeg.c:
30014         * gst/rtp/gstrtp.c:
30015         * sys/dxr3/dxr3init.c:
30016         * sys/glsink/gstgl_nvimage.c:
30017         * sys/glsink/gstgl_pdrimage.c:
30018         * sys/glsink/gstglsink.c:
30019         * testsuite/gst-lint:
30020         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30021
30022 2004-01-11  David Schleef  <ds@schleef.org>
30023
30024         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30025         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30026         * ext/gdk_pixbuf/gstgdkanimation.c:
30027         (gst_gdk_animation_iter_create_pixbuf):
30028         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30029         (gst_gdk_pixbuf_chain):
30030         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30031         * ext/jack/gstjack.c: (gst_jack_change_state):
30032         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30033         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30034         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30035         * gst/videofilter/gstvideofilter.c:
30036         (gst_videofilter_set_output_size):
30037         Remove all usage of gst_pad_get_caps(), and replace it with
30038         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30039
30040 2004-01-11  David Schleef  <ds@schleef.org>
30041
30042         * configure.ac:
30043         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30044         * ext/divx/gstdivxdec.c:
30045         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30046         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30047         handle images that span multiple buffers.  Now work with both
30048         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30049         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30050         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30051         video/video.h changes
30052         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30053         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30054         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30055         of GstData free function.
30056         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30057         same.
30058
30059 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30060
30061         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30062         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30063         (gst_v4l2element_get_property):
30064         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30065           add norm, channel and frequency properties.
30066         * sys/v4l2/gstv4l2tuner.c:
30067           fixes for tuner interface changes
30068         * sys/v4l2/gstv4l2element.h:
30069         * sys/v4l2/gstv4l2src.c:
30070         * sys/v4l2/gstv4l2src.h:
30071         * sys/v4l2/v4l2src_calls.c:
30072         * sys/v4l2/v4l2src_calls.h:
30073           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30074
30075 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30076
30077         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30078         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30079         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30080         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30081         * gst-libs/gst/tuner/tuner.h:
30082           GObjects aren't const.
30083           Add find_by_name functions.
30084           Add checks to _changed functions.
30085         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30086         (gst_v4l_tuner_get_norm):
30087           Fixes for above.
30088
30089 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30090
30091         * gst-libs/gst/video/video.h:
30092           Fix caps template names to be understandable.
30093           Prefix everything with GST_VIDEO.
30094         * ext/aalib/gstaasink.c:
30095         * ext/divx/gstdivxdec.c:
30096         * ext/divx/gstdivxenc.c:
30097         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30098         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30099         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30100         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30101         * ext/libcaca/gstcacasink.c:
30102         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30103         * ext/snapshot/gstsnapshot.c:
30104         * ext/swfdec/gstswfdec.c:
30105         * ext/xvid/gstxviddec.c:
30106         * ext/xvid/gstxvidenc.c:
30107         * gst/chart/gstchart.c:
30108         * gst/deinterlace/gstdeinterlace.c:
30109         * gst/effectv/gsteffectv.c:
30110         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30111         * gst/goom/gstgoom.c:
30112         * gst/median/gstmedian.c:
30113         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30114         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30115         * gst/overlay/gstoverlay.c:
30116         * gst/smooth/gstsmooth.c:
30117         * gst/smpte/gstsmpte.c:
30118         * gst/synaesthesia/gstsynaesthesia.c:
30119         * gst/videocrop/gstvideocrop.c:
30120         * gst/videodrop/gstvideodrop.c:
30121         * gst/y4m/gsty4mencode.c:
30122         * sys/qcam/gstqcamsrc.c:
30123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30124           Make them work with new video.h file.
30125         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30126         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30128         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30129           Make it work with new buffer allocation system.
30130
30131 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30132
30133         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30134         pad_alloc_buffer implementation to use ->srcpad
30135         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30136         pad_alloc_buffer implementation to use ->srcpad
30137         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30138         pad_alloc_buffer implementation to use ->srcpad
30139         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30140         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30141         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30142         a reference to everything we need.
30143         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30145         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30146         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30147         a reference to everything we need.
30148         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30149
30150 2004-01-11  David Schleef  <ds@schleef.org>
30151
30152         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30153         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30154         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30155         structure members.
30156         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30157         value during a resize/renegotiation.
30158         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30159         gst_pad_alloc_buffer();
30160         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30161         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30162         structure members.
30163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30164         Fix for rename of buffer private structure members.
30165         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30166         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30167         Fix for rename of buffer private structure members.
30168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30169         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30170         Fix for rename of buffer private structure members.
30171
30172 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30173
30174         reviewed by: David Schleef <ds@schleef.org>
30175
30176         * gst/videofilter/Makefile.am:
30177         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30178         from the patch by ds to fit in with recent make_filter changes.
30179
30180 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30181
30182         * configure.ac: Adding examples/switch/Makefile
30183         * examples/Makefile.am: Adding examples/switch
30184         * examples/switch/Makefile.am: Adding switcher example.
30185         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30186         (switch_timer), (main): Adding an example demonstrating switch usage
30187         with 2 videotestsrc showing different patterns.
30188         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30189         (gst_switch_init): Fixing switch with the new caps system.
30190
30191 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30192
30193         * gst-libs/gst/video/video.h:
30194           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30195           They should probably be like
30196           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30197
30198 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30199
30200         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30201         (qtdemux_parse_trak):
30202           fix audio chunk size/timestamp calculation
30203
30204 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30205
30206         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30207           fix SVQ3 caps
30208
30209 2004-01-11  Steve Baker  <steve@stevebaker.org>
30210
30211         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30212         (gst_agingtv_base_init), (gst_agingtv_class_init),
30213         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30214         (gst_agingtv_set_property), (gst_agingtv_get_property):
30215         Port agingTV to videofilter
30216
30217 2004-01-09  Julien MOUTTE <julien@moutte.net>
30218
30219         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30220         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30221
30222 2004-01-09  Julien MOUTTE <julien@moutte.net>
30223
30224         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30225         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30226         * gst-libs/gst/xoverlay/xoverlay.c:
30227         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30228         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30229         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30230         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30231         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30232         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30233         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30234         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30235         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30236         interface implementation to handle xid being 0 and fix some bugs
30237         triggered by Benjamin's testcase.
30238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30239         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30240         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30241         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30242         interface implementation to handle xid being 0 and fix some bugs
30243         triggered by Benjamin's testcase.
30244
30245 2004-01-09  David Schleef  <ds@schleef.org>
30246
30247         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30248         mouse pointer events.  It works.
30249
30250 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30251
30252         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30253           Use explicit caps - fix capsnego.
30254         * ext/xvid/gstxviddec.c:
30255         * ext/xvid/gstxvidenc.c:
30256           Remove macro-inside-macro which caused compile errors.
30257         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30258           Error out if it's not a RIFF file. Else we error out without
30259           gst_element_error() which is not good...
30260
30261 2004-01-08  David Schleef  <ds@schleef.org>
30262
30263         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30264         Fix pad_link function to handle formats that ffmpeg returns
30265         as multiple caps structures.
30266         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30267         Only complain if source buffer is _smaller_ than expected.
30268         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30269         (gst_videoscale_handle_src_event): Resize navigation events
30270         when passing them upstream.
30271         * gst/videotestsrc/gstvideotestsrc.c:
30272         * gst/videotestsrc/gstvideotestsrc.h:
30273         * gst/videotestsrc/videotestsrc.c:
30274         * gst/videotestsrc/videotestsrc.h:
30275         Rewrite many of the buffer painting functions to handle odd
30276         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30277         been verified to work with my video card.
30278         * testsuite/gst-lint:  Add check for elements calling
30279         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30280
30281 2004-01-08  David Schleef  <ds@schleef.org>
30282
30283         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30284         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30285
30286 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30287
30288         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30289         configure event is not emiting the desired size signal. That fixes
30290         aspect ratio issues with gst-player.
30291
30292 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30293
30294         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30295           Fix capsnego.
30296
30297 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30298
30299         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30300         public method to fire size signal.
30301
30302 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30303
30304         * examples/gstplay/Makefile.am: Adding the interface library.
30305         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30306         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30307         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30308         GST_IS_X_OVERLAY before signal connect.
30309         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30310         Removing the have_video_size signal.
30311         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30312         and associated public method.
30313         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30314         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30315         signal.
30316         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30317         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30318         signal.
30319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30320         Using XOverlay public method to fire size signal.
30321
30322 2004-01-07  David Schleef  <ds@schleef.org>
30323
30324         * gst/videofilter/Makefile.am:
30325         * gst/videofilter/gstvideotemplate.c:
30326         * gst/videofilter/make_filter:
30327         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30328         Convert make_filter to /bin/sh script.
30329
30330 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30331
30332         * gst/modplug/gstmodplug.cc: fix element description
30333
30334 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30335
30336         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30337         (got_video_size): Adding some new lines in g_print calls.
30338         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30339         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30340         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30341         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30342         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30343         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30344         Complete code review, reverting some stuff i disagree with, adding
30345         some fixes : time synchronization on invalid timestamps, renegotiation
30346         of private window.
30347         * sys/ximage/ximagesink.h:
30348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30349         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30350         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30351         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30352         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30353         (gst_xvimagesink_buffer_new),
30354         (gst_xvimagesink_navigation_send_event),
30355         (gst_xvimagesink_set_xwindow_id),
30356         (gst_xvimagesink_get_desired_size),
30357         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30358         stuff i disagree with, adding some fixes : Renegotiation of private
30359         window, implementing get_desired_size.
30360
30361 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30362
30363         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30364         (gst_afsink_handle_event):
30365         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30366         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30367         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30368         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30369         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30370           Fix for instantiate-test (see core). Also remove dead code from
30371           jpegenc (which still needs fixing, but that's lower on my TODO
30372           list...).
30373         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30374           Never return NULL as caps.
30375
30376 2004-01-07  David Schleef  <ds@schleef.org>
30377
30378         * configure.ac:
30379         * ext/Makefile.am:
30380         * ext/librfb/Makefile.am:
30381         * ext/librfb/gstrfbsrc.c:
30382         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30383         is the protocol used by VNC.
30384
30385 2004-01-07  David Schleef  <ds@schleef.org>
30386
30387         * gst/videofilter/gstvideotemplate.c:
30388         * gst/videofilter/gstvideotemplate.h:
30389         * gst/videofilter/make_filter:
30390         Merge videotemplate header into source file.
30391         * gst/effectv/Makefile.am:
30392         * gst/effectv/gsteffectv.c: (plugin_init):
30393         * gst/effectv/gstwarp.c:
30394         Make warpTV a subclass of videofilter.
30395
30396 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30397
30398         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30399           Add guard against invalid utf-8 conversions in mad. Just in case.
30400
30401 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30402
30403         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30404           Fix for bug shown by poisoning
30405
30406 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30407
30408         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30409         (gst_v4lmjpegsrc_buffer_free):
30410         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30411         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30412         (gst_v4lsrc_buffer_free):
30413           Fix for removed bufferpools.
30414
30415 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30416
30417         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30418         Fix caps negotiation.
30419
30420         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30421         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30422         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30423         (dvdnavsrc_event):
30424         * ext/mpeg2dec/gstmpeg2dec.c:
30425         * gst-libs/gst/navigation/navigation.c:
30426         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30427         * gst-libs/gst/navigation/navigation.h:
30428         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30429         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30431         Super-simple first version of mouse and keyboard events. Clicking
30432         on a DVD menu now works, although it may not take you where you
30433         expected.
30434
30435         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30436         * gst/videotestsrc/gstvideotestsrc.c:
30437         (gst_videotestsrc_src_fixate):
30438         These fixate functions were broken - they never actually
30439         fixated :)
30440
30441 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30442
30443         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30444         (gst_icecastsend_init):
30445           fix for new caps system.
30446         * gst-libs/gst/mixer/mixertrack.h:
30447         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30448           Add 'master track' flag (for tools like ACME that only want to
30449           change the main volume).
30450
30451 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30452
30453         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30454         (gst_xvid_csp_to_caps):
30455         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30456         * ext/xvid/gstxvidenc.c:
30457         ifdef out ARGB type when it isn't available
30458         in xvidcore 1.0.0beta2
30459
30460 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30461
30462         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30463           When we have received a new SCR right in the first buffer after
30464           a seek (so in the same cycle that handles the discont), we should
30465           handle the buffer instead of unreffing it, else we lose data.
30466
30467 2004-01-06  Iain <iain@prettypeople.org>
30468
30469         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30470           buffer-frames caps too.
30471
30472         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30473           caps that we need, don't destroy them all and rebuild them. And when
30474           creating src pads, use the src pad template rather than the sink...
30475
30476 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30477
30478         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30479           Add pad to element *after* setting functions such as event handler.
30480           Without this, the scheduler (opt) will link pads, set the event
30481           handler from the default event function (dispatcher in gstpad.c)
30482           and *after* that, we will set our own event function, which will
30483           thus never be used (and thus mpegdemux doesn't handle events).
30484
30485 2004-01-04  David Schleef  <ds@schleef.org>
30486
30487         Fix the fixate functions to handle new prototype:
30488         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30489         * gst/videotestsrc/gstvideotestsrc.c:
30490         (gst_videotestsrc_src_fixate):
30491         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30492         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30494
30495 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30496
30497         * sys/ximage/ximagesink.h:
30498         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30499         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30500         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30501         (gst_ximagesink_xoverlay_init):
30502           assorted fixes to make (re)embedding work
30503         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30504         (gst_ximagesink_get_desired_size):
30505           implement desired size additions to XOverlay
30506
30507 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30508
30509         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30510         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30511         (gst_x_overlay_got_desired_size):
30512         * gst-libs/gst/xoverlay/xoverlay.h:
30513           Add optional "desired size" signal and querying.
30514
30515 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30516
30517         * gst/matroska/matroska-demux.c:
30518         (gst_matroska_demux_parse_blockgroup):
30519           Fix EBML-laced block parsing. Diffs are relative to previous
30520           lace, not the first lace. Thanks to Mosu from the Matroska
30521           team for detecting this.
30522         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30523         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30524         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30525         (gst_wavparse_change_state):
30526         * gst/wavparse/gstwavparse.h:
30527           Quickfix for capsnego.
30528
30529 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30530
30531         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30532           Fix indenting, fix pad creation.
30533
30534 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30535
30536         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30537         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30538         (gst_xviddec_sink_link):
30539           Implement src_getcaps() so proper size caps is negotiated.
30540
30541 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30542
30543         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30544           Finish flac decoder on EOS. See #116178.
30545
30546 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30547
30548         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30549         (gst_matroska_demux_add_stream):
30550         * gst/matroska/matroska-ids.h:
30551           Add getcaps() function to fix capsnego...
30552
30553 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30554
30555         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30556         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30557         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30558           Fix more integer overflows. Again, see #126967.
30559
30560 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30561
30562         * ext/mpeg2dec/gstmpeg2dec.c:
30563           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30564           #130416.
30565
30566 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30567
30568         * configure.ac:
30569         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30570         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30571         * ext/xvid/gstxvid.h:
30572         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30573         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30574         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30575         (gst_xviddec_change_state):
30576         * ext/xvid/gstxviddec.h:
30577         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30578         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30579         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30580         (gst_xvidenc_link), (gst_xvidenc_set_property),
30581         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30582         * ext/xvid/gstxvidenc.h:
30583           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30584
30585 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30586
30587         * gst/rtp/rtp-packet.c:
30588           Add sys/types.h include, since OS X doesn't define in_addr_t
30589           in netinet/in.h, like it does on Linux (see #129600).
30590
30591 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30592
30593         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30594
30595         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30596           Correct logic of dispose function (see #129306).
30597
30598 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30599
30600         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30601         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30602         (gst_mpeg_parse_init):
30603         * gst/mpegstream/gstmpegparse.h:
30604           Remove clock (which was never provided, i.e. dead code), and
30605           also fix integer overflows at high PTS values (see #126967).
30606
30607 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30608
30609         * ext/flac/gstflacdec.c:
30610         * ext/libpng/gstpngenc.h:
30611         * ext/mikmod/gstmikmod.h:
30612           OS X fixes (see #126628).
30613
30614 2004-01-02  David Schleef  <ds@schleef.org>
30615
30616         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30617         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30618         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30619         (gst_mpeg_parse_class_init): Move pad template registration
30620         to class_init, since the derived class (mpegdemux) doesn't
30621         want them.
30622
30623 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30624
30625         * sys/ximage/Makefile.am:
30626         * sys/xvideo/Makefile.am:
30627         * sys/xvimage/Makefile.am:
30628           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30629           after installation (see #127664).
30630
30631 2004-01-02  David Schleef  <ds@schleef.org>
30632
30633         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30634         (gst_ffmpegenc_connect):  Negotiation fixes.
30635         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30636         Remove inappropriate gst_caps_free().
30637         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30638         Reenable Ronald's internal resize code, since the core handles
30639         it correctly now.
30640
30641 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30642
30643         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30644         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30646           Fix pad template stuff.
30647
30648 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30649
30650         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30651         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30652           fix signed integer reading/writing.
30653
30654 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30655
30656         * ext/alsa/README:
30657           Remove outdated document
30658
30659 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30660
30661         * gst/cutter/gstcutter.c: (gst_cutter_init):
30662           src pad was being created twice - oops.
30663
30664 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30665
30666         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30667           Comment out internal resize. It doesn't handle the resulting
30668           XEvent internally, does another try_set_caps() which leads to
30669           a really nice loop.
30670           Real fix will come when Julien and Dave are awake. ;).
30671
30672 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30673
30674         * ext/mpeg2enc/gstmpeg2enc.cc:
30675           fix const/nonconst compile issue.
30676
30677 2004-01-02  David Schleef  <ds@schleef.org>
30678
30679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30680         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30681         Add fixate function and a check for bad formats.
30682
30683 2004-01-01  David Schleef  <ds@schleef.org>
30684
30685         Negotiation fixes:
30686         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30687         (gst_audiofilter_init):
30688         * gst/debug/efence.c: (gst_efence_init):
30689         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30690         (gst_deinterlace_init):
30691         * gst/volume/gstvolume.c: (volume_connect):
30692
30693 2004-01-01  David Schleef  <ds@schleef.org>
30694
30695         Convert elements to use gst_pad_use_explicit_caps() where
30696         appropriate:
30697         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30698         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30699         (gst_afparse_open_file):
30700         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30701         (gst_afsrc_open_file):
30702         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30703         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30704         (gst_ffmpegdec_chain):
30705         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30706         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30707         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30708         (gst_gdk_pixbuf_chain):
30709         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30710         (gst_jpegdec_chain):
30711         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30712         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30713         (gst_mikmod_negotiate):
30714         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30715         (gst_mpeg2dec_negotiate_format):
30716         * ext/mpeg2enc/gstmpeg2enc.cc:
30717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30718         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30719         (gst_speexdec_sinkconnect):
30720         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30721         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30722         (gst_vorbisfile_new_link):
30723         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30724         (gst_ac3parse_chain):
30725         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30726         (gst_asf_demux_setup_pad):
30727         * gst/auparse/gstauparse.c: (gst_auparse_init),
30728         (gst_auparse_chain):
30729         * gst/id3/gstid3types.c: (gst_id3types_loop):
30730         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30731         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30732         (mp1videoparse_parse_seq):
30733         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30734         (bpf_from_header):
30735         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30736         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30737         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30738         (gst_mpeg_parse_send_data):
30739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30740         (gst_qtdemux_add_stream):
30741         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30742         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30743         (gst_wavparse_parse_fmt):
30744
30745 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30746
30747         * configure.ac:
30748           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30749           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30750           it therefore uses the wrong include paths. Too bad... Note
30751           that 1.6.1.93 is not release yet. ;).
30752           Also add a check for mplex, which is now using the lib'ified
30753           mplex from mjpegtools, too.
30754         * ext/ffmpeg/gstffmpegcodecmap.c:
30755           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30756           issues. I don't think ffmpeg handles 3ivx correctly, so this
30757           probably won't work. But it won't hurt either.
30758         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30759         (gst_ffmpegdec_chain):
30760         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30761         (gst_ffmpegenc_chain_audio):
30762           Fix memleak in audio encoding. Close codec if open fails, this
30763           calls the cleanup routines so we can re-use the context.
30764         * ext/mpeg2enc/gstmpeg2enc.cc:
30765           Fix pad template names/types, fix memory issue with getcaps().
30766         * ext/mpeg2enc/gstmpeg2encoder.cc:
30767         * ext/mpeg2enc/gstmpeg2encoder.hh:
30768           Fix compile issue with new caps system (const thingy).
30769         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30770         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30771           We read a first frame right on initing, so that we have a caps
30772           when we init the output. This caps is cached in padprivate and
30773           read as first frame.
30774         * ext/mplex/Makefile.am:
30775         * ext/mplex/gstmplex.cc:
30776         * ext/mplex/gstmplex.h:
30777         * ext/mplex/gstmplex.hh:
30778         * ext/mplex/gstmplexibitstream.cc:
30779         * ext/mplex/gstmplexibitstream.hh:
30780         * ext/mplex/gstmplexjob.cc:
30781         * ext/mplex/gstmplexjob.hh:
30782         * ext/mplex/gstmplexoutputstream.cc:
30783         * ext/mplex/gstmplexoutputstream.hh:
30784           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30785           had issues, didn't do capsnego, supported only a subset of the
30786           mplex features and required a mplex fork in our local CVS. Plus
30787           that it worked agaist a very old mplex version. Rewriting was
30788           faster than updating it.
30789         * gst-libs/ext/Makefile.am:
30790         * gst-libs/ext/mplex/INSTRUCT:
30791         * gst-libs/ext/mplex/Makefile.am:
30792         * gst-libs/ext/mplex/README:
30793         * gst-libs/ext/mplex/TODO:
30794         * gst-libs/ext/mplex/ac3strm_in.cc:
30795         * gst-libs/ext/mplex/audiostrm.hh:
30796         * gst-libs/ext/mplex/audiostrm_out.cc:
30797         * gst-libs/ext/mplex/aunit.hh:
30798         * gst-libs/ext/mplex/bits.cc:
30799         * gst-libs/ext/mplex/bits.hh:
30800         * gst-libs/ext/mplex/buffer.cc:
30801         * gst-libs/ext/mplex/buffer.hh:
30802         * gst-libs/ext/mplex/fastintfns.h:
30803         * gst-libs/ext/mplex/format_codes.h:
30804         * gst-libs/ext/mplex/inputstrm.cc:
30805         * gst-libs/ext/mplex/inputstrm.hh:
30806         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30807         * gst-libs/ext/mplex/mjpeg_logging.cc:
30808         * gst-libs/ext/mplex/mjpeg_logging.h:
30809         * gst-libs/ext/mplex/mjpeg_types.h:
30810         * gst-libs/ext/mplex/mpastrm_in.cc:
30811         * gst-libs/ext/mplex/mpegconsts.cc:
30812         * gst-libs/ext/mplex/mpegconsts.h:
30813         * gst-libs/ext/mplex/mplexconsts.hh:
30814         * gst-libs/ext/mplex/multplex.cc:
30815         * gst-libs/ext/mplex/outputstream.hh:
30816         * gst-libs/ext/mplex/padstrm.cc:
30817         * gst-libs/ext/mplex/padstrm.hh:
30818         * gst-libs/ext/mplex/stillsstream.cc:
30819         * gst-libs/ext/mplex/stillsstream.hh:
30820         * gst-libs/ext/mplex/systems.cc:
30821         * gst-libs/ext/mplex/systems.hh:
30822         * gst-libs/ext/mplex/vector.cc:
30823         * gst-libs/ext/mplex/vector.hh:
30824         * gst-libs/ext/mplex/videostrm.hh:
30825         * gst-libs/ext/mplex/videostrm_in.cc:
30826         * gst-libs/ext/mplex/videostrm_out.cc:
30827         * gst-libs/ext/mplex/yuv4mpeg.cc:
30828         * gst-libs/ext/mplex/yuv4mpeg.h:
30829         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30830         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30831           We don't fork mjpegtools' mplex in our CVS anymore.
30832         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30833         (gst_avi_demux_add_stream):
30834         * gst/avi/gstavidemux.h:
30835           Add getcaps() function for proper caps nego. This makes some
30836           parts of AVI playback/reading work.
30837         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30838           Resize window on new capsnego. This is probably wrong, but
30839           I'm still committing it because with current capsnego, the
30840           first successfull capsnego is auto-fixated, therefore rounded
30841           down to the lowest values in the caps. this results in a 16x16
30842           XWindow that is not reized when real capsnego finishes.
30843           Dave, I see more cases of this, do you know a proper solution?
30844         * tools/gst-launch-ext.in:
30845           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30846
30847 2003-12-31  David Schleef  <ds@schleef.org>
30848
30849         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30850         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30851           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30852
30853 2003-12-30  David Schleef  <ds@schleef.org>
30854
30855         * ext/ffmpeg/gstffmpegcolorspace.c:
30856         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30857         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30858         (gst_ffmpegcsp_chain): Negotiation fixes
30859         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30861         (gst_audio_convert_link), (gst_audio_convert_channels):
30862         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30863         (gst_audioscale_link), (gst_audioscale_get_buffer),
30864         (gst_audioscale_chain): Negotiation fixes
30865         * gst/audioscale/gstaudioscale.h:
30866         * gst/videofilter/gstvideofilter.c:
30867         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30868         (gst_videofilter_link), (gst_videofilter_init),
30869         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30870         (gst_videofilter_find_format_by_structure):
30871         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30872         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30873         (gst_videoscale_link):
30874         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30875         (videoscale_find_by_structure), (gst_videoscale_setup):
30876         * gst/videoscale/videoscale.h: Negotiation fixes
30877         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30878         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30879         function, restrict resizing to a multiple of 4 (hack until
30880         everyone supports odd sizes correctly).
30881
30882 2003-12-29  Colin Walters  <walters@verbum.org>
30883
30884         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30885         signed.
30886
30887 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30888
30889         * ext/sndfile/gstsf.c: (gst_sf_loop):
30890           Fix warning about discarding const qualifier
30891
30892 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
30893
30894         * gst/cutter/gstcutter.c:
30895         * gst/videoscale/gstvideoscale.c:
30896         * gst/volenv/gstvolenv.c:
30897         * gst-libs/gst/audio/audio.c:
30898         * gst-libs/gst/video/video.c:
30899           Fix warnings
30900
30901 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30902
30903         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30904           Don't send ALSA debugging to stderr.
30905         * ext/alsa/gstalsa.h:
30906           Use GST_WARNING instead of g_warning when ALSA functions fail.
30907
30908 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30909
30910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30911           Free XVAdapterInfo correctly.
30912
30913 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30914
30915         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30916         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30917           Make id3tag use correct caps nego.
30918
30919 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
30920
30921         * ext/ivorbis/vorbis.c:
30922         * ext/ivorbis/vorbisenc.h:
30923         * ext/ivorbis/vorbisfile.c:
30924           Modify so that it uses the new caps things
30925
30926 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30927
30928         * testsuite/spider/spider1.c: (main):
30929         * testsuite/spider/spider2.c: (main):
30930         * testsuite/spider/spider3.c: (main):
30931           Make tests compile again. They probably don't work.
30932
30933 2003-12-24  Colin Walters  <walters@verbum.org>
30934
30935         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
30936         we can't fixate the caps anymore.
30937
30938 2003-12-23  David Schleef  <ds@schleef.org>
30939
30940         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
30941         * sys/oss/gstosssink.c: (gst_osssink_init),
30942         (gst_osssink_sink_fixate): Add fixate function.
30943
30944 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30945
30946         * ext/ffmpeg/gstffmpegcodecmap.c:
30947         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
30948         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
30949         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
30950         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
30951         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
30952         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
30953         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
30954           fix typo in RGB masks, and move back to "old" colorspace
30955           capsnego code until whoever wrote this new crap has actually
30956           tested it so that it works.
30957           And yes, this works, keep it that way please.
30958
30959 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30960
30961         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
30962         (gst_divxdec_init), (gst_divxdec_negotiate):
30963         * ext/divx/gstdivxdec.h:
30964         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
30965         (gst_divxenc_init):
30966         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
30967         (gst_faac_sinkconnect), (gst_faac_srcconnect):
30968         * ext/mpeg2enc/gstmpeg2enc.cc:
30969         * ext/mpeg2enc/gstmpeg2encoder.cc:
30970         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30971         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
30972         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
30973         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
30974         (dxr3spusink_init):
30975         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
30976         (dxr3videosink_init):
30977           Fix caps breakage after Dave's caps branch merge.
30978
30979 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30980
30981         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30982           Fix for 24bpp display.
30983
30984 2003-12-23  Colin Walters  <walters@verbum.org>
30985
30986         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
30987         a GnomeVFSHandle directly.
30988
30989 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30990
30991         * gst/volume/Makefile.am:
30992         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
30993         (volume_base_init), (volume_init):
30994           Reenable volume element and fix to work with new caps stuff.
30995           Rhythmbox needs this.
30996
30997 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30998
30999         * gst/qtdemux/qtdemux.c: (plugin_init):
31000           qtdemux requires bytestream
31001
31002 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31003
31004         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31005           Fix remaining caps handling errors due to CAPS merge.
31006
31007 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31008
31009         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31010         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31011         (gst_faad_srcconnect):
31012           Port to new caps system.
31013
31014 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31015
31016         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31017         (got_video_size), (main): using g_print instead of g_message.
31018         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31019         signal which was not emitted because of "switch" element added to the
31020         bin but not connected. (Removing from the bin temporarily)
31021
31022 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31023
31024         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31025         find X development files. I don't understand the previous tests and
31026         they fail on my debian/ppc unstable. This one works.
31027         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31028         exiting.
31029         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31030         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31031         (gst_play_set_visualization): Add some safety checks in set_ methods
31032         and state_change. This was throwing some ugly CRITICAL messages when
31033         pipeline was getting disposed and casts were failing.
31034
31035 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31036
31037         * configure.ac:
31038           Improve mpeg2enc detection. This is for distributions that do
31039           ship mjpegtools, but without mpeg2enc. Also does object check
31040           for might there ever be ABI incompatibility.
31041         * ext/mpeg2enc/gstmpeg2enc.cc:
31042           Add Andrew as second maintainer (he's helping me), and also add
31043           an error if no caps was set. This happens if I pull before capsnego
31044           and that's something I should solve sometime else.
31045         * gst/matroska/matroska-demux.c:
31046         (gst_matroska_demux_parse_blockgroup):
31047           Fix time parsing.
31048         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31049         (gst_matroska_mux_track_header):
31050           Add caps to templates.
31051         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31052           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31053         * gst/mpegstream/gstmpegdemux.c:
31054           Remove layer since it causes warnings about unfixed caps.
31055         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31056           Fix obvious typo (we error out if caps were set, we should of
31057           course error out if *no* caps were set).
31058         * sys/oss/gstosselement.c: (gst_osselement_convert):
31059           Fix format conversion, we confused bits/bytes.
31060         * sys/oss/gstosselement.h:
31061           Improve documentation for 'bps'.
31062         * sys/v4l/TODO:
31063           Remove stuff about plugins that need removing - this was done
31064           ages ago.
31065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31066         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31068         (gst_v4lsrc_src_query):
31069         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31070         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31071           Add get_query_types(), get_formats() and query() functions.
31072
31073 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31074
31075         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31076           * moved CVS to freedesktop.org