466394831b295e4bbc61e5ed9b245811069935a1
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4         When negotiating, actually start from a format that we can support
5         instead of from the too generic template.
6
7 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
8
9         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
10         Enable vis setting.
11
12         * gst/playback/gstplaysink.c: (gst_play_sink_init),
13         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
14         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
15         (gen_vis_chain):
16         Implement vis switching while playing.
17
18 2008-02-28  David Schleef  <ds@schleef.org>
19
20         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
21
22 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
23
24         Patch by: Peter Kjellerstedt  <pkj at axis com>
25
26         * gst/tcp/Makefile.am:
27         * gst/tcp/fdsetstress.c:
28         * gst/tcp/gstfdset.c:
29         * gst/tcp/gstfdset.h:
30         Removed fdset and stress test, they are now known as GstPoll in
31         core. 
32
33         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
34         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
35         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
36         (gst_multi_fd_sink_handle_client_write),
37         (gst_multi_fd_sink_queue_buffer),
38         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
39         (gst_multi_fd_sink_stop):
40         * gst/tcp/gstmultifdsink.h:
41         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
42         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
43         (gst_tcp_gdp_read_caps):
44         * gst/tcp/gsttcp.h:
45         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
46         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
47         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
48         * gst/tcp/gsttcpclientsink.h:
49         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
50         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
51         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
52         * gst/tcp/gsttcpclientsrc.h:
53         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
54         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
55         * gst/tcp/gsttcpserversink.h:
56         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
57         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
58         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
59         * gst/tcp/gsttcpserversrc.h:
60         Port to GstPoll. See #505417.
61
62 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
63
64         Patch by: Peter Kjellerstedt  <pkj at axis com>
65
66         * gst-libs/gst/rtsp/gstrtspconnection.c:
67         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
68         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
69         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
70         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
71         (gst_rtsp_connection_flush):
72         * gst-libs/gst/rtsp/gstrtspconnection.h:
73         Use GstPoll for the rtsp connection. See #505417.
74
75 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
76
77         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
78         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
79         Add combo box for visualisations, populate it with a factory list
80         of all visualisation plugins, configure vis plugin instance in
81         playbin2. 
82
83 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
84
85         * tests/check/libs/rtp.c: (GST_START_TEST):
86         Add check for RTP buffer defaults, padding and marker bit API.
87
88 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
89
90         * gst-libs/gst/cdda/sha1.c: (sha_transform):
91         Use memcpy() instead of upcasting a byte array to long *. This
92         fixes an unaligned memory access, resulting in SIGBUS on IA64.
93         This should be ported to GCheckSum once we can use GLib 2.16.
94         Partially fixes bug #500833.
95
96 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
97
98         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
99           Push tag event after the newsegment event. Log the pointer of
100           the buffer we're actually going to push rather than the buffer
101           we're feeding to _make_metadata_writable().
102
103 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
104
105         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
106         Comment smoke typefinder for now. The smokedec plugin needs one
107         frame per buffer but we have no parser yet, thus it simply crashes
108         in most situations.
109
110 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
111
112         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
113         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
114
115 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
116
117         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
118         (plugin_init):
119         Add midi typefinder, copied from the timidity plugin.
120
121 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
122
123         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
124
125         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
126         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
127           (subparse_suite):
128           Forward slashes at the beginning and end of a line also signify
129           italics (Fixes: #518162).
130
131 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
132
133         * tests/check/gst-plugins-base.supp:
134         Add a suppression for a cached value in GIO that wasn't moved
135         while moving gio from -bad to -base.
136
137 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
138
139         Patch by: Brian Cameron <brian dot cameron at sun dot com>
140
141         * configure.ac:
142         Don't hardcode -Wall and -Werror for configure checks, this fails
143         with non-GCC compilers. Fixes bug #517991.
144
145 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
146
147         * gst/audiotestsrc/gstaudiotestsrc.c:
148           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
149
150 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
151
152         * ext/gnomevfs/gstgnomevfssink.c:
153         (gst_gnome_vfs_sink_handle_event):
154         Return FALSE when seeking for a new segment fails instead
155         of silently ignoring the failure and appending every buffer
156         that comes for the new segment.
157
158 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
159
160         * gst/playback/gstplaysink.c: (find_property),
161         (gst_play_sink_find_property), (gen_video_chain),
162         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
163         Recursively search the sink element for a last-frame property so that we
164         can also find the property in autovideosink and friends that don't
165         always proxy the internal sink properties.
166
167 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
168
169         * gst-libs/gst/audio/multichannel.c:
170           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
171           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
172           (gst_audio_set_structure_channel_positions_list),
173           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
174           (gst_audio_fixate_channel_positions):
175           Fix confusing terminology in docs and code: structure fields are
176           'fields' and not 'properties'.
177
178 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
179
180         * gst-libs/gst/audio/multichannel.c:
181           (gst_audio_check_channel_positions), (add_list_to_struct):
182           Give more useful warning messages if one of the channel
183           layout enums passed to us is invalid and if the "channels"
184           field in the caps has a GType we don't expect.
185
186 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
187
188         * gst-libs/gst/audio/multichannel.c:
189           Fix typo in docs blurb.
190
191 2008-02-19  Julien Moutte  <julien@fluendo.com>
192
193         Patch by: Josep Torra Valles <josep@fluendo.com>
194
195         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
196         typefind lookup to fix typefinding on HD clips.
197
198 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
199
200         * gst/playback/gstscreenshot.c:
201         * gst/playback/gstscreenshot.h:
202           Fix up copyright (I rewrote the GStreamer-0.10 code for
203           this from scratch back in the days).
204
205 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
206
207         * gst/playback/Makefile.am:
208         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
209         (create_element), (gst_play_frame_conv_convert):
210         * gst/playback/gstscreenshot.h:
211         Add screenshot conversion code from totem.
212
213         * gst/playback/gstplay-marshal.list:
214         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
215         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
216         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
217         Implement frame property to get a color-unconverted snapshot.
218         Implement convert-frame action signal to get a converted snapshot image.
219         Configure connection speed in uridecodebin.
220         Document some more properties.
221
222         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
223         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
224         (gst_play_sink_get_last_frame):
225         * gst/playback/gstplaysink.h:
226         Use last-buffer property of the video sink to get a video snapshot.
227
228         * tests/examples/seek/seek.c: (shot_cb), (main):
229         Add snapshot button for playbin2 and use the frame property to save the
230         frame as a png in the current directory.
231
232 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
233
234         Patch by: Josep Torra Valles <josep at fluendo dot com>
235
236         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
237         (plugin_init):
238         Add typefinding support for h264 elementary streams.
239         Fixes bug #517420.
240
241 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
242
243         * configure.ac:
244           Require CVS of core for new API in collectpads.
245
246         * gst/adder/gstadder.c:
247           Use new API to make adder sparse stream aware.
248
249 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
250
251         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
252         (no_more_pads_cb):
253         Get the object data correct so that we can remove our channels
254         correctly.
255
256         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
257         (gen_vis_chain), (gst_play_sink_reconfigure),
258         (gst_play_sink_request_pad):
259         Add option to disable async behaviour in the sinks when possible. This
260         makes it possible to avoid an audio queue when dealing with
261         visualisations.
262         Add option to add a queue for the audio path.
263
264         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
265         (main):
266         Disable the vis checkbox to match the defaults of playbin2.
267         Only get the stream info when we need to.
268
269 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
270
271         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
272         (gst_gio_base_sink_set_stream):
273         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
274         (gst_gio_base_src_set_stream):
275         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
276         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
277         Don't use async operations as they require a running main loop.
278         This makes us block again when closing streams and unable
279         to mount the enclosing volume of an URI if it isn't yet.
280
281 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
282
283         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
284         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
285         (gen_vis_chain), (gst_play_sink_reconfigure),
286         (gst_play_sink_request_pad):
287         Move tee in front of the audio and vis pipelines.
288         Add queue for audio for now.
289         Add visualisation support.
290
291         * tests/examples/seek/seek.c: (main):
292         Visualisation is by default disabled.
293
294 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
295
296         * ext/gio/gstgiobasesink.c: (close_stream_cb):
297         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
298         Improve debugging a bit.
299
300         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
301         * ext/gio/gstgiosink.h:
302         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
303         * ext/gio/gstgiosrc.h:
304         Try to mount the enclosing volume of a GFile if it isn't mounted
305         yet. This requires us to wait for an async operation to finish, done
306         with an nested GMainLoop. Authentication is not supported yet, will
307         come later.
308
309 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
310
311         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
312         (gst_play_bin_set_property), (gst_play_bin_get_property),
313         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
314         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
315         (gst_play_sink_get_mute), (gen_audio_chain):
316         * gst/playback/gstplaysink.h:
317         Add mute property.
318
319         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
320         (gst_selector_pad_chain):
321         * gst/playback/gststreamselector.h:
322         Make sure we forward the event only once.
323
324         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
325         Add and implement the mute button for playbin2.
326
327 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
328
329         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
330
331         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
332         Add some more debug info.
333         Make sure we never return a negative delay. Fixes #516246.
334
335 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
336
337         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
338           Revert patch that makes the sink hold the object lock when
339           calling snd_pcm_delay(), since it breaks playback for me.
340
341 2008-02-12  Julien Moutte  <julien@fluendo.com>
342
343         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
344         some seek flags when changing rate.
345
346 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
347
348         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
349         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
350         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
351         Fix potential leaks.
352
353         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
354         Fix leak when there is no function configured.
355
356 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
357
358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
359         (gst_v4lsrc_buffer_finalize):
360         Correctly chain up the finalize method.
361
362 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
363
364         * ext/gio/gstgiostreamsink.c:
365         * ext/gio/gstgiostreamsrc.c:
366         Add documentation and example code for giostreamsink/giostreamsrc.
367
368         * tests/check/pipelines/gio.c: (GST_START_TEST):
369         Ask the GMemoryOutputStream for the data instead of assuming that
370         the pointer to the data stayed the same. It could've been realloc'ed.
371
372 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
373
374         * ext/gio/gstgiosink.c:
375         * ext/gio/gstgiosrc.c:
376         Make the documentation of giosink/giosrc complete, large parts
377         are based on the gnomevfssink/gnomevfssrc docs.
378
379 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
380
381         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
382         * docs/plugins/gst-plugins-base-plugins-sections.txt:
383         * docs/plugins/gst-plugins-base-plugins.args:
384         * docs/plugins/gst-plugins-base-plugins.hierarchy:
385         * docs/plugins/gst-plugins-base-plugins.interfaces:
386         * docs/plugins/gst-plugins-base-plugins.prerequisites:
387         * docs/plugins/gst-plugins-base-plugins.signals:
388         * docs/plugins/inspect/plugin-adder.xml:
389         * docs/plugins/inspect/plugin-audioconvert.xml:
390         * docs/plugins/inspect/plugin-audiorate.xml:
391         * docs/plugins/inspect/plugin-audioresample.xml:
392         * docs/plugins/inspect/plugin-decodebin.xml:
393         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
394         * docs/plugins/inspect/plugin-gdp.xml:
395         * docs/plugins/inspect/plugin-gio.xml:
396         * docs/plugins/inspect/plugin-gnomevfs.xml:
397         * docs/plugins/inspect/plugin-libvisual.xml:
398         * docs/plugins/inspect/plugin-ogg.xml:
399         * docs/plugins/inspect/plugin-pango.xml:
400         * docs/plugins/inspect/plugin-playback.xml:
401         * docs/plugins/inspect/plugin-queue2.xml:
402         * docs/plugins/inspect/plugin-subparse.xml:
403         * docs/plugins/inspect/plugin-theora.xml:
404         * docs/plugins/inspect/plugin-uridecodebin.xml:
405         * docs/plugins/inspect/plugin-videorate.xml:
406         * docs/plugins/inspect/plugin-videoscale.xml:
407         * docs/plugins/inspect/plugin-volume.xml:
408         * docs/plugins/inspect/plugin-vorbis.xml:
409         Add the GIO documentation again and while at that run make update.
410
411 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
412
413         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
414         * ext/alsa/gstalsasink.c: (set_swparams):
415         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
416           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
417           against libasound >= 1.0.16, since it's been deprecated in
418           0.10.16, and alignment is always 1 then, apparently. (#512899)
419
420 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
421
422         * gst/playback/gstplaybin.c: (gen_audio_element):
423         * gst/playback/gstplaysink.c: (gen_audio_chain):
424           Handle case where we can't create the volume element a bit
425           better (#514307).
426
427 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
428
429         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
430         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
431           Add support for https protocol. Fixes #510229.
432
433 2008-02-11  Julien Moutte  <julien@fluendo.com>
434         
435         Patch by: Alan Peevers <peeves@pacbell.net>
436
437         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
438         lock when calling alsa methods.
439
440 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
441
442         * gst/typefind/gsttypefindfunctions.c:
443           Bump rank of jpeg and png typefinders, which will return maximum
444           probability in the most common cases (thus short-circuiting more
445           expensive typefinders like the mp3 one for these two quite common
446           image types).
447
448 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
449
450         * ext/theora/theoraparse.c:
451         Fix long description of the theora parser to be more verbose than just
452         the type name.
453
454 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
455
456         Patch by: Branko Čibej <brane at xbc dot nu>
457
458         * sys/xvimage/xvimagesink.c:
459         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
460         Fixes bug #515654.
461
462 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
463
464         * gst/playback/gstplaybasebin.c:
465         Set is_dynamic as True if there are elements with both request
466         and sometimes src pad templates instead of breaking out when it
467         finds the first pad template that is a src.
468
469 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
470
471         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
472         (update_streams), (video_combo_cb), (audio_combo_cb),
473         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
474         Add some stream switching and volume gui for playbin2.
475
476 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
477
478         * gst/playback/gstplay-marshal.list:
479         Added marshal for streamselector Tags.
480
481         * gst/playback/gstplaybasebin.c: (set_active_source):
482         Streamselector now selects pads based on the pad object instead of its
483         name.
484
485         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
486         (init_group), (gst_play_bin_init), (get_group), (get_tags),
487         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
488         (gst_play_bin_get_text_tags),
489         (gst_play_bin_set_current_video_stream),
490         (gst_play_bin_set_current_audio_stream),
491         (gst_play_bin_set_current_text_stream),
492         (gst_play_bin_set_property), (gst_play_bin_get_property),
493         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
494         Remove option to mute streams with the current-a/v/t property, we have
495         this functionality in the flags.
496         Add signals to notify when the number of A/V/T channels changed.
497         Add action signals to get tags for the A/V/T streams.
498         Implement setting the current A/V/T stream.
499         Rearrange some things to simplify stream selection.
500         Implement volume.
501
502         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
503         (gst_play_sink_get_volume), (gst_play_sink_set_property),
504         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
505         (activate_vis), (gst_play_sink_reconfigure):
506         * gst/playback/gstplaysink.h:
507         Add and implement volume setting methods.
508
509         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
510         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
511         (gst_selector_pad_event), (gst_stream_selector_class_init),
512         (gst_stream_selector_init), (gst_stream_selector_finalize),
513         (gst_stream_selector_set_property),
514         (gst_stream_selector_get_property),
515         (gst_stream_selector_get_linked_pad),
516         (gst_stream_selector_request_new_pad):
517         * gst/playback/gststreamselector.h:
518         Add pad properties for tags and status of pads.
519         Keep tags on pads.
520         Make active pad selection based on pad object instead of name.
521
522 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
523
524         * configure.ac:
525           Revert last change as we now check in gtk-doc.m4 for sed.
526
527 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
528
529         * configure.ac:
530         Find and subst SED when building the docs.
531
532 2008-02-08  Julien Moutte  <julien@fluendo.com>
533
534         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
535         (main): Make sure bus signals are reconnected when pressing STOP
536         and then PLAY again for a parse launch pipeline. Fix a ref leak
537         on the bus.
538         * win32/common/config.h: Updated.
539
540 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
541
542         * configure.ac:
543         Make DISABLE_DEPRECATED defined *only* during CVS, not during
544         pre-releases or releases.
545
546 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
547
548         * configure.ac:
549         * ext/gio/Makefile.am:
550         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
551         reporting
552
553 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
554
555         * docs/plugins/Makefile.am:
556         Add the headers which need scanning for the GIO plugin. The rest of
557         the docs still need migrating.
558
559 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
560
561         * ext/Makefile.am:
562         * tests/check/Makefile.am:
563         * tests/check/pipelines/.cvsignore:
564         Add gio in a few more places.
565
566 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
567
568         * configure.ac:
569         * ext/Makefile.am:
570         * tests/check/Makefile.am:
571         Move gio plugin from -bad and mark as experimental.
572
573 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
574
575         * gst-libs/gst/interfaces/mixeroptions.c:
576         * gst-libs/gst/interfaces/mixertrack.c:
577         Comment out a couple of other things which break the build when
578         GST_DISABLE_DEPRECATED isn't on but -Werror is.
579
580 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
581
582         * docs/libs/gst-plugins-base-libs-sections.txt:
583           Fix pbutils header.
584
585 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
586
587         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
588         Fix compiler warning.
589
590 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
591
592         Patch by: Peter Kjellerstedt  <pkj at axis com>
593
594         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
595         Clear the addrinfo struct using memset. Fixes #514937.
596
597 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
598
599         * gst/tcp/gstfdset.h:
600         Remove unused field to same some memory.
601
602         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
603         Mark action signals as such.
604
605 2008-02-06  Michael Smith <msmith@fluendo.com>
606
607         * ext/theora/theoradec.c: (_theora_granule_frame),
608         (_inc_granulepos):
609           Increment granulepos for new-bitstream versions appropriately.
610           Fixes #514623.
611
612 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
613
614         * tests/examples/seek/seek.c: (do_seek),
615         (rate_spinbutton_changed_cb), (update_streams), (main):
616         Remove obsolete stream_time reset after flushing seek, core does that
617         automatically now.
618         Improve accuracy of speed spinbutton.
619         Only do playbin2 stuff when we actually use it.
620
621 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
622
623         * tests/check/Makefile.am:
624           Revert previous change of the test environment's GST_PLUGIN_PATH.
625           The problem is not with the plugins, but with element factories
626           and only occurs if elements are split out from existing plugins
627           or if plugins change name (see #512740).
628
629 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
630
631         * tests/check/Makefile.am:
632           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
633           with the core's plugins first and our local build directories last,
634           since we might be building against an installed core, and that
635           core's plugin directory may contain older or other versions of
636           our own -base plugins, but we really do want to test our local
637           ones (if there are multiple plugins or element factories with the
638           same name, those inspected last will trump those read in earlier).
639           Fixes #512740 for the most part.
640
641 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
642
643         * configure.ac:
644         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
645         Use gmtime_r if available as gmtime is not MT-safe.
646         Fixes bug #511810.
647
648 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
649
650         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
651         Cast glong to time_t as time_t might have a different type on
652         other platforms, like FreeBSD, and we get a compiler warning
653         otherwise. Fixes bug #511825.
654
655 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
656
657         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
658         (get_group), (get_n_pads), (gst_play_bin_get_property),
659         (pad_added_cb), (no_more_pads_cb), (perform_eos),
660         (autoplug_select_cb), (deactivate_group):
661         Remove stream-info, we going for something easier.
662         Refactor getting the current group.
663         Implement getting the number of audio/video/text streams.
664
665         * gst/playback/gststreamselector.c:
666         (gst_stream_selector_class_init), (gst_stream_selector_init),
667         (gst_stream_selector_get_property),
668         (gst_stream_selector_request_new_pad),
669         (gst_stream_selector_release_pad):
670         * gst/playback/gststreamselector.h:
671         Add property for number of pads.
672
673         * tests/examples/seek/seek.c: (set_scale), (update_flag),
674         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
675         (text_toggle_cb), (update_streams), (msg_async_done),
676         (msg_state_changed), (main):
677         Block slider callback when updating the slider position.
678         Add gui elements for controlling playbin2.
679         Add callback for async_done that updates position/duration.
680
681 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
682
683         * docs/plugins/Makefile.am:
684         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
685         * docs/plugins/gst-plugins-base-plugins-sections.txt:
686         * docs/plugins/gst-plugins-base-plugins.hierarchy:
687         * docs/plugins/gst-plugins-base-plugins.interfaces:
688         * docs/plugins/gst-plugins-base-plugins.prerequisites:
689           First round of plugin docs cleansups.
690
691         * docs/plugins/inspect/plugin-adder.xml:
692         * docs/plugins/inspect/plugin-alsa.xml:
693         * docs/plugins/inspect/plugin-audioconvert.xml:
694         * docs/plugins/inspect/plugin-audiorate.xml:
695         * docs/plugins/inspect/plugin-audioresample.xml:
696         * docs/plugins/inspect/plugin-audiotestsrc.xml:
697         * docs/plugins/inspect/plugin-cdparanoia.xml:
698         * docs/plugins/inspect/plugin-decodebin.xml:
699         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
700         * docs/plugins/inspect/plugin-gdp.xml:
701         * docs/plugins/inspect/plugin-gnomevfs.xml:
702         * docs/plugins/inspect/plugin-libvisual.xml:
703         * docs/plugins/inspect/plugin-ogg.xml:
704         * docs/plugins/inspect/plugin-pango.xml:
705         * docs/plugins/inspect/plugin-subparse.xml:
706         * docs/plugins/inspect/plugin-tcp.xml:
707         * docs/plugins/inspect/plugin-theora.xml:
708         * docs/plugins/inspect/plugin-typefindfunctions.xml:
709         * docs/plugins/inspect/plugin-video4linux.xml:
710         * docs/plugins/inspect/plugin-videorate.xml:
711         * docs/plugins/inspect/plugin-videoscale.xml:
712         * docs/plugins/inspect/plugin-videotestsrc.xml:
713         * docs/plugins/inspect/plugin-volume.xml:
714         * docs/plugins/inspect/plugin-vorbis.xml:
715         * docs/plugins/inspect/plugin-ximagesink.xml:
716         * docs/plugins/inspect/plugin-xvimagesink.xml:
717           Regenerate.
718
719         * ext/ogg/Makefile.am:
720         * ext/ogg/gstoggmux.c:
721         * ext/ogg/gstoggmux.h:
722           Add header for oggmux. the c-file needs a doc blob still.
723
724 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
725
726         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
727
728         * gst-libs/gst/rtp/gstrtpbuffer.c:
729         (gst_rtp_buffer_set_extension_data):
730         * gst-libs/gst/rtp/gstrtpbuffer.h:
731         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
732         Add gst_rtp_buffer_set_extension_data() 
733         Add a unit test for this addition. Fixes #511478.
734         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
735
736 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
737
738         * configure.ac:
739         Back to CVS
740
741 === release 0.10.17 ===
742
743 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
744
745         * configure.ac:
746           releasing 0.10.17, "Peanut Butter and Jelly"
747
748 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
749
750         * gst-libs/gst/interfaces/mixeroptions.c:
751         * gst-libs/gst/interfaces/mixertrack.c:
752         Also remove the conditional registration of the signals
753         that disappeared with the ABI change in 0.10.14
754
755 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
756
757         * gst-libs/gst/rtsp/gstrtspconnection.c:
758         Revert patch to gstrtspconnection.c for brown paper bag
759         release of -base. Re-opens: #511825
760
761 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
762
763         * gst-libs/gst/interfaces/mixeroptions.h:
764         * gst-libs/gst/interfaces/mixertrack.h:
765         Change the way these deprecated function pointers are removed
766         so that the compiled ABI is unconditionally smaller. This 
767         sets in stone an ABI break that actually occurred when the
768         things were deprecated in 0.10.14, which seems to be the best
769         fix as the only known users are oss-mixer and sunaudio-mixer in 
770         gst-plugins-good.
771         Fixes: #513018
772
773 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
774
775         * win32/common/libgstpbutils.def:
776           Export the two new _get_type() functions which are needed
777           by the python bindings.
778
779 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
780
781         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
782         Cast glong to time_t as time_t might have a different type on
783         other platforms, like FreeBSD, and we get a compiler warning
784         otherwise. Fixes bug #511825.
785
786 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
787
788         * gst-libs/gst/audio/gstaudiofilter.c:
789         (gst_audio_filter_class_init):
790         Initialize the GstRingerBuffer class to get it's debug category
791         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
792         category and otherwise we get some g_critical(). Fixes bug #512334.
793
794 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
795
796         * configure.ac:
797         Back to CVS
798
799 === release 0.10.16 ===
800
801 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
802
803         * configure.ac:
804           releasing 0.10.16, "Scheduled Interruption"
805
806 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
807
808         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
809
810         * gst-libs/gst/rtp/gstrtpbuffer.c:
811         (gst_rtp_buffer_get_extension_data):
812         Fix typos and wrong extension check. Fixes #511274.
813
814 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
815
816         * po/sk.po:
817         Oops - add new sk.po mentioned in the LINGUAS I just committed
818
819 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
820
821         * po/LINGUAS:
822         Add ca translation to the disted list.
823
824         * win32/vs6/libgstsdp.dsp:
825         Convert line endings to CRLF
826
827 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
828
829         * win32/MANIFEST:
830         Add win32/vs6/libgstrtsp.dsp to MANIFEST
831
832 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
833
834         * win32/common/libgstsdp.def:
835         * win32/common/libgstvideo.def:
836         Add new API declarations
837
838 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
839
840         * ext/theora/gsttheoradec.h:
841         * ext/theora/gsttheoraparse.h:
842         * ext/theora/theoradec.c:
843         * ext/theora/theoraparse.c:
844         Take a 2nd stab at handling libtheora granulepos changes in the decoder
845         and parser by inspecting the bitstream version of the incoming data.
846
847 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
848
849         * configure.ac:
850         * pkgconfig/Makefile.am:
851         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
852         * pkgconfig/gstreamer-audio.pc.in:
853         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
854         * pkgconfig/gstreamer-cdda.pc.in:
855         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
856         * pkgconfig/gstreamer-fft.pc.in:
857         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
858         * pkgconfig/gstreamer-floatcast.pc.in:
859         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
860         * pkgconfig/gstreamer-interfaces.pc.in:
861         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
862         * pkgconfig/gstreamer-netbuffer.pc.in:
863         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
864         * pkgconfig/gstreamer-pbutils.pc.in:
865         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
866         * pkgconfig/gstreamer-riff.pc.in:
867         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
868         * pkgconfig/gstreamer-rtp.pc.in:
869         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
870         * pkgconfig/gstreamer-rtsp.pc.in:
871         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
872         * pkgconfig/gstreamer-sdp.pc.in:
873         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
874         * pkgconfig/gstreamer-tag.pc.in:
875         * pkgconfig/gstreamer-video-uninstalled.pc.in:
876         * pkgconfig/gstreamer-video.pc.in:
877         Provide one pkg-config file for every gst-plugins-base library.
878         This makes linking to those libraries much more intuitive and
879         provides standard pkg-config behaviour for them. Fixes bug #499697.
880
881 2008-01-13  David Schleef  <ds@schleef.org>
882
883         * gst/videoscale/vs_4tap.c:
884           Fix valgrind error on 4tap scaling method.
885
886 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
887
888         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
889         Include Winsock2.h for VS6 and use a different way initialize
890         hints structure so it can build with VS6.
891         * win32/MANIFEST:
892         * win32/vs6/libgstsdp.dsp:
893         * win32/common/libgstsdp.def:
894         Add new files for libgstsdp.
895         * win32/vs6/grammar.dsp:
896         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
897         * win32/vs6/gst_plugins_base.dsw:
898         * win32/vs6/libgstdecodebin.dsp:
899         * win32/vs6/libgstdecodebin2.dsp:
900         * win32/vs6/libgstplaybin.dsp:
901         * win32/vs6/libgstvolume.dsp:
902         Add new dependencies to the link list.
903
904 2008-01-13  Julien Moutte  <julien@fluendo.com>
905
906         * win32/common/config.h:
907         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
908         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
909         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
910         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
911         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
912         * win32/common/interfaces-enumtypes.c:
913         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
914         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
915         (gst_mixer_track_flags_get_type),
916         (gst_tuner_channel_flags_get_type):
917         * win32/common/multichannel-enumtypes.c:
918         (gst_audio_channel_position_get_type):
919         * win32/common/pbutils-enumtypes.c:
920         (gst_install_plugins_return_get_type):
921         * win32/common/pbutils-enumtypes.h: Update/Add generated files
922         in the win32 build directory.
923
924 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
925
926         * tests/check/Makefile.am:
927         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
928
929         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
930         * tests/check/elements/playbin.c:
931         * tests/check/libs/mixer.c: (test_element_interface_supported),
932         (gst_implements_interface_init):
933         * tests/check/libs/rtp.c: (GST_START_TEST):
934         Fix various assignment type mismatches.
935
936 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
937
938         * configure.ac:
939         * gst-libs/gst/rtsp/Makefile.am:
940         Add test to see if hstrerror is available or if we need libresolv
941         (Solaris) for it, then use it in libgstrtsp.
942
943 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
944
945         * gst-libs/gst/tag/Makefile.am:
946         Fix include path order
947
948 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
949
950         * gst-libs/gst/pbutils/install-plugins.c:
951         (gst_install_plugins_context_copy),
952         (gst_install_plugins_context_get_type):
953         * gst-libs/gst/pbutils/install-plugins.h:
954         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
955         for bindings.
956
957 2008-01-11  Michael Smith <msmith@fluendo.com>
958
959         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
960         (_theora_granule_frame), (_theora_granule_start_time),
961         (theora_dec_sink_convert), (theora_dec_decode_buffer):
962           Adapt for post-alpha meaning of granulepos, when we
963           have a newer version of libtheora.
964         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
965         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
966         (theora_enc_is_discontinuous), (theora_enc_chain):
967           Likewise.
968         * tests/check/Makefile.am:
969           Link libtheora into theoraenc test so we can check which version of
970           libtheora we're testing against.
971         * tests/check/pipelines/theoraenc.c: (check_libtheora),
972         (check_buffer_granulepos),
973         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
974         (theoraenc_suite):
975           Adapt tests to check the values that are now defined for theora; make
976           the tests backwards-adapt the passed values if we're running against an
977           old libtheora.
978           Fixes #497964
979
980 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
981
982         * gst-libs/gst/audio/gstbaseaudiosink.c:
983           (gst_base_audio_sink_class_init):
984         * gst-libs/gst/audio/gstbaseaudiosrc.c:
985           (gst_base_audio_src_class_init):
986           Ref audio clock class from a thread-safe context to make sure
987           we're not bit by GObjects lack of thread-safety here (#349410),
988            however unlikely that may be in practice.
989
990 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
991
992         * autogen.sh:
993           Add -Wno-portability to the automake parameters to stop warnings
994           about GNU make extensions being used. We require GNU make in almost
995           every Makefile anyway.
996           
997         * configure.ac:
998           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
999           at the same time is required for per target flags.
1000
1001 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1002
1003         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
1004           Post an error message if we can't pull as many bytes as we need
1005           for the tag. This makes sure the user gets to see a proper error
1006           message if a file with a partial ID3 tag is fed to decodebin, and
1007           not a 'no ID3 tag demuxer' error, which would be confusing
1008           (see #508138).
1009
1010 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1011
1012         * gst-libs/gst/pbutils/descriptions.c: (formats):
1013           Add description strings for ID3, APE, and ICY tags.
1014
1015 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1016
1017         * gst/playback/gstdecodebin.c: (try_to_link_1):
1018           Make sure we error out correctly if we can't activate one of
1019           the elements we've added.  Fixes #508138.
1020           
1021 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1022
1023         Patch by: Bastien Nocera <hadess at hadess net>
1024
1025         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
1026           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
1027           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
1028           the volume is the same for all channels. This works around
1029           some problem in alsa that leaves us with inconsistent state
1030           for some reason (#486840).
1031
1032 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1033
1034         Patch by: Jerone Young <jerone at gmail com>
1035
1036         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
1037           If there's no mixer track by the name of 'Master' or 'Front',
1038           check if there's one called 'PCM' before trying the generic
1039           fallback logic (fixes #506928, where we pick 'Mic' as master
1040           track for the AD1984 card in a Thinkpad T61/X61 laptop).
1041
1042 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1043
1044         * gst/playback/gstplay-enum.c:
1045         (register_gst_autoplug_select_result),
1046         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
1047         (gst_play_flags_get_type):
1048         * gst/playback/gstplay-enum.h:
1049         Add enums for configuration flags.
1050
1051         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
1052         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
1053         (gst_play_bin_get_property), (no_more_pads_cb),
1054         (autoplug_select_cb), (gst_play_bin_change_state):
1055         Merge mode with flags.
1056         Add more property getters/setters, defaults and docs.
1057         Add properties to get number of audio/video/text streams.
1058         Create sink object in _init so that we can always rely on it being
1059         there.
1060
1061         * gst/playback/gstplaysink.c: (gst_play_sink_init),
1062         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
1063         (activate_vis), (gst_play_sink_reconfigure),
1064         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
1065         (gst_play_sink_change_state):
1066         * gst/playback/gstplaysink.h:
1067         Use flags to configure the sink pipelines.
1068         Add tee before audio pipeline so that we can use it for visualisations.
1069         Start working on integrating visualisations.
1070         Remove mode, we can do everything with the flags now.
1071         Add method to configue the sink pipeline.
1072
1073 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
1074
1075         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1076           (check_buffer_timestamp), (check_buffer_duration):
1077           Turn these functions into macros so we can see right away
1078           where the failure occured.
1079
1080 2008-01-05  Julien Moutte  <julien@fluendo.com>
1081
1082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
1083         debugging information to understand how X calculates the stride
1084         for XvImages.
1085
1086 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
1087
1088         * gst/volume/Makefile.am:
1089         * gst/volume/gstvolume.c: (volume_choose_func),
1090         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
1091         (volume_setup):
1092         * gst/volume/gstvolume.h:
1093         Use GstAudioFilter as base class for the volume element instead of
1094         plain GstBaseTransform.
1095
1096 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
1097
1098         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
1099         Don't set element details for the abstract GstAudioFilter class.
1100
1101 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
1102
1103         * gst-libs/gst/audio/gstaudiofilter.c:
1104         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
1105         Implement get_unit_size() vmethod of GstBaseTransform.
1106
1107 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1108
1109         * gst-libs/gst/pbutils/Makefile.am:
1110         * gst-libs/gst/pbutils/pbutils.h:
1111         Use glib-enum generator to have a proper enum GType for
1112         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
1113
1114 2007-12-31  David Schleef  <ds@schleef.org>
1115
1116         * tests/check/Makefile.am:
1117         * tests/check/pipelines/theoraenc.c:
1118           Reenable theoraenc test, which fails on the buildbot but
1119           not locally.
1120
1121 2007-12-31  David Schleef  <ds@schleef.org>
1122
1123         * docs/libs/.cvsignore:
1124         * docs/plugins/.cvsignore:
1125           Add *-undeclared.txt to fix buildbot.
1126
1127 2007-12-31  David Schleef  <ds@schleef.org>
1128
1129         * tests/check/Makefile.am:
1130           Second attempt at disabling theoraenc test long enough to
1131           get buildbot to compile -base.
1132
1133 2007-12-31  David Schleef  <ds@schleef.org>
1134
1135         * tests/check/pipelines/theoraenc.c:
1136           Disable theoraenc test long enough to get the buildbot to
1137           compile a recent -base.
1138
1139 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1140
1141         * tests/examples/seek/seek.c: (stop_cb):
1142         Make sure we reset the slider value to 0.0 without racing against a
1143         possible g_idle that sets it to something else.
1144
1145 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
1146
1147         * sys/ximage/ximagesink.c:
1148         fix typo
1149
1150 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1151
1152         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
1153         * gst-libs/gst/rtsp/gstrtspdefs.h:
1154         Add Location header so that we can start implementing redirects.
1155         See #506025.
1156
1157 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
1158
1159         * gst/subparse/gstssaparse.c:
1160         combine if's
1161
1162 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
1163
1164         * gst/subparse/gstssaparse.c:
1165         remove duplicate log message
1166
1167 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1168
1169         * ext/libvisual/visual.c: (gst_visual_chain):
1170         Fix 'xyz may be used uninitialized' compiler warnings caused
1171         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1172         abort() in any case but properly report the error.
1173
1174 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1175
1176         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
1177         (gst_play_bin_finalize), (gst_play_bin_set_uri),
1178         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
1179         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
1180         (autoplug_select_cb), (activate_group), (deactivate_group),
1181         (setup_next_source), (save_current_group),
1182         (gst_play_bin_change_state):
1183         Code cleanups.
1184         Remove next-uri, we can use the uri property just fine.
1185         Fix some crasher.
1186         Unref uridecodebin when switching.
1187         Fix going to READY.
1188
1189         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
1190         (gst_play_sink_init), (gst_play_sink_dispose),
1191         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
1192         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
1193         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
1194         (gst_play_sink_set_property), (gst_play_sink_get_property),
1195         (gen_video_chain), (gen_text_element), (gen_audio_chain),
1196         (gen_vis_element), (gst_play_sink_get_mode),
1197         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
1198         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
1199         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
1200         (gst_play_sink_change_state):
1201         * gst/playback/gstplaysink.h:
1202         Add some locking to make things threadsafe.
1203
1204         * gst/playback/test7.c: (about_to_finish_cb):
1205         Fix test.
1206
1207 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
1208
1209         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
1210           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
1211           (gst_video_scale_transform):
1212           Don't claim to be able to handle/transform caps that can't really
1213           be handled by the currently selected scaling method (here: RGB or
1214           packed YUV with 4-tap method). Also add locking to method property.
1215
1216         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
1217           (test_basetransform_based):
1218           Some test pipelines for the above (not entirely valgrind clean yet
1219           apparently).
1220
1221 2007-12-21  David Schleef  <ds@schleef.org>
1222
1223         * gst-libs/gst/video/video.c:
1224         * gst-libs/gst/video/video.h:
1225           Add additional RGBA and RGB-24 video formats.
1226
1227 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1228
1229         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
1230           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1231           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
1232         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
1233           (cddabasesrc_suite):
1234           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
1235           deprecated in the future (see #498924).
1236
1237 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
1240           Don't leak event.
1241
1242 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
1243
1244         * gst-libs/gst/riff/riff-read.c:
1245         Use GST_ROUND_UP_2 macro
1246
1247 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1248
1249         * gst/playback/.cvsignore:
1250           Ignore more.
1251
1252 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
1255         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
1256           (set_active_source):
1257         * gst/playback/gstplaybasebin.h:
1258         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1259           (setup_sinks), (playbin_set_subtitles_visible):
1260           Make switching off of subtitles work. To avoid all kind of
1261           problems with unlinking of the subtitle input, we just keep
1262           the subtitle inputs linked as they are and tell textoverlay
1263           not to render them. Fixes #373011.
1264           Other subtitle switching issues (esp. when there are both
1265           external and in-stream subtitles) remain. They'll be solved
1266           in playbin2.
1267
1268 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1269
1270         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
1271         Init the pad segment too.
1272
1273 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1274
1275         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1276         (gst_audioringbuffer_open_device),
1277         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
1278         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
1279         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
1280         (gst_audio_sink_create_ringbuffer):
1281         Improve debug output.
1282
1283         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1284         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
1285         Prevent some functions from doing things and failing when the
1286         ringbuffer is not yet acquired.
1287
1288 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
1289
1290         * gst-libs/gst/interfaces/interfaces.h:
1291           Also remove interfaces.h from CVS as it is not needed anymore.
1292
1293 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
1294
1295         * gst-libs/gst/interfaces/Makefile.am:
1296           interfaces.h is not used anymore so remove it from the build
1297           process.
1298
1299 2007-12-17  David Schleef  <ds@schleef.org>
1300
1301         * gst/videotestsrc/gstvideotestsrc.c:
1302         * gst/videotestsrc/gstvideotestsrc.h:
1303           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
1304           for testing vertical refresh synchronization.
1305
1306 2007-12-17  David Schleef  <ds@schleef.org>
1307
1308         * docs/libs/gst-plugins-base-libs-sections.txt:
1309         * gst-libs/gst/video/video.c:
1310         * gst-libs/gst/video/video.h:
1311           Add new GstVideFormat enum and write a bunch of helper functions
1312           based around it.
1313
1314 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
1315
1316         * Makefile.am:
1317           Use new common/win32.mak.
1318
1319 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1320
1321         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1322         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1323         Add debug info.
1324         When going from PLAYING to PAUSED, pause the ringbuffer before calling
1325         the parent state change function, just like the audiosink, because the
1326         parent waits for the element to finish its processing before completing
1327         the state change. This makes going to PAUSED a lot snappier.
1328         When going from READY to PAUSED, don't allow the ringbuffer to start
1329         yet.
1330
1331 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1332
1333         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1334         Yet another fix for broken software that produce files with an empty
1335         blockalign field. Instead of completely failing, make a second attempt
1336         at guessing the width/depth by looking at strf->size.
1337
1338 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1339
1340         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
1341           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
1342         * gst-libs/gst/pbutils/install-plugins.c:
1343           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
1344         * gst-libs/gst/pbutils/missing-plugins.c:
1345           (gst_missing_plugin_message_get_installer_detail),
1346           (gst_missing_encoder_installer_detail_new):
1347         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
1348         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
1349           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
1350           avoid compiler warnings (#503930).
1351
1352 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1353
1354         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1355         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
1356         for jpeg video streams.
1357         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
1358         for the above modification.
1359
1360 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1361
1362         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
1363           (gst_x_overlay_handle_events):
1364           More guards (we don't want klass to end up being NULL).
1365
1366 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
1367
1368         * configure.ac:
1369         * gst/volume/gstvolume.c: (gst_volume_init):
1370           Use new gst_base_transform_set_gap_aware() function as volume
1371           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
1372           for this.
1373
1374 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1375
1376         * tests/examples/seek/seek.c: (msg_segment_done), (main):
1377         Don't go to READY on EOS as this avoids testing of seeking and
1378         restarting after EOS, use the stop button when you want to READY.
1379         Don't try to do a flushing seek in segment-done, it does not make
1380         sense to use this for gapless playback and is not needed.
1381
1382 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1383
1384         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
1385         (reset_rate_timer), (update_in_rates), (update_out_rates),
1386         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1387         (gst_queue_chain), (gst_queue_loop):
1388         Use separate timers for input and output rates.
1389         Pause measuring the output rate when we block for more data.
1390         See #503262.
1391
1392 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1393
1394         * gst/playback/gstqueue2.c: (gst_queue_chain):
1395         Pause the timer to measure the input rate when we block because the
1396         queue is filled. See #503262.
1397
1398 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1399
1400         Patch by: Peter Kjellerstedt  <pkj at axis com>
1401
1402         * gst-libs/gst/rtsp/gstrtspconnection.c:
1403         (gst_rtsp_connection_free):
1404         Close control sockets. Fixes #503440.
1405
1406 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1407
1408         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
1409         Expose the right pad in the right place with the right element.
1410
1411 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
1412
1413         * gst-libs/gst/pbutils/descriptions.c: (formats):
1414           Add description for 'private' dts caps (who come up with that name?).
1415
1416 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
1417
1418         * Makefile.am:
1419           Add check-exports target and run it with 'make check'.
1420
1421         * configure.ac:
1422           Be stricter about what we export in our libraries: change regexp so that
1423           we only export _gst_foo(), but not __gst_foo().
1424
1425         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
1426         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
1427           Change internal functions to __gst_foo so they dont' get exported.
1428
1429         * win32/common/libgstaudio.def:
1430           Add missing symbols.
1431
1432 2007-12-11  David Schleef  <ds@schleef.org>
1433
1434         * ChangeLog: remove conflict markers
1435
1436 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1437
1438         * ext/gnomevfs/Makefile.am:
1439         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
1440           Use gst_tag_freeform_string_to_utf8() here, which also takes
1441           into account any character sets specified by the user via
1442           environment variables.
1443
1444 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
1445
1446         * gst/audioconvert/Makefile.am:
1447         Also link to libm.
1448
1449 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
1450
1451         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1452         No need for floating point operations here. avoids having to link
1453         against the math library too.
1454
1455 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
1456
1457         * gst-libs/gst/pbutils/descriptions.c: (formats),
1458           (format_info_get_desc):
1459         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
1460           (GST_START_TEST):
1461           Add one or two missing formats.  Generate ADPCM description
1462           dynamically depending on layout/format.
1463
1464 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1465
1466         * configure.ac:
1467           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1468
1469 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
1470
1471         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
1472
1473         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
1474           Some .srt files start with chunk number 0 and not chunk number 1,
1475           recognise and accept those as well (fixes #502497).
1476
1477         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
1478           (test_src):
1479           Add unit test for the above.
1480
1481 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
1482
1483         * gst/playback/gstplay-enum.c:
1484         (register_gst_autoplug_select_result),
1485         (gst_autoplug_select_result_get_type):
1486         * gst/playback/gstplay-enum.h:
1487         Add missing files.
1488
1489 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1490
1491         * gst/playback/Makefile.am:
1492         Group decodebin2 and uridecodebin into the same plugin so that they
1493         can share the GEnumType.
1494
1495         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
1496         (_gst_select_accumulator), (gst_decode_bin_class_init),
1497         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
1498         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
1499         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
1500         Add signal to sort factories instead of the more awkward autoplug-select
1501         signal.
1502         Modify autoplug_select so that we can try, skip or expose the
1503         autopluggin of an element on a pad.
1504
1505         * gst/playback/gstfactorylists.c: (compare_ranks),
1506         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
1507         (element_filter), (gst_factory_list_get_elements),
1508         (gst_factory_list_debug), (gst_factory_list_filter):
1509         * gst/playback/gstfactorylists.h:
1510         Simplify the API, allow getting elements based on mask.
1511
1512         * gst/playback/gstplay-marshal.list:
1513         Add some more marshallers.
1514
1515         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
1516         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
1517         (autoplug_select_cb), (activate_group):
1518         Add support for managing non-raw sinks by providing a custom element and
1519         sink list to decodebin2.
1520         Try to plug non-raw sinks when decodebin2 using autoplug-select of
1521         decodebin2.
1522
1523         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
1524         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
1525         * gst/playback/gstplaysink.h:
1526         Add support for raw and non-raw sinks. 
1527         Add support to force sinks selected by playbin2.
1528         Don't plug raw converters for non-raw sinks.
1529
1530         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
1531         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
1532         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
1533         (plugin_init):
1534         Use right accumulators.
1535         Proxy new signal.
1536
1537 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
1538
1539         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1540         Use runnning time as the base time instead of the timestamp.
1541         Spotted by Saur on IRC.
1542
1543 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
1544
1545         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1546         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
1547
1548 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
1549
1550         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
1551         (gst_ogg_demux_read_chain):
1552         If we find a new serial number but it does not contain a BOS page, make
1553         sure we initialize the chain to NULL because else we will try to scan it
1554         and crash. Fixes #500763
1555
1556 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
1557
1558         * gst/playback/Makefile.am:
1559         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
1560         (get_feature_array), (decoders_filter), (sinks_filter),
1561         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
1562         (gst_factory_list_filter):
1563         * gst/playback/gstfactorylists.h:
1564         Refactor some common code to filter factories and check caps compat.
1565
1566         * gst/playback/gstdecodebin.c:
1567         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1568         (gst_decode_bin_init), (gst_decode_bin_dispose),
1569         (gst_decode_bin_autoplug_continue),
1570         (gst_decode_bin_autoplug_factories),
1571         (gst_decode_bin_autoplug_select), (analyze_new_pad),
1572         (find_compatibles):
1573         * gst/playback/gstplaybin.c:
1574         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
1575         (gst_play_bin_init), (gst_play_bin_finalize),
1576         (autoplug_factories_cb), (activate_group):
1577         * gst/playback/gstqueue2.c:
1578         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
1579         (proxy_autoplug_continue_signal),
1580         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
1581         (proxy_drained_signal):
1582         Add some more debug info and use factor filtering code.
1583
1584 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1585
1586         * gst/audiotestsrc/gstaudiotestsrc.c:
1587         * gst/volume/gstvolume.c:
1588         * gst/volume/gstvolume.h:
1589           Add GAP-flag support.
1590
1591 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1592
1593         * tests/examples/seek/seek.c: (main): Increase the range of the
1594         rate selector as I would like to test QOS behavior at higher
1595         forward and reverse playback speed like say 64x.
1596
1597 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
1598
1599         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1600         (audioresample_query), (audioresample_query_type),
1601         (gst_audioresample_set_property):
1602         Implement latency query.
1603
1604 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
1605
1606         * gst-libs/gst/audio/gstbaseaudiosink.c:
1607         (gst_base_audio_sink_drain):
1608         Our EOS time contains the base_time, _wait_eos() expects a running_time
1609         so we have to subtract the base_time again before calling the function.
1610         This fixes an EOS regression where the base_time was added twice and EOS
1611         took longer and longer in certain situations.
1612         Fixes #498767.
1613
1614 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
1615
1616         * docs/libs/gst-plugins-base-libs-sections.txt:
1617         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
1618         (gst_base_audio_sink_set_provide_clock),
1619         (gst_base_audio_sink_get_provide_clock),
1620         (gst_base_audio_sink_set_slave_method),
1621         (gst_base_audio_sink_get_slave_method),
1622         (gst_base_audio_sink_set_property),
1623         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
1624         (gst_base_audio_sink_none_slaving),
1625         (gst_base_audio_sink_handle_slaving):
1626         * gst-libs/gst/audio/gstbaseaudiosink.h:
1627         Expose methods for some object properties so that subclasses can more
1628         easily configure them.
1629         Added slave method none, that completely disables slaving to the
1630         internal clock.
1631         API: gst_base_audio_sink_set_provide_clock()
1632         API: gst_base_audio_sink_get_provide_clock()
1633         API: gst_base_audio_sink_set_slave_method()
1634         API: gst_base_audio_sink_get_slave_method()
1635
1636         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1637         (gst_base_audio_src_set_provide_clock),
1638         (gst_base_audio_src_get_provide_clock),
1639         (gst_base_audio_src_set_property),
1640         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1641         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1642         Expose methods for some object properties so that subclasses can more
1643         easily configure them.
1644         API: gst_base_audio_src_set_provide_clock()
1645         API: gst_base_audio_src_get_provide_clock()
1646
1647 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
1648
1649         Patch by: Joe Peterson <lavajoe at gentoo dot org>
1650
1651         * gst-libs/gst/sdp/gstsdpmessage.c:
1652         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
1653
1654 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
1655
1656         * tests/check/libs/fft.c: (GST_START_TEST):
1657         Fix scaling to really have dB instead of something else.
1658
1659 2007-11-19  Julien MOUTTE  <julien@moutte.net>
1660
1661         * tests/examples/seek/seek.c: (main): There's a nice macro to check
1662         GTK version, use it.
1663
1664 2007-11-19  Julien MOUTTE  <julien@moutte.net>
1665
1666         * tests/examples/seek/seek.c: (main): Try to support stable version
1667         of GTK.
1668
1669 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
1670
1671         * gst/playback/README:
1672         * gst/playback/test7.c:
1673           Fix the build + little README update.
1674
1675 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1676
1677         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
1678         Add playbin2 seek pipeline.
1679
1680 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1681
1682         * gst/playback/Makefile.am:
1683         * gst/playback/gstplayback.c: (plugin_init):
1684         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
1685         (eos_cb), (about_to_finish_cb), (main):
1686         Add playbin2.
1687         Added gapless playback example.
1688
1689         * gst/playback/gstplaybasebin.c:
1690         * gst/playback/gstplaybasebin.h:
1691         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
1692         * gst/playback/gstqueue2.c:
1693         * gst/playback/test.c:
1694         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
1695         (pad_removed_cb):
1696         * gst/playback/gststreaminfo.h:
1697         Change email.
1698
1699         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
1700         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
1701         (gst_play_bin_dispose), (gst_play_bin_set_uri),
1702         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
1703         (gst_play_bin_get_property), (gst_play_bin_handle_message),
1704         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
1705         (drained_cb), (unlink_group), (activate_group),
1706         (setup_next_source), (gst_play_bin_change_state),
1707         (gst_play_bin2_plugin_init):
1708         Added raw first version of playbin2. Does chained oggs and gapless
1709         playback fine. No support for raw sinks yet. No visualisations or
1710         subtitles yet.
1711
1712         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
1713         (gst_play_sink_class_init), (gst_play_sink_init),
1714         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
1715         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
1716         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
1717         (gst_play_sink_set_property), (gst_play_sink_get_property),
1718         (post_missing_element_message), (free_chain), (add_chain),
1719         (activate_chain), (gen_video_chain), (gen_text_element),
1720         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
1721         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
1722         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
1723         (gst_play_sink_send_event), (gst_play_sink_change_state):
1724         * gst/playback/gstplaysink.h:
1725         Added Element that abstracts the sinks and their pipelines for playbin2.
1726
1727 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1728
1729         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
1730         (gst_selector_pad_class_init), (gst_selector_pad_init),
1731         (gst_selector_pad_finalize), (gst_selector_pad_reset),
1732         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
1733         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
1734         (gst_selector_pad_chain), (gst_stream_selector_get_type),
1735         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
1736         (gst_stream_selector_init), (gst_stream_selector_set_property),
1737         (gst_stream_selector_get_linked_pad),
1738         (gst_stream_selector_getcaps),
1739         (gst_stream_selector_is_active_sinkpad),
1740         (gst_stream_selector_activate_sinkpad),
1741         (gst_stream_selector_get_linked_pads),
1742         (gst_stream_selector_request_new_pad),
1743         (gst_stream_selector_release_pad):
1744         * gst/playback/gststreamselector.h:
1745         Improve streamselector, make it select and unselect the current pad more
1746         intelligently. 
1747         Subclass GstPad for the sinkpads of the selector.
1748         Handle segments more correctly.
1749         Fix caps negotiation.
1750         Implement release_pad.
1751
1752 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1753
1754         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1755         (gst_decode_group_check_if_drained), (source_pad_event_probe),
1756         (remove_fakesink):
1757         Add drained signal fired when decodebin finishes decoding the data.
1758         Remove deprecated STATE_DIRTY message.
1759
1760         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
1761         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
1762         (analyse_source), (proxy_drained_signal), (make_decoder),
1763         (source_new_pad), (value_list_append_structure_list),
1764         (handle_redirect_message), (handle_message):
1765         Proxy the new drained signal.
1766         Handle pad removed from decodebin.
1767         Handle redirect messages by sorting multiple redirections based on the
1768         connection speed.
1769
1770 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1771
1772         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1773
1774         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
1775         Fix leaking headers. Fixes #496761.
1776
1777 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1778
1779         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1780
1781         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1782         (gst_ximagesink_change_state):
1783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
1784         Don't leak the PAR on errors. Fixes #496731.
1785
1786 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1787
1788         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
1789           (gst_tag_from_id3_user_tag):
1790           Add mapping for audio cd discid tags, so we can extract
1791           them from tags as well (see #347848). Also compare identifiers
1792           in ID3v2 TXXX frames in a case-insensitive way to increase
1793           compatibility when reading tags (discid vs. DiscID vs. DiscId).
1794
1795 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1796
1797         * gst-plugins-base.doap:
1798         Oops, fix the release name.
1799
1800 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1801
1802         * gst-plugins-base.doap:
1803         Add 0.10.15 release
1804
1805 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1806
1807         * configure.ac:
1808         Back to CVS
1809
1810 === release 0.10.15 ===
1811
1812 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
1813
1814         * configure.ac:
1815           releasing 0.10.15, "No need to argue"
1816
1817 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
1818
1819         * win32/vs6/libgstfft.dsp:
1820         Convert line endings to DOS.
1821
1822 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
1823
1824         * win32/vs6/gst_plugins_base.dsw:
1825         * win32/vs6/libgstfft.dsp:
1826         * win32/MANIFEST:
1827         Add a project file for fft plugin and remove socket
1828         based plugin which don't build from the workspace.
1829         * win32/vs6/libgstaudio.dsp:
1830         * win32/vs6/libgstrtp.dsp:
1831         * win32/vs6/libgsttag.dsp:
1832         Convert line endings back to DOS.
1833         Fixes #496724
1834
1835 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
1836
1837         * win32/vs6/libgstinterfaces.dsp:
1838         * win32/vs6/libgstrtsp.dsp:
1839         Convert line endings back to DOS
1840
1841 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
1842
1843         * gst-libs/gst/fft/kiss_fft_f32.h:
1844         * gst-libs/gst/fft/kiss_fft_f64.h:
1845         * gst-libs/gst/fft/kiss_fft_s16.h:
1846         * gst-libs/gst/fft/kiss_fft_s32.h:
1847         Don't include malloc.h which doesn't exist on Mac OSX.
1848         Instead, pull in glib.h and use g_malloc/g_free for 
1849         consistency. Fixes: #496548
1850
1851 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
1852
1853         * gst/playback/gstdecodebin2.c:
1854           Dont leak ghostpad. Fixes #475451.
1855
1856 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
1857
1858         * docs/design/design-decodebin.txt:
1859         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1860         Update some more docs and comments.
1861
1862 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1863
1864         Patch by: Sebastien Moutte  <sebastien moutte net>
1865
1866         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1867           (gst_rtcp_unix_to_ntp):
1868         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
1869           Fix some C99-isms and and a missing function that some versions of
1870           MSVC don't like too much (#494346).
1871
1872         * win32/vs6/gst_plugins_base.dsw:
1873         * win32/vs6/libgstaudio.dsp:
1874         * win32/vs6/libgstrtp.dsp:
1875         * win32/vs6/libgsttag.dsp:
1876           Update vs6 projects files (#494346).
1877
1878 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1879
1880         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1881
1882         * win32/common/libgstaudio.def:
1883         * win32/common/libgstcdda.def:
1884         * win32/common/libgstinterfaces.def:
1885         * win32/common/libgstnetbuffer.def:
1886         * win32/common/libgstpbutils.def:
1887         * win32/common/libgstrtp.def:
1888         * win32/common/libgstrtsp.def:
1889         * win32/common/libgsttag.def:
1890         * win32/common/libgstvideo.def:
1891           More missing symbols to export (fixes #493986).
1892
1893 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
1894
1895         * docs/libs/gst-plugins-base-libs-sections.txt:
1896         * gst-libs/gst/fft/gstfftf32.c:
1897         * gst-libs/gst/fft/gstfftf32.h:
1898         * gst-libs/gst/fft/gstfftf64.c:
1899         * gst-libs/gst/fft/gstfftf64.h:
1900         * gst-libs/gst/fft/gstffts16.c:
1901         * gst-libs/gst/fft/gstffts16.h:
1902         * gst-libs/gst/fft/gstffts32.c:
1903         * gst-libs/gst/fft/gstffts32.h:
1904         * tests/check/libs/fft.c: (GST_START_TEST):
1905         Remove the magnitude and phase calculation functions as these have
1906         very special use cases and can't even be used for the spectrum
1907         element. Also adjust the docs to mention some properties of the used
1908         FFT implemention, i.e. how the values are scaled. Fixes #492098.
1909
1910 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1911
1912         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
1913           (finish_source):
1914           Avoid crash when there are external subtitles (fixes #491722).
1915
1916 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
1917
1918         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1919         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
1920           'Could not open resource for writing' is not an acceptable
1921           error message when we can't open the audio device (see #492334),
1922           even less so when we're trying to open it to record something.
1923
1924 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1925
1926         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1927
1928         * win32/common/libgstrtp.def:
1929           Add some more missing symbols (#492813).
1930
1931 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1932
1933         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1934
1935         * tests/check/elements/audioconvert.c: (verify_convert):
1936           Add check to make sure that the out caps have a channel layout
1937           set on them where they should have one.
1938
1939 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1940
1941         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1942
1943         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
1944         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
1945           Include our own _stdint.h instead of sys/types.h, makes MingW happy
1946           (#492306).
1947
1948         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
1949           Use _pipe directly, GLib doesn't have a pipe() macro any longer
1950           (it disappeared in GLib 2.14.0) (#492306).
1951
1952         * gst-libs/gst/sdp/Makefile.am:
1953         * gst-libs/gst/sdp/gstsdpmessage.c:
1954           Fix includes and LIBS for win32/Mingw (#492306).
1955
1956         * tests/examples/dynamic/addstream.c (pause_play_stream):
1957           Use more portable g_usleep() instead of sleep() (#492306).
1958
1959 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1960
1961         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1962
1963         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1964           (gst_ring_buffer_parse_caps):
1965           Return NULL instead of an enum that happens to be 0, fixes warning
1966           on MSVC (#492114).
1967
1968         * gst-libs/gst/audio/gstringbuffer.h:
1969           No trailing commas in enum list (for gcc-2.9x).
1970
1971         * gst/videotestsrc/videotestsrc.c: (random_char):
1972           Make information loss explicit instead of implicitly truncating to
1973           eight bits via the return value.  Fixes runtime error on MSVC when
1974           using the debug CRT (#492114).
1975
1976         * win32/common/config.h.in:
1977           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
1978
1979         * win32/common/libgstinterfaces.def:
1980         * win32/common/libgstrtp.def:
1981           Export a few more symbols (#492114).
1982
1983 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
1984
1985         * gst-libs/gst/audio/audio.c:
1986         * gst-libs/gst/audio/audio.h:
1987           Readd the deprecation guards, but preserve compilability.
1988
1989 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1990
1991         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
1992           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
1993           Preserve channel layout when fixating the number of channels in the
1994           output caps, or make sure there's a suitable channel position layout
1995           set on the caps if required. Fixes #430677.
1996
1997 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1998
1999         * tests/check/elements/decodebin.c: (test_text_plain_streams):
2000           Make sure the pipeline really operates in push mode as it should
2001           in this case.
2002
2003 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
2004
2005         * gst-libs/gst/audio/audio.h:
2006           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
2007           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
2008           (ie. normal cvs builds) will fail.
2009
2010 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
2011
2012         * docs/libs/Makefile.am:
2013         * gst-libs/gst/audio/audio.c:
2014         * gst-libs/gst/audio/audio.h:
2015         * gst-libs/gst/interfaces/mixer.c:
2016           tell gtk-doc about the deprecation guard. Apply more doc fixes.
2017
2018 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
2019
2020         * tests/check/libs/audio.c: (init_value_to_channel_layout),
2021           (test_channel_layout_value_intersect), (audio_suite):
2022           Add simple unit test to make sure GstValue intersection
2023           of channel layouts works the way I think it does.
2024
2025 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
2026
2027         * docs/libs/gst-plugins-base-libs-sections.txt:
2028         * gst-libs/gst/audio/gstaudiofilter.h:
2029         * gst-libs/gst/interfaces/mixer.h:
2030         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2031         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2032         * gst-libs/gst/sdp/gstsdpmessage.c:
2033           Fix the docs according to what gtk-doc complained about.
2034
2035 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
2036
2037         * tests/icles/stress-playbin.c:
2038           Fix the build.
2039
2040 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
2041
2042         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
2043         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
2044           Post nice/more useful error message if we don't have a decoder for
2045           the primary type.
2046
2047 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
2048
2049         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
2050         Be a bit more useful, unblock the pads after we fired the no-more-pads
2051         signal so that we can use the signal to inspect and connect all pads
2052         without having to keep extra state outside of decodebin.
2053
2054 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
2055
2056         * gst/playback/gsturidecodebin.c:
2057         (gst_uri_decode_bin_autoplug_continue),
2058         (gst_uri_decode_bin_class_init), (no_more_pads_full):
2059         Implement default signal handler so that we return TRUE when nothing is
2060         connected.
2061
2062 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
2063
2064         * gst-libs/gst/riff/riff-media.c:
2065         (gst_riff_wavext_add_channel_layout),
2066         (gst_riff_wave_add_default_channel_layout),
2067         (gst_riff_wavext_get_default_channel_mask),
2068         (gst_riff_create_audio_caps):
2069         Use the ALSA channel layout as default for wav files without channel
2070         layout information. This fixes playback of chan-id.wav on 5.1 systems
2071         for example. Also refactor the channel layout setting a bit and add
2072         more default channel orders. Fixes #489010.
2073
2074 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2075
2076         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
2077           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
2078           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
2079           instead.
2080
2081 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
2082
2083         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2084         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
2085         (gst_decode_bin_set_subs_encoding),
2086         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
2087         (gst_decode_bin_get_property), (analyze_new_pad):
2088         Move subtitle encoding property to decodebin2 so that it can set the
2089         property value on all elements that it autoplugs and that require it.
2090         Make caps refcounting more consistent in get/set.
2091
2092         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
2093         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2094         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
2095         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
2096         (proxy_autoplug_continue_signal),
2097         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
2098         (make_decoder):
2099         Proxy properties and relevant signals from the internal decodebin.
2100         Make properties MT safe.
2101
2102 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
2103
2104         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
2105         * gst-libs/gst/tag/tags.c:
2106           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
2107           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
2108
2109         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
2110           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
2111
2112         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
2113           (gst_tag_to_vorbis_comments):
2114           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
2115           just mapping everything I found in the wild) (#414539).
2116
2117 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
2118
2119         Inspired by patch of: René Stadler <mail at renestadler dot de>
2120
2121         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2122         (gst_decode_bin_autoplug_continue),
2123         (gst_decode_bin_autoplug_factories),
2124         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
2125         (find_compatibles):
2126         * gst/playback/gstplay-marshal.list:
2127         Remove the autoplug-sort signal and replace it with a binding friendly
2128         autoplug-select signal.
2129         Add an autoplug-factories signal that can be used to generate a list of
2130         factories to try to autoplug.
2131         Add the GstPad to the autoplugging signal args as it might be needed to
2132         make a good factory selection.
2133         Fix up the marshallers for this. Fixes #407282.
2134
2135 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2136
2137         * gst-libs/gst/tag/gsttagdemux.c:
2138           Don't abort with an assertion if we receive a seek event with
2139           a start type of NONE (see launchpad bug #155878).
2140
2141 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2142
2143         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
2144         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2145         (gst_ximagesink_change_state), (gst_ximagesink_reset):
2146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
2147         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
2148         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
2149         Make sure that before we clean up the X resources, we shutdown and join
2150         the event thread.
2151         Also make sure the event thread does not shut down immediatly after
2152         startup because the running variable is not yet correctly set.
2153         Fixes #378770. 
2154
2155 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
2156
2157         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
2158         Make the window for a race in typefind and shutting down smaller until
2159         we figure out the right locking here. Avoids #485753 usually.
2160
2161         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
2162         Remove unneeded lock causing a race in typefind and shutting down.
2163         Fixes #485753.
2164
2165         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
2166         Also remove sinks when going to NULL because we might not complete the
2167         state change to PAUSED, causing the PAUSED->READY state change not to
2168         happen.
2169
2170 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
2171
2172         * gst-libs/gst/audio/gstbaseaudiosink.c:
2173         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
2174         Also explicitly release the ringbuffer when going to NULL because it
2175         is required in the setcaps function, before the state change to PAUSED
2176         completes.
2177
2178 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
2179
2180         * tests/icles/.cvsignore:
2181         * tests/icles/Makefile.am:
2182         * tests/icles/stress-playbin.c:
2183           Does what it says on the tin.
2184
2185 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
2186
2187         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
2188         Fix queue negotiation. See #486758.
2189
2190 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
2191
2192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
2193         (gst_xvimagesink_xwindow_new),
2194         (gst_xvimagesink_update_colorbalance),
2195         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
2196
2197         Fix handling of some of the X atoms. If the last parameter is True,
2198         XInternAtom won't create the atom if it doesn't exist, and therefore
2199         might return None. This causes X errors on Xv implementations that
2200         don't provide the colour balance attributes.
2201
2202 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2203
2204         * gst-libs/gst/tag/gstvorbistag.c:
2205         * tests/check/libs/tag.c:
2206           Extract vorbis comment LICENSE tags correctly.
2207
2208 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2209
2210         Patch by: Jason Kivlighn  <jkivlighn gmail com>
2211
2212         * gst-libs/gst/tag/gstid3tag.c:
2213         * tests/check/libs/tag.c:
2214           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
2215
2216 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2217
2218         * gst-libs/gst/tag/gsttagdemux.c:
2219           Don't error out when a buggy downstream element doesn't
2220           handle the newsegment event we send properly (especially
2221           not without posting a meaningful error message on the
2222           bus). See bug #471370 and launchpad bug #136264.
2223
2224 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
2225
2226         * gst-libs/gst/audio/gstbaseaudiosink.c:
2227         (gst_base_audio_sink_drain):
2228         Use new basesink method to make our EOS drain interruptable.
2229
2230 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
2231
2232         * gst-libs/gst/rtp/gstrtppayloads.c:
2233         Fix silly search-replace oversight.
2234
2235 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
2236
2237         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
2238
2239         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
2240         (gst_basertppayload_set_outcaps):
2241         Fix caps memleak. Fixes #484989.
2242
2243
2244 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2245
2246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2247         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
2248         Fix debug output.
2249
2250 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2251
2252         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2253         (gst_base_audio_src_create):
2254         Also handle the case where there is no clock set on the audio source,
2255         like in the unit tests.
2256
2257 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2258
2259         * gst-libs/gst/rtp/gstrtppayloads.c:
2260         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
2261         to avoid compiler warnings
2262
2263 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2264
2265         * gst/playback/gstdecodebin.c: (type_found),
2266         (gst_decode_bin_change_state):
2267         * gst/playback/gstdecodebin2.c: (type_found),
2268         (gst_decode_bin_change_state):
2269         Don't disconnect the have_type signal because we never reconnect it
2270         later on. Instead keep a variable to see if we already detected a type.
2271
2272 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2273
2274         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
2275         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2276         (type_found):
2277         Unlink the signal handler when we found the type, we're not going to do
2278         anything sensible with more type_found signals anyway.
2279
2280 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2281
2282         * gst-libs/gst/tag/gsttagdemux.c:
2283           Don't leak caps.
2284
2285 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2286
2287         * gst-libs/gst/tag/Makefile.am:
2288         * gst-libs/gst/tag/gsttagdemux.c:
2289         * gst-libs/gst/tag/gsttagdemux.h:
2290           API: add GstTagDemux base class for simple tag demuxers.
2291
2292         * docs/libs/gst-plugins-base-libs-docs.sgml:
2293         * docs/libs/gst-plugins-base-libs-sections.txt:
2294           Add GstTagDemux to docs.
2295
2296 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
2297
2298         * gst-libs/gst/rtp/gstrtpbuffer.c:
2299         (gst_rtp_buffer_get_payload_subbuffer):
2300         Fix bug introduced with last commit which inverted the logic and
2301         caused all buffers to be dropped. Fixes #483620.
2302         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
2303
2304 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2305
2306         * gst-libs/gst/rtp/gstrtpbuffer.c:
2307           Replace g_return_if_val (as it could be disabled), with regular return
2308           and warning.
2309
2310 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
2311
2312         * tests/check/pipelines/simple-launch-lines.c:
2313           Print message name and not just number.
2314
2315 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
2316
2317         * gst-libs/gst/audio/gstbaseaudiosink.c:
2318         (gst_base_audio_sink_async_play):
2319         When slaved to the clock, don't try to align a sample with the previous
2320         one when going to PLAYING again.
2321
2322 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2323
2324         * tests/examples/snapshot/snapshot.c:
2325           Fix the build.
2326
2327 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2328
2329         * gst-libs/gst/sdp/gstsdpmessage.h:
2330         Add RFC 3556 bandwidth modifiers.
2331
2332 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2333
2334         * docs/libs/gst-plugins-base-libs-docs.sgml:
2335         * docs/libs/gst-plugins-base-libs-sections.txt:
2336         * gst-libs/gst/rtp/gstrtppayloads.c:
2337         Update documentation.
2338
2339 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2340
2341         * gst-libs/gst/rtp/Makefile.am:
2342         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
2343         (gst_rtp_payload_info_for_name):
2344         * gst-libs/gst/rtp/gstrtppayloads.h:
2345         Added new file and header to deal with payload info.
2346
2347         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
2348         (gst_rtp_buffer_default_clock_rate):
2349         * gst-libs/gst/rtp/gstrtpbuffer.h:
2350         Payload specific stuff is move to new headers.
2351         Implement _default_clock rate using the new payload function.
2352
2353         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
2354         (gst_sdp_parse_line):
2355         * gst-libs/gst/sdp/gstsdpmessage.h:
2356         Add some more comments.
2357
2358 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2359
2360         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
2361         (sdp_check_header), (sdp_type_find), (plugin_init):
2362         Add typefind function for application/sdp.
2363         Remove some old dirac typefind code that was ifdeffed out.
2364
2365 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
2366
2367         * win32/common/libgstaudio.def:
2368         Add new exported functions.
2369         * win32/vs6/grammar.dsp:
2370         Add autogeneration and copy of some autegenerated files from win32/common
2371         for rtsp library.
2372         * win32/vs6/libgstaudioconvert.dsp:
2373         Add gstaudioquantize.c to the build.
2374         * win32/vs6/libgstinterfaces.dsp:
2375         Add videoorientation.c to the build.
2376         * win32/vs6/libgstriff.dsp:
2377         Add libgsttag to the link libraries list.
2378         * win32/vs6/libgstvolume.dsp:
2379         Add liboil to the link.
2380         * win32/vs6/gst_plugins_base.dsw:
2381         * win32/vs6/libgstrtsp.dsp:
2382         * win32/common/libgstrtsp.def:
2383         Add files to build libgstrtsp library.
2384         
2385 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2386
2387         * tests/examples/snapshot/snapshot.c: (main):
2388         Print error when pipeline failed to construct.
2389
2390 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2391
2392         * configure.ac:
2393         * gst-libs/gst/tag/gstid3tag.c:
2394         * gst-libs/gst/tag/gstvorbistag.c:
2395           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
2396           and ID3v2 tags.
2397
2398 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2399
2400         * gst-libs/gst/floatcast/floatcast.h:
2401           Don't include config.h in an installed public header, this
2402           might break compilation of applications that don't have such
2403           a header and doesn't necessarily do what it's supposed to do
2404           anyway (ie. check for the lrint/lrintf defines) (#442065).
2405           Add docs for the various macros and document how this header
2406           has to be used (link against libm, etc.); add a few FIXMEs;
2407           include math.h for non-c99 code path.  Based on patch by
2408           Jan Schmidt.
2409           
2410 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2411
2412         * configure.ac:
2413         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
2414         of duplicating these macros in configure.ac.
2415
2416 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2417
2418         * po/hu.po:
2419         * po/sv.po:
2420         * po/uk.po:
2421           Updated translations to 0.10.14
2422
2423 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2424
2425         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2426
2427         * po/pl.po:
2428           Added Polish translation.
2429
2430 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2431
2432         translated by: Ilkka Tuohela <hile@iki.fi>
2433
2434         * po/fi.po:
2435           Added Finnish translation.
2436
2437 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2438
2439         translated by: Jorge González González <aloriel@gmail.com>
2440
2441         * po/es.po:
2442           Added Spanish translation.
2443
2444 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2445
2446         translated by: Mogens Jaeger <mogens@jaeger.tf>
2447
2448         * po/da.po:
2449           Added Danish translation.
2450
2451 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2452
2453         translated by: Funda Wang <fundawang@linux.net.cn>
2454
2455         * po/zh_CN.po:
2456           Added Chinese (simplified) translation.
2457
2458 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2459
2460         translated by: Alexander Shopov <ash@contact.bg>
2461
2462         * po/bg.po:
2463           Added Bulgarian translation.
2464
2465 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2466
2467         * gst/playback/gstqueue2.c: (gst_queue_push_one):
2468         Fix compilation wrt printf arguments.
2469
2470 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
2471
2472         * configure.ac:
2473         * tests/examples/Makefile.am:
2474         * tests/examples/snapshot/.cvsignore:
2475         * tests/examples/snapshot/Makefile.am:
2476         * tests/examples/snapshot/snapshot.c: (main):
2477         Add simple snapshot example program using appsink.
2478
2479 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2480
2481         * tests/check/generic/states.c:
2482           Improved state change unit test.
2483
2484 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2485
2486         * docs/plugins/.cvsignore:
2487         * tests/check/.cvsignore:
2488           Ignore registries in any format.
2489
2490 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2491
2492         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2493         (gst_base_rtp_depayload_chain),
2494         (gst_base_rtp_depayload_set_gst_timestamp):
2495         Only copy timestamp on outgoing packets if the depayloader did not set
2496         one.
2497         Also copy duration on outgoing packets.
2498
2499 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2500
2501         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
2502         (gst_basertppayload_set_outcaps):
2503         Fix compilation because of missing %d in printf.
2504         When fixating caps, fixate what we can and throw away all remaining
2505         unfixed caps, subclasses should do something smart if they need to.
2506
2507 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2508
2509         * ext/gnomevfs/gstgnomevfssrc.c:
2510           Improve debug logs a bit and be more verbose if things go wrong.
2511
2512 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2513
2514         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2515         (gst_text_overlay_set_property):
2516         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2517         * gst-libs/gst/audio/gstbaseaudiosink.c:
2518         (gst_base_audio_sink_render):
2519         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
2520         (gst_rtcp_unix_to_ntp):
2521         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
2522         * gst/playback/gstqueue2.c:
2523         * tests/examples/seek/seek.c: (set_scale):
2524         Fix a bunch of compile warnings shown with Forte.
2525
2526         * gst/audiorate/gstaudiorate.c:
2527         Always pull in config.h before including any system headers.
2528
2529 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
2530
2531         * gst/playback/gstqueue2.c: (update_buffering),
2532         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
2533         (gst_queue_handle_sink_event), (gst_queue_chain),
2534         (gst_queue_push_one), (gst_queue_sink_activate_push),
2535         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
2536         Also fix #476514 for queue2.
2537
2538 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2539
2540         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2541         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
2542         (gst_base_rtp_depayload_chain),
2543         (gst_base_rtp_depayload_handle_sink_event),
2544         (gst_base_rtp_depayload_push_full),
2545         (gst_base_rtp_depayload_set_gst_timestamp),
2546         (gst_base_rtp_depayload_change_state):
2547         Remove code to deal with RTP to GST time conversion, we now just copy
2548         the GST timestamp we receive to the outgoing buffers.
2549         Handle segment and flushes correctly.
2550
2551         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2552         When we have no valid input timestamp, use the previous rtp timestamp on
2553         the outgoing RTP packet instead of the RTP base time.
2554
2555 2007-09-15  David Schleef  <ds@schleef.org>
2556
2557         * ext/alsa/gstalsa.c:
2558         * ext/alsa/gstalsadeviceprobe.c:
2559         * ext/alsa/gstalsamixer.c:
2560         * ext/alsa/gstalsasink.c:
2561         * ext/alsa/gstalsasrc.c:
2562           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
2563
2564 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
2565
2566         * gst-libs/gst/rtp/gstbasertppayload.c:
2567         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
2568         Add some debug info when negotiating caps.
2569
2570 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
2571
2572         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
2573         A buffer with an empty payload is also a valid buffer.
2574
2575 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
2576
2577         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
2578         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2579         (gst_basertppayload_change_state):
2580         Make sure we start our RTP timestamp from the random base RTP
2581         timestamp even if the buffer timestamp starts from some random value.
2582
2583 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
2584
2585         * configure.ac:
2586         * tests/examples/Makefile.am:
2587         * tests/examples/dynamic/.cvsignore:
2588         * tests/examples/dynamic/Makefile.am:
2589         * tests/examples/dynamic/addstream.c: (create_stream),
2590         (pause_play_stream), (message_received), (eos_message_received),
2591         (perform_step), (main):
2592         Add simple exmple app to demonstrate starting and pausing live and
2593         non-live bins in a PLAYING pipeline.
2594
2595 2007-09-14  Julien MOUTTE  <julien@moutte.net>
2596
2597         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
2598         typefind for QCP files (RFC #3625)
2599
2600 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2601
2602         * gst-libs/gst/audio/gstbaseaudiosink.c:
2603         (gst_base_audio_sink_init):
2604         Disable pull mode scheduling, we're not ready for it yet and it subtly
2605         breaks a lot of things.
2606
2607 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
2608
2609         * tests/check/elements/libvisual.c:
2610           Test all libvisual plugins, not just the first one; this reproduces
2611           bug #450336 quite easily.  Looks like a problem with the 'jess'
2612           visualisation.
2613
2614 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
2615
2616         * tests/check/Makefile.am:
2617         * tests/check/elements/.cvsignore:
2618         * tests/check/elements/libvisual.c:
2619           Add basic libvisual test case in an attempt to reproduce bug #450336.
2620           Doesn't reproduce that bug, but some other crasher instead (invalid
2621           free), at least with make elements/libvisual.forever and the bumscope
2622           plugin on x86-64/gutsy. Leaving test disabled for now.
2623
2624 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2625
2626         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2627
2628         * gst-libs/gst/rtsp/gstrtspconnection.c:
2629         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
2630         (read_body), (gst_rtsp_connection_receive):
2631         Make sure we can not cancel in the middle of receiving a message.
2632         Fixes #475731.
2633
2634 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
2635
2636         Patch by: Josep Torra Valles <josep@fluendo.com>
2637
2638         * gst/playback/gstplaybasebin.c:
2639           Increase upper limit for audio queue a bit; fixes preroll problem
2640           with playbin and decodebin2 when playing a quicktime trailer with
2641           multichannel audio via http (#464666).
2642
2643 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2644
2645         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2646         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2647         (gst_base_audio_src_provide_clock),
2648         (gst_base_audio_src_set_property),
2649         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2650         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2651         Allow othe clocks than the internal clock to be used for the pipeline.
2652         Add property to disable clock provide.
2653         API: GstBaseAudioSrc::provide-clock
2654
2655 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2656
2657         * gst/playback/gstdecodebin2.c:
2658           Don't leak request pads. Fixes #475395.
2659
2660 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
2661
2662         Patch by: René Stadler <mail at renestadler dot de>
2663
2664         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2665         (gst_ximage_buffer_class_init):
2666         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2667         (gst_xvimage_buffer_class_init):
2668         Correctly chain up finalize with the parent class to prevent
2669         memory leaks. Fixes #474880.
2670
2671 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
2672
2673         * gst/volume/gstvolume.c: (volume_choose_func):
2674         * tests/check/elements/volume.c: (GST_START_TEST):
2675         Revert the latest change: floating point samples are allowed to
2676         have any value, not only values in the range [-1,1]. Thanks to Andy
2677         Wingo for noticing.
2678         Also fix processing of int32 samples with volumes > 4 by making the
2679         unity value smaller which prevents overflows.
2680
2681 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2682
2683         * gst-libs/gst/rtp/gstrtpbuffer.c:
2684         * tests/check/libs/rtp.c:
2685           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
2686
2687 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2688
2689         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2690
2691         * gst-libs/gst/rtp/gstrtpbuffer.c:
2692           Fix up GstRTPHeader helper struct so that compilers will not under
2693           any circumstances add padding in between our fields, as currently
2694           happens with MSVC on win32, because that would lead to us sending
2695           out RTP payloads with broken RTP headers (#471194).
2696           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
2697           
2698         * tests/check/Makefile.am:
2699         * tests/check/libs/.cvsignore:
2700         * tests/check/libs/rtp.c:
2701           Add some simple unit tests for GstRTPBuffer. Some are disabled
2702           because the code tested still needs fixing (set_csrc() does not work).
2703
2704 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2705
2706         * win32/MANIFEST:
2707         * win32/common/gstrtsp-enumtypes.c:
2708         * win32/common/gstrtsp-enumtypes.h:
2709         * win32/common/interfaces-enumtypes.c:
2710         * win32/common/interfaces-enumtypes.h:
2711         * win32/common/multichannel-enumtypes.c:
2712           Add rtsp enumtypes (#474384) and update others.
2713
2714 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
2715
2716         * configure.ac:
2717           Fix configure check for HAVE_LIBXML_HTML.
2718
2719 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2720
2721         * tests/check/libs/.cvsignore:
2722           Ignore more, in case the build bots work again one day.
2723
2724 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
2725
2726         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
2727
2728         * configure.ac:
2729         * gst-libs/gst/Makefile.am:
2730         * gst-libs/gst/fft/Makefile.am:
2731         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
2732         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
2733         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
2734         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
2735         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
2736         * gst-libs/gst/fft/gstfft.h:
2737         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
2738         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
2739         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
2740         * gst-libs/gst/fft/gstfftf32.h:
2741         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
2742         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
2743         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
2744         * gst-libs/gst/fft/gstfftf64.h:
2745         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
2746         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
2747         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
2748         * gst-libs/gst/fft/gstffts16.h:
2749         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
2750         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
2751         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
2752         * gst-libs/gst/fft/gstffts32.h:
2753         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
2754         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2755         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
2756         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
2757         * gst-libs/gst/fft/kiss_fft_f32.h:
2758         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
2759         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2760         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
2761         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
2762         * gst-libs/gst/fft/kiss_fft_f64.h:
2763         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
2764         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2765         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
2766         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
2767         * gst-libs/gst/fft/kiss_fft_s16.h:
2768         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
2769         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2770         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
2771         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
2772         * gst-libs/gst/fft/kiss_fft_s32.h:
2773         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
2774         (kiss_fftr_f32), (kiss_fftri_f32):
2775         * gst-libs/gst/fft/kiss_fftr_f32.h:
2776         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
2777         (kiss_fftr_f64), (kiss_fftri_f64):
2778         * gst-libs/gst/fft/kiss_fftr_f64.h:
2779         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
2780         (kiss_fftr_s16), (kiss_fftri_s16):
2781         * gst-libs/gst/fft/kiss_fftr_s16.h:
2782         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
2783         (kiss_fftr_s32), (kiss_fftri_s32):
2784         * gst-libs/gst/fft/kiss_fftr_s32.h:
2785         * gst-libs/gst/fft/kiss_version:
2786         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2787         * pkgconfig/gstreamer-plugins-base.pc.in:
2788         Add libgstfft, a FFT library based on Kiss FFT which is
2789         BSD licensed. Supported sample formats are int16, int32,
2790         float and double. For those formats a real FFT and IFFT
2791         can be done, different windowing functions can be applied
2792         and functions for extracting the magnitude and phase exist.
2793         Fixes #468619.
2794
2795         * docs/libs/Makefile.am:
2796         * docs/libs/gst-plugins-base-libs-docs.sgml:
2797         * docs/libs/gst-plugins-base-libs-sections.txt:
2798         Integrate libgstfft into the docs.
2799
2800         * tests/check/Makefile.am:
2801         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
2802         Add unit tests for libgstfft, currently only testing the FFT.
2803         Unit tests for IFFT will follow soon.
2804
2805 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
2806
2807         Patch by: Peter Kjellerstedt  <pkj at axis com>
2808
2809         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
2810         (gst_sdp_message_init), (gst_sdp_message_uninit),
2811         (is_multicast_address), (gst_sdp_message_as_text),
2812         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
2813         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
2814         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2815         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
2816         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
2817         (gst_sdp_media_init), (gst_sdp_media_uninit),
2818         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
2819         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
2820         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
2821         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
2822         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
2823         * gst-libs/gst/sdp/gstsdpmessage.h:
2824         Separate INIT_ARRAY() and related macros into two versions, one for
2825         structures and one for pointers (e.g., INIT_ARRAY() and
2826         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
2827         lists of emails and phone numbers.
2828         Add missing const as appropriate.
2829         Change all gint to guint since they all actually represent unsigned
2830         values.
2831         Do not use time as a variable name as it shadows the global time().
2832         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
2833         Actually implement gst_sdp_message_add_time().
2834         Make gst_sdp_message_add_time() take repeat times as an argument.
2835         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
2836         Corrected the definition of gst_sdp_media_get_bandwidth() (was
2837         misspelled as badwidth).
2838         gst-indented and a little clean up. Fixes #471067.
2839
2840 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
2841
2842         * gst/volume/gstvolume.c: (volume_choose_func),
2843         (volume_process_double), (volume_process_double_clamp),
2844         (volume_process_float_clamp):
2845         Correctly clamp float/double samples in the [-1.0,1.0] range to
2846         prevent weird effects.
2847         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2848         Add unit tests for all samples types that had none before.
2849
2850 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2851
2852         * gst-libs/gst/rtp/gstrtpbuffer.c:
2853           Need to include stdlib.h for abs() here too.
2854
2855 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2856
2857         * gst/playback/gststreaminfo.c:
2858           Fix build.
2859
2860 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
2861
2862         * gst/playback/gststreaminfo.c:
2863           Clean up some half-disabled code and comment.
2864
2865 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2866
2867         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
2868
2869         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2870         (gst_base_rtp_payload_audio_handle_event):
2871         Return FALSE from the event handler to let the parent class handle the
2872         event. Fixes #446766.
2873
2874         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2875         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
2876         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
2877
2878         * gst-libs/gst/rtp/gstbasertppayload.c:
2879         Bump the MTU to 1400.
2880
2881 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
2882
2883         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
2884         Add an audio/x-nsf typefind function for the nsfdec element.
2885
2886 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
2887         * gst/playback/gstplaybasebin.c:
2888         Included "myth://" on stream_uris list for enable buffering to mythtv files
2889
2890 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2891
2892         * docs/libs/gst-plugins-base-libs-sections.txt:
2893         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2894         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
2895         (gst_rtcp_unix_to_ntp):
2896         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2897         Fix parsing of RB blocks.
2898         Fix docs.
2899         Added helper functions to convert to/from UNIX and NTP time.
2900         API: gst_rtcp_ntp_to_unix()
2901         API: gst_rtcp_unix_to_ntp()
2902
2903         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
2904         (gst_rtp_buffer_get_header_len),
2905         (gst_rtp_buffer_get_extension_data),
2906         (gst_rtp_buffer_get_payload_subbuffer),
2907         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
2908         (gst_rtp_buffer_ext_timestamp):
2909         * gst-libs/gst/rtp/gstrtpbuffer.h:
2910         Fix some more docs.
2911         Implement handling of packets with extensions.
2912         Fix padding check in _validate().
2913         Added function to get extension data.
2914         API: gst_rtp_buffer_get_header_len()
2915         API: gst_rtp_buffer_get_extension_data()
2916
2917 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2918
2919         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2920         (gst_base_rtp_depayload_class_init),
2921         (gst_base_rtp_depayload_set_gst_timestamp):
2922         Add some more docs for the queue-delay property and fix a typo in a
2923         comment.
2924
2925         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2926         Fix typo.
2927
2928 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2929
2930         * gst-libs/gst/audio/gstbaseaudiosink.c:
2931         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
2932         (gst_base_audio_sink_change_state):
2933         When skew slaving, try to hover around the middle of a segment so that
2934         we at most drift by half a segment.
2935         If we are aligning in the oposite direction of the clock skew, we don't
2936         have to resync.
2937
2938 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2939
2940         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2941         (gst_base_rtp_depayload_setcaps),
2942         (gst_base_rtp_depayload_set_gst_timestamp):
2943         Be less silly with the segment start, just apply the clock-base to the
2944         timestamp.
2945
2946 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2947
2948         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2949         (gst_base_rtp_depayload_class_init),
2950         (gst_base_rtp_depayload_finalize),
2951         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2952         (gst_base_rtp_depayload_handle_sink_event),
2953         (gst_base_rtp_depayload_set_gst_timestamp),
2954         (gst_base_rtp_depayload_change_state):
2955         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2956         Deprecate the queue handling thread thing and remove the code.
2957         Use new method to calculate the extended timestamp.
2958
2959 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2960
2961         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2962         (gst_rtcp_packet_sdes_copy_entry):
2963         Use g_strndup which does exactly what we want.
2964
2965         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
2966         (gst_rtp_buffer_ext_timestamp):
2967         * gst-libs/gst/rtp/gstrtpbuffer.h:
2968         Add helper function to compare seqnums.
2969         Add helper function to calculate extended timestamps.
2970         API: gst_rtp_buffer_compare_seqnum()
2971         API: gst_rtp_buffer_ext_timestamp()
2972
2973 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
2974
2975         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2976         (gst_rtcp_packet_sdes_get_entry),
2977         (gst_rtcp_packet_sdes_copy_entry):
2978         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2979         Fix and document SDES item data function.
2980         Add new function that makes a proper copy of SDES item data.
2981         API: gst_rtcp_packet_sdes_copy_entry()
2982
2983 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2984
2985         * configure.ac:
2986         * gst/Makefile.am:
2987           The tcp and subparse plugins are under gst, but not totaly free of
2988           dependencies. Handle selection inconfigure.ac, so that they show up
2989           on the final list of what is build and what is not. Maybe they should
2990           better be moved to ext.
2991
2992 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2993
2994         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
2995
2996         * configure.ac:
2997         * gst/Makefile.am:
2998           Check if libxml provides HTML parser which subparse needs.
2999           Fixes #451970.
3000
3001 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3002
3003         * ext/alsa/gstalsa.c:
3004           Fix typo and compilation on big endian systems.
3005
3006 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3007
3008         * gst/subparse/gstssaparse.c:
3009           Convert SSA newline codes into actual newline characters (#470766).
3010
3011 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
3012
3013         * docs/libs/gst-plugins-base-libs-sections.txt:
3014         * gst-libs/gst/pbutils/install-plugins.c:
3015         * gst-libs/gst/pbutils/install-plugins.h:
3016         * tests/check/libs/pbutils.c:
3017           API: also add gst_install_plugins_supported() while we're at it
3018           (see #470456).
3019
3020 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
3021
3022         * docs/libs/gst-plugins-base-libs-sections.txt:
3023         * gst-libs/gst/pbutils/missing-plugins.c:
3024         * gst-libs/gst/pbutils/missing-plugins.h:
3025         * tests/check/libs/pbutils.c:
3026           API: add gst_missing_*_installer_detail_new() convenience API so
3027           that applications that know exactly what they're missing can request
3028           installer detail strings for those items directly instead of having
3029           to first create a dummy missing-plugin message and then get the
3030           installer detail string from that.  Fixes #470456.
3031
3032 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
3033
3034         * gst/playback/gstdecodebin.c: (close_pad_link):
3035         We need to set up delayed-linking whenever the caps are non-fixed,
3036         not just when there are multiple types - use gst_pad_is_fixed()
3037         to test.
3038
3039 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
3040
3041         * gst-libs/gst/pbutils/missing-plugins.c:
3042           (gst_missing_plugin_message_get_installer_detail):
3043           Add missing separator in PID fallback case.
3044
3045 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3046
3047         * ext/alsa/Makefile.am:
3048         There is no GST_PLUGINS_BASE_LIBS defined.
3049         
3050         * ext/alsa/gstalsa.c:
3051         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
3052         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
3053         Add support for ALSA 24-bit formats.
3054         snd_pcm_delay can return an error code, especially
3055         during XRUNS. In that case, the best we can do is assume
3056         delay = 0.
3057
3058         * gst/audioconvert/Makefile.am:
3059         Add flags from -base before any more-remote dependencies.
3060
3061 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
3062
3063         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
3064
3065         * gst/volume/gstvolume.c: (volume_choose_func),
3066         (volume_update_real_volume), (gst_volume_set_volume),
3067         (gst_volume_init), (volume_process_int32),
3068         (volume_process_int32_clamp), (volume_process_int24),
3069         (volume_process_int24_clamp), (volume_process_int16),
3070         (volume_process_int16_clamp), (volume_process_int8),
3071         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
3072         * gst/volume/gstvolume.h:
3073         Add support for int32, int24 and int8 to the volume element.
3074         Fixes #445529.
3075
3076 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3077
3078         * tests/examples/Makefile.am:
3079           Fix even more.
3080
3081 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
3082
3083         * configure.ac:
3084         * docs/libs/Makefile.am:
3085         * docs/libs/gst-plugins-base-libs-docs.sgml:
3086         * docs/libs/gst-plugins-base-libs-sections.txt:
3087         * ext/gnomevfs/gstgnomevfssrc.c:
3088         * ext/gnomevfs/gstgnomevfssrc.h:
3089         * gst-libs/gst/Makefile.am:
3090         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3091         * pkgconfig/gstreamer-plugins-base.pc.in:
3092         * sys/v4l/v4lsrc_calls.c:
3093         * tests/examples/Makefile.am:
3094         * win32/common/config.h:
3095           Revert unwanted commit. many thanks to moap. I want a fix for 
3096           https://thomas.apestaart.org/moap/trac/ticket/239
3097
3098 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
3099
3100         * gst/volume/gstvolume.c:
3101           Move passthrough below gst_object_sync_values(). Fixes #442654.
3102
3103 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
3104
3105         * gst-libs/gst/audio/audio.c:
3106         Clarify the docs a little.
3107
3108 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
3109
3110         * gst/volume/gstvolume.c:
3111           Enable liboil for float and add more details about problems with
3112           int16.
3113
3114 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
3115
3116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
3117         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
3118
3119 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
3120
3121         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
3122         When calculating the first timestamp of the buffers, don't go below 0
3123         and clip the samples because the offset was on the eos page.
3124         Fixes #466717.
3125
3126 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
3127
3128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
3129         (gst_ogg_demux_collect_chain_info):
3130         Also submit the eos page when trying to find the first timestamp.
3131         See #466717.
3132
3133 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
3134
3135         * gst-libs/gst/audio/audio.h:
3136         Use gst_util_uint64_scale() instead of doing the math
3137         with double for GST_FRAMES_TO_CLOCK_TIME() and
3138         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
3139         prevents rounding errors. Fixes #467667.
3140
3141 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3142
3143         * gst-libs/gst/rtsp/gstrtspconnection.c:
3144         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3145         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
3146         * gst-libs/gst/rtsp/gstrtspconnection.h:
3147         Small cleanups.
3148         On shutdown, don't read the control socket yet.
3149         Set timeout value correctly in all cases.
3150         Add function to check if the server accepts reads or writes.
3151         API: gst_rtsp_connection_poll()
3152
3153         * gst-libs/gst/rtsp/gstrtspdefs.h:
3154         Fix compilation with -pedantic.
3155         Add enum for _poll.
3156
3157 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
3158
3159         Patch by: Olivier Crete  <tester at tester ca>
3160
3161         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3162         (gst_basertppayload_getcaps):
3163         * gst-libs/gst/rtp/gstbasertppayload.h:
3164         Add getcaps vfunc to basertppayload. See #465146.
3165
3166 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
3167
3168         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
3169         Only post buffering messages when we are a stream.
3170
3171 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3172
3173         * gst-libs/gst/pbutils/install-plugins.c:
3174         * gst-libs/gst/pbutils/missing-plugins.c:
3175           Small docs fix and addition.
3176
3177 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
3178
3179         * tests/icles/.cvsignore:
3180         * tests/icles/Makefile.am:
3181         * tests/icles/test-textoverlay.c:
3182           Add a dumb little test for textoverlay alignments.
3183
3184 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
3185
3186         Patch by: Dan Williams  <dcbw redhat com>
3187
3188         * ext/pango/gsttextoverlay.c:
3189         * ext/pango/gsttextoverlay.h:
3190           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
3191           "silent" property so there's a Since tag in the API reference.
3192
3193 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
3194
3195         * gst-libs/gst/rtp/gstbasertppayload.c:
3196         (gst_basertppayload_set_outcaps):
3197         * gst-libs/gst/rtp/gstbasertppayload.h:
3198         Improve caps negotiation so that downstream elements can confiure
3199         certain RTP properties by fixing them on the caps. See #465146.
3200         Add docs.
3201
3202 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
3203
3204         * docs/libs/gst-plugins-base-libs-sections.txt:
3205         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3206         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3207           Mark as deprecated some macros which were presumably meant to be
3208           private API and accidentally exposed in the public header file.
3209           Also actually _init() lock (only works at the moment because the
3210           struct is zeroed out when created and the initial values in the
3211           mutex struct are zeroes too). (#459585)
3212
3213 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
3214
3215         * docs/libs/Makefile.am:
3216           Remove cruft and do some cleanups.
3217
3218         * docs/libs/gst-plugins-base-libs-docs.sgml:
3219           Prepare for comming gtkdoc features (rebase against online docs).
3220
3221 2007-08-10  Michael Smith <msmith@fluendo.com>
3222
3223         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3224           Debug output fixes.
3225         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
3226         (GST_START_TEST):
3227           Change the number of buffers used; 500 is too many and leads to
3228           timeouts.
3229
3230 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3231
3232         * gst/playback/gstqueue2.c:
3233         * gst/videorate/gstvideorate.c:
3234           Printf format fixes (#465028).
3235
3236 2007-08-09  Michael Smith <msmith@fluendo.com>
3237
3238         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3239           If we have a large (> 1 second) discontinuity, push a series of
3240           smaller buffers rather than a single very large buffer. Avoids
3241           unreasonably large single buffer allocations when encountering a
3242           large gap.
3243         * tests/check/elements/audiorate.c: (GST_START_TEST),
3244         (audiorate_suite):
3245           Add a test for this.
3246
3247 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
3248
3249         * gst/playback/gstplaybasebin.c: (group_commit),
3250         (queue_remove_probe), (queue_threshold_reached):
3251
3252         Patch by: Josep Torra Valles <josep@fluendo.com>
3253         Fixes: #465015
3254         Make sure we remove the check_queues buffer probe from the 
3255         correct queue to avoid racily going back to "buffering 99%" when
3256         buffering is actually complete.
3257
3258         Also, fix the spelling of Josep's surname in the ChangeLog.
3259
3260 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
3261
3262         * ext/ogg/gstoggmux.c:
3263           Do not leak oggmux instance.
3264         
3265         * ext/vorbis/vorbisenc.c:
3266           Also log values.
3267
3268 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3269
3270         * po/hu.po:
3271         * po/it.po:
3272         * po/nl.po:
3273         * po/uk.po:
3274         * po/vi.po:
3275           Updated translations.
3276
3277 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
3278
3279         patch by: Yang Hong <hongyang@redflag-linux.com>
3280
3281         * ext/pango/gsttextoverlay.c:
3282         * ext/pango/gsttextoverlay.h:
3283           Add 'silent' property to GstTimeOverlay. Fixes #462979
3284
3285 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
3286
3287         Patch by: Josep Torra Valles <josep@fluendo.com>
3288
3289         * docs/plugins/gst-plugins-base-plugins.args:
3290         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
3291         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
3292         (gst_uri_decode_bin_get_property), (gen_source_element):
3293         Add connection-speed property. Fixes #464690.
3294
3295 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
3296
3297         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3298
3299         * configure.ac:
3300         * gst-libs/gst/rtsp/Makefile.am:
3301         * gst-libs/gst/rtsp/gstrtspconnection.c:
3302         (gst_rtsp_connection_connect):
3303         Fix compilation on windows. Fixes #464320.
3304
3305 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
3306
3307         Patch by: Josep Torra Valles <josep@fluendo.com>
3308
3309         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3310         (gst_play_base_bin_init), (queue_threshold_reached),
3311         (gen_source_element), (setup_substreams),
3312         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3313         (gst_play_base_bin_get_streaminfo_value_array):
3314         * gst/playback/gstplaybasebin.h:
3315         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3316         (gst_play_bin_set_property), (gst_play_bin_get_property),
3317         (gst_play_bin_handle_redirect_message):
3318         Move connection-speed property from playbin to playbasebin so that we
3319         can also configure it in source elements that have the connection-speed
3320         property. Fixes #464028.
3321         Add some debug info here and there.
3322
3323 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
3324
3325         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3326         Properly respond to conversion queries. Fixes #464079.
3327
3328 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
3329
3330         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
3331         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3332         (gst_audio_test_src_init_sine_table),
3333         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
3334         * gst/audiotestsrc/gstaudiotestsrc.h:
3335         Add float/double and int32 support to audiotestsrc. Fixes #460422.
3336         Also set the default volume to the default value specified in the
3337         GParamSpec.
3338
3339 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
3340
3341         Patch by: Jens Granseuer <jensgr at gmx dot net>
3342
3343         * gst/audioconvert/gstaudioquantize.c:
3344         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
3345
3346 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
3347
3348         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
3349         Add rdt manager for rdt transport.
3350         Fix parsing of RDT transport.
3351
3352 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
3353
3354         * configure.ac:
3355         Back to CVS
3356
3357 === release 0.10.14 ===
3358
3359 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
3360
3361         * configure.ac:
3362           releasing 0.10.14, "Light Years Ahead"
3363
3364 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3365
3366         * tests/check/libs/audio.c: (GST_START_TEST):
3367         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
3368
3369 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3370
3371         * gst-libs/gst/audio/audio.c:
3372         When clipping a buffer with no timestamp, assume it is
3373         within the segment without warnings.
3374
3375         Fixes: #460978
3376
3377 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3378
3379         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
3380         Fire the signal on the object, not the interface.
3381
3382 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3383
3384         * gst-libs/gst/rtsp/.cvsignore:
3385         Ber. Don't include the full path, idiot.
3386
3387 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3388
3389         * gst-libs/gst/rtsp/.cvsignore:
3390         Ignore generated files.
3391
3392 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
3393
3394         * gst-libs/gst/interfaces/Makefile.am:
3395         * gst-libs/gst/interfaces/interfaces-marshal.list:
3396         * gst-libs/gst/interfaces/rtspextension.c:
3397         * gst-libs/gst/interfaces/rtspextension.h:
3398         * gst-libs/gst/rtsp/Makefile.am:
3399         * gst-libs/gst/rtsp/gstrtsp.h:
3400         * gst-libs/gst/rtsp/gstrtspextension.c:
3401         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
3402         (gst_rtsp_extension_detect_server),
3403         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
3404         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
3405         (gst_rtsp_extension_configure_stream),
3406         (gst_rtsp_extension_get_transports),
3407         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
3408         * gst-libs/gst/rtsp/gstrtspextension.h:
3409         * gst-libs/gst/rtsp/rtsp-marshal.list:
3410         Move the rtspextension.h interface into gstrtspextension.h
3411         as part of libgstrtsp instead of libgstinterfaces, because it's
3412         only for use within plugins, not applications. 
3413         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
3414         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
3415         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
3416         is abstract.
3417
3418 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3419
3420         * gst-libs/gst/interfaces/Makefile.am:
3421         * gst-libs/gst/interfaces/interfaces-marshal.list:
3422         * gst-libs/gst/interfaces/rtspextension.c:
3423         (gst_rtsp_extension_iface_init),
3424         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
3425         * gst-libs/gst/interfaces/rtspextension.h:
3426         Fix marshaller for the send signal.
3427         Add URL to stream selection interface method.
3428
3429 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
3430
3431         * gst-libs/gst/riff/Makefile.am:
3432         Pull in our dependencies from -base before those from outside.
3433
3434 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3435
3436         * docs/libs/gst-plugins-base-libs-sections.txt:
3437         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
3438         * gst-libs/gst/rtsp/gstrtspbase64.h:
3439         API: gst_rtsp_base64_decode_ip()
3440         Added function to decode Base64 in-place.
3441
3442 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
3443
3444         * tests/check/libs/.cvsignore:
3445         Ignore the mixer test binary.
3446
3447 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
3448
3449         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
3450         Gratuitous comment change to trigger a rebuild on the buildbots.
3451
3452 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3453
3454         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
3455         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
3456         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
3457         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
3458         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
3459         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
3460         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
3461         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
3462         (gst_sdp_media_get_attribute_val):
3463         * gst-libs/gst/sdp/gstsdpmessage.h:
3464         Constify args where we can.
3465
3466 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3467
3468         * gst-libs/gst/interfaces/Makefile.am:
3469         * gst-libs/gst/interfaces/rtspextension.c:
3470         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
3471         (gst_rtsp_extension_detect_server),
3472         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
3473         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
3474         (gst_rtsp_extension_configure_stream),
3475         (gst_rtsp_extension_get_transports),
3476         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
3477         * gst-libs/gst/interfaces/rtspextension.h:
3478         Move interface for RTSP extensions from -good to here.
3479         Added helper methods to invoke interface methods.
3480
3481 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3482
3483         * docs/libs/gst-plugins-base-libs-sections.txt:
3484         * gst-libs/gst/rtsp/gstrtspdefs.h:
3485         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
3486         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
3487         (gst_rtsp_message_init_response),
3488         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
3489         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
3490         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
3491         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
3492         (gst_rtsp_message_get_body), (dump_key_value):
3493         * gst-libs/gst/rtsp/gstrtspmessage.h:
3494         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
3495         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
3496         (gst_rtsp_range_parse):
3497         * gst-libs/gst/rtsp/gstrtsprange.h:
3498         * gst-libs/gst/rtsp/gstrtsptransport.c:
3499         * gst-libs/gst/rtsp/gstrtspurl.c:
3500         Fix some more RTSP docs.
3501         Add some missing methods for dealing with messages.
3502
3503 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
3504
3505         * docs/libs/gst-plugins-base-libs-docs.sgml:
3506         * docs/libs/gst-plugins-base-libs-sections.txt:
3507         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
3508         * gst-libs/gst/rtsp/gstrtspbase64.h:
3509         * gst-libs/gst/rtsp/gstrtspconnection.c:
3510         (gst_rtsp_connection_connect), (add_auth_header),
3511         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
3512         (read_body), (gst_rtsp_connection_receive),
3513         (gst_rtsp_connection_next_timeout),
3514         (gst_rtsp_connection_reset_timeout),
3515         (gst_rtsp_connection_set_auth):
3516         * gst-libs/gst/rtsp/gstrtspconnection.h:
3517         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
3518         * gst-libs/gst/rtsp/gstrtspdefs.h:
3519         * gst-libs/gst/rtsp/gstrtspmessage.h:
3520         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
3521         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
3522         (gst_rtsp_range_parse):
3523         * gst-libs/gst/rtsp/gstrtspurl.h:
3524         Added beginnings of RTSP documentation.
3525
3526 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
3527
3528         * docs/libs/Makefile.am:
3529         * docs/libs/gst-plugins-base-libs-docs.sgml:
3530         * docs/libs/gst-plugins-base-libs-sections.txt:
3531         * gst-libs/gst/sdp/gstsdp.h:
3532         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
3533         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
3534         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
3535         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
3536         (gst_sdp_message_get_attribute_val),
3537         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
3538         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
3539         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
3540         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
3541         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
3542         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
3543         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
3544         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
3545         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
3546         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
3547         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
3548         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
3549         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
3550         (gst_sdp_media_get_attribute_val_n),
3551         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
3552         (print_media), (gst_sdp_message_dump):
3553         * gst-libs/gst/sdp/gstsdpmessage.h:
3554         Document the SDP library.
3555         Add some of the missing SDPMedia methods.
3556
3557 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
3558
3559         * configure.ac:
3560         * gst-libs/gst/Makefile.am:
3561         * gst-libs/gst/rtsp/Makefile.am:
3562         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
3563         * gst-libs/gst/rtsp/gstrtspbase64.h:
3564         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
3565         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3566         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
3567         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
3568         (parse_response_status), (parse_request_line), (parse_line),
3569         (gst_rtsp_connection_read), (read_body),
3570         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3571         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
3572         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
3573         (gst_rtsp_connection_set_auth):
3574         * gst-libs/gst/rtsp/gstrtspconnection.h:
3575         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
3576         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
3577         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
3578         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
3579         (gst_rtsp_find_method):
3580         * gst-libs/gst/rtsp/gstrtspdefs.h:
3581         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
3582         (gst_rtsp_message_new), (gst_rtsp_message_init),
3583         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
3584         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
3585         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
3586         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
3587         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
3588         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
3589         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
3590         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
3591         (gst_rtsp_message_dump):
3592         * gst-libs/gst/rtsp/gstrtspmessage.h:
3593         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
3594         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
3595         (gst_rtsp_range_parse), (gst_rtsp_range_free):
3596         * gst-libs/gst/rtsp/gstrtsprange.h:
3597         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
3598         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
3599         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
3600         (range_as_text), (rtsp_transport_mode_as_text),
3601         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3602         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
3603         (gst_rtsp_transport_free):
3604         * gst-libs/gst/rtsp/gstrtsptransport.h:
3605         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
3606         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
3607         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
3608         * gst-libs/gst/rtsp/gstrtspurl.h:
3609         * gst-libs/gst/sdp/Makefile.am:
3610         * gst-libs/gst/sdp/gstsdp.h:
3611         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
3612         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
3613         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
3614         (gst_sdp_attribute_init), (gst_sdp_message_new),
3615         (gst_sdp_message_init), (gst_sdp_message_uninit),
3616         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
3617         (gst_sdp_media_uninit), (gst_sdp_media_free),
3618         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
3619         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
3620         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
3621         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
3622         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
3623         (gst_sdp_message_get_attribute_val),
3624         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
3625         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
3626         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
3627         (gst_sdp_media_get_attribute_val_n),
3628         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
3629         (read_string), (read_string_del), (gst_sdp_parse_line),
3630         (gst_sdp_message_parse_buffer), (print_media),
3631         (gst_sdp_message_dump):
3632         * gst-libs/gst/sdp/gstsdpmessage.h:
3633         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3634         Move SDP and RTSP from helper objects in -good to a reusable library.
3635         Use a proper gst_ namespace.
3636
3637 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
3638
3639         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
3640         (vorbis_dec_flush_decode):
3641         Use the new buffer clipping function from gstaudio here.
3642
3643 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
3644
3645         * docs/libs/gst-plugins-base-libs-sections.txt:
3646         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
3647         * gst-libs/gst/audio/audio.h:
3648         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
3649         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
3650         Also add deprecation guards for gst_audio_structure_set_int() to the
3651         header.
3652
3653 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3654
3655         * docs/libs/gst-plugins-base-libs-sections.txt:
3656           Cleanup the docs.
3657
3658 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3659
3660         Patch by: Dan Williams <dcbw at redhat dot com>
3661
3662         * gst/playback/gstplaybasebin.c:
3663         (gst_play_base_bin_get_streaminfo_value_array):
3664         Don't return NULL when querying the stream info value array but instead
3665         return an empty array. Fixes #459204.
3666
3667 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
3668
3669         * gst/playback/gsturidecodebin.c:
3670           Init debug category before using it.
3671
3672 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
3673
3674         * gst-libs/gst/interfaces/mixer.h:
3675         Add padding vars in place of the signal pointers
3676         when building with DISABLE_DEPRECATED so that the
3677         interface structure doesn't change size.
3678
3679 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
3680
3681         * docs/libs/gst-plugins-base-libs-sections.txt:
3682         * ext/alsa/gstalsamixer.c:
3683         * ext/alsa/gstalsamixer.h:
3684         * ext/alsa/gstalsamixerelement.c:
3685         * ext/alsa/gstalsamixertrack.c:
3686         * gst-libs/gst/interfaces/mixer.c:
3687         * gst-libs/gst/interfaces/mixer.h:
3688         * gst-libs/gst/interfaces/mixeroptions.c:
3689         * gst-libs/gst/interfaces/mixeroptions.h:
3690         * gst-libs/gst/interfaces/mixertrack.c:
3691         * gst-libs/gst/interfaces/mixertrack.h:
3692         * tests/check/Makefile.am:
3693         * tests/check/libs/mixer.c:
3694
3695         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3696         Fixes: #152864 
3697
3698         Add support for notifying mixer changes on the message bus, and
3699         implement it in alsamixer.
3700
3701         API: gst_mixer_get_mixer_flags
3702         API: gst_mixer_message_parse_mute_toggled
3703         API: gst_mixer_message_parse_record_toggled
3704         API: gst_mixer_message_parse_volume_changed
3705         API: gst_mixer_message_parse_option_changed
3706         API: GstMixerMessageType
3707         API: GstMixerFlags
3708
3709 2007-07-20  Michael Smith <msmith@fluendo.com>
3710
3711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3712         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
3713           xcontext->im_format is only for testing XShm support (as the header
3714           file comments document). Use xvimage->im_format for everything else.
3715           Avoids spurious warnings on buffer allocation before setcaps.
3716
3717 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3718
3719         * tests/examples/volume/Makefile.am:
3720         * tests/icles/Makefile.am:
3721           We should use $(LIBM).
3722
3723 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3724
3725         * tests/icles/Makefile.am:
3726           This needs -lm.
3727
3728 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3729
3730         * gst-libs/gst/rtp/gstbasertppayload.c:
3731         (gst_basertppayload_class_init), (gst_basertppayload_init),
3732         (gst_basertppayload_set_property),
3733         (gst_basertppayload_get_property):
3734         Don't break ABI, restore previous ranges. Keep the default random
3735         selection of timestamp and seqnum offset but as soon as the app sets a
3736         specific value, use that one.
3737
3738 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3739
3740         Patch by: Bastien Nocera <hadess at hadess dot net>
3741
3742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3743         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3744         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3745         * sys/xvimage/xvimagesink.h:
3746         Add option to turn off double-buffering for debugging purposes.
3747         Fixes #437169.
3748
3749 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3750
3751         Patch by: Jorn Baayen <jorn at openedhand dot com>
3752
3753         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
3754         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3755         (gst_ximagesink_init), (gst_ximagesink_class_init):
3756         * sys/ximage/ximagesink.h:
3757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3758         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3759         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3760         * sys/xvimage/xvimagesink.h:
3761         add 'handle-expose' property. Useful for video widgets which may want to
3762         be in control of Expose behaviour. Fixes #380625
3763
3764 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3765
3766         * gst-libs/gst/rtp/gstbasertppayload.c:
3767         (gst_basertppayload_class_init), (gst_basertppayload_init),
3768         (gst_basertppayload_event), (gst_basertppayload_push),
3769         (gst_basertppayload_set_property),
3770         (gst_basertppayload_get_property),
3771         (gst_basertppayload_change_state):
3772         * gst-libs/gst/rtp/gstbasertppayload.h:
3773         Fix ranges of rtp payloader properties so that the full range can be
3774         used in addition to -1 (random).
3775         Fix wrong seqnum reporting in caps.
3776         Fixes #420326.
3777
3778 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
3779
3780         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
3781         (gst_video_rate_query):
3782         Use boilerplate.
3783         Add latency query, might not be perfect yet but already works a lot
3784         better. Fixes #442557.
3785
3786 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3787
3788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3789         (gst_xvimagesink_setcaps):
3790         * sys/xvimage/xvimagesink.h:
3791         After a caps change, redraw our borders to avoid garbage left there
3792         when the image format changes to a smaller size, like 16:9 -> 4:3
3793         Also, hold the flow_lock a bit longer in the set_caps while we're
3794         fiddling with the xcontext.
3795
3796 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3797
3798         * Makefile.am:
3799         * configure.ac:
3800         * tests/Makefile.am:
3801         Remove bogus check for libcheck, since we check for
3802         gstreamer-check and it pulls in the required info from there, and we
3803         weren't actually _using_ the information for libcheck ourselves
3804         anyway.
3805
3806 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3807
3808         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3809         (gst_ffmpeg_caps_to_pixfmt):
3810         Fix the r_mask test for RGBA32 on little-endian.
3811         Fix a stupid typo that would have obviously broken 
3812         compilation on big-endian, if anyone was testing.
3813
3814 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
3815
3816         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
3817         (paint_hline_str4):
3818         * gst/videotestsrc/videotestsrc.h:
3819         Add alpha to the color struct.
3820         Use a default alpha value of 255 instead of 128.
3821
3822 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
3823
3824         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
3825         (setup_source):
3826         Clear the dynamic pads counter when starting a new uri. This makes
3827         reusing playbin work again.
3828         Fixes #454264.
3829
3830 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3831
3832         * configure.ac:
3833           Use pkg-config to locate check.
3834
3835 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
3836
3837         * configure.ac:
3838         * tests/check/elements/volume.c: (GST_START_TEST):
3839           Fix 'make check' build against core CVS.
3840
3841 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
3842
3843         * gst-libs/gst/interfaces/propertyprobe.c:
3844         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3845         * gst-libs/gst/tag/gstvorbistag.c:
3846           Make gtk-doc happy.
3847
3848 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
3849
3850         * gst-libs/gst/audio/gstbaseaudiosink.c:
3851         (gst_base_audio_sink_callback):
3852           Quick hack to make audiosinks stop at EOS when operating in
3853           pull-mode; needs to be fixed properly some day.
3854
3855 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
3856
3857         * docs/libs/gst-plugins-base-libs-sections.txt:
3858           Fix location of includes in the docs.
3859
3860 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3861
3862         * gst/ffmpegcolorspace/avcodec.h:
3863         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3864         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3865         (gst_ffmpegcsp_avpicture_fill):
3866         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
3867         (img_get_alpha_info):
3868         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
3869         of the existing BGRA32 and RGBA32 formats with the alpha at the other
3870         end of the word. Partially fixes #451908
3871
3872 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3873
3874         * docs/libs/Makefile.am:
3875         * docs/plugins/Makefile.am:
3876           Simplify --extra-dir as gtkdoc scans recursively.
3877
3878 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
3879
3880         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
3881         (gst_adder_request_new_pad):
3882         Make getcaps more robust by not using the proxycaps function. This makes
3883         sure that we don't end up recursively calling getcaps upstream.
3884         See #316248.
3885
3886 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
3887
3888         * gst/audioconvert/audioconvert.c:
3889         Include math.h to fix compilation.
3890
3891 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
3892
3893         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3894         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3895         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
3896         format, as produced by some dc1394 cameras like the iSight.
3897         See http://www.fourcc.org/yuv.php#IYU1
3898
3899 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3900
3901         * gst/audioconvert/Makefile.am:
3902         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
3903         (check_default), (audio_convert_prepare_context),
3904         (audio_convert_clean_context), (audio_convert_convert):
3905         * gst/audioconvert/audioconvert.h:
3906         * gst/audioconvert/gstaudioconvert.c:
3907         (gst_audio_convert_dithering_get_type),
3908         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
3909         (gst_audio_convert_init), (gst_audio_convert_set_caps),
3910         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
3911         * gst/audioconvert/gstaudioconvert.h:
3912         * gst/audioconvert/gstaudioquantize.c:
3913         (gst_audio_quantize_setup_noise_shaping),
3914         (gst_audio_quantize_free_noise_shaping),
3915         (gst_audio_quantize_setup_dither),
3916         (gst_audio_quantize_free_dither),
3917         (gst_audio_quantize_setup_quantize_func),
3918         (gst_audio_quantize_setup), (gst_audio_quantize_free):
3919         * gst/audioconvert/gstaudioquantize.h:
3920         Implement dithering and noise shaping in audioconvert. By default now
3921         TPDF dithering (and no noise shaping) will be used when converting
3922         from a higher bit depth to 20 bit depth or smaller, otherwise
3923         everything will be as it is now.
3924         For the last audioconvert in a pipeline it would make sense to
3925         use some kind of noise shaping, enabling it by default for all
3926         conversions would give undesired results though. Fixes #360246.
3927         * tests/check/elements/audioconvert.c: (setup_audioconvert),
3928         (GST_START_TEST):
3929         Adjust unit test for the new audioconvert.
3930
3931 2007-06-28  Wim Taymans  <wim@fluendo.com>
3932
3933         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
3934         Use other metrics as well when estimating the buffer level.
3935
3936 2007-06-28  Wim Taymans  <wim@fluendo.com>
3937
3938         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
3939         Small debug improvement.
3940
3941         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
3942         (plugin_init):
3943         Tweak the rate estimation period.
3944         When calculating the buffer filledness in rate estimation mode, don't
3945         mix it with other metrics.
3946
3947 2007-06-28  Wim Taymans  <wim@fluendo.com>
3948
3949         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3950         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
3951         When creating the groups, allow for a 5 second, unlimited buffers
3952         preroll phase after which we expose the group.
3953         When the group is exposed, use a small number of buffers up to a 2
3954         second limit. Also disconnect the overrun signal from multiqueue when we
3955         exposed the group because it is not needed anymore.
3956
3957 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3958
3959         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3960           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
3961           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
3962           (#451707); also, output some debugging info when dealing with
3963           freeform strings.
3964
3965         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
3966           Add unit test for the above.
3967
3968 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3969
3970         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
3971           Add description for Windows Media RTP caps.
3972
3973         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3974           Remove RTP fields that don't define the format from caps.
3975
3976 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3977
3978         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3979           Skip empty buffers, but not empty header buffers. That way the original
3980           vorbisdec unit test still passes (#451145); also, take into account
3981           that those empty packets might carry a granulepos.
3982
3983         * tests/check/Makefile.am:
3984         * tests/check/elements/vorbisdec.c:
3985         (_create_codebook_header_buffer), (_create_audio_buffer),
3986         (GST_START_TEST), (vorbisdec_suite):
3987           Add unit test that sends an empty packet.
3988
3989 2007-06-27  Wim Taymans  <wim@fluendo.com>
3990
3991         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3992         Don't error out on 0-sized packets, just emit a warning because this is
3993         not a fatal error. Fixes #451145.
3994
3995 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3996
3997         * docs/plugins/gst-plugins-base-plugins.args:
3998         * docs/plugins/gst-plugins-base-plugins.signals:
3999         * docs/plugins/inspect/plugin-adder.xml:
4000         * docs/plugins/inspect/plugin-alsa.xml:
4001         * docs/plugins/inspect/plugin-audioconvert.xml:
4002         * docs/plugins/inspect/plugin-audiorate.xml:
4003         * docs/plugins/inspect/plugin-audioresample.xml:
4004         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4005         * docs/plugins/inspect/plugin-cdparanoia.xml:
4006         * docs/plugins/inspect/plugin-decodebin.xml:
4007         * docs/plugins/inspect/plugin-decodebin2.xml:
4008         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4009         * docs/plugins/inspect/plugin-gdp.xml:
4010         * docs/plugins/inspect/plugin-gnomevfs.xml:
4011         * docs/plugins/inspect/plugin-libvisual.xml:
4012         * docs/plugins/inspect/plugin-ogg.xml:
4013         * docs/plugins/inspect/plugin-pango.xml:
4014         * docs/plugins/inspect/plugin-playbin.xml:
4015         * docs/plugins/inspect/plugin-subparse.xml:
4016         * docs/plugins/inspect/plugin-tcp.xml:
4017         * docs/plugins/inspect/plugin-theora.xml:
4018         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4019         * docs/plugins/inspect/plugin-video4linux.xml:
4020         * docs/plugins/inspect/plugin-videorate.xml:
4021         * docs/plugins/inspect/plugin-videoscale.xml:
4022         * docs/plugins/inspect/plugin-videotestsrc.xml:
4023         * docs/plugins/inspect/plugin-volume.xml:
4024         * docs/plugins/inspect/plugin-vorbis.xml:
4025         * docs/plugins/inspect/plugin-ximagesink.xml:
4026         * docs/plugins/inspect/plugin-xvimagesink.xml:
4027           Update docs with caps info.
4028
4029 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
4030
4031         * po/POTFILES.in:
4032           Add more files with translatable strings (#450875).
4033
4034 2007-06-23  Edward Hervey  <edward@fluendo.com>
4035
4036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
4037         The chain should be freed if we error out here, else it will leak.
4038         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
4039         (cleanup_decodebin):
4040         Don't forget to *properly* remove the signals, else it will leak.
4041
4042 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
4043
4044         * MAINTAINERS:
4045         Updating all the maintainers files
4046
4047 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
4048
4049         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
4050         (main):
4051           Destroy and recreate parse-launch based pipeline after stop to be able
4052           to play again. Reorder some code and add more comments.
4053
4054 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
4055
4056         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4057         When handling a delayed-caps notification case, mark
4058         the group as dynamic so that the nbdynamic count is
4059         incremented and decremented correctly. Fixes: #449156
4060         Patch by: Wim Taymans <wim@fluendo.com>
4061
4062 2007-06-19  Andy Wingo  <wingo@pobox.com>
4063
4064         * gst-libs/gst/audio/gstbaseaudiosink.c
4065         (gst_base_audio_sink_init): Enable pull-mode operation.
4066
4067 2007-06-19  Michael Smith <msmith@fluendo.com>
4068
4069         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4070           Change minimum rate back to 1000 to allow low-sample-rate wav files
4071           to play back.
4072
4073 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4074
4075         * po/vi.po:
4076           Update translations.
4077
4078 2007-06-15  David Schleef  <ds@schleef.org>
4079
4080         * gst/playback/gstqueue2.c:
4081           Fix compile error from ignored return value.
4082
4083 2007-06-15  Michael Smith <msmith@fluendo.com>
4084
4085         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
4086           Update tmpbuf for all neccesary rows, not just one, as is required
4087           when downscaling.
4088           Fixes #402076.
4089
4090 2007-06-15  Michael Smith <msmith@fluendo.com>
4091
4092         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
4093         (eos_buffer_probe):
4094           Add a test that ensures we set DELTA_UNIT on all non-header,
4095           non-video buffers, if we have a video stream.
4096         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4097         (gst_ogg_mux_process_best_pad):
4098           Move setting delta_pad to earlier, where we inspect all pads, so
4099           that leading audio pages don't get DELTA_UNIT unset if they come
4100           before the first DELTA_UNIT from video pages. Fixes the newly-added
4101           test. Fixes #385527.
4102
4103 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4104
4105         * tests/check/pipelines/streamheader.c: (streamheader_suite):
4106           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
4107           fails on the p5-ppc64 build bot and the failure looks like it is due
4108           to the same issue as #348114, ie. a compiler bug.
4109
4110 2007-06-13  Edward Hervey  <edward@fluendo.com>
4111
4112         * gst/playback/gstqueue2.c: (gst_queue_create_read):
4113         Fix build on MacOSX.
4114
4115 2007-06-13  Wim Taymans  <wim@fluendo.com>
4116
4117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4118         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
4119         Fix compilation on mingw. Fixes #446972.
4120
4121 2007-06-12  Wim Taymans  <wim@fluendo.com>
4122
4123         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
4124
4125         * gst/playback/gstqueue2.c: (update_buffering),
4126         (gst_queue_locked_enqueue):
4127         Fix a division by zero when the max percent is <= 0. Fixes #446572.
4128         also update the buffering status when receiving events. Fixes #446551.
4129
4130 2007-06-11  Wim Taymans  <wim@fluendo.com>
4131
4132         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
4133
4134         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
4135         (gst_queue_handle_src_query):
4136         Wait for preroll before attempting to forward a duration query upstream.
4137         Fixes #445505.
4138
4139 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
4140
4141         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
4142         (gst_base_rtp_depayload_set_gst_timestamp):
4143         Use G_GINT64_CONSTANT macro for int64 constant.
4144         * win32/common/libgstinterfaces.def:
4145         * win32/common/libgsttag.def:
4146         Add new exported functions.
4147
4148 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
4149
4150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
4151           The BOS page of the first Dirac video stream needs to come before
4152           the BOS page of any Vorbis streams or other audio streams, just like
4153           it is with Theora.
4154
4155 2007-06-07  Wim Taymans  <wim@fluendo.com>
4156
4157         * gst/playback/gstqueue2.c: (gst_queue_get_range):
4158         Fix compilation.
4159
4160 2007-06-06  Wim Taymans  <wim@fluendo.com>
4161
4162         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
4163
4164         * gst/playback/gstqueue2.c: (gst_queue_init),
4165         (gst_queue_handle_sink_event), (gst_queue_chain),
4166         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
4167         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
4168         (gst_queue_src_activate_pull):
4169         Add pull based scheduling and fix some deadlocks. Fixes #444523.
4170         Does not yet completely work because duration queries upstream won't
4171         block yet.
4172
4173 2007-06-06  Wim Taymans  <wim@fluendo.com>
4174
4175         * configure.ac:
4176         * gst/playback/gstqueue2.c: (gst_queue_create_read):
4177         Some more fseeko checks.
4178
4179 2007-06-06  Wim Taymans  <wim@fluendo.com>
4180
4181         * configure.ac:
4182         check for large file support.
4183
4184 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
4185
4186         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
4187
4188         * gst/subparse/gstsubparse.c: (parse_subrip),
4189         (subviewer_unescape_newlines), (parse_subviewer),
4190         (gst_sub_parse_data_format_autodetect),
4191         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
4192         * gst/subparse/gstsubparse.h:
4193         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
4194         * tests/check/elements/subparse.c: (GST_START_TEST),
4195         (subparse_suite):
4196         Add a unit test for both SubViewer formats.
4197
4198 2007-06-01  Michael Smith <msmith@fluendo.com>
4199
4200         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
4201           Don't overflow intermediate values when seeking to large time values
4202           in audiotestsrc.
4203
4204 2007-06-05  Wim Taymans  <wim@fluendo.com>
4205
4206         * gst/playback/gstqueue2.c: (gst_queue_have_data),
4207         (gst_queue_create_read), (gst_queue_read_item_from_file),
4208         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
4209         Include stdio to define fseeko.
4210
4211 2007-06-05  Wim Taymans  <wim@fluendo.com>
4212
4213         Patch by: Edward Hervey  <edward@fluendo.com>
4214
4215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
4216         (gst_v4lsrc_query):
4217         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
4218
4219 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
4220
4221         * gst-libs/gst/riff/Makefile.am:
4222         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
4223           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
4224           our own implementation.
4225
4226 2007-06-05  Wim Taymans  <wim@fluendo.com>
4227
4228         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4229         (gst_base_rtp_depayload_setcaps),
4230         (gst_base_rtp_depayload_set_gst_timestamp),
4231         (gst_base_rtp_depayload_change_state):
4232         Handle timestamp wraparound.
4233
4234 2007-06-05  Wim Taymans  <wim@fluendo.com>
4235
4236         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
4237         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
4238         (gst_uri_decode_bin_change_state):
4239         Make sure we name srcpads uniquely even when using different internal
4240         decodebins.
4241         Signal no-more-pads when no more dynamic elements exist.
4242         Remove pads on cleanup.
4243
4244 2007-06-05  Wim Taymans  <wim@fluendo.com>
4245
4246         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
4247
4248         * gst/playback/gstqueue2.c: (gst_queue_class_init),
4249         (gst_queue_init), (gst_queue_finalize),
4250         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
4251         (gst_queue_create_read), (gst_queue_read_item_from_file),
4252         (gst_queue_open_temp_location_file),
4253         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
4254         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4255         (gst_queue_is_empty), (gst_queue_is_filled),
4256         (gst_queue_change_state), (gst_queue_set_temp_location),
4257         (gst_queue_set_property):
4258         Add support for filebased buffering. Fixes #441264.
4259
4260 2007-06-05  Wim Taymans  <wim@fluendo.com>
4261
4262         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
4263         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
4264         (caps_notify_group_cb), (gst_decode_group_new),
4265         (gst_decode_group_free):
4266         Add support for delayed caps fixation when autoplugging.
4267         Optimize cases where a multiqueue is not needed/wanted, like right after
4268         anything that is not a demuxer.
4269
4270 2007-06-05  Wim Taymans  <wim@fluendo.com>
4271
4272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
4273         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
4274         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
4275         consideratly speedup ogg chain detection by not trying to find a base
4276         timestamp for skeleton streams. 
4277
4278 2007-06-05  Wim Taymans  <wim@fluendo.com>
4279
4280         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
4281         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
4282         (gst_multi_fd_sink_remove_flush),
4283         (gst_multi_fd_sink_remove_client_link),
4284         (gst_multi_fd_sink_handle_client_write),
4285         (gst_multi_fd_sink_handle_clients):
4286         * gst/tcp/gstmultifdsink.h:
4287         Add support for remove_flush.
4288
4289 2007-06-05  Wim Taymans  <wim@fluendo.com>
4290
4291         * docs/design/draft-keyframe-force.txt:
4292         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4293         (theora_enc_chain):
4294         Add draft design for forcing keyframes in encoders and implement in
4295         theoraenc.
4296
4297 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
4298
4299         * configure.ac:
4300           Back to CVS
4301
4302 === release 0.10.13 ===
4303
4304 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
4305
4306         * configure.ac:
4307           releasing 0.10.13, "What's Going on?"
4308
4309 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
4310
4311         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4312         In riff, the depth is stored in the size field but it just means that
4313         the least significant bits are cleared. We can therefore just play
4314         the sample as if it had a depth == width. Fixes: #440997
4315
4316         Patch by: Wim Taymans <wim@fluendo.com> 
4317         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
4318
4319 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
4320
4321         * gst-libs/gst/floatcast/floatcast.h:
4322         Define inline when needed on win32 builds. Fixes: #441295
4323         Patch by: Sebastien Moutte  <sebastien@moutte.net>
4324
4325 2007-05-29  Wim Taymans  <wim@fluendo.com>
4326
4327         * gst/playback/gstplaybasebin.c: (queue_overrun),
4328         (no_more_pads_full):
4329         Stop buffering when the group is commited because the queues filled up.
4330         Fixes #442024.
4331
4332 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4333
4334         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
4335         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
4336         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
4337         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
4338         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
4339         * ext/alsa/gstalsamixer.h:
4340         * ext/alsa/gstalsamixerelement.c:
4341         (gst_alsa_mixer_element_interface_supported),
4342         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4343         (gst_alsa_mixer_element_set_property),
4344         (gst_alsa_mixer_element_get_property),
4345         (gst_alsa_mixer_element_change_state):
4346         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
4347         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
4348         (gst_mixer_option_changed):
4349         * gst-libs/gst/interfaces/mixer.h:
4350         Revert commits towards #152864 made so far. We'll pick it up again
4351         after the 0.10.13 release.
4352
4353 2007-05-24  Wim Taymans  <wim@fluendo.com>
4354
4355         * gst-libs/gst/audio/gstbaseaudiosink.c:
4356         (gst_base_audio_sink_render):
4357         After an interrupt (PAUSED/flush) assume that the next sample should not
4358         be aligned to the previous sample. Fixes #417992.
4359
4360 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
4361
4362         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4363           Don't add channels and rate fields to the template caps for
4364           audio/x-dts, as wavparse might not always be able to set them,
4365           which would then lead to 'caps are not a real subset of the
4366           template caps' warnings.
4367
4368 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
4369
4370         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4371         Handle unknown or invalid pads without crashing, as might occur if
4372         a media file like an mp3 is specified as a subtitle file.
4373         Fixes: #410039
4374
4375 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
4376
4377         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
4378         (setup_sinks):
4379         Block the subtitle bin output queue before ghosting it and linking,
4380         then unblock after. This avoids spurious not-linked errors caused 
4381         by the queue starting up (because it gets linked when it is ghosted). 
4382         Fixes: #350299
4383
4384 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
4385
4386         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
4387         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
4388         file. Avoids flukes where the input gets typefound to some valid but
4389         useless type.
4390
4391 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4392
4393         * tests/check/Makefile.am:
4394         * tests/check/elements/.cvsignore:
4395         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
4396         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
4397           Add unit test for gnomevfssink seeking and position reporting for
4398           file:// URIs.
4399
4400 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4401
4402         Patch by: Mark Nauwelaerts <manauw at skynet be>
4403
4404         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
4405         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
4406         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
4407         * ext/gnomevfs/gstgnomevfssink.h:
4408           Fix position reporting, especially after a seek (from upstream),
4409           see #412648.
4410
4411 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4412
4413         * ext/cdparanoia/gstcdparanoiasrc.c:
4414           Repair umlaut.
4415
4416 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
4417
4418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4419         Specify the full valid range for MP3 samplerates. Fixes a regression
4420         caused by extra header checks since the last release.
4421
4422 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
4423
4424         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4426         Fix a locking-order bug I introduced with my changes the other day.
4427         Patch by Mike Smith.
4428
4429 2007-05-21  Michael Smith <msmith@fluendo.com>
4430
4431         * ext/theora/theoradec.c: (theora_handle_data_packet):
4432           Don't look inside 0-length packets (which indicate duplicated
4433           frames)
4434
4435 2007-05-21  Wim Taymans  <wim@fluendo.com>
4436
4437         * ext/cdparanoia/gstcdparanoiasrc.c:
4438         (gst_cd_paranoia_src_read_sector):
4439         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4440         (gst_base_audio_src_create):
4441         Small cleanups.
4442
4443         * ext/theora/theoradec.c: (theora_dec_sink_event):
4444         Fix typo.
4445
4446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4447         (gst_base_rtp_depayload_set_gst_timestamp):
4448         Add some FIXME
4449
4450         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
4451         And some debug info when a FIXME path is hit.
4452
4453 2007-05-21  Wim Taymans  <wim@fluendo.com>
4454
4455         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4456         (gst_base_rtp_audio_payload_class_init),
4457         (gst_base_rtp_audio_payload_init),
4458         (gst_base_rtp_audio_payload_finalize),
4459         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4460         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
4461         (gst_base_rtp_payload_audio_handle_event):
4462         Some cleanups, remove minptime property as it is now in the parent
4463         class.
4464         Override parent class event function.
4465
4466         * gst-libs/gst/rtp/gstbasertppayload.c:
4467         (gst_basertppayload_class_init), (gst_basertppayload_init),
4468         (gst_basertppayload_event), (gst_basertppayload_set_property),
4469         (gst_basertppayload_get_property):
4470         * gst-libs/gst/rtp/gstbasertppayload.h:
4471         Add min-ptime property.
4472         Add handle-event vmethod. Fixes #415001.
4473
4474 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
4475
4476         * gst-libs/gst/audio/gstbaseaudiosink.c
4477           (gst_base_audio_sink_change_state):
4478           Fix typo in comment.
4479
4480         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
4481           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
4482           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
4483           close_link):
4484         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
4485           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
4486           Remove trailing whitespaces in comments.
4487
4488         * gst/volume/Makefile.am:
4489           Fix tabs.
4490
4491 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
4492
4493         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
4494
4495         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
4496           set_option, get_option, _gst_reserved):
4497           Revert reordering functions (keep ABI).
4498
4499 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
4500
4501         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
4502         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
4503         (gst_ximagesink_show_frame):
4504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4505         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
4506         (gst_xvimagesink_show_frame):
4507         When we create our own window, indicate that we handle the 
4508         WM_DELETE client message from the window manager, so that it won't 
4509         kill our window (and our app) along with it. Handle ClientMessage,
4510         post an error on the bus, and close the window. Further buffers
4511         arriving will result in a FlowError because the window has been
4512         destroyed.
4513
4514         Fixes: #393975
4515
4516         Clean up the X event handling loop and make them the same for
4517         both xvimagesink and ximagesink while I'm at it.
4518
4519 2007-05-17  Wim Taymans  <wim@fluendo.com>
4520
4521         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
4522         Make decodebin2 autoplug depayloaders too.
4523
4524         * gst/playback/gsturidecodebin.c: (source_new_pad):
4525         Set the newly created decoder in a usable state when autoplugging a
4526         dynamic source such as RTSP.
4527
4528 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4529
4530         * gst/playback/gststreaminfo.c: (cb_probe):
4531           Ignore video-codec tag for audio streams and ignore audio-codec tags
4532           for video streams. Should make codec name collection a bit more
4533           robust against sloppy demuxers that send tag events containing both
4534           tags down each pad.
4535
4536 2007-05-17  Wim Taymans  <wim@fluendo.com>
4537
4538         * gst/playback/gstqueue2.c: (update_rates):
4539         Tweak the buffering thresholds a little.
4540         Update the buffer size with the previously calculate rate instead of
4541         only when we calculate a new rate so that we get smoother buffering
4542         updates.
4543
4544         * gst/playback/Makefile.am:
4545         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
4546         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4547         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
4548         (gst_uri_decode_bin_get_property), (unknown_type),
4549         (add_element_stream), (no_more_pads_full), (no_more_pads),
4550         (source_no_more_pads), (new_decoded_pad), (array_has_value),
4551         (gen_source_element), (has_all_raw_caps), (analyse_source),
4552         (remove_decoders), (make_decoder), (remove_source),
4553         (source_new_pad), (setup_source), (decoder_query_init),
4554         (decoder_query_duration_fold), (decoder_query_duration_done),
4555         (decoder_query_position_fold), (decoder_query_position_done),
4556         (decoder_query_latency_fold), (decoder_query_latency_done),
4557         (decoder_query_seeking_fold), (decoder_query_seeking_done),
4558         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
4559         (gst_uri_decode_bin_change_state), (plugin_init):
4560         New element that intergrates a source, optional buffering element and
4561         decodebin.
4562
4563 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4564
4565         * configure.ac:
4566           Bump libtheora requirement to 1.0alpha5 for the pixformat check
4567           (also has a .pc file, so we don't need the fallback check any
4568           longer). Fixes #438840.
4569
4570 2007-05-17  Wim Taymans  <wim@fluendo.com>
4571
4572         * gst/playback/gstqueue2.c: (gst_queue_get_type),
4573         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
4574         (apply_segment), (apply_buffer), (update_buffering),
4575         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
4576         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4577         (gst_queue_handle_sink_event), (gst_queue_is_filled),
4578         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
4579         (plugin_init):
4580         fix build.
4581
4582 2007-05-17  Wim Taymans  <wim@fluendo.com>
4583
4584         * gst/playback/Makefile.am:
4585         * gst/playback/gstqueue2.c: (gst_queue_get_type),
4586         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
4587         (gst_queue_getcaps), (gst_queue_bufferalloc),
4588         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
4589         (apply_buffer), (update_buffering), (reset_rate_timer),
4590         (update_rates), (gst_queue_locked_flush),
4591         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4592         (gst_queue_handle_sink_event), (gst_queue_is_empty),
4593         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
4594         (gst_queue_loop), (gst_queue_handle_src_event),
4595         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
4596         (gst_queue_src_activate_push), (gst_queue_change_state),
4597         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
4598         On our way to playbin2 this is the new network queue that does buffering
4599         all by itself using high and low watermarks. It can also measure up and
4600         downstream bandwidth to optimally size the queue.
4601
4602 2007-05-17  Michael Smith <msmith@fluendo.com>
4603
4604         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
4605         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
4606           Use the segment->last_stop value to calculate the next timestamp to
4607           generate after a seek; not the segment->start value.
4608
4609 2007-05-15  David Schleef  <ds@schleef.org>
4610
4611         * docs/Makefile.am: Install docs even when --disable-gtk-doc
4612           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
4613
4614 2007-05-15  Wim Taymans  <wim@fluendo.com>
4615
4616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4617         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
4618         Some more chained streaming ogg timestamp fixes.
4619
4620 2007-05-15  Wim Taymans  <wim@fluendo.com>
4621
4622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4623         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4624         (gst_ogg_demux_handle_page):
4625         Add some FIXMEs.
4626         Fix chain start/stop segment handling based on patch by
4627         <ahalda at cs dot mcgill dot ca> see #320984.
4628
4629 2007-05-15  Michael Smith <msmith@fluendo.com>
4630
4631         * configure.ac:
4632           We don't require a C++ compiler. So don't require one.
4633
4634 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4635
4636         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
4637           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
4638           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
4639           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
4640           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
4641           gst_alsa_mixer_update_track):
4642           Apply some of the cleanup Tim suggested in #152864 afterwards.
4643
4644 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4645
4646         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
4647
4648         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
4649           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
4650           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
4651           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
4652           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
4653           gst_alsa_mixer_handle_source_callback,
4654           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
4655           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
4656           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
4657           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
4658           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
4659           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
4660         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
4661         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
4662           gst_alsa_mixer_element_interface_supported,
4663           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
4664           gst_alsa_mixer_element_set_property,
4665           gst_alsa_mixer_element_get_property,
4666           gst_alsa_mixer_element_change_state):
4667         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
4668         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
4669           gst_mixer_option_changed):
4670         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
4671           volume_changed, option_changed, _gst_reserved):
4672           Implement notification for alsamixer. Fixes #152864
4673
4674 2007-05-14  David Schleef  <ds@schleef.org>
4675
4676         * gst/videotestsrc/videotestsrc.c:
4677         * gst/videotestsrc/videotestsrc.h:
4678           Add support for video/x-raw-bayer.
4679
4680 2007-05-12  David Schleef  <ds@schleef.org>
4681
4682         * sys/xvimage/xvimagesink.c:
4683           Add some sanity checking for the XVImage size returned by X.
4684           Related to #377400.
4685
4686 2007-05-12  Wim Taymans  <wim@fluendo.com>
4687
4688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4689         (gst_base_rtp_depayload_setcaps),
4690         (gst_base_rtp_depayload_set_gst_timestamp):
4691         Parse and use additional caps fields as described in updated
4692         application/x-rtp caps spec.
4693
4694 2007-05-12  Wim Taymans  <wim@fluendo.com>
4695
4696         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4697         (gst_ogg_demux_collect_chain_info):
4698         If there is a stream in a chain without any data packets, ignore the
4699         stream in the total length calculations. Might be related to #436820.
4700
4701 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
4702
4703         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
4704         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
4705         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
4706         (mpeg_video_type_find), (mpeg_video_stream_type_find),
4707         (plugin_init):
4708
4709         Consolidate and re-work our mpeg system stream detection to probe
4710         more packets and produce a higher confidence result. Fixes a
4711         regression caused by lowering the typefind probability last year
4712         - related to bug #397810. Remove the redundant MPEG-1 specific 
4713         typefind function, as the new one detects both MPEG-1 & MPEG-2
4714         happily.
4715
4716         Also cleanup the MPEG elementary and MPEG-TS detection functions a
4717         little. 
4718
4719         Tested against my media test directory, with some improvements and
4720         no regressions.
4721
4722 2007-05-10  Wim Taymans  <wim@fluendo.com>
4723
4724         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
4725         (queue_out_of_data):
4726         Connect to the new queue "pushing" signal instead of the broken
4727         "running" one.
4728
4729 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4730
4731         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4732         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
4733         Move variable declaration before the first instruction.
4734         * gst/videotestsrc/videotestsrc.c:
4735         Define M_PI if it's not defined yet.
4736         * win32/common/libgstrtp.def:
4737         Add new exported functions.
4738
4739 2007-05-09  Michael Smith <msmith@fluendo.com>
4740
4741         * ext/theora/theoradec.c: (theora_handle_type_packet):
4742           gst_pad_push_event() does not return a GstFlowReturn!
4743
4744 2007-05-09  Wim Taymans  <wim@fluendo.com>
4745
4746         * tests/examples/seek/scrubby.c: (stop_cb), (main):
4747         * tests/examples/seek/seek.c: (do_seek):
4748         Some small cosmetic changes.
4749
4750 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
4751
4752         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
4753           gst_adder_change_state):
4754         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
4755           segment_pending, segment_position, segment_rate):
4756           Handle playback-rate on adder.
4757
4758 2007-05-07  Michael Smith <msmith@fluendo.com>
4759
4760         * ext/theora/gsttheoradec.h:
4761         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4762         (theora_dec_sink_event), (theora_handle_comment_packet),
4763         (theora_handle_type_packet), (theora_dec_change_state):
4764           Don't push events (newsegment, tags) before initialising the
4765           decoder.
4766           This is neccesary for seeking to work correctly in gnonlin.
4767
4768 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
4769
4770         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4771         * gst/adder/gstadder.c:
4772         * gst/audiotestsrc/gstaudiotestsrc.c
4773           (gst_audio_test_src_create_white_noise):
4774         * gst/videotestsrc/gstvideotestsrc.c:
4775         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
4776           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
4777           volume_sink_template, volume_src_template, gst_volume_init,
4778           volume_process_double, volume_process_int16,
4779           volume_process_int16_clamp):
4780           Doc fixes and formatting.
4781
4782 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
4783
4784         * tests/check/Makefile.am:
4785         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4786           Minimal check for volume's GstController usability; also another
4787           test for #422295.
4788
4789 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         * gst-libs/gst/cdda/gstcddabasesrc.c:
4792         (gst_cdda_base_src_add_track):
4793           Fix it so that it (a) makes sense and (b) doesn't break
4794           everything cdda-related including the unit test.
4795
4796 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
4797
4798         * gst-libs/gst/cdda/gstcddabasesrc.c:
4799         (gst_cdda_base_src_add_track):
4800           Fix build when disabling asserts.
4801
4802 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
4803
4804         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4805           When XShm is not available, we might get row strides that are not
4806           rounded up to multiples of four; this is bad, because virtually
4807           every RGB-processing element in GStreamer assumes rowstrides are
4808           rounded up to multiples of four, so let's allocate at least enough
4809           memory to avoid crashes in this case. The image will still be
4810           displayed distorted though if this happens, so that still needs
4811           fixing (maybe by allocating a bigger image with an 'even' width
4812           and then clipping it appropriately when rendering - something for
4813           Xlib aficionados in any case).
4814
4815 2007-05-03  Michael Smith <msmith@fluendo.com>
4816
4817         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4818           If a buffer doesn't have a timestamp, assume it's contiguous with
4819           the previous buffer, and synthesise timestamps appropriately.
4820
4821 2007-05-03  Edward Hervey  <edward@fluendo.com>
4822
4823         * tests/check/elements/videorate.c: (GST_START_TEST):
4824         Set buffer timestamp to a valid value in order to test the buffer
4825         really does stay in videorate.
4826
4827 2007-05-03  Edward Hervey  <edward@fluendo.com>
4828
4829         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
4830         There is no sensible way to handle incoming buffers which don't have a
4831         valid timestamp. We therefore discard them and wait for the next one.
4832
4833 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
4834
4835         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
4836         * gst/playback/gstdecodebin2.c: (plugin_init):
4837           Better error message for text files.
4838
4839 2007-04-29  Wim Taymans  <wim@fluendo.com>
4840
4841         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
4842         Fix offset bug in generation RR packets.
4843
4844 2007-04-27  Julien MOUTTE  <julien@moutte.net>
4845
4846         * ext/theora/theoradec.c: (_theora_granule_time),
4847         (theora_dec_push_forward), (theora_handle_data_packet),
4848         (theora_dec_decode_buffer): Calculate buffer duration correctly
4849         to generate a perfect stream (#433888).
4850         * gst/audioresample/gstaudioresample.c:
4851         (audioresample_check_discont): Glib provides ABS.
4852
4853 2007-04-27  Wim Taymans  <wim@fluendo.com>
4854
4855         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
4856         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
4857         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
4858         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4859         (gst_rtcp_packet_bye_set_reason):
4860         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4861         Fix RB block parsing and writing.
4862         Add support for constructing BYE packets.
4863
4864 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4865
4866         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
4867         (gst_base_audio_src_create):
4868         * po/POTFILES.in:
4869           When posting a warning message because samples were dropped, post
4870           something more intelligible than he default error message for clock
4871           errors which is just confusing in this context (#432984).
4872
4873 2007-04-25  Wim Taymans  <wim@fluendo.com>
4874
4875         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
4876         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
4877         (read_packet_header), (gst_rtcp_packet_move_to_next),
4878         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
4879         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
4880         (gst_rtcp_packet_sdes_get_item_count),
4881         (gst_rtcp_packet_sdes_first_item),
4882         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
4883         (gst_rtcp_packet_sdes_first_entry),
4884         (gst_rtcp_packet_sdes_next_entry),
4885         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
4886         (gst_rtcp_packet_sdes_add_entry):
4887         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4888         Implement code to write SR, RR and SDES packets.
4889
4890 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4891
4892         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
4893
4894         * sys/ximage/ximagesink.c:
4895           Fix build if XShm is not available (#432362).
4896
4897 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4898
4899         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
4900         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
4901         pointers to random memory which are passed to g_free() when
4902         audio_convert_prepare_context() is called the first time.
4903
4904 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4905
4906         Patch by: Dan Williams <dcbw redhat com>
4907
4908         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
4909           Don't leak incoming buffer if gst_pad_push() returns a
4910           non-OK flow. Fixes #432755.
4911          
4912         * tests/check/elements/videorate.c: (GST_START_TEST),
4913         (videorate_suite):
4914           Unit test for the above by Yours Truly.
4915
4916 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
4917
4918         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
4919         (gst_adder_sink_event), (gst_adder_collected):
4920           Fix non-flushing segmented seeks, Fixes #340060 for me
4921
4922 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4923
4924         Patch by: Olivier Crete  <tester at tester ca>
4925
4926         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4927         (gst_base_rtp_audio_payload_class_init),
4928         (gst_base_rtp_audio_payload_init),
4929         (gst_base_rtp_audio_payload_dispose):
4930           Chain up to parent class in dispose function; get rid of
4931           unnecessary 'diposed' flag in private structure (#415001).
4932
4933 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4934
4935         * docs/libs/gst-plugins-base-libs.types:
4936         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4937         (gst_base_rtp_audio_payload_class_init):
4938         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4939         * gst-libs/gst/rtp/gstbasertppayload.c:
4940           Some minor docs fixes and additions; also add missing 'Since' bits.
4941
4942 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4943
4944         Patch by: Zeeshan Ali  <zeenix gmail com>
4945
4946         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4947         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4948         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
4949         (gst_base_rtp_audio_payload_push):
4950         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4951           The recently-added gst_base_rtp_audio_payload_push() should take an
4952           object of type GstBaseRTPAudioPayload as first argument (#431672).
4953
4954 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4955
4956         * gst/audioresample/gstaudioresample.c:
4957           Make more functions static, just because we can.
4958
4959 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4960
4961         * tests/check/elements/audioresample.c:
4962           Add unit test for audioresample shutdown crasher (#420106).
4963
4964 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
4965
4966         * gst/subparse/gstsubparse.c:
4967         * gst/subparse/samiparse.c:
4968           Use GST_DISABLE_XML here
4969
4970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4971         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
4972         (gst_xvimagesink_buffer_alloc),
4973         (gst_xvimagesink_navigation_send_event):
4974         * sys/xvimage/xvimagesink.h:
4975           Include stdlib.h when using atoi.
4976           
4977         * tests/check/elements/playbin.c: (playbin_suite):
4978           Use GST_DISABLE_REGISTRY here
4979
4980 2007-04-19  Michael Smith  <msmith@fluendo.com>
4981
4982         * ext/theora/gsttheoraenc.h:
4983         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4984         (theora_enc_sink_event), (theora_enc_change_state):
4985           Track initialisation state; don't try to use encoder state if we're
4986           not initialised (it'll segfault).
4987
4988 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
4989
4990         * tests/check/pipelines/.cvsignore:
4991         Fix build.
4992
4993 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4994
4995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4996         Allow random depths between 1 and 32 instead of only multiplies of 8.
4997
4998 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4999
5000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5001         Set the maximum number of channels for PCM and float in the correct
5002         place to have it also used when creating the template caps.
5003
5004 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
5005
5006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5007         Correctly support 4, 6 and 8 channels with normal PCM and float
5008         wav files.
5009
5010         Fix the depth and signedness calculation in extensible wav files and
5011         also handle 1, 2, 4, 6, 8 channels here when a file without channel
5012         mask is found.
5013
5014         Add support for float, alaw and mulaw in extensible wav files.
5015
5016         This allows correct playback of all but 5 files from
5017         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
5018         
5019         (gst_riff_create_audio_template_caps):
5020         Add voxware and float formats to the template caps.     
5021
5022 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
5023
5024         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5025
5026         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
5027         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
5028
5029         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5030         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
5031         Use the correct format strings for integer formats.
5032
5033 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5034
5035         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
5036           Don't use pad_alloc_buffer_and_set_caps to create a small header
5037           packet, or, worse, to create a big temporary video buffer using the
5038           src pad.
5039
5040 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5041
5042         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
5043         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
5044           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
5045           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
5046
5047 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5048
5049         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
5050           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
5051           streamheader_suite):
5052           Add another test set up for failure
5053
5054 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5055
5056         * tests/check/Makefile.am:
5057         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
5058           GST_START_TEST, streamheader_suite, main):
5059           Add a test for the streamheader bug Wim fixed.
5060
5061 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
5062
5063         * ext/theora/theoradec.c: (theora_dec_sink_event):
5064         Fix misleading comment.
5065
5066 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
5067
5068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5069           More sanity checks for the header fields.
5070
5071 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
5072
5073         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
5074           Try encodings from all environment variables, not just those in the
5075           first environment variable that is set.
5076
5077 2007-04-12  Wim Taymans  <wim@fluendo.com>
5078
5079         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
5080         (gst_video_rate_chain):
5081         Add some debug.
5082
5083         * tests/check/elements/videorate.c: (GST_START_TEST),
5084         (videorate_suite):
5085         Added check for videorate changing caps handling. Closes #421834.
5086
5087 2007-04-12  Michael Smith  <msmith@fluendo.com>
5088
5089         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5090           Use scale functions to avoid overflow when calculating duration of 
5091           vorbis buffers.
5092
5093 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
5094
5095         * docs/libs/gst-plugins-base-libs-sections.txt:
5096         * gst-libs/gst/tag/tag.h:
5097         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
5098           API: add gst_tag_freeform_string_to_utf8() (#405072).
5099
5100         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
5101           Use gst_tag_freeform_string_to_utf8() here.
5102
5103 2007-04-12  Wim Taymans  <wim@fluendo.com>
5104
5105         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
5106         (gst_gdp_pay_sink_event):
5107         Make sure we set the IN_CAPS flag correctly.
5108
5109         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
5110         Get the IN_CAPS flag before we call functions that mess with the flags.
5111
5112 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5113
5114         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
5115           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
5116           Only stamp buffers with offset/offset_end right before they get
5117           pushed.  This ensures offset continuity, which was not the case
5118           before as shown by
5119           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
5120
5121 2007-04-06  Wim Taymans  <wim@fluendo.com>
5122
5123         * gst/playback/gstplaybin.c: (add_sink),
5124         (gst_play_bin_change_state):
5125         Activate sync in playbin, we are ready to handle it for live streams.
5126
5127 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5128
5129         * tests/check/elements/playbin.c:
5130         (test_sink_usage_video_only_stream), (playbin_suite):
5131           Add small test for stream-info-value-array code paths.
5132
5133 2007-04-05  Wim Taymans  <wim@fluendo.com>
5134
5135         * gst-libs/gst/audio/gstbaseaudiosink.c:
5136         (gst_base_audio_sink_skew_slaving):
5137         Don't try to create invalid calibration parameters by making the
5138         internal time go backwards, instead make external time go forward.
5139
5140 2007-04-05  Wim Taymans  <wim@fluendo.com>
5141
5142         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5143
5144         * gst/playback/gstplaybasebin.c: (add_stream):
5145         Fix leak in add_stream(), when g_value_set_object() increases the
5146         refcount of streaminfo object. Fixes #426250.
5147
5148 2007-04-03  David Schleef  <ds@schleef.org>
5149
5150         * gst/videotestsrc/gstvideotestsrc.c:
5151         * gst/videotestsrc/gstvideotestsrc.h:
5152         * gst/videotestsrc/videotestsrc.c:
5153         * gst/videotestsrc/videotestsrc.h:
5154           Add a test pattern called "circular", which has concentric
5155           rings with varying radial frequency.  The main purpose of this
5156           pattern is to test fidelity loss in a filter or scaler element.
5157           Notably, this pattern is scale invariant, and is optimally viewed
5158           with a width (and height) of 400.
5159
5160 2007-04-03  Wim Taymans  <wim@fluendo.com>
5161
5162         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5163
5164         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
5165         (deactivate_free_recursive):
5166         Decodebin2 doesn't unref pads it obtains in some occasions:
5167         - multiqueue src pads, when either connecting further or exposing
5168         - sink pads of new autoplugged elements
5169         - peer pads when recursively freeing elements
5170         Fixes #425455.
5171
5172 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5173
5174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5175         Add audio/x-raw-float support, now that audioconvert support
5176         non-native endianness floats.
5177
5178 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * docs/libs/gst-plugins-base-libs-docs.sgml:
5181           gstreamer-plugins-base.pc doesn't exist, it's
5182           gstreamer-plugins-base-0.10.pc.
5183
5184 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5185
5186         Patch by: René Stadler <mail at renestadler dot de>
5187         with some minor changes
5188
5189         * gst-libs/gst/floatcast/floatcast.h:
5190         Use more efficient float endianness conversion functions that don't
5191         involve 2 function calls per value.
5192         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
5193         (check_default), (audio_convert_prepare_context):
5194         * gst/audioconvert/gstaudioconvert.c:
5195         (gst_audio_convert_parse_caps), (make_lossless_changes):
5196         Support non-native endianness floats as input and output.
5197         Fixes #339838.
5198         * tests/check/elements/audioconvert.c: (verify_convert),
5199         (GST_START_TEST):
5200         Add unit tests for the non-native endianness float conversions.
5201
5202 2007-03-29  Wim Taymans  <wim@fluendo.com>
5203
5204         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5205         (gst_base_rtp_depayload_base_init),
5206         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5207         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5208         (gst_base_rtp_depayload_set_gst_timestamp),
5209         (gst_base_rtp_depayload_change_state),
5210         (gst_base_rtp_depayload_set_property),
5211         (gst_base_rtp_depayload_get_property):
5212         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5213         Add Private structure.
5214         Bring element code to 2007.
5215         Parse clock-base caps param and use it when generating the
5216         newsegment.
5217         Reset variables before going to PAUSED.
5218         Fix some docs.
5219
5220 2007-03-29  Wim Taymans  <wim@fluendo.com>
5221
5222         * docs/libs/gst-plugins-base-libs-docs.sgml:
5223         * docs/libs/gst-plugins-base-libs-sections.txt:
5224         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5225         (gst_base_rtp_audio_payload_get_adapter):
5226         Add RTCP docs.
5227         Fix some more docs.
5228
5229         * gst-libs/gst/rtp/Makefile.am:
5230         * gst-libs/gst/rtp/gstrtcpbuffer.c:
5231         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
5232         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
5233         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
5234         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
5235         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
5236         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
5237         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
5238         (gst_rtcp_packet_sr_get_sender_info),
5239         (gst_rtcp_packet_sr_set_sender_info),
5240         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
5241         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
5242         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
5243         (gst_rtcp_packet_sdes_get_chunk_count),
5244         (gst_rtcp_packet_sdes_first_chunk),
5245         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
5246         (gst_rtcp_packet_sdes_first_item),
5247         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
5248         (gst_rtcp_packet_bye_get_ssrc_count),
5249         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
5250         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
5251         (gst_rtcp_packet_bye_get_reason_len),
5252         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
5253         * gst-libs/gst/rtp/gstrtcpbuffer.h:
5254         Add new helper object for parsing and creating RTCP messages.
5255
5256 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5257
5258         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5259         PCM samples with width=8 must be always unsigned, no matter what
5260         depth they have.
5261
5262 2007-03-29  Andy Wingo  <wingo@pobox.com>
5263
5264         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
5265         perfect offsets also, not just timestamps.
5266
5267         * tests/check/elements/videorate.c (test_more): Test that given
5268         any incoming offsets, that videorate produces perfect offsets.
5269
5270 2007-03-29  Wim Taymans  <wim@fluendo.com>
5271
5272         * gst-libs/gst/riff/riff-ids.h:
5273         Add some more RIFF formats.
5274
5275 2007-03-29  Wim Taymans  <wim@fluendo.com>
5276
5277         * gst-libs/gst/rtp/gstrtpbuffer.c:
5278         (gst_rtp_buffer_default_clock_rate):
5279         * gst-libs/gst/rtp/gstrtpbuffer.h:
5280         Fix fixed payload names and docs.
5281         Added method to get the default clock rates of fixed payload types.
5282         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
5283
5284 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5285
5286         * tests/check/pipelines/.cvsignore:
5287         Add new vorbisdec test to cvsignore.
5288
5289 2007-03-28  Wim Taymans  <wim@fluendo.com>
5290
5291         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5292         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5293         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
5294         (gst_base_audio_sink_set_property),
5295         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
5296         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
5297         (gst_base_audio_sink_skew_slaving),
5298         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
5299         (gst_base_audio_sink_async_play):
5300         * gst-libs/gst/audio/gstbaseaudiosink.h:
5301         Store private stuff in GstBaseAudioSinkPrivate.
5302         Add configurable clock slaving modes property.
5303         API:: GstBaseAudioSink::slave-method property
5304         Some more latency reporting tweaks.
5305         Added skew based clock slaving correction and make it the default until
5306         the resampling method is more robust.
5307
5308 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
5309
5310         * gst/audioconvert/audioconvert.c:
5311         Add docs to the integer pack functions and implement proper
5312         rounding. Before we had rounding towards negative infinity, i.e.
5313         always the smaller number was taken. Now we use natural rounding,
5314         i.e. rounding to the nearest integer and to the one with the largest
5315         absolute value for X.5. The old rounding introduced some minor
5316         distortions. Fixes #420079
5317         * tests/check/elements/audioconvert.c: (GST_START_TEST):
5318         Fix one unit test that assumed the old rounding and added unit tests
5319         for checking signed/unsigned int16 <-> signed/unsigned int16 with
5320         depth 8, one for signed int16 <-> unsigned int16 and one for the new
5321         rounding from signed int32 to signed/unsigned int16.
5322
5323 2007-03-27  Michael Smith  <msmith@fluendo.com>
5324
5325         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
5326         (gst_audio_convert_transform_caps):
5327           Fix typo in debug line introduced recently, as pointed out on irc.
5328
5329 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5330
5331         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5332         * tests/check/libs/tag.c: (GST_START_TEST):
5333           Make sure we parse floating-point numbers in vorbis comments
5334           correctly with either '.' or ',' as separator, no matter what
5335           the current locale is. Add unit test for this too.
5336
5337 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
5338
5339         Patch by: René Stadler  <mail at renestadler de>
5340
5341         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
5342           When writing out floating-point numbers to vorbis comment tags, always
5343           use the same character as separator no matter what the current locale is
5344           (fixes #423051).
5345
5346         * tests/check/libs/tag.c: (GST_START_TEST):
5347           Add unit tests for replaygain tags in vorbis comments (closes #423055).
5348
5349 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5350
5351         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
5352           vorbis_handle_data_packet):
5353           Correctly set DURATION to generate a timestamp-continuous stream.
5354           One bug left at the end; see
5355           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
5356         * tests/check/Makefile.am:
5357         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
5358           Add a test to check this.  Without the above patch this test fails.
5359
5360 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
5361
5362         * gst-libs/gst/rtp/Makefile.am:
5363         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
5364
5365 2007-03-23  Michael Smith  <msmith@fluendo.com>
5366
5367         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
5368         (gst_video_rate_reset), (gst_video_rate_chain):
5369           If videorate changes caps, we can no longer use the old buffer
5370           (which may have a different size, incompatible with our caps).
5371           So don't do that; just duplicate the new frame more times.
5372
5373 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
5374
5375         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5376         Remove playbin's override of the set_clock vmethod. It's irrelevant
5377         after Wim's commit on the 19th.
5378
5379 2007-03-22  Wim Taymans  <wim@fluendo.com>
5380
5381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
5382         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
5383         * ext/gnomevfs/gstgnomevfssrc.h:
5384         Don't cache file sizes. Fixes #341078.
5385
5386 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5387
5388         * gst/playback/gstplaybin.c: (add_sink):
5389           Use GST_PTR_FORMAT to log caps. 
5390
5391 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5392
5393         Patch by: Young-Ho Cha <ganadist at chollian net>
5394
5395         * gst/subparse/samiparse.c: (handle_start_font):
5396           Special-case some more colour names that pango doesn't handle by
5397           default. Fixes #420578.
5398
5399 2007-03-20  Michael Smith  <msmith@fluendo.com>
5400
5401         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
5402           If we get a zero-sized input buffer, don't pass it to libvorbis, as
5403           that marks EOS internally. After that, libvorbis will buffer all
5404           input data, and encode none of it, eventually leading to memory
5405           exhaustion.
5406
5407 2007-03-19  Wim Taymans  <wim@fluendo.com>
5408
5409         * gst/playback/gstdecodebin.c: (remove_fakesink):
5410         Don't post STATE_DIRTY anymore.
5411
5412         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
5413         (gst_play_bin_change_state):
5414         Remove stream_time reset in seek handling, core does that now.
5415         Disable clocking for live pipelines by forcing a NULL clock to the
5416         complete pipeline, core is too smart now for our previous hack.
5417         We can always autoplug in PAUSED now.
5418
5419 2007-03-17  David Schleef  <ds@schleef.org>
5420
5421         * REQUIREMENTS:  Update this file, change the formatting to make
5422         it more consistent, plus more machine readable.
5423
5424 2007-03-16  Michael Smith  <msmith@fluendo.com>
5425
5426         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5427         (strip_width_64), (append_with_other_format):
5428           Previous fix was too simplistic, and broke the tests. Use a better
5429           approach; only strip 64 from widths for integer audio.
5430
5431 2007-03-16  Michael Smith  <msmith@fluendo.com>
5432
5433         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5434         (gst_audio_convert_transform_caps):
5435           We don't support 64 bit integer audio, so don't try to claim we can.
5436           Stops us producing caps don't match our template caps.
5437           Update comments.
5438
5439 2007-03-15  Michael Smith  <msmith@fluendo.com>
5440
5441         * gst/audioresample/gstaudioresample.c:
5442         (audioresample_check_discont), (audioresample_transform):
5443           Don't trigger discontinuities for very small imperfections; a filter
5444           flush will sound bad, and many plugins have rounding errors leading
5445           to these.
5446
5447 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5448
5449         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
5450
5451         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5452         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5453         API: add "min-ptime" property to RTP base audio payloader.
5454         API: add gst_base_rtp_audio_payload_push().
5455         API: add gst_base_rtp_audio_payload_get_adapter().
5456         Fixes #415001
5457         Indentation/whitespace/documentation fixes.
5458
5459 2007-03-14  Julien MOUTTE  <julien@moutte.net>
5460
5461         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5462         (audioresample_transform_size), (audioresample_do_output),
5463         (audioresample_transform), (audioresample_pushthrough): Handle
5464         discontinuous streams.
5465         * gst/audioresample/gstaudioresample.h:
5466         * tests/check/elements/audioresample.c:
5467         (test_discont_stream_instance), (GST_START_TEST),
5468         (audioresample_suite): Add a test for discontinuous streams.
5469         * win32/common/config.h: Updated.
5470
5471 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5472
5473         * po/af.po:
5474         * po/az.po:
5475         * po/cs.po:
5476         * po/en_GB.po:
5477         * po/it.po:
5478         * po/nb.po:
5479         * po/nl.po:
5480         * po/or.po:
5481         * po/sq.po:
5482         * po/sr.po:
5483         * po/sv.po:
5484         * po/uk.po:
5485         * po/vi.po:
5486           Update translations from translation project.
5487
5488 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5489
5490         * gst/audioresample/debug.h:
5491         * gst/audioresample/resample.c: (resample_init):
5492           Since I really am not interested in a debug line for each sample
5493           being processed, move the library's debugging to its own category,
5494           libaudioresample
5495
5496 2007-03-13  Michael Smith  <msmith@fluendo.com>
5497
5498         * ext/theora/theoradec.c: (theora_handle_type_packet):
5499           Since the plugin doesn't support anything other than 4:2:0 right
5500           now, post an error and fail if we get something else. Won't matter
5501           until libtheora supports the other pixel formats, but hopefully
5502           that'll be soon...
5503
5504 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5505
5506         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
5507         Use gst_guint64_to_gdouble for conversion.
5508         * win32/MANIFEST:
5509         Add new files to the win32 MANIFEST.
5510         * win32/common/libgstaudio.def:
5511         * win32/common/libgstpbutils.def:
5512         Add new exported functions.
5513         * win32/vs6/gst_plugins_base.dsw:
5514         * win32/vs6/libgstdecodebin.dsp:
5515         * win32/vs6/libgstplaybin.dsp:
5516         Change the link to libgstpbutils.lib.
5517         * win32/vs6/libgstdecodebin2.dsp:
5518         Add a new project for decodebin2.
5519         * win32/vs6/libgstpbutils.dsp:
5520         Add a new project for pbutils.
5521
5522 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5523
5524         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5525           Also accept partial dates with only year and month,
5526           like 1999-12-00 (fixes #410396 even more).
5527
5528         * tests/check/libs/tag.c: (GST_START_TEST):
5529           Add unit test for the above.
5530
5531 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5532
5533         * tests/check/elements/subparse.c: (GST_START_TEST),
5534         (subparse_suite):
5535           Add unit test for MPL2 subtitle format (#413799).
5536
5537 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         Patch by: Kamil Pawlowski  <kamilpe gmail com>
5540
5541         * gst/subparse/Makefile.am:
5542         * gst/subparse/gstsubparse.c:
5543         (gst_sub_parse_data_format_autodetect),
5544         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
5545         (gst_subparse_type_find):
5546         * gst/subparse/gstsubparse.h:
5547         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
5548         * gst/subparse/mpl2parse.h:
5549           Add support for MPL2 subtitle format (#413799).
5550
5551 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5552
5553         * configure.ac:
5554           We require core CVS for the new buffer metadata copy functions.
5555
5556 2007-03-09  Wim Taymans  <wim@fluendo.com>
5557
5558         * gst-libs/gst/tag/gstid3tag.c:
5559         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5560         Fixes #414496.
5561
5562         Patch by: Alex Lancaster <alexl at users sourceforge net>
5563
5564 2007-03-09  Wim Taymans  <wim@fluendo.com>
5565
5566         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
5567         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
5568         Improve adapter usage and comments.
5569
5570 2007-03-09  Wim Taymans  <wim@fluendo.com>
5571
5572         * ext/pango/gsttextrender.c: (gst_text_render_chain):
5573         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
5574         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
5575         Use new metadata copy function.
5576
5577         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5578         (gst_ffmpegcsp_transform):
5579         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
5580         Basetransform copied the metadata for us.
5581
5582 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5583
5584         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
5585         (gst_text_overlay_video_event):
5586           Some more logging. Only accept newsegment events in TIME format and
5587           send a WARNING message if they are not in TIME format.
5588
5589         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5590         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
5591         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
5592         * gst/subparse/gstsubparse.h:
5593           No need to allocate GstSegment structure dynamically, just put it
5594           into the instance structure; ignore newsegment events in BYTE
5595           format and in particular don't let it overwrite our saved TIME
5596           segment from the last seek.
5597
5598 2007-03-09  Michael Smith  <msmith@fluendo.com>
5599
5600         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
5601           Replace AC3 typefinder with one that isn't terrible, and actually
5602           works usefully.
5603
5604 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5605
5606         * gst/audioconvert/gstaudioconvert.c:
5607         (gst_audio_convert_transform):
5608           fix error category and translatable string
5609           
5610
5611 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5612
5613         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5614         * pkgconfig/gstreamer-plugins-base.pc.in:
5615           Fix up utils => pbutils here too.
5616
5617 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5618
5619         * gst/subparse/gstsubparse.c: (handle_buffer):
5620           Break out of loop in chain function as soon as possible if we get
5621           a non-OK flow return.
5622
5623 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5624
5625         * tests/check/elements/alsa.c: (GST_START_TEST):
5626         Unref the mixer if the state change fails too (if the
5627         alsa devices are inaccessible, for example)
5628
5629 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5630
5631         * tests/check/Makefile.am:
5632         Don't test libvisual elements in the states check, because libvisual
5633         seems to leak internally.
5634
5635         Re-enable the alsa and states tests now that there's new suppressions
5636         in gst.supp.
5637
5638         * tests/check/elements/alsa.c: (GST_START_TEST):
5639         Don't leak the alsamixer we instantiated.
5640
5641 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5642
5643         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
5644         (gst_ximagesink_change_state), (gst_ximagesink_reset),
5645         (gst_ximagesink_finalize):
5646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
5647         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
5648         Move some cleanup stuff from the state change handler into a _reset()
5649         function that can be called from _finalize(). This ensures that things
5650         get freed even if (for some reason) the NULL->READY state transition
5651         fails in the parent class.
5652         Even if a parent state change fails, process our downward state change
5653         logic instead of bailing out early.
5654         Free the correct xcontext pointer in ximagesink's xcontext_clear.
5655
5656 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5657
5658         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5659         Extra log line.
5660
5661         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
5662         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
5663         Use pango_font_description_set_family_static instead of 
5664         pango_font_description_set_family to save a string copy (it was
5665         leaking due to the strdup anyway)
5666
5667         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
5668         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
5669         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
5670         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
5671         Chain up in finalize.
5672
5673 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
5674
5675         * gst-libs/gst/interfaces/mixertrack.c:
5676         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
5677         (gst_mixer_track_set_property):
5678           API: add "untranslated-label" property which should be set by
5679           implementations at construct time (#414645).
5680
5681         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
5682         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5683           Set "untranslated-label" when constructing mixer track objects.
5684
5685         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
5686           Unit test to check the above.
5687
5688 2007-03-07  Wim Taymans  <wim@fluendo.com>
5689
5690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5691         Fix confusing debug message.
5692
5693 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5694
5695         * gst-plugins-base.doap:
5696         update doap file with new version
5697
5698 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5699
5700         * configure.ac:
5701         Back to CVS
5702
5703 === release 0.10.12 ===
5704
5705 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
5706
5707         * configure.ac:
5708           releasing 0.10.12, "Zombie Horde"
5709
5710 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5711
5712         * configure.ac:
5713         Bump version to 0.10.11.4 pre-release
5714
5715 2007-03-06  Wim Taymans  <wim@fluendo.com>
5716
5717         * gst-libs/gst/audio/gstbaseaudiosink.c:
5718         (gst_base_audio_sink_async_play):
5719         Fix regression that made GStreamer skip the first samples of audio.
5720         Fixes #414684.
5721
5722 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5723
5724         * configure.ac:
5725         Bump version to 0.10.11.3 pre-release
5726
5727 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5728
5729         * po/POTFILES.in:
5730           Update paths for the rename from utils to pbutils to fix the build.
5731
5732 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
5733
5734         * gst-libs/gst/pbutils/Makefile.am:
5735           Change directory to install headers in from gst/utils to gst/pbutils
5736           as well.
5737
5738 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5739
5740         * configure.ac:
5741         * docs/libs/gst-plugins-base-libs-docs.sgml:
5742         * docs/libs/gst-plugins-base-libs-sections.txt:
5743         * gst-libs/gst/Makefile.am:
5744         * gst-libs/gst/interfaces/mixer.c:
5745         * gst-libs/gst/pbutils/Makefile.am:
5746         * gst-libs/gst/pbutils/descriptions.c:
5747         (gst_pb_utils_get_source_description),
5748         (gst_pb_utils_get_sink_description),
5749         (gst_pb_utils_get_decoder_description),
5750         (gst_pb_utils_get_encoder_description),
5751         (gst_pb_utils_get_element_description),
5752         (gst_pb_utils_add_codec_description_to_tag_list),
5753         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
5754         * gst-libs/gst/pbutils/descriptions.h:
5755         * gst-libs/gst/pbutils/install-plugins.c:
5756         * gst-libs/gst/pbutils/install-plugins.h:
5757         * gst-libs/gst/pbutils/missing-plugins.c:
5758         (gst_missing_uri_source_message_new),
5759         (gst_missing_uri_sink_message_new),
5760         (gst_missing_element_message_new),
5761         (gst_missing_decoder_message_new),
5762         (gst_missing_encoder_message_new),
5763         (gst_missing_plugin_message_get_description):
5764         * gst-libs/gst/pbutils/missing-plugins.h:
5765         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
5766         * gst-libs/gst/pbutils/pbutils.h:
5767         * gst-libs/gst/utils/Makefile.am:
5768         * gst-libs/gst/utils/base-utils.c:
5769         * gst-libs/gst/utils/base-utils.h:
5770         * gst-libs/gst/utils/descriptions.c:
5771         * gst-libs/gst/utils/descriptions.h:
5772         * gst-libs/gst/utils/install-plugins.c:
5773         * gst-libs/gst/utils/install-plugins.h:
5774         * gst-libs/gst/utils/missing-plugins.c:
5775         * gst-libs/gst/utils/missing-plugins.h:
5776         * gst-plugins-base.spec.in:
5777         * gst/playback/Makefile.am:
5778         * gst/playback/gstdecodebin.c:
5779         * gst/playback/gstdecodebin2.c:
5780         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5781         (gen_source_element):
5782         * gst/playback/gstplaybin.c: (plugin_init):
5783         * tests/check/Makefile.am:
5784         * tests/check/libs/pbutils.c: (GST_START_TEST),
5785         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
5786         * tests/check/libs/utils.c:
5787           rename utils to pbutils
5788
5789 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5790
5791         * docs/plugins/Makefile.am:
5792         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5793         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5794         * docs/plugins/inspect/plugin-decodebin2.xml:
5795         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
5796         Add documentation for decodebin2 that indicates that the API
5797         is still unstable.
5798
5799 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5800
5801         * configure.ac:
5802         Update to 0.10.11.2 (0.10.12 pre-release)
5803
5804 2007-03-01  Wim Taymans  <wim@fluendo.com>
5805
5806         * gst-libs/gst/audio/gstbaseaudiosink.c:
5807         (gst_base_audio_sink_async_play):
5808         base time is irrelevant here.
5809
5810 2007-03-01  Wim Taymans  <wim@fluendo.com>
5811
5812         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5813         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5814         Improve debugging.
5815
5816         * gst-libs/gst/audio/gstbaseaudiosink.c:
5817         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
5818         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
5819         Improve latency and clock slaving calculations.
5820         Improve slave clock calibration.
5821
5822         * gst-libs/gst/audio/gstringbuffer.c:
5823         (gst_ring_buffer_commit_full):
5824         When we are asked to render N sample to 0 bytes, return N.
5825
5826 2007-03-01  Wim Taymans  <wim@fluendo.com>
5827
5828         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5829         (gst_alsasink_write), (gst_alsasink_reset):
5830         * ext/alsa/gstalsasink.h:
5831         Remove unused dispose function.
5832         Rename lock to not interfere with alsasrc lock.
5833
5834         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
5835         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
5836         (gst_alsasrc_read), (gst_alsasrc_reset):
5837         * ext/alsa/gstalsasrc.h:
5838         Implement finalize function.
5839         Use lock to protect alsa access.
5840         Implement _reset.
5841         Fine tune sw params.
5842
5843 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5844
5845         * configure.ac:
5846           Convert to new AG_GST style.
5847
5848 2007-02-28  Wim Taymans  <wim@fluendo.com>
5849
5850         Patch by: Ed Catmur <ed at catmur dot co dot uk>
5851
5852         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
5853         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
5854         Fix race condition when rapidly switching visualisations in playbin.
5855         Fixes #401029.
5856
5857 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
5858
5859         * tests/check/Makefile.am:
5860         Include local stuff before system installed things in LDFLAGS and
5861         CFLAGS.
5862
5863 2007-02-28  Wim Taymans  <wim@fluendo.com>
5864
5865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
5866         Improve debugging.
5867
5868 2007-02-28  Wim Taymans  <wim@fluendo.com>
5869
5870         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5871         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
5872         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
5873         Fix duration and timestamping, taking latency into account.
5874         Implement latency query.
5875
5876 2007-02-28  Wim Taymans  <wim@fluendo.com>
5877
5878         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5879         (gst_audio_clock_new):
5880         Fix clock name.
5881
5882         * gst-libs/gst/audio/gstbaseaudiosink.c:
5883         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
5884         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5885         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
5886         (gst_base_audio_src_create):
5887         Improve latency query code.
5888         Use proper clock names.
5889
5890 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5891
5892         * tests/check/generic/states.c: (GST_START_TEST):
5893           Copy the states.c test from core again
5894         * tests/check/Makefile.am:
5895           ignore cdio and cdparanoiasrc
5896
5897 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
5898
5899         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5900         (double_hq), (audio_convert_get_func_index), (check_default),
5901         (audio_convert_prepare_context), (audio_convert_convert):
5902           Also make valgrind happy and avoid copying data in some cases.
5903
5904 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
5905
5906         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5907         (double_hq), (audio_convert_get_func_index),
5908         (audio_convert_prepare_context), (audio_convert_convert):
5909         * gst/audioconvert/gstaudioconvert.c:
5910         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
5911         (gst_audio_convert_transform_caps):
5912         * tests/check/elements/audioconvert.c: (GST_START_TEST),
5913         (audioconvert_suite):
5914           Don't run inplace if that overwrites source data as we go. Add more
5915           tests. Fixes #339837 even more.
5916
5917 2007-02-27  Julien MOUTTE  <julien@moutte.net>
5918
5919         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
5920         (msg_segment_done): Fix various seeking bugs (Slider was not
5921         updating when doing a non flushing seek, Reverse playback 
5922         on segment seek was wrong).
5923
5924 2007-02-26  Wim Taymans  <wim@fluendo.com>
5925
5926         * tests/examples/seek/seek.c: (stop_seek):
5927         When we stop scrubbing, don't leave the pipeline PLAYING when we
5928         requested a PAUSED state.
5929
5930 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
5931
5932         Patch by: René Stadler <mail at renestadler de>
5933
5934         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5935           Parse date strings in vorbis comments that have an invalid (zero)
5936           month or day (#410396).
5937
5938         * tests/check/libs/tag.c: (GST_START_TEST):
5939           Test case for the above.
5940
5941 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5942
5943         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5944
5945         * configure.ac:
5946         * ext/alsa/Makefile.am:
5947         * gst/audiotestsrc/Makefile.am:
5948           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
5949
5950 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5951
5952         * gst/playback/gstplaybin.c:
5953           Improve docs: point out that the application needs to assist playbin
5954           with buffering.
5955
5956 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5957
5958         * gst-libs/gst/utils/install-plugins.c:
5959         * gst-libs/gst/utils/missing-plugins.c:
5960         * tests/check/libs/utils.c: (missing_msg_check_getters):
5961           Change GStreamer marker prefix in detail string from 'gstreamer.net'
5962           to just 'gstreamer'. Document the caps string component of the
5963           decoder/encoder detail a bit better, since not everyone will be
5964           familiar with the GStreamer media type/caps system (but they better
5965           enjoy nested itemized lists).
5966
5967 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5968
5969         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5970         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
5971           Fix copying of GstNetBuffer (would crash before, or at least lead to
5972           invalid memory access, #410772), for now by copying the GstBuffer copy
5973           code from the core over here so we can copy the GstBuffer fields on a
5974           provided buffer instance (of type GstNetBuffer in this case). Would be
5975           better to fix this with some support by the core though (and in the long
5976           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
5977
5978         * tests/check/Makefile.am:
5979           Enable unit test for GstNetBuffer.
5980
5981 2007-02-22  Andy Wingo  <wingo@pobox.com>
5982
5983         * gst-libs/gst/audio/gstbaseaudiosink.c
5984         (gst_base_audio_sink_init): Disable pull-mode activation until we
5985         figure out how to make audio sinks go to PLAYING.
5986
5987 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5988
5989         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5990         (double_hq), (audio_convert_get_func_index),
5991         (audio_convert_prepare_context), (audio_convert_convert):
5992         * gst/audioconvert/audioconvert.h:
5993         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
5994         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
5995         * gst/audioconvert/gstchannelmix.h:
5996         * tests/check/elements/audioconvert.c: (GST_START_TEST):
5997           Add float as an intermediate format, as well as float mixing. Enable
5998           test that was failing before. Fixes #339837
5999
6000 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
6001
6002         * tests/examples/seek/seek.c: (do_seek):
6003         Undo the previous commit: -1 as a stop time implies that the stop
6004         time is the end of file, clearing any previously configured segment.
6005
6006 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
6007
6008         * tests/examples/seek/seek.c: (do_seek):
6009         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
6010
6011 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
6012
6013         * gst/volume/gstvolume.c: (volume_process_int16),
6014         (volume_process_int16_clamp), (volume_set_caps):
6015           Unbreak volume, value remains gint.
6016
6017 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
6018
6019         * gst/volume/gstvolume.c: (volume_choose_func),
6020         (volume_update_real_volume), (gst_volume_set_volume),
6021         (gst_volume_init), (volume_process_double), (volume_process_float),
6022         (volume_process_int16), (volume_process_int16_clamp),
6023         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
6024         * gst/volume/gstvolume.h:
6025           Extend float audio support (double) and some int->uint cleanups.
6026
6027 2007-02-20  Edward Hervey  <edward@fluendo.com>
6028
6029         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
6030         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
6031         (sort_end_pads), (gst_decode_group_expose),
6032         (gst_decode_group_hide):
6033         Don't free groups from the streaming threads. Just put them aside and
6034         free them in dispose.
6035
6036 2007-02-20  Edward Hervey  <edward@fluendo.com>
6037
6038         * gst/playback/gstdecodebin2.c: (connect_element),
6039         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
6040         (sort_end_pads), (gst_decode_group_expose):
6041         Handle dynamic pads within groups.
6042         Sort pads before exposing them in order to make playbin happy.
6043         There still is a race with the multiqueue filling up. This should be
6044         solved separately.
6045         Fixes #398721
6046
6047 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         * gst-libs/gst/utils/base-utils.c:
6050         * gst-libs/gst/utils/descriptions.c:
6051         * gst-libs/gst/utils/install-plugins.c:
6052         * gst-libs/gst/utils/missing-plugins.c:
6053           Some more docs (and descriptions for two subtitle formats).
6054
6055 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
6056
6057         * gst-libs/gst/audio/audio.c:
6058           Fix documentation.
6059
6060 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
6061
6062         Patch by: Yves Lefebvre  <ivanohe abacom com>
6063
6064         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
6065           Don't leak caps. Fixes #408278.
6066
6067 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
6068
6069         * ext/cdparanoia/gstcdparanoiasrc.h:
6070         * ext/ogg/gstoggdemux.h:
6071         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6072         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
6073         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
6074         * gst-libs/gst/audio/audio.h:
6075         * gst-libs/gst/audio/gstaudiofilter.h:
6076         * gst-libs/gst/interfaces/videoorientation.h:
6077         * gst/adder/gstadder.h:
6078           More docs coverage and some ChangeLog surgery (add missing names)
6079
6080 2007-02-15  Wim Taymans  <wim@fluendo.com>
6081
6082         * sys/ximage/ximagesink.c:
6083         (gst_ximagesink_calculate_pixel_aspect_ratio):
6084         * sys/xvimage/xvimagesink.c:
6085         (gst_xvimagesink_calculate_pixel_aspect_ratio):
6086         Small constifications.
6087
6088 2007-02-15  Wim Taymans  <wim@fluendo.com>
6089
6090         * gst-libs/gst/audio/gstbaseaudiosink.c:
6091         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
6092         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
6093         (gst_base_audio_sink_async_play),
6094         (gst_base_audio_sink_change_state):
6095         Answer latency query.
6096         Use configured latency when syncing.
6097         Fix clock slaving.
6098
6099         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6100         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
6101         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
6102         Fix possible memleak.
6103         Implement latency query.
6104         Small cleanups.
6105
6106 2007-02-15  Wim Taymans  <wim@fluendo.com>
6107
6108         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
6109         Ignore errors in reset, these are not fatal. They also grab the element
6110         lock which is already taking when this function is called. Fixes
6111         #405451.
6112
6113 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6114
6115         * configure.ac:
6116           Remove 'tests/examples/xerror/Makefile' from output files again.
6117
6118 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6119
6120         * configure.ac:
6121         * docs/plugins/Makefile.am:
6122           Also crossref against gst-plugins-base-libs.
6123
6124 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6125
6126         * configure.ac:
6127         * docs/libs/Makefile.am:
6128         * docs/plugins/Makefile.am:
6129           Add crossreferences to glib/gobject/gstream docs.
6130
6131         * gst-libs/gst/audio/audio.h:
6132           Source formatting.
6133
6134         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6135           Add own debug category.
6136
6137 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         Patch by: René Stadler <mail at renestadler de>
6140
6141         * gst-libs/gst/tag/gstvorbistag.c:
6142           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
6143           (#403597).
6144
6145 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         * gst/playback/gstplaybasebin.c: (setup_source):
6148           When we have external subtitles and wait for the subtitle decodebin
6149           to get up and running, we set up a (sync) bus handler for the
6150           subtitle decodebin, so we can stop waiting when it posts an error
6151           message. However, we should do that before we set the subtitle
6152           decodebin's state to playing, otherwise things are racy and we might
6153           miss error messages posted before we had a chance to set up the bus.
6154           This should finally fix totem hanging on .txt pseudo-subtitle files.
6155           
6156 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
6157
6158         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
6159           Use gst_gdouble_to_guint64 for conversions.
6160         * win32/common/config.h.in:
6161           Add a define for GST_INSTALL_PLUGINS_HELPER
6162         * win32/common/libgstaudio.def:
6163         * win32/common/libgstcdda.def:
6164         * win32/common/libgstnetbuffer.def:
6165         * win32/common/libgstrtp.def:
6166         * win32/common/libgutils.def:
6167           Add new exported functions.
6168         * win32/vs6/gst_plugins_base.dsw:
6169         * win32/vs6/libgstdecodebin.dsp:
6170         * win32/vs6/libgstnetbuffer.dsp:
6171         * win32/vs6/libgstplaybin.dsp:
6172         * win32/vs6/libgstrtp.dsp:
6173         * win32/vs6/libgstvorbis.dsp:
6174         * win32/vs6/libgstcdda.dsp:
6175         * win32/vs6/libgstgdp.dsp:
6176         * win32/vs6/libgstutils.dsp:
6177           Update and add new project files.
6178
6179 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
6180
6181         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
6182         (subrip_remove_unhandled_tags), (parse_subrip):
6183           For SubRip (.srt) subtitles, ignore all markup tags we don't
6184           handle (like font tags, for example).
6185
6186         * tests/check/elements/subparse.c:
6187           Add test for this.
6188
6189 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * gst/playback/gstdecodebin.c: (add_fakesink),
6192         (gst_decode_bin_change_state):
6193         * gst/playback/gstdecodebin2.c: (add_fakesink),
6194         (gst_decode_bin_change_state):
6195           Don't error out if there is no fakesink in the NULL to READY state
6196           change, since when decodebin is re-used, we're only adding the
6197           fakesink element in READY to PAUSED.
6198
6199         * tests/check/elements/decodebin.c:
6200         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
6201         (decodebin_suite):
6202           Minimal unit test to make sure we can use the same decodebin
6203           instance twice (at least with audiotestsrc input).
6204
6205 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6206
6207         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
6208           Try to get devic-name from device string first, and from handle only
6209           as fallback (seems to yield better results and is more robust
6210           against buggy probing code on the application side).
6211
6212 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6213
6214         Based on patch by: Julien Puydt <julien.puydt at laposte net>
6215
6216         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
6217         (gst_alsa_find_device_name):
6218         * ext/alsa/gstalsa.h:
6219         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
6220         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
6221           Improve device-name detection a bit, especially in the case where
6222           the device is not actually open (#405020, #405024). Move common code
6223           into gstalsa.c instead of duplicating it.
6224
6225 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6226
6227         * gst/audioconvert/gstaudioconvert.c:
6228           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
6229
6230 2007-02-06  Julien MOUTTE  <julien@moutte.net>
6231
6232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
6233         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
6234         (gst_xvimagesink_interface_supported),
6235         (gst_xvimagesink_probe_get_properties),
6236         (gst_xvimagesink_probe_probe_property),
6237         (gst_xvimagesink_probe_needs_probe),
6238         (gst_xvimagesink_probe_get_values),
6239         (gst_xvimagesink_property_probe_interface_init),
6240         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6241         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
6242         (gst_xvimagesink_get_type):
6243         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
6244         for XVAdaptors so that one can choose the adaptor to use with 
6245         gstreamer-properties.
6246
6247 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
6248
6249         * gst/audioconvert/gstaudioconvert.c:
6250           Also mention that a conversion from double to float is suboptimal still.
6251
6252 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6253
6254         * gst-libs/gst/audio/gstaudiofilter.c:
6255         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
6256           Clear our formats structure and free the caps contained in it when
6257           shutting down.
6258
6259 2007-02-05  Andy Wingo  <wingo@pobox.com>
6260
6261         * gst-libs/gst/audio/gstbaseaudiosink.c
6262         (gst_base_audio_sink_callback): Update basesink->offset so that we
6263         pull monotonically increasing offsets instead of, um, seeking back
6264         to 0 each time. Fixes alsasrc ! alsasink!
6265
6266 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
6267
6268         * gst/videoscale/gstvideoscale.c:
6269           A width and height of 1 makes us crash, so increase minimum size to
6270           2x2 pixels until someone feels like fixing this (#404512).
6271
6272 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
6273
6274         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
6275           Add small test to make sure request pads are cleaned up properly
6276           even if oggmux never changes state out of NULL.
6277
6278 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
6279
6280         * tests/check/libs/utils.c: (GST_START_TEST):
6281           Fix unit test. Turns out things work much better when you
6282           NULL-terminate string arrays. Should make p5 build bot happy again.
6283
6284 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
6285
6286         * gst-libs/gst/audio/Makefile.am:
6287         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6288         (gst_audio_filter_template_base_init),
6289         (gst_audio_filter_template_class_init),
6290         (gst_audio_filter_template_init),
6291         (gst_audio_filter_template_set_property),
6292         (gst_audio_filter_template_get_property),
6293         (gst_audio_filter_template_setup),
6294         (gst_audio_filter_template_filter),
6295         (gst_audio_filter_template_filter_inplace), (plugin_init):
6296           Oops, forgot to commit fixed-up example.
6297
6298 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
6299
6300         * docs/libs/gst-plugins-base-libs-sections.txt:
6301         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
6302         (gst_audio_filter_class_init), (gst_audio_filter_init),
6303         (gst_audio_filter_set_caps),
6304         (gst_audio_filter_class_add_pad_templates):
6305         * gst-libs/gst/audio/gstaudiofilter.h:
6306           Port GstAudioFilter to 0.10. This change technically breaks
6307           API and ABI (and thus also every library developer's heart),
6308           but seems justifiable on the grounds that the base class was
6309           completely unusable before (ie. would crash immediately when
6310           actually used). Fixes #403963 (and eventually also #403572).
6311           Also document all of this a bit.
6312
6313 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
6314
6315         * gst-libs/gst/utils/install-plugins.c:
6316         (gst_install_plugins_spawn_child):
6317         * tests/check/libs/utils.c:
6318         (test_base_utils_install_plugins_do_callout):
6319           Lowering log level to see why things fail on the p5 build bot;
6320           fix some typos in unit test messages.
6321
6322 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
6323
6324         * tests/check/libs/utils.c:
6325         (test_base_utils_install_plugins_do_callout):
6326           Don't hard-code temp directory for test helper; use GLib functions
6327           to write out file and do error checking etc.
6328
6329 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         * gst-libs/gst/utils/Makefile.am:
6332         * gst-libs/gst/utils/base-utils.h:
6333         * gst-libs/gst/utils/install-plugins.c:
6334         (gst_install_plugins_context_set_xid),
6335         (gst_install_plugins_context_new),
6336         (gst_install_plugins_context_free),
6337         (gst_install_plugins_get_helper),
6338         (gst_install_plugins_spawn_child),
6339         (gst_install_plugins_return_from_status),
6340         (gst_install_plugins_installer_exited),
6341         (gst_install_plugins_async), (gst_install_plugins_sync),
6342         (gst_install_plugins_return_get_name),
6343         (gst_install_plugins_installation_in_progress):
6344         * gst-libs/gst/utils/install-plugins.h:
6345           API: add API for applications to initiate installation of missing
6346           plugins, ie. gst_install_plugins_async() primarily.
6347           Based on libgimme-codec by Ryan Lortie.
6348
6349         * configure.ac:
6350           Add --with-install-plugins-helper configure option so distros can specify
6351           the path of the helper script or program to call when plugin installation
6352           is requested (distros: please do any argument munging in this helper
6353           script instead of patching GStreamer to pass arguments differently
6354           to another program directly).
6355
6356         * docs/libs/gst-plugins-base-libs-docs.sgml:
6357         * docs/libs/gst-plugins-base-libs-sections.txt:
6358           Build and document new API.
6359
6360         * tests/check/libs/utils.c: (result_cb),
6361         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
6362         (libgstbaseutils_suite):
6363           Some simple checks for the new API.
6364
6365 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6366
6367         * tests/check/elements/audioconvert.c: (test_float_conversion):
6368           Add small test for 32bit float <=> 64bit float conversion (works
6369           only one way so far, 32=>64 produces structured noise).
6370
6371 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6372
6373         * gst/audioconvert/gstaudioconvert.c:
6374         (set_structure_widths_32_and_64), (make_lossless_changes):
6375           We don't support floats with a width of 40, 48 or 56 bits.
6376
6377 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
6378
6379         * gst/audioconvert/audioconvert.c: (float), (double),
6380         (audio_convert_get_func_index):
6381         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6382         (make_lossless_changes):
6383           Support for 64-bit float audio in audioconvert (#339837)
6384
6385 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
6386
6387         Patch by: Holger Wansing  <linux wansing-online de>
6388
6389         * po/LINGUAS:
6390         * po/de.po:
6391           Add German translation (#352069).
6392
6393 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
6394
6395         reviewed by: Wim Taymans <wim@fluendo.com>
6396
6397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
6398         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
6399         Use newly added GstCollectPads API to free the allocated resources in
6400         the GstOggPad structures (#402393).
6401
6402 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
6403
6404         * gst/playback/gstplaybin.c: (gen_vis_element):
6405           Add audioresample+audioconvert in front of the visualisation
6406           element, so that elements like libvisual 0.4 that don't support all
6407           samplerates can work.
6408
6409           Fixes: #402505
6410
6411 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6412
6413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
6414         (gst_play_base_bin_get_streaminfo_value_array):
6415           Take some locks and make a copy of the streaminfo value array we
6416           maintain while holding the lock, so that the application can
6417           retrieve the stream-info as a value array in a thread-safe way.
6418
6419 2007-01-30  Wim Taymans  <wim@fluendo.com>
6420
6421         * gst/audioconvert/gstaudioconvert.c:
6422         Don't fail on 0 sized buffers. Fixes #396835.
6423
6424 2007-01-29  David Schleef  <ds@schleef.org>
6425
6426         * gst/typefind/gsttypefindfunctions.c:
6427           Detect BBCD as video/x-dirac, so we can play raw dirac
6428           streams.
6429
6430 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
6431
6432         * ext/theora/theoraenc.c: (theora_enc_chain):
6433           Check return value of theora_encode_header(), or we might try to
6434           allocate a random number of bytes. theora_encode_header() can fail
6435           if libtheora has been compiled with encoding support disabled.
6436           Fixes #398110.
6437
6438 2007-01-29  Wim Taymans  <wim@fluendo.com>
6439
6440         * tests/check/gst/.cvsignore:
6441         Do as buildbot says.
6442
6443 2007-01-29  Wim Taymans  <wim@fluendo.com>
6444
6445         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
6446         Fix strides in libvisual. Gst uses X strides.
6447         Inspired by: <ed at catmur dot co dot uk> and 
6448         <tim at centricular dot net>
6449         Fixes #401118.
6450
6451 2007-01-27  Wim Taymans  <wim@fluendo.com>
6452
6453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6454         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
6455         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
6456         (gst_ogg_demux_perform_seek),
6457         (gst_ogg_demux_bisect_forward_serialno),
6458         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6459         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
6460         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
6461         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
6462         * ext/ogg/gstoggdemux.h:
6463         Properly propagate streaming errors when we are scanning the file for
6464         chains so that we don't crash when shut down. Might fix some crashers
6465         when quickly switching oggs in RB such as #332503 and #378436.
6466
6467 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6468
6469         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6470           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
6471           error code as well.
6472
6473 2007-01-25  Wim Taymans  <wim@fluendo.com>
6474
6475         * gst/playback/gstplaybasebin.c: (remove_source):
6476         Don't try to disconnect a signal from a finalized object.
6477
6478 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
6479
6480         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
6481           Cast lock macro parameters to make sure we're actually accessing the
6482           lock member at the right class level. Free list itself in _dispose()
6483           as well and NULL it in case dispose gets called multiple times.
6484
6485 2007-01-25  Edward Hervey  <edward@fluendo.com>
6486
6487         * gst/playback/gstdecodebin2.c:
6488         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
6489         Free GstDecodeGroups no longer used.
6490         (gst_decode_group_expose):
6491         Don't unlock too many times !
6492         (deactivate_free_recursive):
6493         Free iterator once we're done with it.
6494         Fix for recursively deactivating elements (stop at ghostpads).
6495
6496 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * gst/playback/gstplaybin.c: (handoff):
6499           Fix up caps on the frame buffer before we save it and potentially
6500           make it accessible to other threads via g_object_get; also use
6501           gst_buffer_replace() instead of gst_mini_object_replace().
6502
6503 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
6504
6505         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6506           Make getting the current frame thread-safe.
6507
6508 2007-01-25  Edward Hervey  <edward@fluendo.com>
6509
6510         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
6511         (gst_decode_group_new), (gst_decode_group_free):
6512         Set queues to bigger sizes to cope with HD contents.
6513         Fix some mutex freeing and add comment about MT safe methods.
6514
6515 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6516
6517         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
6518         (gst_text_overlay_text_event):
6519           Don't unnecessarily ref (and then leak) upstream events if the text
6520           pad is not linked. Fixes #399948.
6521
6522         * tests/check/gst-plugins-base.supp:
6523           Add suppression for pango on edgy/x86 for textoverlay test.
6524
6525 2007-01-24  Wim Taymans  <wim@fluendo.com>
6526
6527         * gst-libs/gst/rtp/gstrtpbuffer.h:
6528         Add some more fixed payloads.
6529
6530 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
6531
6532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
6533           Error out properly if we get an error from libogg while reading the
6534           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
6535
6536 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
6537
6538         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
6539           Don't leak mutex.
6540
6541         * tests/check/elements/playbin.c:
6542         (test_sink_usage_video_only_stream),
6543         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
6544         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
6545         (test_missing_suburisource_handler),
6546         (test_missing_primary_decoder), (playbin_suite):
6547           Run all tests once with decodebin and once with decodebin2.
6548           One test does not pass yet with decodebin2.
6549
6550 2007-01-23  Edward Hervey  <edward@fluendo.com>
6551
6552         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
6553         Fix the cases where oggmux doesn't properly figure out that all
6554         sinkpads have gone EOS, and therefore doesn't push out the remaining
6555         buffers and the final EOS event.
6556         Fixes #363379
6557
6558 2007-01-23  Julien MOUTTE  <julien@moutte.net>
6559
6560         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6562         Don't lock on navigation event push, just on keysym to string.
6563         Fixes #397673 again.
6564
6565 2007-01-22  Edward Hervey  <edward@fluendo.com>
6566
6567         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
6568         (get_current_group), (group_demuxer_event_probe),
6569         (gst_decode_group_expose), (deactivate_free_recursive),
6570         (gst_decode_group_free):
6571         Cleanups.
6572         Don't forget to emit 'no-more-pads' once a group is exposed.
6573         Cleanup elements from a DecodeGroup once we remove it.
6574         Protect call to gst_decode_group_expose() with the decodebin lock.
6575
6576 2007-01-22  Julien MOUTTE  <julien@moutte.net>
6577
6578         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6580         Looking at Xorg code i can't figure out if that XKeysymToString
6581         function is thread sensible or not. Lock it just in case as
6582         recommended by Radek Doulik <rodo at ximian dot com>.
6583
6584 2007-01-22  Julien MOUTTE  <julien@moutte.net>
6585
6586         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6588         Lock that X Call as well. Fixes #397673.
6589
6590 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
6593           Don't go into an endless loop if the file starts with 00 00 01 2X,
6594           like quicktime redirect files might. Fixes #396042.
6595
6596         * tests/check/Makefile.am:
6597         * tests/check/gst/.cvsignore:
6598         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
6599         (typefindfunctions_suite):
6600           Add unit test for the above.
6601
6602 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6603
6604         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6605           On second thought, use "depth" field rather than "bpp" field.
6606
6607 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6610           Camtasia caps apparently need a bpp field (#398875).
6611
6612 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6613
6614         * gst/playback/gstplaybasebin.c: (setup_subtitle),
6615         (gen_source_element), (gst_play_base_bin_change_state):
6616           Attempt at a better error message in case we don't have the required
6617           URI handler installed; post missing-plugin message also when we're
6618           missing an URI handler for the subtitle URI; clean up properly also
6619           when an error occurs and we never made it to PAUSED state.
6620
6621         * tests/check/elements/playbin.c: (GST_START_TEST),
6622         (playbin_suite):
6623           Check that we're also getting a missing-plugin messsage for a
6624           missing subtitle URI handler (and clean up properly).
6625
6626 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6627
6628         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
6629           Plug a few reference leaks.
6630
6631 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6632
6633         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6634           Lower probability a bit if the marker isn't right at the start,
6635           to decrease the chance of false positives.
6636
6637 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6638
6639         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6640           Small mpeg2 system stream typefinding improvement: make typefinder
6641           probe a bit into the stream instead of just looking for a marker
6642           at the beginning. Fixes #397810.
6643
6644 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6645
6646         * gst/audioconvert/gstchannelmix.c:
6647           Remove compatibility cruft for prehistoric GLib versions.
6648
6649 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6650
6651         * gst/playback/Makefile.am:
6652         * gst/playback/gstdecodebin.c: (close_pad_link):
6653         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6654         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6655         (gst_play_base_bin_handle_message_func), (unknown_type):
6656           Let decodebin be the element to post missing-plugin messages for
6657           missing decoders (rather than playbin); make playbin implement
6658           GstBin::handle_message so we can suppress missing-plugin messages
6659           for types we're not handling on purpose (don't want to bring up an
6660           installer in those cases).
6661
6662 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
6663
6664         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6665         * gst-libs/gst/tag/gstvorbistag.c:
6666         (gst_tag_list_to_vorbiscomment_buffer):
6667         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
6668           Fix potentially unaligned access (#397207).
6669
6670 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6671
6672         * tests/examples/seek/seek.c: (set_scale), (update_scale),
6673         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
6674         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
6675         (main):
6676           Allow to toggle looping while it plays. Fix callback prototype. Clean
6677           up code a bit more. Add copyright header.
6678
6679 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6680
6681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6682           Red and blue mask was swapped (spotted by Dan Williams).
6683
6684 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
6685
6686         * gst-libs/gst/tag/gstid3tag.c:
6687         * gst-libs/gst/tag/gstvorbistag.c:
6688           Use new beats-per-minute tag from core.
6689
6690 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
6691
6692         * po/POTFILES.in:
6693           Add new files with translatable strings, so they actually make it
6694           into the template file one day.
6695
6696 2007-01-12  Andy Wingo  <wingo@pobox.com>
6697
6698         * gst-libs/gst/audio/gstbaseaudiosink.c
6699         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
6700         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
6701         stuff, as the base class handles this now. Actually tell the ring
6702         buffer to start.
6703         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
6704         How did this work before? Maybe I'm not as awesome a programmer as
6705         I think.
6706
6707         * gst-libs/gst/audio/gstbaseaudiosrc.c
6708         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
6709         of a pad function.
6710
6711 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6712
6713         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
6714           Remove more fields so that the application can better blacklist
6715           formats that have been tried before.
6716
6717 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6718
6719         * gst-libs/gst/audio/mixerutils.h:
6720           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
6721           used when compiling with c++ compilers as well.
6722
6723 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6724
6725         * gst/typefind/gsttypefindfunctions.c:
6726           Fix comment.
6727
6728 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * gst/playback/gstplaybin.c: (post_missing_element_message),
6731         (gen_video_element), (gen_text_element), (gen_audio_element),
6732         (gen_vis_element):
6733           Post missing-plugin messages also when we error out because
6734           converters, textoverlay or auto*sinks are missing (#161922).
6735
6736 2007-01-10  Wim Taymans  <wim@fluendo.com>
6737
6738         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
6739         (is_demuxer_element), (new_caps):
6740         * gst/playback/gstplaybasebin.c: (source_new_pad):
6741         Fix the case where we try to ref a NULL element when we delay a link
6742         because of unfixed caps.
6743         Set the state of autoplugged decodebins to PAUSED.
6744         RTSP now works in playbin, we can remove it from the blacklist.
6745
6746 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6747
6748         * gst/playback/Makefile.am:
6749         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
6750         (unknown_type), (setup_subtitle), (gen_source_element):
6751         * gst/playback/gstplaybin.c: (plugin_init):
6752           Post missing-plugin messages on the bus for missing sources and
6753           missing decoders/demuxers/depayloaders; fix error code used when
6754           we're missing an URI handler source; for media types that we are not
6755           handling on purpose at the moment, don't print "don't know how to
6756           handle xyz" messages to the terminal or post missing-plugin
6757           messages on the bus.
6758
6759         * tests/check/elements/playbin.c: (create_playbin),
6760         (GST_START_TEST), (gst_codec_src_uri_get_type),
6761         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
6762         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
6763         (gst_codec_src_init_type), (gst_codec_src_base_init),
6764         (gst_codec_src_create), (gst_codec_src_class_init),
6765         (gst_codec_src_init), (plugin_init), (playbin_suite):
6766           Add some tests for the missing-plugin stuff.
6767
6768 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6769
6770         * configure.ac:
6771         * gst-libs/gst/Makefile.am:
6772         * gst-libs/gst/utils/Makefile.am:
6773         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
6774         * gst-libs/gst/utils/base-utils.h:
6775         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
6776         (find_format_info), (caps_are_rtp_caps),
6777         (gst_base_utils_get_source_description),
6778         (gst_base_utils_get_sink_description),
6779         (gst_base_utils_get_decoder_description),
6780         (gst_base_utils_get_encoder_description),
6781         (gst_base_utils_get_element_description),
6782         (gst_base_utils_add_codec_description_to_tag_list),
6783         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
6784         * gst-libs/gst/utils/descriptions.h:
6785         * gst-libs/gst/utils/missing-plugins.c:
6786         (missing_structure_get_type), (copy_and_clean_caps),
6787         (gst_missing_uri_source_message_new),
6788         (gst_missing_uri_sink_message_new),
6789         (gst_missing_element_message_new),
6790         (gst_missing_decoder_message_new),
6791         (gst_missing_encoder_message_new),
6792         (missing_structure_get_string_detail),
6793         (missing_structure_get_caps_detail),
6794         (gst_missing_plugin_message_get_installer_detail),
6795         (gst_missing_plugin_message_get_description),
6796         (gst_is_missing_plugin_message):
6797         * gst-libs/gst/utils/missing-plugins.h:
6798           API: add new libgstbaseutils library with functions
6799           - to create and parse missing-plugins messages
6800           - that provide (translated) descriptions for caps/decoders/sources/etc.
6801           Closes #392393.
6802
6803         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6804         * pkgconfig/gstreamer-plugins-base.pc.in:
6805           Add new lib.
6806
6807         * docs/libs/gst-plugins-base-libs-docs.sgml:
6808         * docs/libs/gst-plugins-base-libs-sections.txt:
6809           Generate docs for new lib and API.
6810
6811         * tests/check/Makefile.am:
6812         * tests/check/libs/.cvsignore:
6813         * tests/check/libs/utils.c: (missing_msg_check_getters),
6814         (GST_START_TEST), (libgstbaseutils_suite):
6815           Add some basic unit tests.
6816
6817 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6818
6819         * ext/ogg/Makefile.am:
6820           Dist gstoggdemux.h to fix 'make distcheck'.
6821
6822         * sys/v4l/Makefile.am:
6823           Fix 'make distcheck' even more.
6824
6825 2007-01-09  Wim Taymans  <wim@fluendo.com>
6826
6827         * docs/plugins/Makefile.am:
6828         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6829         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6830         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6831         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
6832         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
6833         (gst_ogg_demux_perform_seek):
6834         * ext/ogg/gstoggdemux.h:
6835         Added docs.
6836         Add some more comments.
6837         Small cleanups.
6838
6839 2007-01-09  Wim Taymans  <wim@fluendo.com>
6840
6841         * ext/theora/theoradec.c:
6842         * ext/vorbis/vorbisdec.c:
6843         * gst-libs/gst/audio/gstringbuffer.c:
6844         (gst_ring_buffer_commit_full):
6845         * gst-libs/gst/audio/gstringbuffer.h:
6846         * gst-libs/gst/rtp/gstrtpbuffer.c:
6847         * gst-libs/gst/tag/gstvorbistag.c:
6848         Small documentation updates/fixes
6849
6850 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6851
6852         * configure.ac:
6853           Require core CVS HEAD for Andy's basesrc/sink API additions.
6854
6855 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6856
6857         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
6858
6859         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
6860         (plugin_init):
6861           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
6862           on flac.sf.net (there appear to be other versions of the first
6863           ogg page in the wild) (#391365).
6864
6865 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6866
6867         * configure.ac:
6868           Check if localtime_r() is available.
6869
6870         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
6871           If localtime_r() is not available, fall back to localtime(). Should
6872           fix build on MingW (#393310).
6873
6874 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6875
6876         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6877         * gst/subparse/gstsubparse.h:
6878           Remove spurious 1000 subtrahend when calculating the timestamp from
6879           the frame number and the frame rate . Also, use the frames/second
6880           value specified in the first line of the file, if one is specified
6881           there. Should fix #357503.
6882
6883         * tests/check/elements/subparse.c: (do_test),
6884         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
6885         (subparse_suite):
6886           Add some basic unit tests for the microdvd subtitle format.
6887
6888 2007-01-07  Julien MOUTTE  <julien@moutte.net>
6889
6890         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6891
6892         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6893         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
6894         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
6895         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
6896         (gst_xvimagesink_set_xwindow_id),
6897         (gst_xvimagesink_set_event_handling),
6898         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6899         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6900         Fixes: #390076.
6901         Add an adaptor property to select a specific XV adaptor.
6902         * sys/xvimage/xvimagesink.h:
6903
6904 2007-01-07  Julien MOUTTE  <julien@moutte.net>
6905
6906         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6907         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
6908         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
6909         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
6910         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
6911         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
6912         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6913         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
6914         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6915         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
6916         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
6917         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
6918         Use flow_lock much more to protect every access to xwindow.
6919         Try to catch erros while creating images in case some drivers are
6920         just generating an XError when the requested image is too big.
6921         Should fix : #354698, #384008, #384060.
6922         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
6923         Implement some stress testing of setting window xid.
6924
6925 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6926
6927         * win32/common/libgsaudio.def:
6928           Add new exported function.
6929         * win32/common/libgstogg.dsp:
6930           Add gstoggaviparse.c to the build.
6931         * win32/common/libgstvideoscale.dsp:
6932           Add vs_4tap.c to the build.
6933         * win32/common/libgstvorbis.dsp:
6934           Add vorbistag.c to the build.
6935         
6936 2007-01-06  Andy Wingo  <wingo@pobox.com>
6937
6938         * gst-libs/gst/audio/gstbaseaudiosink.c
6939         (gst_base_audio_sink_class_init)
6940         (gst_base_audio_sink_init): 
6941         (gst_base_audio_sink_activate_pull): Add an activate_pull function
6942         to baseaudiosink, and tell basesink that we can work in pull mode.
6943         This way the ring buffer thread drives the pipeline directly, if
6944         pull mode is possible. There is some lingering nastiness regarding
6945         capsnego, however.
6946         (gst_base_audio_sink_callback): Implement the callback to pull
6947         data. This interface is a bit light, though -- it should get a
6948         GstFlowReturn return value at least.
6949
6950 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6951
6952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
6953         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6954         * gst/playback/gstdecodebin2.c:
6955         (gst_decode_group_check_if_blocked):
6956           Printf format and missing argument fixes.
6957
6958 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
6959
6960         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
6961         (gst_ogm_parse_change_state):
6962         Activate pads before adding them to the element.
6963
6964 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6965
6966         * tests/examples/seek/scrubby.c: (main):
6967         * tests/examples/seek/seek.c: (main):
6968           Call g_thread_init() first thing in main() (see #391278).
6969
6970 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6971
6972         * tests/check/Makefile.am:
6973         * tests/check/libs/.cvsignore:
6974         * tests/check/libs/netbuffer.c: (GST_START_TEST),
6975         (netbuffer_suite):
6976           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
6977           for the time being, since it's broken, see #393099.
6978
6979 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6980
6981         * tests/check/Makefile.am:
6982           Update to use GST_PLUGINS_BASE_CFLAGS as well.
6983
6984 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6985
6986         * configure.ac:
6987           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
6988           so that GST_BASE_CFLAGS can go inbetween them, making sure
6989           we use uninstalled gst-libs headers
6990         * docs/libs/Makefile.am:
6991         * ext/alsa/Makefile.am:
6992         * ext/cdparanoia/Makefile.am:
6993         * ext/gnomevfs/Makefile.am:
6994         * ext/libvisual/Makefile.am:
6995         * ext/ogg/Makefile.am:
6996         * ext/theora/Makefile.am:
6997         * ext/vorbis/Makefile.am:
6998         * gst-libs/gst/audio/Makefile.am:
6999         * gst-libs/gst/cdda/Makefile.am:
7000         * gst-libs/gst/interfaces/Makefile.am:
7001         * gst-libs/gst/riff/Makefile.am:
7002         * gst-libs/gst/rtp/Makefile.am:
7003         * gst-libs/gst/tag/Makefile.am:
7004         * gst/adder/Makefile.am:
7005         * gst/audioconvert/Makefile.am:
7006         * gst/audiorate/Makefile.am:
7007         * gst/audioresample/Makefile.am:
7008         * gst/playback/Makefile.am:
7009         * gst/tcp/Makefile.am:
7010         * gst/videoscale/Makefile.am:
7011         * gst/volume/Makefile.am:
7012         * sys/ximage/Makefile.am:
7013         * sys/xvimage/Makefile.am:
7014         * tests/icles/Makefile.am:
7015           adapt
7016
7017 2007-01-04  Julien MOUTTE  <julien@moutte.net>
7018
7019         * gst-libs/gst/interfaces/xoverlay.c:
7020         (gst_x_overlay_handle_events):
7021         * gst-libs/gst/interfaces/xoverlay.h:
7022         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
7023         (gst_ximagesink_set_xwindow_id),
7024         (gst_ximagesink_set_event_handling),
7025         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
7026         (gst_ximagesink_get_property), (gst_ximagesink_init),
7027         (gst_ximagesink_class_init):
7028         * sys/ximage/ximagesink.h:
7029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
7030         (gst_xvimagesink_set_xwindow_id),
7031         (gst_xvimagesink_set_event_handling),
7032         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
7033         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
7034         (gst_xvimagesink_class_init):
7035         * sys/xvimage/xvimagesink.h:
7036         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
7037         Add a method to the XOverlay interface to allow disabling of 
7038         event handling in x[v]imagesink elements. This will let X events
7039         propagate to parent windows which can be usefull in some cases.
7040         Be carefull that the application is then responsible of pushing
7041         navigation events and expose events to the video sink.
7042         Fixes: #387138.
7043
7044 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
7045
7046         * gst-libs/gst/tag/gstvorbistag.c:
7047         * tests/check/libs/tag.c: (GST_START_TEST):
7048           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
7049           (fixes #392070).
7050
7051 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
7052
7053         * configure.ac:
7054         * docs/Makefile.am:
7055         * docs/design/Makefile.am:
7056           Dist design docs.
7057
7058 2006-12-27  Julien MOUTTE  <julien@moutte.net>
7059
7060         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
7061         typo. Fixes: #390063.
7062
7063 2006-12-27  Julien MOUTTE  <julien@moutte.net>
7064
7065         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
7066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
7067         caps leak.
7068         * win32/common/config.h: Updated.
7069
7070 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
7071
7072         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
7073         (setup_gdpdepay_streamheader):
7074         * tests/check/elements/gdppay.c: (cleanup_gdppay),
7075         (setup_gdppay_streamheader):
7076           Fix the dp tests, but activating the pads for the streamheader tests
7077           too and cleaning up conditionaly
7078
7079 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
7080
7081         * gst/ffmpegcolorspace/avcodec.h:
7082         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7083         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7084         (gst_ffmpegcsp_avpicture_fill):
7085         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7086         (img_get_alpha_info):
7087         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
7088         other end of the word. Fixes: #387073.
7089
7090         Add some inconsequential branch hints in a couple of places.
7091
7092 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
7093
7094         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7095         (gst_ffmpeg_caps_to_smpfmt):
7096           The "signed" field in raw audio caps is of boolean type, trying to
7097           extract the value with _get_int() will fail (fix to keep in sync with
7098           the copy in gst-ffmpeg)
7099
7100 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
7101
7102         * tests/check/elements/audioresample.c: (cleanup_audioresample):
7103         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
7104         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
7105         (cleanup_gdpdepay):
7106         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
7107         * tests/check/elements/subparse.c: (teardown_subparse):
7108         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
7109         * tests/check/elements/videorate.c: (cleanup_videorate):
7110         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
7111         * tests/check/elements/volume.c: (cleanup_volume):
7112         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
7113         (cleanup_vorbisdec):
7114         * tests/check/elements/vorbistag.c: (setup_vorbistag),
7115         (cleanup_vorbistag):
7116           consistent pad (de)activation
7117
7118 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7119
7120         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7121           Forgot to register the extensions.
7122
7123 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7124
7125         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
7126         (plugin_init):
7127           Add typefinder for VIVO files (my christmas present to the 90s).
7128
7129 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
7130
7131         * gst/playback/gstdecodebin.c: (type_found):
7132           Special-case the text/plain media type: we only want to recognise it
7133           as a 'raw' decoded media type if it comes from a demuxer or subtitle
7134           parser, but not if the entire stream is of text/plain type. If the
7135           entire stream is text/plain, we should just error out.
7136
7137           This fixes playback of audio files with lyrics in totem. Totem can't
7138           distinguish between text files and subtitle files and passes any
7139           .txt file with the same basename as the main file to playbin as
7140           suburi, and playbin will then throw a 'subtitle found, but no video
7141           stream' error, which isn't entirely helpful. See #380342.
7142
7143           Also, with this change we'll show a slightly more correct error
7144           message in case totem passes a playlist file to us (although a
7145           custom error message wording instead of the default text would
7146           probably not be a bad idea either).
7147
7148           Same problem also needs to be fixed for playbin+decodebin2.
7149
7150         * tests/check/Makefile.am:
7151         * tests/check/elements/decodebin.c: (src_handoff_cb),
7152         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
7153         (decodebin_suite):
7154           Add simple unit test for decodebin for the above.
7155
7156 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
7157
7158         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
7159         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
7160           Refuse to change state to READY when we failed to create any of the
7161           required elements in our instance init function.
7162
7163 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
7164
7165         * docs/libs/gst-plugins-base-libs-sections.txt:
7166           Small docs fixes/updates.
7167
7168         * gst-libs/gst/video/gstvideosink.h:
7169           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
7170           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
7171           removed from the base sink API between 0.9.6 and 0.9.7).
7172           API: add GST_VIDEO_SINK_CAST and use it for the height/width
7173           accessor macros, so we don't do a runtime GObject type check every
7174           time we use them.
7175
7176 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7177
7178         * Makefile.am:
7179         * gst-plugins-base.doap:
7180         * gst-plugins-base.spec.in:
7181           add doap file
7182
7183 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7184
7185         Patch by: Jens Granseuer <jensgr at gmx net>
7186
7187         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7188         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7189         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
7190         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
7191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
7192           Declare variables at the beginning of a block. Fixes #383195.
7193
7194 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
7195
7196         * configure.ac:
7197         Bump version nano - back to CVS.
7198
7199
7200 === release 0.10.11 ===
7201
7202 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
7203
7204         * configure.ac:
7205           releasing 0.10.11, "Dumb things"
7206
7207 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
7208
7209         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
7210         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
7211         Handle the case where an element has multiple pads with 
7212         unfixed caps as well as still possibly producing more dynamic 
7213         pads by storing each case as a distinct entry in the dynamic list.
7214         Fixes #38223 again.
7215
7216 2006-12-04  Wim Taymans  <wim@fluendo.com>
7217
7218         * gst/playback/gstdecodebin.c: (close_pad_link):
7219         Fix #382223, add more dynamic caps handling.
7220
7221 2006-12-04  Wim Taymans  <wim@fluendo.com>
7222
7223         * gst-libs/gst/audio/gstringbuffer.h:
7224         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
7225         (gst_netaddress_set_ip4_interface),
7226         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
7227         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
7228         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
7229         (gst_netaddress_get_ttl):
7230         * gst-libs/gst/netbuffer/gstnetbuffer.h:
7231         * gst/playback/gstdecodebin.c: (close_pad_link):
7232         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
7233         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
7234         * win32/common/config.h:
7235
7236 2006-12-01  Michael Smith  <msmith@fluendo.com>
7237
7238         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7239           Delete bad debug code.
7240           Fixes #381219
7241
7242 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7243
7244         * gst/videoscale/vs_4tap.c:
7245         * win32/MANIFEST:
7246         * win32/common/config.h:
7247         * win32/vs8/libgstvideoscale.vcproj:
7248         Fix compilation on win32 under VS8
7249         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7250         Partially fixes #381175
7251
7252 2006-11-30  Michael Smith  <msmith@fluendo.com>
7253
7254         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
7255         (GST_START_TEST):
7256           It would be very bad if, after a discont buffer, we thought every
7257           single following buffer was also discont. So, add to the test to
7258           ensure that this isn't the case.
7259           
7260         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
7261           ... it was the case. So fix it.
7262
7263 2006-11-28  Wim Taymans  <wim@fluendo.com>
7264
7265         * gst/playback/gstplaybasebin.c: (check_queue_event):
7266         Improve debug.
7267
7268         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
7269         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
7270         padtemplate caps. Refixes #357577.
7271
7272 2006-11-28  Wim Taymans  <wim@fluendo.com>
7273
7274         * gst/playback/gstplaybasebin.c: (check_queue_event),
7275         (queue_threshold_reached), (queue_out_of_data),
7276         (gen_preroll_element):
7277         Add event probe to see when EOS is in a queue and we can disable the
7278         underrun signals. Fixes #357577.
7279
7280 2006-11-28  Edward Hervey  <edward@fluendo.com>
7281
7282         * gst/playback/Makefile.am:
7283         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
7284         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
7285         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
7286         (gst_decode_bin_init), (gst_decode_bin_dispose),
7287         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
7288         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
7289         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
7290         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
7291         (connect_element), (expose_pad), (type_found),
7292         (pad_added_group_cb), (pad_removed_group_cb),
7293         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
7294         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
7295         (are_raw_caps), (multi_queue_overrun_cb),
7296         (multi_queue_underrun_cb), (gst_decode_group_new),
7297         (get_current_group), (group_demuxer_event_probe),
7298         (gst_decode_group_control_demuxer_pad),
7299         (gst_decode_group_control_source_pad),
7300         (gst_decode_group_check_if_blocked),
7301         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
7302         (gst_decode_group_hide), (gst_decode_group_free),
7303         (gst_decode_group_set_complete), (source_pad_blocked_cb),
7304         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
7305         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
7306         (plugin_init):
7307         New decodebin2 element.
7308         Closes #370092
7309         * gst/playback/gstplay-marshal.list:
7310         Added marshallers for new signals in decodebin2
7311         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
7312         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
7313         is set.
7314
7315 2006-11-28  Wim Taymans  <wim@fluendo.com>
7316
7317         * gst/playback/gstplaybasebin.c: (setup_source),
7318         (gst_play_base_bin_change_state):
7319         Disable rtsp:// uris for the release, it's not good enough yet.
7320         Remove unused var.
7321
7322 2006-11-26  Wim Taymans  <wim@fluendo.com>
7323
7324         * ext/theora/theoradec.c: (gst_theora_dec_reset),
7325         (theora_dec_push_forward), (theora_dec_push_reverse),
7326         (theora_handle_data_packet), (theora_dec_decode_buffer),
7327         (theora_dec_flush_decode), (theora_dec_chain_reverse),
7328         (theora_dec_chain_forward), (theora_dec_chain):
7329         Implement reverse playback.
7330
7331         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7332         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
7333         (vorbis_dec_chain_forward):
7334         Clear buffers used for reverse playback in _reset.
7335         No need to set the eos flag, we clip samples using the segment.
7336
7337 2006-11-24  Wim Taymans  <wim@fluendo.com>
7338
7339         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
7340         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
7341         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
7342         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
7343         Some cleanups.
7344         Handle continued pages in reverse mode.
7345
7346 2006-11-24  Wim Taymans  <wim@fluendo.com>
7347
7348         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7349         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
7350         (vorbis_dec_flush_decode):
7351         Small cleanups.
7352         Don't try to add invalid timestamps.
7353         Clipping will unref the buffer.
7354
7355 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7356
7357         * gst/adder/gstadder.h:
7358         * gst/audiotestsrc/gstaudiotestsrc.h:
7359           remove obsolete _factory_init protos
7360
7361 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7362
7363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
7364           Fix spacing in debug message.
7365
7366 2006-11-23  Wim Taymans  <wim@fluendo.com>
7367
7368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
7369         (gst_ogg_demux_chain):
7370         Don't just ignore return values from _pad_push().
7371         Small debug improvements.
7372
7373 2006-11-23  Michael Smith  <msmith@fluendo.com>
7374
7375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
7376           If our incoming buffer is marked as DISCONT, then increment the page
7377           number (so that the discontinuity is marked in the final ogg
7378           bitstream) and flush the previous page.
7379
7380 2006-11-22  Michael Smith  <msmith@fluendo.com>
7381
7382         * ext/theora/gsttheoraenc.h:
7383         * ext/theora/theoraenc.c: (gst_theora_enc_init),
7384         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
7385         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
7386         (theora_enc_chain), (theora_enc_change_state):
7387           Mark discontinuities of > 3/4 of a frame, reinit encoder.
7388
7389         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
7390         (GST_START_TEST), (theoraenc_suite):
7391           Enable discontinuity test, fix it.
7392
7393 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
7394
7395         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7396         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7397         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7398         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7399         (gst_text_overlay_change_state):
7400         * ext/pango/gsttextoverlay.h:
7401           Some textoverlay fixes: for one, in the video chain function,
7402           actually wait for a text buffer to come in if there is none at the
7403           moment and there should be one; also, deal more gracefully with
7404           incoming buffers that do not have a timestamp or duration; discard
7405           text buffer when not needed any longer. Fixes #341681.
7406
7407         * tests/check/Makefile.am:
7408         * tests/check/elements/.cvsignore:
7409         * tests/check/elements/textoverlay.c:
7410         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
7411         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
7412         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
7413         (test_video_waits_for_text_send_text_newsegment_thread),
7414         (test_video_waits_for_text_shutdown_element),
7415         (test_render_continuity_push_video_buffers_thread),
7416         (textoverlay_suite):
7417           Add some unit tests for textoverlay.
7418
7419 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
7420
7421         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7422           Avoid integer underflow when the found probability for mp3 is
7423           smaller than the 'penalty' we subtract if there's not a clean
7424           mp3 header sync at offset 0.
7425
7426 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
7427
7428         * docs/libs/gst-plugins-base-libs-sections.txt:
7429           Add some new symbols to the docs
7430
7431 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
7432
7433         * tests/check/Makefile.am:
7434         * tests/check/elements/ffmpegcolorspace.c:
7435         (ffmpegcolorspace_suite):
7436           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
7437           (for now not for valgrinding though, since it takes too long).
7438
7439 2006-11-20  Wim Taymans  <wim@fluendo.com>
7440
7441         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7442         (gst_ffmpeg_pixfmt_to_caps):
7443         Fix RGBA32 caps. Fixes #357038.
7444
7445 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * gst-libs/gst/interfaces/mixertrack.h:
7448           Add FIXME so we can add some padding here in 0.11
7449
7450 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7451
7452         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7453           Fix GstBaseRTPAudioPayload structure so the whole GObject
7454           inheritance business actually works (parent class instance structure
7455           must always come first in the derived class instance structure).
7456
7457 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7458
7459         * gst/videotestsrc/Makefile.am:
7460         * tests/check/Makefile.am:
7461           Make sure our checks and the videotestsrc plugin link against the
7462           local uninstalled gst libs and not any installed gst libs that
7463           might happen to exist as well.
7464
7465         * tests/check/elements/adder.c: (message_received),
7466         (test_event_message_received), (test_play_twice_message_received):
7467         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
7468           Fix compiler warnings when compiling against core with disabled
7469           debugging system.
7470
7471 2006-11-16  Michael Smith  <msmith@fluendo.com>
7472
7473         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7474         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
7475           Fix audiorate, so that it accurately sets offsets and timestamps.
7476           Doesn't change the fundamental algorithmic decisions; so should be
7477           safe.
7478
7479         * tests/check/Makefile.am:
7480           Enable audiorate test now that it passes.
7481
7482 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
7483
7484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
7485           clear xv when going to NULL, remove // commented non-existant proto
7486
7487         * tests/examples/seek/seek.c: (main):
7488           add missing tooltip description for scrub and play_scrub
7489
7490 2006-11-14  David Schleef  <ds@schleef.org>
7491
7492         * configure.ac:
7493           Bump liboil requirement to 0.3.8.
7494         * gst-libs/gst/riff/riff-media.c:
7495           Add Dirac fourcc.
7496         * gst/videoscale/vs_image.h:
7497         * gst/videoscale/vs_scanline.h:
7498           Use liboil's stdint.h.
7499         * gst/videotestsrc/videotestsrc.c:
7500           Remove liboil related ifdef's, since they aren't needed now, and
7501           won't work with future versions.
7502
7503 2006-11-14  David Schleef  <ds@schleef.org>
7504
7505         * gst/videoscale/Makefile.am:
7506         * gst/videoscale/gstvideoscale.c:
7507         * gst/videoscale/gstvideoscale.h:
7508         * gst/videoscale/vs_4tap.c:
7509         * gst/videoscale/vs_4tap.h:
7510         * gst/videoscale/vs_image.c:
7511         * gst/videoscale/vs_image.h:
7512         * gst/videoscale/vs_scanline.c:
7513         * gst/videoscale/vs_scanline.h:
7514           Add a 4-tap image scaler.  Theoretically looks much prettier.
7515           The tap calculation could use some improvement.
7516
7517 2006-11-14  Wim Taymans  <wim@fluendo.com>
7518
7519         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
7520
7521         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
7522         (gst_riff_parse_strf_iavs):
7523         * gst/subparse/gstsubparse.c: (convert_encoding):
7524         * gst/tcp/gstmultifdsink.c:
7525         (gst_multi_fd_sink_handle_client_write):
7526         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
7527         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
7528         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7529         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
7530         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7531         (gst_ximagesink_ximage_new):
7532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7533         Various gsize and gssize printf fixes. Fixes #372507.
7534
7535 2006-11-13  Wim Taymans  <wim@fluendo.com>
7536
7537         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7538         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
7539         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
7540         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
7541         (vorbis_dec_chain_forward), (vorbis_dec_chain):
7542         * ext/vorbis/vorbisdec.h:
7543         First stab at vorbis reverse playback.
7544
7545 2006-11-13  Wim Taymans  <wim@fluendo.com>
7546
7547         * gst-libs/gst/audio/gstbaseaudiosink.c:
7548         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7549         * gst-libs/gst/audio/gstbaseaudiosink.h:
7550         Make the clock sync code more accurate wrt resampling and playback
7551         at different rates.
7552         
7553         * gst-libs/gst/audio/gstringbuffer.c:
7554         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
7555         * gst-libs/gst/audio/gstringbuffer.h:
7556         Use better algorithm to interpolate sample rates. 
7557
7558 2006-11-13  Michael Smith  <msmith@fluendo.com>
7559
7560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
7561           Improve a debug line slightly.
7562
7563         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
7564           Call gst_riff_init() in plugin_init, to avoid getting errors from
7565           the debug system (unrelated changes to another plugin made this turn
7566           up; not sure why).
7567
7568 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7569
7570         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
7571
7572         * win32/common/libgsttag.def:
7573           Add missing symbol (#366492).
7574
7575 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
7576
7577         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
7578           Don't unref a NULL pad.
7579
7580 2006-11-09  Wim Taymans  <wim@fluendo.com>
7581
7582         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
7583         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
7584         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
7585         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
7586         (gst_ogg_demux_loop):
7587         Implement first stab at reverse playback.
7588
7589 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
7590
7591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7592         (gst_riff_create_video_template_caps):
7593           add h263/h264 variants to the caps, Fixes #363118
7594
7595 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
7596
7597         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
7598         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
7599           Use g_strerror instead of strerror so we get UTF-8.
7600
7601 2006-11-03  David Schleef  <ds@schleef.org>
7602
7603         * ext/ogg/gstoggdemux.c:
7604         * ext/ogg/gstoggmux.c:
7605           Add/remove KW-DIRAC header here, since it is ogg-specific.
7606
7607 2006-11-03  Michael Smith  <msmith@fluendo.com>
7608
7609         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
7610           Recognise more mpeg4 elementary video streams.
7611
7612 2006-11-02  Edward Hervey  <edward@fluendo.com>
7613
7614         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7615         Lower the probability of mp3 typefinding functions if we don't find a
7616         valid mp3 header at the start of the file.
7617         Closes #369482
7618
7619 2006-11-02  Wim Taymans  <wim@fluendo.com>
7620
7621         * ext/theora/gsttheoradec.h:
7622         * ext/theora/theoradec.c: (gst_theora_dec_init),
7623         (theora_dec_sink_event), (theora_dec_chain_forward),
7624         (theora_dec_flush_decode), (theora_dec_chain_reverse),
7625         (theora_dec_chain):
7626         Document and partially implement an algorithm for doing reverse playback
7627         of theora video.
7628
7629 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7630
7631         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7632
7633         * win32/common/config.h:
7634         * win32/common/interfaces-enumtypes.c:
7635         * win32/common/libgsttag.def:
7636         * win32/vs8/gst-plugins-base.sln:
7637         * win32/vs8/libgstaudioresample.vcproj:
7638         * win32/vs8/libgstinterfaces.vcproj:
7639         * win32/vs8/libgstogg.vcproj:
7640         * win32/vs8/libgstriff.vcproj:
7641         * win32/vs8/libgsttag.vcproj:
7642         * win32/vs8/libgsttheora.vcproj:
7643         * win32/vs8/libgstvideoscale.vcproj:
7644         * win32/vs8/libgstvorbis.vcproj:
7645           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
7646           to libgsttag.def; add missing dependencies for some vs8 projects;
7647           re-arrange placement of .def files in vs8 projects (#366334).
7648
7649 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7650
7651         * ext/ogg/gstogg.c:
7652           Remove unused variable.
7653
7654         * ext/ogg/gstoggdemux.c:
7655           Fix Wim's surname in plugin description.
7656
7657 2006-10-31  Wim Taymans  <wim@fluendo.com>
7658
7659         * gst-plugins-base.spec.in:
7660         spec new .h file. Fixes #368310.
7661
7662 2006-10-31  Michael Smith  <msmith@fluendo.com>
7663
7664         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7665         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
7666         (gst_multi_fd_sink_get_stats),
7667         (gst_multi_fd_sink_remove_client_link),
7668         (gst_multi_fd_sink_queue_buffer),
7669         (gst_multi_fd_sink_handle_clients):
7670         * gst/tcp/gstmultifdsink.h:
7671           Make using the remove or clear signals threadsafe.
7672           Make calling get-stats with an invalid fd not segfault.
7673           Fixes 368273.
7674
7675 2006-10-31  Wim Taymans  <wim@fluendo.com>
7676
7677         * gst-libs/gst/rtp/Makefile.am:
7678         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7679         (gst_base_rtp_audio_payload_init):
7680         Fix and activate base audio payloader.
7681
7682 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
7683
7684         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
7685         (plugin_init):
7686           Add typefinder for QuickTime Image Files (see #366156).
7687
7688 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
7689
7690         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
7691           Another typo fix (#366212).
7692
7693 2006-10-27  Wim Taymans  <wim@fluendo.com>
7694
7695         * gst/volume/gstvolume.c: (volume_transform_ip):
7696         Use stream time to synchronize volume property instead of rather random
7697         timestamps. This is needed when gnonlin does its time shifting.
7698
7699 2006-10-27  Wim Taymans  <wim@fluendo.com>
7700
7701         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
7702
7703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
7704         Remove the pad from the element in release_pad. Fixes #364812.
7705
7706 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
7707
7708         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
7709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
7710           Explicitly create our custom buffer classes at a thread-safe
7711           location as well, since g_type_class_ref() doesn't seem to be
7712           entirely thread-safe either (#365501; also see #349410).
7713
7714 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7715
7716         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
7717         (gst_riff_parse_info):
7718           If strings in INFO chunk are not UTF-8, do something similar to
7719           what we do for ID3v1 tags: check a number of environment variables
7720           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
7721           character sets to try, otherwise try the current locale and/or fall
7722           back on ISO-8859-1. Fixes #360552.
7723
7724 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7725
7726         * gst/videotestsrc/gstvideotestsrc.c:
7727         (gst_video_test_src_pattern_get_type),
7728         (gst_video_test_src_set_pattern):
7729         * gst/videotestsrc/gstvideotestsrc.h:
7730         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
7731         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
7732         (gst_video_test_src_checkers8):
7733         * gst/videotestsrc/videotestsrc.h:
7734           Add a bunch of exciting new checkers patterns.
7735
7736 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7737
7738         * gst/subparse/Makefile.am:
7739         * gst/subparse/gstsubparse.c:
7740         (gst_sub_parse_data_format_autodetect),
7741         (gst_sub_parse_format_autodetect), (handle_buffer),
7742         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
7743         * gst/subparse/gstsubparse.h:
7744         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
7745         (parse_tmplayer):
7746         * gst/subparse/tmplayerparse.h:
7747           Add support for TMPlayer-type subtitles (#362845).
7748
7749         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
7750         (GST_START_TEST), (subparse_suite):
7751           Add some basic unit tests for the above.
7752
7753 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7754
7755         * tests/check/elements/audiorate.c: (test_injector_base_init),
7756         (test_injector_class_init), (test_injector_chain),
7757         (test_injector_init), (probe_cb), (do_perfect_stream_test),
7758         (GST_START_TEST), (audiorate_suite):
7759           More tests for audiorate: inject buffers to check behaviour when
7760           buffers overlap.
7761
7762 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
7763
7764         * tests/check/Makefile.am:
7765         * tests/check/elements/.cvsignore:
7766         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
7767         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
7768           Add some basic unit tests for audiorate. Disabled at the moment
7769           since it doesn't pass yet (see bug #363119).
7770
7771 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
7772
7773         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
7774         (parse_subrip), (handle_buffer):
7775           Add missing closing tags for markup and fix broken markup,
7776           otherwise pango won't render anything (fixes #357531). Also,
7777           make sure the text we send out is always NUL-terminated
7778           (better safe than sorry etc.).
7779
7780         * tests/check/elements/subparse.c: (test_srt_do_test),
7781         (test_srt):
7782           Some more tests for .srt incl. tests for the above stuff.
7783
7784 2006-10-20  Julien MOUTTE  <julien@moutte.net>
7785
7786         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7788         Patch by: Stefan Kost  <ensonic@users.sf.net>
7789         Try to redraw borders only when needed. Apparently this consumes
7790         resources on small devices... :-O (#363607)
7791
7792 2006-10-20  Michael Smith  <msmith@fluendo.com>
7793
7794         * gst/tcp/gstmultifdsink.c:
7795         (gst_multi_fd_sink_client_queue_buffer):
7796           If caps change, then update the client's idea of the caps so that we
7797           don't end up re-sending streamheaders for every single buffer after
7798           the caps change.
7799
7800 2006-10-20  Michael Smith  <msmith@fluendo.com>
7801
7802         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
7803         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
7804           Set caps on pushed buffers; fix up refcounting of caps objects.
7805
7806 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7807
7808         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
7809         (plugin_init):
7810           Typefind mmsh header data packet to application/x-mmsh (#362625).
7811
7812 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7813
7814         * tests/check/Makefile.am:
7815         * tests/check/elements/.cvsignore:
7816         * tests/check/elements/subparse.c: (buffer_from_static_string),
7817         (setup_subparse), (teardown_subparse), (test_srt_do_test),
7818         (GST_START_TEST), (subparse_suite):
7819           Add very simple unit test for subparse.
7820
7821 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7822
7823         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
7824         (parse_subrip):
7825           Strip trailing newlines from subtitle text output.
7826
7827 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7828
7829         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7830         (gst_sub_parse_change_state):
7831           Fix memleak; clear subparse->textbuf n state change function.
7832
7833 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7834
7835         * gst/subparse/gstsubparse.c:
7836         (gst_sub_parse_data_format_autodetect):
7837           Don't require subrip (.srt) files to start with a chunk number of 1.
7838
7839 2006-10-18  Wim Taymans  <wim@fluendo.com>
7840
7841         * gst-libs/gst/audio/gstbaseaudiosink.c:
7842         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7843         * gst-libs/gst/audio/gstbaseaudiosink.h:
7844         Extract rate from the NEWSEGMENT event.
7845         Use commit_full to also take rate adjustment into account when writing
7846         samples to the ringbuffer.
7847         
7848         * gst-libs/gst/audio/gstringbuffer.c:
7849         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
7850         (gst_ring_buffer_read):
7851         * gst-libs/gst/audio/gstringbuffer.h:
7852         Added _commit_full() to also take rate into account.
7853         Use simple interpolation algorithm to resample audio.
7854         API: gst_ring_buffer_commit_full()
7855
7856         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
7857         * tests/examples/seek/seek.c: (segment_done):
7858         Don't try to seek with 0.0 rate, just pause instead.
7859         Remove bogus debug line.
7860
7861 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7862
7863         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
7864         (setup_source):
7865           Catch async errors when starting up the subtitle bin, so we can
7866           stop waiting and continue with the main film instead of hanging
7867           forever. Fixes #339366.
7868
7869         * tests/check/elements/playbin.c: (playbin_suite):
7870           Enable unit test for the above.
7871
7872 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7873
7874         * tests/check/Makefile.am:
7875         * tests/check/elements/.cvsignore:
7876         * tests/check/elements/playbin.c: (GST_START_TEST),
7877         (gst_red_video_src_uri_get_type),
7878         (gst_red_video_src_uri_get_protocols),
7879         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
7880         (gst_red_video_src_uri_handler_init),
7881         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
7882         (gst_red_video_src_create), (gst_red_video_src_class_init),
7883         (gst_red_video_src_init), (plugin_init), (playbin_suite):
7884           Some small and basic unit tests for playbin; not very useful yet,
7885           but at least a start.
7886
7887 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7888
7889         * gst/playback/gstplaybin.c: (setup_sinks):
7890           The old pad activation spiel.
7891
7892 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         * gst/playback/gstplaybasebin.c: (setup_source):
7895           Don't hang forever if the subbin already fails to start up in 
7896           the state change to PAUSED (#339366).
7897
7898 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7899
7900         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
7901         (gst_tuner_set_channel), (gst_tuner_get_channel),
7902         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
7903         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
7904         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
7905         (gst_tuner_find_channel_by_name):
7906           Fix some function guards, add some more function guards.
7907
7908 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
7909
7910         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7911         (remove_element_chain):
7912         Don't return a pad from get_our_ghost_pad unless it is actually the
7913         one we want.
7914         Change a cast in remove_element_chain slightly.
7915
7916 2006-10-13  Julien MOUTTE  <julien@moutte.net>
7917
7918         * tests/examples/seek/seek.c: (do_seek), (start_seek),
7919         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
7920         Segment seeking needs to use the rate and set stop to -1.
7921
7922 2006-10-13  Wim Taymans  <wim@fluendo.com>
7923
7924         * gst-libs/gst/audio/gstbaseaudiosink.c:
7925         (gst_base_audio_sink_setcaps):
7926         Don't crash when ringbuffer is not yet created.
7927         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7928         Fixes #361634.
7929
7930         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7931         * gst/playback/gststreamselector.c:
7932         (gst_stream_selector_request_new_pad):
7933         Activate pads befre adding them to running elements.
7934
7935 2006-10-13  Julien MOUTTE  <julien@moutte.net>
7936
7937         * tests/examples/seek/seek.c: (do_seek), (start_seek),
7938         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
7939         updater when we start grabing the slider. Don't wait for the
7940         pipeline to be PAUSED.
7941
7942 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7943
7944         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
7945         (gst_mixer_set_volume), (gst_mixer_get_volume),
7946         (gst_mixer_set_mute), (gst_mixer_set_option),
7947         (gst_mixer_get_option), (gst_mixer_mute_toggled),
7948         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
7949         (gst_mixer_option_changed):
7950           Guard mixer interface functions against bogus arguments.
7951
7952 2006-10-12  Julien MOUTTE  <julien@moutte.net>
7953
7954         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
7955         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
7956         (msg_state_changed), (main): Use state-changed messages to trigger
7957         start/stop of scale update timer. Indeed the scale slider was
7958         jumping here and there because the update timer was activated 
7959         before seek completed. This fixes instant applying of rate changes
7960         by pressing the spinbutton like a crazy man !
7961
7962 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7963
7964         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
7965
7966         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7967         (gst_basertppayload_finalize):
7968           Fix two small memory leaks (#361456).
7969
7970 2006-10-10  Julien MOUTTE  <julien@moutte.net>
7971
7972         * tests/examples/seek/seek.c: (do_seek),
7973         (rate_spinbutton_changed_cb): When changing spinbutton we try
7974         to change the rate on the fly.
7975
7976 2006-10-10  Wim Taymans  <wim@fluendo.com>
7977
7978         * gst-libs/gst/riff/riff-ids.h:
7979         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7980         (gst_riff_create_audio_template_caps):
7981         Add WMS caps.
7982
7983 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7984
7985         Patch by: Josep Torra Valles <josep@fluendo.com>
7986
7987         * ext/gnomevfs/gstgnomevfssink.c:
7988         * ext/gnomevfs/gstgnomevfssrc.c:
7989         Fix URI interface implementation return type.
7990         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
7991         Fix what looks like a copy/paste issue when assigning values.
7992         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7993         (gst_audio_filter_template_get_type):
7994         Cast to prevent Forte warnings.
7995         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7996         Fix URI interface implementation return type.
7997         gst_pad_query_position requires a signed integer pointer as
7998         3rd parameter, GstClockTime is unsigned.
7999         * gst/audioconvert/audioconvert.c:
8000         Fix integer overflow when treated as signed.
8001         * gst/audioresample/resample.c: (resample_add_input_data):
8002         Cast to prevent warnings on Forte.
8003         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
8004         Fix integer overflow when treated as signed.
8005         * gst/ffmpegcolorspace/imgconvert_template.h:
8006         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
8007         * gst/playback/gstdecodebin.c: (queue_filled_cb),
8008         (cleanup_decodebin):
8009         Who initialises a guint to -1!
8010         Cast function pointers to prevent warnings on Forte.
8011         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
8012         (queue_threshold_reached):
8013         Cast function pointers correctly to prevent warnings on Forte.
8014         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
8015         Cast function pointers correctly to prevent warnings on Forte.
8016         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
8017         Obvious change to unsigned, 0xEF > max signed char.
8018         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
8019         GstClockTime is unsigned, initialise correctly.
8020         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
8021         Cast so pointer arithemetic doesn't cause warnings on Forte.
8022         * gst/videorate/gstvideorate.c:
8023         Use correct return value.
8024         * tests/examples/seek/scrubby.c:
8025         GstClockTime is unsigned, initialise correctly.
8026
8027 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
8030
8031         * gst/typefind/gsttypefindfunctions.c:
8032           Recognise XML files and XML-like files shorter than 256 bytes as
8033           well (fixes #359237).
8034
8035 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
8036
8037         Patch by: Renato Filho <renato.filho@indt.org.br>
8038         
8039         * gst/typefind/gsttypefindfunctions.c:
8040         Added typefind functions to video/x-nuv media.
8041         
8042 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
8043
8044         * gst-libs/gst/interfaces/xoverlay.c:
8045         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
8046           Some more guards against invalid input.
8047
8048 2006-10-07  Julien MOUTTE  <julien@moutte.net>
8049
8050         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
8051         Useless goto.
8052         * tests/examples/seek/seek.c: (do_seek),
8053         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
8054         seek example to experiment with rates != 1.0 (reverse playback !)
8055
8056 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
8057
8058         * gst-libs/gst/interfaces/xoverlay.c:
8059           Unref message in doc-example (spotted by Robert McQueen)
8060
8061 2006-10-06  Wim Taymans  <wim@fluendo.com>
8062
8063         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8064         (mpeg1_parse_header), (mpeg1_sys_type_find):
8065         printf fix.
8066
8067 2006-10-06  Wim Taymans  <wim@fluendo.com>
8068
8069         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8070         (close_pad_link):
8071         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8072         Activate dynamic pads before adding them to the element.
8073
8074 2006-10-06  Michael Smith  <msmith@fluendo.com>
8075
8076         * gst-libs/gst/floatcast/floatcast.h:
8077           Fix obviously-bogus macros; use the correct types.
8078
8079 2006-10-06  Wim Taymans  <wim@fluendo.com>
8080
8081         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8082         (gst_base_rtp_depayload_change_state):
8083         Also call parent state change function to activate pads.
8084
8085         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8086         (mpeg1_parse_header), (mpeg1_sys_type_find):
8087         Add some more debug info in mpeg typefinding.
8088
8089 2006-10-06  Michael Smith  <msmith@fluendo.com>
8090
8091         * ext/theora/theoradec.c: (theora_dec_chain):
8092           Zero byte theora packets are valid and well-defined; don't warn on
8093           them.
8094
8095 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8096
8097         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8098         (gst_multi_fd_sink_get_stats), (find_limits),
8099         (gst_multi_fd_sink_queue_buffer):
8100           API: add dropped_buffers to the get-stats GValueArray
8101
8102 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
8103
8104         * ext/alsa/gstalsadeviceprobe.c:
8105         (gst_alsa_device_property_probe_get_values):
8106         * ext/alsa/gstalsasink.c: (set_hwparams):
8107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
8108         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
8109         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
8110         (gst_ogg_mux_process_best_pad):
8111         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
8112         (gst_ogg_parse_chain):
8113         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
8114         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8115         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
8116         (gst_vorbis_enc_buffer_check_discontinuous):
8117         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
8118         * gst-libs/gst/audio/gstbaseaudiosink.c:
8119         (gst_base_audio_sink_render):
8120         * gst-libs/gst/cdda/gstcddabasesrc.c:
8121         (gst_cdda_base_src_handle_track_seek):
8122         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8123         (gst_base_rtp_depayload_push_full):
8124         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
8125         * gst/audioresample/resample.c: (resample_input_pushthrough):
8126         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
8127         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
8128         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8129         (wavpack_type_find):
8130         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8131         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8132         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8133         * tests/check/elements/volume.c: (GST_START_TEST):
8134           Printf format fixes.
8135
8136 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8137
8138         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
8139           Fix a simple mistake (see the docs)
8140           Fixes #359580
8141
8142 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
8143
8144         * docs/plugins/Makefile.am:
8145         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8146         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8147         * docs/plugins/gst-plugins-base-plugins.args:
8148         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8149         * docs/plugins/inspect/plugin-adder.xml:
8150         * docs/plugins/inspect/plugin-alsa.xml:
8151         * docs/plugins/inspect/plugin-audioconvert.xml:
8152         * docs/plugins/inspect/plugin-audiorate.xml:
8153         * docs/plugins/inspect/plugin-audioresample.xml:
8154         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8155         * docs/plugins/inspect/plugin-cdparanoia.xml:
8156         * docs/plugins/inspect/plugin-decodebin.xml:
8157         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8158         * docs/plugins/inspect/plugin-gdp.xml:
8159         * docs/plugins/inspect/plugin-gnomevfs.xml:
8160         * docs/plugins/inspect/plugin-libvisual.xml:
8161         * docs/plugins/inspect/plugin-ogg.xml:
8162         * docs/plugins/inspect/plugin-pango.xml:
8163         * docs/plugins/inspect/plugin-playbin.xml:
8164         * docs/plugins/inspect/plugin-subparse.xml:
8165         * docs/plugins/inspect/plugin-tcp.xml:
8166         * docs/plugins/inspect/plugin-theora.xml:
8167         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8168         * docs/plugins/inspect/plugin-video4linux.xml:
8169         * docs/plugins/inspect/plugin-videorate.xml:
8170         * docs/plugins/inspect/plugin-videoscale.xml:
8171         * docs/plugins/inspect/plugin-videotestsrc.xml:
8172         * docs/plugins/inspect/plugin-volume.xml:
8173         * docs/plugins/inspect/plugin-vorbis.xml:
8174         * docs/plugins/inspect/plugin-ximagesink.xml:
8175         * docs/plugins/inspect/plugin-xvimagesink.xml:
8176           Add vorbistag element to docs; update version numbers to 0.10.10.1.
8177
8178 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
8179
8180         Patch by: James "Doc" Livingston <doclivingston at gmail com>
8181
8182         * ext/vorbis/Makefile.am:
8183         * ext/vorbis/vorbis.c: (plugin_init):
8184         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
8185         (vorbis_parse_parse_packet), (vorbis_parse_chain):
8186         * ext/vorbis/vorbisparse.h:
8187         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
8188         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
8189         (gst_vorbis_tag_parse_packet):
8190         * ext/vorbis/vorbistag.h:
8191           Add new vorbistag element which derives from vorbisparse
8192           and is essentially the same as well, only that it implements
8193           the GstTagSetter interface and can modify the stream's
8194           vorbiscomment on the fly (#335635).
8195
8196         * tests/check/Makefile.am:
8197         * tests/check/elements/.cvsignore:
8198         * tests/check/elements/vorbistag.c: (setup_vorbistag),
8199         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
8200         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
8201         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
8202           Add unit test for new vorbistag element.
8203
8204 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
8205
8206         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
8207         (vorbis_parse_push_headers), (vorbis_parse_chain):
8208           Set BOS flag in packet structure to fix 'jump depends
8209           on unitialized value' errors in valgrind; various minor
8210           clean-ups.
8211
8212 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
8213
8214         * gst/playback/gstdecodebin.c: (close_pad_link):
8215         Fix typo in a debug statement.
8216
8217         * gst/playback/gstplaybasebin.c: (probe_triggered),
8218         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
8219         (gen_source_element), (source_new_pad), (analyse_source),
8220         (setup_source):
8221         When handling no_more_pads in new_decoded_pad, make sure to treat
8222         subtitle pads correctly. Fixes playback with subtitle files.
8223
8224         Move a recurring message to LOG level.
8225
8226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8227         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
8228         which ends up as -1 when cast to an int. Make the logic handle the
8229         max value as an unsigned mask and only change the colorkey when it's
8230         a value we recognise.
8231
8232 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8233
8234         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8235         Removed empty * between paragraphs
8236
8237 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8238
8239         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8240         * gst-libs/gst/rtp/README:
8241         Moved some documentation into .c file
8242
8243 2006-09-29  Wim Taymans  <wim@fluendo.com>
8244
8245         * gst/playback/gstdecodebin.c: (no_more_pads):
8246         Fix compilation.
8247
8248 2006-09-29  Wim Taymans  <wim@fluendo.com>
8249
8250         * gst/playback/gstdecodebin.c: (new_caps):
8251         Remove g_print
8252
8253         * gst/playback/gstplaybin.c:
8254         Add some docs.
8255
8256 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8257
8258         * tests/check/Makefile.am:
8259           Re-enable cddabasesrc test to see if it works again
8260           now.
8261
8262 2006-09-29  Wim Taymans  <wim@fluendo.com>
8263
8264         * gst/playback/gstplaybasebin.c: (setup_subtitle),
8265         (gen_source_element):
8266         Handle invalid URIs a bit more gracefully.
8267
8268 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8269
8270         * tests/check/pipelines/oggmux.c:
8271           Remove obsolete comment.
8272
8273 2006-09-29  Michael Smith  <msmith@fluendo.com>
8274
8275         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
8276         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
8277         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
8278         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
8279         (gst_ogg_mux_collected):
8280           Commit patch from James "Doc" Livingston, adds proper EOS handling
8281           in oggmux. GStreamer can, for the first time ever, create a valid
8282           Ogg file! Yay!
8283
8284         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
8285         (oggmux_suite):
8286           Reenable tests now that they pass.
8287
8288 2006-09-29  Wim Taymans  <wim@fluendo.com>
8289
8290         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
8291         Stop reading commands when EOF (we read 0) as well.
8292
8293 2006-09-28  Wim Taymans  <wim@fluendo.com>
8294
8295         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
8296         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
8297         (find_dynamic), (unlinked), (close_link):
8298         Implement delayed caps linking needed for element with a lot of
8299         different caps on the src pads that get fixed at runtime.
8300         Improve management of dynamic elements.
8301
8302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8303         (group_destroy), (group_commit), (check_queue), (queue_overrun),
8304         (gen_preroll_element), (remove_groups), (unknown_type),
8305         (add_element_stream), (no_more_pads_full), (no_more_pads),
8306         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
8307         (new_decoded_pad), (setup_subtitle), (array_has_value),
8308         (gen_source_element), (source_new_pad), (has_all_raw_caps),
8309         (analyse_source), (remove_decoders), (make_decoder),
8310         (remove_source), (setup_source), (finish_source), (prepare_output),
8311         (gst_play_base_bin_change_state):
8312         * gst/playback/gstplaybasebin.h:
8313         Use more _CAST instead of full type checking casts.
8314         Small cleanups, plug some leaks.
8315         Handle dynamic sources.
8316         Add some helper functions to create lists of strings used for
8317         blacklisting and other stuff.
8318         Refactor some code dealing with analysing the source.
8319         Re-enable sources without pads (like cd:// or other selfcontained
8320         elements).
8321
8322 2006-09-28  Wim Taymans  <wim@fluendo.com>
8323
8324         * gst-libs/gst/audio/gstbaseaudiosink.c:
8325         (gst_base_audio_sink_render):
8326         When we have a timestamp, we can still perform clipping.
8327         When we have no clock, we must play the sample ASAP.
8328
8329 2006-09-28  Wim Taymans  <wim@fluendo.com>
8330
8331         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8332         Set caps on outgoing buffers.
8333
8334         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
8335         (gst_video_rate_event), (gst_video_rate_chain):
8336         * gst/videorate/gstvideorate.h:
8337         Fix videorate some more. Fixes #357977
8338
8339 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
8340
8341         * tests/check/elements/adder.c: (adder_suite):
8342           Don't set timeout to 6 seconds when we're running
8343           in valgrind ... (and how is 6 seconds longer than
8344           the default anyway?)
8345
8346 2006-09-28  Wim Taymans  <wim@fluendo.com>
8347
8348         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
8349         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
8350         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
8351         Keep sink and src segment to keep track of time and support more
8352         input formats.
8353         Fix bogus next_offset and run_time calculation, don't understand how
8354         this could have worked before. Fixes #357976.
8355         Remove some unneeded vars.
8356
8357 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
8358
8359         * gst/playback/gstplaybin.c: (remove_sinks):
8360           Only remove visualisation from visbin if there is a visbin (or:
8361           don't throw warnings when closing totem without playing a file).
8362
8363 2006-09-27  Wim Taymans  <wim@fluendo.com>
8364
8365         * gst-libs/gst/audio/gstbaseaudiosink.c:
8366         (gst_base_audio_sink_render):
8367         Add some more info in a WARNING.
8368
8369         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8370         (gst_base_audio_src_create):
8371         Handle PAUSE in create function, use new -core addition to
8372         wait for playing. Fixes pausing and resuming capture from an
8373         audiosrc.
8374
8375         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
8376         (gst_ring_buffer_read):
8377         Constify some more.
8378         Caller supports interrupted reads now.
8379
8380 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
8381
8382         * tests/check/Makefile.am:
8383           Another attempt to make the gen64 buildbot happy.
8384
8385 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
8386
8387         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
8388
8389         * ext/libvisual/visual.c: (gst_visual_clear_actors),
8390         (gst_visual_chain), (gst_visual_change_state):
8391           Libvisual plugin was not passing audio data to libvisual 0.4.0 
8392           correctly. Fixes #357800
8393
8394 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
8395
8396         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
8397           Add timeout to _get_state() so we see which pipeline it is
8398           that causes trouble on the gen64 build bot.
8399
8400 2006-09-27  Wim Taymans  <wim@fluendo.com>
8401
8402         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8403         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
8404         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
8405         (gst_base_rtp_depayload_set_gst_timestamp):
8406         the source pad always uses fixed caps.
8407
8408 2006-09-27  Wim Taymans  <wim@fluendo.com>
8409
8410         * docs/libs/gst-plugins-base-libs-docs.sgml:
8411         * docs/libs/gst-plugins-base-libs-sections.txt:
8412         * gst-libs/gst/audio/gstaudioclock.c:
8413         * gst-libs/gst/audio/gstaudioclock.h:
8414         * gst-libs/gst/audio/gstaudiosink.c:
8415         * gst-libs/gst/audio/gstaudiosink.h:
8416         * gst-libs/gst/audio/gstaudiosrc.c:
8417         * gst-libs/gst/audio/gstbaseaudiosink.c:
8418         (gst_base_audio_sink_render):
8419         * gst-libs/gst/audio/gstbaseaudiosink.h:
8420         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
8421         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8422         * gst-libs/gst/audio/gstringbuffer.h:
8423         Added docs for the audio libs.
8424
8425 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
8426
8427         * tests/check/Makefile.am:
8428           Temporarily disable test that fails on the bots for unknown reasons.
8429
8430 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8431
8432         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8433         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8434         Moved AudioCodecType into priv
8435         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
8436
8437 2006-09-25  Wim Taymans  <wim@fluendo.com>
8438
8439         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8440         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
8441         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
8442         (new_pad):
8443         Cleanups and small leak fixes.
8444         Added Depayloaders to valid list of autopluggable elements.
8445
8446 2006-09-25  Wim Taymans  <wim@fluendo.com>
8447
8448         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8449         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
8450         (gen_video_element), (gen_text_element), (gen_audio_element),
8451         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8452         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
8453         Detect NO_PREROLL state change returns and disable clock distribution to
8454         the sinks so that sync is disabled.
8455         Avoid some type checking and do simple casts instead.
8456         Small cleanups, fix some FIXMEs.
8457         Be more robust when linking user specified elements, catch an report
8458         errors. Fixes #357404.
8459         Fix some leaks in the error paths.
8460
8461 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
8462
8463         * ChangeLog:
8464           ChangeLog surgery for missing bug-number
8465
8466 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8467
8468         Patch by: Peter Kjellerstedt  <pkj at axis com>
8469
8470         * gst/playback/test.c:
8471           Fix compilation with uClibc and -Werror (#357591).
8472
8473 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8474
8475         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8476           Parse dates that are followed by a time as well (#357532).
8477
8478         * tests/check/libs/tag.c: (test_vorbis_tags):
8479           Add unit test for this.
8480
8481 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8482
8483         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8484         (gst_audio_convert_transform_caps):
8485         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
8486         * gst/videotestsrc/videotestsrc.h:
8487           A few array const-ifications.
8488
8489 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8490
8491         * tests/check/Makefile.am:
8492           See if this makes the build bots happy.
8493
8494         * tests/check/libs/cddabasesrc.c:
8495           UTF8-ise my name.
8496
8497 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8498
8499         Patch by: Young-Ho Cha <ganadist at chollian dot net>
8500
8501         * gst/subparse/samiparse.c: (handle_start_font),
8502         (fix_invalid_entities):
8503           More case-insensitivity for certain tags; recognise entities with
8504           decimal codes as special entities as well (#357330).
8505
8506 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8507
8508         * gst-libs/gst/Makefile.am:
8509           Need to build tag directory before cdda.
8510
8511 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8512
8513         * docs/libs/gst-plugins-base-libs-sections.txt:
8514         * gst-libs/gst/cdda/Makefile.am:
8515         * gst-libs/gst/cdda/gstcddabasesrc.c:
8516         (gst_cdda_base_src_base_init):
8517         * gst-libs/gst/cdda/gstcddabasesrc.h:
8518         * gst-libs/gst/tag/tag.h:
8519         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
8520         (gst_tag_register_musicbrainz_tags):
8521           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
8522           depend on libgsttag. This is required so we can extract/read tags like
8523           DISCID without depending on libgstcddabasesrc (which used to register
8524           them).
8525
8526         * gst-libs/gst/tag/gstvorbistag.c:
8527           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
8528           tags (also see #347848).
8529
8530         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
8531           Log vorbis comments we are actually writing. Const-ify array.
8532
8533 2006-09-23  Wim Taymans  <wim@fluendo.com>
8534
8535         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8536         Improve buffering a bit by avoiding a deadlock because we cannot assume
8537         the underrun is always called.
8538
8539 2006-09-23  Wim Taymans  <wim@fluendo.com>
8540
8541         Patch by: Young-Ho Cha <ganadist at chollian dot net>
8542
8543         * gst-libs/gst/riff/riff-ids.h:
8544         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8545         (gst_riff_create_audio_template_caps):
8546         Added MPEG-4 AAC and id and caps. Fixes #357289
8547         Added WMA9 Lossless id.
8548
8549 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8550
8551         * ext/gnomevfs/gstgnomevfssrc.c:
8552           Fix misleading docs addition.
8553
8554         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8555           Get rid of compiler warning the right way.
8556
8557 2006-09-22  Wim Taymans  <wim@fluendo.com>
8558
8559         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8560         (gst_base_rtp_depayload_finalize),
8561         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8562         (gst_base_rtp_depayload_push_full),
8563         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
8564         (gst_base_rtp_depayload_process),
8565         (gst_base_rtp_depayload_set_gst_timestamp),
8566         (gst_base_rtp_depayload_queue_release):
8567         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8568         Small cleanups.
8569         Fix some leaks.
8570         Refactored the process method and added methods to push from the process
8571         vmethod.
8572         Use _scale functions.
8573         API: gst_base_rtp_depayload_push_ts
8574         API: gst_base_rtp_depayload_push
8575
8576         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
8577         timestamps are uint.
8578
8579 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
8580
8581         * gst-libs/gst/interfaces/xoverlay.c:
8582           Remove unused statement from doc example.
8583
8584 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
8585
8586         * gst-libs/gst/interfaces/videoorientation.c:
8587         (gst_video_orientation_iface_init),
8588         (gst_video_orientation_get_hflip),
8589         (gst_video_orientation_get_vflip),
8590         (gst_video_orientation_get_hcenter),
8591         (gst_video_orientation_get_vcenter),
8592         (gst_video_orientation_set_hflip),
8593         (gst_video_orientation_set_vflip),
8594         (gst_video_orientation_set_hcenter),
8595         (gst_video_orientation_set_vcenter):
8596           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
8597           in ChangeLog)
8598
8599 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
8600
8601         * tests/check/Makefile.am:
8602         * tests/check/elements/.cvsignore:
8603         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
8604         (create_rgb_conversions), (rgb_conversion_free),
8605         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
8606         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
8607           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
8608           but disable for now since it doesn't pass (something wrong with
8609           RGBA somewhere).
8610
8611 2006-09-21  Wim Taymans  <wim@fluendo.com>
8612
8613         * gst/playback/gstplaybasebin.c: (group_commit),
8614         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
8615         (queue_out_of_data), (gen_preroll_element),
8616         (preroll_remove_overrun), (probe_triggered):
8617         Refactor handling of overrun detection.
8618         Separate handling of group completion and deadlock detection when doing
8619         network buffering. This should fix some deadlocks that were not detected
8620         because the group was completed.
8621         Add more comments, improve debugging.
8622
8623 2006-09-21  Wim Taymans  <wim@fluendo.com>
8624
8625         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
8626         * tests/check/libs/audio.c:
8627         Some more compilation fixes.
8628
8629 2006-09-21  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst-libs/gst/audio/gstringbuffer.c:
8632         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
8633         (gst_ring_buffer_read):
8634         Early morning compilation fix.
8635
8636 2006-09-20  Wim Taymans  <wim@fluendo.com>
8637
8638         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
8639         * tests/check/elements/multifdsink.c: (GST_START_TEST):
8640         * tests/check/elements/videorate.c: (GST_START_TEST):
8641         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8642         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
8643         Fix some warnings.
8644
8645 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
8646
8647         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8648         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8649         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
8650           Handcrafted merge to help CVS understanding what I changed and what
8651           not.
8652
8653 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
8654
8655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8656         (gst_xvimagesink_get_times):
8657           change colorkey behaviour back according to #354773 comment 6/7
8658
8659 2006-09-19  Michael Smith  <msmith@fluendo.com>
8660
8661         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8662         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
8663         (gst_multi_fd_sink_recover_client),
8664         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
8665         (gst_multi_fd_sink_get_property):
8666         * gst/tcp/gstmultifdsink.h:
8667           Implement stubbed out properties unit-type, units-soft-max,
8668           units-max, to allow specifying maximum sizes in units other than
8669           buffers.
8670           Fixes #355935
8671
8672 2006-09-19  Wim Taymans  <wim@fluendo.com>
8673
8674         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8675         (gst_riff_create_audio_template_caps):
8676         Reorder the audio formats a bit for clarity.
8677         Detect and create caps for MSGSM and MSN (WAV49).
8678         Fixes #356596.
8679
8680         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8681         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8682         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
8683         Small cleanups, move error handling out of normal flow for clarity.
8684
8685 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8686
8687         * docs/libs/gst-plugins-base-libs-docs.sgml:
8688         * docs/libs/gst-plugins-base-libs.types:
8689         * gst-libs/gst/interfaces/Makefile.am:
8690         * gst-libs/gst/interfaces/videoorientation.c:
8691         (gst_video_orientation_get_type),
8692         (gst_video_orientation_iface_init),
8693         (gst_video_orientation_get_hflip),
8694         (gst_video_orientation_get_vflip),
8695         (gst_video_orientation_get_hcenter),
8696         (gst_video_orientation_get_vcenter),
8697         (gst_video_orientation_set_hflip),
8698         (gst_video_orientation_set_vflip),
8699         (gst_video_orientation_set_hcenter),
8700         (gst_video_orientation_set_vcenter):
8701         * gst-libs/gst/interfaces/videoorientation.h:
8702           API: Add new interface to control video orientation (fixes #354908)
8703
8704 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8705
8706         * gst/videotestsrc/gstvideotestsrc.c:
8707           Use G_UNLIKELY in _create and log one more detail.
8708           
8709         (gst_video_test_src_get_times), (gst_video_test_src_create):
8710         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
8711           Use gst_util_uint64_scale_int in _get_times().
8712
8713 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8714
8715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
8716           Give better warning message (add object and detail).
8717
8718 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8719
8720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8721         (gst_xvimagesink_get_times):
8722           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
8723           #354773), use gst_util_uint64_scale_int in _get_times()
8724
8725 2006-09-18  Michael Smith  <msmith@fluendo.com>
8726
8727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
8728           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
8729           always true, leading to dropping all timestamps.
8730
8731 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8732
8733         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
8734         (gst_visual_chain), (gst_visual_change_state):
8735           update to work also with libvisual 0.4 API, fix double unref (#355914)
8736           
8737         * tools/gst-launch-ext.1.in:
8738         * tools/gst-visualise.1.in:
8739           remove references to old man-pages
8740
8741         * tests/examples/seek/seek.c: (main):
8742           add real meadi-buttons, add tool-tips for the seek-options, arrange
8743           seek options in a table
8744
8745 2006-09-18  Michael Smith  <msmith@fluendo.com>
8746
8747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
8748         (gst_ogg_mux_push_buffer):
8749           Don't generate out-of-order timestamps from oggmux, instead clamp
8750           output timestamps to be >= the previously output ts.
8751           Fixes #355595
8752
8753 2006-09-18  Michael Smith  <msmith@fluendo.com>
8754
8755         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8756         (gst_multi_fd_sink_class_init):
8757           Updates, fixes, and typo corrections for multifdsink. No functional
8758           changes.
8759
8760 2006-09-17  Michael Smith  <msmith@fluendo.com>
8761
8762         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
8763           Don't crash on truncated files - check that we got an 8 byte buffer
8764           before trying to memcmp it.
8765
8766 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
8767
8768         * gst/playback/gstplaybasebin.c: (get_active_source):
8769           Make stream-switching appear instant to the application
8770           (ie. make sure that a g_object_get on 'current-foo' returns
8771           the stream previously set with g_object_set(). Totem needs
8772           this to update stream-related meta-info (like audio-codec)
8773           correctly when switching streams.
8774
8775 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
8776
8777         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
8778         (gst_alsa_mixer_ensure_track_list):
8779           Try harder to guess which mixer track is the master mixer
8780           track (instead of just taking the first one that has a pvolume).
8781           Fixes #342228.
8782
8783 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8784
8785         reviewed by: <delete if not using a buddy>
8786
8787         * gst-libs/gst/audio/audio.h:
8788         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
8789
8790 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8791
8792         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
8793         (gst_audio_convert_transform_caps):
8794           Get structure-name just once.
8795
8796 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8797
8798         * tests/check/elements/audioresample.c: (GST_START_TEST):
8799         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8800         * tests/check/elements/volume.c: (GST_START_TEST):
8801         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
8802         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
8803         (test_pipeline), (GST_START_TEST):
8804         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8805         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
8806           Fix big batch of compiler warnings.
8807
8808 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8809
8810         * ext/gnomevfs/gstgnomevfssrc.c:
8811           Add docs about icydemux usage in connection with gnomevfssrc
8812
8813         * ext/libvisual/visual.c:
8814         * ext/ogg/gstoggaviparse.c:
8815         * ext/ogg/gstoggdemux.c:
8816         * ext/ogg/gstoggmux.c:
8817         * ext/ogg/gstoggparse.c:
8818         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8819         * gst-libs/gst/audio/gstaudiosink.c:
8820         * gst-libs/gst/audio/gstaudiosrc.c:
8821         * gst/audiorate/gstaudiorate.c:
8822           More G_OBJECT macro fixing.
8823
8824         * gst/audiotestsrc/gstaudiotestsrc.h:
8825           Fix wrong info in header due to copy & paste
8826
8827 2006-09-15  Wim Taymans  <wim@fluendo.com>
8828
8829         * gst-libs/gst/audio/gstbaseaudiosink.c:
8830         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
8831         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8832         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
8833         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
8834         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
8835         Do the delay calculation in the source/sink base classes as this is
8836         specific for the capture/playback mode.
8837         Try to fixate a bit better, like round depth up to a multiple of 8
8838         bigger than width.
8839         Handle underruns correctly by marking DISCONT on buffers and adjusting
8840         timestamps to handle the gap.
8841         Set offset/offset_end correctly on buffers.
8842
8843         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
8844         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
8845         (gst_ring_buffer_read):
8846         Remove resync and underrun recovery from the ringbuffer.
8847         Fix ringbuffer read code on under/overrun.
8848
8849 2006-09-15  Wim Taymans  <wim@fluendo.com>
8850
8851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8852         (gst_play_base_bin_init), (fill_buffer), (check_queue),
8853         (queue_threshold_reached), (gst_play_base_bin_set_property),
8854         (gst_play_base_bin_get_property):
8855         * gst/playback/gstplaybasebin.h:
8856         Don't use a 0 low watermark when buffering, it is catching starvation
8857         way too late. Instead, use a 3 second queue with 30 and 95
8858         percent low/high watermarks. 
8859         Added queue-min-threshold property to configure low watermark.
8860         Use new _buffering message API.
8861         Make queue_threshold variable big enough to store a uint64 time value.
8862         API: playbin::queue-min-threshold property.
8863
8864 2006-09-15  Wim Taymans  <wim@fluendo.com>
8865
8866         * configure.ac:
8867         We require 0.10.10.1 now because of _wait_preroll().
8868
8869         * gst-libs/gst/audio/gstbaseaudiosink.c:
8870         (gst_base_audio_sink_render):
8871         Use gst_base_sink_wait_preroll().
8872
8873 2006-09-15  Wim Taymans  <wim@fluendo.com>
8874
8875         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
8876         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
8877         Use DEBUG_OBJECT more.
8878
8879 === release 0.10.10 ===
8880
8881 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8882
8883         patch by: Michael Smith <msmith at fluendo dot com>
8884
8885         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
8886         (gst_multi_fd_sink_client_queue_buffer),
8887         (gst_multi_fd_sink_new_client):
8888         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8889         (multifdsink_suite):
8890           Fix implementation of sync-method 'next-keyframe'
8891           Closes #354594
8892
8893 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8894
8895         patch by: Wim Taymans <wim at fluendo dot com>
8896
8897         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8898         This patch removes the RANDOM flag that was incorrectly introduced with
8899         revision 1.91.  Fixes #354590
8900
8901 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8902
8903         * tests/check/Makefile.am:
8904           Random variation in Makefile line to see if it makes the
8905           gen64-base-full bot any happier.
8906
8907 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8908
8909         * tests/check/pipelines/oggmux.c: (oggmux_suite):
8910           Disable test that fails at the moment (killed after timeout).
8911
8912 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8913
8914         Patch by: James Livingston  <doclivingston at gmail.com>
8915
8916         * tests/check/Makefile.am:
8917         * tests/check/pipelines/.cvsignore:
8918         * tests/check/pipelines/oggmux.c: (get_page_codec),
8919         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
8920         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
8921         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
8922         (test_theora_vorbis), (oggmux_suite):
8923           Add simple unit test for oggmux from #337026 with checking for the
8924           EOS flags disabled for the time being.
8925
8926 2006-09-04  Wim Taymans  <wim@fluendo.com>
8927
8928         patch by: Alessandro Dessina <alessandro nnva org>
8929
8930         * ext/ogg/gstoggmux.c:
8931         Add cmml caps to oggmux. Fixes #353912
8932
8933 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
8934
8935         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8936           Returning a return value often helps. In this case, we
8937           don't need the return value anyway, so just get rid of it.
8938           Should make build bots much happier.
8939
8940 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
8941
8942         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
8943         (paint_get_structure), (gst_video_test_src_get_size),
8944         (gst_video_test_src_smpte), (gst_video_test_src_snow),
8945         (gst_video_test_src_unicolor), (paint_setup_AYUV),
8946         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
8947         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
8948         * gst/videotestsrc/videotestsrc.h:
8949           Add support for AYUV and the various RGBA formats. Initialise
8950           fields of paintinfo structs allocated on the stack.
8951
8952         * tests/check/elements/videotestsrc.c: (right_shift_colour),
8953         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
8954         (check_rgb_buf), (videotestsrc_suite):
8955           Add unit tests for videotestsrc's RGB output.
8956
8957 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
8958
8959         * gst/videotestsrc/gstvideotestsrc.c:
8960         (gst_video_test_src_pattern_get_type),
8961         (gst_video_test_src_set_pattern):
8962         * gst/videotestsrc/gstvideotestsrc.h:
8963         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
8964         (gst_video_test_src_black), (gst_video_test_src_white),
8965         (gst_video_test_src_red), (gst_video_test_src_green),
8966         (gst_video_test_src_blue):
8967         * gst/videotestsrc/videotestsrc.h:
8968           Add more uni-colour patterns ("white", "red", "green", and "blue").
8969
8970 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
8971
8972         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
8973           Fix stride for YVYU, should be word-aligned (#353658).
8974
8975 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
8976
8977         * gst/adder/gstadder.c: (gst_adder_src_event):
8978           Fix build.
8979
8980 2006-08-31  Edward Hervey  <edward@fluendo.com>
8981
8982         * gst/adder/gstadder.c: (forward_event_func),
8983         (gst_adder_src_event), (gst_adder_collected),
8984         (gst_adder_change_state):
8985         * gst/adder/gstadder.h:
8986         Remember the start position asked in the incoming seeks, so we can
8987         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
8988         of assuming it will always be 0).
8989
8990 2006-08-31  Edward Hervey  <edward@fluendo.com>
8991
8992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
8993         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
8994         (gst_ogg_demux_loop):
8995         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
8996
8997 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9000         (gst_ffmpegcsp_get_unit_size):
9001           Return FALSE instead of returning a random false unit
9002           size when the format isn't known/supported (even if
9003           this shouldn't happen under normal circumstances).
9004
9005 2006-08-29  Wim Taymans  <wim@fluendo.com>
9006
9007         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9008
9009         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
9010         (gst_gnome_vfs_src_start):
9011         Try harder to get the size from a uri by using _info_uri() when
9012         _info_from_handle() does not give us enough info. 
9013         Also follow symlinks when getting the size.
9014         Partially Fixes #332864.
9015
9016 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
9017
9018         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
9019
9020         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
9021         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
9022         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
9023         (gst_alsa_mixer_set_record):
9024         * ext/alsa/gstalsamixertrack.c:
9025         (gst_alsa_mixer_track_update_alsa_capabilities),
9026         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
9027         (gst_alsa_mixer_track_update):
9028         * ext/alsa/gstalsamixertrack.h:
9029           Improve and fix mixer track handling, in particular better handling
9030           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
9031           separate track objects for tracks that have both capture and playback
9032           volume (and label them differently as well so they're not mistakenly
9033           assumed to be duplicates); classify mixer tracks that only affect
9034           the audible volume of something (rather than the capture volume)
9035           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
9036           for capture tracks to correspond to alsa-pswitch alsa-cswitch
9037           (following the meaning documented in the mixer interface header
9038           file); add support for alsa's exclusive cswitch groups; update/sync
9039           state/flags better if mixer settings are changed by another
9040           application. Fixes #336075.
9041
9042 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * gst/playback/gstplaybin.c:
9045           Improve docs: add section about BUFFERING messages sent by playbin.
9046
9047 2006-08-29  Michael Smith  <msmith@fluendo.com>
9048
9049         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
9050         (gst_vorbis_enc_buffer_check_discontinuous),
9051         (gst_vorbis_enc_chain):
9052           Ignore explicit DISCONT marked on buffers (which is often spurious,
9053           particularly when using multiple segments), in favour of solely
9054           using the timestamps/durations.
9055
9056 2006-08-29  Edward Hervey  <edward@fluendo.com>
9057
9058         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9059         Don't rely on incoming buffers offset anymore, since it is completely
9060         broken when using multiple segments.
9061         Instead convert the incoming buffers timestamp to running time, and
9062         then convert that value to the offsets.
9063         Also inform GstSegment of the last outputted stop position, which is
9064         needed if we received several segments with an unknown stop value.
9065
9066 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9067
9068         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9069           fix buffer unreffing on a header push failure
9070
9071 2006-08-28  Wim Taymans  <wim@fluendo.com>
9072
9073         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
9074         (gst_audio_rate_chain):
9075         Make the metadata of the buffer writable before changing its
9076         flags.
9077
9078 2006-08-28  Wim Taymans  <wim@fluendo.com>
9079
9080         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
9081         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9082         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
9083         (gst_audio_rate_chain), (gst_audio_rate_change_state):
9084         Fix audiorate some more.
9085         Reset and resync counters on flush and READY.
9086         Handle the DISCONT flag correctly.
9087         Use GstSegment to track position.
9088         Fail when not negotiated.
9089         Fixes #353234.
9090
9091 2006-08-25  Michael Smith  <msmith@fluendo.com>
9092
9093         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9094           Fix spelling.
9095           Remove accidently included debug line.
9096
9097 2006-08-25  Wim Taymans  <wim@fluendo.com>
9098
9099         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9100         Small cleanups.
9101         If a buffer is received with no caps, make the buffer metadata
9102         writable and set the caps, making sure that we don't screw up the
9103         refcounts.
9104
9105 2006-08-25  Michael Smith  <msmith@fluendo.com>
9106
9107         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
9108         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
9109           Fix memory leaks and misleading debug messages, add a couple of
9110           comments.
9111
9112         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
9113         (gst_multi_fd_sink_render):
9114           Do not use gst_buffer_make_writable() in a basesink render method,
9115           as it may incorrectly unref the buffer. Instead, use convoluted
9116           dance to avoid copying the buffer except when we need to.
9117
9118 2006-08-25  Michael Smith  <msmith@fluendo.com>
9119
9120         * ext/vorbis/vorbisenc.c:
9121         (gst_vorbis_enc_buffer_check_discontinuous):
9122           Allow very small discontinuities in the timestamps. These we can't
9123           do anything useful with anyway (because vorbis's timestamps have
9124           only sample granularity), and are commonly produced by elements with
9125           minor bugs. Allow up to 1/2 a sample out.
9126           Fixes #351742.
9127
9128 2006-08-24  Wim Taymans  <wim@fluendo.com>
9129
9130         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
9131         (play_scrub_toggle_cb), (main):
9132         Add a checkbox to enable play scrubbing. Makes it possible to disable
9133         normal scrubbing.
9134
9135 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
9136
9137         * tests/check/elements/.cvsignore:
9138           make buildbot happy
9139
9140 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
9141
9142         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9143         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
9144         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
9145         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9146         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9147         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
9148         (gst_ogm_text_parse_strip_trailing_zeroes),
9149         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
9150         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
9151           Refactor ogm parse, do better input checking, misc. clean-ups.
9152           Cache incoming events and push them once the source pad has
9153           been created. Don't pass unterminated strings to sscanf().
9154           Strip trailing zeroes from subtitle text output, since they
9155           are not valid UTF-8. Don't push vorbiscomment packets on
9156           the subtitle text pad. Output perfect streams if possible.
9157
9158 2006-08-23  Wim Taymans  <wim@fluendo.com>
9159
9160         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
9161         Waits for tasks to settle down so that we clean up correctly for 
9162         valgrind.
9163
9164 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
9167           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
9168           actually return return value in taglists_are_equal.
9169
9170 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
9171
9172         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9173           Fix crash due to broken bitstream parsing on x86-64: can't make
9174           any assumptions about sizeof(struct) due to alignment/packing
9175           differences on different architectures. Fixes #351790.
9176
9177 2006-08-22  Wim Taymans  <wim@fluendo.com>
9178
9179         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9180         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9181         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9182         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9183         (gst_riff_parse_info):
9184         Protect public functions against bad input.
9185         Do some cleanups.
9186         Fix documentation.
9187
9188 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9189
9190         * gst-libs/gst/riff/riff-ids.h:
9191         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9192           Add voxware audio IDs (even if we can't play it) (#351795).
9193
9194 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9195
9196         * gst-libs/gst/riff/riff-media.c:
9197         (gst_riff_create_video_template_caps),
9198         (gst_riff_create_audio_template_caps),
9199         (gst_riff_create_iavs_template_caps):
9200           Const-ify some arrays and use G_N_ELEMENTS instead
9201           of wasting oodles of RAM on terminator bits.
9202
9203 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9204
9205         * gst-libs/gst/tag/gstvorbistag.c:
9206         (gst_tag_list_to_vorbiscomment_buffer):
9207         * tests/check/libs/tag.c: (GST_START_TEST):
9208           And the same for _to_vorbiscomment_buffer(): allow
9209           id_data_len == 0 for speex.
9210
9211 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9212
9213         * configure.ac:
9214         * docs/plugins/Makefile.am:
9215         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9216         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9217         * docs/plugins/inspect/plugin-gdp.xml:
9218         * gst/gdp/Makefile.am:
9219         * tests/check/Makefile.am:
9220           Move GDP plugin to -base from -bad.  Closes #347783.
9221
9222 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
9223
9224         * gst-libs/gst/tag/gstvorbistag.c:
9225         (gst_tag_list_from_vorbiscomment_buffer):
9226           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
9227           Also add some checks to make sure we don't memcmp() beyond the end of
9228           vorbiscomment buffer if the ID to check for is larger than the buffer.
9229
9230         * tests/check/libs/tag.c: (GST_START_TEST):
9231           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
9232
9233 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
9234
9235         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
9236         (gst_vorbis_enc_set_metadata):
9237           Use vorbis comment utility functions from libgsttag
9238           instead of re-inventing the wheel (partially fixes #347091).
9239
9240 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
9241
9242         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9243         Fix leaks. Wait for state transitions that might happen ASYNC, as well
9244         as some that won't.
9245
9246 2006-08-21  Wim Taymans  <wim@fluendo.com>
9247
9248         * docs/libs/Makefile.am:
9249         * docs/libs/gst-plugins-base-libs-sections.txt:
9250         * docs/libs/gst-plugins-base-libs.types:
9251         Don't try to GObject scan the netbuffer as it's not a GObject.
9252         Fixes #351308.
9253
9254         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9255         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9256         Document GstNetBuffer.
9257
9258 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
9259
9260         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9261         (audioconvert_suite):
9262           Add testcase for caps-size-explosion
9263
9264 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9265
9266         * gst/audioconvert/gstaudioconvert.c:
9267         (gst_audio_convert_get_unit_size), (set_structure_widths):
9268           Lower debug, use g_assert in _get_unit_size
9269
9270         * gst/audioresample/gstaudioresample.c:
9271         (audioresample_get_unit_size):
9272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9273         (gst_ffmpegcsp_get_unit_size):
9274         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
9275           use g_assert in _get_unit_size
9276
9277 2006-08-18  Wim Taymans  <wim@fluendo.com>
9278
9279         * docs/libs/gst-plugins-base-libs-sections.txt:
9280         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
9281         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
9282         (gst_rtp_buffer_get_payload_buffer):
9283         * gst-libs/gst/rtp/gstrtpbuffer.h:
9284         Document GstRTPBuffer.
9285         Added function to efficiently strip payload headers.
9286         API: gst_rtp_buffer_get_payload_subbuffer()
9287
9288 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
9289
9290         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
9291         (gst_tag_to_vorbis_comments):
9292           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
9293           tags and deserialise them properly as well (#347091).
9294           Add some more gtk-doc blurbs and also some g_return_if_fail().
9295
9296         * tests/check/libs/tag.c: (GST_START_TEST),
9297         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
9298           More tests.
9299
9300 2006-08-17  Wim Taymans  <wim@fluendo.com>
9301
9302         * ext/ogg/Makefile.am:
9303         * ext/ogg/gstogg.c: (plugin_init):
9304         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
9305         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
9306         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
9307         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
9308         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
9309         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
9310         Added ogg-in-avi parser element. Fixes #140139.
9311
9312         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9313         Fixed a bug in oggdemux debug code.
9314
9315         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
9316         (gst_riff_create_audio_template_caps):
9317         Recognise Ogg in the AVI extensible wave format.
9318
9319 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
9322           Make buffer durations add up (duration should be next_ts-ts for
9323           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
9324           from CVS.
9325
9326         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
9327         (test_buffer_timestamps), (cddabasesrc_suite):
9328           Add unit test for the above.
9329
9330         * tests/check/Makefile.am:
9331           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
9332           to see what happens.
9333
9334 2006-08-16  Wim Taymans  <wim@fluendo.com>
9335
9336         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
9337         (gst_alsasink_open):
9338         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
9339         (gst_alsasrc_open):
9340         Avoid setting and using a NULL device name.
9341         Print more info when we fail to open a device.
9342
9343 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9344
9345         * docs/libs/gst-plugins-base-libs-sections.txt:
9346         * gst-libs/gst/tag/tag.h:
9347         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
9348           API: add gst_tag_parse_extended_comment() (#351426).
9349
9350         * tests/check/Makefile.am:
9351         * tests/check/libs/.cvsignore:
9352         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
9353           Add unit test for gst_tag_parse_extended_comment().
9354
9355 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9356
9357         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
9358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
9359           Fix leak (#351502).
9360
9361 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9362
9363         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9364         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9365         * docs/plugins/gst-plugins-base-plugins.args:
9366         * gst/playback/gstplaybin.c:
9367           Document playbin.
9368           
9369         * docs/plugins/inspect/plugin-adder.xml:
9370         * docs/plugins/inspect/plugin-alsa.xml:
9371         * docs/plugins/inspect/plugin-audioconvert.xml:
9372         * docs/plugins/inspect/plugin-audiorate.xml:
9373         * docs/plugins/inspect/plugin-audioresample.xml:
9374         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9375         * docs/plugins/inspect/plugin-cdparanoia.xml:
9376         * docs/plugins/inspect/plugin-decodebin.xml:
9377         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9378         * docs/plugins/inspect/plugin-gnomevfs.xml:
9379         * docs/plugins/inspect/plugin-ogg.xml:
9380         * docs/plugins/inspect/plugin-pango.xml:
9381         * docs/plugins/inspect/plugin-playbin.xml:
9382         * docs/plugins/inspect/plugin-subparse.xml:
9383         * docs/plugins/inspect/plugin-tcp.xml:
9384         * docs/plugins/inspect/plugin-theora.xml:
9385         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9386         * docs/plugins/inspect/plugin-video4linux.xml:
9387         * docs/plugins/inspect/plugin-videorate.xml:
9388         * docs/plugins/inspect/plugin-videoscale.xml:
9389         * docs/plugins/inspect/plugin-videotestsrc.xml:
9390         * docs/plugins/inspect/plugin-volume.xml:
9391         * docs/plugins/inspect/plugin-vorbis.xml:
9392         * docs/plugins/inspect/plugin-ximagesink.xml:
9393         * docs/plugins/inspect/plugin-xvimagesink.xml:
9394           Update to CVS version.
9395
9396 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
9397
9398         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9399         (gst_play_bin_set_property), (gst_play_bin_get_property),
9400         (value_list_append_structure_list),
9401         (gst_play_bin_handle_redirect_message),
9402         (gst_play_bin_handle_message):
9403           API: GstPlayBin::connection-speed
9404           Add "connection-speed" property; re-order redirect messages with
9405           multiple redirect locations depending on the minimum bitrate if
9406           that information is available and a connection speed is set
9407           (#350399).
9408
9409 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
9410
9411         * gst/playback/gstplaybin.c:
9412           Update max volume to the same value that the volume element uses.
9413
9414 2006-08-14  Wim Taymans  <wim@fluendo.com>
9415
9416         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9417         Less uglyness..
9418
9419 2006-08-14  Wim Taymans  <wim@fluendo.com>
9420
9421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
9422         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
9423         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
9424         Add some more debug info.
9425         Don't crash when a seek failed.
9426         Actually return the result of the seek instead of TRUE.
9427         Ignore multiple BOS pages with the same serial so that we don't create
9428         the same stream multiple times.
9429         Post an error when we fail to do the initial seek.
9430
9431 2006-08-13  Wim Taymans  <wim@fluendo.com>
9432
9433         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
9434         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
9435         Small code cleanup.
9436
9437         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
9438         (gst_alsa_mixer_new):
9439         Remove hack that always set the device to hw:0*.
9440         Properly find the card name for whatever device was configured.
9441         Do some better debugging.
9442         Fixes #350784.
9443
9444         * ext/alsa/gstalsamixerelement.c:
9445         (gst_alsa_mixer_element_set_property),
9446         (gst_alsa_mixer_element_change_state):
9447         Cleanups.
9448         Handle setting of a NULL device name better.
9449
9450 2006-08-11  Wim Taymans  <wim@fluendo.com>
9451
9452         * gst/adder/gstadder.c:
9453         Don't clip float values. Fixes #350900.
9454
9455 2006-08-11  Andy Wingo  <wingo@pobox.com>
9456
9457         * gst/tcp/gsttcp.c: Really fix the build?
9458
9459         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
9460         fixes the build.
9461
9462 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
9463
9464         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
9465           Float caps shouldn't have a "signed" field.
9466
9467 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
9468
9469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
9470           Implement SEEKING query in its most basic form, so that we can
9471           at least check if we're seekable or not (#350655).
9472
9473 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
9474
9475         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9476           The checks here are not even close to anything that would
9477           justify MAXIMUM probability, lowering to POSSIBLE until someone
9478           fixes the checks (case at hand: quicktime redirection files
9479           might start with 00 00 01 XX and pass the checks here just
9480           fine, see #350399).
9481
9482 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9483
9484         Patch by: Sjoerd Simons  <sjoerd at luon net>
9485
9486         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
9487           Better detection for multipart/x-mixed-replace: accept leading
9488           whitespaces before the boundary marker as well (as our very own
9489           multipartmux used to produce) (#349068).
9490
9491 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
9492
9493         Patch by: Young-Ho Cha  <ganadist at chollian net>
9494
9495         * gst-libs/gst/riff/riff-ids.h:
9496         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
9497         (gst_riff_create_audio_template_caps):
9498           Detect DTS audio streams (#350157).
9499
9500 2006-08-05  Andy Wingo  <wingo@pobox.com>
9501
9502         * ext/theora/gsttheoraparse.h:
9503         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
9504         (theora_parse_dispose, theora_parse_set_property)
9505         (theora_parse_get_property, theora_parse_munge_granulepos)
9506         (theora_parse_push_buffer, theora_parse_change_state):
9507         API: GstTheoraParse::synchronization-points
9508         Add a property 'synchronization-points' to fix badly synchronized oggs.
9509
9510 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9511
9512         * tests/check/Makefile.am:
9513         * tests/check/libs/.cvsignore:
9514         * tests/check/libs/audio.c: (structure_contains_channel_positions),
9515         (fixed_caps_have_channel_positions), (GST_START_TEST),
9516         (audio_suite), (main):
9517           Add a few tests for the channel position stuff in libgstaudio.
9518
9519 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9520
9521         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
9522         (gst_alsa_detect_channels):
9523         * ext/alsa/gstalsasink.c:
9524           Add support for cards that (only) do more than 8 channels,
9525           like the Delta 44 (#345188).
9526
9527         * gst-libs/gst/audio/multichannel.c:
9528         (gst_audio_check_channel_positions):
9529         * gst-libs/gst/audio/multichannel.h:
9530           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
9531           unspecified channel position and cannot be combined with any
9532           of the other audio channel positions; adjust position layout
9533           checks accordingly (#345188).
9534
9535 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9536
9537         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9538           Recognise ancient RealAudio files (see #349779).
9539
9540 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9541
9542         Patch by: Jens Granseuer  <jensgr at gmx net>
9543
9544         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9545           Add typefinder for Interplay's MVE format (#348973).
9546
9547 2006-08-02  Wim Taymans  <wim@fluendo.com>
9548
9549         Patch by: Marcel Moreaux <marcelm at luon dot net>
9550
9551         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9552         (gst_base_rtp_depayload_add_to_queue):
9553         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9554         Handle RTP sequence number rollover.
9555         Disable jitterbuffer by default.
9556
9557 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
9558
9559         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
9560         (audioresample_set_caps):
9561         Don't leak references to the incoming caps. Clean them up when
9562         stopping.
9563
9564         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9565         (gst_video_scale_finalize):
9566         Don't leak our temporary pixel buffer.
9567
9568         * tests/check/Makefile.am:
9569         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
9570         (GST_START_TEST), (simple_launch_lines_suite):
9571
9572         Fix leaks and re-enable the test for valgrind checking.
9573
9574 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9575
9576         Patch by: Sjoerd Simons  <sjoerd at luon net>
9577
9578         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
9579         (plugin_init):
9580           Add typefind function for multipart/x-mixed-replace (#348916).
9581
9582 2006-07-28  Wim Taymans  <wim@fluendo.com>
9583
9584         * gst/adder/gstadder.c: (gst_adder_setcaps),
9585         (gst_adder_query_duration):
9586         Fix leak in duration query.
9587         Reflow some docs and notes.
9588
9589 2006-07-28  Michael Smith  <msmith@fluendo.com>
9590
9591         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
9592         (vorbisenc_suite):
9593           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
9594           aspect of it.
9595
9596 2006-07-28  Michael Smith  <msmith@fluendo.com>
9597
9598         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
9599         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
9600         (gst_vorbis_enc_push_buffer),
9601         (gst_vorbis_enc_buffer_check_discontinuous),
9602         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
9603         * ext/vorbis/vorbisenc.h:
9604           Handle discontinuities in the input vorbis stream correctly,
9605           so that the output is properly timestamped (and has good granulepos
9606           values). Needs some oggmux fixes too.
9607
9608 2006-07-27  Wim Taymans  <wim@fluendo.com>
9609
9610         patch by: Kai Vehmanen <kv2004 eca cx>
9611
9612         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9613         (gst_base_rtp_depayload_chain),
9614         (gst_base_rtp_depayload_handle_sink_event),
9615         (gst_base_rtp_depayload_change_state):
9616         Don't send multiple newsegments with different formats.
9617         Fixes #348677.
9618
9619 2006-07-26  Wim Taymans  <wim@fluendo.com>
9620
9621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9622         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
9623         Make seeking in ogg more accurate again by doing the more correct
9624         granuletime to stream time conversion.
9625
9626 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9627
9628         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
9629         (gst_multi_fd_sink_new_client):
9630           debug a little more understandably
9631           do not use goto as a substitute for break, especially if
9632           break is also being used
9633
9634 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9635
9636         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9637         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9638           Remove GLib-2.6 compatibility cruft.
9639
9640 2006-07-24  Wim Taymans  <wim@fluendo.com>
9641
9642         * gst-libs/gst/audio/gstbaseaudiosink.c:
9643         (gst_base_audio_sink_render):
9644         Don't try to align a sample to an unknown value.
9645
9646 2006-07-24  Wim Taymans  <wim@fluendo.com>
9647
9648         * gst-libs/gst/audio/gstbaseaudiosink.c:
9649         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
9650         When the audio clock is slaved to another clock, never try to align
9651         samples but trust the rate interpolation algorithm.
9652
9653 2006-07-24  Wim Taymans  <wim@fluendo.com>
9654
9655         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9656         Don't try to calculate silence samples, base class does this much
9657         better now.
9658
9659         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9660         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
9661         (gst_ring_buffer_acquire):
9662         Calculate silence samples correctly.
9663
9664         * gst-libs/gst/audio/gstringbuffer.h:
9665         Add _CAST macro.
9666
9667 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
9670           Limit search for the first markup tag to the first few kB of
9671           the file. If we don't find one there, it's highly unlikely that
9672           this is an XML(-ish) file.
9673
9674 2006-07-21  Andy Wingo  <wingo@pobox.com>
9675
9676         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
9677         test to the one in vorbisenc. Also commented out.
9678
9679         * tests/check/pipelines/vorbisenc.c: 
9680         (test_discontinuity): New test, commented out until Mike lands
9681         some elite vorbisenc patches.
9682
9683         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
9684         Bufferstraw was actually factored out of these tests. Now we share
9685         code yay.
9686
9687         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
9688         for bufferstraw addition to gstcheck.
9689
9690 2006-07-21  Wim Taymans  <wim@fluendo.com>
9691
9692         * ext/theora/theoradec.c: (clip_buffer):
9693         Better clipping.
9694
9695 2006-07-21  Wim Taymans  <wim@fluendo.com>
9696
9697         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
9698         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9699         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
9700         Fix leak.
9701         Avoid type casting when we can.
9702
9703         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
9704         Fix mem leak.
9705
9706 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
9707
9708         * ext/alsa/gstalsamixerelement.c:
9709         (gst_alsa_mixer_element_change_state):
9710           Make state change fail if the specified device can't be opened
9711           for some reason.
9712
9713 2006-07-20  Wim Taymans  <wim@fluendo.com>
9714
9715         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9716         (cb_newpad), (main):
9717         Example of a small audio/video player using decodebin.
9718
9719 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9720
9721         * gst-libs/gst/riff/riff-ids.h:
9722           Add 'fact' chunk id
9723
9724 2006-07-19  Wim Taymans  <wim@fluendo.com>
9725
9726         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9727         (gst_base_rtp_depayload_chain),
9728         (gst_base_rtp_depayload_change_state):
9729         Don't assert when not negotiated but post a meaningfull 
9730         error message. Fixes #347918.
9731
9732         * gst-libs/gst/rtp/gstbasertppayload.c:
9733         Add comment about better default MTU size.
9734
9735         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
9736         Small cleanups, start docs.
9737
9738 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         Patch by: Martin Szulecki
9741
9742         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
9743           If "device-name" is requested and the device is not
9744           open, try to temporarily open it to obtain this
9745           information (#342494).
9746
9747 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9748
9749         * gst-libs/gst/tag/gstid3tag.c:
9750           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
9751
9752         * gst-libs/gst/tag/gsttageditingprivate.h:
9753         * gst-libs/gst/tag/gstvorbistag.c:
9754           Some more random const-ifications.
9755
9756 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9757
9758         * gst-libs/gst/riff/riff-ids.h:
9759         * gst-libs/gst/riff/riff-media.c:
9760         (gst_riff_create_video_template_caps):
9761           Add more FOURCCs (sort list to make stuff easier to find),
9762           add comment what those 16 bytes in struct _gst_riff_strh according to
9763           one avi-dumper are
9764
9765 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
9766
9767         * gst-libs/gst/audio/multichannel.c:
9768         (gst_audio_check_channel_positions),
9769         (gst_audio_fixate_channel_positions):
9770           Const-ify two arrays.
9771
9772 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
9773
9774         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
9775           Fix typo, so that alsasink also advertises 8 channels
9776           if that's supported (tags: can, worms, open, alsa, ph34r).
9777
9778 2006-07-17  Wim Taymans  <wim@fluendo.com>
9779
9780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9781         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
9782         *sigh*, when is the compiler going to warn when the comments
9783         are out-of-sync with the code.. Refix case of busted theora
9784         headers with 0 granule pos.
9785
9786 2006-07-14  Wim Taymans  <wim@fluendo.com>
9787
9788         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9789         (gst_base_rtp_depayload_wait),
9790         (gst_base_rtp_depayload_change_state),
9791         (gst_base_rtp_depayload_set_property),
9792         (gst_base_rtp_depayload_get_property):
9793         Fix 99% cpu load by waiting for absolute times on the
9794         clock. Fixes #347300.
9795
9796 2006-07-14  Andy Wingo  <wingo@pobox.com>
9797
9798         * ext/theora/gsttheoraparse.h: 
9799         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
9800         (theora_parse_push_headers, theora_parse_clear_queue)
9801         (theora_parse_drain_queue_prematurely, )
9802         (theora_parse_sink_event, theora_parse_change_state): Queue events
9803         until we initialized our state, like in vorbisparse.
9804
9805         * ext/vorbis/vorbisparse.h: 
9806         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
9807         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
9808         (vorbis_parse_drain_queue_prematurely, )
9809         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
9810         until we have initialized our state. Fixes seeking after an
9811         initial pad block.
9812
9813 2006-07-14  Andy Wingo  <wingo@pobox.com>
9814
9815         Patch by: Iain Holmes <iaingnome@gmail.com>
9816         
9817         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
9818
9819 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
9820
9821         * configure.ac:
9822         Bump nano back to CVS
9823
9824 === release 0.10.9 ===
9825
9826 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
9827
9828         * configure.ac:
9829           releasing 0.10.9, "I walk the line"
9830
9831 2006-07-14  Michael Smith  <msmith@fluendo.com>
9832
9833         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
9834           Move a g_cond_signal to earlier to avoid sometimes deadlocking
9835           (commonly happens when running this test under valgrind) when trying
9836           to remove the buffer probe.
9837
9838 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9839
9840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9841         Fix missing g_unlock from the previous commit
9842
9843 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9844
9845         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9846         (gst_ximagesink_change_state):
9847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9848         (gst_xvimagesink_change_state):
9849         Implement a locking order to ensure we always take the object lock
9850         before the x_lock and never vice-versa.
9851
9852 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9853
9854         * gst/playback/gstdecodebin.c: (find_compatibles):
9855         Fix a caps leak when linking (#347304)
9856
9857         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9858         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
9859         (gst_ximagesink_change_state):
9860         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9861         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
9862         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9863         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
9864         Don't leak shared memory resources. Use the object lock to protect
9865         against the xcontext disappearing while returning a buffer from the
9866         pipeline. (#347304)
9867
9868 2006-07-12  Edward Hervey  <edward@fluendo.com>
9869
9870         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
9871         (vorbis_handle_comment_packet):
9872         gst_tag_list_merge() returns a new object. Take that into account when
9873         using it. This avoids memleak.
9874         Revert previous commit which is not needed.
9875
9876 2006-07-12  Edward Hervey  <edward@fluendo.com>
9877
9878         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
9879         Reset the decoder in finalize so that all fields get cleared.
9880
9881 2006-07-12  Wim Taymans  <wim@fluendo.com>
9882
9883         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9884         (gst_base_audio_src_set_clock),
9885         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
9886         Don't try to post an error message when setting the clock fails
9887         as this can happen when adding an element to a bin which will then
9888         deadlock. Fixes #347296.
9889
9890 2006-07-12  Edward Hervey  <edward@fluendo.com>
9891
9892         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
9893         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9894         (vorbis_handle_type_packet):
9895         Post tag messages on the bus even if we're not initialized.
9896         If we're not initialized, we still postpone the event pushing of tags.
9897
9898 2006-07-12  Wim Taymans  <wim@fluendo.com>
9899
9900         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9901         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9902         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
9903         Revert last two changes that broke the freeze.
9904
9905 2006-07-12  Wim Taymans  <wim@fluendo.com>
9906
9907         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9908         basesink calculates silence sample correctly for us.
9909
9910 2006-07-12  Wim Taymans  <wim@fluendo.com>
9911
9912         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9913         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
9914         Calculate correct silence samples so we don't fill our ringbuffer
9915         with noise.
9916
9917 2006-07-12  Edward Hervey  <edward@fluendo.com>
9918
9919         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9920         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
9921         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
9922         * ext/vorbis/vorbisdec.h:
9923         Delay sending events (newsegment, tags) until the decoder is properly
9924         initialized.
9925         Fixes #347295
9926
9927 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
9928
9929         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
9930         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
9931           Patch from #347221 adding a test for audioconvert
9932           channel remappings.
9933
9934 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9935
9936         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
9937         (gst_ssa_parse_parse_line):
9938           Don't include the terminating NUL in the buffer size,
9939           it's only there for extra paranoia (would add random
9940           '*' characters at the end of each subtitle since the
9941           terminator itself is not valid UTF-8 technically).
9942           Also fix indenting after boilerplate macro.
9943
9944 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9945
9946         * gst/playback/gstdecodebin.c: (close_pad_link):
9947           Also emit 'unknown-type' signal (which should really be
9948           called unhandled-type) if we found potential decoders/demuxers
9949           in the registry but none of them worked in the end (as in the
9950           case where the plugins don't exist any longer but are still
9951           listed in the registry). Fixes #329798.
9952
9953 2006-07-08  Andy Wingo  <wingo@pobox.com>
9954
9955         * theoraparse.c (theora_parse_push_buffer)
9956         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
9957         Add some more debugging. Fix granulepos reconstruction in the face
9958         of discontinuities.
9959
9960 2006-07-06  Wim Taymans  <wim@fluendo.com>
9961
9962         * gst-libs/gst/audio/gstbaseaudiosink.c:
9963         (gst_base_audio_sink_class_init),
9964         (gst_base_audio_sink_provide_clock):
9965         Use gobject_class instead of G_OBJECT_CLASS (klass)
9966
9967         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9968         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
9969         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
9970         (gst_base_audio_src_get_time),
9971         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
9972         (gst_base_audio_src_create_ringbuffer):
9973         Fix latency and buffer-time constants and properties ala basesink.
9974         Implement pull based scheduling. Fixes #346527.
9975         Set default blocksize in GstBaseSrc to 0, we default to pushing out
9976         one segment.
9977         Refuse slaving to another clock instead of silently not working.
9978         Only provide a clock when we are actually able to do so.
9979         Various small cleanups and compiler hints.
9980
9981 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9982
9983         Patch by: Lutz Mueller <lutz at topfrose de>
9984
9985         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
9986         (plugin_init):
9987           Add typefinding for text/html (#346581).
9988
9989 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9990
9991         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
9992         (xml_check_first_element), (xml_type_find), (smil_type_find):
9993           Fix SMIL typefinding, make xml_check_first_element() more
9994           useful.
9995
9996 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9997
9998         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9999         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
10000         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
10001         * gst/playback/gstplaybasebin.h:
10002           Protect list of elements with a subtitle-encoding property and
10003           the subtitle encoding member itself with a lock of their own
10004           instead of using the object lock. This prevents a dead-lock in
10005           the element-remove callback in some circumstances when shutting
10006           down playbin.
10007
10008 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
10009
10010         * win32/common/libgsttag.def:
10011         Export some new functions.
10012         * win32/vs6/libgstogg.dsp:
10013         Add a link to libgsttag-0.10.lib.
10014
10015 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
10016
10017         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10018           Some const-ification.
10019
10020 2006-07-04  Wim Taymans  <wim@fluendo.com>
10021
10022         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
10023         Improve checking if we are dealing with a stream. Added some
10024         more uris that need buffering.
10025
10026 2006-07-03  Edward Hervey  <edward@fluendo.com>
10027
10028         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
10029         Remove unused variable.
10030
10031 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10032
10033         * Makefile.am:
10034           include lcov.mak
10035         * configure.ac:
10036           add GCOV_LIBS to GST_LIBS
10037
10038 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
10039
10040         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
10041
10042         * ext/alsa/gstalsasrc.c:
10043           Add 32 bps to template caps and increase channels range
10044           from [1,2] to [1,MAX]. See #346326.
10045
10046 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
10047
10048         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10049           Recognise 'WMVA' video codec fourcc (#345879).
10050           
10051 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10052          
10053         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
10054           Fixed nasty memory leak
10055
10056 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10057
10058         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
10059         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
10060           fix logging
10061
10062 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
10063
10064         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10065         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
10066         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
10067         Protect remove_fakesink using a mutex, so that we don't try and
10068         remove the fakesink simultaneously from multiple threads.
10069
10070         When going from READY to PAUSED, restore the fakesink, so that
10071         it is there when decodebin gets reused.
10072
10073 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10076         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10077         * gst-libs/gst/rtp/gstbasertppayload.c:
10078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10079         * gst/tcp/gstmultifdsink.c:
10080         * gst/tcp/gsttcpclientsink.c:
10081         * gst/tcp/gsttcpclientsrc.c:
10082         * gst/tcp/gsttcpserversink.c:
10083         * gst/tcp/gsttcpserversrc.c:
10084         * gst/videorate/gstvideorate.c:
10085         * gst/videotestsrc/gstvideotestsrc.c:
10086         * sys/v4l/gstv4ljpegsrc.c:
10087         * sys/v4l/gstv4lmjpegsink.c:
10088         * sys/v4l/gstv4lsrc.c:
10089         * tests/examples/seek/scrubby.c:
10090         * tests/examples/seek/seek.c:
10091           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
10092
10093 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10094
10095         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
10096           Second field in GEnumValue shouldn't be a description,
10097           but a stringified version of the enum value.
10098
10099 2006-06-22  Wim Taymans  <wim@fluendo.com>
10100
10101         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10102         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
10103         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
10104         Avoid type checking in buffer casts.
10105         Avoid caps copy in buffer_alloc when we can.
10106         Use pad_peer_accept.
10107
10108 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10109
10110         * gst-libs/gst/tag/tag.h:
10111           Oops, make that 'Since: 0.10.9'.
10112
10113 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         * docs/libs/gst-plugins-base-libs-sections.txt:
10116         * gst-libs/gst/tag/tag.h:
10117         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
10118         (gst_tag_image_type_get_type):
10119           API: add GstTagImageType enum to describe images contained
10120           in image tags (#345641).
10121
10122 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10123
10124         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10125           Fix warnings with gst-inspect: "buffers-min" property
10126           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
10127           typo in property description.
10128
10129 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10130
10131         Patch by: Cody Russell <bratsche at gnome org>
10132
10133         * gst/audioresample/gstaudioresample.c:
10134         (gst_audioresample_class_init):
10135         * gst/playback/gststreamselector.c:
10136         (gst_stream_selector_class_init):
10137         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
10138         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10139         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
10140         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
10141         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
10142         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
10143         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
10144         * gst/videotestsrc/gstvideotestsrc.c:
10145         (gst_video_test_src_class_init):
10146         * gst/volume/gstvolume.c: (gst_volume_class_init):
10147           Avoid unnecessary class cast check in class_init
10148           functions (#337747).
10149
10150 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
10151
10152         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
10153         (gst_text_overlay_video_chain):
10154           g_markup_escape_text() REALLY doesn't like non-UTF8 input
10155           and doesn't validate its input either (and neither did
10156           textoverlay it seems). Let's do that then and fix #345206.
10157
10158 2006-06-19  Wim Taymans  <wim@fluendo.com>
10159
10160         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
10161         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
10162         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
10163         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
10164         (find_syncframe), (find_limits), (assign_value),
10165         (count_burst_unit), (gst_multi_fd_sink_new_client),
10166         (gst_multi_fd_sink_handle_client_write),
10167         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
10168         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
10169         (gst_multi_fd_sink_change_state):
10170         * gst/tcp/gstmultifdsink.h:
10171         Added shiny new burst-on-connect methods.
10172         Add properties to control the minimal amount of data queued.
10173         Small cleanups.
10174         API: bytes-min property
10175         API: time-min property
10176         API: buffers-min property
10177         API: burst-unit property
10178         API: burst-value property
10179         API: add-full signal
10180
10181         * gst/tcp/gsttcp-marshal.list:
10182         Added new marshaller code for the new signal.
10183
10184         * tests/check/elements/multifdsink.c: (GST_START_TEST),
10185         (multifdsink_suite):
10186         Added testcases for new burst methods.
10187
10188 2006-06-19  Edward Hervey  <edward@fluendo.com>
10189
10190         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
10191         Implement clipping for accurate seeking.
10192         Closes #345225
10193
10194 2006-06-19  Wim Taymans  <wim@fluendo.com>
10195
10196         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
10197
10198         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
10199         (gst_video_scale_transform):
10200         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
10201
10202 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10203
10204         * configure.ac:
10205           Fix --disable-external (can't set conditionals conditionally,
10206           #343602).
10207
10208 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10209
10210         * tests/check/elements/audioresample.c: (test_reuse),
10211         (audioresample_suite):
10212           Add test case for bug #342789 fixed below.
10213
10214 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10215
10216         * gst/audioresample/gstaudioresample.c:
10217         (gst_audioresample_class_init), (gst_audioresample_init),
10218         (audioresample_start), (audioresample_stop),
10219         (gst_audioresample_set_property), (gst_audioresample_get_property):
10220           Implement GstBaseTransform::start and ::stop so that audioresample
10221           can clear its internal state properly and be reused instead of
10222           causing non-negotiated errors with playbin under some circumstances
10223           (#342789).
10224
10225         * tests/check/elements/audioresample.c: (setup_audioresample),
10226         (cleanup_audioresample):
10227           Need to set element state here so that ::start and ::stop are
10228           called.
10229
10230 2006-06-16  Wim Taymans  <wim@fluendo.com>
10231
10232         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10233
10234         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
10235         Parse extra data better, apparently it's right behind
10236         the normal strf header size. Fixes #343500.
10237
10238 2006-06-16  Wim Taymans  <wim@fluendo.com>
10239
10240         * ext/alsa/gstalsasink.c: (set_hwparams):
10241         If we fail to set the buffer_time and period_time alsa
10242         parameters, post a warning and leave alsa select a 
10243         default instead of failing. Fixes #342085
10244
10245 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         * docs/libs/gst-plugins-base-libs-sections.txt:
10248         * gst-libs/gst/cdda/gstcddabasesrc.h:
10249           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
10250           out in the header file and shouldn't be listed in the docs.
10251
10252         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
10253           Must dereference pointer to fourcc in the debug statement.
10254
10255 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
10256
10257         * docs/libs/Makefile.am:
10258         * docs/libs/gst-plugins-base-libs-docs.sgml:
10259         * docs/libs/gst-plugins-base-libs-sections.txt:
10260         * docs/libs/gst-plugins-base-libs.types:
10261         add remaining symbols into correct setions
10262         
10263         * gst-libs/gst/audio/gstringbuffer.c:
10264         fix incomplete docs
10265         
10266         * gst-libs/gst/audio/gstringbuffer.h:
10267         comment out not yet implemented function
10268         
10269         
10270         * gst-libs/gst/floatcast/floatcast.h:
10271         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10272         add short descriptions
10273         
10274         
10275         * gst-libs/gst/interfaces/propertyprobe.c:
10276         fix return value docs   
10277         
10278         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
10279         simplify debug logging
10280         
10281         * gst-libs/gst/riff/riff-read.h:
10282         sync function prototype and docs
10283         
10284         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10285         remove left over symbol
10286
10287 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10288
10289         * autogen.sh:
10290         * configure.ac:
10291         * docs/Makefile.am:
10292           Use GST_PLUGIN_DOCS macro in configure.ac, add
10293           --enable-plugin-docs default to autogen.sh and use
10294           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
10295
10296 2006-06-15  Wim Taymans  <wim@fluendo.com>
10297
10298         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
10299         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
10300         (gst_ogg_demux_loop):
10301         Combine GstFlowReturn from the source pads to give a
10302         meaningfull result to the upstream peer or to stop the
10303         processing task in case of errors.
10304
10305 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10306
10307         * gst/playback/gststreaminfo.c: (cb_probe):
10308           Try GST_TAG_CODEC as fallback when extracting the
10309           codec name; more debug info.
10310
10311 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10312
10313         * ext/ogg/Makefile.am:
10314         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10315           Extract language tags from ogm subtitle streams, so that
10316           the subtitle menu choices are labelled correctly in
10317           Totem (fixes #344708).
10318
10319 2006-06-14  Wim Taymans  <wim@fluendo.com>
10320
10321         Patch by: Alessandro Decina <alessandro at nnva dot org>
10322
10323         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
10324         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
10325         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
10326         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10327         Fix various leaks. Fixes #343699.
10328         Add x-smoke mime type.
10329
10330 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10331
10332         * gst-libs/gst/riff/riff-ids.h:
10333           Add IDs for 'bext' chunks (see #343837).
10334
10335 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10336
10337         Patch by: Young-Ho Cha  <ganadist at chollian net>
10338
10339         * gst/subparse/samiparse.c: (sami_context_pop_state),
10340         (handle_start_font), (end_sami_element):
10341           Honour font face tags in SAMI subtitles (#344503).
10342
10343 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
10344
10345         * po/POTFILES.in:
10346           add missing files containing translatable strings
10347
10348 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
10349
10350         * docs/libs/tmpl/.cvsignore:
10351           we don't want those *.sgml files in CVS either
10352
10353 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
10354
10355         * docs/libs/.cvsignore:
10356         * tests/check/elements/.cvsignore:
10357         * tests/check/libs/.cvsignore:
10358           ignore more
10359
10360 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
10361
10362         * docs/libs/Makefile.am:
10363           also commiting the changed Makefile.am (added more libs to the
10364           doc-build)
10365
10366 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
10367
10368         * docs/libs/gst-plugins-base-libs-docs.sgml:
10369         * docs/libs/gst-plugins-base-libs-sections.txt:
10370         * docs/libs/gst-plugins-base-libs.types:
10371           first batch of reordering things, add index & hierarchy
10372
10373 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10374
10375         * configure.ac:
10376           use GST_PKG_CHECK_MODULES, cleans up output
10377
10378 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
10379
10380         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10381           Add support for burn:// URIs (#343385); const-ify things a bit,
10382           use G_N_ELEMENTS instead of hard-coded array size.
10383
10384 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
10385
10386         Patch by: Young-Ho Cha  <ganadist at chollian net>
10387
10388         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
10389           Fix up broken entities before passing them to libxml *sigh*.
10390           (#343303).
10391           
10392 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10393
10394         * configure.ac:
10395           back to TRUNK
10396
10397 === release 0.10.8 ===
10398
10399 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
10400
10401         * configure.ac:
10402           releasing 0.10.8, "Moar gij ziet mij nie"
10403
10404 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10405
10406         * configure.ac:
10407         * po/af.po:
10408         * po/az.po:
10409         * po/cs.po:
10410         * po/en_GB.po:
10411         * po/hu.po:
10412         * po/it.po:
10413         * po/nb.po:
10414         * po/nl.po:
10415         * po/or.po:
10416         * po/sq.po:
10417         * po/sr.po:
10418         * po/sv.po:
10419         * po/uk.po:
10420         * po/vi.po:
10421         * win32/common/config.h:
10422           0.10.7.2 prerelease
10423
10424 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10425
10426         * docs/libs/tmpl/gstaudio.sgml:
10427         * docs/libs/tmpl/gstcolorbalance.sgml:
10428         * docs/libs/tmpl/gstmixer.sgml:
10429         * docs/libs/tmpl/gstringbuffer.sgml:
10430         * docs/libs/tmpl/gsttuner.sgml:
10431         * docs/libs/tmpl/gstxoverlay.sgml:
10432         * gst-libs/gst/audio/audio.c:
10433         * gst-libs/gst/audio/gstringbuffer.c:
10434         * gst-libs/gst/interfaces/colorbalance.c:
10435         * gst-libs/gst/interfaces/mixer.c:
10436         * gst-libs/gst/interfaces/tuner.c:
10437         * gst-libs/gst/interfaces/xoverlay.c:
10438           move last template doc snippets to source code and delete them
10439
10440 2006-06-06  Michael Smith  <msmith@fluendo.com>
10441
10442         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
10443         (theora_parse_drain_queue):
10444           Mark DELTA_UNIT on non-keyframes.
10445
10446 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
10447
10448         * gst-libs/gst/audio/gstbaseaudiosink.c:
10449         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
10450         * gst-libs/gst/audio/gstbaseaudiosink.h:
10451         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
10452         (gst_ring_buffer_samples_done):
10453         * gst-libs/gst/audio/gstringbuffer.h:
10454         Document better the fact that latency_time and buffer_time are values
10455         stored in microseconds, and not the usual GStreamer nanoseconds.
10456         Change the variables (compatibly) that store them from GstClockTime 
10457         to guint64 to make it more clear that they're not storing clock times.
10458         Also, remove the bogus property description that says the user can
10459         specify -1 to get the default value, since that's never been the case.
10460
10461         When computing the default segment size for the ring buffer, make it
10462         an integer number of samples.
10463
10464         When the sub-class indicates a delay greater than the number of
10465         samples we've written return 0 from the audio sink get_time method.
10466
10467 2006-06-02  Michael Smith  <msmith@fluendo.com>
10468
10469         * tests/check/elements/audioconvert.c: (set_channel_positions),
10470         (get_float_mc_caps), (get_int_mc_caps):
10471         * tests/check/elements/audioresample.c:
10472         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
10473         * tests/check/elements/videorate.c:
10474         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
10475         * tests/check/elements/volume.c:
10476         * tests/check/elements/vorbisdec.c:
10477         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
10478           Don't busy-wait in tests; this was causing test timeouts very
10479           frequently when running under valgrind.
10480
10481 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10482
10483         * gst/tcp/README:
10484         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
10485         (gst_multi_fd_sink_remove_client_link),
10486         (gst_multi_fd_sink_client_queue_caps),
10487         (gst_multi_fd_sink_client_queue_buffer),
10488         (gst_multi_fd_sink_handle_client_write),
10489         (gst_multi_fd_sink_render):
10490         * gst/tcp/gstmultifdsink.h:
10491           make multifdsink properly deal with streamheader:
10492           - streamheader is taken from caps
10493           - buffers marked with IN_CAPS are not sent
10494           - streamheaders are sent, on connection, from the caps of the
10495             buffer where the client gets positioned to
10496           - further streamheader changes are done every time the client
10497             will receive a buffer with different caps
10498         * tests/check/elements/multifdsink.c: (GST_START_TEST),
10499         (gst_multifdsink_create_streamheader):
10500           add tests for this
10501
10502 2006-06-02  Michael Smith  <msmith@fluendo.com>
10503
10504         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
10505           Reinstate limit on channel count. Vorbis does not define the meaning
10506           of > 6 channels, so they're just independent channels. Gstreamer
10507           currently has no mechanism to represent N independent channels.
10508
10509 2006-06-02  Michael Smith  <msmith@fluendo.com>
10510
10511         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
10512           Don't arbitrarily restrict channel counts and rate in vorbis.
10513           In terms of effects likely on real-world files, this fixes 96kHz
10514           playback of vorbis.
10515
10516 2006-06-02  Michael Smith  <msmith@fluendo.com>
10517
10518         * gst/audioconvert/audioconvert.c: (float):
10519           More correct float->int conversion.
10520
10521 2006-06-02  Michael Smith  <msmith@fluendo.com>
10522
10523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
10524           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
10525           value. Fixes g-critical on trying to play back ogg containing
10526           unknown codec.
10527
10528 2006-06-02  Wim Taymans  <wim@fluendo.com>
10529
10530         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
10531         (setup_source):
10532         * gst/playback/gstplaybasebin.h:
10533         Make the subtitle detection work from any thread so we don't
10534         deadlock. Fixes #343397.
10535
10536 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10537
10538         * gst/volume/Makefile.am:
10539           Seriously, it's not *that* hard to get compilation right.  Even
10540           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
10541
10542 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10543
10544         * gst/volume/gstvolume.c: (volume_choose_func),
10545         (volume_update_real_volume), (gst_volume_class_init),
10546         (gst_volume_init), (volume_process_float), (volume_process_int16),
10547         (volume_process_int16_clamp), (volume_set_caps),
10548         (volume_transform_ip), (plugin_init):
10549         * gst/volume/gstvolume.h:
10550         rewrite the passthrough check, split _int16 and _int16_clamp, fix
10551         another property desc., remove unused param from process function
10552         
10553         * tests/check/elements/volume.c: (volume_suite):
10554         reactivate the passthrough test
10555
10556 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10557
10558         * ext/alsa/gstalsamixerelement.h:
10559         * ext/alsa/gstalsamixeroptions.h:
10560         * ext/alsa/gstalsamixertrack.h:
10561         * ext/gnomevfs/gstgnomevfssink.h:
10562         * ext/gnomevfs/gstgnomevfssrc.h:
10563         * ext/theora/gsttheoradec.h:
10564         * ext/theora/gsttheoraenc.h:
10565         * ext/theora/gsttheoraparse.h:
10566         * ext/vorbis/vorbisparse.h:
10567         * gst-libs/gst/audio/gstaudioclock.h:
10568         * gst-libs/gst/audio/gstaudiofilter.h:
10569         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10570         * gst/audioconvert/gstaudioconvert.h:
10571         * gst/audioresample/gstaudioresample.h:
10572         * gst/audiotestsrc/gstaudiotestsrc.h:
10573         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10574         * gst/playback/gststreamselector.h:
10575         * gst/tcp/gstmultifdsink.h:
10576         * gst/tcp/gsttcpclientsink.h:
10577         * gst/tcp/gsttcpclientsrc.h:
10578         * gst/tcp/gsttcpserversink.h:
10579         * gst/tcp/gsttcpserversrc.h:
10580         * gst/videorate/gstvideorate.h:
10581         * gst/videoscale/gstvideoscale.h:
10582         * gst/videotestsrc/gstvideotestsrc.h:
10583         * gst/volume/gstvolume.h:
10584         * sys/v4l/gstv4ljpegsrc.h:
10585         * sys/v4l/gstv4lmjpegsink.h:
10586         * sys/v4l/gstv4lmjpegsrc.h:
10587         * sys/v4l/gstv4lsrc.h:
10588         * sys/ximage/ximagesink.h:
10589         * sys/xvimage/xvimagesink.h:
10590         * tests/old/testsuite/alsa/sinesrc.h:
10591         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10592
10593 2006-05-31  Wim Taymans  <wim@fluendo.com>
10594
10595         * ext/libvisual/visual.c: (gst_visual_reset),
10596         (gst_visual_sink_setcaps), (gst_visual_sink_event),
10597         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
10598         Handle DISCONT.
10599         Use running time before doing QoS.
10600         Handle mono too.
10601
10602 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10603
10604         * docs/libs/Makefile.am:
10605           set a magic variable to indicate we know the docs are incomplete
10606
10607 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10608
10609         * win32/common/libgstvideo.def:
10610           export gst_video_calculate_display_ratio
10611         * win32/vs6/libgstvideoscale.dsp:
10612           add link to libgstvideo-0.10.lib
10613
10614 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10615
10616         * gst/playback/gstplaybasebin.c: (gen_source_element):
10617           Throw a more comprehensible error for rtsp:// URIs (rather
10618           than erroring out with a negotiation error later on) until
10619           we fix playbin to handle rtspsrc etc.
10620
10621 2006-05-30  Wim Taymans  <wim@fluendo.com>
10622
10623         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10624         (gst_text_overlay_text_event):
10625         Added some FIXMEs.
10626
10627 2006-05-30  Wim Taymans  <wim@fluendo.com>
10628
10629         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
10630         (gst_adder_request_new_pad), (gst_adder_release_pad):
10631         * gst/adder/gstadder.h:
10632         Implement release_request_pad.
10633         Make padcounter atomic.
10634
10635         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
10636         Added check for release_pad in adder.
10637
10638 2006-05-30  Wim Taymans  <wim@fluendo.com>
10639
10640         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
10641         Fix build again.
10642
10643 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10644
10645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10646         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
10647         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10648         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
10649         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
10650         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
10651         (gst_ogg_demux_bisect_forward_serialno),
10652         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
10653         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
10654           add more debugging
10655           clean up printf formats for granulepos and serialno
10656
10657 2006-05-30  Michael Smith  <msmith@fluendo.com>
10658
10659         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
10660         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
10661         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
10662         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
10663         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
10664         * ext/vorbis/vorbisenc.h:
10665           Multi-channel caps negotiation, so we can do proper multichannel
10666           vorbis encoding, negotiated through audioconvert.
10667
10668 2006-05-30  Wim Taymans  <wim@fluendo.com>
10669
10670         * tests/check/elements/adder.c: (test_event_message_received),
10671         (test_play_twice_message_received), (GST_START_TEST),
10672         (adder_suite):
10673         Added check to show that #339935 is fixed with ongoing
10674         adder and collectpads fixes.
10675
10676 2006-05-29  Wim Taymans  <wim@fluendo.com>
10677
10678         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
10679         Don't leak pad name.
10680
10681 2006-05-29  Wim Taymans  <wim@fluendo.com>
10682
10683         * gst/adder/gstadder.c: (gst_adder_query_duration),
10684         (forward_event_func), (forward_event), (gst_adder_src_event):
10685         Fix adder seeking.
10686         Make query/seeking code threadsafe.
10687
10688         * tests/check/Makefile.am:
10689         * tests/check/elements/adder.c: (test_event_message_received),
10690         (GST_START_TEST), (test_play_twice_message_received):
10691         Fix adder test case.
10692
10693 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
10694
10695         Patch by: Young-Ho Cha  <ganadist at chollian net>
10696
10697         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10698         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10699         (set_encoding_element), (decodebin_element_added_cb),
10700         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
10701         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10702         * gst/playback/gstplaybasebin.h:
10703           Add 'subtitle-encoding' property to playbin, so applications can
10704           force a subtitle encoding for non-UTF8 subtitles (#342268).
10705
10706         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
10707         (gst_sub_parse_set_property):
10708           Rename recently-added 'encoding' property to 'subtitle-encoding'
10709           (so it can be proxied by playbin/decodebin in a generic way
10710           with less danger of false positives).
10711
10712 2006-05-29  Michael Smith  <msmith@fluendo.com>
10713
10714         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10715         (append_with_other_format), (set_structure_widths),
10716         (gst_audio_convert_transform_caps):
10717           Patch from #341562: give more specific audio caps in get_caps, so
10718           that basetransform  can make better decisions on what caps to
10719           negotiate.
10720
10721 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10722
10723         * tests/check/elements/volume.c:
10724         make it compile again
10725
10726 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10727
10728         * tests/check/elements/volume.c: (volume_suite):
10729         disable test until #343196 gets resolved
10730
10731 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10732
10733         * gst/adder/gstadder.c: (gst_adder_get_type):
10734         Make it easier to copy&paste
10735         
10736         * gst/volume/Makefile.am:
10737         * gst/volume/gstvolume.c: (volume_update_real_volume),
10738         (gst_volume_set_volume), (gst_volume_set_mute),
10739         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
10740         (volume_transform_ip), (volume_update_mute),
10741         (volume_update_volume):
10742         * gst/volume/gstvolume.h:
10743         Add own debug category, move duplicate code to helper function, fix
10744         property texts, add more comments and prepare ffor liboil-goodness
10745         
10746         * tests/check/Makefile.am:
10747         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
10748         add test for mute and passtrough case, be a bit more verbose to track
10749         failure
10750         
10751         * tests/check/generic/states.c: (GST_START_TEST):
10752         catch elements that fail to instantiate
10753
10754 2006-05-28  Edward Hervey  <edward@fluendo.com>
10755
10756         * tests/check/pipelines/simple-launch-lines.c:
10757         * tests/check/pipelines/theoraenc.c:
10758         * tests/check/pipelines/vorbisenc.c:
10759         Comment out tests using parse_launch() if core was built without
10760         parsing capabilities.
10761
10762 2006-05-27  Edward Hervey  <edward@fluendo.com>
10763
10764         * tests/check/Makefile.am:
10765         Extra bonus points for whoever explains to ensonic that you are meant
10766         to test unit tests thoroughly before commiting them, especially if
10767         you know it's going to break.
10768         De-activated element/adder tests.
10769
10770 2006-05-27  Edward Hervey  <edward@fluendo.com>
10771
10772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10773         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
10774         Marking caps conversion issues as GST_WARNING is way too verbose,
10775         Moving them to GST_LOG.
10776
10777 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10778
10779         * README:
10780           Replace current README (containing the release notes from
10781           some 0.9.x version) with a proper README taken from the core.
10782
10783 2006-05-26  Wim Taymans  <wim@fluendo.com>
10784
10785         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10786         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
10787         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
10788         (vorbis_dec_change_state):
10789         Small cleanups.
10790         Add some FIXMEs
10791         Clip output samples to segment boundaries.
10792
10793 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
10794
10795         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10796         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
10797         Improve the errors produced on bad output, including some human
10798         readable description strings.
10799         Handle the (theoretical for ximagesink) case where the XServer 
10800         has a different idea about the size required for a particular 
10801         frame and gives us too small a memory allocation.
10802
10803 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
10804
10805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10806         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
10807         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10808         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10809         Improve the errors produced on bad output, including some human 
10810         readable description strings.
10811         Handle RGB Xv formats properly by transforming them into our 
10812         big-endian caps description.
10813         Use gst_caps_truncate to ensure that we never try and choose a
10814         non-fixed caps in buffer_alloc.
10815         Handle the case where the XServer has a different idea about the size
10816         required for a particular frame and gives us too small a memory
10817         allocation.
10818         Use -1 to indicate 'no image format', because 0 is a valid XServer
10819         image format number.
10820         Put RGB Xv formats at the end of the caps, so that we always prefer
10821         YUV format frames.
10822         Iterate the available Xv Encodings to determine the maximum width and
10823         height, and then return that in our caps.
10824         (Closes #315312, #337544)
10825
10826 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
10827
10828         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
10829         When there is only one unfinished pad and it receives an event that
10830         doesn't match our requirements, we need to set alldone=FALSE so that
10831         the fakesink is not removed yet.
10832
10833 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10836           Use gst_type_find_helper_for_buffer() to find the type
10837           of stream from the first packet.
10838
10839         * configure.ac:
10840           Bump requirements to core CVS (needed for vorbis
10841           typefinding to work).
10842
10843 2006-05-24  Edward Hervey  <edward@fluendo.com>
10844
10845         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
10846         Added the 'prfl' atom type which MQV (no, it's not a typo) files
10847         contain.  Else they play perfectly fine with qtdemux.
10848
10849 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
10850
10851         * ext/theora/theoradec.c:
10852         * ext/theora/theoraenc.c:
10853         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
10854         * gst/audiorate/gstaudiorate.c:
10855           make more debug catagories static
10856         
10857         * tests/check/Makefile.am:
10858         * tests/check/elements/adder.c: (message_received),
10859         (test_event_message_received), (GST_START_TEST),
10860         (test_play_twice_message_received), (adder_suite):
10861           added test case for using element twice, extra bonus points for anyone
10862           who can make these test run reliably
10863
10864 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10865
10866         * ext/theora/theoradec.c: (theora_dec_chain):
10867           Make work with time-stamped input buffers that do not
10868           have a granulepos in BUFFER_OFFSET_END (like theora
10869           buffers coming from matroskademux). Fixes #342448.
10870
10871 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         Patch by: Peter Kjellerstedt  <pkj at axis com>
10874
10875         * gst/tcp/Makefile.am:
10876           fdstresstest doesn't need Gtk+, fix compilation if 
10877           gtk is not available (#342566).
10878
10879 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10880          
10881         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
10882           80 line columns
10883           Removed redundant floor()
10884
10885 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
10888           On second thought, just skip JUNK chunks automatically, so
10889           the caller doesn't have to handle this. Fixes #342345.
10890           Also, return GST_FLOW_UNEXPECTED if we get a short read,
10891           not GST_FLOW_ERROR.
10892
10893 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
10894
10895         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
10896           Don't bail out on JUNK chunks with a size of 0 (would try to
10897           pull_range 0 bytes before, which sources don't like too much).
10898           See #342345.
10899
10900 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10901
10902         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10904         Use the gstutil scaling function to preserve 64 bits while calculating
10905         output width and height from the display-aspect-ratio. (A continuation
10906         of #341542)
10907
10908 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10909
10910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
10911         (gst_xvimagesink_buffer_alloc):
10912         * sys/xvimage/xvimagesink.h:
10913         When performing buffer allocations, remember the caps and image format
10914         we return so that if the same caps are asked for next time we can
10915         return them immediately without doing any caps intersections.
10916
10917 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10918          
10919         * gst-libs/gst/rtp/README:
10920           Some new documentation
10921         * gst-libs/gst/rtp/gstrtpbuffer.h:       
10922           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
10923         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
10924         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
10925           New RTP audio base payloader class. Supports frame or sample based
10926           codecs.  Not enabled in Makefile.am until approved.
10927
10928 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * tests/check/elements/alsa.c: (test_device_property_probe):
10931           Fix test case: don't try to free NULL GValueArray when there
10932           are no devices.
10933
10934 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         * tests/check/Makefile.am:
10937         * tests/check/elements/alsa.c: (test_device_property_probe),
10938         (alsa_suite), (main):
10939           Add simple test that runs a device property probe on alsasrc,
10940           alsasink and alsamixer. Disable valgrind check for now (too
10941           many leaks in libasound, and valgrind ignored my suppressions
10942           additions).
10943
10944 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10945
10946         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
10947         (gst_alsa_device_property_probe_probe_property),
10948         (gst_alsa_device_property_probe_needs_probe),
10949         (gst_alsa_device_property_probe_get_values),
10950         (gst_alsa_type_add_device_property_probe_interface):
10951         * ext/alsa/gstalsadeviceprobe.h:
10952         * ext/alsa/gstalsamixerelement.c:
10953         (gst_alsa_mixer_element_init_interfaces):
10954         * ext/alsa/gstalsamixerelement.h:
10955           Clean up and simplify alsa device probing. Make it actually work
10956           for multiple classes. Don't cache results any longer.
10957
10958         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
10959         (gst_alsasink_init):
10960         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
10961         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
10962         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
10963           Make alsasink and alsasrc implement the GstPropertyProbe interface
10964           for device probing (#342181).
10965           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
10966
10967 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10968
10969         * gst/subparse/samiparse.c: (handle_start_font):
10970           Don't ignore return value of strtol (++compiler_happiness).
10971
10972 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10973
10974         Patch by: Young-Ho Cha  <ganadist chollian net>
10975
10976         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10977         (gst_sub_parse_class_init), (gst_sub_parse_init),
10978         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
10979         (convert_encoding):
10980         * gst/subparse/gstsubparse.h:
10981           Add 'encoding' property (#341681).
10982
10983         * gst/subparse/samiparse.c: (characters_sami):
10984           Output is pango markup, so we need to escape text
10985           between tags (#342143).
10986
10987 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst-libs/gst/audio/multichannel.c:
10990         (gst_audio_check_channel_positions):
10991           It's okay to have caps with channels=1 and a channel position
10992           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
10993           (deinterleavers might want to keep the position in the caps,
10994           so that they can be re-interleaved again properly later).
10995           Leave check for unexpected 2-channel layouts intact for now.
10996
10997 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10998
10999         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
11000         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
11001         basesrc can do its job correctly.
11002
11003 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
11004
11005         * ext/alsa/Makefile.am:
11006         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
11007         (gst_alsa_detect_formats), (get_channel_free_structure),
11008         (caps_add_channel_configuration), (gst_alsa_detect_channels),
11009         (gst_alsa_probe_supported_formats):
11010         * ext/alsa/gstalsa.h:
11011         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11012           Refactor and improve caps probing code: probe signedness
11013           when we probe the supported formats/widths; set endianness
11014           to the one we actually probed for (ie. cpu endianness).
11015           
11016         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
11017         (gst_alsasrc_close):
11018         * ext/alsa/gstalsasrc.h:
11019           Implement caps probing for alsasrc.
11020
11021 2006-05-15  Wim Taymans  <wim@fluendo.com>
11022
11023         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11024         (theora_dec_src_query), (theora_dec_src_event),
11025         (theora_dec_sink_event), (theora_handle_comment_packet),
11026         (theora_handle_data_packet), (theora_dec_change_state):
11027         Cleanups, add some G_LIKELY.
11028         Use segment helpers instead of our own wrong code.
11029         Clear queued buffers on seek and READY.
11030
11031         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11032         (vorbis_dec_convert), (vorbis_dec_src_query),
11033         (vorbis_dec_src_event), (vorbis_dec_sink_event),
11034         (vorbis_handle_comment_packet), (vorbis_dec_push),
11035         (vorbis_handle_data_packet), (vorbis_dec_chain),
11036         (vorbis_dec_change_state):
11037         * ext/vorbis/vorbisdec.h:
11038         Remove old useless packetno variable.
11039         Do position query properly.
11040         Add some G_LIKELY.
11041         Do cleanup of queued buffers in new helper function
11042         and use it.
11043
11044 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11045
11046         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11047           Query supported sample rates. Fixes #341732.
11048
11049 2006-05-15  Julien MOUTTE  <julien@moutte.net>
11050
11051         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
11052         (gst_decode_bin_change_state): Make decodebin reusable
11053         when going from PAUSE_TO_READY and then back to PAUSED.
11054         Fixes #331678.
11055
11056 2006-05-15  Wim Taymans  <wim@fluendo.com>
11057
11058         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
11059         (vorbis_dec_convert), (vorbis_dec_src_query),
11060         (vorbis_dec_sink_query), (vorbis_dec_src_event),
11061         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11062         (vorbis_dec_clean_queued), (vorbis_dec_push),
11063         (vorbis_handle_data_packet), (vorbis_dec_change_state):
11064         Cleanups. Use refcounting and DEBUG_OBJECT.
11065         Reset segment on flush, use code methods instead of our
11066         own wrong version.
11067         Fix potential memleak.
11068
11069 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11070
11071         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11072         (gst_alsasink_init):
11073         * ext/alsa/gstalsasink.h:
11074           Don't leak allocated snd_output_t structure if there's
11075           more than one alsasink instance at a time (#341873).
11076           Also fix GObject macros in header file.
11077           
11078 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11079
11080         * gst/subparse/gstsubparse.c:
11081         (gst_sub_parse_data_format_autodetect):
11082           Don't use libxml functions in the typefinding code.
11083
11084 2006-05-15  Wim Taymans  <wim@fluendo.com>
11085
11086         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
11087         Fix seeking performance in the case where a non-header 
11088         packet has a 0 granulepos (busted theora case). 
11089         Fixes #341719
11090         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
11091          the first place, you limelight stealer you)
11092
11093 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11094
11095         * gst/subparse/gstsubparse.c:
11096         (gst_sub_parse_data_format_autodetect):
11097           Improve SAMI typefinding: handle case where there are
11098           whitespaces or newlines in front of the first <SAMI>
11099           tag (#169936).
11100
11101 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11102
11103         * configure.ac:
11104           Build video4linux plugin even if there's no XVIDEO, just
11105           without implementing the GstXOverlay interface (#334002).
11106          
11107 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11108
11109         * configure.ac:
11110         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
11111         (plugin_init):
11112           Add tentative support for libvisual-0.4 (#336881).
11113
11114 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         Patch by: Young-Ho Cha <ganadist at chollian net>
11117
11118         * gst/subparse/samiparse.c: (handle_start_font):
11119           Need to map "silver" colour explicitly (#169936).
11120
11121 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         Patch by: Young-Ho Cha  <ganadist at chollian net>
11124
11125         * gst/subparse/Makefile.am:
11126         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11127         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
11128         (gst_sub_parse_format_autodetect), (feed_textbuf),
11129         (gst_subparse_type_find), (plugin_init):
11130         * gst/subparse/gstsubparse.h:
11131         * gst/subparse/samiparse.c:
11132         * gst/subparse/samiparse.h:
11133           Add support for SAMI subtitles (#169936).
11134
11135 2006-05-14  Michael Smith  <msmith@fluendo.com>
11136
11137         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
11138           Fix #341696: crash when mixing L+R+C to mono or stereo.
11139         * tests/check/Makefile.am:
11140         * tests/check/elements/audioconvert.c: (set_channel_positions),
11141         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
11142         (audioconvert_suite):
11143           Add test for the above, including some generic framework bits for
11144           testing multichannel things.
11145
11146 === release 0.10.7 ===
11147
11148 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
11149
11150         * configure.ac:
11151           releasing 0.10.7, "Leave the gun"
11152
11153 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
11154
11155         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
11156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11157         Fix the build.
11158
11159 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
11160
11161         * docs/libs/gst-plugins-base-libs-docs.sgml:
11162         * docs/libs/gst-plugins-base-libs-sections.txt:
11163         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
11164         * gst-libs/gst/video/video.h:
11165         * gst/videoscale/Makefile.am:
11166         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
11167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11168         * tests/check/Makefile.am:
11169         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
11170         (main):
11171           Fix integer overflow problem with pixel-aspect-ratio calculations
11172           in videoscale and xvimagesink (#341542)
11173
11174 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
11175
11176         * gst-libs/gst/tag/gstid3tag.c:
11177           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
11178
11179 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
11180
11181         * win32/MANIFEST:
11182           update win32 files listing
11183
11184 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11185
11186         patch by: Sjoerd Simons (sjoerd@luon.net)
11187
11188         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11189         (group_create), (group_destroy), (add_stream),
11190         (gst_play_base_bin_get_property),
11191         (gst_play_base_bin_get_streaminfo_value_array):
11192         * gst/playback/gstplaybasebin.h:
11193           API: GstPlayBaseBin::stream-info-value-array property
11194           use a more bindings-friendly way of exposing streaminfo
11195           using a GValueArray.  Tested in ipython.
11196           Closes #341114
11197
11198 2006-05-11  Wim Taymans  <wim@fluendo.com>
11199
11200         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
11201         (queue_underrun_cb), (queue_filled_cb):
11202         Also catch queue underruns but don't do anything yet.
11203         Refactor and comment queue enlarging code a bit.
11204
11205         * gst/playback/gstplaybasebin.c: (queue_overrun),
11206         (queue_threshold_reached), (queue_out_of_data),
11207         (gen_preroll_element):
11208         If a queue over/underruns check that we don't create nasty
11209         deadlocks when the min-threshold is not reached but the
11210         max-bytes is. In those cases disable max-bytes when we
11211         know that the queue is fed timed data.
11212         Add more comments.
11213
11214 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
11215
11216         * gst/playback/gstplaybin.c: (gen_audio_element):
11217           Make playbin automatically plug an 'audioresample'
11218           element before the audio sink as well. This solves
11219           problems with sinks that only accept a very specific
11220           sample rate, like esdsink (e.g. #340379).
11221
11222 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
11223
11224         * gst/playback/gstplaybasebin.c: (gen_source_element):
11225           Make http sources send special headers so that we receive
11226           icecast metadata if the http stream is an icecast stream
11227           (otherwise the server will just ignore them). This also
11228           means that from now on users will need the 'icydemux'
11229           element from gst-plugins-good installed if they want to
11230           listen to icecast radio streams. (#341432, #333657).
11231
11232 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11233
11234         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
11235         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
11236           remove stupid example from docs - it should come with a simple
11237           C program instead.
11238           Clean up/fix docs
11239         * tests/check/elements/multifdsink.c: (wait_bytes_served),
11240         (fail_if_can_read), (GST_START_TEST),
11241         (gst_multifdsink_create_streamheader), (multifdsink_suite):
11242           add a test for changing streamheader which exposes a bug in
11243           multifdsink
11244
11245 2006-05-11  Michael Smith  <msmith@fluendo.com>
11246
11247         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
11248         (gst_gnome_vfs_src_received_headers_callback):
11249         * ext/gnomevfs/gstgnomevfssrc.h:
11250           Don't set icy-caps unless we have a sane interval value. Move
11251           interval to a local variable; we never use it outside this function.
11252
11253 2006-05-11  Wim Taymans  <wim@fluendo.com>
11254
11255         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11257         Register special buffer types along with the objects so
11258         that they are not registered at runtime from N different
11259         streaming threads since they are not threadsafe.
11260
11261 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11262
11263         * tests/check/elements/multifdsink.c: (wait_bytes_served),
11264         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
11265           add two more tests, one doing streamheader
11266
11267 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11268
11269         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
11270           clean up the bufqueue when shutting down
11271         * tests/check/Makefile.am:
11272         * tests/check/elements/multifdsink.c: (setup_multifdsink),
11273         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
11274         (main):
11275           add a test for the leak that was just fixed
11276
11277 2006-05-10  Wim Taymans  <wim@fluendo.com>
11278
11279         * gst/adder/gstadder.c: (gst_adder_setcaps),
11280         (gst_adder_query_duration), (gst_adder_query), (forward_event),
11281         (gst_adder_src_event), (gst_adder_sink_event),
11282         (gst_adder_class_init), (gst_adder_finalize),
11283         (gst_adder_request_new_pad), (gst_adder_collected):
11284         * gst/adder/gstadder.h:
11285         Updated some docs. Added comments and FIXMEs all over the place.
11286         Improve debugging info.
11287         Fix leak on finalize by not calling the parent.
11288         Implement duration query.
11289         Make event forwarding threadsafe.
11290         Correctly send NEWSEGMENT at start and after flush.
11291         Handle EOS correctly.
11292         Post error when not negotiated.
11293
11294         * tests/check/elements/adder.c: (GST_START_TEST):
11295         Added FIXME in the test.
11296
11297 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11298
11299         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
11300         (gst_text_overlay_halign_get_type),
11301         (gst_text_overlay_wrap_mode_get_type):
11302         * ext/theora/theoradec.c: (theora_handle_type_packet),
11303         (theora_handle_data_packet):
11304         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11305         (theora_enc_sink_setcaps), (theora_enc_chain):
11306         * gst-libs/gst/cdda/gstcddabasesrc.c:
11307         (gst_cdda_base_src_mode_get_type):
11308         * gst/audiotestsrc/gstaudiotestsrc.c:
11309         (gst_audiostestsrc_wave_get_type):
11310         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
11311         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
11312         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11313         (gst_sync_method_get_type), (gst_unit_type_get_type),
11314         (gst_client_status_get_type):
11315         * gst/videoscale/gstvideoscale.c:
11316         (gst_video_scale_method_get_type):
11317         * gst/videotestsrc/gstvideotestsrc.c:
11318         (gst_video_test_src_pattern_get_type):
11319         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
11320         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
11321         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
11322         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
11323         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
11324         (paint_setup_RGB565), (paint_setup_xRGB1555):
11325           Const-ify GEnumValue and GFlagsValue arrays. Use
11326           GST_ROUND_UP_* macros instead of home-made ones.
11327
11328 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * configure.ac:
11331           Require core CVS for the new newsegment stuff.
11332
11333 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         Patch by: Sjoerd Simons  <sjoerd at luon net>
11336
11337         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
11338           Register nick for enum value (#341160).
11339
11340 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
11341
11342         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
11343         (plugin_init):
11344          backout typefind patch #340375
11345          
11346         * tests/check/elements/adder.c: (message_received),
11347         (GST_START_TEST), (adder_suite):
11348           redo, signal-handling of test
11349
11350 2006-05-09  Wim Taymans  <wim@fluendo.com>
11351
11352         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
11353         (gst_adder_collected):
11354         * gst/adder/gstadder.h:
11355         Remove bogus segment merging and forwarding, we don't
11356         care about timestamps anyway and we just produce a
11357         continuous stream. 
11358         Also create a nice NEWSEGMENT event when we start.
11359         Use _scale_int some more.
11360
11361 2006-05-09  Edward Hervey  <edward@fluendo.com>
11362
11363         * tests/icles/stress-xoverlay.c:
11364         Fix if core was built without parsing support.
11365
11366 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11369           Add SEDG (Samsung MPEG-4) fourcc.
11370
11371 2006-05-09  Edward Hervey  <edward@fluendo.com>
11372
11373         * tests/icles/stress-xoverlay.c:
11374         * tests/examples/volume/volume.c:
11375         Fix if core was built without parsing support.
11376
11377         * tests/examples/seek/seek.c:
11378         Disable the parse_launch example if core was built without parsing
11379         support.
11380
11381 2006-05-08  Edward Hervey  <edward@fluendo.com>
11382
11383         * autogen.sh: (CONFIGURE_DEF_OPT): 
11384         libtoolize on Darwin/MacOSX is called glibtoolize
11385
11386 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
11387
11388         * tests/check/Makefile.am:
11389         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
11390           Disable the adder test, until the build-slaves posses the kindness to 
11391           either like it or to give valid reason for not doing so 
11392
11393 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
11394
11395         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
11396         (adder_suite):
11397           Shuffle NULL state change around and raise timeout more
11398
11399 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
11400
11401         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
11402         (mp4_type_find), (plugin_init):
11403           Add typefind to distinguish between "audio/x-m4a" and new type
11404           "video/mp4". Fixes #340375
11405
11406         * tests/check/elements/adder.c: (adder_suite):
11407           Raise timeout to make buildbot happy
11408
11409 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
11410
11411         * gst/adder/gstadder.c: (gst_adder_sink_event),
11412         (gst_adder_request_new_pad), (gst_adder_change_state):
11413         * gst/adder/gstadder.h:
11414         * tests/check/Makefile.am:
11415         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
11416         (adder_suite), (main):
11417           Add sink-event handling to adder. It tries to merge incomming
11418           newsegment-events. Added test to check if segment_done is comming
11419           through. Fixes #340060
11420
11421 2006-05-05  Andy Wingo  <wingo@pobox.com>
11422
11423         * ext/theora/theoraparse.c (gst_theora_parse_init)
11424         (theora_parse_src_convert, theora_parse_src_query):
11425         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
11426         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
11427         query functions on the source pads of the theora and vorbis parse
11428         elements. Fixes position querying when doing a remux.
11429
11430 2006-05-05  Michael Smith  <msmith@fluendo.com>
11431
11432         * ext/theora/theoraparse.c: (parse_granulepos),
11433         (theora_parse_drain_queue_prematurely),
11434         (theora_parse_queue_buffer), (theora_parse_sink_event):
11435           Fix flushing.
11436           Fix invalid granulepos outputs when starting with a non-keyframe.
11437
11438 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
11439
11440         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
11441         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
11442         Rearrange MPEG system stream detection, fixing some memleaks in the
11443         process.
11444         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
11445         they clean up their data correctly.
11446         Remove unused ogganx caps and move the 'is_annodex' check to inside
11447         the 'is_ogg' if statement.
11448
11449 2006-05-05  Wim Taymans  <wim@fluendo.com>
11450
11451         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
11452         Properly remove ghostpads. Fixes #340392
11453
11454 2006-05-04  David Schleef  <ds@schleef.org>
11455
11456         * gst/typefind/gsttypefindfunctions.c:
11457
11458 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
11459
11460         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11461         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
11462
11463         When typefinding an MP3 in push-based mode, don't penalise the
11464         probability down to 74% when we found 5 valid frames just because we
11465         can't peek the end of the file.
11466
11467         Make the probability for detecting MPEG Transport Streams based on the
11468         number of sequential headers we successfully detected.
11469
11470 2006-05-03  Wim Taymans  <wim@fluendo.com>
11471
11472         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11473         (vorbis_dec_push), (vorbis_dec_chain):
11474         Still produce an error when we receive an empty packet.
11475
11476 2006-05-03  Wim Taymans  <wim@fluendo.com>
11477
11478         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11479         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
11480         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
11481         Mark buffers with DISCONT after seek and after activating new
11482         chains.
11483
11484         * ext/theora/gsttheoradec.h:
11485         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11486         (theora_get_query_types), (theora_dec_sink_event),
11487         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
11488         (theora_dec_change_state):
11489         Fix frame counter.
11490         Detect and mark DISCONT buffers.
11491
11492         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11493         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
11494         (vorbis_dec_change_state):
11495         * ext/vorbis/vorbisdec.h:
11496         Use GstSegment.
11497         Detect and mark DISCONT buffers.
11498         Don't crash on 0 sized buffers.
11499
11500 2006-05-03  Wim Taymans  <wim@fluendo.com>
11501
11502         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
11503         (volume_transform_ip):
11504         Increase "volume" property to 10.0. Fixes #340369.
11505         Set the process function to NULL when capsnego fails so that
11506         we properly error out.
11507
11508 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
11509
11510         * gst/playback/gstplaybin.c: (add_sink):
11511         * gst/playback/test.c: (main):
11512         * gst/playback/test5.c: (dump_element_stats):
11513         * gst/playback/test6.c: (main):
11514           free caps using gst_caps_unref, don't leak caps-strings
11515
11516 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
11517
11518         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
11519         (plugin_init):
11520           Refine musepack typefinding a bit. Return MAXIMUM
11521           probability when we detect stream version 7 to make
11522           sure the mpeg audio typefinder doesn't trump us.
11523
11524 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
11525
11526         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11527           Protect against unexpected NULL strf_data buffer.
11528
11529 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11530
11531         * tests/check/elements/audioconvert.c: (verify_convert),
11532         (GST_START_TEST):
11533           interpret the out[] buffer in the order the bytes are actually
11534           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
11535           Other tests should use BYTE_ORDER since the array is filled in
11536           with actual values
11537
11538 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11539
11540         * tests/check/elements/audioconvert.c: (verify_convert),
11541         (GST_START_TEST):
11542           when a test fails, give an indication of which it is
11543
11544 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11545
11546         * gst-libs/gst/cdda/gstcddabasesrc.c:
11547           compile fix; strtol() needs <stdlib.h>
11548
11549 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11550
11551         * ext/alsa/gstalsamixerelement.c:
11552         * ext/alsa/gstalsasrc.c:
11553         * ext/cdparanoia/gstcdparanoiasrc.c:
11554         * ext/gnomevfs/gstgnomevfssink.c:
11555         * ext/gnomevfs/gstgnomevfssrc.c:
11556         * ext/ogg/gstoggdemux.c:
11557         * ext/ogg/gstoggmux.c:
11558         * ext/ogg/gstoggparse.c:
11559         * ext/ogg/gstogmparse.c:
11560         * ext/pango/gstclockoverlay.c:
11561         * ext/pango/gsttextoverlay.c:
11562         * ext/pango/gsttextrender.c:
11563         * ext/pango/gsttimeoverlay.c:
11564         * ext/theora/theoradec.c:
11565         * ext/theora/theoraenc.c:
11566         * ext/vorbis/vorbisdec.c:
11567         * ext/vorbis/vorbisenc.c:
11568         * gst-libs/gst/audio/gstaudiofilter.c:
11569         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11570         * gst/audioconvert/gstaudioconvert.c:
11571         * gst/audiorate/gstaudiorate.c:
11572         * gst/audioresample/gstaudioresample.c:
11573         * gst/audiotestsrc/gstaudiotestsrc.c:
11574         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11575         * gst/playback/gstdecodebin.c:
11576         * gst/playback/gstplaybin.c:
11577         * gst/playback/gststreamselector.c:
11578         * gst/subparse/gstsubparse.c:
11579         * gst/tcp/gstmultifdsink.c:
11580         * gst/tcp/gsttcpclientsink.c:
11581         * gst/tcp/gsttcpclientsrc.c:
11582         * gst/tcp/gsttcpserversink.c:
11583         * gst/tcp/gsttcpserversrc.c:
11584         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11585         * gst/videorate/gstvideorate.c:
11586         * gst/videoscale/gstvideoscale.c:
11587         * gst/videotestsrc/gstvideotestsrc.c:
11588         * gst/volume/gstvolume.c:
11589         * sys/v4l/gstv4ljpegsrc.c:
11590         * sys/v4l/gstv4lmjpegsink.c:
11591         * sys/v4l/gstv4lmjpegsrc.c:
11592         * sys/v4l/gstv4lsrc.c:
11593         * sys/ximage/ximagesink.c:
11594         * sys/xvimage/xvimagesink.c:
11595         * tests/check/libs/cddabasesrc.c:
11596           make GstElementDetails const
11597
11598 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11599
11600         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
11601         (gst_adder_init):
11602           send events from src-pad to all sink-pads fixes #338657
11603
11604 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11605
11606         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
11607         (alsasink_parse_spec):
11608           query width capabilities from alsa, fixes #338919
11609
11610 2006-04-28  Wim Taymans  <wim@fluendo.com>
11611
11612         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11613         (gst_multi_fd_sink_remove_client_link):
11614         * gst/tcp/gstmultifdsink.h:
11615         Fix race condition in multifdsink that can lead to spurious 
11616         duplicate clients. this patch adds a new signal that is fired when
11617         multifdsink has removed all references to the fd.
11618         Fixes #339574.
11619         Updated documentation.
11620         API: client-fd-removed signal added
11621
11622 2006-04-28  Michael Smith  <msmith@fluendo.com>
11623
11624         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
11625           When asking g_value_array_new to prealloc elements, we may as well
11626           ask for the right number of elements.
11627
11628 2006-04-28  Wim Taymans  <wim@fluendo.com>
11629
11630         * gst-libs/gst/audio/gstbaseaudiosink.c:
11631         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
11632         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11633         patch to make timestamp checking more tollerant to rounding 
11634         errors given that real discontinuities are to be marked on
11635         buffers. Fixes some asf files and #338778.
11636         Also avoid some crashers when we receive an event in the 
11637         NULL state.
11638
11639 2006-04-28  Michael Smith  <msmith@fluendo.com>
11640
11641         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
11642         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11643         (gst_gnome_vfs_src_get_property),
11644         (gst_gnome_vfs_src_send_additional_headers_callback),
11645         (gst_gnome_vfs_src_received_headers_callback),
11646         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
11647         (gst_gnome_vfs_src_stop):
11648         * ext/gnomevfs/gstgnomevfssrc.h:
11649           Remove ICY handling (mostly) from gnomevfssrc, in favour of
11650           proper shared support within icydemux.
11651
11652 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11653
11654         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
11655         (gst_video_rate_swap_prev), (gst_video_rate_chain):
11656           fix up docs
11657           fix a leak when no caps negotiated
11658           fix counting of input frames
11659         * tests/check/elements/.cvsignore:
11660         * tests/check/elements/videorate.c: (assert_videorate_stats),
11661         (GST_START_TEST), (videorate_suite):
11662           add tests for these
11663
11664 2006-04-28  Wim Taymans  <wim@fluendo.com>
11665
11666         * gst-libs/gst/audio/gstringbuffer.c:
11667         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
11668         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
11669         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11670         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
11671         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
11672         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11673         (gst_ring_buffer_commit), (gst_ring_buffer_read),
11674         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
11675         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
11676         Check arguments passed to public functions instead of
11677         crashing.
11678
11679 2006-04-28  Wim Taymans  <wim@fluendo.com>
11680
11681         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11682         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11683         GstBaseAudioSrc must be live or it does not work.
11684
11685         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
11686         Don't set live to TRUE as this is the default in the parentclass.
11687
11688 2006-04-28  Wim Taymans  <wim@fluendo.com>
11689
11690         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
11691         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
11692         Videoscale doesn't pass on pixel-aspect ratio. Handle all
11693         fixation cases better. Fixes #338991
11694
11695 2006-04-28  Wim Taymans  <wim@fluendo.com>
11696
11697         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11698         Handle 0/1 framerate correctly Fixes #331901.
11699
11700 2006-04-28  Wim Taymans  <wim@fluendo.com>
11701
11702         * tests/check/elements/audioconvert.c: (get_float_caps),
11703         (GST_START_TEST), (audioconvert_suite):
11704         Added check for correct clipping when doing float samples
11705         in audioconvert.
11706
11707 2006-04-28  Wim Taymans  <wim@fluendo.com>
11708
11709         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
11710         (gst_video_rate_chain):
11711         Print more debugging info.
11712
11713 2006-04-28  Wim Taymans  <wim@fluendo.com>
11714
11715         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
11716         (resample_set_state_from_caps):
11717         Add support for other formats audioresample can handle such as
11718         32 bits in and float and 64 bits float. Fixes #301759
11719
11720 2006-04-28  Wim Taymans  <wim@fluendo.com>
11721
11722         * gst/audioconvert/audioconvert.c: (float):
11723         correctly clip float samples > 1.0. Fixes #338718
11724
11725 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11726
11727         Patch by: Young-Ho Cha  <ganadist at chollian net>
11728
11729         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11730         (gst_text_overlay_render_text):
11731           Don't strip newlines from the text. Also, center lines
11732           within multi-line paragraphs (#339405).
11733
11734 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11735
11736         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
11737           Fix wavpack typefinding to work in more cases (don't peek
11738           for chunks of multiple hundred kBs at once, but process
11739           things step-by-step in smaller units). Fixes #339786.
11740
11741 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11742
11743         * configure.ac:
11744           back to HEAD
11745
11746 === release 0.10.6 ===
11747
11748 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
11749
11750         * configure.ac:
11751           releasing 0.10.6, "Chao"
11752
11753 2006-04-26  David Schleef  <ds@schleef.org>
11754
11755         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
11756           Fixes #338897.
11757
11758 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11759
11760         * configure.ac:
11761         * win32/common/config.h:
11762           new prerelease
11763
11764 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11765
11766         patch by: Wim Taymans
11767
11768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11769         (gst_ogg_demux_perform_seek):
11770           make sure correct newsegments are sent, so that the decoder
11771           and the demuxer agree on timestamps.  Fixes playback of a lot
11772           of Ogg files that do not start from 0.  Fixes #339833.
11773
11774 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11775
11776         Patch by: Edward Hervey  <edward@fluendo.com>
11777
11778         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
11779         * tests/check/Makefile.am:
11780         * tests/check/elements/videorate.c: (assert_videorate_stats),
11781         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
11782         (videorate_suite), (main):
11783           Fix an infinite loop if frames are passed in with wrongly ordered
11784           timestamps.  Fixes #339013.
11785
11786 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11787
11788         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11791           fix typefinding on some ISO files.  Fixes #339212.
11792
11793 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11794
11795         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
11796
11797         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11798           add another H264 fourcc.  Fixes #339047.
11799
11800 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11801
11802         Patch by: Jan Schmidt
11803
11804         * gst/playback/gststreamselector.c:
11805         (gst_stream_selector_bufferalloc):
11806           Restore old StreamSelector behaviour.
11807           Fixes #338419.
11808
11809 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11810
11811         * configure.ac:
11812         * win32/common/config.h:
11813           prerelease
11814
11815 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11816
11817         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
11818
11819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11820         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
11821           Fix some memory leaks: on finalize, free buffers left in the queue
11822           before destroying the queue; in _push(), unref rtp_buf even if
11823           the process vfunc returned a NULL buffer as output buffer (#337548);
11824           demote some recuring debug messages to LOG level.
11825
11826 2006-04-11  Wim Taymans  <wim@fluendo.com>
11827
11828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11829         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11830         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
11831         (gst_ogg_demux_loop):
11832         More cleanups.
11833         Respect segment stop when emiting EOS or SEGMENT_DONE.
11834         Fixes (#337945).
11835
11836 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11837
11838         * gst/playback/gststreamselector.c:
11839         (gst_stream_selector_get_property):
11840           Don't leak pad name.
11841
11842 2006-04-10  Michael Smith  <msmith@fluendo.com>
11843
11844         * tests/check/Makefile.am:
11845         * tests/check/gst-plugins-base.supp:
11846           Suppress an old libtheora bug (fixed in more recent versions), so 
11847           that FC4 buildslaves can pass.
11848
11849 2006-04-10  Wim Taymans  <wim@fluendo.com>
11850
11851         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11852         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
11853         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
11854         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
11855         (gst_ogg_demux_loop):
11856         Don't leak events.
11857         Remember what error we got when finding chains, if we
11858         were shutdown, that would not be an error.
11859
11860 2006-04-10  Wim Taymans  <wim@fluendo.com>
11861
11862         * gst-libs/gst/audio/gstbaseaudiosink.c:
11863         (gst_base_audio_sink_event):
11864         Starting the ringbuffer when we did not acquire it can cause
11865         a deadlock, is pointless and causes nasty things for
11866         subclasses. 
11867         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
11868
11869 2006-04-10  Wim Taymans  <wim@fluendo.com>
11870
11871         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11872         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
11873         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11874         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
11875         (gst_ogg_demux_deactivate_current_chain),
11876         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
11877         (gst_ogg_demux_bisect_forward_serialno),
11878         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
11879         Add some more debugging.
11880
11881 2006-04-10  Wim Taymans  <wim@fluendo.com>
11882
11883         * ext/theora/theoradec.c: (theora_dec_src_event),
11884         (theora_handle_data_packet):
11885         Some more debug info.
11886
11887         * tests/examples/seek/seek.c: (start_seek), (main):
11888         Print element messages too.
11889
11890 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11891
11892         * gst/audioresample/debug.h:
11893           replace debug macros with variable number of parameters
11894           by a simple alias to gstreamer standard debug macros 
11895          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
11896           supported by MSVC 6.0 and 7.1)
11897         * gst/audioresample/resample.h:
11898           define M_PI and rint for WIN32
11899         * win32/common/libgstaudio.def:
11900         * win32/common/libgstriff.def:
11901         * win32/common/libgsttag.def:
11902         * win32/common/libgstvideo.def:
11903           add new exported functions
11904         * win32/vs6:
11905           update project files
11906
11907 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11908
11909         * ext/alsa/gstalsamixeroptions.c:
11910         (gst_alsa_mixer_options_class_init):
11911         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
11912         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
11913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
11914         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
11915         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
11916         * gst-libs/gst/audio/gstaudiofilter.c:
11917         (gst_audio_filter_class_init):
11918         * gst-libs/gst/audio/gstaudiosink.c:
11919         (gst_audioringbuffer_class_init):
11920         * gst-libs/gst/audio/gstaudiosrc.c:
11921         (gst_audioringbuffer_class_init):
11922         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
11923         * gst-libs/gst/interfaces/colorbalancechannel.c:
11924         (gst_color_balance_channel_class_init):
11925         * gst-libs/gst/interfaces/mixeroptions.c:
11926         (gst_mixer_options_class_init):
11927         * gst-libs/gst/interfaces/mixertrack.c:
11928         (gst_mixer_track_class_init):
11929         * gst-libs/gst/interfaces/tunerchannel.c:
11930         (gst_tuner_channel_class_init):
11931         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
11932         * gst-libs/gst/netbuffer/gstnetbuffer.c:
11933         (gst_netbuffer_class_init):
11934         * gst-libs/gst/rtp/gstbasertppayload.c:
11935         (gst_basertppayload_class_init):
11936         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11937         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
11938         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
11939         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
11940         * gst/playback/gststreamselector.c:
11941         (gst_stream_selector_class_init):
11942         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
11943         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
11944         * sys/v4l/gstv4lcolorbalance.c:
11945         (gst_v4l_color_balance_channel_class_init):
11946         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
11947         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11948         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11949         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
11950         (gst_v4l_tuner_norm_class_init):
11951         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
11952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
11953         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
11954         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11955
11956 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11957
11958         * ext/pango/gsttextrender.h:
11959         * gst-libs/gst/audio/gstaudiosink.h:
11960         * gst-libs/gst/audio/gstaudiosrc.h:
11961         * gst-libs/gst/audio/gstbaseaudiosink.h:
11962         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11963         * gst-libs/gst/audio/gstringbuffer.h:
11964         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11965         * gst-libs/gst/rtp/gstbasertppayload.h:
11966         * gst-libs/gst/video/gstvideofilter.h:
11967         * gst-libs/gst/video/gstvideosink.h:
11968         * gst/playback/gstplaybasebin.h:
11969         * gst/tcp/gstmultifdsink.h:
11970         * sys/v4l/gstv4lelement.h:
11971         Fix broken GObject macros
11972
11973 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11974
11975         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
11976         More debug to trace why my USB headset is not working with gst
11977
11978 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
11979
11980         * gst/playback/gstplaybasebin.c: (group_destroy):
11981         Clean up our group elements properly in the case where it never 
11982         got committed - it still got added unconditionally to the bin.
11983
11984 2006-04-07  Wim Taymans  <wim@fluendo.com>
11985
11986         * ext/theora/theoradec.c: (theora_dec_sink_event),
11987         (theora_handle_data_packet), (theora_dec_chain):
11988         Unref unhandled events.
11989         Protect against empty buffers.
11990         Perform QoS on running time.
11991
11992 2006-04-07  Michael Smith  <msmith@fluendo.com>
11993
11994         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
11995         (gst_vorbis_enc_chain):
11996           Remove leaks from vorbisenc.
11997           Mostly minor changes, the only significant one is that now the
11998           buffers we set as 'streamheader' on the caps are copies of the
11999           original buffers, to avoid circular refcounting problems.
12000
12001 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
12002
12003         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
12004           Don't remove our mute-probe if someone else already did so.
12005           Don't set a 2nd one if there is already one pending on the pad.
12006
12007         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12008         (do_playbin_seek):
12009           When a seek fails, ensure that playbin is still set back to playing.
12010           
12011         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
12012         (mpeg_ts_type_find), (plugin_init):
12013           Add a typefind function for mpeg-ts streams. (Closes: #336617)
12014
12015 2006-04-06  Andy Wingo  <wingo@pobox.com>
12016
12017         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
12018         (gst_video_rate_init): Caps-related parameters should not be reset
12019         by a flush -- move their inits to the instance init function.
12020         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
12021         is not OK, just return the result.
12022
12023         * gst/audiotestsrc/gstaudiotestsrc.c
12024         (gst_audio_test_src_class_init)
12025         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
12026         broken by Stefan's commit on 24 March.
12027
12028         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
12029         buffers being pushed out. Fixes oggmux ! multifdsink.
12030
12031 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
12032
12033         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12034         (gst_vorbis_dec_init), (vorbis_dec_finalize):
12035         * ext/vorbis/vorbisdec.h:
12036         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
12037         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
12038         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
12039         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
12040         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
12041         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
12042         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
12043         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
12044         (gst_vorbis_enc_buffer_from_packet),
12045         (gst_vorbis_enc_buffer_from_header_packet),
12046         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
12047         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
12048         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
12049         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
12050         (gst_vorbis_enc_change_state):
12051         * ext/vorbis/vorbisenc.h:
12052           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
12053           vorbisenc adhere to the official nomenclature; use boilerplate
12054           macro.
12055
12056 2006-04-04  Andy Wingo  <wingo@pobox.com>
12057
12058         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
12059         Whoops, fix bug introduced. Bad hacker!
12060         
12061         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
12062         Properly handle the case where you get EOS before any buffers are
12063         received. Use gst_buffer_make_metadata_writable where appropriate.
12064
12065         * ext/theora/theoradec.c (theora_handle_data_packet): This value
12066         is often negative -- make it signed so as not to wrap around.
12067         Fixes segfaults introduced on 9 March.
12068
12069 2006-04-03  Wim Taymans  <wim@fluendo.com>
12070
12071         * ext/theora/gsttheoradec.h:
12072         * ext/theora/theoradec.c: (theora_dec_src_event):
12073         Don't try to store a gdouble in a gboolean.
12074         Small cleanups.
12075
12076 2006-04-03  Michael Smith  <msmith@fluendo.com>
12077
12078         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
12079           Oggmux sucks.
12080           Make it suck slightly less by writing out the final page.
12081           Still can't encode a vorbis-in-ogg file correctly, though.
12082
12083 2006-04-03  Andy Wingo  <wingo@pobox.com>
12084
12085         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
12086         a g_print.
12087
12088         * ext/theora/theora.c (plugin_init): Register theoraparse.
12089
12090         * ext/theora/gsttheoraparse.h: 
12091         * ext/theora/theoraparse.c: New files implementing a theora
12092         parser. Now we can properly remux ogg/theora+vorbis, yay.
12093
12094         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
12095
12096 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12097
12098         * gst/audiotestsrc/gstaudiotestsrc.c:
12099           Fixed the sample pipeline (see #323798)
12100
12101 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12102
12103         * configure.ac:
12104         * win32/common/config.h:
12105         * win32/common/config.h.in:
12106           use AS_VERSION and AS_NANO
12107           more cleanups
12108
12109 2006-03-31  Andy Wingo  <wingo@pobox.com>
12110
12111         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
12112         uninitialized variable return that would happen.
12113         
12114         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
12115         uninitialized variable return that would never happen.
12116
12117         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
12118         (vorbis_parse_sink_event): Add an event function to flush our
12119         state on a seek, and to drain buffers on a premature EOS.
12120         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
12121         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
12122         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
12123         (vorbis_parse_drain_queue): Queue up buffers until we can set
12124         their timestamps and granulepos values.
12125
12126         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
12127         and keep track of data needed for deriving granulepos and
12128         timestamps for buffers.
12129
12130 2006-03-29  Wim Taymans  <wim@fluendo.com>
12131
12132         Patch by: j^ <j at bootlab dot org>
12133
12134         * ext/alsa/gstalsamixerelement.c:
12135         (gst_alsa_mixer_element_class_init):
12136         * ext/alsa/gstalsasink.c:
12137         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
12138         * ext/ogg/gstoggdemux.c:
12139         * ext/ogg/gstoggmux.c:
12140         * ext/ogg/gstoggparse.c:
12141         * ext/pango/gstclockoverlay.c:
12142         * ext/pango/gsttextoverlay.c:
12143         * ext/pango/gsttextrender.c:
12144         * ext/pango/gsttimeoverlay.c:
12145         * ext/theora/theoradec.c:
12146         * ext/theora/theoraenc.c:
12147         * ext/vorbis/vorbisdec.c:
12148         * ext/vorbis/vorbisenc.c:
12149         * gst/audioconvert/gstaudioconvert.c:
12150         * gst/subparse/gstsubparse.c:
12151         * gst/tcp/gstmultifdsink.c:
12152         * gst/tcp/gsttcpclientsink.c:
12153         * gst/tcp/gsttcpclientsrc.c:
12154         * gst/tcp/gsttcpserversink.c:
12155         * gst/tcp/gsttcpserversrc.c:
12156           better/unified long descriptions
12157           Fixes #336477
12158
12159 2006-03-29  Wim Taymans  <wim@fluendo.com>
12160
12161         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
12162         (stop_seek):
12163         Don't let double and triple clicks mess up our state.
12164
12165 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
12166
12167         * gst/playback/gstplaybin.c: (gen_video_element),
12168         (gen_text_element), (gen_audio_element), (gen_vis_element):
12169           Error out gracefully when we can't create any of the usual
12170           conversion elements for some reason. Also, don't try to
12171           create an audioscale (sic) element that's not used anyway.
12172
12173 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
12174
12175         * gst/playback/gstplaybasebin.c: (setup_source):
12176           Don't post RESOURCE_NOT_FOUND error when we can't find a source
12177           element for a particular protocol, that's confusing for users.
12178           Instead, post a RESOURCE_FAILED error, so that our own error
12179           message is actually shown in totem etc. (#336303).
12180
12181 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12182
12183         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12184
12185         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
12186         (gst_gnome_vfs_src_get_icy_metadata):
12187           Fix some minor memory leaks (#336194).
12188
12189 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12190
12191         * ext/gnomevfs/gstgnomevfs.c:
12192         (gst_gnome_vfs_location_to_uri_string):
12193         * ext/gnomevfs/gstgnomevfs.h:
12194         * ext/gnomevfs/gstgnomevfssink.c:
12195         (gst_gnome_vfs_sink_set_property):
12196         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
12197           Make gnomevfssink accept filenames as well as URIs for the
12198           "location" property, just like gnomevfssrc does (and
12199           filesrc/filesink do) (#336190).
12200
12201 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
12202
12203         * tests/check/generic/clock-selection.c: (GST_START_TEST):
12204           set to NULL before unreffing, fixes a valgrind leak.
12205           Why was this not triggering the error that an object needs to
12206           be NULL before unreffing ?
12207         * win32/common/config.h:
12208           update
12209
12210 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12211
12212         * gst/subparse/gstsubparse.c: (convert_encoding),
12213         (gst_sub_parse_change_state):
12214         * gst/subparse/gstsubparse.h:
12215           Text subtitle files may or may not be UTF-8. If it's not, we
12216           don't really want to see '?' characters in place of non-ASCII
12217           characters like accented characters. So let's assume the input
12218           is UTF-8 until we come across text that is clearly not. If it's
12219           not UTF-8, we don't really know what it is, so try the following:
12220           (a) see whether the GST_SUBTITLE_ENCODING environment variable
12221           is set; if not, check (b) if the current locale encoding is
12222           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
12223           the current locale encoding is UTF-8 and the environment variable
12224           was not set to any particular encoding. Not perfect, but better
12225           than nothing (and better than before, I think) (fixes #172848).
12226
12227 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
12228
12229         * configure.ac:
12230           update core requirement to 0.10.4.1 because of async_playback
12231           vmethod on GstBaseSink
12232
12233 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12234
12235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12236         * gst/adder/gstadder.c: (gst_adder_init):
12237         use DEBUG_FUNCPTR for collectpads
12238
12239 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12240
12241         * docs/plugins/Makefile.am:
12242         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12243         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12244         * ext/cdparanoia/gstcdparanoiasrc.c:
12245         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
12246         (gst_gnome_vfs_sink_class_init):
12247         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
12248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
12249         * ext/ogg/gstoggmux.c:
12250         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
12251         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12252         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
12253         * ext/pango/gsttextoverlay.c:
12254         * ext/pango/gsttextrender.c:
12255         * ext/theora/theoradec.c:
12256         * ext/theora/theoraenc.c:
12257         * ext/vorbis/vorbisdec.c:
12258         * ext/vorbis/vorbisenc.c:
12259         * gst-libs/gst/audio/gstaudiofilter.c:
12260         (gst_audio_filter_base_init):
12261         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12262         (gst_audio_filter_template_base_init):
12263         * gst/adder/gstadder.c: (gst_adder_get_type):
12264         * gst/adder/gstadder.h:
12265         * gst/audioconvert/gstaudioconvert.c:
12266         * gst/audiotestsrc/gstaudiotestsrc.c:
12267         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
12268         (gst_audio_test_src_create):
12269         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12270         * gst/playback/gstdecodebin.c:
12271         * gst/playback/gstplaybin.c:
12272         * gst/playback/gststreamselector.c:
12273         (gst_stream_selector_base_init):
12274         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
12275         * gst/volume/gstvolume.c:
12276         * sys/v4l/gstv4lmjpegsink.c:
12277         * sys/v4l/gstv4lmjpegsrc.c:
12278         * tests/check/libs/cddabasesrc.c:
12279         * tests/old/examples/gob/gst-identity2.gob:
12280           Add docs for adder, use GST_ELEMENT_DETAILS macro,
12281           define GstElementDetails at the top
12282
12283 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
12284
12285         * win32/common/libgstinterfaces.def:
12286         Add a lot of export functions for gst-python
12287         * win32/vs6/libgstinterfaces.dsp:
12288         Add a missing include folder in the project configuration
12289         
12290 2006-03-23  Wim Taymans  <wim@fluendo.com>
12291
12292         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12293         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
12294         (gst_base_audio_src_change_state):
12295         Fix audio sources, forgot to make the ringbuffer
12296         startable...
12297
12298 2006-03-23  Wim Taymans  <wim@fluendo.com>
12299
12300         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12301         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
12302         (gst_base_audio_src_change_state):
12303         unparent instead of unref the ringbuffer.
12304
12305 2006-03-23  Wim Taymans  <wim@fluendo.com>
12306
12307         * gst-libs/gst/audio/gstbaseaudiosink.c:
12308         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
12309         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
12310         Implement new async_play vmethod to start slaving and allow
12311         playback start in case of async PLAY state changes. 
12312
12313         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12314         Enable QoS with new method in base class.
12315
12316 2006-03-23  Wim Taymans  <wim@fluendo.com>
12317
12318         Patch by: Julien MOUTTE <julien at moutte dot net>
12319
12320         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
12321         (gst_video_test_src_do_seek), (gst_video_test_src_create):
12322         Partially handle 0 framerate, only EOS after the first frame
12323         is missing.
12324
12325 2006-03-23  Wim Taymans  <wim@fluendo.com>
12326
12327         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
12328
12329         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12330         (gst_riff_create_video_template_caps):
12331         * gst/ffmpegcolorspace/avcodec.h:
12332         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12333         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12334         (gst_ffmpegcsp_avpicture_fill):
12335         * gst/ffmpegcolorspace/imgconvert.c:
12336         Patch for support of YVU9 AVI files (#334822)
12337
12338 2006-03-22  Edward Hervey  <edward@fluendo.com>
12339
12340         * docs/design/design-decodebin.txt:
12341         Added design document for new decodebin
12342         (Target Caps): text/x-pango-markup is also a default target caps.
12343
12344 2006-03-22  Wim Taymans  <wim@fluendo.com>
12345
12346         * gst-libs/gst/audio/gstbaseaudiosink.c:
12347         (gst_base_audio_sink_dispose):
12348         Since we _parent the ringbuffer, we also need to
12349         _unparent instead of a plain _unref.
12350
12351 2006-03-22  Wim Taymans  <wim@fluendo.com>
12352
12353         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
12354         (stop_seek), (scrub_toggle_cb), (main):
12355         Add scrub checkbox.
12356
12357 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12358
12359         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
12360         (gst_ogg_parse_chain):
12361           Fix very inefficient usage of linked lists (#335365).
12362
12363 2006-03-21  Edward Hervey  <edward@fluendo.com>
12364
12365         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12366         * gst/playback/gstplaybin.c: (handoff):
12367         * gst/playback/gststreamselector.c:
12368         (gst_stream_selector_set_property):
12369         gcc 4.1 unreferenced pointer fixes.
12370         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12372         gst_buffer_ref() now takes a GstBuffer*.
12373
12374 2006-03-20  Julien MOUTTE  <julien@moutte.net>
12375
12376         * sys/xvimage/xvimagesink.c:
12377         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
12378         by Jan Schmidt.
12379
12380 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
12381
12382         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
12383         (id3v1_type_find), (apetag_type_find), (plugin_init):
12384           Can't do tag preferences via probability, as tags would then
12385           lose against types that are recognised with MAXIMUM probability
12386           (like .wav); so let all tag typefinders return MAXIMUM themselves
12387           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
12388           that we can prefer APE to ID3v1 (fixes #335028).
12389           
12390 2006-03-17  Wim Taymans  <wim@fluendo.com>
12391
12392         * gst-libs/gst/audio/gstbaseaudiosink.c:
12393         (gst_base_audio_sink_change_state):
12394         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
12395         (gst_ring_buffer_may_start):
12396         * gst-libs/gst/audio/gstringbuffer.h:
12397         Only start playback if we are playing.
12398         should fix #330748.
12399
12400 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
12401
12402         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
12403         * win32/common/config.h:
12404           Revert accidental commits to these files.
12405
12406 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12407
12408         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
12409
12410         * tests/Makefile.am:
12411           Don't try to build tests in tests/icles if we
12412           don't have X (#323852)
12413
12414 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12415
12416         * gst-libs/gst/tag/gstid3tag.c:
12417           Add TXXX frame identifiers for replaygain stuff as used
12418           by some taggers (see #323721).
12419
12420 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
12421
12422         * gst/playback/gststreamselector.c:
12423         (gst_stream_selector_set_property),
12424         (gst_stream_selector_bufferalloc):
12425           Preserve the existing buggy streamselector behaviour by performing
12426           a fallback buffer allocation when downstream isn't linked yet.
12427           This should really be fixed in playbin by blocking pads until it's
12428           linked them.
12429           Also, use gst_pad_alloc_buffer instead of
12430           gst_pad_alloc_buffer_and_set.
12431
12432 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12433
12434         * gst-libs/gst/tag/gstid3tag.c:
12435           Don't crash on unknown ID3v2 TXXX frames.
12436           
12437 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12438
12439         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
12440           Chain up to the parent finalize method.
12441           Add 32-bit sample size to the template caps.
12442
12443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12444         (gst_riff_create_video_template_caps):
12445           Add the fourcc that the VMWare codec uses.
12446           
12447         * gst/playback/gststreamselector.c:
12448         (gst_stream_selector_set_property),
12449         (gst_stream_selector_bufferalloc),
12450         (gst_stream_selector_request_new_pad):
12451           For the active pad, forward buffer-alloc requests, otherwise
12452           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
12453           having to memcpy every frame when used by playbin.
12454
12455         * gst/tcp/gstmultifdsink.c:
12456         (gst_multi_fd_sink_handle_client_write):
12457           Get negotiated caps from the sink pad, rather than the sink
12458           pad's peer.
12459
12460 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12461
12462         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12463         
12464         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
12465           Don't forget to set src->callbacks_pushed to FALSE again when
12466           popping them, otherwise re-activation in a different mode won't
12467           work (#334620).
12468
12469 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12470
12471         Patch by: Sebastien Moutte  <sebastien moutte net>
12472
12473         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
12474         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
12475         (gst_ffmpeg_smpfmt_to_caps):
12476           Replace __VA_ARGS__ caps creation macros with varargs functions.
12477           Makes things compile on MSVC (#320765), looks nicer, and we can
12478           tell the compiler to check for the NULL terminator.
12479
12480 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12481
12482         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
12483
12484         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12485           Make sure the buffer we copy into is really always big
12486           enough, this time for real (#333488).
12487           
12488 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12489
12490         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12491           Add support for 24bpp DIB (#305279).
12492
12493 2006-03-14  Wim Taymans  <wim@fluendo.com>
12494
12495         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
12496         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12497         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
12498         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
12499         (gst_video_scale_init), (gst_video_scale_src_event):
12500         Re-enable QoS after the release.
12501         Rework videoscale to use the base class src_event handler.
12502
12503 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12504
12505         * configure.ac:
12506           back to CVS.
12507
12508 === release 0.10.5 ===
12509
12510 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
12511
12512         * configure.ac:
12513           releasing 0.10.5, "Net"
12514
12515 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
12516
12517         * docs/plugins/Makefile.am:
12518           Part of previous cdparanoiasrc docs fixes, forgot to commit.
12519           
12520 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
12521
12522         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12523         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12524         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12525           Add cdparanoiasrc to docs.
12526
12527         * gst-libs/gst/cdda/gstcddabasesrc.c:
12528           More GstCddaBaseSrc docs.
12529
12530 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
12531
12532         * docs/libs/gst-plugins-base-libs-sections.txt:
12533         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
12534         * gst-libs/gst/tag/tag.h:
12535           API: libgsttag: new method gst_tag_from_id3_user_tag().
12536
12537 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
12538
12539         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12540           NULL-terminate array of mpeg4 video file extensions.
12541           Fixes crash on PPC (#334226).
12542
12543 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
12544
12545         * ext/gnomevfs/gstgnomevfssrc.c:
12546         (gst_gnome_vfs_src_check_get_range):
12547           gnome_vfs_uri_is_local() alone is not a good indicator
12548           whether we can operate in pull-mode with a specific URI,
12549           as it returns FALSE for file:// URIs that point to an
12550           NFS-mounted path. Be more conservative here: whitelist
12551           local files, blacklist http URIs and use the old
12552           mechanism for anything else (fixes #334216).
12553
12554 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12555
12556         * configure.ac:
12557           back to trunk
12558
12559 === release 0.10.4 ===
12560
12561 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
12562
12563         * configure.ac:
12564           releasing 0.10.4, "Power"
12565
12566 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
12567
12568         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12569         Disable max-lateness by setting it to -1 for now, so that 
12570         we can bed QoS stuff in thoroughly between now and the next
12571         release.
12572
12573 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
12574
12575         Patch by: Fabrizio Gennari
12576
12577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12578           Make sure we don't read beyond the palette buffer in case of
12579           broken or manipulated files (#333488)
12580
12581 2006-03-10  Edward Hervey  <edward@fluendo.com>
12582
12583         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12584         Fix for variable not initialized.
12585
12586 2006-03-09  Wim Taymans  <wim@fluendo.com>
12587
12588         * ext/libvisual/visual.c: (gst_visual_get_type),
12589         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
12590         (gst_visual_chain):
12591         Small cleanups.
12592
12593         * ext/theora/gsttheoradec.h:
12594         * ext/theora/theoradec.c: (gst_theora_dec_init),
12595         (gst_theora_dec_reset), (_theora_granule_time),
12596         (theora_dec_src_convert), (theora_dec_sink_convert),
12597         (theora_dec_src_query), (theora_dec_src_event),
12598         (theora_dec_sink_event), (theora_handle_comment_packet),
12599         (theora_handle_header_packet), (theora_dec_push),
12600         (theora_handle_data_packet), (theora_dec_chain),
12601         (theora_dec_change_state):
12602         Add simple QoS.
12603
12604 2006-03-09  Wim Taymans  <wim@fluendo.com>
12605
12606         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
12607         (audiocast_register_listener), (gst_gnome_vfs_src_start):
12608         Some cleanups.
12609
12610 2006-03-09  Wim Taymans  <wim@fluendo.com>
12611
12612         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
12613         Don't try to activate NULL chains.
12614
12615 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12616
12617         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12618           Fix invalid memory access to region before peek'd data (#332964).
12619
12620 2006-03-09  Wim Taymans  <wim@fluendo.com>
12621
12622         Patch by: Christophe Fergeau
12623
12624         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
12625         * ext/pango/gsttextrender.c: (gst_text_render_init):
12626         * gst/adder/gstadder.c: (gst_adder_init):
12627         Don't leak padtemplates, closes #333510.
12628
12629 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12630
12631         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12632           Fix invalid memory access: make sure string passed to
12633           regexec() is NUL-termianted.
12634
12635 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12636
12637         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12638         (mp3_type_find):
12639           Refactor mpeg/audio typefinding to make it more maintainable
12640           and easier to fine-tune. Make probing into middle of the file
12641           work properly (fixes #333900, also see #152688).
12642
12643 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12644
12645         * gst/typefind/gsttypefindfunctions.c:
12646         (utf8_type_find_have_valid_utf8_at_offset):
12647           Remove part from previous commit that was bogus:
12648           g_utf8_validate() does in fact not accept embedded
12649           zeroes, so we don't need to check for those (thanks
12650           to Mike for the hint).
12651
12652 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12653
12654         * gst/typefind/gsttypefindfunctions.c:
12655         (utf8_type_find_count_embedded_zeroes),
12656         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
12657           Make plain/text typefinder more conservative: firstly, check
12658           for embedded zeroes, which are perfectly valid UTF-8 characters,
12659           but also a fairly good sign that something is not a plain text
12660           file; secondly, probe into the middle of the file if possible.
12661           If we can't probe into the middle, limit the probability value
12662           to be returned to TYPE_FIND_POSSIBLE (see #333900).
12663
12664 2006-03-08  Michael Smith  <msmith@fluendo.com>
12665
12666         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12667           Make typefind function name for mpeg4 video unique.
12668
12669 2006-03-08  Wim Taymans  <wim@fluendo.com>
12670
12671         * ext/libvisual/visual.c: (gst_visual_init),
12672         (gst_visual_clear_actors), (gst_visual_dispose),
12673         (gst_visual_reset), (gst_visual_src_setcaps),
12674         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
12675         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
12676         (gst_visual_chain), (gst_visual_change_state):
12677         Cleanups, post nice errors.
12678         Handle sink and src events.
12679         Implement simple QoS.
12680
12681         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12682         Use new basesink methods to configure max-lateness.
12683         Small doc update.
12684
12685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12686         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
12687         Debug statement cleanups.
12688
12689         * gst/volume/gstvolume.c: (gst_volume_class_init):
12690         Simple cleanup.
12691
12692 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
12695         (gst_text_overlay_init), (gst_text_overlay_set_property),
12696         (gst_text_overlay_get_property):
12697           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
12698           as string type properties, but mark them deprecated. Add
12699           'halignment' and 'valignment' properties that use enums
12700           instead of strings.
12701
12702 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         Patch by: Fabrizio Gennari
12705
12706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12707           Allow palettes with less than 256 colours in AVI files
12708           (#333488)
12709
12710 2006-03-07  Julien MOUTTE  <julien@moutte.net>
12711
12712         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
12713         (gst_text_overlay_video_event): Fix wrong EOS handling on text
12714         pad. We were releasing the queued text buffer when we should keep
12715         it until video pad gets EOS or discard the text buffer because it's
12716         too old. That was eating the last subtitle buffer. Add some more
12717         debug.
12718
12719 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12720
12721         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
12722         (gst_text_overlay_video_chain):
12723           Fix invalid memory access (we can't access a buffer after it's been
12724           pushed downstream without taking a reference); fix memory leak (if
12725           there's no text to render, bail out before allocating stuff).
12726
12727 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12728
12729         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12730         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
12731         * ext/pango/gsttextoverlay.h:
12732           If input is plain text, escape it before passing it to
12733           pango_layout_set_markup().
12734
12735 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12736
12737         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
12738           Don't ignore flow return from gst_pad_push().
12739
12740 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12741
12742         Patch by: Fabrizio Gennari
12743
12744         * ext/libvisual/visual.c: (gst_visual_getcaps),
12745         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
12746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
12747         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12748         (gst_vorbisenc_convert_sink):
12749         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
12750         (gst_audio_duration_from_pad_buffer):
12751         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
12752         (gst_audio_filter_chain):
12753         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12754         (gst_base_rtp_depayload_setcaps):
12755         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
12756         (gst_video_get_size):
12757         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
12758           Don't leak references returned by gst_pad_get_parent()
12759           (#333663)
12760
12761 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
12762
12763         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
12764           change location param details
12765         * gst/volume/gstvolume.c: (plugin_init):
12766           correct plugin description
12767
12768 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
12769
12770         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
12771         (gst_gnome_vfs_src_check_get_range):
12772           Override GstBaseSrc::check_get_range() in order to avoid opening
12773           the resource just to check whether we can operate in pull-mode or
12774           not - we can predict that pretty well from the URI alone. Should
12775           fix problems with last.fm (#331690). (Requires latest core CVS).
12776
12777 2006-03-06  Wim Taymans  <wim@fluendo.com>
12778
12779         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
12780         (gst_video_sink_class_init):
12781         Throw away frames that are later than 20 ms.
12782
12783 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
12784
12785         Patch by: Fabrizio Gennari
12786
12787         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12788           Set depth on WMA caps (#333545)
12789
12790 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12791
12792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
12793         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
12794           put Theora BOS pages before others.  This hardcodes
12795           the Ogg/Theora I profile, but hey.
12796
12797 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12798
12799         * ext/ogg/README:
12800           updated with some examples
12801         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
12802         (granulepos_add), (theora_buffer_from_packet):
12803         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
12804         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
12805         (gst_vorbisenc_chain):
12806           implement strategy from ext/ogg/README
12807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
12808         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
12809         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
12810         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
12811           Fix muxer so that oggz-validate is happy with all streams;
12812           except for no eos mark, and the BOS page ordering
12813         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
12814         (check_buffer_granulepos):
12815         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
12816           update tests to check for OFFSET being set as requested
12817           fixed type of granulepos, it's not a ClockTime
12818
12819 2006-03-05  Julien MOUTTE  <julien@moutte.net>
12820
12821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12822         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
12823         Check that the xvimage we are creating has a correct size
12824         before returning it. (#314897)
12825
12826 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
12827
12828         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12829           Give id3 and ape tag typefinders a rank slightly higher
12830           than PRIMARY to ensure they're always run before any of
12831           the other typefinders (in particular wav and mp3) (#324186).
12832
12833 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
12834
12835         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12836           Add support for '3IVD' fourcc (#333403).
12837
12838 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12839
12840         * configure.ac:
12841           Bump requirements to GStreamer CVS for the new error enum.
12842
12843         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
12844           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
12845           space left on the device (fixes #333352).
12846
12847 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
12848
12849         * win32/vs6:
12850           add a project file for libgstvolume
12851           update the workspace
12852
12853 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12854
12855         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
12856         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
12857         (GST_START_TEST):
12858           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
12859           Set IN_CAPS on header buffers
12860
12861 2006-03-02  Wim Taymans  <wim@fluendo.com>
12862
12863         * docs/plugins/Makefile.am:
12864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12865         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12866         Add audioresample to docs.
12867
12868         * gst/audioconvert/gstaudioconvert.c:
12869         Add revision date.
12870
12871         * gst/audioresample/gstaudioresample.c:
12872         (gst_audioresample_base_init), (gst_audioresample_class_init),
12873         (gst_audioresample_init), (gst_audioresample_dispose),
12874         (audioresample_get_unit_size), (audioresample_transform_caps),
12875         (resample_set_state_from_caps), (audioresample_transform_size),
12876         (audioresample_set_caps), (audioresample_event),
12877         (audioresample_do_output), (audioresample_transform),
12878         (audioresample_pushthrough), (gst_audioresample_set_property),
12879         (gst_audioresample_get_property), (plugin_init):
12880         * gst/audioresample/gstaudioresample.h:
12881         Added docs.
12882         Small code cleanups.
12883
12884 2006-03-02  Wim Taymans  <wim@fluendo.com>
12885
12886         * docs/plugins/Makefile.am:
12887         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12888         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12889         Added videoscale to docs.
12890
12891         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12892         (gst_video_rate_swap_prev), (gst_video_rate_event),
12893         (gst_video_rate_chain):
12894         Fix typo in docs.
12895
12896         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
12897         (gst_video_scale_init), (gst_video_scale_prepare_size),
12898         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12899         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
12900         * gst/videoscale/gstvideoscale.h:
12901         Added docs, examples.
12902         Some code cleanups.
12903         Post errors instead of g_warning.
12904
12905 2006-03-02  Wim Taymans  <wim@fluendo.com>
12906
12907         * docs/libs/gst-plugins-base-libs-docs.sgml:
12908         * docs/libs/gst-plugins-base-libs-sections.txt:
12909         * docs/libs/gst-plugins-base-libs.types:
12910         * docs/plugins/Makefile.am:
12911         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12912         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12913         Added some more docs to libs and plugins.
12914
12915         * gst-libs/gst/audio/gstringbuffer.c:
12916         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
12917         * gst-libs/gst/audio/gstringbuffer.h:
12918         Document ringbuffer some more.
12919
12920         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
12921         (gst_video_rate_setcaps), (gst_video_rate_reset),
12922         (gst_video_rate_init), (gst_video_rate_flush_prev),
12923         (gst_video_rate_swap_prev), (gst_video_rate_event),
12924         (gst_video_rate_chain), (gst_video_rate_change_state):
12925         * gst/videorate/gstvideorate.h:
12926         Fix videorate to use segments.
12927         Make it work with 0/1 framerates (closes #331903)
12928         Handle EOS correctly.
12929         Added docs.
12930
12931 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12932
12933         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
12934         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
12935         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
12936           In state change function, first chain up to parent class,
12937           then handle downwards state change stuff. Remove some
12938           commented out cruft from 0.8 code.
12939
12940 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12941
12942         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
12943         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12944         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
12945         (gst_ogm_parse_chain):
12946           Don't remove/re-add source pad if the new caps are the same as
12947           the old caps anyway (#333042). When removing source pad, don't
12948           unref it afterwards - we didn't ref it when adding. Sprinkle some
12949           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
12950           after using gst_pad_get_parent(). Return downstream flow return
12951           value in chain function.
12952
12953 2006-03-02  Wim Taymans  <wim@fluendo.com>
12954
12955         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12956         * docs/plugins/gst-plugins-base-plugins.args:
12957         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12958         * docs/plugins/gst-plugins-base-plugins.interfaces:
12959         * docs/plugins/gst-plugins-base-plugins.signals:
12960         Fix hierarchy, added some more elements to the docs.
12961
12962         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12963         (gst_ffmpegcsp_get_type):
12964         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12965         Fix docs for ffmpegcolorspace.
12966
12967 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
12968
12969         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
12970         (apetag_type_find), (ape_type_find), (plugin_init):
12971           Some typefinding fine-tuning:
12972           - rank ID3/APE tags in order of preference via probabilities, so that
12973             ID3v2 > APEv2 > APEv1 > ID3v1.
12974           - three or four bytes don't really justify MAXIMUM probability,
12975             change those to 'very likely' (musepack and monkeysaudio).
12976
12977 2006-03-01  Wim Taymans  <wim@fluendo.com>
12978
12979         * docs/plugins/Makefile.am:
12980         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12981         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12982         * ext/alsa/gstalsamixer.c:
12983         * ext/alsa/gstalsamixer.h:
12984         * ext/alsa/gstalsamixerelement.c:
12985         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
12986         * ext/alsa/gstalsamixerelement.h:
12987         * ext/alsa/gstalsasink.c:
12988         * ext/alsa/gstalsasink.h:
12989         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
12990         (gst_alsasrc_init):
12991         * ext/alsa/gstalsasrc.h:
12992         Added alsa docs.
12993         Small code cleanups.
12994
12995 2006-03-01  Wim Taymans  <wim@fluendo.com>
12996
12997         * ext/theora/Makefile.am:
12998         Dist new header too,
12999
13000 2006-03-01  Wim Taymans  <wim@fluendo.com>
13001
13002         * docs/plugins/Makefile.am:
13003         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13004         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13005         * ext/gnomevfs/gstgnomevfssink.h:
13006         * ext/gnomevfs/gstgnomevfssrc.h:
13007         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13008         * ext/vorbis/vorbisdec.h:
13009         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
13010         * ext/vorbis/vorbisenc.h:
13011         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
13012         (vorbis_parse_chain), (vorbis_parse_change_state):
13013         * ext/vorbis/vorbisparse.h:
13014         * gst/audioconvert/gstaudioconvert.h:
13015         * gst/tcp/gsttcpserversink.h:
13016         * gst/videotestsrc/gstvideotestsrc.c:
13017         * gst/videotestsrc/gstvideotestsrc.h:
13018         * gst/volume/gstvolume.c:
13019         * gst/volume/gstvolume.h:
13020         Fix some more docs.
13021         Added docs for vorbisdec and vorbisparse.
13022         Fix vorbisparse.
13023
13024 2006-03-01  Wim Taymans  <wim@fluendo.com>
13025
13026         * docs/plugins/Makefile.am:
13027         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13028         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13029         * ext/pango/gstclockoverlay.h:
13030         * ext/pango/gsttextoverlay.h:
13031         * ext/pango/gsttextrender.h:
13032         * ext/pango/gsttimeoverlay.h:
13033         * ext/theora/gsttheoradec.h:
13034         * ext/theora/gsttheoraenc.h:
13035         * ext/theora/theoradec.c:
13036         * ext/theora/theoraenc.c:
13037         * gst/audioconvert/gstaudioconvert.h:
13038         * gst/audiotestsrc/gstaudiotestsrc.h:
13039         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
13040         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13041         * gst/tcp/gstmultifdsink.h:
13042         Updated/added documentation.
13043
13044         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
13045         (gst_text_overlay_halign_get_type),
13046         (gst_text_overlay_wrap_mode_get_type),
13047         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
13048         (gst_text_overlay_init), (gst_text_overlay_set_property),
13049         (gst_text_overlay_get_property):
13050         Fix up properties to be enums instead of string to make bindings,
13051         introspection and automatic GUI creation possible.
13052         Add getters for the properties.
13053
13054 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
13055
13056         * gst/audiotestsrc/gstaudiotestsrc.c:
13057           added defines of M_PI and M_PI_2
13058         * gst/ffmpegcolorspace/avcodec.h:
13059           removed #include "stdint.h" for win32 as _stdint.h is 
13060           autogenerated to win32/common
13061         * win32/common/libgstaudio.def:
13062         * win32/common/libgsttag.def:
13063           added some exports
13064         * win32/vs6:
13065           some project files bugs corrected
13066         * win32/vs7:
13067           project files are reset to the default vs7 configuration 
13068           (they link to msvcr71.dll using default optimizations)
13069           
13070 2006-02-28  Wim Taymans  <wim@fluendo.com>
13071
13072         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
13073         Fix some docs.
13074
13075 2006-02-28  Edward Hervey  <edward@fluendo.com>
13076
13077         * ext/alsa/gstalsasrc.c:
13078         Set proper class on the ElementDetails:
13079         Source/Audio instead of Src/Audio/
13080
13081 2006-02-28  Edward Hervey  <edward@fluendo.com>
13082
13083         * gst/videoscale/vs_scanline.c:
13084         (vs_scanline_resample_nearest_RGBA):
13085         Revert optimization in videoscale. It should go in liboil and have
13086         an appropriate liboil function.
13087
13088 2006-02-28  Wim Taymans  <wim@fluendo.com>
13089
13090         * gst-libs/gst/audio/gstbaseaudiosink.c:
13091         (gst_base_audio_sink_provide_clock):
13092         Don't try to provide a clock in the NULL state.
13093
13094 2006-02-28  Wim Taymans  <wim@fluendo.com>
13095
13096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13097         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
13098         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13099         (gst_ogg_demux_deactivate_current_chain),
13100         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
13101         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
13102         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13103         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13104         Use GstSegment infrastructure to remove duplicated code
13105         and handle more seek cases correctly.
13106
13107 2006-02-28  Wim Taymans  <wim@fluendo.com>
13108
13109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13110         (gst_ffmpegcsp_transform):
13111         Don't ignore return code from ffmpeg convert function.
13112
13113         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13114         Split out some long statements to ease debugging.
13115
13116 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
13117
13118         * ext/libvisual/visual.c: (gst_visual_init),
13119         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
13120         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
13121         being able to renegotiate the size. Instead, use the negotiation
13122         algorithm from the goom plugin to pick an initial output caps. 
13123
13124         Also, allow theoretical libvisual plugins that might support non-GL 
13125         output even if they also do GL.
13126
13127 2006-02-26  Julien MOUTTE  <julien@moutte.net>
13128
13129         * ext/libvisual/visual.c: (gst_visual_init),
13130         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
13131         (plugin_init): Load only non GL plugins. Fix some memleaks and 
13132         possible negotiation issues.
13133
13134 2006-02-25  Julien MOUTTE  <julien@moutte.net>
13135
13136         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
13137
13138 2006-02-24  Michael Smith  <msmith@fluendo.com>
13139
13140         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
13141         (cmml_type_find), (plugin_init):
13142           Fix CMML type find function to not require a specific minor version
13143           of the CMML header.
13144
13145           Add an MPEG4 video elementary stream typefind function.
13146
13147 2006-02-04  Michael Smith  <msmith@fluendo.com>
13148
13149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
13150         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
13151         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13152         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
13153         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
13154         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
13155           Annodex support in ogg demuxer. Doesn't do very much without the
13156           other annodex patches (to come).
13157
13158 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13159
13160         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
13161
13162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13163           Pick up palette for MS video v1 (#327028)
13164
13165 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13166
13167         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13168         (gst_ffmpegcsp_caps_remove_format_info),
13169         (gst_ffmpegcsp_get_unit_size):
13170           The 'palette_data' field from incoming RGB caps shouldn't be
13171           proxied on outgoing YUV caps; also, restrict unit size
13172           adjustment in case of paletted data only to the unit that
13173           actually has a palette. Fixes #330711.
13174
13175 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13176
13177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13178         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13179         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
13180         (gst_ffmpegcsp_get_unit_size):
13181           Plug some memory leaks.
13182
13183 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13184
13185         * sys/ximage/Makefile.am:
13186         * sys/xvimage/Makefile.am:
13187           Add some _CFLAGS and _LIBS that seem to be missing
13188           and/or required for Cygwin (see #317048).
13189
13190 2006-02-22  Wim Taymans  <wim@fluendo.com>
13191
13192         * ext/alsa/gstalsasrc.c:
13193         Fix description as pointed out by caugier.
13194
13195 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
13196
13197         Reviewed by : Edward Hervey  <edward@fluendo.com>
13198
13199         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
13200         (qt_type_find):
13201         Better 3gp typefinding (#331526).
13202
13203 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
13204
13205         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
13206           Don't send EOS event here, the base class will send one for us.
13207
13208         * gst/playback/gstplaybasebin.c: (prepare_output):
13209           Subpictures without video stream aren't allowed either.
13210         
13211         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
13212           Fix debug statement copy'n'paste-o.
13213
13214 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
13215
13216         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
13217           Fix issues with mixer keeping state when muting/unmuting
13218           and when changing the volume whilst muted (see #331763
13219           and #331765).
13220
13221 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
13222
13223         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
13224         (parse_subrip), (gst_sub_parse_format_autodetect):
13225           Set right caps given that we send escaped text. Also,
13226           honour <i></i>, <b></b> and <u></u> markers that can be found
13227           in .srt files (fixes #310202).
13228
13229 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
13230
13231         * gst-libs/gst/audio/mixerutils.c:
13232         (element_factory_rank_compare_func):
13233           Make order in which elements are tried more determinable.
13234
13235 2006-02-20  Julien MOUTTE  <julien@moutte.net>
13236
13237         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
13238         (remove_element_chain), (cleanup_decodebin),
13239         (gst_decode_bin_change_state): Make decodebin reusable by
13240         fixing remove_element_chain first and then introduce a
13241         cleaner in state change to ->NULL. (Closes #331678)
13242
13243 2006-02-19  Wim Taymans  <wim@fluendo.com>
13244
13245         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
13246         use 0666 mask when creating files so umask gets applied
13247         correctly. Fixes #331295.
13248
13249 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
13250
13251         * gst/subparse/Makefile.am:
13252         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13253         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
13254         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
13255         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
13256         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
13257         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
13258         * gst/subparse/gstssaparse.h:
13259         * gst/subparse/gstsubparse.c: (plugin_init):
13260           Add very basic parser for SSA subtitle streams (as often
13261           found in matroska files).
13262
13263 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
13264
13265         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
13266           That should be text/x-pango-markup, not text/x-pango-layout.
13267
13268 2006-02-19  Julien MOUTTE  <julien@moutte.net>
13269
13270         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
13271         Polishing.
13272
13273 2006-02-19  Julien MOUTTE  <julien@moutte.net>
13274
13275         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13276         (gst_text_overlay_finalize), (gst_text_overlay_init),
13277         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
13278         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
13279         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
13280         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
13281         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
13282         Fix state change deadlock.
13283
13284 2006-02-19  Julien MOUTTE  <julien@moutte.net>
13285
13286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13287         (gst_text_overlay_finalize), (gst_text_overlay_init),
13288         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
13289         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
13290         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
13291         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
13292         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
13293         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
13294         and subtitles files.
13295
13296 2006-02-19  Julien MOUTTE  <julien@moutte.net>
13297
13298         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
13299         should be considered as raw.
13300
13301 2006-02-19  Julien MOUTTE  <julien@moutte.net>
13302
13303         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13304         (cb_probe):
13305         * gst/playback/gststreaminfo.h: Introduce language informations.
13306
13307 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
13308
13309         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13310         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13311         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13312         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
13313         Set shared memory segments to be deleted as soon as we have attached,
13314         that way they get cleaned up automatically if we crash.
13315
13316 2006-02-18  Julien MOUTTE  <julien@moutte.net>
13317
13318         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
13319         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
13320         functions are called with lock held.
13321
13322 2006-02-18  Julien MOUTTE  <julien@moutte.net>
13323
13324         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13325         (gst_text_overlay_finalize), (gst_text_overlay_init),
13326         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
13327         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
13328         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
13329         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
13330         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
13331         (gst_text_overlay_change_state): Refactoring of textoverlay
13332         without collectpads. This now supports sparse subtitles coming
13333         from a demuxer instead of a sub file. Seeking is still broken 
13334         though. Need to discuss with wtay some more on how to handle
13335         seeking correctly.
13336         * ext/pango/gsttextoverlay.h:
13337         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
13338         subtitles coming from the demuxer.
13339
13340 2006-02-17  Wim Taymans  <wim@fluendo.com>
13341
13342         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
13343         (gst_vorbisenc_convert_sink):
13344         Use some more scaling functions.
13345
13346 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
13347
13348         * ext/cdparanoia/gstcdparanoiasrc.c:
13349         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
13350         (gst_cd_paranoia_paranoia_callback),
13351         (gst_cd_paranoia_src_signal_is_being_watched),
13352         (gst_cd_paranoia_src_read_sector):
13353         * ext/cdparanoia/gstcdparanoiasrc.h:
13354           Add back 'transport-error' and 'uncorrected-error' signals and
13355           make them actually be fired when bad stuff happens (#319340).
13356
13357 2006-02-17  Wim Taymans  <wim@fluendo.com>
13358
13359         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13360         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13361         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
13362         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
13363         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
13364         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
13365         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
13366         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
13367         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
13368         (gst_ring_buffer_clear):
13369         Small cleanups.
13370         Added some G_LIKELY.
13371
13372 2006-02-17  Wim Taymans  <wim@fluendo.com>
13373
13374         * gst-libs/gst/audio/TODO:
13375         Update TODO
13376
13377         * gst-libs/gst/audio/gstbaseaudiosink.c:
13378         (gst_base_audio_sink_get_offset):
13379         When trying to play samples ASAP and we don't have a
13380         previous sample, try to play at position 0 instead of
13381         an invalid position.
13382
13383 2006-02-17  Wim Taymans  <wim@fluendo.com>
13384
13385         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
13386         (gst_alsasink_reset):
13387         Also release lock when we get an error in _reset();
13388         fix an error message.
13389
13390 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13391
13392         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13393         (gst_alsasink_init), (get_channel_free_structure),
13394         (caps_add_channel_configuration), (gst_alsasink_getcaps),
13395         (gst_alsasink_close):
13396         * ext/alsa/gstalsasink.h:
13397           Add support for more than 2 channels (#326720).
13398
13399 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13400
13401         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13402           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
13403           with 4 or 6 channels, assume a default channel layout to make things
13404           work (not sure there's anything else we can do in those cases).
13405
13406 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13407
13408         * gst-libs/gst/audio/multichannel.c:
13409           Minor docs fix.
13410
13411         * gst-libs/gst/riff/Makefile.am:
13412         * gst-libs/gst/riff/riff-ids.h:
13413         * gst-libs/gst/riff/riff-media.c:
13414         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
13415           Add support for WAVEFORMATEX, eg. PCM audio with more than two
13416           channels and a channel layout map.
13417           
13418 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
13419
13420         Reviewed by Edward Hervey  <edward@fluendo.com>
13421
13422         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
13423         C-level optimization of the RGBA nearest neighbour function.
13424         Eventually this might end up in liboil with vectorized versions.
13425
13426 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13427
13428         * gst-libs/gst/audio/multichannel.c:
13429         (gst_audio_get_channel_positions):
13430           When we have more than 2 channels, but no channel layout is
13431           specified in the caps, return some default channel layout
13432           to the caller and warn about about a possibly buggy element
13433           (could be buggy filtercaps as well of course) (#317038).
13434
13435 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13436
13437         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
13438           Add gst-libs/gst/cdda to list of lib search paths.
13439
13440 2006-02-15  Andy Wingo  <wingo@pobox.com>
13441
13442         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
13443         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
13444         to the Lord Jesus that I do not have to touch the ogg muxer ever
13445         again.
13446
13447 2006-02-15  Edward Hervey  <edward@fluendo.com>
13448
13449         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13450         quicktime movie files can also contain 'uuid' atoms.
13451
13452 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
13453
13454         * gst/audioconvert/plugin.c: (plugin_init):
13455           Register the GstAudioChannelPosition enum type with the type
13456           system in the plugin_init function, so that it is known before
13457           any element actually makes use of multi-channel stuff. This is
13458           required for example if one wants to be able to deserialise/use
13459           a caps string with channel positions before any pipeline has
13460           been setup and started, like with gst-launch.
13461
13462 2006-02-14  Wim Taymans  <wim@fluendo.com>
13463
13464         * gst-libs/gst/audio/gstringbuffer.c:
13465         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
13466         (gst_ring_buffer_samples_done), (wait_segment),
13467         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
13468         Add some compiler G_(UN_)LIKELY help.
13469         SIGNAL the ringbuffer waiters when going to PAUSED as well to
13470         make sure they can exit their functions. Should fix #330748
13471
13472 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13473
13474         * Makefile.am:
13475         * configure.ac:
13476         * win32/MANIFEST:
13477         * win32/common/_stdint.h:
13478           Windows does not have long long; copy the generated _stdint.h
13479         * win32/common/interfaces-enumtypes.c:
13480         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
13481         (gst_mixer_track_flags_get_type),
13482         (gst_tuner_channel_flags_get_type):
13483         * win32/common/multichannel-enumtypes.c:
13484         (gst_audio_channel_position_get_type):
13485           update
13486
13487 2006-02-13  Wim Taymans  <wim@fluendo.com>
13488
13489         * gst-libs/gst/audio/gstbaseaudiosink.c:
13490         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
13491         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13492         Always sync on first sample we receive when starting.
13493
13494 2006-02-13  Wim Taymans  <wim@fluendo.com>
13495
13496         * gst/playback/gstplaybin.c: (gen_vis_element):
13497         Update vis bin docs.
13498         Move queue after tee so we don't queue video buffers but
13499         audio samples instead. Fixes problems where the video queue
13500         is filled and the audio queue empty.
13501
13502 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
13503
13504         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13505           No need to push an EOS event here, GstBaseSrc will do that for us
13506           when we return FLOW_UNEXPECTED.
13507           
13508 2006-02-12  Wim Taymans  <wim@fluendo.com>
13509
13510         * gst-libs/gst/audio/gstbaseaudiosink.c:
13511         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
13512         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
13513         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13514         Use scale functions when possible.
13515         Fix error messages.
13516         Free clockid when after waiting for EOS.
13517         Use G_(UN_)LIKLY when it makes sense.
13518         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
13519
13520 2006-02-12  Edward Hervey  <edward@fluendo.com>
13521
13522         * gst/playback/gstplaybasebin.c: (prepare_output): 
13523         Remove stray semi-colon (fixes #330888).
13524
13525 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
13526
13527         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
13528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
13529         Fix up the XShm call testing so that we catch errors, and don't
13530         cause new ones by attempting to detach from a segment we failed
13531         to attach to. Fixes #312439.
13532
13533 2006-02-10  Edward Hervey  <edward@fluendo.com>
13534
13535         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13536         Added flv file typefind (video/x-flv).
13537
13538 2006-02-10  Edward Hervey  <edward@fluendo.com>
13539
13540         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13541         (gst_riff_create_video_template_caps):
13542         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
13543         Also added the caps to the default set of riff video caps.
13544
13545 2006-02-09  Andy Wingo  <wingo@pobox.com>
13546
13547         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
13548         time and the end time of the last packet in the page.
13549         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
13550         on the pages in our queue, set the duration as well. Reflow a
13551         debug statement.
13552         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
13553         Fixes bad muxing order.
13554
13555 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13556
13557         * gst-libs/gst/rtp/gstbasertppayload.c:
13558         (gst_basertppayload_setcaps), (gst_basertppayload_push):
13559           update seqnum before setting it on the packet; this makes sure
13560           that the timestamp and seqnum properties match after pushing
13561           a buffer
13562
13563 2006-02-09  Andy Wingo  <wingo@pobox.com>
13564
13565         * gst-libs/gst/audio/gstringbuffer.c
13566         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
13567         overflow after 13.5 hours of recording. Kapow!
13568
13569         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
13570         the buffer size -- we don't care about underrun/overrun reporting
13571         right now, just need to return a useful value.
13572
13573 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13574
13575         * configure.ac:
13576           Back to CVS
13577
13578 === release 0.10.3 ===
13579
13580 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13581
13582         * configure.ac:
13583           releasing 0.10.3, "Under Pressure"
13584
13585 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13586
13587         * configure.ac:
13588         Drat. Bump libtool version number for new API.
13589         Prelease 0.10.2.3 (of 0.10.3)
13590
13591 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13592
13593         * configure.ac:
13594         * win32/common/config.h:
13595         0.10.2.2 prerelease (of 0.10.3).
13596
13597 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13598
13599         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
13600           Revert Andy's newsegment change pending a more correct
13601           fix.
13602
13603 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13604
13605         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
13606         (qt_type_find), (plugin_init):
13607           detect more files as 3gp
13608           group and reorder the iso file formats
13609
13610 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13611
13612         * ext/vorbis/vorbis.c: (plugin_init):
13613           Register musicbrainz tags, so apps don't have to.
13614
13615 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13616
13617         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
13618         (gst_tag_to_vorbis_tag):
13619           Make sure we called gst_tag_register_musicbrainz_tags()
13620           before possibly mapping a vorbiscomment string from/to a
13621           musicbrainz tag.
13622
13623 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13624
13625         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13626           In case we can't find the required number of consecutive
13627           mpeg audio frames to positively identify an MPEG audio
13628           stream, check if there's at least a valid mpeg audio
13629           frame right at offset 0 and if so suggest mpeg/audio
13630           caps with a very low probability (#153004).
13631
13632 2006-02-07  Andy Wingo  <wingo@pobox.com>
13633
13634         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
13635         a TIME segment if we get timestamped buffers. Requires recent
13636         fixes in core to work properly.
13637
13638 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13639
13640         * gst/playback/gstplaybasebin.c: (prepare_output):
13641           Don't print the URI as part of the error message, it
13642           makes error dialogs look rather ugly, especially if
13643           the URI is very long or has characters in it that
13644           need escaping.
13645
13646 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13647
13648         * gst/playback/gstplaybasebin.c: (prepare_output):
13649           Error out if we have only text or subtitles, but nothing
13650           else. Also error out if we have subtitles but no video
13651           stream.
13652
13653 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
13656           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
13657           Post an error message on the bus when we encounter an
13658           error, which will hopefully be more meaningful than the
13659           'Internal Flow Error' message users get to see if we
13660           just return GST_FLOW_ERROR.
13661
13662 2006-02-07  Andy Wingo  <wingo@pobox.com>
13663
13664         * configure.ac (GST_MAJORMINOR): Update core version req to
13665         0.10.2.2, for the collectpads API addition (#330244).
13666
13667 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13668
13669         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13670           Return FALSE from plugin_init() when GnomeVFS can't
13671           be initialised for some reason (#328423).
13672
13673 2006-02-06  Julien MOUTTE  <julien@moutte.net>
13674
13675         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
13676         Stick to seeking theory until i find the bug.
13677         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
13678
13679 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
13680
13681         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13682         (theora_enc_finalize), (theora_enc_sink_setcaps),
13683         (theora_set_header_on_caps), (theora_enc_chain),
13684         (theora_enc_change_state):
13685         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13686           Make theoraenc and the tests leak free. Like, really.
13687
13688 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
13689
13690         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13691         (theora_enc_finalize), (theora_enc_sink_setcaps):
13692           Add a finalize method to ensure we clean up state even if
13693           someone omitted the state change back to NULL.
13694
13695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
13696         (gst_vorbisenc_chain):
13697           Free some more leaked bits.
13698
13699         * tests/check/pipelines/theoraenc.c: (start_pipeline),
13700         (stop_pipeline):
13701           Wait for state changes to happen if they're ASYNC.
13702
13703           This ought to teach those fancy pants buildbots a lesson.
13704
13705 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13706
13707         * gst-libs/gst/tag/gstid3tag.c:
13708           Add mapping for ID3 International Standard Recording Code
13709           tag "TSRC"
13710
13711 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13712
13713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
13714           Don't leak tag names.
13715
13716 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13717
13718         * docs/libs/gst-plugins-base-libs-docs.sgml:
13719         * docs/libs/gst-plugins-base-libs-sections.txt:
13720         * gst-libs/gst/tag/gstid3tag.c:
13721         * gst-libs/gst/tag/gstvorbistag.c:
13722         * gst-libs/gst/tag/tags.c:
13723           Split libgsttag docs into multiple sections.
13724
13725 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13726
13727         * docs/libs/Makefile.am:
13728         * docs/libs/gst-plugins-base-libs-docs.sgml:
13729         * docs/libs/gst-plugins-base-libs-sections.txt:
13730         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
13731         * gst-libs/gst/tag/gstvorbistag.c:
13732         * gst-libs/gst/tag/tag.h:
13733         * gst-libs/gst/tag/tags.c:
13734           Add libgsttag to the docs.
13735
13736 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13737
13738         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
13739         (gst_text_overlay_init), (gst_text_overlay_src_event),
13740         (gst_text_overlay_collected): Fix clockoverlay.
13741
13742 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13743
13744         * docs/libs/compiling.sgml:
13745           Fix typo: it's pkg-config, not pkg-gconfig
13746
13747         * docs/libs/gst-plugins-base-libs-docs.sgml:
13748         * docs/libs/gst-plugins-base-libs-sections.txt:
13749         * docs/libs/tmpl/gstgconf.sgml:
13750           There is no libgstgconf in 0.10, remove it
13751           from the docs.
13752
13753 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13754
13755         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
13756         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
13757         (gst_text_overlay_src_event), (gst_text_overlay_collected):
13758         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
13759         (gst_sub_parse_class_init), (gst_sub_parse_init),
13760         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
13761         (parse_mpsub), (parser_state_init), (handle_buffer),
13762         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
13763         * gst/subparse/gstsubparse.h: Introduce seeking code.
13764
13765 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13766
13767         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13768           Add comment about LANGUAGE tag inconsistency (we want
13769           ISO-639-1, but extract three-letter identifiers?)
13770
13771         * po/POTFILES.in:
13772           Add two translatable files.
13773
13774 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13775
13776         * gst-libs/gst/tag/Makefile.am:
13777         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13778         * gst-libs/gst/tag/tag.h:
13779         * gst-libs/gst/tag/tags.c:
13780         (gst_tag_register_musicbrainz_tags_internal),
13781         (gst_tag_register_musicbrainz_tags):
13782           Forward-port some tags stuff from the 0.8 branch. This is
13783           mostly the addition of musicbrainz tags and their mapping
13784           to vorbistags, and a vorbistag mapping of the language tag.
13785
13786 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13787
13788         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
13789         refactoring.
13790
13791 2006-02-04  David Schleef  <ds@schleef.org>
13792
13793         * ext/ogg/gstoggmux.c:
13794         * gst/typefind/gsttypefindfunctions.c:
13795           Add Dirac typefinding and add dirac format to oggmux.
13796
13797 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13798
13799         * gst/playback/gstdecodebin.c: (try_to_link_1):
13800           Don't put essential function call into
13801           g_return_*() macro, otherwise it'll all be
13802           replaced by NOOPs when compiling with
13803           G_DISABLE_CHECKS defined.
13804
13805 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13806
13807         * ext/ogg/gstoggdemux.c:
13808         * ext/ogg/gstoggparse.c:
13809         * gst/tcp/gsttcpserversink.c:
13810         * sys/v4l/v4lsrc_calls.c:
13811         * sys/v4l/v4lsrc_calls.h:
13812         Just make it compile with --disable-gst-debug.
13813
13814 2006-02-03  Wim Taymans  <wim@fluendo.com>
13815
13816         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13817         (gst_alsasink_class_init), (gst_alsasink_init),
13818         (gst_alsasink_write), (gst_alsasink_reset):
13819         * ext/alsa/gstalsasink.h:
13820         Add lock to protect alsa calls.
13821         Implement reset to flush samples ASAP, does not work
13822         with dmix though.
13823
13824 2006-02-02  Wim Taymans  <wim@fluendo.com>
13825
13826         * gst-libs/gst/audio/gstbaseaudiosink.c:
13827         (gst_base_audio_sink_provide_clock):
13828         Ugh.. getting late I guess...
13829
13830 2006-02-02  Wim Taymans  <wim@fluendo.com>
13831
13832         * gst-libs/gst/audio/gstbaseaudiosink.c:
13833         (gst_base_audio_sink_provide_clock),
13834         (gst_base_audio_sink_set_property),
13835         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
13836         Don't try to provide a clock when we are not negotiated since
13837         we might not be able to make it run.
13838
13839 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13840
13841         * gst/playback/gstdecodebin.c: (try_to_link_1):
13842           Unlinking two source pads is ... hard.
13843
13844 2006-02-02  Wim Taymans  <wim@fluendo.com>
13845
13846         * gst-libs/gst/audio/TODO:
13847         Updated.
13848
13849         * gst-libs/gst/audio/gstbaseaudiosink.c:
13850         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
13851         On EOS, wait till the last sample is played before posting EOS.
13852
13853 2006-02-01  Philippe Kalaf <burger at speedy dot org>
13854
13855         Patch by: Kai Vehmanen
13856         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13857           Adds ability to enable newsegment bypass by setting queue_delay to
13858           zero. Also avoid thread being started if queue_delay is zero.
13859
13860 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13861
13862         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
13863           Make test work again by connecting fakesinks to each decoded pad,
13864           which makes the pipeline wait until each fakesink has a buffer
13865           queued before going to PAUSED state. At that point we know the
13866           decodebin pads are negotiated.
13867
13868 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13869
13870         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
13871         (gst_cdda_base_src_handle_event):
13872         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
13873           Pass unhandled queries to the parent class's query function.
13874
13875 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13876
13877         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
13878         (gst_ogg_pad_src_query):
13879         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13880         * ext/theora/theoradec.c: (theora_dec_src_query),
13881         (theora_dec_sink_query):
13882         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13883         (vorbis_dec_sink_query):
13884         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
13885         (gst_vorbisenc_sink_query):
13886         * gst/adder/gstadder.c: (gst_adder_query):
13887           Pass unhandled queries upstream instead of just
13888           dropping them (#326447). Also, fix supported
13889           query types list for some elements.
13890
13891 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13892
13893         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
13894         (paris_type_find), (ilbc_type_find), (plugin_init):
13895           Fix typefinding for audio/x-au, audio/x-paris and
13896           audio/iLBC-sh. We cannot use the START_WITH macros
13897           here, because there can only be one typefind factory
13898           with the same name (caps), so the second one would
13899           replace the first one and the first one would never
13900           be called when doing typefinding (see #161712).
13901           
13902
13903 2006-01-31  Wim Taymans  <wim@fluendo.com>
13904
13905         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
13906         (vorbis_handle_header_packet), (vorbis_dec_push),
13907         (vorbis_handle_data_packet):
13908         Use scale_int when we can, add some more scaling.
13909         Check packettype before parsing it.
13910
13911 2006-01-31  Wim Taymans  <wim@fluendo.com>
13912
13913         * ext/theora/theoradec.c: (_theora_granule_time),
13914         (theora_dec_src_convert), (theora_dec_sink_convert):
13915         Call right _scale functions.
13916         Use parameter instead of some other random value.
13917
13918 2006-01-31  Wim Taymans  <wim@fluendo.com>
13919
13920         * ext/theora/theoradec.c: (_theora_granule_frame),
13921         (_theora_granule_time), (_inc_granulepos),
13922         (theora_dec_src_convert), (theora_dec_sink_convert),
13923         (theora_handle_type_packet), (theora_handle_data_packet),
13924         (theora_dec_chain):
13925         Use higher precision timestamps calculation.
13926         Convert some other conversions to _scale.
13927
13928 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
13929
13930         * gst/audiotestsrc/gstaudiotestsrc.c:
13931         (gst_audio_test_src_create_sine_table), (plugin_init):
13932         * gst/volume/gstvolume.c: (plugin_init):
13933           initialize gst_controller before using
13934
13935 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13936
13937         * tests/check/pipelines/theoraenc.c:
13938         * tests/check/pipelines/vorbisenc.c:
13939         Define constant using G_GINT64_CONSTANT to avoid errors when
13940         passing it around - otherwise it gets truncated to 32 bits.
13941
13942         Fixes failing tests.
13943
13944 2006-01-31  Andy Wingo  <wingo@pobox.com>
13945
13946         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
13947         caps being set doesn't have a framerate value. Basically a stopgap
13948         measure.
13949
13950         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
13951         technically correct enough to put into core though.
13952         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
13953         DURATION. Fixes theoraenc ! oggmux.
13954
13955         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
13956         fraction, not double.
13957
13958 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
13959
13960         * win32/vs7:
13961         add vs7 project files created by Sergey Scobich
13962
13963 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
13964
13965         * win32/vs8:
13966         add vs8 project files created by Sergey Scobich
13967         
13968 2006-01-30  Andy Wingo  <wingo@pobox.com>
13969
13970         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
13971         timestamp + duration, not just timestamp -- ogg pages should be
13972         ordered by stop time. Necessary fix given the change in vorbis
13973         timestamps.
13974
13975         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
13976         (gst_theora_enc_init): Pull the granule shift out of the encoder.
13977         (granulepos_add): New function, handles the messiness of adjusting
13978         granulepos values.
13979         (theora_buffer_from_packet):
13980         (theora_enc_chain):
13981         (theora_enc_sink_event): Use granulepos_add, not +.
13982
13983         * tests/check/pipelines/theoraenc.c
13984         (check_buffer_granulepos_from_starttime): Just check the frame
13985         count, not the actual granulepos -- we can't dictate to the
13986         encoder when it should be placing keyframes.
13987
13988 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13989
13990         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13991           SERVICE_NOT_AVAILABLE happens for example when you're trying to
13992           play an http:// stream from a server that's not serving
13993
13994 2006-01-30  Andy Wingo  <wingo@pobox.com>
13995
13996         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
13997         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
13998         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
13999         available.
14000
14001         * ext/theora/gsttheoraenc.h:
14002         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
14003         although theoraenc was timestamping correctly. Added handling of
14004         streams that start with nonzero timestamps.
14005
14006         * tests/check/Makefile.am:
14007         * tests/check/pipelines/theoraenc.c: New file, basically does same
14008         tests as vorbisenc.
14009
14010         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
14011
14012 2006-01-30  Wim Taymans  <wim@fluendo.com>
14013
14014         * gst-libs/gst/audio/gstaudiosink.c:
14015         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
14016         (gst_audioringbuffer_pause):
14017         Implement pause that does not wait for completion.
14018
14019         * gst-libs/gst/audio/gstbaseaudiosink.c:
14020         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14021         Don't drop buffers when going to PAUSED but perform preroll on
14022         remaining samples now that core base class supports this.
14023
14024         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
14025         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
14026         (gst_ring_buffer_commit):
14027         Pause should not signal waiters.
14028         Implement return value of _commit correctly.
14029
14030 2006-01-30  Andy Wingo  <wingo@pobox.com>
14031
14032         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
14033
14034         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
14035         updated to timestamp from the first sample, not the last.
14036         (gst_vorbisenc_buffer_from_header_packet): New function, takes
14037         special care of granulepos and timestamp for header packets.
14038         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
14039         when the first buffer has a nonzero timestamp.
14040
14041         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
14042         (GstVorbisEnc.subgranule_offset): New members. Take care of the
14043         case when the first audio buffer we get has a nonzero timestamp.
14044         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
14045         properly timestamp vorbis buffers with the time of the first
14046         sample, not the last.
14047         
14048         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
14049         vorbis_granule_time_copy -- now it takes the granule/subgranule
14050         offset into account.
14051
14052         * tests/check/pipelines/vorbisenc.c: New test for correctness of
14053         timestamps, durations, and granulepos on buffers produced by
14054         vorbisenc.
14055
14056 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
14057
14058         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14059         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
14060           Patch from Eric Jonas to support conversions to/from UYVY 
14061           (Fixes: #324626)
14062
14063 2006-01-30  Julien MOUTTE  <julien@moutte.net>
14064
14065         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
14066         (setup_subtitle), (setup_source), (set_active_source):
14067         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14068         (gen_text_element), (gen_audio_element), (gen_vis_element),
14069         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
14070
14071 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
14072
14073         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
14074         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
14075                 use gst_guint64_to_gdouble to be compliant with vs6
14076         * gst/playback/gstdecodebin.c: (try_to_link_1)
14077         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
14078                 use G_GINT64_CONSTANT for int64 constants
14079         * win32/common/libgstinterfaces.def:
14080                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
14081         * win32/vs6:
14082                 update and add new project files
14083                 
14084 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14085
14086         * Makefile.am:
14087         * win32/MANIFEST:
14088         * win32/common/interfaces-enumtypes.c:
14089         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
14090         (gst_mixer_track_flags_get_type),
14091         (gst_tuner_channel_flags_get_type):
14092         * win32/common/interfaces-enumtypes.h:
14093         * win32/common/multichannel-enumtypes.c:
14094         (gst_audio_channel_position_get_type):
14095         * win32/common/multichannel-enumtypes.h:
14096           add a win32-update rule like in core, and copy over enumtypes files
14097
14098 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14099
14100         * win32/MANIFEST:
14101         * win32/common/config.h:
14102         * win32/common/config.h.in:
14103           add config files just like in core
14104
14105 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14106
14107         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
14108           Make gcc-4.1 happy (part of #327357).
14109
14110 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14111
14112         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
14113         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
14114         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
14115         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
14116         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
14117         (gst_alsasrc_unprepare), (gst_alsasrc_read):
14118           Update all error messages.  All of them should either use
14119           the default translated message, or actually provide a
14120           translatable string.
14121           Make the string for channel count problems meaningful.
14122
14123 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14124
14125         * sys/v4l/v4l_calls.c: (gst_v4l_open):
14126           check for and throw RESOURCE_BUSY
14127
14128 2006-01-27  David Schleef  <ds@schleef.org>
14129
14130         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
14131           checked in this change -- it requires liboil features not
14132           in 0.3.6.  Revert parts.
14133
14134 2006-01-27  David Schleef  <ds@schleef.org>
14135
14136         * REQUIREMENTS:
14137         * configure.ac: update liboil requirement to 0.3.6
14138         * gst/videoscale/Makefile.am:
14139         * gst/videoscale/vs_scanline.c: liboilify
14140
14141 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
14142
14143         * ext/libvisual/visual.c: (get_buffer):
14144           When pad_alloc returns a GstFlowReturn other
14145           than GST_FLOW_OK, make sure it is passed upstream.
14146
14147 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
14148
14149         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14150         (gst_alsasink_class_init):
14151           Free the device name string.
14152
14153         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14154         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
14155         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
14156           Don't remove a pad from the collectpads structure until it
14157           is released - it's a request pad, and may receive data again
14158           if the element gets moved back to PLAYING state.
14159
14160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14161           Ensure we turn on double buffering on the Xv port, and
14162           set the colour key to something dark and mysterious that
14163           isn't black.
14164
14165 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14166
14167         * ext/alsa/gstalsaplugin.c: (plugin_init):
14168         * ext/cdparanoia/gstcdparanoiasrc.c:
14169         (gst_cd_paranoia_src_base_init), (plugin_init):
14170         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
14172           - a library should not call setlocale. see "Libraries" node in
14173             gettext manual
14174           - make sure all plugins that use translation do bindtextdomain
14175             to point to the localedir
14176         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
14177         (setup_sinks), (plugin_init):
14178           all this, and check for NULL when creating sinks
14179
14180 2006-01-27  Julien MOUTTE  <julien@moutte.net>
14181
14182         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
14183         (plugin_init): Make typefinding of subtitles work again.
14184
14185 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
14186
14187         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
14188         (mp3_type_frame_length_from_header), (mp3_type_find),
14189         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
14190         (plugin_init):
14191           Backport a bunch of typefinding fixes from the 0.8 branch.
14192           Also, improve wavpack typefinding: if we can't peek the
14193           entire wavpack block, try to parse the bits we can get and
14194           see if we find what we're looking for in those.
14195
14196 2006-01-26  Julien MOUTTE  <julien@moutte.net>
14197
14198         * sys/ximage/ximagesink.c:
14199         (gst_ximagesink_calculate_pixel_aspect_ratio):
14200         * sys/xvimage/xvimagesink.c:
14201         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
14202         more cases of pixel aspect ratio.
14203
14204 2006-01-26  Edward Hervey  <edward@fluendo.com>
14205
14206         * gst/playback/gstdecodebin.c: (pad_probe):
14207         Also consider the flush-start and tag events as unblockers
14208         for the pad probes.
14209
14210 2006-01-26  Julien MOUTTE  <julien@moutte.net>
14211
14212         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14213         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
14214         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
14215         On the fly visualisation switch, works disabling, enabling as
14216         well but it won't be able to enable vis in a playbin that was
14217         created with no visualisation.
14218
14219 2006-01-25  Wim Taymans  <wim@fluendo.com>
14220
14221         * gst-libs/gst/audio/gstbaseaudiosink.c:
14222         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14223         Undo previous commit that returned WRONG_STATE sooner, it breaks 
14224         resume after pause.
14225
14226 2006-01-25  Wim Taymans  <wim@fluendo.com>
14227
14228         * gst-libs/gst/audio/gstbaseaudiosink.c:
14229         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
14230         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
14231         Improve debugging.
14232         Post error when caps cannot be parsed.
14233         Resync on discontinuity in the stream.
14234         Clip samples to segment boundaries.
14235         return WRONG_STATE sooner when we are flushing.
14236
14237         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
14238         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
14239         Make audiosrc operate in TIME.
14240         Set TIMESTAMP and DURATION on buffers.
14241
14242 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         * tests/examples/seek/seek.c: (main):
14245           Output tag messages as well.
14246
14247 2006-01-23  Edward Hervey  <edward@fluendo.com>
14248
14249         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14250         (free_pad_probes), (remove_fakesink), (pad_probe),
14251         (close_pad_link), (gst_decode_bin_change_state):
14252         Replace GstPadBlockCallback with pad probes that detect
14253         first buffer AND eos before removing fakesink.
14254         Fixes hang with demuxers doing EOS while pre-rolling.
14255         Solves #328279
14256
14257 2006-01-23  Andy Wingo  <wingo@pobox.com>
14258
14259         * ext/alsa/gstalsasink.c:
14260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14261         (gst_base_rtp_depayload_setcaps),
14262         (gst_base_rtp_depayload_add_to_queue),
14263         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
14264         
14265         Patch by: Jens Granseuer <jensgr at gmx dot net>
14266
14267 2006-01-22  Julien MOUTTE  <julien@moutte.net>
14268
14269         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14270         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14271         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
14272         frames. We might get a frame destroyed after changing state to
14273         NULL, adding a safety check on xcontext.
14274
14275 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
14276
14277         * gst-libs/gst/interfaces/xoverlay.c:
14278           Fix prepare-xwindow-id code example in the docs - we need to
14279           ignore all messages that aren't element messages as well.
14280           
14281 2006-01-21  Julien MOUTTE  <julien@moutte.net>
14282
14283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
14284           I think one day i'll completely undestand how caps negotiation
14285           is supposed to work. This refactoring handles buffer_alloc
14286           called with caps we can't handle. We definitely don't want a
14287           set_caps with those caps, so we define and allocate a buffer
14288           we would like to receive.
14289
14290 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * gst/playback/gstplaybasebin.c: (setup_source):
14293           Free iterator when done.
14294
14295 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
14296
14297         * gst-libs/gst/audio/gstbaseaudiosink.c:
14298         (gst_base_audio_sink_render):
14299           Fix playback of non-synchronised streams by assuming a rate
14300           of 1.0 instead of a random one.
14301
14302           Makes this work again:
14303
14304           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
14305           endianness=(int)4321, signed=(boolean)true, width=(int)16,
14306           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
14307           audioresample ! alsasink
14308
14309 === release 0.10.2 ===
14310
14311 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
14312
14313         * configure.ac:
14314           releasing 0.10.2, "Then the devil is six"
14315
14316 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
14317
14318         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14319         * gst/playback/gststreamselector.c:
14320         (gst_stream_selector_set_property):
14321           Comment out broken code that connects to the state-changed signal.
14322           At this point, changing current stream selection is broken, but 
14323           stuff like gst-launch playbin current-audio=1 works and filters
14324           to the chosen stream.
14325
14326 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14327
14328         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14329           Fix #327216 (null dereference in vorbisdec)
14330
14331 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
14332
14333         * ext/theora/theoradec.c: (theora_handle_comment_packet):
14334           Post taglist actually on bus instead of just freeing it
14335           (fixes #327114 and totem bug #327080).
14336
14337         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
14338           Use gst_element_found_tags_for_pad(), so that the tags
14339           are sent downstream as an event as well.
14340
14341 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14342
14343         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14344         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
14345         (gst_ximagesink_buffer_alloc):
14346         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14347         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
14348         (gst_xvimagesink_buffer_alloc):
14349           move all regularly occurring messages to GST_LOG level
14350           add some more object logs
14351
14352 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14353
14354         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
14355           fix a silly segfault
14356
14357 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
14358
14359         * docs/libs/gst-plugins-base-libs-docs.sgml:
14360         * docs/libs/gst-plugins-base-libs-sections.txt:
14361         * gst-libs/gst/audio/mixerutils.c:
14362         * gst-libs/gst/audio/mixerutils.h:
14363           Add docs for mixerutils stuff.
14364
14365 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14366
14367         * gst/playback/gstplaybasebin.c: (setup_source):
14368           Fix playback for sources that emit raw audio or
14369           raw video streams (e.g.: cd audio sources) (#325984).
14370
14371 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14372
14373         * gst-libs/gst/audio/mixerutils.c:
14374         (gst_audio_mixer_filter_do_filter):
14375           actually save the element we create
14376
14377 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14378
14379         * gst-libs/gst/cdda/gstcddabasesrc.c:
14380         (gst_cdda_base_src_handle_track_seek):
14381           No need to post a tag message on the bus when seeking
14382           within the same track, only post it when the current
14383           track changes.
14384
14385 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
14386
14387         * gst/playback/gstplaybasebin.c: (group_destroy),
14388         (probe_triggered), (new_decoded_pad), (mute_group_type),
14389         (set_active_source):
14390         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14391         * gst/playback/gststreamselector.c:
14392         (gst_stream_selector_base_init),
14393         (gst_stream_selector_set_property),
14394         (gst_stream_selector_request_new_pad):
14395           Reenable stream selection. These mechanisms need a complete overhaul
14396           in the face of 0.8->0.10 changes though.
14397
14398 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
14399
14400         * ext/ogg/gstoggdemux.c:
14401           Change the pad template to src_%d to match the pads that 
14402           are created from it. decodebin needs this information in order
14403           to decide that oggdemux is capable of producing multiple pads
14404           (and hence needs queues inserted).
14405
14406         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14407         (gst_ogg_mux_collected):
14408           Make debug output more useful by using GST_PTR_FORMAT.
14409
14410 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
14411
14412         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14413
14414         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
14415           Set depth and width for alaw/mulaw (fixes #326601).
14416
14417 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14418
14419         * tests/icles/Makefile.am:
14420           don't build the tests if we don't have the libs
14421
14422 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
14423
14424         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
14425         (gst_cd_paranoia_paranoia_callback):
14426           Don't try to free NULL pointers.
14427
14428 2006-01-10  Edward Hervey  <edward@fluendo.com>
14429
14430         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
14431         (gst_audio_rate_change_state), (plugin_init):
14432         Add debugging category.
14433         Fix type issues.
14434         Add case for incoming buffers without valid offset/offset_end.
14435
14436 2006-01-10  Michael Smith  <msmith@fluendo.com>
14437
14438         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
14439           Don't leak GCond in audio sources.
14440
14441 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
14442
14443         * gst/playback/gstplaybin.c: (gen_audio_element):
14444           Don't leak an autoaudiosink/alsasink when we generate
14445           a new audio element. (old code, I guess)
14446
14447 2006-01-10  Michael Smith  <msmith@fluendo.com>
14448
14449         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
14450           Support float audio in audiorate.
14451           Use width rather than depth for selecting sample width.
14452
14453 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
14454
14455         * gst/videotestsrc/videotestsrc.h:
14456           Use GLib types here (that way we don't have to include the
14457           generated _stdint.h header, which makes life easier for win32
14458           folks that don't use autotools for the build) (#325990, patch
14459           by: Sergey Scobich).
14460
14461 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
14462
14463         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
14464         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14465         (gst_ring_buffer_pause), (wait_segment):
14466         * gst-libs/gst/audio/gstringbuffer.h:
14467           Name (private) union, makes Forte compiler happy (this time
14468           for real) (#324900).
14469
14470 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14471
14472         * gst-libs/gst/audio/Makefile.am:
14473           Link against libgstinterfaces, needed for mixer
14474           and property probe stuff.
14475
14476 2006-01-09  Edward Hervey  <edward@fluendo.com>
14477
14478         * gst-libs/gst/Makefile.am:
14479
14480 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14481
14482         * gst-libs/gst/audio/Makefile.am:
14483         * gst-libs/gst/audio/mixerutils.c:
14484         (gst_audio_mixer_filter_do_filter),
14485         (gst_audio_mixer_filter_check_element),
14486         (gst_audio_mixer_filter_probe_feature),
14487         (element_factory_rank_compare_func),
14488         (gst_audio_default_registry_mixer_filter):
14489         * gst-libs/gst/audio/mixerutils.h:
14490           Add gst_audio_default_registry_mixer_filter() utility
14491           function.
14492
14493 2006-01-03  Michael Smith  <msmith@fluendo.com>
14494
14495         * gst/audioresample/resample.h:
14496           As before, but for o_buf
14497
14498 2006-01-03  Michael Smith  <msmith@fluendo.com>
14499
14500         * gst/audioresample/resample.h:
14501           Declare struct _ResampleState.buffer as unsigned char *, not void *,
14502           since we do arithmetic on it.
14503
14504 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
14505
14506         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
14507         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14508         (gst_ring_buffer_pause), (wait_segment):
14509         * gst-libs/gst/audio/gstringbuffer.h:
14510           Sun's Forte compiler doesn't seem to like anonymous structs,
14511           so use same setup as in GstBaseSrc (fixes #324900).
14512
14513 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
14514
14515         * configure.ac:
14516         * gst/volume/Makefile.am:
14517         * gst/volume/demo.c:
14518           move old example to tests/examples/volume/volune.c
14519         * tests/examples/Makefile.am:
14520         * tests/examples/seek/seek.c: (main):
14521           change window-close event from "delete-event" to "destroy"
14522         * tests/examples/volume/Makefile.am:
14523         * tests/examples/volume/volume.c: (value_changed_callback),
14524         (setup_gui), (message_received), (eos_message_received), (main):
14525           fix event handling and bus usage
14526
14527 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
14528
14529         * gst/audiotestsrc/gstaudiotestsrc.c:
14530         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
14531         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
14532         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
14533         (gst_audio_test_src_create_square),
14534         (gst_audio_test_src_create_saw),
14535         (gst_audio_test_src_create_triangle),
14536         (gst_audio_test_src_create_silence),
14537         (gst_audio_test_src_create_white_noise),
14538         (gst_audio_test_src_create_pink_noise),
14539         (gst_audio_test_src_init_sine_table),
14540         (gst_audio_test_src_create_sine_table),
14541         (gst_audio_test_src_change_wave),
14542         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
14543         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
14544         * gst/audiotestsrc/gstaudiotestsrc.h:
14545           update to basesrc changes, implement segmented seeking and eos
14546           handling, add a 'sine-tab' waveform for performance critical playback
14547
14548 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14549
14550         * po/POTFILES.in:
14551           ... and this time the other modified file that I missed last time.
14552
14553 2005-12-29  Michael Smith  <msmith@fluendo.com>
14554
14555         * gst/playback/gstdecodebin.c: (new_pad):
14556           Fix non-C89 variable declaration not at the start of a block. Should
14557           help some compilers.
14558
14559 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14560
14561         * tests/check/Makefile.am:
14562           And now fix 'make distcheck' (builddir != srcdir)
14563
14564 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         * configure.ac:
14567         * ext/cdparanoia/Makefile.am:
14568         * ext/cdparanoia/gstcdparanoia.c:
14569         * ext/cdparanoia/gstcdparanoia.h:
14570         * ext/cdparanoia/gstcdparanoiasrc.c:
14571         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
14572         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
14573         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
14574         (gst_cd_paranoia_paranoia_callback),
14575         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
14576         (gst_cd_paranoia_src_set_property),
14577         (gst_cd_paranoia_src_get_property), (plugin_init):
14578         * ext/cdparanoia/gstcdparanoiasrc.h:
14579           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
14580           plugin again (there are still fixes required to playbin to make
14581           cdda:// uris work there).
14582
14583 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14584
14585         * tests/check/Makefile.am:
14586           Fix test case compilation.
14587
14588 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14589
14590         * gst-libs/gst/cdda/gstcddabasesrc.c:
14591         (gst_cdda_base_src_update_duration),
14592         (gst_cdda_base_src_calculate_cddb_id):
14593           An integer is not a string. Fix access to uninitialised variable.
14594
14595         * tests/check/Makefile.am:
14596           Add cddabasesrc unit test; also actually enable the vorbis test.
14597
14598         * tests/check/generic/states.c:
14599           Blacklist new cd audio elements as well.
14600
14601         * tests/check/libs/cddabasesrc.c:
14602           Unit test for GstCddaBaseSrc (discid calculation mostly).
14603
14604 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14605
14606         * docs/libs/Makefile.am:
14607         * docs/libs/gst-plugins-base-libs-docs.sgml:
14608         * docs/libs/gst-plugins-base-libs-sections.txt:
14609         * docs/libs/gst-plugins-base-libs.types:
14610           Add docs for libgstcdda/GstCddaBaseSrc.
14611
14612         * gst-libs/gst/interfaces/mixertrack.h:
14613           Do one struct member per line with a semicolon at the end, that way
14614           even gtk-doc might parse it without complaining.
14615
14616 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14617
14618         * configure.ac:
14619         * gst-libs/gst/Makefile.am:
14620         * gst-libs/gst/cdda/Makefile.am:
14621         * gst-libs/gst/cdda/base64.c:
14622         * gst-libs/gst/cdda/base64.h:
14623         * gst-libs/gst/cdda/gstcddabasesrc.c:
14624         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
14625         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
14626         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
14627         (gst_cdda_base_src_get_property),
14628         (gst_cdda_base_src_get_track_from_sector),
14629         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
14630         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
14631         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
14632         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
14633         (gst_cdda_base_src_uri_get_protocols),
14634         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
14635         (gst_cdda_base_src_uri_handler_init),
14636         (gst_cdda_base_src_setup_interfaces),
14637         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
14638         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
14639         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
14640         (gst_cdda_base_src_add_tags),
14641         (gst_cdda_base_src_add_index_associations),
14642         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
14643         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
14644         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
14645         (gst_cdda_base_src_create):
14646         * gst-libs/gst/cdda/gstcddabasesrc.h:
14647         * gst-libs/gst/cdda/sha1.c:
14648         * gst-libs/gst/cdda/sha1.h:
14649           Add new libgstcdda with GstCddaBaseSrc class.
14650
14651 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14652
14653         * ext/gnomevfs/gstgnomevfssink.h:
14654           Use GstBaseSinkClass as parent_class member for class struct, not
14655           GstBaseSink.
14656
14657 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14658
14659         Patch by: Michael Benes
14660
14661         * gst/videotestsrc/gstvideotestsrc.c:
14662         (gst_video_test_src_class_init), (gst_video_test_src_start):
14663           Add start method to reset running time and number of frames sent
14664           when starting up (fixes #324696)
14665
14666 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14667
14668         * docs/plugins/Makefile.am:
14669         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14670         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14671         * docs/plugins/gst-plugins-base-plugins.args:
14672         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14673         * docs/plugins/gst-plugins-base-plugins.signals:
14674           Add docs stuff for gnomevfssrc and gnomevfssink.
14675
14676         * ext/gnomevfs/gstgnomevfssrc.c:
14677           Fix example pipeline in gtk-doc blurb.
14678
14679 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14680
14681         * ext/gnomevfs/Makefile.am:
14682         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
14683         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
14684         (gst_gnome_vfs_handle_get_type), (plugin_init):
14685         * ext/gnomevfs/gstgnomevfs.h:
14686         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
14687         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
14688         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
14689         (gst_gnome_vfs_sink_set_property),
14690         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
14691         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
14692         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
14693         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
14694         (gst_gnome_vfs_sink_uri_get_type),
14695         (gst_gnome_vfs_sink_uri_get_protocols),
14696         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
14697         (gst_gnome_vfs_sink_uri_handler_init):
14698         * ext/gnomevfs/gstgnomevfssink.h:
14699           Port gnomevfssink; add gtk-doc blurb.
14700
14701         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
14702         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
14703         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
14704         (gst_gnome_vfs_src_uri_get_type),
14705         (gst_gnome_vfs_src_uri_get_protocols),
14706         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
14707         (gst_gnome_vfs_src_uri_handler_init),
14708         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
14709         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
14710         (gst_gnome_vfs_src_send_additional_headers_callback),
14711         (gst_gnome_vfs_src_received_headers_callback),
14712         (gst_gnome_vfs_src_push_callbacks),
14713         (gst_gnome_vfs_src_pop_callbacks),
14714         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
14715         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
14716         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
14717         * ext/gnomevfs/gstgnomevfssrc.h:
14718           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
14719           file; add gtk-doc blurb with example pipelines.
14720
14721 === release 0.10.1 ===
14722
14723 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
14724
14725         * configure.ac:
14726           releasing 0.10.1, "Dobro Dedek"
14727
14728 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
14729
14730         * gst/typefind/gsttypefindfunctions.c:
14731         iLBC30 and iLBC20 added to typefind.
14732
14733 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14734
14735         * gst-libs/gst/audio/gstbaseaudiosink.c:
14736         (gst_base_audio_sink_class_init):
14737         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14738         (gst_base_audio_src_class_init):
14739           update strings, values are in microseconds
14740           change the default sink buffer time to something that is smaller
14741           (to help software volume mixing have a slightly lower delay) but
14742           still be acceptable on Wim's laptop
14743
14744 2005-12-20  Edward Hervey  <edward@fluendo.com>
14745
14746         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
14747         Made a quack, forgot to add DUCK to the riff video template.
14748
14749 2005-12-19  Edward Hervey  <edward@fluendo.com>
14750
14751         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
14752         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
14753         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14754         (gst_ogm_parse_chain):
14755         Make sure pads are initialized correctly.
14756         * gst-libs/gst/riff/riff-ids.h:
14757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14758         (gst_riff_create_video_template_caps):
14759         Add a whole bunch of FOURCC <=> MimeType.
14760         Extend the riff video pad template to support the newly added fourcc.
14761
14762 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14763
14764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
14765         (gst_ogg_demux_activate_chain):
14766           Extra debug output when activating/deactivating chains.
14767
14768         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14769         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
14770         (unlinked):
14771           Remove a queue from our list when it becomes unlinked.
14772           Don't add queues to elements in class 'Demux' if they
14773           can only produce one pad 
14774
14775 2005-12-18  Julien MOUTTE  <julien@moutte.net>
14776
14777         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
14778         (gst_video_sink_get_type): Add a debug category.
14779
14780 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
14781
14782         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14783         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
14784           Handle downstream newsegment by sending our own newsegment before the
14785           next buffer to be released. (#323900)
14786
14787 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
14788
14789         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14790         (gst_base_rtp_depayload_set_gst_timestamp):
14791           add queue delay to new segment as well (as opposed to just the first
14792           buffer). (bug #322347)
14793
14794 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
14795
14796         * ext/libvisual/visual.c: (make_valid_name):
14797           change some char* into char[]
14798         * gst/audiotestsrc/gstaudiotestsrc.c:
14799         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
14800         (gst_audio_test_src_create):
14801         * gst/audiotestsrc/gstaudiotestsrc.h:
14802           prepare to handle EOS and SEGMENT_DONE
14803
14804 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14805
14806         * tests/check/generic/states.c: (GST_START_TEST):
14807           Blacklist cdparanoia element in state test.
14808
14809 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14810
14811           Patch by: Benjamin Pineau
14812
14813         * gst/tcp/gsttcp.c:
14814         * gst/tcp/gsttcpclientsink.c:
14815         * gst/tcp/gsttcpserversink.c:
14816         * gst/tcp/gsttcpserversrc.c:
14817           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
14818
14819 2005-12-15  Michael Smith  <msmith@fluendo.com>
14820
14821         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
14822         (gst_video_rate_chain):
14823           Fix timestamping for videorate when the first buffer it sees has a
14824           non-zero timestamp. Fix some misleading debug output.
14825
14826 2005-12-15  Michael Smith  <msmith@fluendo.com>
14827
14828         * gst/audioresample/gstaudioresample.c:
14829           Don't leak all input buffers to audioresample.
14830
14831 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14832
14833         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
14834           Don't operate on empty text buffers. Strip newlines and
14835           tabs only from the end of the text, but leave them intact
14836           in the middle. Fix typo in gtk-doc description.
14837
14838 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14839
14840         * gst/playback/gstplaybasebin.c:
14841         * gst/playback/gstplaybin.c: (handoff):
14842           Make sure the video frame buffer we return to apps via the
14843           "frame" property always has caps set on it. Modify
14844           _gst_gvalue_set_object() macro to handle NULL objects
14845           gracefully too.
14846
14847 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
14848
14849         * gst/audiotestsrc/gstaudiotestsrc.c:
14850         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14851         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
14852         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
14853         (gst_audio_test_src_create):
14854         * gst/audiotestsrc/gstaudiotestsrc.h:
14855         Adjust to some recent api changes and add wtays new cool seeking
14856         capabillities
14857
14858 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14859
14860         * ext/alsa/Makefile.am:
14861         * ext/alsa/gstalsadeviceprobe.c:
14862         * ext/alsa/gstalsadeviceprobe.h:
14863           Helper functions to add device probing via the GstPropertyProbe
14864           interface to a class.
14865
14866         * ext/alsa/gstalsamixer.h:
14867           Comment out GST_ALSA_MIXER, it returns a struct that's not
14868           used.
14869
14870         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14871           Add some debug info. 
14872
14873         * ext/alsa/gstalsamixerelement.c:
14874         (gst_alsa_mixer_element_interface_supported),
14875         (gst_implements_interface_init),
14876         (gst_alsa_mixer_element_init_interfaces),
14877         (gst_alsa_mixer_element_class_init),
14878         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
14879         (gst_alsa_mixer_element_set_property),
14880         (gst_alsa_mixer_element_get_property),
14881         (gst_alsa_mixer_element_change_state):
14882         * ext/alsa/gstalsamixerelement.h:
14883           Add 'device' and 'device-name' properties. Add GstPropertyProbe
14884           for device handling (gnome-volume-control will need that).
14885
14886 2005-12-12  Christian Schaller  <uraeus@gnome.org>
14887
14888         * ext/Makefile.am: fix cdparanoia entry
14889         * gst-plugins-base.spec.in: add cdparanoia
14890
14891 2005-12-12  Michael Smith  <msmith@fluendo.com>
14892
14893         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
14894           Use the correct function to free list of typefind factories.
14895
14896 2005-12-12  Wim Taymans  <wim@fluendo.com>
14897
14898         * gst/videotestsrc/gstvideotestsrc.c:
14899         (gst_video_test_src_class_init), (gst_video_test_src_init),
14900         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
14901         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
14902         (gst_video_test_src_create):
14903         * gst/videotestsrc/gstvideotestsrc.h:
14904         Implement seeking in videotestsrc.
14905         Small cleanups.
14906
14907 2005-12-12  Wim Taymans  <wim@fluendo.com>
14908
14909         * ext/cdparanoia/Makefile.am:
14910         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
14911         (gst_paranoia_endian_get_type), (_do_init),
14912         (cdparanoia_class_init), (cdparanoia_init),
14913         (cdparanoia_set_property), (cdparanoia_get_property),
14914         (cdparanoia_do_seek), (cdparanoia_is_seekable),
14915         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
14916         (cdparanoia_convert), (cdparanoia_get_query_types),
14917         (cdparanoia_query), (cdparanoia_set_index),
14918         (cdparanoia_uri_set_uri):
14919         * ext/cdparanoia/gstcdparanoia.h:
14920         Partially ported cdparanoia now that basesrc can support a
14921         plugin like this..
14922
14923 2005-12-12  Wim Taymans  <wim@fluendo.com>
14924
14925         * tests/examples/seek/scrubby.c: (main):
14926         Set higher priority for bus events so they don't get reordered with
14927         gtk gui events.
14928
14929         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
14930         (flush_toggle_cb), (main):
14931         Added checkbox to disable flushing seeks. 
14932         Disable scrubbing when doing non flushing seeks.
14933
14934 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14935
14936         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
14937         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
14938         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
14939         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
14940           Implement some sort of event handling that doesn't rely on
14941           g_return_if_fail; make sure we always push the last chunk of an 
14942           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
14943           state change function; remove some old cruft. Seeking is still
14944           rather unlikely to work though.
14945
14946         * tools/.cvsignore:
14947           Ignore more.
14948
14949 2005-12-11  Julien MOUTTE  <julien@moutte.net>
14950
14951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
14952         Fixed a leak of the current image reference when cleaning up.
14953         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
14954
14955 2005-12-09  Michael Smith  <msmith@fluendo.com>
14956
14957         * tools/Makefile.am:
14958         * tools/gst-launch-ext-m.m:
14959           Remove gst-launch-ext. It doesn't work, and is no longer
14960           particularly useful.
14961
14962 2005-12-08  Luca Ognibene  <luogni@tin.it>
14963
14964         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14965           don't pass random values to ogmparse convert function.
14966           Make seeking possible in the exile1.ogm file.
14967
14968 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
14969
14970         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14971         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14972           Work around refcount problem with g_value_set_object() that occur
14973           if the core has been compiled against GLib-2.6 (g_value_set_object()
14974           will only g_object_ref() the element, but the caller will
14975           gst_object_unref() it and bad things will happen due to the way
14976           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
14977           totem for people on FC4 using Thomas's 0.10 RPMs.
14978           
14979 2005-12-07  Edward Hervey  <edward@fluendo.com>
14980
14981         Time to welcome ogm to 0.10 :)
14982         
14983         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
14984         (gst_ogg_pad_typefind):
14985         Oggdemux can now properly typefind elements with dynamic pads.
14986         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14987         Properly set caps on src pad, and set caps on outgoing buffers.
14988
14989 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14990
14991         * ext/alsa/gstalsamixer.h:
14992         * ext/alsa/gstalsamixerelement.h:
14993         * ext/alsa/gstalsamixeroptions.h:
14994         * ext/alsa/gstalsamixertrack.h:
14995         * ext/alsa/gstalsasink.c:
14996         * ext/alsa/gstalsasink.h:
14997         * ext/alsa/gstalsasrc.c:
14998         * ext/alsa/gstalsasrc.h:
14999         * ext/cdparanoia/gstcdparanoia.h:
15000         * ext/gnomevfs/gstgnomevfsuri.h:
15001         * ext/ogg/gstoggdemux.c:
15002         * ext/ogg/gstoggmux.c:
15003         * ext/pango/gsttextoverlay.h:
15004         * ext/theora/theoradec.c:
15005         * ext/theora/theoraenc.c:
15006         * ext/vorbis/vorbisdec.h:
15007         * ext/vorbis/vorbisenc.c:
15008         * ext/vorbis/vorbisenc.h:
15009         * ext/vorbis/vorbisparse.h:
15010         * gst-libs/gst/audio/gstaudioclock.h:
15011         * gst-libs/gst/audio/gstaudiosink.c:
15012         * gst-libs/gst/audio/gstaudiosink.h:
15013         * gst-libs/gst/audio/gstaudiosrc.c:
15014         * gst-libs/gst/audio/gstaudiosrc.h:
15015         * gst-libs/gst/audio/gstbaseaudiosink.c:
15016         * gst-libs/gst/audio/gstbaseaudiosink.h:
15017         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15018         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15019         * gst-libs/gst/audio/gstringbuffer.h:
15020         * gst-libs/gst/audio/multichannel.h:
15021         * gst-libs/gst/floatcast/floatcast.h:
15022         * gst-libs/gst/interfaces/colorbalance.c:
15023         * gst-libs/gst/interfaces/colorbalance.h:
15024         * gst-libs/gst/interfaces/colorbalancechannel.h:
15025         * gst-libs/gst/interfaces/mixer.h:
15026         * gst-libs/gst/interfaces/mixeroptions.h:
15027         * gst-libs/gst/interfaces/mixertrack.h:
15028         * gst-libs/gst/interfaces/navigation.h:
15029         * gst-libs/gst/interfaces/propertyprobe.h:
15030         * gst-libs/gst/interfaces/tuner.h:
15031         * gst-libs/gst/interfaces/tunerchannel.h:
15032         * gst-libs/gst/interfaces/tunernorm.h:
15033         * gst-libs/gst/interfaces/xoverlay.h:
15034         * gst-libs/gst/netbuffer/gstnetbuffer.h:
15035         * gst-libs/gst/riff/riff-ids.h:
15036         * gst-libs/gst/riff/riff-media.h:
15037         * gst-libs/gst/riff/riff-read.h:
15038         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15039         * gst-libs/gst/rtp/gstbasertppayload.c:
15040         * gst-libs/gst/rtp/gstbasertppayload.h:
15041         * gst-libs/gst/rtp/gstrtpbuffer.c:
15042         * gst-libs/gst/rtp/gstrtpbuffer.h:
15043         * gst-libs/gst/tag/gsttageditingprivate.h:
15044         * gst-libs/gst/tag/gstvorbistag.c:
15045         (gst_tag_list_from_vorbiscomment_buffer):
15046         * gst-libs/gst/tag/tag.h:
15047         * gst-libs/gst/video/video.h:
15048         * gst/adder/gstadder.c:
15049         * gst/adder/gstadder.h:
15050         * gst/audioconvert/audioconvert.c:
15051         * gst/audioconvert/audioconvert.h:
15052         * gst/audioconvert/gstaudioconvert.c:
15053         * gst/audioconvert/gstchannelmix.c:
15054         * gst/audioconvert/gstchannelmix.h:
15055         * gst/audiorate/gstaudiorate.c:
15056         * gst/audioresample/buffer.h:
15057         * gst/audioresample/functable.h:
15058         * gst/audioresample/gstaudioresample.c:
15059         * gst/audioresample/resample.h:
15060         * gst/ffmpegcolorspace/avcodec.h:
15061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15062         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15063         * gst/ffmpegcolorspace/imgconvert.c:
15064         * gst/ffmpegcolorspace/imgconvert_template.h:
15065         * gst/playback/gstdecodebin.c:
15066         * gst/playback/gstplaybasebin.h:
15067         * gst/playback/gstplaybin.c:
15068         * gst/playback/gststreaminfo.h:
15069         * gst/tcp/gstfdset.c:
15070         * gst/tcp/gstfdset.h:
15071         * gst/tcp/gstmultifdsink.c:
15072         * gst/tcp/gstmultifdsink.h:
15073         * gst/tcp/gsttcp.h:
15074         * gst/tcp/gsttcpclientsrc.c:
15075         * gst/tcp/gsttcpclientsrc.h:
15076         * gst/tcp/gsttcpplugin.h:
15077         * gst/tcp/gsttcpserversink.c:
15078         * gst/tcp/gsttcpserversrc.c:
15079         * gst/typefind/gsttypefindfunctions.c:
15080         * gst/videorate/gstvideorate.c:
15081         * gst/videotestsrc/gstvideotestsrc.h:
15082         * gst/videotestsrc/videotestsrc.h:
15083         * sys/v4l/gstv4lcolorbalance.h:
15084         * sys/v4l/gstv4ltuner.h:
15085         * sys/v4l/gstv4lxoverlay.h:
15086         * sys/v4l/v4l_calls.h:
15087         * sys/v4l/videodev_mjpeg.h:
15088         * tests/check/elements/audioconvert.c:
15089         * tests/check/elements/audioresample.c:
15090         * tests/check/elements/audiotestsrc.c:
15091         * tests/check/elements/videotestsrc.c:
15092         * tests/check/elements/volume.c:
15093         * tests/examples/seek/scrubby.c:
15094         * tests/examples/seek/seek.c:
15095           expand tabs
15096
15097 === release 0.10.0 ===
15098
15099 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15100
15101         * configure.ac:
15102           releasing 0.10.0, "Mont-d'or"
15103
15104 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
15105
15106         * tests/examples/seek/Makefile.am:
15107         Build fix for when gtk is not available.
15108
15109 2005-12-05  Andy Wingo  <wingo@pobox.com>
15110
15111         * ext/libvisual/visual.c: (get_buffer):
15112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
15113         * ext/pango/gsttextrender.c: (gst_text_render_chain):
15114         * ext/theora/theoradec.c: (theora_handle_data_packet):
15115         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15116         (theora_enc_chain):
15117         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15118         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15119         Update for alloc_buffer changes.
15120
15121 2005-12-05  Andy Wingo  <wingo@pobox.com>
15122
15123         patch by: Kai Vehmanen <kv2004 eca cx>
15124         
15125         * gst-libs/gst/rtp/gstbasertpdepayload.c
15126         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
15127
15128 2005-12-04  Andy Wingo  <wingo@pobox.com>
15129
15130         patch by: Sebastien Cote <sebas642 yahoo ca>
15131         
15132         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
15133         Fixes #319172.
15134
15135 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
15136
15137         * docs/plugins/Makefile.am:
15138         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15139         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15140         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15141         * ext/pango/gstclockoverlay.c:
15142         * ext/pango/gsttextoverlay.c: 
15143         * ext/pango/gsttextrender.c:
15144         * ext/pango/gsttimeoverlay.c:
15145           Add gtk-doc blurbs to pango elements.
15146
15147 2005-12-02  Wim Taymans  <wim@fluendo.com>
15148
15149         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
15150         * gst/audioresample/buffer.h:
15151         * gst/audioresample/gstaudioresample.c:
15152         * gst/audioresample/gstaudioresample.h:
15153         * gst/audioresample/resample.c: (resample_input_flush),
15154         (resample_input_pushthrough), (resample_input_eos),
15155         (resample_get_output_size_for_input),
15156         (resample_get_input_size_for_output), (resample_get_output_size),
15157         (resample_get_output_data):
15158         * gst/audioresample/resample.h:
15159         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15160         Fix audioresample, seek torture, new segments, reverse negotiation
15161         etc.. work fine.
15162
15163 2005-12-02  Wim Taymans  <wim@fluendo.com>
15164
15165         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15166         Small cleanups.
15167
15168 2005-12-02  Wim Taymans  <wim@fluendo.com>
15169
15170         * gst/audioconvert/gstaudioconvert.c:
15171         (gst_audio_convert_transform):
15172         Post errors.
15173
15174 === release 0.9.7 ===
15175
15176 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15177
15178         * configure.ac:
15179           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
15180
15181 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15182
15183         * Makefile.am:
15184         * po/hu.po:
15185         * win32/MANIFEST:
15186         * win32/gst.sln:
15187           add win32 MANIFEST file
15188           do something to the hungarian translation
15189
15190 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
15191
15192         * ext/Makefile.am:
15193           Add $(PANGO_DIR) to SUBDIRS
15194
15195         * ext/pango/gstclockoverlay.c:
15196         * ext/pango/gsttimeoverlay.c:
15197           Fix and improve element descriptions.
15198
15199 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15200
15201         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15202         * docs/plugins/inspect/plugin-libvisual.xml:
15203         * docs/plugins/inspect/plugin-pango.xml:
15204           add pango plugin to docs
15205
15206 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15207
15208         * configure.ac:
15209         * ext/Makefile.am:
15210           moved pango to base
15211
15212 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15213
15214         * configure.ac:
15215         * tests/Makefile.am:
15216         * tests/icles/.cvsignore:
15217         * tests/icles/Makefile.am:
15218         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
15219         (close_display), (resize_window), (move_window), (create_window),
15220         (terminate_playback), (pause_playback), (start_playback), (main):
15221           add stress test for xoverlay from Julien
15222
15223 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15224
15225         * docs/libs/tmpl/gstcolorbalance.sgml:
15226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15227         * gst-libs/gst/rtp/gstbasertppayload.c:
15228         * gst-libs/gst/rtp/gstrtpbuffer.c:
15229         * gst-libs/gst/rtp/gstrtpbuffer.h:
15230           Do burger's rename for rtp payloaders and depayloaders
15231
15232 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15233
15234         * win32/:
15235           add Visual Studio 6 build files
15236
15237 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15238
15239         * docs/libs/gst-plugins-base-libs-docs.sgml:
15240         * docs/libs/gst-plugins-base-libs-sections.txt:
15241         * docs/libs/tmpl/gstaudio.sgml:
15242         * docs/libs/tmpl/gstringbuffer.sgml:
15243         * gst-libs/gst/interfaces/xoverlay.c:
15244         * gst-libs/gst/video/gstvideofilter.c:
15245         * gst-libs/gst/video/gstvideosink.c:
15246           update documentation
15247
15248 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15249
15250         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
15251         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
15252         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
15253         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
15254         (gst_multi_fd_sink_get_stats),
15255         (gst_multi_fd_sink_remove_client_link),
15256         (gst_multi_fd_sink_handle_client_read),
15257         (gst_multi_fd_sink_client_queue_data),
15258         (gst_multi_fd_sink_client_queue_caps),
15259         (gst_multi_fd_sink_client_queue_buffer),
15260         (gst_multi_fd_sink_new_client),
15261         (gst_multi_fd_sink_handle_client_write),
15262         (gst_multi_fd_sink_recover_client),
15263         (gst_multi_fd_sink_queue_buffer),
15264         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
15265         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
15266         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
15267         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
15268         * gst/tcp/gstmultifdsink.h:
15269         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
15270         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
15271         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
15272         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
15273         (gst_tcp_client_sink_set_property),
15274         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
15275         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
15276         * gst/tcp/gsttcpclientsink.h:
15277         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
15278         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
15279         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
15280         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
15281         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
15282         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
15283         * gst/tcp/gsttcpclientsrc.h:
15284         * gst/tcp/gsttcpplugin.c: (plugin_init):
15285         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
15286         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
15287         (gst_tcp_server_sink_finalize),
15288         (gst_tcp_server_sink_handle_server_read),
15289         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
15290         (gst_tcp_server_sink_set_property),
15291         (gst_tcp_server_sink_get_property),
15292         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
15293         * gst/tcp/gsttcpserversink.h:
15294         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
15295         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
15296         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
15297         (gst_tcp_server_src_set_property),
15298         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
15299         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
15300         * gst/tcp/gsttcpserversrc.h:
15301           more borgifying
15302
15303 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15304
15305         * docs/plugins/Makefile.am:
15306         * docs/plugins/gst-plugins-base-plugins.args:
15307         * docs/plugins/inspect/plugin-libvisual.xml:
15308         * gst/audioconvert/plugin.h:
15309         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
15310         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
15311         (gst_audio_rate_setcaps), (gst_audio_rate_init),
15312         (gst_audio_rate_chain), (gst_audio_rate_set_property),
15313         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
15314         (plugin_init):
15315         * gst/audiotestsrc/gstaudiotestsrc.c:
15316         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
15317         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
15318         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
15319         (gst_audio_test_src_get_query_types),
15320         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
15321         (gst_audio_test_src_create_square),
15322         (gst_audio_test_src_create_saw),
15323         (gst_audio_test_src_create_triangle),
15324         (gst_audio_test_src_create_silence),
15325         (gst_audio_test_src_create_white_noise),
15326         (gst_audio_test_src_init_pink_noise),
15327         (gst_audio_test_src_generate_pink_noise_value),
15328         (gst_audio_test_src_create_pink_noise),
15329         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
15330         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
15331         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
15332         (plugin_init):
15333         * gst/audiotestsrc/gstaudiotestsrc.h:
15334         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
15335         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
15336         (gst_sub_parse_init), (gst_sub_parse_formats),
15337         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
15338         (convert_encoding), (get_next_line),
15339         (gst_sub_parse_data_format_autodetect),
15340         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
15341         (gst_sub_parse_loop), (gst_sub_parse_chain),
15342         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
15343         (plugin_init):
15344         * gst/subparse/gstsubparse.h:
15345         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
15346         (gst_video_rate_base_init), (gst_video_rate_class_init),
15347         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
15348         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
15349         (gst_video_rate_init), (gst_video_rate_event),
15350         (gst_video_rate_chain), (gst_video_rate_set_property),
15351         (gst_video_rate_get_property), (gst_video_rate_change_state),
15352         (plugin_init):
15353         * gst/videoscale/gstvideoscale.c:
15354         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
15355         (gst_video_scale_src_template_factory),
15356         (gst_video_scale_sink_template_factory),
15357         (gst_video_scale_get_type), (gst_video_scale_base_init),
15358         (gst_video_scale_class_init), (gst_video_scale_init),
15359         (gst_video_scale_set_property), (gst_video_scale_get_property),
15360         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
15361         (gst_video_scale_prepare_size), (parse_caps),
15362         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
15363         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
15364         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
15365         (plugin_init):
15366         * gst/videoscale/gstvideoscale.h:
15367         * gst/videotestsrc/gstvideotestsrc.c:
15368         (gst_video_test_src_pattern_get_type),
15369         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
15370         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
15371         (gst_video_test_src_set_pattern),
15372         (gst_video_test_src_set_property),
15373         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
15374         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
15375         (gst_video_test_src_event), (gst_video_test_src_get_times),
15376         (gst_video_test_src_create), (plugin_init):
15377         * gst/videotestsrc/gstvideotestsrc.h:
15378         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
15379         (gst_video_test_src_smpte), (gst_video_test_src_snow),
15380         (gst_video_test_src_black):
15381         * gst/videotestsrc/videotestsrc.h:
15382           borgify further
15383           clean up docs a little
15384
15385 2005-11-30  Wim Taymans  <wim@fluendo.com>
15386
15387         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15388         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
15389         (gst_basertppayload_event), (gst_basertppayload_push),
15390         (gst_basertppayload_change_state):
15391         * gst-libs/gst/rtp/gstbasertppayload.h:
15392         closed #320644.
15393
15394 2005-11-30  Julien MOUTTE  <julien@moutte.net>
15395
15396         * docs/libs/gst-plugins-base-libs-docs.sgml:
15397         * docs/libs/gst-plugins-base-libs-sections.txt:
15398         * gst-libs/gst/video/gstvideofilter.c:
15399         * gst-libs/gst/video/gstvideosink.c:
15400         * gst-libs/gst/video/gstvideosink.h: Adding docs.
15401
15402 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15403
15404         * LICENSE:
15405           move
15406         * po/af.po:
15407         * po/az.po:
15408         * po/cs.po:
15409         * po/en_GB.po:
15410         * po/hu.po:
15411         * po/it.po:
15412         * po/nb.po:
15413         * po/nl.po:
15414         * po/or.po:
15415         * po/sq.po:
15416         * po/sr.po:
15417         * po/sv.po:
15418         * po/uk.po:
15419         * po/vi.po:
15420         * Makefile.am:
15421           update
15422         * scripts/autoplugins.sh:
15423           remove
15424
15425 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15426
15427         * Makefile.am:
15428         * configure.ac:
15429         * examples/Makefile.am:
15430         * examples/capsfilter/Makefile.am:
15431         * examples/capsfilter/capsfilter1.c:
15432         * examples/gob/Makefile.am:
15433         * examples/gob/gst-identity2.gob:
15434         * examples/indexing/.cvsignore:
15435         * examples/indexing/Makefile.am:
15436         * examples/indexing/indexmpeg.c:
15437         * examples/seeking/.cvsignore:
15438         * examples/seeking/Makefile.am:
15439         * examples/seeking/cdparanoia.c:
15440         * examples/seeking/cdplayer.c:
15441         * examples/seeking/chained.c:
15442         * examples/seeking/scrubby.c:
15443         * examples/seeking/seek.c:
15444         * examples/stats/Makefile.am:
15445         * examples/stats/mp2ogg.c:
15446         * examples/switch/.cvsignore:
15447         * examples/switch/Makefile.am:
15448         * examples/switch/switcher.c:
15449         * tests/Makefile.am:
15450         * tests/check/generic/.cvsignore:
15451         * tests/check/pipelines/.cvsignore:
15452         * tests/examples/Makefile.am:
15453         * tests/examples/seek/Makefile.am:
15454           reorganize stuff under tests/
15455
15456 2005-11-30  Edward Hervey  <edward@fluendo.com>
15457
15458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15459         Go away you stupid GstStaticPadTemplate memleak.
15460
15461 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15462
15463         * gst-libs/gst/net/Makefile.am:
15464         * gst-libs/gst/net/README:
15465         * gst-libs/gst/net/gstnetbuffer.c:
15466         * gst-libs/gst/net/gstnetbuffer.h:
15467           this was moved to "netbuffer"
15468
15469 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15470
15471         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
15472         (gst_video_filter_class_init), (gst_video_filter_init):
15473         * gst-libs/gst/video/gstvideofilter.h:
15474           borgify name to bring in line with other classes
15475
15476 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15477
15478         * gst/audioscale/.cvsignore:
15479         * gst/audioscale/Makefile.am:
15480         * gst/audioscale/README:
15481         * gst/audioscale/audioscale.vcproj:
15482         * gst/audioscale/dtof.c:
15483         * gst/audioscale/dtos.c:
15484         * gst/audioscale/functable.c:
15485         * gst/audioscale/gstaudioscale.c:
15486         * gst/audioscale/gstaudioscale.h:
15487         * gst/audioscale/private.h:
15488         * gst/audioscale/resample.c:
15489         * gst/audioscale/resample.h:
15490         * gst/audioscale/test.c:
15491           remove
15492
15493 2005-11-30  Edward Hervey  <edward@fluendo.com>
15494
15495         * gst-libs/gst/netbuffer/Makefile.am:
15496         really, really tired
15497
15498 2005-11-30  Edward Hervey  <edward@fluendo.com>
15499
15500         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15501         Update for new GstTypeFindFactory _register()
15502
15503 2005-11-30  Edward Hervey  <edward@fluendo.com>
15504
15505         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
15506         Let's not override libgstnet from core for no reason...
15507         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
15508         Ok, maybe not so quick next time.
15509
15510 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15511
15512         * configure.ac:
15513         * gst-libs/gst/Makefile.am:
15514           moved gst-libs/gst/net to netbuffer through CVS surgery
15515           remove old directory
15516           updating build to accomodate
15517           (#322257)
15518
15519 2005-11-29  Andy Wingo  <wingo@pobox.com>
15520
15521         * pkgconfig/gstreamer-plugins-base.pc.in:
15522         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
15523         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
15524         (#322257).
15525
15526 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
15527
15528         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15529         3rd time's the charm. Correct ref-counting for discarded buffers.
15530
15531 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
15532
15533         * gst/playback/gststreamselector.c:
15534         (gst_stream_selector_class_init),
15535         (gst_stream_selector_set_property),
15536         (gst_stream_selector_get_property),
15537         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15538         Fix ref-counting
15539
15540 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
15541
15542         * gst/subparse/gstsubparse.c: (feed_textbuf):
15543           Don't access already unref'ed buffer.
15544
15545 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
15546
15547         * gst/playback/gststreamselector.c:
15548         (gst_stream_selector_class_init), (gst_stream_selector_init),
15549         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
15550         (gst_stream_selector_get_property),
15551         (gst_stream_selector_get_linked_pad),
15552         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15553         * gst/playback/gststreamselector.h:
15554         Add the active-pad property for playbin to use shortly. Ignore buffers
15555         from any other pad, returning GST_FLOW_NOT_LINKED
15556
15557 2005-11-29  Julien MOUTTE  <julien@moutte.net>
15558
15559         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
15560         patch from bug #322704 (Alessandro Decina).
15561
15562 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15563
15564         * gst-libs/gst/audio/Makefile.am:
15565           folded audiofilter into the audio library
15566
15567 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15568
15569         * gst/videoscale/gstvideoscale.h:
15570         * gst/videoscale/gstvideoscale.c:
15571           remove unimplemented scale methods
15572
15573 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
15574
15575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
15576           Don't leak caps.
15577
15578 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15579
15580         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15581         (gst_ximagesink_setcaps):
15582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15583         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
15584         happens (only visible on ximagesink but bug is in xv too) set_caps was
15585         destroying the internal x[v]image used to memcpy non locally alloced
15586         buffers so that it got renewed on next _chain. The issue is that 
15587         _expose will try to put that image as it reffed it in _put.
15588         Using gst_buffer_unref instead of destroy fixes it !
15589
15590 2005-11-28  Edward Hervey  <edward@fluendo.com>
15591
15592         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15593         (try_to_link_1), (queue_filled_cb):
15594         Better use of the queues. Start with a small size queue and only increase
15595         the size of the queues when the other queues are empty.
15596
15597 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15598
15599         * gst-libs/gst/video/Makefile.am:
15600           compile in copied-over videofilter into the video library
15601         * gst-libs/gst/video/videosink.h:
15602           rename the header to gstvideosink.h since it's a base GstObject class
15603         * sys/ximage/ximagesink.h:
15604         * sys/xvimage/xvimagesink.h:
15605           use the new header
15606
15607 2005-11-28  Wim Taymans  <wim@fluendo.com>
15608
15609         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
15610         * gst/playback/gstplaybasebin.h:
15611         Prepare to handle errors betters.
15612
15613         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
15614         Set sinks to PAUSED first before adding and linking them so that
15615         we don't interrupt dataflow.
15616
15617 2005-11-28  Wim Taymans  <wim@fluendo.com>
15618
15619         * gst-libs/gst/audio/TODO:
15620         Updated TODO
15621
15622         * gst-libs/gst/audio/gstaudiosink.c:
15623         (gst_audioringbuffer_open_device),
15624         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
15625         (gst_audioringbuffer_release):
15626         Small cleanups.
15627
15628         * gst-libs/gst/audio/gstbaseaudiosink.c:
15629         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
15630         (gst_base_audio_sink_change_state):
15631         Slave to the master clock when going to PLAYING and unslave when
15632         going to PAUSED.
15633
15634         * gst-libs/gst/audio/gstringbuffer.c:
15635         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15636         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
15637         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
15638         (gst_ring_buffer_clear_all), (wait_segment),
15639         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15640         (gst_ring_buffer_advance):
15641         * gst-libs/gst/audio/gstringbuffer.h:
15642         Add some docs and cleanups.
15643
15644 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15645
15646         * sys/xvimage/xvimagesink.c:
15647         (gst_xvimagesink_navigation_send_event): Fix navigation events
15648         coordinates translation with pixel aspect ratios.
15649
15650 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15651
15652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
15653         Use calculated video geometry from _setcaps instead of buffer
15654         caps to respect pixel aspect ratio. (fixes #322388)
15655
15656 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15657
15658         * docs/libs/tmpl/gstcolorbalance.sgml:
15659         * docs/libs/tmpl/gstmixer.sgml:
15660         * docs/libs/tmpl/gstxoverlay.sgml:
15661         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
15662         interface.
15663
15664 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15665
15666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
15667         Refuse to create an XvImage if we can't find the format.
15668
15669 2005-11-28  Edward Hervey  <edward@fluendo.com>
15670
15671         * gst-libs/gst/riff/riff-media.c:
15672         (gst_riff_create_audio_template_caps):
15673         Add ATRAC3 to the list of riff-possible audio caps.
15674         I know we still don't have a plugin for atrac3, but it's saner to output
15675         that than a cryptic mimetype.
15676
15677 2005-11-27  Edward Hervey  <edward@fluendo.com>
15678
15679         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
15680         Don't try to create a zero-sized subbuffer.
15681
15682 2005-11-27  Julien MOUTTE  <julien@moutte.net>
15683
15684         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
15685         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
15686         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
15687         (gst_ximagesink_expose): Fixed a tricky race.
15688         * sys/ximage/ximagesink.h:
15689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15690         (gst_xvimagesink_expose): Fixed a tricky race.
15691         * sys/xvimage/xvimagesink.h:
15692
15693 2005-11-27  Edward Hervey  <edward@fluendo.com>
15694
15695         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15696         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
15697         Remove unused properties, and add queues between demuxers and decoders
15698         so that a lot more files can preroll properly.
15699
15700 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15701
15702         * gst-libs/gst/net/Makefile.am:
15703         * gst-libs/gst/rtp/Makefile.am:
15704         * gst-libs/gst/tag/Makefile.am:
15705           remove silly include
15706         * gst/tags/Makefile.am:
15707         * gst/tags/gsttagediting.c:
15708         * gst/tags/gsttageditingprivate.h:
15709         * gst/tags/tagedit.vcproj:
15710           remove directory, is as good as empty
15711
15712 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15713
15714         * configure.ac:
15715           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
15716         * gst-libs/Makefile.am:
15717         * gst-libs/gst/audio/Makefile.am:
15718         * gst-libs/gst/interfaces/Makefile.am:
15719         * gst-libs/gst/net/Makefile.am:
15720         * gst-libs/gst/riff/Makefile.am:
15721         * gst-libs/gst/rtp/Makefile.am:
15722         * gst-libs/gst/tag/Makefile.am:
15723         * gst-libs/gst/video/Makefile.am:
15724           and use them
15725
15726 2005-11-27  Julien MOUTTE  <julien@moutte.net>
15727
15728         * docs/libs/tmpl/gstcolorbalance.sgml:
15729         * docs/libs/tmpl/gstmixer.sgml:
15730         * docs/libs/tmpl/gstxoverlay.sgml:
15731         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
15732         * sys/ximage/ximagesink.h:
15733         * sys/xvimage/xvimagesink.h: More and more documentation.
15734
15735 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15736
15737         * docs/libs/gst-plugins-base-libs-docs.sgml:
15738         * docs/libs/gst-plugins-base-libs-sections.txt:
15739         * docs/libs/tmpl/gstcolorbalance.sgml:
15740         * docs/libs/tmpl/gstmixer.sgml:
15741         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
15742         to documentation.
15743
15744 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15745
15746         * docs/plugins/Makefile.am:
15747         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15748         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15749         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
15750
15751 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15752
15753         * docs/plugins/Makefile.am:
15754         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15755         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15756         * docs/plugins/inspect/plugin-adder.xml:
15757         * docs/plugins/inspect/plugin-alsa.xml:
15758         * docs/plugins/inspect/plugin-audioconvert.xml:
15759         * docs/plugins/inspect/plugin-audiorate.xml:
15760         * docs/plugins/inspect/plugin-audioresample.xml:
15761         * docs/plugins/inspect/plugin-audiotestsrc.xml:
15762         * docs/plugins/inspect/plugin-decodebin.xml:
15763         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15764         * docs/plugins/inspect/plugin-gnomevfs.xml:
15765         * docs/plugins/inspect/plugin-ogg.xml:
15766         * docs/plugins/inspect/plugin-playbin.xml:
15767         * docs/plugins/inspect/plugin-subparse.xml:
15768         * docs/plugins/inspect/plugin-tcp.xml:
15769         * docs/plugins/inspect/plugin-theora.xml:
15770         * docs/plugins/inspect/plugin-typefindfunctions.xml:
15771         * docs/plugins/inspect/plugin-video4linux.xml:
15772         * docs/plugins/inspect/plugin-videorate.xml:
15773         * docs/plugins/inspect/plugin-videoscale.xml:
15774         * docs/plugins/inspect/plugin-videotestsrc.xml:
15775         * docs/plugins/inspect/plugin-volume.xml:
15776         * docs/plugins/inspect/plugin-vorbis.xml:
15777         * docs/plugins/inspect/plugin-ximagesink.xml:
15778         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
15779         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
15780
15781 2005-11-26  Edward Hervey  <edward@fluendo.com>
15782
15783         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
15784         Properly return GstFlowReturn from gst_pad_push in chain functions.
15785
15786 2005-11-25  Michael Smith  <msmith@fluendo.com>
15787
15788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
15789         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
15790         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15791         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
15792           Handle various conditions better when we don't understand a stream.
15793           Removes a heap of CRITICALs on ogg streams containing unknown data.
15794
15795 2005-11-24  Andy Wingo  <wingo@pobox.com>
15796
15797         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
15798         Be threadsafe.
15799
15800 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15801
15802         * configure.ac: back to HEAD
15803
15804 === release 0.9.6 ===
15805
15806 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
15807
15808         * configure.ac:
15809           releasing 0.9.6, "White Eight"
15810
15811 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15812
15813         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15814         * docs/plugins/inspect/plugin-sine.xml:
15815           remove sinesrc some more
15816
15817 2005-11-23  Wim Taymans  <wim@fluendo.com>
15818
15819         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15820         If we are reading too slowly, jump forward in the ringbuffer
15821         instead of blocking.
15822
15823 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15824
15825         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
15826         (gst_visual_chain):
15827         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
15828         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
15829         (gst_videorate_chain):
15830         * gst/videotestsrc/gstvideotestsrc.c:
15831         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
15832         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
15833         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
15834         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
15835         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15836         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15837           Updates for API changes
15838
15839 2005-11-23  Wim Taymans  <wim@fluendo.com>
15840
15841         * gst-libs/gst/audio/gstbaseaudiosink.c:
15842         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
15843         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15844         Fix for calibration API change.
15845
15846 2005-11-23  Michael Smith <msmith@fluendo.com>
15847
15848         * gst-libs/gst/audio/multichannel.c:
15849         (gst_audio_get_channel_positions),
15850         (gst_audio_set_channel_positions),
15851         (gst_audio_set_structure_channel_positions_list),
15852         (gst_audio_fixate_channel_positions):
15853           Use gst_value_array_*() functions on value arrays, not
15854           gst_value_list_*().
15855
15856 2005-11-23  Edward Hervey  <edward@fluendo.com>
15857
15858         * autogen.sh:
15859         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
15860         Fixes autogen
15861
15862 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15863
15864         * check/Makefile.am:
15865         * check/elements/videotestsrc.c: (setup_videotestsrc),
15866         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
15867         (main):
15868           add a test for videotestsrc
15869
15870 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15871
15872         * gst/sine/.cvsignore:
15873         * gst/sine/Makefile.am:
15874         * gst/sine/gstsinesrc.c:
15875         * gst/sine/gstsinesrc.h:
15876         * gst/sine/sinesrc.vcproj:
15877           and remove sinesrc from the repository.  Closes #321446
15878
15879 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15880
15881         * configure.ac:
15882         * gst-plugins-base.spec.in:
15883           remove sinesrc from the build
15884
15885 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15886
15887         * check/Makefile.am:
15888         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
15889         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
15890         (main):
15891           add a test for audiotestsrc, testing all waves.  Even seems
15892           leak-free at first glance, nice job Stefan
15893
15894 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15895
15896         * po/af.po:
15897         * po/az.po:
15898         * po/cs.po:
15899         * po/en_GB.po:
15900         * po/hu.po:
15901         * po/it.po:
15902         * po/nb.po:
15903         * po/nl.po:
15904         * po/or.po:
15905         * po/sq.po:
15906         * po/sr.po:
15907         * po/sv.po:
15908         * po/uk.po:
15909         * po/vi.po:
15910           Translation string updates
15911
15912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
15913         (gst_v4lsrc_set_caps):
15914         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15915         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15916         * sys/v4l/v4lsrc_calls.h:
15917           Improve v4lsrc, by making it work again.
15918
15919 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15920
15921         * ext/libvisual/visual.c: (gst_visual_chain):
15922           Fix the fps calculations.
15923
15924         * gst/ffmpegcolorspace/avcodec.h:
15925           Move structure element for clarity
15926
15927         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
15928         * gst-libs/gst/interfaces/tunernorm.h:
15929         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
15930         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15931         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15932         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
15933         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
15934         (gst_v4lmjpegsrc_getcaps):
15935         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
15936         (gst_v4lsrc_set_caps):
15937         * sys/v4l/gstv4lsrc.h:
15938         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15939         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15940         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15941         * sys/v4l/v4lsrc_calls.h:
15942           Fractional framerates...
15943
15944 2005-11-22  Wim Taymans  <wim@fluendo.com>
15945
15946         * gst-libs/gst/audio/gstbaseaudiosink.c:
15947         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
15948         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15949         And we provide a clock by default, of course...
15950
15951 2005-11-22  Wim Taymans  <wim@fluendo.com>
15952
15953         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
15954         This clock can be slaved to a master clock now.
15955
15956         * gst-libs/gst/audio/gstbaseaudiosink.c:
15957         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15958         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
15959         (gst_base_audio_sink_set_clock),
15960         (gst_base_audio_sink_set_property),
15961         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
15962         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15963         * gst-libs/gst/audio/gstbaseaudiosink.h:
15964         Handle slaving the internal clock to the clock selected in the
15965         pipeline.
15966         Add property to make the basesink not provide a clock.
15967
15968         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15969         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15970         (gst_base_rtp_depayload_wait):
15971         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15972         We can use the clock in GstElement, no need to store it ourselves.
15973
15974 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15975
15976         * docs/libs/tmpl/gstaudio.sgml:
15977           update
15978         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
15979         (gst_paranoia_endian_get_type):
15980         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
15981         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
15982         * gst/audiotestsrc/gstaudiotestsrc.c:
15983         (gst_audiostestsrc_wave_get_type):
15984         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15985         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15986         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15987         (gst_sync_method_get_type), (gst_unit_type_get_type),
15988         (gst_client_status_get_type), (gst_multifdsink_class_init),
15989         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
15990         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
15991         (gst_multifdsink_get_property):
15992         * gst/tcp/gstmultifdsink.h:
15993         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
15994         * gst/videotestsrc/gstvideotestsrc.c:
15995         (gst_videotestsrc_pattern_get_type):
15996           remove deprecated properties
15997           fix up enums to correctly have short lowercase dashed nicks
15998
15999 2005-11-22  Michael Smith <msmith@fluendo.com>
16000
16001         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16002         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
16003           Add underscore.
16004
16005 2005-11-22  Michael Smith <msmith@fluendo.com>
16006
16007         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16008         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
16009           Use utility method for scaling clocktime for fractional framerates.
16010
16011 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
16012
16013         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
16014         (gst_visual_chain):
16015         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16016         * ext/theora/theoradec.c: (theora_handle_type_packet):
16017         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16018         (theora_enc_chain):
16019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16020         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
16021         * gst-libs/gst/video/video.h:
16022         * gst/ffmpegcolorspace/avcodec.h:
16023         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16024         (gst_ffmpeg_caps_to_pixfmt):
16025         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16026         (gst_ffmpegcsp_set_caps):
16027         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
16028         (gst_videorate_setcaps), (gst_videorate_blank_data),
16029         (gst_videorate_chain):
16030         * gst/videotestsrc/gstvideotestsrc.c:
16031         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
16032         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
16033         (gst_videotestsrc_event), (gst_videotestsrc_create):
16034         * gst/videotestsrc/gstvideotestsrc.h:
16035         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16036         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
16037         (gst_ximagesink_get_times), (gst_ximagesink_init):
16038         * sys/ximage/ximagesink.h:
16039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16040         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16041         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
16042         * sys/xvimage/xvimagesink.h:
16043           Convert elements to use fractions for their framerate.
16044           V4L elements to come later tonight.
16045
16046 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16047
16048         * gst-libs/gst/audio/audio.c:
16049         * gst-libs/gst/audio/audio.h:
16050           remove some deprecated functions
16051
16052 2005-11-22  Andy Wingo  <wingo@pobox.com>
16053
16054         * Update for gst_tag_setter API changes.
16055
16056 2005-11-22  Andy Wingo  <wingo@pobox.com>
16057
16058         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
16059         (gst_ogg_demux_perform_seek):
16060         * ext/theora/theoradec.c (theora_dec_sink_event):
16061         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
16062         update-funcnames.
16063
16064 2005-11-22  Wim Taymans  <wim@fluendo.com>
16065
16066         * examples/seeking/seek.c: (main):
16067         Give higher priority to bus signals than the gtk events
16068         to fix a race condition in the segment looping.
16069
16070 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
16071
16072         * ext/theora/Makefile.am:
16073         * ext/vorbis/Makefile.am:
16074         * gst-libs/gst/tag/Makefile.am:
16075         * gst-plugins-base.spec.in:
16076           Rename libgsttagedit to libgsttag (#322117).
16077
16078 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
16079
16080         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
16081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
16082           Call gst_x_overlay_prepare_xwindow_id() to give applications
16083           a final chance to set their own xwindow id before the video
16084           sink creates its own window.
16085
16086 2005-11-22  Julien MOUTTE  <julien@moutte.net>
16087
16088         * sys/xvimage/xvimagesink.c:
16089         (gst_xvimagesink_navigation_send_event): Handle navigation
16090         events correcly with borders if applicable.
16091
16092 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
16093
16094         Patch by: Luca Ognibene
16095
16096         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16097         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
16098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16099         (gst_ffmpegcsp_caps_remove_format_info):
16100         * gst/ffmpegcolorspace/imgconvert.c:
16101         * gst/ffmpegcolorspace/imgconvert_template.h:
16102           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
16103           #318353); use gst_structure_has_name().
16104
16105 2005-11-22  Julien MOUTTE  <julien@moutte.net>
16106
16107         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
16108         (gst_ximagesink_class_init): Add debug macros on functions.
16109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16110         (gst_xvimagesink_xwindow_draw_borders),
16111         (gst_xvimagesink_xvimage_put),
16112         (gst_xvimagesink_xwindow_update_geometry),
16113         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
16114         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
16115         (gst_xvimagesink_xcontext_clear),
16116         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
16117         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
16118         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16119         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16120         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
16121         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16122         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
16123         expose while being PAUSED, out of data flow navigation events, etc..
16124
16125 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16126
16127         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
16128         * gst-libs/gst/audio/audio.h:
16129           fix prototype - wondering why the test worked regardless
16130
16131 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16132
16133         * check/Makefile.am:
16134         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
16135         * gst-libs/gst/audio/audio.h:
16136           add a method that returns a proper GstClockTime
16137
16138 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
16139
16140         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
16141         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
16142         * gst-libs/gst/interfaces/xoverlay.h:
16143           Remove everything having to do with the desired size; add 
16144           gst_x_overlay_prepare_xwindow_id() function; remove the
16145           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
16146           post a message on the bus instead (#321816).
16147
16148         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
16149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
16150         (gst_xvimagesink_xoverlay_init):
16151           Remove desired size stuff (#321816).
16152
16153 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
16154
16155         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
16156         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16157         (mpeg_video_type_find), (mpeg_video_stream_type_find):
16158           Terminate vararg functions with NULL instead of 0 to 
16159           make gcc4 happy.
16160
16161 2005-11-21  Andy Wingo  <wingo@pobox.com>
16162
16163         patch by: Sebastien Cote <sebas642@yahoo.ca>
16164         
16165         * gst-libs/gst/rtp/gstrtpbuffer.h: 
16166         * gst-libs/gst/rtp/gstrtpbuffer.c
16167         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
16168
16169 2005-11-21  Andy Wingo  <wingo@pobox.com>
16170
16171         * gst/playback/gstplaybin.c (gen_audio_element) 
16172         (gen_video_element): Use the new MISSING_PLUGIN core error
16173         category. Closes #320060.
16174
16175         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
16176         * gst/videorate/gstvideorate.c (gst_videorate_event):
16177         * ext/theora/theoradec.c (theora_dec_sink_event): 
16178         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
16179         stream lock.
16180
16181         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
16182         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
16183         stream lock changes.
16184
16185 2005-11-21  Wim Taymans  <wim@fluendo.com>
16186
16187         * gst-libs/gst/audio/gstbaseaudiosink.c:
16188         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
16189         (gst_base_audio_sink_provide_clock),
16190         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
16191         (gst_base_audio_sink_change_state):
16192         * gst/audioresample/gstaudioresample.c:
16193         Segment update fix.
16194
16195 2005-11-21  Andy Wingo  <wingo@pobox.com>
16196
16197         * *.h:
16198         * *.c: Ran scripts/update-macros. Oh yes.
16199
16200 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
16201
16202         * sys/ximage/Makefile.am:
16203         * sys/ximage/ximage.c:
16204           Rename ximage plugin to ximagesink (#321426) (Don't forget to
16205           remove your old libgstximage.* manually if necessary).
16206
16207 2005-11-21  Michael Smith <msmith@fluendo.com>
16208
16209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
16210           Minimal fix for bug #320200: set the min/max bitrate in the correct
16211           units. A better fix would be to upgrade to the RATEMANAGE2
16212           interface, rather than using the deprecated interface used here, but
16213           that would require an update in our libvorbis dependency (to 1.1),
16214           which is probably undesirable.
16215
16216 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
16217
16218         * ext/libvisual/visual.c: (get_buffer):
16219         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16220         (gst_base_audio_src_fixate):
16221         * gst/audioconvert/gstaudioconvert.c:
16222         (gst_audio_convert_fixate_caps):
16223         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
16224         * gst/audiotestsrc/gstaudiotestsrc.c:
16225         (gst_audiotestsrc_src_fixate):
16226         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
16227         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
16228         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
16229         * gst/videotestsrc/gstvideotestsrc.c:
16230         (gst_videotestsrc_src_fixate):
16231         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
16232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
16233           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
16234           (#322027)
16235
16236
16237 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
16238
16239         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16240         (gst_riff_create_iavs_caps):
16241         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
16242         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16243         (gst_riff_parse_info):
16244         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
16245         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
16246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
16247           Fixes for GST_FOURCC_FORMAT API change.
16248
16249 2005-11-21  Andy Wingo  <wingo@pobox.com>
16250
16251         patch by: Alessandro Dessina <alessandro nnva org>
16252
16253         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
16254         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
16255         (gst_ogg_parse_chain):
16256         * ext/theora/theoraenc.c (theora_set_header_on_caps):
16257         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
16258         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
16259         gst_value_list calls on arrays. Fixes #321962.
16260
16261 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
16262
16263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16264         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
16265         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
16266         * gst/adder/gstadder.c: (gst_adder_init),
16267         (gst_adder_request_new_pad), (gst_adder_collected),
16268         (gst_adder_change_state):
16269           Update for gst_collectpads_foo() to gst_collect_pads_foo()
16270           API change.
16271
16272 2005-11-21  Michael Smith <msmith@fluendo.com>
16273
16274         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
16275         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
16276           Properly handle pad_push return values.
16277
16278 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
16279
16280         * gst-libs/gst/tag/Makefile.am:
16281         * gst-libs/gst/tag/gstvorbistag.c:
16282         (gst_tag_list_to_vorbiscomment_buffer):
16283           Remove obsolete vorbistag element and debug category.
16284
16285         * gst/playback/gstplaybasebin.c: (check_queue):
16286           Don't divide by 0 when queue-threshold is 0.
16287
16288         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
16289           Don't modify an existing pixel-aspect-ratio if we fail to read
16290           a new one.
16291
16292 2005-11-20  Wim Taymans  <wim@fluendo.com>
16293
16294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
16295         (gst_vorbisenc_push_packet):
16296         GST_PAD_IS_USABLE is gone, use the return value of
16297         the push or pad_alloc_buffer instead.
16298
16299 2005-11-18  Julien MOUTTE  <julien@moutte.net>
16300
16301         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
16302         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16303         (gst_ximagesink_ximage_destroy),
16304         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
16305         (gst_ximagesink_xwindow_new),
16306         (gst_ximagesink_xwindow_update_geometry),
16307         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
16308         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
16309         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
16310         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
16311         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
16312         (gst_ximagesink_navigation_send_event),
16313         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
16314         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
16315         (gst_ximagesink_finalize), (gst_ximagesink_init),
16316         (gst_ximagesink_class_init):
16317         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
16318         This new version brings correct software scaling, non flickering
16319         window while resizing, pixel aspect ratio handling, usage of
16320         hardware buffer pools, out of data flow event thread for 
16321         navigation and handling of expose events even when being PAUSED,
16322         a new property to keep video aspect ratio when resizing, etc...
16323
16324 2005-11-18  Julien MOUTTE  <julien@moutte.net>
16325
16326         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16327         (gst_videoscale_fixate_caps): Introduce back caps fixate with
16328         handling of PAR.
16329
16330 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
16331
16332         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
16333         Unsetting IS_SINK flag from the fakesink, so decodebin
16334         never behaves as a sink.
16335
16336 2005-11-17  Wim Taymans  <wim@fluendo.com>
16337
16338         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16339         (gst_base_audio_src_change_state):
16340         Fix the audiosrc base class again, we did not unflush.
16341
16342 2005-11-17  Julien MOUTTE  <julien@moutte.net>
16343
16344         * examples/seeking/seek.c: (make_dv_pipeline),
16345         (make_vorbis_theora_pipeline), (make_avi_pipeline),
16346         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
16347         to ogg/vorbis/theora pipeline.
16348
16349 2005-11-17  Wim Taymans  <wim@fluendo.com>
16350
16351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16352         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
16353         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
16354         Fix EOS on multiple streams.
16355         More debugging.
16356
16357 2005-11-16  Wim Taymans  <wim@fluendo.com>
16358
16359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
16360         (gst_ogg_demux_perform_seek):
16361         Segment done must include stream time.
16362
16363         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16364         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
16365         (gst_ogg_mux_change_state):
16366         Fix ogg muxer again.
16367
16368 2005-11-16  Wim Taymans  <wim@fluendo.com>
16369
16370         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
16371         Fix compile again.
16372
16373 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16374
16375         * ext/libvisual/visual.c: (gst_visual_init):
16376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
16377         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
16378         (gst_ogg_parse_chain):
16379         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16380         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
16381         * ext/theora/theoradec.c: (gst_theora_dec_init):
16382         * ext/theora/theoraenc.c: (gst_theora_enc_init):
16383         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16384         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
16385         * gst/adder/gstadder.c: (gst_adder_class_init),
16386         (gst_adder_dispose):
16387         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16388         * gst/subparse/gstsubparse.c: (gst_subparse_init):
16389         * gst/videorate/gstvideorate.c: (gst_videorate_init):
16390           Fix a whole set of pad template leaks
16391
16392 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16393
16394         * check/generic/states.c: (GST_START_TEST):
16395           fix the test so that it only checks for elements that are part of
16396           this source module
16397
16398 2005-11-16  Michael Smith <msmith@fluendo.com>
16399
16400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
16401         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
16402         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16403         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
16404         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
16405         (gst_ogg_mux_change_state):
16406           Fix leaking collectpads.
16407
16408 2005-11-16  Edward Hervey  <edward@fluendo.com>
16409
16410         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
16411         (gst_videorate_event), (gst_videorate_chain):
16412         Handle segment seeks
16413
16414 2005-11-16  Wim Taymans  <wim@fluendo.com>
16415
16416         * gst-libs/gst/audio/gstbaseaudiosink.c:
16417         (gst_base_audio_sink_provide_clock),
16418         (gst_base_audio_sink_change_state):
16419         Set ringbuffer to non-flushing when going to PAUSED, set to
16420         flushing again when going to READY.
16421
16422         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
16423         (gst_ring_buffer_stop):
16424         Start in flushing mode by default.
16425         Don't set flushing in the _stop method, let the app call
16426         this explicitly.
16427
16428 2005-11-16  Julien MOUTTE  <julien@moutte.net>
16429
16430         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
16431         * gst-libs/gst/video/videosink.h: Add helper function needed
16432         for video sinks.
16433
16434 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
16435
16436         * gst/videoscale/gstvideoscale.c:
16437         (gst_videoscale_handle_src_event):
16438           Don't leak reference to pad parent.
16439
16440 2005-11-16  Wim Taymans  <wim@fluendo.com>
16441
16442         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
16443         Set ringbuffer to flushing when stopping so that we don't
16444         block on wait_segment anymore and livelock.
16445
16446 2005-11-16  Wim Taymans  <wim@fluendo.com>
16447
16448         * examples/seeking/seek.c: (send_event), (do_seek),
16449         (loop_toggle_cb), (segment_done), (main):
16450         Added looping checkbox.
16451
16452 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16453
16454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
16455         (gst_ogg_demux_init):
16456         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
16457         (gst_vorbis_dec_init):
16458           revert unrefs, they don't pass make check
16459
16460 2005-11-15  Johan Dahlin  <johan@gnome.org>
16461
16462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
16463         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
16464         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
16465         (gst_vorbis_dec_init):
16466         Fix pad template leaks. 
16467
16468 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
16469
16470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
16471           Make state change function thread safe.
16472
16473 2005-11-15  Edward Hervey  <edward@fluendo.com>
16474
16475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16476         (gst_ogg_demux_class_init):
16477         Implement GstElement::send_event, so we can send seek events
16478         in GST_STATE_READY
16479
16480 2005-11-14  Julien MOUTTE  <julien@moutte.net>
16481
16482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
16483         Discovered how to take away flickering while resizing the
16484         window. Please don't put that in ximagesink, refactoring in
16485         progress.
16486
16487 2005-11-14  Michael Smith <msmith@fluendo.com>
16488
16489         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
16490         (gst_multifdsink_render):
16491           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
16492
16493 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         * gst/playback/gstplaybin.c: (gen_audio_element):
16496           Use autoaudiosink, it tends to be more widely available than
16497           autoaudiiosink.
16498           
16499 2005-11-14  Andy Wingo  <wingo@pobox.com>
16500
16501         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
16502         as well if it is available. Fixes #316442.
16503
16504 2005-11-14  Michael Smith <msmith@fluendo.com>
16505
16506         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
16507         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
16508         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16509         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
16510         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
16511         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
16512         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
16513         (gst_vorbisenc_change_state):
16514           Fix a small memory leak in vorbisenc.
16515           Fix large memory leaks in oggmux, also fix lots of state change
16516           bugs in oggmux.
16517
16518 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16519
16520         * gst/videotestsrc/gstvideotestsrc.c:
16521         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
16522         (gst_videotestsrc_src_fixate):
16523           move fixation to a fixate function
16524           remove negotiate function, basesrc's is good enough
16525           fixes a bug for check when using the element alone
16526
16527 2005-11-13  Edward Hervey  <edward@fluendo.com>
16528
16529         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
16530         (key_toggle_cb), (main):
16531         Added checkboxes for adding/removing the accurate and key_unit seek
16532         flags.
16533
16534 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16535
16536         * configure.ac: back to HEAD
16537
16538 === release 0.9.5 ===
16539
16540 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
16541
16542         * configure.ac:
16543           releasing 0.9.5, "No No Kia"
16544
16545 2005-11-11  Edward Hervey  <edward@fluendo.com>
16546
16547         * examples/seeking/seek.c: (make_parselaunch_pipeline):
16548         Added parse-launch syntax seeking mode for the seeking example.
16549         This should help stress-test even more cases.
16550         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
16551
16552 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
16553
16554         * sys/xvimage/xvimagesink.c:
16555         (gst_xvimagesink_navigation_send_event):
16556           Check whether peer pad exists before sending navigation events
16557           to it.
16558
16559 2005-11-11  Michael Smith <msmith@fluendo.com>
16560
16561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
16562         (gst_vorbisenc_buffer_from_packet):
16563         * ext/vorbis/vorbisenc.h:
16564           Set duration on encoded buffers. This allows oggmux's
16565           max_page_delay parameter to actually work.
16566
16567 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
16568
16569         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16570         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
16571         (gst_ffmpegcsp_avpicture_fill):
16572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16573         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
16574           Make palettes work again (see #132341). Use our own macros
16575           for rounding up.
16576
16577 2005-11-10  Andy Wingo  <wingo@pobox.com>
16578
16579         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
16580         string doober.
16581
16582 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16583
16584         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16585         (gst_ffmpegcsp_transform_caps):
16586           Prefer passthrough in transform_caps
16587
16588 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16589
16590         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16591           check for ALSA errors properly, instead of relying on ALSA's
16592           error strings to serve to the user.
16593
16594 2005-11-10  Wim Taymans  <wim@fluendo.com>
16595
16596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
16597         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
16598         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16599         Modernise the seek code.
16600
16601 2005-11-10  Michael Smith <msmith@fluendo.com>
16602         
16603         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
16604         (setup_substreams), (set_active_source):
16605           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
16606           trying to go to NULL if we failed to read a file.
16607
16608 2005-11-10  Wim Taymans  <wim@fluendo.com>
16609
16610         * gst/audiotestsrc/gstaudiotestsrc.c:
16611         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
16612         (gst_audiotestsrc_create):
16613         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16614         (gst_sinesrc_get_times), (gst_sinesrc_create):
16615         * gst/videotestsrc/gstvideotestsrc.c:
16616         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
16617         (gst_videotestsrc_create):
16618         The base class can now sync for us.
16619
16620 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16621
16622         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
16623           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
16624           name=source autoprobe=false autoprobe-fps=false copy-mode=1
16625           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
16626           format=(fourcc)I420" ! xvimagesink
16627
16628 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
16629
16630         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16631         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
16632         (gst_sinesrc_newsegment):
16633           Send newsegment event in TIME format, set duration if
16634           num-buffers is set, fix duration querying.
16635
16636 2005-11-10  Michael Smith <msmith@fluendo.com>
16637
16638         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
16639         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16640         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
16641         (gst_ogg_mux_collected):
16642          Fix EOS handling, partially. Now forwarding an EOS event once we have
16643          EOS on all pads works correctly. However, we still don't properly set
16644          EOS on the actual ogg stream pages.
16645
16646 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
16647
16648         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
16649           Set elements to NULL state before disposing of them.
16650
16651 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
16652
16653         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16654
16655         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16656         (gst_base_rtp_depayload_init),
16657         (gst_base_rtp_depayload_set_gst_timestamp):
16658         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16659           We need to send a newsegment event for each instance, not
16660           just for the first instance of this class (get rid of
16661           static variable in function). (#321011).
16662           
16663 2005-11-08  Michael Smith <msmith@fluendo.com>
16664
16665         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
16666         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
16667         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
16668         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16669           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
16670           This makes us mux things correctly according to the ogg muxing
16671           rules. Still not handling EOS correctly right now, though.
16672
16673 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
16674
16675         * gst/audioconvert/gstaudioconvert.c:
16676           Fix typo in docs. 
16677
16678 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
16679
16680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
16681         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
16682           Initialise segment_stop to GST_CLOCK_TIME_NONE when
16683           creating a new chain; should fix live streaming. Also
16684           add more debug output and fix a typo.
16685
16686 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
16687
16688         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16689
16690         * gst/volume/gstvolume.c: (volume_set_caps):
16691           Fix compilation on Solaris with Forte. (#320923)
16692
16693 2005-11-08  Wim Taymans  <wim@fluendo.com>
16694
16695         * gst-libs/gst/audio/gstbaseaudiosink.c:
16696         (gst_base_audio_sink_render):
16697         No need to do a typecheck.
16698
16699 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
16700
16701         * ext/alsa/gstalsa.h:
16702           We register a debug category, so let's use it.
16703
16704 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
16705
16706         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16707         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
16708         Fixed a small problem.
16709
16710 2005-11-04  Wim Taymans  <wim@fluendo.com>
16711
16712         * examples/seeking/Makefile.am:
16713         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
16714         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
16715         (make_playerbin_pipeline), (format_value), (update_scale),
16716         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
16717         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
16718         (print_usage), (main):
16719         Added app for playback speed testing.
16720
16721         * examples/seeking/seek.c: (dynamic_link),
16722         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
16723         (make_mpeg_pipeline), (do_seek), (set_update_scale),
16724         (message_received), (main):
16725         Updated seek example.
16726
16727 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
16728
16729         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16730         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
16731         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
16732         (gst_base_rtp_depayload_set_clock):
16733         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16734         Don't sleep on the bench (system clock) when you have a nice 
16735         comfortable bed (Gstreamer clock) to sleep on.
16736
16737 2005-11-03  Wim Taymans  <wim@fluendo.com>
16738
16739         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16740         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
16741         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
16742         Handle the case where a pad_block failed.
16743
16744 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
16745
16746         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
16747
16748         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16749         (gst_base_rtp_depayload_add_to_queue),
16750         (gst_base_rtp_depayload_push),
16751         (gst_base_rtp_depayload_set_gst_timestamp),
16752         (gst_base_rtp_depayload_queue_release):
16753           Fixes some bugs in the depayloader's queuing/de-queueing code.
16754
16755 2005-10-31  Michael Smith <msmith@fluendo.com>
16756
16757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
16758         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16759         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
16760           Patch from Alessandro Decina <alessandro@nnva.org>.
16761           Make oggdemux only find the final time in a chain, not per-pad,
16762           since the per-pad information can be very expensive to locate, and
16763           it isn't used anywhere. This makes reading a file containing
16764           OggSkeleton reasonably fast.
16765           Also, make chain finding work when there are logical bitstreams that
16766           can't be decoded. Fixes #319110.
16767
16768 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16769
16770         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16771         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
16772         (gst_base_rtp_depayload_chain),
16773         (gst_base_rtp_depayload_add_to_queue),
16774         (gst_base_rtp_depayload_push),
16775         (gst_base_rtp_depayload_set_gst_timestamp),
16776         (gst_base_rtp_depayload_queue_release),
16777         (gst_base_rtp_depayload_start_thread),
16778         (gst_base_rtp_depayload_set_property),
16779         (gst_base_rtp_depayload_get_property):
16780         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16781         Some random fixes, to fullfill the desires of thomas.
16782
16783 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16784
16785         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16786         (gst_base_rtp_depayload_add_to_queue),
16787         (gst_base_rtp_depayload_push):
16788         Fixed the queueing algorithm.
16789
16790 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16791
16792         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16793         (gst_base_rtp_depayload_push):
16794         A small fix
16795
16796 2005-10-31  Wim Taymans  <wim@fluendo.com>
16797
16798         * gst-libs/gst/audio/gstringbuffer.h:
16799         Don't break ABI.
16800
16801         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16802         (gst_ffmpeg_caps_to_pixfmt):
16803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16804         (gst_ffmpegcsp_set_caps):
16805         Some more comments.
16806         Handle missing required caps fields better.
16807
16808 2005-10-31  Wim Taymans  <wim@fluendo.com>
16809
16810         * gst-libs/gst/audio/gstbaseaudiosink.c:
16811         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
16812         (gst_base_audio_sink_render):
16813         * gst-libs/gst/audio/gstringbuffer.c:
16814         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16815         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16816         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
16817         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
16818         (gst_ring_buffer_read):
16819         * gst-libs/gst/audio/gstringbuffer.h:
16820         Add flushing mode to the ringbuffer so that it in all cases does
16821         not try to handle more audio. This makes sure it does not try to
16822         block anymore when flushing and fixes a livelock.
16823
16824 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
16825
16826         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
16827         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
16828         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
16829           Explicitly check for -1 values before doing a conversion
16830           and always map them to -1. (#315545)
16831
16832 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16833
16834         * gst/playback/gstplaybin.c: (gen_video_element):
16835           first try autovideosink, then xvimagesink, then error out
16836         * po/POTFILES.in:
16837           add translatable file
16838         * po/af.po:
16839         * po/az.po:
16840         * po/cs.po:
16841         * po/en_GB.po:
16842         * po/hu.po:
16843         * po/it.po:
16844         * po/nb.po:
16845         * po/nl.po:
16846         * po/or.po:
16847         * po/sq.po:
16848         * po/sr.po:
16849         * po/sv.po:
16850         * po/uk.po:
16851         * po/vi.po:
16852           update translations
16853
16854 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
16855
16856         * gst-libs/gst/rtp/gstbasedepayload.c:
16857         * gst-libs/gst/rtp/gstbasedepayload.h:
16858           Minor cleanups
16859
16860 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
16861
16862         * gst/playback/.cvsignore:
16863         * gst/playback/decodetest.c:
16864         * gst/playback/test3.c:
16865           Port these two tests as well.
16866
16867 2005-10-27  Wim Taymans  <wim@fluendo.com>
16868
16869         * ext/theora/theoradec.c: (theora_dec_src_query),
16870         (theora_dec_sink_event):
16871         * ext/theora/theoraenc.c: (theora_enc_sink_event),
16872         (theora_enc_change_state):
16873         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16874         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
16875         Take proper locks when handling events.
16876
16877 2005-10-27  Wim Taymans  <wim@fluendo.com>
16878
16879         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
16880         (gst_adder_change_state):
16881         Fix timestamps and fix deadlock when stopping the collectpads.
16882
16883 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
16884
16885         * gst-libs/gst/rtp/gstrtpbuffer.h:
16886         Declaring the payload types as strings too so that they can be used
16887         in the padtemplate inialization.
16888
16889 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
16890
16891         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
16892
16893         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16894         (gst_base_rtp_depayload_class_init):
16895         Fixes a small but nasty bug. The derived elements no longer segfaults
16896         on finalization.
16897
16898 2005-10-26  Michael Smith <msmith@fluendo.com>
16899
16900         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
16901           When clearing an audioconvert context, set tmpbufsize to zero, so
16902           we'll allocate it again later if required.
16903           This fixes audioconvert re-negotiating formats, which previously
16904           segfaulted with a NULL destination buffer.
16905
16906 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
16907
16908         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16909         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
16910         (gst_base_rtp_depayload_set_gst_timestamp),
16911         (gst_base_rtp_depayload_queue_release):
16912         Fixed a smalll memleak.
16913
16914 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
16915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16916         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
16917         (gst_base_rtp_depayload_finalize),
16918         (gst_base_rtp_depayload_setcaps),
16919         (gst_base_rtp_depayload_add_to_queue),
16920         (gst_base_rtp_depayload_push),
16921         (gst_base_rtp_depayload_set_gst_timestamp),
16922         (gst_base_rtp_depayload_queue_release),
16923         (gst_base_rtp_depayload_thread),
16924         (gst_base_rtp_depayload_change_state):
16925         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16926         Changed the C++ comments to C comments
16927
16928 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
16929
16930         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
16931         * gst/tcp/gsttcpclientsrc.h:
16932         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
16933         * gst/tcp/gsttcpserversrc.h:
16934           Remove unused 'curoffset' structure member.
16935
16936 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
16937
16938         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16939         (gst_base_rtp_depayload_base_init),
16940         (gst_base_rtp_depayload_finalize):
16941         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16942         * gst-libs/gst/rtp/gstbasertppayload.h:
16943           The pad-template on the sinkpad should be set by the derived classes.
16944           Also added some useful macros.
16945
16946 2005-10-24  Wim Taymans  <wim@fluendo.com>
16947
16948         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16949         Correctly flush decoder samples even if we could not
16950         copy them to an output buffer. Fixes #319618.
16951
16952 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16953
16954         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
16955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
16956         the caps against our xcontext caps.
16957
16958 2005-10-24  Wim Taymans  <wim@fluendo.com>
16959
16960         * gst-libs/gst/audio/gstbaseaudiosink.c:
16961         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
16962         Remove g_print
16963         Use sync property from baseclass to disable sync.
16964
16965 2005-10-24  Wim Taymans  <wim@fluendo.com>
16966
16967         * gst-libs/gst/audio/gstbaseaudiosink.c:
16968         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
16969         Buffers with no timestamps get aligned with previous buffers or
16970         on underrun, played ASAP.
16971
16972 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16973
16974         * gst-libs/gst/video/video.h:
16975         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16976         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
16978         here comes my change on caps for framerate and geometry range.
16979         We are now accepting 1 to MAXINT for width and height, and from
16980         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
16981         to be blended correctly in videomixer.
16982
16983 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16984
16985         * configure.ac:
16986           back to HEAD
16987
16988 === release 0.9.4 ===
16989
16990 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16991
16992         * NEWS:
16993         * RELEASE:
16994         * configure.ac:
16995           releasing 0.9.4, "Velociraptor"
16996
16997 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16998
16999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
17000         * po/POTFILES.in:
17001           STOPPED -> FAILED
17002
17003 2005-10-21  Wim Taymans  <wim@fluendo.com>
17004
17005         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17006         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
17007         (pad_blocked), (close_pad_link), (new_pad):
17008         Don't try to remove elements twice.
17009
17010 2005-10-21  Wim Taymans  <wim@fluendo.com>
17011
17012         * ext/theora/theoradec.c: (theora_dec_src_query),
17013         (theora_dec_sink_event):
17014         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17015         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
17016         (vorbis_handle_data_packet):
17017         * ext/vorbis/vorbisdec.h:
17018         Fix old naming.
17019
17020         * gst-libs/gst/audio/gstbaseaudiosink.c:
17021         (gst_base_audio_sink_render):
17022         Don't try to sync on buffers without a timestamp.
17023
17024 2005-10-21  Wim Taymans  <wim@fluendo.com>
17025
17026         * ext/theora/theoradec.c: (theora_dec_src_query),
17027         (theora_dec_sink_event):
17028         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17029         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
17030         (vorbis_handle_data_packet):
17031         * ext/vorbis/vorbisdec.h:
17032         Fix old naming.
17033
17034 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
17035
17036         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
17037         (gst_vorbisenc_src_query):
17038           Implement position and duration queries.
17039
17040         * gst/playback/test3.c: (update_scale), (main):
17041           Fix for async state changes and print nicer output.
17042
17043 2005-10-20  Wim Taymans  <wim@fluendo.com>
17044
17045         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
17046         (dump_element_stats), (main):
17047         * gst/playback/test6.c: (main):
17048         Fix tests again
17049
17050 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
17053         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
17054           Don't use functions for position queries when handling
17055           duration queries.
17056
17057 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
17058
17059         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17060         (vorbis_handle_data_packet), (vorbis_dec_chain),
17061         (vorbis_dec_change_state):
17062         * ext/vorbis/vorbisdec.h:
17063           Vorbis streams can be embedded in other container formats
17064           than ogg, container formats where the demuxer might set 
17065           timestamps on encoded vorbis buffers instead of those silly 
17066           granulepos thingies. In short: make vorbisdec handle 
17067           timestamps on incoming buffers as well.
17068
17069 2005-10-20  Wim Taymans  <wim@fluendo.com>
17070
17071         * gst/playback/gstplaybasebin.c: (group_destroy),
17072         (gst_play_base_bin_change_state):
17073         Fix leak.
17074         Handle case where playbasebin is now ASYNC because
17075         decodebin is.
17076
17077 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
17078
17079         * gst/audioconvert/Makefile.am:
17080         * gst/audioconvert/bufferframesconvert.c:
17081         * gst/audioconvert/plugin.c: (plugin_init):
17082         * gst/audioconvert/plugin.h:
17083           And bye bye buffer-frames-convert
17084
17085 2005-10-19  Wim Taymans  <wim@fluendo.com>
17086
17087         * check/elements/audioconvert.c:
17088         * docs/libs/tmpl/gstaudio.sgml:
17089         * docs/libs/tmpl/gstcolorbalance.sgml:
17090         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17091         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
17092         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
17093         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
17094         * gst-libs/gst/audio/audio.h:
17095         * gst/audioconvert/audioconvert.h:
17096         * gst/audioconvert/gstaudioconvert.c:
17097         (gst_audio_convert_parse_caps):
17098         * gst/volume/gstvolume.c:
17099         Bye bye buffer-frames.
17100
17101 2005-10-19  Wim Taymans  <wim@fluendo.com>
17102
17103         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
17104         (query_positions_elems), (query_positions_pads), (update_scale),
17105         (do_seek), (set_update_scale), (message_received), (main):
17106         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
17107         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
17108         (gst_ogg_demux_loop):
17109         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17110         * ext/theora/theoradec.c: (theora_dec_src_query),
17111         (theora_dec_sink_event):
17112         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17113         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
17114         * gst/adder/gstadder.c: (gst_adder_query):
17115         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
17116         * gst/playback/test3.c: (update_scale):
17117         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
17118         (dump_element_stats), (main):
17119         * gst/playback/test6.c: (main):
17120         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
17121         Query API update.
17122
17123 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
17124
17125         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
17126         (xml_check_first_element), (xml_type_find), (smil_type_find),
17127         (plugin_init):
17128           Add typefinding for SMIL and for generic XML. Based on patch by
17129           Akos Maroy (#308663).
17130
17131 2005-10-18  Wim Taymans  <wim@fluendo.com>
17132
17133         * gst/playback/Makefile.am:
17134         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17135         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
17136         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
17137         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
17138         (gst_decode_bin_change_state):
17139         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17140         (gst_play_bin_send_event_to_sink):
17141         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
17142         (dump_element_stats), (main):
17143         * gst/playback/test6.c: (main):
17144         Make playbin async, it'll commit state to paused when all streams
17145         are detected.
17146         Remove ugly hack.
17147         Added test6.c to show async behaviour.
17148
17149 2005-10-18  Wim Taymans  <wim@fluendo.com>
17150
17151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
17152         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
17153         Fix for segment-start/stop API change.
17154
17155 2005-10-18  Wim Taymans  <wim@fluendo.com>
17156
17157         * check/Makefile.am:
17158         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
17159         (main):
17160         Add future test for clock selection.
17161
17162 2005-10-18  Wim Taymans  <wim@fluendo.com>
17163
17164         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
17165         (gst_alsasink_close):
17166         Set handle to NULL.
17167
17168         * gst-libs/gst/audio/gstringbuffer.c:
17169         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17170         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
17171         (gst_ring_buffer_start), (gst_ring_buffer_pause),
17172         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
17173         (gst_ring_buffer_read):
17174         More debug info.
17175
17176 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
17177
17178         * gst/audiotestsrc/Makefile.am:
17179         * gst/sine/Makefile.am:
17180         * gst/volume/Makefile.am:
17181           fix broken build of controllerized plugins
17182
17183 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17184
17185         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17186
17187         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17188         (gst_riff_create_video_template_caps):
17189           Add support for Indeo-3 (IV32).
17190
17191 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17192
17193         * configure.ac:
17194           rewrite
17195
17196 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17197
17198         * gst-libs/gst/video/video.c: (gst_video_get_size):
17199         * gst/audiotestsrc/gstaudiotestsrc.c:
17200           doc updates
17201
17202 2005-10-17  Andy Wingo  <wingo@pobox.com>
17203
17204         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
17205         with the collectpads change.
17206         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
17207
17208         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
17209
17210         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
17211
17212         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
17213         alloc_buffer flow return to callers.
17214         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
17215         change. Fix some memleaks in theoraenc.
17216
17217         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
17218         in strange circumstance.
17219
17220 2005-10-17  Julien MOUTTE  <julien@moutte.net>
17221
17222         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17223         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
17224         from caps, let's use the caps...
17225
17226 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17227
17228         * configure.ac:
17229           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
17230
17231 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17232
17233         * gst-libs/gst/interfaces/Makefile.am:
17234           fix silly typo
17235
17236 2005-10-16  Andy Wingo  <wingo@pobox.com>
17237
17238         * gst/playback/gstdecodebin.c
17239         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
17240         function!
17241         (try_to_link_1): Increase kraziness level.
17242
17243 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17244
17245         * configure.ac:
17246           restructure like the core one
17247         * gst-libs/gst/audio/Makefile.am:
17248         * gst-libs/gst/interfaces/Makefile.am:
17249         * gst-libs/gst/net/Makefile.am:
17250         * gst-libs/gst/riff/Makefile.am:
17251         * gst-libs/gst/rtp/Makefile.am:
17252         * gst-libs/gst/tag/Makefile.am:
17253         * gst-libs/gst/video/Makefile.am:
17254           use correct linker flags, now the libs are properly versioned
17255         * check/elements/audioconvert.c: (verify_convert):
17256         * ext/alsa/gstalsaplugin.c:
17257         * ext/cdparanoia/gstcdparanoia.c:
17258         * ext/gnomevfs/gstgnomevfs.c:
17259         * ext/libvisual/visual.c:
17260         * ext/ogg/gstogg.c:
17261         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
17262         * ext/theora/theora.c:
17263         * ext/vorbis/vorbis.c:
17264         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17265         * gst-libs/gst/tag/gsttagediting.c:
17266         * gst-libs/gst/video/video.c:
17267         * gst/adder/gstadder.c:
17268         * gst/audioconvert/plugin.c:
17269         * gst/audiorate/gstaudiorate.c:
17270         * gst/audioresample/gstaudioresample.c:
17271         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17272         * gst/audioscale/gstaudioscale.c:
17273         * gst/audioscale/resample.c:
17274         * gst/audiotestsrc/gstaudiotestsrc.c:
17275         * gst/ffmpegcolorspace/gstffmpeg.c:
17276         * gst/playback/gstdecodebin.c: (close_pad_link):
17277         * gst/playback/gstplaybin.c: (gen_video_element),
17278         (gen_audio_element):
17279         * gst/sine/gstsinesrc.c:
17280         * gst/subparse/gstsubparse.c:
17281         * gst/tags/gsttagediting.c:
17282         * gst/tcp/gsttcpplugin.c:
17283         * gst/typefind/gsttypefindfunctions.c:
17284         * gst/videorate/gstvideorate.c:
17285         * gst/videoscale/gstvideoscale.c:
17286         * gst/videotestsrc/gstvideotestsrc.c:
17287         * gst/volume/gstvolume.c:
17288         * sys/v4l/gstv4l.c:
17289         * sys/ximage/ximage.c:
17290         * sys/xvimage/xvimagesink.c:
17291           fix up defines
17292
17293 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
17294
17295         * ext/vorbis/vorbisenc.c:
17296         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17297         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
17298         (gst_tag_to_vorbis_comments):
17299           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
17300
17301 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
17302
17303         * examples/stats/mp2ogg.c:
17304         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17305           typo fixes
17306
17307 2005-10-13  Michael Smith <msmith@fluendo.com>
17308
17309         * ext/ogg/gstoggmux.c:
17310           Use magic glib macros to define constants as 64 bit, to ensure
17311           appropriate vararg passing.
17312
17313 2005-10-13  Michael Smith <msmith@fluendo.com>
17314
17315         * ext/ogg/gstoggmux.c:
17316         * gst/audioconvert/audioconvert.c: (float):
17317           Don't use LL suffix, as it's not portable, and neither of these
17318           uses required it anyway.
17319
17320 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
17321
17322         * examples/indexing/indexmpeg.c: (main):
17323         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
17324         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
17325         (cdparanoia_convert), (cdparanoia_query):
17326         * ext/cdparanoia/gstcdparanoia.h:
17327         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
17328         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
17329         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
17330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
17331         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
17332         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
17333         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
17334         (gst_multifdsink_render), (gst_multifdsink_start),
17335         (gst_multifdsink_stop):
17336         * gst/tcp/gstmultifdsink.h:
17337         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
17338         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17339         (gst_tcpclientsink_stop):
17340         * gst/tcp/gsttcpclientsink.h:
17341         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17342         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
17343         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
17344         * gst/tcp/gsttcpclientsrc.h:
17345         * gst/tcp/gsttcpserversink.h:
17346         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
17347         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17348         (gst_tcpserversrc_stop):
17349         * gst/tcp/gsttcpserversrc.h:
17350         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
17351         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
17352         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
17353           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
17354           moved bitshift from macro to enum definition
17355
17356 2005-10-12  Wim Taymans  <wim@fluendo.com>
17357
17358         * examples/seeking/Makefile.am:
17359         Oops.
17360
17361 2005-10-12  Wim Taymans  <wim@fluendo.com>
17362
17363         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
17364         (gst_ring_buffer_read), (gst_ring_buffer_clear):
17365         Don't assert on normal stuff.
17366
17367         * gst/playback/gstplaybin.c: (do_playbin_seek):
17368         API fix.
17369
17370 2005-10-12  Wim Taymans  <wim@fluendo.com>
17371
17372         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17373         * examples/seeking/Makefile.am:
17374         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
17375         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
17376         (do_seek), (set_update_scale), (message_received), (main):
17377         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
17378         (gst_ring_buffer_read), (gst_ring_buffer_clear):
17379         Update for _get_state() API change.
17380
17381 2005-10-11  Wim Taymans  <wim@fluendo.com>
17382
17383         * gst-libs/gst/audio/gstbaseaudiosink.c:
17384         (gst_base_audio_sink_render):
17385         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17386         (gst_base_audio_src_create):
17387         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
17388         (gst_ring_buffer_read):
17389         Cleanups.
17390         Commit and read from ringbuffer in samples rather than bytes.
17391
17392 2005-10-11  Wim Taymans  <wim@fluendo.com>
17393
17394         * gst-libs/gst/audio/gstbaseaudiosink.c:
17395         (gst_base_audio_sink_render):
17396         Respect segment rate and accum when scheduling samples.
17397
17398 2005-10-11  Julien MOUTTE  <julien@moutte.net>
17399
17400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
17401         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
17402         EOS correctly, that needs more work.
17403
17404 2005-10-11  Wim Taymans  <wim@fluendo.com>
17405
17406         * check/generic/states.c: (GST_START_TEST):
17407         remove old property.
17408
17409         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17410         (gst_ogg_demux_perform_seek):
17411         * ext/theora/theoradec.c: (theora_dec_sink_event):
17412         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17413         (vorbis_handle_data_packet):
17414         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17415         (gst_base_rtp_depayload_set_gst_timestamp):
17416         * gst/videorate/gstvideorate.c: (gst_videorate_event):
17417         Update for newsegment API change.
17418
17419 2005-10-11  Michael Smith <msmith@fluendo.com>
17420
17421         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
17422         (do_playbin_seek), (gst_play_bin_send_event):
17423           Override send_event differently, so that we can takes bits of
17424           functionality from GstPipeline (special handling for seeks,
17425           including pausing/resuming, and resetting stream time) and still get
17426           the appropriate behaviour of only forwarding event to a single sink,
17427           rather than all of them.
17428           Unfortunately requires a lot of code duplication, but the
17429           alternatives are equally ugly in the end.
17430
17431 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17432
17433         * check/elements/audioconvert.c: (setup_audioconvert),
17434         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17435         (GST_START_TEST), (audioconvert_suite):
17436           clean up tests a little, fix some leaks.
17437
17438 2005-10-10  Wim Taymans  <wim@fluendo.com>
17439
17440         * ext/alsa/gstalsasink.c:
17441         Also allow unsigned int.
17442
17443         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17444         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
17445         Small cleanup
17446
17447 2005-10-10  Wim Taymans  <wim@fluendo.com>
17448
17449         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17450         Small update, use API as stated in design docs.
17451
17452         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
17453         (update_scale), (do_seek), (seek_cb), (set_update_scale),
17454         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
17455         (message_received), (main):
17456         Updated seek example for GOption. Some usability improvements.
17457
17458 2005-10-10  Wim Taymans  <wim@fluendo.com>
17459
17460         * gst/audioconvert/audioconvert.h:
17461         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17462         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
17463         Alloc temp storage somewhere else where we can do it more
17464         portable.
17465
17466 2005-10-10  Wim Taymans  <wim@fluendo.com>
17467
17468         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
17469         (gst_tcpserversrc_start):
17470         Don't block in accept while doing the state change, move
17471         to poll and make cancellable.
17472
17473 2005-10-09  Philippe Khalaf <burger@speedy.org>
17474
17475         * gst-libs/gst/rtp/rtpbasedepayload.c:
17476         Set timestamp and add queue delay to timestamp
17477         * gst-libs/gst/rtp/rtpbuffer.h:
17478         Set correct payload type for h263
17479
17480 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
17481
17482         * gst/audiotestsrc/gstaudiotestsrc.c:
17483         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
17484         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
17485         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
17486         (gst_audiotestsrc_create_triangle),
17487         (gst_audiotestsrc_create_silence),
17488         (gst_audiotestsrc_create_white_noise),
17489         (gst_audiotestsrc_init_pink_noise),
17490         (gst_audiotestsrc_generate_pink_noise_value),
17491         (gst_audiotestsrc_create_pink_noise),
17492         (gst_audiotestsrc_change_wave):
17493         * gst/audiotestsrc/gstaudiotestsrc.h:
17494           fixed typo, added pink noise
17495
17496 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
17497
17498         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
17499         (plugin_init):
17500           Add wavpack and spc typefind functions from 0.8 branch.
17501
17502 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
17503
17504         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
17505         (ar_type_find), (msdos_type_find), (plugin_init):
17506           Add typefind functions for tar archives, ar archives,
17507           RAR archives, and msdos-executables (dlls, exe, etc.).
17508           Some of those would be wrongly identified as mpeg
17509           streams of some sort before (#315550).
17510
17511 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
17512
17513         * configure.ac:
17514         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17515         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17516         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
17517         * gst/audiotestsrc/Makefile.am:
17518         * gst/audiotestsrc/gstaudiotestsrc.c:
17519         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
17520         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
17521         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
17522         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
17523         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
17524         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
17525         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
17526         (gst_audiotestsrc_create_silence),
17527         (gst_audiotestsrc_create_white_noise),
17528         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
17529         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
17530         (gst_audiotestsrc_start), (plugin_init):
17531         * gst/audiotestsrc/gstaudiotestsrc.h:
17532           add new plugin and element
17533         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
17534           use gobject_class
17535
17536 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
17537
17538         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
17539         (gst_adder_init), (gst_adder_request_new_pad),
17540         (gst_adder_change_state):
17541           Add query function to source pad, so adder reports the correct
17542           time/sample position when queried (#315457); fix state change
17543           function; use GST_DEBUG_FUNCPTR() for pad functions.
17544
17545 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17546
17547         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
17548           Fix leaks in typefind registration
17549           Clean up the gratuitous commenting and whitespacing a little
17550
17551 2005-10-08  Wim Taymans  <wim@fluendo.com>
17552
17553         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
17554         Only actually wait for the thread to be stopped if it's 
17555         running.
17556
17557 2005-10-08  Wim Taymans  <wim@fluendo.com>
17558
17559         * gst-libs/gst/audio/gstbaseaudiosink.c:
17560         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17561         If we receive EOS we can start playback of what we had.
17562
17563 2005-10-08  Wim Taymans  <wim@fluendo.com>
17564
17565         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17566         (gst_multifdsink_finalize), (multifdsink_hash_remove),
17567         (gst_multifdsink_stop):
17568         Fix crasher when going to NULL multiple times.
17569
17570 2005-10-06  Wim Taymans  <wim@fluendo.com>
17571
17572         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
17573         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
17574         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17575         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
17576         patch from Edgard Lima <edgard.lima@indt.org.br>
17577         Fixed gstbaseaudiosrc adding ring buffer sync to it.
17578
17579 2005-10-06  Wim Taymans  <wim@fluendo.com>
17580
17581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
17582         Report the FLOW_RETURN as string in the error message.
17583
17584         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
17585         Don't assert when clearing an unnegotiated buffer.
17586
17587 2005-10-04  Michael Smith <msmith@fluendo.com>
17588
17589         * gst/playback/gstplaybasebin.c: (group_destroy),
17590         (gen_preroll_element), (remove_groups), (setup_source):
17591         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
17592         (setup_sinks), (gst_play_bin_send_event),
17593         (gst_play_bin_change_state):
17594           Set state to NULL before removing from bin. Fix refcounting.
17595
17596 2005-10-04  Michael Smith <msmith@fluendo.com>
17597
17598         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
17599           Correct refcounting in send_event() function. Previously was wrong
17600           if the first sink was unable to handle the event.
17601
17602 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17603
17604         * configure.ac:
17605           back to development
17606
17607 === release 0.9.3 ===
17608
17609 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17610
17611         * configure.ac:
17612           Releasing 0.9.3, "De Facto"
17613
17614 2005-10-03  Andy Wingo  <wingo@pobox.com>
17615
17616         * gst/playback/gstdecodebin.c (try_to_link_1)
17617         (remove_element_chain): set element to NULL before removing it.
17618
17619 2005-10-02  Johan Dahlin  <johan@gnome.org>
17620
17621         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
17622         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
17623         MT safe.
17624
17625 2005-10-02  Andy Wingo  <wingo@pobox.com>
17626
17627         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
17628         (gst_ring_buffer_prepare_read): 
17629         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
17630         Demote to LOG.
17631
17632 2005-09-29  Wim Taymans  <wim@fluendo.com>
17633
17634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
17635         * ext/theora/theoradec.c: (theora_handle_data_packet):
17636         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17637         Propagate error codes from alloc_buffer too.
17638
17639 2005-09-29  Wim Taymans  <wim@fluendo.com>
17640
17641         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17642         We use fixed caps.
17643
17644         * gst/playback/Makefile.am:
17645         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
17646         (dump_element_stats), (main):
17647         Added example stream introspection code.
17648
17649 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
17650
17651         * gst/adder/gstadder.c: (gst_adder_collected):
17652           fix adder for float elements
17653
17654 2005-09-28  Wim Taymans  <wim@fluendo.com>
17655
17656         * gst-libs/gst/audio/gstbaseaudiosink.c:
17657         (gst_base_audio_sink_class_init),
17658         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
17659         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17660         (gst_base_audio_src_class_init),
17661         (gst_base_audio_src_provide_clock):
17662         get_clock -> provide_clock
17663
17664 2005-09-28  Andy Wingo  <wingo@pobox.com>
17665
17666         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
17667         and unlocking.
17668
17669         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
17670         unlocking.
17671
17672         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
17673         Actually add the pad template.
17674         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
17675
17676         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
17677         I'm at it...
17678
17679         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
17680         from fdsrc. Get caps in create() instead of start() so it can be
17681         interrupted. Interruption somewhat untested.
17682
17683         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
17684         Proper EOS handling.
17685
17686 2005-09-27  Andy Wingo  <wingo@pobox.com>
17687
17688         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
17689
17690         * gst/tcp/gsttcpserversrc.c: Cleaned up.
17691
17692         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
17693
17694         * gst/tcp/gsttcp.h: 
17695         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
17696         out of tcpclientsrc.c. Cancellable.
17697         (gst_tcp_socket_read): Made private, cancellable, with better
17698         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
17699         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
17700         whole buffer, and better diagnostics.
17701         (gst_tcp_gdp_read_caps): Same.
17702
17703         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
17704
17705 2005-09-26  Andy Wingo  <wingo@pobox.com>
17706
17707         * gst/sine/gstsinesrc.h:
17708         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
17709         change the 'sync' property to 'is-live' and implement it halfway,
17710         update for controller api change.
17711
17712         * gst/volume/gstvolume.c (volume_transform_ip): Update for
17713         controller api change.
17714
17715 2005-09-24  Wim Taymans  <wim@fluendo.com>
17716
17717         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
17718         * gst-libs/gst/audio/gstaudiosink.c:
17719         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17720         (gst_audioringbuffer_stop):
17721         * gst-libs/gst/audio/gstbaseaudiosink.c:
17722         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
17723         (gst_base_audio_sink_change_state):
17724         * gst-libs/gst/audio/gstbaseaudiosink.h:
17725         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
17726         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17727         (gst_ring_buffer_commit), (gst_ring_buffer_read):
17728         * gst-libs/gst/audio/gstringbuffer.h:
17729         Fix sync again. Moved sample alignment to basesink.
17730
17731 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17732
17733         * docs/plugins/Makefile.am:
17734         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17735         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17736         * gst/volume/gstvolume.c:
17737           add/fix docs
17738         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
17739         * gst-libs/gst/audio/audio.h:
17740           add conversion macros for frames <-> clocktime
17741
17742 2005-09-23  David Schleef  <ds@schleef.org>
17743
17744         * gst/audioresample/Makefile.am:
17745         * gst/audioresample/debug.h:
17746         * gst/audioresample/gstaudioresample.c:
17747         * gst/audioresample/resample.c: Convert to using gst debugging
17748
17749 2005-09-22  Wim Taymans  <wim@fluendo.com>
17750
17751         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17752         (gst_play_bin_send_event):
17753         Only seek on one sink, the first one that succeeds.
17754
17755 2005-09-22  Michael Smith <msmith@fluendo.com>
17756
17757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
17758         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
17759         Don't flush encoder state unless we have an initialised encoder.
17760         Clear out encoder state on PAUSED_TO_READY.
17761
17762 2005-09-22  Wim Taymans  <wim@fluendo.com>
17763
17764         * gst-libs/gst/rtp/gstbasertppayload.c:
17765         (gst_basertppayload_class_init), (gst_basertppayload_init),
17766         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17767         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17768         (gst_basertppayload_is_filled), (gst_basertppayload_push),
17769         (gst_basertppayload_set_property),
17770         (gst_basertppayload_get_property),
17771         (gst_basertppayload_change_state):
17772         * gst-libs/gst/rtp/gstbasertppayload.h:
17773         Added max-ptime to control amount of data in the rtp packets.
17774
17775 2005-09-21  Andy Wingo  <wingo@pobox.com>
17776
17777         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
17778         thingies.
17779
17780         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
17781         can be called multiple times, dogs.
17782
17783 2005-09-21  Wim Taymans  <wim@fluendo.com>
17784
17785         * gst-libs/gst/rtp/gstbasertppayload.c:
17786         (gst_basertppayload_class_init), (gst_basertppayload_init),
17787         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17788         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17789         (gst_basertppayload_push), (gst_basertppayload_get_property),
17790         (gst_basertppayload_change_state):
17791         Allow 0 ssrc too.
17792
17793 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
17794
17795         * docs/libs/compiling.sgml:
17796           fixing typos
17797
17798 2005-09-20  Wim Taymans  <wim@fluendo.com>
17799
17800         * gst-libs/gst/rtp/gstbasertppayload.c:
17801         (gst_basertppayload_class_init), (gst_basertppayload_init),
17802         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17803         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17804         (gst_basertppayload_push), (gst_basertppayload_set_property),
17805         (gst_basertppayload_get_property),
17806         (gst_basertppayload_change_state):
17807         * gst-libs/gst/rtp/gstbasertppayload.h:
17808         Added property to configure sequence number offsets.
17809
17810 2005-09-20  Wim Taymans  <wim@fluendo.com>
17811
17812         * gst-libs/gst/rtp/gstbasertppayload.c:
17813         (gst_basertppayload_class_init), (gst_basertppayload_init),
17814         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17815         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17816         (gst_basertppayload_push), (gst_basertppayload_set_property),
17817         (gst_basertppayload_get_property),
17818         (gst_basertppayload_change_state):
17819         * gst-libs/gst/rtp/gstbasertppayload.h:
17820         Make timestamp offset configurable.
17821
17822 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17823
17824         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17825           fix wrong pop/unref
17826
17827 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
17828
17829         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17830
17831         * gst-libs/gst/interfaces/propertyprobe.c:
17832         (gst_property_probe_probe_property_name),
17833         (gst_property_probe_needs_probe_name),
17834         (gst_property_probe_get_values_name),
17835         (gst_property_probe_probe_and_get_values_name):
17836           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
17837           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
17838
17839 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17840
17841         * check/Makefile.am:
17842           have some tests be disabled for valgrinding
17843         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
17844         (GST_START_TEST):
17845         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
17846           Fix A Leak.  Chain To Parent Finalize.
17847
17848 2005-09-19  Wim Taymans  <wim@fluendo.com>
17849
17850         * examples/seeking/seek.c: (make_wav_pipeline), (main):
17851         Fixed wav pipeline.
17852
17853 2005-09-19  Wim Taymans  <wim@fluendo.com>
17854
17855         * gst-libs/gst/rtp/gstbasertppayload.c:
17856         (gst_basertppayload_class_init), (gst_basertppayload_init),
17857         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17858         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17859         (gst_basertppayload_push), (gst_basertppayload_get_property),
17860         (gst_basertppayload_change_state):
17861         Posting ERROR and WARNING messages is good.
17862
17863 2005-09-19  Wim Taymans  <wim@fluendo.com>
17864
17865         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17866         (gst_base_rtp_depayload_add_to_queue),
17867         (gst_base_rtp_depayload_push),
17868         (gst_base_rtp_depayload_set_gst_timestamp),
17869         (gst_base_rtp_depayload_queue_release):
17870         This one was not supposed to go in.
17871
17872 2005-09-19  Wim Taymans  <wim@fluendo.com>
17873
17874         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17875         Fix for bus API.
17876
17877         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17878         (gst_base_rtp_depayload_chain),
17879         (gst_base_rtp_depayload_add_to_queue),
17880         (gst_base_rtp_depayload_push),
17881         (gst_base_rtp_depayload_set_gst_timestamp),
17882         (gst_base_rtp_depayload_queue_release):
17883         Some cleanups.
17884
17885         * gst-libs/gst/rtp/gstbasertppayload.c:
17886         (gst_basertppayload_class_init), (gst_basertppayload_init),
17887         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
17888         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
17889         (gst_basertppayload_get_property),
17890         (gst_basertppayload_change_state):
17891         Added debugging category.
17892
17893 2005-09-18  David Schleef  <ds@schleef.org>
17894
17895         * gst/playback/gstdecodebin.c: free plugin list correctly
17896         * gst/playback/gstplaybin.c: emit warning if autovideosink
17897           and autoaudiosink can't be found (instead of segfaulting)
17898
17899 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17900
17901         * check/elements/audioconvert.c: (GST_START_TEST):
17902           try out 24 bit conversion
17903
17904 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17905
17906         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17907         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
17908         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
17909         * ext/vorbis/vorbisenc.h:
17910           Fix EOS handling.  Still needs a fix in the ogg muxer to
17911           mark the last page as eos.
17912
17913 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17914
17915         * common/gtk-doc-plugins.mak:
17916         * docs/plugins/Makefile.am:
17917         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17918         * gst/ffmpegcolorspace/Makefile.am:
17919         * gst/ffmpegcolorspace/avcodec.h:
17920         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17921         * gst/tcp/gstmultifdsink.c:
17922           fix up ffmpegcolorspace docs; extract header
17923
17924 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17925
17926         * common/gtk-doc-plugins.mak:
17927         * docs/plugins/Makefile.am:
17928         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17929         * ext/theora/Makefile.am:
17930         * ext/theora/gsttheoraenc.h:
17931         * ext/theora/theoraenc.c:
17932         * ext/vorbis/vorbisenc.c:
17933           pick up signals and args for vorbis; add some docs for vorbis
17934
17935 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17936
17937         * common/gstdoc-scangobj:
17938         * common/gtk-doc-plugins.mak:
17939         * docs/libs/Makefile.am:
17940         * docs/plugins/gst-plugins-base-plugins.args:
17941         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17942         * docs/plugins/gst-plugins-base-plugins.interfaces:
17943         * docs/plugins/gst-plugins-base-plugins.prerequisites:
17944         * docs/plugins/gst-plugins-base-plugins.signals:
17945           only scanobj stuff from our source module.  Not sure yet
17946           if that's correct, given the hierarchy stuff :)
17947
17948 2005-09-15  Wim Taymans  <wim@fluendo.com>
17949
17950         * gst/audioconvert/gstaudioconvert.c:
17951         And enable 24 bits mode as well..
17952
17953 2005-09-15  Wim Taymans  <wim@fluendo.com>
17954
17955         * gst-libs/gst/rtp/Makefile.am:
17956         * gst-libs/gst/rtp/gstbasertppayload.c:
17957         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
17958         (gst_basertppayload_class_init), (gst_basertppayload_init),
17959         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
17960         (gst_basertppayload_chain), (gst_basertppayload_set_options),
17961         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
17962         (gst_basertppayload_set_property),
17963         (gst_basertppayload_get_property),
17964         (gst_basertppayload_change_state):
17965         * gst-libs/gst/rtp/gstbasertppayload.h:
17966         Added rtp payloader base class.
17967
17968 2005-09-15  Andy Wingo  <wingo@pobox.com>
17969
17970         * configure.ac (plugindir): Remove the EOL matcher from the
17971         regexp, as it causes me problems. Libtool? Make? Who knows?
17972
17973 2005-09-14  David Schleef  <ds@schleef.org>
17974
17975         * check/generic/states.c: 
17976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
17977         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17978           Fixes for changes in registry API.
17979
17980         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
17981           to GST_PLUGIN_LDFLAGS.
17982         * ext/libvisual/visual.c: Make the library shut up.
17983         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
17984         * gst-libs/gst/audio/gstaudiofilter.c: same
17985
17986 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17987
17988         * docs/plugins/Makefile.am:
17989         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17990         * docs/plugins/inspect/plugin-libvisual.xml:
17991         * docs/plugins/tmpl/element-tcpserversink.sgml:
17992         * ext/theora/theoraenc.c:
17993           add libvisual plugin and theoraenc element to docs
17994
17995 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17996
17997         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17998         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17999         * ext/theora/theoraenc.c:
18000           add theoraenc
18001
18002 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
18003
18004         * gst/audioconvert/Makefile.am:
18005           Audioconvert derives from GstBaseTransform and should
18006           link to the library with our base elements to avoid
18007           unresolved symbols. Makes things work with MinGW (#316160)
18008
18009         * gst/playback/test4.c: (main):
18010           Fix MinGW build problem and use g_usleep() instead of 
18011           sleep() (#316162)
18012
18013 2005-09-12  Wim Taymans  <wim@fluendo.com>
18014
18015         * gst/audioconvert/audioconvert.c: (float),
18016         (audio_convert_prepare_context), (audio_convert_convert):
18017         * gst/audioconvert/audioconvert.h:
18018         Cleanups, speedups, simplifications, added back support
18019         for 24 bits.
18020
18021 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18022
18023         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18024         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18025         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
18026         * docs/plugins/tmpl/element-tcpserversink.sgml:
18027         * gst/ffmpegcolorspace/gstffmpeg.c:
18028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18029         * gst/videotestsrc/gstvideotestsrc.c:
18030         * gst/volume/gstvolume.c:
18031           add more elements to the docs
18032
18033 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
18034
18035         * check/Makefile.am:
18036         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
18037         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
18038           Add extra tests for basetransform based components. 
18039           Comment out the test_element_negotiation test until we decide
18040           if it's testing correct behaviour.
18041         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
18042         (gst_visual_chain), (gst_visual_change_state):
18043           Slightly more correct but still bogus timestamping.
18044           Fix state change function.
18045         * gst/audioconvert/gstaudioconvert.c:
18046         (gst_audio_convert_class_init):
18047         * gst/audioresample/gstaudioresample.c:
18048         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18049         (gst_ffmpegcsp_class_init):
18050         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
18051         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
18052         (gst_videoscale_prepare_image):
18053         * gst/volume/gstvolume.c: (gst_volume_class_init),
18054         (volume_transform_ip):
18055           Basetransform updates. Enable passthrough modes.
18056         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
18057         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
18058         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
18059           Negotiation fix that allows the window to return to the original
18060           size and renegotiate passthrough upstream. Extra debug output.
18061
18062 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18063
18064         * gst/sine/gstsinesrc.c:
18065         * gst/volume/gstvolume.c:
18066           fix up header include
18067
18068 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
18069
18070         * gst-libs/gst/audio/gstbaseaudiosink.c:
18071         (gst_base_audio_sink_render):
18072         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
18073         * gst/volume/gstvolume.c: (gst_volume_class_init),
18074         (volume_transform):
18075           fixing lost sync, some more debugging
18076
18077 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
18078
18079         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
18080         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
18081         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
18082         (gst_xvimagesink_check_xshm_calls):
18083           Fix compilation when XShm is not available.
18084
18085 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
18086
18087         * ext/libvisual/visual.c: (gst_visual_dispose),
18088         (gst_visual_getcaps), (gst_visual_src_setcaps),
18089         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
18090         (gst_visual_change_state):
18091           Finish fixing up libvisual plugin so that it runs. 
18092
18093 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
18094
18095         * ext/vorbis/vorbisenc.c:
18096         * gst-libs/gst/tag/gstvorbistag.c:
18097           gsttaginterface.h -> gsttagsetter.h
18098
18099 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
18100
18101         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
18102           added another test that failes for me (test is not active by default)
18103
18104 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18105
18106         * configure.ac:
18107           v4l2 is no longer in gst-plugins-base
18108
18109 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
18110
18111         * configure.ac:
18112           In the output at the end, don't show the first plugin on the same
18113           line as "Core plug-ins, always built:".
18114           Indent the output as for other plugin categories
18115         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
18116           #define that can be used to not use peer buffer_alloc functions for
18117           test purposes.
18118         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
18119         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
18120         (gst_ximagesink_show_frame):
18121         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
18122         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
18123         (gst_xvimagesink_show_frame):
18124           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
18125           fails gracefully instead of XError aborting or deadlocking.
18126
18127 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
18128
18129         * ext/libvisual/Makefile.am:
18130           link against gst-base-libs
18131
18132 2005-09-06  David Schleef  <ds@schleef.org>
18133
18134         * configure.ac: Enable libvisual plugin.
18135         * ext/libvisual/Makefile.am:
18136         * ext/libvisual/visual.c: Fixes to make it compile.
18137
18138 === release 0.9.2 ===
18139
18140 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18141
18142         * NEWS:
18143         * RELEASE:
18144         * configure.ac:
18145         * docs/random/ChangeLog-0.8:
18146           releasing 0.9.2, "Spoon"
18147
18148 2005-09-05  Michael Smith <msmith@fluendo.com>
18149
18150         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
18151           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
18152           that in the vorbisenc element.
18153
18154 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18155
18156         * common/gtk-doc-plugins.mak:
18157         * docs/plugins/Makefile.am:
18158           fix distcheck
18159         * gst/audioresample/resample.c:
18160           fix wrong docstring
18161
18162 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18163
18164         * common/gst-xmlinspect.py:
18165         * common/gtk-doc-plugins.mak:
18166           only inspect plugins for this given package
18167           require gst-python 0.9
18168
18169 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18170
18171         * Makefile.am:
18172         * autogen.sh:
18173         * common/gst-xmlinspect.py:
18174         * configure.ac:
18175         * docs/Makefile.am:
18176         * docs/plugins/inspect/plugin-alsa.xml:
18177         * docs/plugins/inspect/plugin-audioresample.xml:
18178         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
18179         * docs/plugins/inspect/plugin-ogg.xml:
18180         * docs/plugins/tmpl/element-gnomevfssink.sgml:
18181         * docs/plugins/tmpl/element-multifdsink.sgml:
18182         * docs/plugins/tmpl/element-tcpserversink.sgml:
18183         * docs/plugins/tmpl/element-vorbisenc.sgml:
18184         * gst-plugins-base.spec.in:
18185           various doc-related updates
18186
18187 2005-08-31  Wim Taymans  <wim@fluendo.com>
18188
18189         * gst-libs/gst/audio/gstbaseaudiosink.c:
18190         (gst_base_audio_sink_render):
18191         Resync if the buffer timestamps drift more than a 10th 
18192         of a second.
18193
18194 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
18195
18196         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
18197         (gst_v4lsrc_get_property):
18198           The 'timestamp-offset' property is registered as an int64, so
18199           let's use g_value_{set|get}_int64() in our setter and getter
18200           functions (makes it work and fixes warnings with gst-inspect).
18201
18202 2005-08-30  Wim Taymans  <wim@fluendo.com>
18203
18204         * check/elements/audioconvert.c: (setup_audioconvert):
18205         * check/elements/audioresample.c: (setup_audioresample):
18206         * check/elements/volume.c: (setup_volume):
18207         Fix checks.
18208
18209 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18210
18211         * common/gtk-doc-plugins.mak:
18212         * common/plugins.xsl:
18213         * docs/plugins/Makefile.am:
18214           make module a param
18215
18216 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
18217
18218         * examples/seeking/seek.c: (make_mp3_pipeline),
18219         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
18220         (play_cb), (pause_cb), (stop_cb):
18221           update the example
18222
18223 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
18224
18225         * gst/volume/gstvolume.c: (gst_volume_class_init),
18226         (volume_transform):
18227           do not update controlled params, if buffer has no timestamp
18228
18229 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
18230
18231         * configure.ac:
18232         * gst/sine/Makefile.am:
18233         * gst/volume/Makefile.am:
18234           controllerized elements also need to link against controller-libs ;)
18235
18236 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
18237
18238         * docs/libs/tmpl/gstcolorbalance.sgml:
18239         * docs/libs/tmpl/gstgconf.sgml:
18240         * docs/libs/tmpl/gstmixer.sgml:
18241         * docs/libs/tmpl/gstringbuffer.sgml:
18242         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18243         (gst_sinesrc_create):
18244         * gst/volume/gstvolume.c: (gst_volume_class_init),
18245         (volume_transform):
18246           controllerized two audio plugins
18247
18248 2005-08-29  Andy Wingo  <wingo@pobox.com>
18249
18250         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
18251         (vorbis_handle_data_packet): Fix some int overflow errors.
18252
18253         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
18254         -1.
18255         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
18256         valid.
18257         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
18258         if it's valid. Fixed streaming-mode playback.
18259
18260         * check/elements/volume.c (cleanup_volume): Fix for running
18261         CK_FORK=no.
18262
18263         * check/elements/audioconvert.c: Convert from native endian, not
18264         little endian.
18265
18266 2005-08-29  Michael Smith <msmith@fluendo.com>
18267
18268         * ext/ogg/Makefile.am:
18269         * ext/ogg/gstogg.c: (plugin_init):
18270         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
18271         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
18272         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
18273         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
18274         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
18275         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
18276         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
18277         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
18278         Add an ogg parser element.
18279
18280 2005-08-28  Andy Wingo  <wingo@pobox.com>
18281
18282         * Updates for two-arg init from GST_BOILERPLATE_FULL.
18283
18284 2005-08-26  Wim Taymans  <wim@fluendo.com>
18285
18286         * gst/audioconvert/audioconvert.c: (if), (float),
18287         (audio_convert_get_func_index), (check_default),
18288         (audio_convert_clean_fmt), (audio_convert_prepare_context),
18289         (audio_convert_clean_context), (audio_convert_get_sizes),
18290         (audio_convert_convert):
18291         Cleanups.
18292
18293 2005-08-26  Wim Taymans  <wim@fluendo.com>
18294
18295         * gst/audioconvert/audioconvert.c: (if), (float),
18296         (audio_convert_get_func_index), (check_default),
18297         (audio_convert_clean_fmt), (audio_convert_prepare_context),
18298         (audio_convert_clean_context), (audio_convert_get_sizes),
18299         (audio_convert_convert):
18300         More elegant and working temp buffer selection algo.
18301
18302 2005-08-26  Wim Taymans  <wim@fluendo.com>
18303
18304         * gst/audioconvert/audioconvert.c: (if), (float),
18305         (audio_convert_get_func_index), (check_default),
18306         (audio_convert_clean_fmt), (audio_convert_prepare_context),
18307         (audio_convert_clean_context), (audio_convert_get_sizes),
18308         (get_temp_buffer), (audio_convert_convert):
18309         Use realloc else we lose our original data.
18310
18311 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18312
18313         * gst/audioresample/gstaudioresample.c:
18314           use base class' newsegment to properly timestamp
18315
18316 2005-08-26  Wim Taymans  <wim@fluendo.com>
18317
18318         * gst/audioconvert/audioconvert.c: (if), (float),
18319         (audio_convert_get_func_index), (check_default),
18320         (audio_convert_clean_fmt), (audio_convert_prepare_context),
18321         (audio_convert_clean_context), (audio_convert_get_sizes),
18322         (get_temp_buffer), (audio_convert_convert):
18323         * gst/audioconvert/gstaudioconvert.c:
18324         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
18325         (gst_audio_convert_transform_caps),
18326         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
18327         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
18328         Oops, allocate enough space to perform the channel mix.
18329
18330 2005-08-26  Wim Taymans  <wim@fluendo.com>
18331
18332         * gst/audioconvert/Makefile.am:
18333         * gst/audioconvert/audioconvert.c: (if), (float),
18334         (audio_convert_get_func_index), (check_default),
18335         (audio_convert_clean_fmt), (audio_convert_prepare_context),
18336         (audio_convert_clean_context), (audio_convert_get_sizes),
18337         (get_temp_buffer), (audio_convert_convert):
18338         * gst/audioconvert/audioconvert.h:
18339         * gst/audioconvert/gstaudioconvert.c:
18340         (gst_audio_convert_class_init), (gst_audio_convert_init),
18341         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
18342         (gst_audio_convert_get_unit_size),
18343         (gst_audio_convert_transform_caps),
18344         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
18345         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
18346         * gst/audioconvert/gstaudioconvert.h:
18347         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
18348         (gst_channel_mix_fill_identical),
18349         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
18350         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
18351         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
18352         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
18353         (gst_channel_mix_mix):
18354         * gst/audioconvert/gstchannelmix.h:
18355         Cleanups, librarify a bit, optimize, better negotiation and more.
18356
18357 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
18358
18359         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
18360         Another from MikeS:
18361         During typefinding, don't support negative offsets
18362         (offsets from the end of the stream) in our typefind->peek() function
18363         - nothing embedded in ogg ever needs them. However, we need to recognise
18364         those requests and reject them, otherwise we return invalid pointers.
18365
18366 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
18367
18368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
18369         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
18370         (vorbisdec_finalize), (vorbis_handle_type_packet):
18371           Big shout-out to MikeS for fixing this giant memory leak.
18372           Huzzah!
18373
18374 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18375
18376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
18377         (audio_convert_get_unit_size):
18378           plug some leaks
18379
18380 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18381
18382         * check/Makefile.am:
18383         * check/elements/audioconvert.c: (setup_audioconvert),
18384         (cleanup_audioconvert), (get_int_caps), (verify_convert),
18385         (GST_START_TEST), (audioconvert_suite), (main):
18386           add a test for audioconvert
18387         * gst/audioresample/gstaudioresample.c:
18388         * gst/audioresample/gstaudioresample.h:
18389           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
18390           note that for buffers of 1/3 sec this means DURATION(c) is 
18391           one nanosecond more than for a and b
18392
18393 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18394
18395         * check/Makefile.am:
18396         * check/elements/audioresample.c: (setup_audioresample),
18397         (cleanup_audioresample), (fail_unless_perfect_stream),
18398         (test_perfect_stream_instance), (GST_START_TEST),
18399           add a check for audioresample
18400         (audioresample_suite), (main):
18401         * check/elements/volume.c: (GST_START_TEST):
18402           remove unused method
18403         * gst/audioresample/gstaudioresample.c:
18404           set correct buffer parameters since we're changing them
18405         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18406           add some debug
18407
18408 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18409
18410         * gst/audioresample/debug.c:
18411         * gst/audioresample/gstaudioresample.c:
18412           add room for extra overlap samples when asked to transform size
18413           protect against possible mem corruption and check for discrepancies
18414           between written size and outbuffer's size so we can warn for
18415           potential problems
18416         * gst/audioresample/resample.c: (resample_init),
18417         (resample_get_output_size_for_input), (resample_get_output_size),
18418         (resample_set_n_channels), (resample_set_format):
18419           set debug level based on RESAMPLE_DEBUG env var
18420           make sure that get_output_size* returns a whole number of
18421           sample_size
18422           set sample_size each time either channel or format is set
18423         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
18424         * gst/audioresample/resample_functable.c:
18425         (resample_scale_functable):
18426         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18427           remove r->sample_size, it's done in resample.c now
18428           add some debugging to the ref implementation
18429           make sure we only give back bytes that are wholes of the sample
18430           size
18431
18432 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
18433         * gst/playback/gstplaybasebin.c: (fill_buffer):
18434         Revert unpopular change for GST_MESSAGE_SRC to GObject.
18435
18436 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
18437
18438         * gst/volume/gstvolume.c:
18439           made set_caps function static
18440
18441 2005-08-24  Wim Taymans  <wim@fluendo.com>
18442
18443         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
18444         (gst_vorbisenc_change_state):
18445         Stop leaking taglists.
18446
18447 2005-08-24  Wim Taymans  <wim@fluendo.com>
18448
18449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
18450         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
18451         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
18452         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
18453         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18454         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
18455         Parse seeking events better.
18456         Unref static caps.
18457         Generate correct newsegment events, fixes seeking in live oggs.
18458
18459         * ext/theora/theoradec.c: (theora_dec_src_query),
18460         (theora_dec_src_event), (theora_dec_src_getcaps),
18461         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
18462         Use newsegment values to report correct play time.
18463
18464         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18465         (vorbis_dec_src_event), (vorbis_dec_sink_event):
18466         * ext/vorbis/vorbisdec.h:
18467         Parse and use newsegment values to report correct play time.
18468
18469         * gst-libs/gst/audio/gstbaseaudiosink.c:
18470         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18471         Clear ringbuffer on flush.
18472         Use newsegment values to calculate playback time.
18473
18474         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
18475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
18476         Basesink does newsegment calculations for us now.
18477
18478 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18479
18480         * check/Makefile.am:
18481         * configure.ac:
18482           add core's plugins to the mix so that playbin works
18483         * check/generic/states.c: (GST_START_TEST):
18484           set a 0 timeout on pipelines, so they don't force the next
18485           state change
18486         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
18487         (gst_play_base_bin_change_state):
18488           remove the crappy error handling and do GST error handling
18489
18490 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18491
18492         * check/Makefile.am:
18493         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
18494           add same test as to core, it bitches out on playbin atm.
18495
18496 2005-08-24  Wim Taymans  <wim@fluendo.com>
18497
18498         * configure.ac:
18499         Remove audioscale.
18500
18501 2005-08-24  Wim Taymans  <wim@fluendo.com>
18502
18503         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
18504         (gst_videoscale_prepare_size), (parse_caps),
18505         (gst_videoscale_set_caps), (gst_videoscale_get_size),
18506         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
18507         (gst_videoscale_transform):
18508         * gst/videoscale/gstvideoscale.h:
18509         Refactor, make use of BaseTranform really well.
18510
18511 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18512
18513         * configure.ac:
18514           compile audioresample
18515         * gst/audioresample/Makefile.am:
18516         * gst/audioresample/buffer.c:
18517         * gst/audioresample/functable.c:
18518         * gst/audioresample/gstaudioresample.c:
18519         * gst/audioresample/gstaudioresample.h:
18520         * gst/audioresample/resample.c:
18521         (resample_get_output_size_for_input):
18522         * gst/audioresample/resample.h:
18523         * gst/audioresample/resample_chunk.c:
18524         * gst/audioresample/resample_functable.c:
18525         * gst/audioresample/resample_ref.c:
18526           port to use basetransform; doesn't work in all cases yet
18527
18528 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18529
18530         * gst/audioconvert/gstaudioconvert.c:
18531         (gst_audio_convert_class_init), (gst_audio_convert_init),
18532         (audio_convert_get_unit_size), (audio_convert_transform_caps),
18533         (audio_convert_fixate_caps), (audio_convert_set_caps),
18534         (audio_convert_transform),
18535         (gst_audio_convert_buffer_to_default_format),
18536         (gst_audio_convert_buffer_from_default_format),
18537         (gst_audio_convert_channels):
18538         * gst/audioconvert/gstchannelmix.c:
18539         * gst/audioconvert/gstchannelmix.h:
18540           port to basetransform
18541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18542         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
18543         (gst_ffmpegcsp_get_unit_size):
18544         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
18545         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
18546           fix for basetransform changes
18547
18548 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
18549
18550         * check/Makefile.am:
18551           Add CHECK_CFLAGS and LDFLAGS
18552
18553         * gst/playback/gstplaybasebin.c: (fill_buffer):
18554           GST_MESSAGE_SRC became a GObject
18555
18556 2005-08-24  Wim Taymans  <wim@fluendo.com>
18557
18558         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
18559         (gst_ring_buffer_clear_all):
18560         * gst-libs/gst/audio/gstringbuffer.h:
18561         Added function to clear the ringbuffer.
18562
18563 2005-08-24  Andy Wingo  <wingo@pobox.com>
18564
18565         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
18566         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
18567         of _open and _close.
18568
18569         * sys/v4l/gstv4lxoverlay.h:
18570         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
18571         an Xv connection here, instead of all the time. Make Xv only be
18572         loaded if you axe for it. Kindof a workaround for buggy behaviour
18573         of Xv when using remote xservers (XvQueryExtension would block).
18574         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
18575         replace the _open and _close public API. Only start the xv
18576         connection if necessary.
18577         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
18578
18579 2005-08-23  David Schleef  <ds@schleef.org>
18580
18581         * gst/audioresample/Makefile.am: Leet audioresampling code
18582         * gst/audioresample/buffer.c:
18583         * gst/audioresample/buffer.h:
18584         * gst/audioresample/debug.c:
18585         * gst/audioresample/debug.h:
18586         * gst/audioresample/functable.c:
18587         * gst/audioresample/functable.h:
18588         * gst/audioresample/gstaudioresample.c:
18589         * gst/audioresample/gstaudioresample.h:
18590         * gst/audioresample/resample.c:
18591         * gst/audioresample/resample.h:
18592         * gst/audioresample/resample_chunk.c:
18593         * gst/audioresample/resample_functable.c:
18594         * gst/audioresample/resample_ref.c:
18595
18596 2005-08-23  Wim Taymans  <wim@fluendo.com>
18597
18598         * examples/seeking/seek.c: (make_vorbis_pipeline),
18599         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
18600         Small seek updates.
18601
18602 2005-08-23  Andy Wingo  <wingo@pobox.com>
18603
18604         * gst-libs/gst/audio/gstbaseaudiosrc.c
18605         (gst_base_audio_src_fixate): Only fixate endianness if it is
18606         present in the caps.
18607
18608 2005-08-22  Andy Wingo  <wingo@pobox.com>
18609
18610         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
18611         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
18612         device-name property.
18613
18614         * gst-libs/gst/audio/gstaudiosrc.h:
18615         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
18616         close_device in the ring buffer, like gstaudiosink.
18617
18618         * ext/alsa/gstalsamixer.h:
18619         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
18620         macro to implement the interface without much code. Cleanups. 
18621
18622         * ext/alsa/gstalsasrc.h:
18623         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
18624         READY.
18625
18626         * ext/alsa/Makefile.am: Add new files.
18627         * ext/alsa/gstalsamixerelement.c: 
18628         * ext/alsa/gstalsamixerelement.c: Split element code out from
18629         mixer code so that alsasrc can be a mixer too.
18630
18631 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18632
18633         * check/elements/volume.c: (setup_volume), (cleanup_volume),
18634         (GST_START_TEST):
18635         * check/elements/vorbisdec.c: (setup_vorbisdec),
18636         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
18637         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18638         (vorbis_handle_identification_packet),
18639         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
18640         (vorbis_handle_header_packet), (vorbis_dec_push),
18641         (vorbis_dec_chain):
18642           use the setup/teardown methods to save code.  save code is good.
18643
18644 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18645
18646         * check/Makefile.am:
18647           add ext dir for plugins
18648           add vorbisdec test conditionally
18649         * check/elements/volume.c: (setup_volume), (cleanup_volume),
18650         (GST_START_TEST), (volume_suite):
18651           add a test with wrong caps
18652         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
18653         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
18654           add a vorbisdec test
18655         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
18656         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
18657           clean up debug output
18658         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18659           yay, fix a segfault/security issue in vorbisdec
18660           gst-launch fakesrc ! vorbisdec wasn't happy
18661         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
18662         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
18663         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
18664         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
18665         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
18666         (gst_vorbisenc_set_metadata), (get_constraints_string),
18667         (update_start_message), (gst_vorbisenc_setup),
18668         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18669         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
18670         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
18671         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
18672         * ext/vorbis/vorbisenc.h:
18673           march in line
18674         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18675         (gst_ffmpegcsp_transform):
18676           have the kow come home
18677         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
18678           debug my func ptr
18679         * gst/volume/gstvolume.c: (volume_set_caps):
18680           add a debug
18681
18682 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18683
18684         * Makefile.am:
18685         * check/.cvsignore:
18686         * check/Makefile.am:
18687         * check/elements/.cvsignore:
18688         * check/elements/volume.c: (chain_func), (event_func),
18689         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
18690         (main):
18691         * configure.ac:
18692           add unit test structure for gst-plugins-base
18693           add a test for volume
18694         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
18695         (gst_volume_set_volume), (gst_volume_get_volume),
18696         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
18697         (volume_funcfind), (volume_process_float), (volume_process_int16),
18698         (volume_set_caps), (volume_transform), (volume_update_mute),
18699         (volume_update_volume), (volume_set_property),
18700         (volume_get_property):
18701           document a little; use basetransform vmethod _set_caps
18702
18703 2005-08-19  Andy Wingo  <wingo@pobox.com>
18704
18705         * ext/alsa/gstalsamixertrack.h:
18706         * ext/alsa/gstalsamixertrack.c:
18707         * ext/alsa/gstalsamixeroptions.h:
18708         * ext/alsa/gstalsamixeroptions.c:
18709         * ext/alsa/gstalsamixer.h:
18710         * ext/alsa/gstalsamixer.c: Port to 0.9.
18711
18712         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
18713         Remove gstalsa.c and alsaclock. No more cruft here.
18714         
18715 2005-08-18  Wim Taymans  <wim@fluendo.com>
18716
18717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18718         (gst_base_rtp_depayload_chain),
18719         (gst_base_rtp_depayload_add_to_queue),
18720         (gst_base_rtp_depayload_push),
18721         (gst_base_rtp_depayload_queue_release):
18722         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18723         Fix for RTPBuffer changes.
18724
18725         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
18726         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
18727         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
18728         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
18729         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
18730         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
18731         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
18732         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
18733         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
18734         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
18735         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
18736         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
18737         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
18738         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
18739         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
18740         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
18741         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
18742         (gst_rtpbuffer_get_payload):
18743         * gst-libs/gst/rtp/gstrtpbuffer.h:
18744         Don't subclass GstBuffer but add methods and helper functions
18745         to construct and manipulate RTP packets in regular GstBuffers.
18746
18747 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
18748
18749         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
18750           moved statement below switch
18751         * gst/volume/gstvolume.c: (gst_volume_class_init):
18752           added debug ptr
18753
18754 2005-08-16  Wim Taymans  <wim@fluendo.com>
18755
18756         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18757         (gst_base_audio_src_change_state):
18758         Open and close device in READY<->NULL state change.
18759
18760 2005-08-16  Andy Wingo  <wingo@pobox.com>
18761
18762         * examples/seeking/Makefile.am: Don't compile non-compiling
18763         compiled objects with the compiler.
18764
18765         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
18766         elements.
18767
18768 2005-08-12  Philippe Khalaf <burger@speedy.org>
18769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18770         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18771           Made a thread to release the queue.
18772           Removed timestamp conversion for now.
18773
18774 2005-08-10  Philippe Khalaf <burger@speedy.org>
18775         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18776         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18777           Added rtp timestamp -> gst timestamp conversion.
18778           Fixed several problems with queue.
18779
18780 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
18781
18782         * gst-libs/gst/audio/gstaudioclock.h:
18783         * gst-libs/gst/audio/gstaudiofilter.h:
18784         * gst-libs/gst/audio/gstaudiosink.h:
18785         * gst-libs/gst/audio/gstaudiosrc.h:
18786         * gst-libs/gst/audio/gstbaseaudiosink.h:
18787         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18788         * gst-libs/gst/audio/gstringbuffer.h:
18789         * gst-libs/gst/net/gstnetbuffer.h:
18790         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18791         * gst-libs/gst/rtp/gstrtpbuffer.h:
18792           Add padding (you will need to rebuild gst-plugins-base,
18793           gst-plugins and all applications afterwards!)
18794
18795 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
18796
18797         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18798         (gst_riff_parse_chunk):
18799           Fix bug in debug message and add some more debug messages.
18800
18801 2005-08-08  Edward Hervey  <edward@fluendo.com>
18802
18803         * gst-libs/gst/riff/riff-media.c:
18804         backported updates since branch
18805
18806 2005-08-08  Andy Wingo  <wingo@pobox.com>
18807
18808         * gst-libs/gst/audio/gstbaseaudiosink.c
18809         (gst_base_audio_sink_change_state): Open the device in NULL->READY
18810         like good elements should. Close on READY->NULL too.
18811
18812         * gst-libs/gst/audio/gstaudiosink.c
18813         (gst_audioringbuffer_open_device,
18814         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
18815         (gst_audioringbuffer_release): Updates for new ring buffer API,
18816         hook into the new audio sink api.
18817
18818         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
18819         (GstAudioSinkClass.close): Just open and close the device -- no
18820         resource allocation or configuration.
18821         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
18822         vmethods, handle device setup and resource allocation.
18823
18824         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
18825         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
18826         base class API.
18827
18828         * gst-libs/gst/audio/gstringbuffer.h
18829         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
18830         New vmethods.
18831
18832         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
18833         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
18834         New API functions. The device should be opened before acquiring
18835         and closed after releasing.
18836
18837 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
18838
18839         * gst-libs/gst/interfaces/mixer.h:
18840           Reset padding to GST_PADDING.
18841
18842 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18843
18844         * gst/playback/gstplaybin.c: (remove_sinks):
18845           Remove visualization from parent explicitely; works around some
18846           apparent refcount issue that I haven't tracked down yet.
18847
18848 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18849
18850         * ext/alsa/gstalsasink.c: (set_hwparams):
18851           Assign debug category, add negotiation debug msgs.
18852
18853 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18854
18855         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
18856           Fix error code for file-not-found to NOT_FOUND.
18857
18858 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18859
18860         * common/gtk-doc-plugins.mak:
18861         * docs/plugins/Makefile.am:
18862         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18863         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18864           renamed to actual element names, so much nicer to look at
18865         * docs/plugins/tmpl/gstmultifdsink.sgml:
18866           remove
18867         * docs/plugins/tmpl/multifdsink.sgml:
18868         * docs/plugins/tmpl/tcpserversink.sgml:
18869           add
18870         * ext/alsa/gstalsa.c:
18871         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
18872         * ext/ogg/gstoggmux.c:
18873         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18874         * gst/playback/gstdecodebin.c:
18875         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
18876         * gst/tcp/gsttcpserversink.c:
18877           various fixes and documentation additions
18878
18879 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18880
18881         * common/Makefile.am:
18882         * common/gstdoc-scangobj:
18883         * common/gtk-doc-plugins.mak:
18884         * common/gtk-doc.mak:
18885           add a custom scangobj that uses the registry
18886           add a custom gtk-doc-plugins.mak that uses it
18887           some doc build fixes
18888         * configure.ac:
18889         * docs/Makefile.am:
18890         * docs/plugins/Makefile.am:
18891         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18892         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18893         * docs/plugins/gst-plugins-base-plugins.types:
18894         * docs/plugins/tmpl/gstmultifdsink.sgml:
18895           add docs for one element, multifdsink
18896         * gst/adder/gstadder.h:
18897         * gst/volume/gstvolume.h:
18898           don't privatize enum
18899         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
18900         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18901         (gst_sync_method_get_type), (gst_client_status_get_type),
18902         (gst_multifdsink_class_init),
18903         (gst_multifdsink_client_queue_buffer),
18904         (gst_multifdsink_handle_client_write):
18905         * gst/tcp/gstmultifdsink.h:
18906         * gst/tcp/gsttcp.h:
18907         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18908         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
18909         (gst_tcpclientsink_render):
18910         * gst/tcp/gsttcpclientsink.h:
18911         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18912         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
18913         (gst_tcpclientsrc_start):
18914         * gst/tcp/gsttcpclientsrc.h:
18915         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18916         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
18917         * gst/tcp/gsttcpserversrc.h:
18918         * gst/typefind/gsttypefindfunctions.c:
18919           remove superfluous Type stuff
18920
18921 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18922
18923         * gst/playback/gstplaybin.c: (gen_video_element):
18924           Enable videoscale.
18925
18926 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18927
18928         * gst-libs/gst/gconf/gconf.c:
18929         * gst-libs/gst/gconf/gconf.h:
18930           Fix some Andy Problem [tm].
18931
18932 2005-08-04  Andy Wingo  <wingo@pobox.com>
18933
18934         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
18935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
18936         (gst_ffmpegcsp_get_size): Adapt to API changes.
18937
18938         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
18939         Implement an in-place do-nothing transform.
18940
18941 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18942
18943         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
18944         (gst_ximagesink_renegotiate_size):
18945           Do not set new window sizes yet if we prepare a new buffer size
18946           for upstream renegotiation (software scaling) at some point in the
18947           future, because this new size waqs not actually accepted yet. Once
18948           accepted, renegotiation later on will set the new sizes just fine.
18949           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
18950           embedding testcase.
18951
18952 2005-08-03  Andy Wingo  <wingo@pobox.com>
18953
18954         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
18955         (gst_ximagesink_buffer_alloc): 
18956         Protect the height, width, and desired_caps with the pool_lock.
18957         Fixes videotestsrc ! queue ! ximagesink.
18958
18959 2005-08-02  Edward Hervey  <edward@fluendo.com>
18960
18961         * gst/volume/gstvolume.c:
18962         include left from controller cleanup
18963
18964 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
18965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
18966           Stop collectpads before calling the parent state
18967           change function on PAUSED->READY.
18968
18969 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
18970         * configure.ac:
18971           When testing for X libs, use the X CFlags 
18972         * gst/adder/gstadder.c: (gst_adder_change_state):
18973           Stop the collectpads before calling parent state change function
18974           on PAUSED->READY, otherwise we deadlock deactivating pads.
18975
18976 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
18977
18978         * configure.ac:
18979         * docs/libs/tmpl/gstcolorbalance.sgml:
18980         * docs/libs/tmpl/gstmixer.sgml:
18981         * examples/Makefile.am:
18982         * gst/sine/Makefile.am:
18983         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
18984         (gst_sinesrc_set_property), (plugin_init):
18985         * gst/sine/gstsinesrc.h:
18986         * gst/volume/Makefile.am:
18987         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18988         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
18989         (volume_process_float), (volume_process_int16),
18990         (volume_set_property), (plugin_init):
18991         * gst/volume/gstvolume.h:
18992           deactivate and remove dparams (libgstcontrol)
18993
18994 2005-07-29  Wim Taymans  <wim@fluendo.com>
18995
18996         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
18997         Convert me to BaseTransform!! help..
18998
18999 2005-07-29  Andy Wingo  <wingo@pobox.com>
19000
19001         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
19002         sinks.
19003
19004         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
19005         support of both endiannesses.
19006
19007 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
19008
19009         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19010           Fix confusing debug message (s/event/query/)
19011
19012 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
19013
19014         * gst/videotestsrc/videotestsrc.h:
19015           Use "_stdint.h" instead of <stdint.h>
19016
19017 2005-07-27  Wim Taymans  <wim@fluendo.com>
19018
19019         * ext/vorbis/Makefile.am:
19020         Revert wrong commit.
19021
19022 2005-07-27  Wim Taymans  <wim@fluendo.com>
19023
19024         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
19025         More compilation fixen.
19026
19027 2005-07-27  Wim Taymans  <wim@fluendo.com>
19028
19029         * gst-libs/gst/audio/gstbaseaudiosink.c:
19030         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
19031         (gst_base_audio_sink_create_ringbuffer),
19032         (gst_base_audio_sink_change_state):
19033         Fix compilation.
19034
19035 2005-07-27  Wim Taymans  <wim@fluendo.com>
19036
19037         * examples/seeking/seek.c: (setup_dynamic_link),
19038         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
19039         (query_positions_elems), (query_positions_pads), (do_seek):
19040         Update seek example.
19041
19042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
19043         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
19044         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
19045         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
19046         (gst_ogg_demux_handle_event),
19047         (gst_ogg_demux_deactivate_current_chain),
19048         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
19049         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
19050         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
19051         (gst_ogg_demux_loop):
19052         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19053         * ext/theora/theoradec.c: (theora_dec_src_event),
19054         (theora_dec_src_getcaps), (theora_dec_sink_event),
19055         (theora_dec_push), (theora_dec_chain):
19056         * ext/vorbis/Makefile.am:
19057         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
19058         (vorbis_dec_sink_event), (vorbis_dec_push),
19059         (vorbis_handle_data_packet):
19060         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
19061         (gst_vorbisenc_chain):
19062         * gst/playback/gststreaminfo.c: (cb_probe):
19063         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
19064         * gst/videorate/gstvideorate.c: (gst_videorate_event):
19065         * gst/videoscale/gstvideoscale.c:
19066         (gst_videoscale_handle_src_event):
19067         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
19068         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
19069         (gst_ximagesink_navigation_send_event):
19070         * sys/xvimage/xvimagesink.c:
19071         (gst_xvimagesink_navigation_send_event):
19072         Various event updates and cleanups
19073
19074 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19075
19076         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
19077           Fix segfault for I420/YV12.
19078
19079 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19080
19081         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
19082           Report bitrate.
19083
19084 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19085
19086         * gst/playback/gstplaybin.c: (gen_video_element),
19087         (gen_audio_element):
19088           Switch to auto*sink elements as default sinks; add volume element
19089           so that volume control in totem works.
19090
19091 2005-07-21  Wim Taymans  <wim@fluendo.com>
19092
19093         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
19094         * gst/playback/gstplaybin.c: (setup_sinks),
19095         (gst_play_bin_change_state):
19096         Refcount fix and more comments.
19097
19098 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19099
19100         * sys/ximage/Makefile.am:
19101         * sys/ximage/ximage.c: (plugin_init):
19102         * sys/ximage/ximagesink.c:
19103         Prepare for adding ximagesrc, rename of plugin to ximage etc.
19104         
19105
19106 2005-07-21  Wim Taymans  <wim@fluendo.com>
19107
19108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
19109         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
19110         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
19111         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
19112         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
19113         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
19114         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
19115         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
19116         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19117         Generate correct disconts for live chained oggs.
19118
19119         * gst-libs/gst/audio/gstbaseaudiosink.c:
19120         (gst_base_audio_sink_render),
19121         (gst_base_audio_sink_create_ringbuffer),
19122         (gst_base_audio_sink_change_state):
19123         Handle discont math correctly.
19124
19125         * gst/playback/gstplaybin.c: (add_sink):
19126         Some small debug cleanup.
19127
19128 2005-07-21  Wim Taymans  <wim@fluendo.com>
19129
19130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
19131         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
19132         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
19133         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
19134         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
19135         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
19136         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
19137         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
19138         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
19139         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
19140         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
19141         (gst_ogg_demux_change_state), (gst_ogg_print):
19142         Reorganize code to send the right disconts when in streaming
19143         mode.
19144
19145 2005-07-20  Andy Wingo  <wingo@pobox.com>
19146
19147         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
19148         fix (?), fixes a seggie mcfalterson (#310894).
19149
19150 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19151
19152         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
19153         (gst_ogg_mux_set_header_on_caps):
19154         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
19155         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19156         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
19157         * gst-libs/gst/audio/multichannel.c:
19158         (gst_audio_set_channel_positions),
19159         (gst_audio_set_structure_channel_positions_list):
19160         * gst/playback/gstdecodebin.c: (dynamic_create):
19161         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
19162         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19163           Fixes for API changes in core.
19164
19165 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19166
19167         * gst/playback/gstplaybasebin.c: (fill_buffer):
19168           Use _new_custom() so we can set custom message types for buffering
19169           messages.
19170
19171 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19172
19173         * configure.ac:
19174         * gst-libs/gst/Makefile.am:
19175         * gst-libs/gst/gconf/.cvsignore:
19176         * gst-libs/gst/gconf/Makefile.am:
19177         * gst-libs/gst/gconf/test-gconf.c:
19178         * pkgconfig/Makefile.am:
19179         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
19180         * pkgconfig/gstreamer-gconf.pc.in:
19181           Remove gconf stuff, use gconf elements instead from now on.
19182
19183 2005-07-20  Wim Taymans  <wim@fluendo.com>
19184
19185         * gst-libs/gst/audio/TODO:
19186         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
19187         (gst_audio_clock_get_internal_time):
19188         * gst-libs/gst/audio/gstaudioclock.h:
19189         * gst-libs/gst/audio/gstbaseaudiosink.c:
19190         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
19191         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
19192         (gst_base_audio_sink_render),
19193         (gst_base_audio_sink_create_ringbuffer),
19194         (gst_base_audio_sink_change_state):
19195         Make sure the audio clock always returns an increasing value.
19196
19197 2005-07-19  Andy Wingo  <wingo@pobox.com>
19198
19199         * gst/videotestsrc/: Cleanups.
19200
19201 2005-07-19  Wim Taymans  <wim@fluendo.com>
19202
19203         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
19204         Better debugging.
19205
19206 2005-07-19  Wim Taymans  <wim@fluendo.com>
19207
19208         * examples/seeking/seek.c: (make_dv_pipeline),
19209         (make_vorbis_theora_pipeline), (query_rates),
19210         (query_positions_elems), (query_positions_pads), (do_seek):
19211         Make correct DV pipeline.
19212
19213 2005-07-18  Andy Wingo  <wingo@pobox.com>
19214
19215         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
19216         default. Also because it's the only thing that really works. (This
19217         is used in the GConf elements).
19218         Use AS_LIBTOOL_TAGS.
19219
19220 2005-07-18  Wim Taymans  <wim@fluendo.com>
19221
19222         * gst/playback/gstdecodebin.c: (remove_element_chain):
19223         * gst/playback/gstplaybin.c: (add_sink):
19224         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
19225         (gst_stream_info_set_mute):
19226         * gst/playback/gststreamselector.c:
19227         (gst_stream_selector_get_linked_pad),
19228         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
19229         More leak and compile fixes.
19230
19231 2005-07-18  Wim Taymans  <wim@fluendo.com>
19232
19233         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
19234         (query_rates), (query_positions_elems), (query_positions_pads),
19235         (do_seek), (seek_cb), (stop_seek):
19236         Updated seek example. 
19237
19238         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
19239         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
19240         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
19241         * gst/playback/gstplaybin.c: (add_sink):
19242         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
19243         (gst_stream_info_set_mute):
19244         Some refcount leak fixes.
19245
19246 2005-07-16  Wim Taymans  <wim@fluendo.com>
19247
19248         * gst-libs/gst/audio/gstbaseaudiosink.c:
19249         (gst_base_audio_sink_render):
19250         Align samples even if we have roundoff errors in the 
19251         timestamp conversion.
19252
19253 2005-07-16  Wim Taymans  <wim@fluendo.com>
19254
19255         * docs/libs/tmpl/gstringbuffer.sgml:
19256         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
19257         (query_rates), (query_positions_elems), (query_positions_pads),
19258         (update_scale), (do_seek):
19259         Updated seek example.
19260
19261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19262         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
19263         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
19264         (gst_ogg_demux_loop):
19265         Push out correct discont values.
19266
19267         * ext/theora/theoradec.c: (theora_dec_src_convert),
19268         (theora_dec_sink_convert), (theora_dec_src_getcaps),
19269         (theora_dec_sink_event), (theora_handle_type_packet),
19270         (theora_handle_header_packet), (theora_dec_push),
19271         (theora_handle_data_packet), (theora_dec_chain),
19272         (theora_dec_change_state):
19273         Better timestamping.
19274
19275         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19276         (vorbis_dec_sink_event), (vorbis_dec_push),
19277         (vorbis_handle_data_packet), (vorbis_dec_chain):
19278         * ext/vorbis/vorbisdec.h:
19279         Better timestamping.
19280
19281         * gst-libs/gst/audio/gstbaseaudiosink.c:
19282         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
19283         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
19284         Handle syncing on timestamps instead of sample offsets. Make
19285         use of DISCONT values as described in design docs.
19286
19287         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19288         (gst_base_audio_src_get_time):
19289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
19290         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
19291         (gst_ring_buffer_read):
19292         * gst-libs/gst/audio/gstringbuffer.h:
19293         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
19294         (gst_ximagesink_show_frame):
19295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
19296         Correcly convert buffer timestamp to stream time.
19297
19298 2005-07-16  Wim Taymans  <wim@fluendo.com>
19299
19300         * gst/audioconvert/gstaudioconvert.c:
19301         (gst_audio_convert_get_buffer):
19302         Timestamp buffers correctly.
19303
19304         * gst/playback/gstplaybin.c: (gen_video_element):
19305         Make internal fakesink silent.
19306
19307 2005-07-15  Wim Taymans  <wim@fluendo.com>
19308
19309         * gst/ffmpegcolorspace/Makefile.am:
19310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19311         (gst_ffmpegcsp_caps_remove_format_info),
19312         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
19313         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
19314         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
19315         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
19316         Ported ffmpegcolorspace to basetransform.
19317
19318         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
19319         * gst/volume/gstvolume.c: (volume_transform):
19320         Ported to new API.
19321
19322 2005-07-14  Wim Taymans  <wim@fluendo.com>
19323
19324         * gst/videotestsrc/Makefile.am:
19325         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
19326         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
19327         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
19328         (gst_videotestsrc_init), (gst_videotestsrc_event),
19329         (gst_videotestsrc_create), (gst_videotestsrc_start),
19330         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
19331         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
19332         (gst_videotestsrc_get_property):
19333         * gst/videotestsrc/gstvideotestsrc.h:
19334         Make videotestsrc a pushsrc.
19335
19336 2005-07-14  Wim Taymans  <wim@fluendo.com>
19337
19338         * gst/tcp/gstfdset.c: (gst_fdset_free):
19339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
19340         (gst_multifdsink_add), (gst_multifdsink_remove),
19341         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
19342         (gst_multifdsink_remove_client_link),
19343         (gst_multifdsink_client_queue_data),
19344         (gst_multifdsink_client_queue_caps),
19345         (gst_multifdsink_client_queue_buffer),
19346         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
19347         (gst_multifdsink_stop):
19348         * gst/tcp/gstmultifdsink.h:
19349         0.8 backporting.
19350
19351         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
19352         Also draw image when not from a pool.
19353
19354 2005-07-14  Wim Taymans  <wim@fluendo.com>
19355
19356         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
19357         (mute_stream), (silence_stream):
19358         Small debug additions.
19359
19360 2005-07-14  Wim Taymans  <wim@fluendo.com>
19361
19362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
19363         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
19364         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
19365         Better error recovery, ignore unconnected pads and
19366         non-fatal errors.
19367
19368 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19369
19370         * docs/libs/tmpl/gstaudio.sgml:
19371         * docs/libs/tmpl/gstcolorbalance.sgml:
19372         * docs/libs/tmpl/gstgconf.sgml:
19373         * docs/libs/tmpl/gstmixer.sgml:
19374         * docs/libs/tmpl/gstringbuffer.sgml:
19375         * docs/libs/tmpl/gsttuner.sgml:
19376         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19377         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
19378         (gst_tcpclientsrc_class_init):
19379         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
19380         (gst_tcpserversrc_class_init):
19381         * sys/v4l/gstv4lelement.c:
19382           more autistic cleanliness in functions/names/defines
19383
19384 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19385
19386         * configure.ac:
19387           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
19388           added manually to each Makefile.am so we are sure it goes
19389           *last* and doesn't add -L flags before linking in libs of our
19390           own, like, say, internal .la libs, that then accidentally pick
19391           up the installed copy.
19392         * docs/libs/Makefile.am:
19393         * ext/alsa/Makefile.am:
19394         * ext/cdparanoia/Makefile.am:
19395         * ext/gnomevfs/Makefile.am:
19396         * ext/libvisual/Makefile.am:
19397         * ext/ogg/Makefile.am:
19398         * ext/theora/Makefile.am:
19399         * ext/vorbis/Makefile.am:
19400         * gst-libs/gst/video/Makefile.am:
19401         * gst/adder/Makefile.am:
19402         * gst/audioconvert/Makefile.am:
19403         * gst/audiorate/Makefile.am:
19404         * gst/audioscale/Makefile.am:
19405         * gst/ffmpegcolorspace/Makefile.am:
19406         * gst/playback/Makefile.am:
19407         * gst/sine/Makefile.am:
19408         * gst/subparse/Makefile.am:
19409         * gst/tags/Makefile.am:
19410         * gst/tcp/Makefile.am:
19411         * gst/typefind/Makefile.am:
19412         * gst/videorate/Makefile.am:
19413         * gst/videoscale/Makefile.am:
19414         * gst/videotestsrc/Makefile.am:
19415         * gst/volume/Makefile.am:
19416         * sys/v4l/Makefile.am:
19417         * sys/ximage/Makefile.am:
19418         * sys/xvimage/Makefile.am:
19419           adapt properly to this change. This should make sure that
19420           plugins and libs properly link to the as-yet-uninstalled
19421           copies of stuff like libgstinterfaces and libgstvideo
19422
19423 2005-07-13  Andy Wingo  <wingo@pobox.com>
19424
19425         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
19426         (gst_v4lsrc_fixate): Fixate on format as well.
19427
19428         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
19429         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
19430         buffer points to it.
19431         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
19432         rather just doing X calls ourselves. Also fixes a memleak.
19433
19434 2005-07-12  Andy Wingo  <wingo@pobox.com>
19435
19436         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
19437         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
19438         (gst_v4lsrc_create): Re-add the copy-mode property, default to
19439         TRUE to avoid deadlocks if an element holds on to our buffers.
19440
19441 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19442
19443         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19444         (gst_sinesrc_init), (gst_sinesrc_create),
19445         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
19446         (gst_sinesrc_start):
19447         * gst/sine/gstsinesrc.h:
19448           removing num-buffers property before moving it
19449
19450 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19451
19452         * configure.ac:
19453           use overridable ERROR_CFLAGS
19454         * docs/libs/gst-plugins-base-libs.types:
19455         * docs/libs/tmpl/gstringbuffer.sgml:
19456         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
19457         (gst_alsasink_class_init):
19458         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
19459         (gst_alsasrc_class_init):
19460         * gst-libs/gst/audio/audio.h:
19461         * gst-libs/gst/audio/gstaudioclock.h:
19462         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
19463         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
19464         (gst_audio_filter_link), (gst_audio_filter_init),
19465         (gst_audio_filter_chain), (gst_audio_filter_set_property),
19466         (gst_audio_filter_get_property),
19467         (gst_audio_filter_class_add_pad_templates):
19468         * gst-libs/gst/audio/gstaudiofilter.h:
19469         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19470         (gst_audio_filter_template_get_type),
19471         (gst_audio_filter_template_base_init),
19472         (gst_audio_filter_template_class_init),
19473         (gst_audio_filter_template_init),
19474         (gst_audio_filter_template_set_property),
19475         (gst_audio_filter_template_get_property), (plugin_init),
19476         (gst_audio_filter_template_setup),
19477         (gst_audio_filter_template_filter),
19478         (gst_audio_filter_template_filter_inplace):
19479         * gst-libs/gst/audio/gstaudiosink.c:
19480         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19481         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
19482         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
19483         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
19484         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
19485         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
19486         * gst-libs/gst/audio/gstaudiosink.h:
19487         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
19488         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
19489         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19490         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
19491         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
19492         (gst_audio_src_class_init), (gst_audio_src_init),
19493         (gst_audio_src_create_ringbuffer):
19494         * gst-libs/gst/audio/gstaudiosrc.h:
19495         * gst-libs/gst/audio/gstbaseaudiosink.c:
19496         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
19497         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
19498         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
19499         (gst_base_audio_sink_set_property),
19500         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
19501         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
19502         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
19503         (gst_base_audio_sink_create_ringbuffer),
19504         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
19505         * gst-libs/gst/audio/gstbaseaudiosink.h:
19506         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19507         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
19508         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
19509         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
19510         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
19511         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
19512         (gst_base_audio_src_event), (gst_base_audio_src_create),
19513         (gst_base_audio_src_create_ringbuffer),
19514         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
19515         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19516         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
19517         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
19518         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
19519         (gst_ring_buffer_debug_spec_caps),
19520         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
19521         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
19522         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
19523         (gst_ring_buffer_start), (gst_ring_buffer_pause),
19524         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
19525         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19526         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
19527         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
19528         (gst_ring_buffer_clear):
19529         * gst-libs/gst/audio/gstringbuffer.h:
19530         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
19531         (gst_video_sink_class_init), (gst_video_sink_get_type):
19532         * gst-libs/gst/video/videosink.h:
19533         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
19534         (gst_multifdsink_class_init),
19535         (gst_multifdsink_handle_client_write),
19536         (gst_multifdsink_change_state):
19537         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19538         (gst_tcpclientsink_setcaps):
19539         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19540         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
19541         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
19542         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
19543         (gst_ximagesink_send_pending_navigation),
19544         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
19545         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
19546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
19547         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19548         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
19549         (gst_xvimagesink_send_pending_navigation),
19550         (gst_xvimagesink_navigation_send_event),
19551         (gst_xvimagesink_set_xwindow_id),
19552         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
19553         (gst_xvimagesink_get_type):
19554         more macro splitting
19555
19556 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19557
19558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19559           plug a memleak, allows me to import 1479 albums in one go
19560           in jamboree
19561         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19562         (vorbis_handle_type_packet), (vorbis_dec_chain),
19563         (vorbis_dec_change_state):
19564           fix some format strings
19565
19566 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19567
19568         * docs/libs/tmpl/gstcolorbalance.sgml:
19569         * docs/libs/tmpl/gstmixer.sgml:
19570         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
19571         (gst_alsasink_set_property), (gst_alsasink_get_property):
19572         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
19573         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
19574           add device property
19575
19576 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19577
19578         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19579         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19580         (audiocast_register_listener), (audiocast_thread_run),
19581         (gst_gnomevfssrc_send_additional_headers_callback),
19582         (gst_gnomevfssrc_received_headers_callback),
19583         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
19584         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
19585         (gst_gnomevfssrc_get_size):
19586           add/clean up debugging
19587         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
19588           cleanups
19589
19590 2005-07-07  Andy Wingo  <wingo@pobox.com>
19591
19592         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
19593         framerate. Need to get a handle on when exactly this function is
19594         called, tho.
19595
19596         * sys/v4l/v4lsrc_calls.h:
19597         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
19598         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
19599         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
19600
19601         * sys/v4l/v4l_calls.h: Cast to V4lElement.
19602         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
19603         v4lelements are sources.
19604
19605         * sys/v4l/gstv4lxoverlay.h:
19606         * sys/v4l/gstv4lxoverlay.c:
19607         * sys/v4l/gstv4ltuner.h:
19608         * sys/v4l/gstv4ltuner.c: Header loc fixen.
19609         
19610         * sys/v4l/gstv4lsrc.h:
19611         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
19612         PushSrc/BaseSrc. Removed most sync-related properties, videorate
19613         or something should handle that. Made a live source.
19614
19615         * sys/v4l/gstv4lelement.h:
19616         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
19617         signals. Some cleanups.
19618
19619         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
19620
19621         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
19622         stuff.
19623
19624         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
19625         stuff.
19626
19627         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
19628
19629 2005-07-07  Wim Taymans  <wim@fluendo.com>
19630
19631         * ext/theora/theoradec.c: (theora_get_query_types),
19632         (theora_dec_src_getcaps), (theora_dec_push):
19633         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
19634         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
19635         Remove deprecated/unused query types.
19636
19637 2005-07-06  Wim Taymans  <wim@fluendo.com>
19638
19639         * ext/alsa/Makefile.am:
19640         * ext/alsa/gstalsaplugin.c: (plugin_init):
19641         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19642         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
19643         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
19644         (gst_alsasrc_class_init), (gst_alsasrc_init),
19645         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
19646         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
19647         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
19648         (gst_alsasrc_reset):
19649         * ext/alsa/gstalsasrc.h:
19650         * gst-libs/gst/audio/Makefile.am:
19651         * gst-libs/gst/audio/gstaudiosink.c:
19652         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19653         (gst_audioringbuffer_start):
19654         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
19655         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
19656         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
19657         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
19658         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
19659         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
19660         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
19661         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
19662         * gst-libs/gst/audio/gstaudiosrc.h:
19663         * gst-libs/gst/audio/gstbaseaudiosink.c:
19664         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
19665         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
19666         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
19667         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19668         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
19669         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
19670         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
19671         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
19672         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
19673         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
19674         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
19675         (gst_baseaudiosrc_change_state):
19676         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19677         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
19678         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
19679         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
19680         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19681         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
19682         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
19683         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
19684         * gst-libs/gst/audio/gstringbuffer.h:
19685         Added audiosource base classes.
19686         Ported alsasrc, still very basic.
19687
19688 2005-07-06  Wim Taymans  <wim@fluendo.com>
19689
19690         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
19691         (theora_dec_push), (theora_handle_data_packet):
19692         Prepare for better timestamp fix later.
19693
19694         * gst/audioconvert/gstaudioconvert.c:
19695         List most accurate caps first
19696
19697         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
19698         Use proper pad task function.
19699
19700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19701         (gst_xvimagesink_show_frame):
19702         Fix deadlock when alloc failed.
19703
19704 2005-07-05  Andy Wingo  <wingo@pobox.com>
19705
19706         * ext/gnomevfs/gstgnomevfssrc.c:
19707         * gst/sine/gstsinesrc.c:
19708         * gst/tcp/gsttcpserversrc.c:
19709         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
19710
19711         * sys/v4l/: Port from 0.8.
19712
19713         * Many files: Null if we got it....
19714
19715 2005-07-05  Andy Wingo  <wingo@pobox.com>
19716
19717         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
19718         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
19719         Signedness fixes.
19720
19721 2005-07-05  Wim Taymans  <wim@fluendo.com>
19722
19723         * configure.ac:
19724         * gst/tcp/Makefile.am:
19725         * gst/tcp/README:
19726         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
19727         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
19728         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
19729         (is_sync_frame), (gst_multifdsink_handle_client_write),
19730         (gst_multifdsink_render), (gst_multifdsink_start),
19731         (gst_multifdsink_stop), (gst_multifdsink_change_state):
19732         * gst/tcp/gstmultifdsink.h:
19733         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
19734         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
19735         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
19736         * gst/tcp/gsttcp.h:
19737         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19738         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
19739         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
19740         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
19741         * gst/tcp/gsttcpclientsink.h:
19742         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
19743         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
19744         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
19745         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
19746         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
19747         * gst/tcp/gsttcpclientsrc.h:
19748         * gst/tcp/gsttcpplugin.c: (plugin_init):
19749         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
19750         * gst/tcp/gsttcpserversink.h:
19751         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
19752         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
19753         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
19754         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
19755         (gst_tcpserversrc_stop):
19756         * gst/tcp/gsttcpserversrc.h:
19757         * gst/tcp/gsttcpsink.c:
19758         * gst/tcp/gsttcpsink.h:
19759         * gst/tcp/gsttcpsrc.c:
19760         * gst/tcp/gsttcpsrc.h:
19761         Ported tcp plugins to 0.9. 
19762         
19763
19764 2005-07-05  Andy Wingo  <wingo@pobox.com>
19765
19766         * gst/playback/gstplaybasebin.c (fill_buffer):
19767         message_new_application fixen.
19768
19769         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
19770         Style fix.
19771
19772 2005-07-04  Wim Taymans  <wim@fluendo.com>
19773
19774         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19775         Set caps on output buffer.
19776
19777 2005-07-04  Andy Wingo  <wingo@pobox.com>
19778
19779         * ext/gnomevfs/gstgnomevfssrc.c
19780         (gst_gnomevfssrc_received_headers_callback) 
19781         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
19782         hopefully.
19783
19784         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
19785         No refcount leakage.
19786
19787         * configure.ac: Enable -Werror.
19788         
19789         * ext/theora/theoradec.c (theora_dec_src_getcaps):
19790         * gst/audioconvert/bufferframesconvert.c
19791         (buffer_frames_convert_fixate):
19792         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
19793         (gst_audio_convert_fixate):
19794         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
19795         (gst_sinesrc_create): Fixate func changes.
19796         
19797         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19798         (gst_ximagesink_buffer_alloc): Unused var.
19799
19800 2005-07-01  Andy Wingo  <wingo@pobox.com>
19801
19802         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
19803         getcaps to do explicit caps. Needs to be done in all decoders,
19804         possibly via a base class.
19805
19806         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
19807
19808         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
19809         caps on the sink pad, just rely on the pad template. Also, setting
19810         ANY caps on a pad is not valid because the caps are not fixed.
19811
19812         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
19813         caps on the buffer, and get the width from the desired_caps if
19814         they're set.
19815         (gst_ximagesink_renegotiate_size): Implement via setting the
19816         desired_caps on the ximagesink.
19817         (gst_ximagesink_setcaps): Only reset the width of the player if it
19818         wasn't already set. Not sure if this is right.
19819         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
19820
19821         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
19822         that the user wants. NULL unless the window has been resized.
19823
19824         * gst/volume/gstvolume.c (volume_transform): Adapt to
19825         basetransform refcount changes.
19826         
19827 2005-07-01  Andy Wingo  <wingo@pobox.com>
19828
19829         * gst/videoscale/gstvideoscale.c:
19830         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
19831         from BaseTransform, implements a transform_caps. Removed dead code
19832         including some PAR stuff that was never reached -- should probably
19833         be added back somehow.
19834
19835 2005-07-01  Andy Wingo  <wingo@pobox.com>
19836
19837         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
19838         come later.
19839
19840 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19841
19842         * configure.ac:
19843         * docs/libs/Makefile.am:
19844         * docs/libs/gst-plugins-libs.types:
19845         * ext/alsa/Makefile.am:
19846         * ext/alsa/gstalsamixer.h:
19847         * ext/alsa/gstalsamixeroptions.h:
19848         * ext/alsa/gstalsamixertrack.h:
19849         * gst-libs/gst/Makefile.am:
19850         * gst-libs/gst/colorbalance/.cvsignore:
19851         * gst-libs/gst/colorbalance/Makefile.am:
19852         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
19853         * gst-libs/gst/colorbalance/colorbalance.c:
19854         * gst-libs/gst/colorbalance/colorbalance.h:
19855         * gst-libs/gst/colorbalance/colorbalance.vcproj:
19856         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19857         * gst-libs/gst/colorbalance/colorbalancechannel.h:
19858         * gst-libs/gst/interfaces/Makefile.am:
19859         * gst-libs/gst/interfaces/colorbalance.c:
19860         (gst_color_balance_class_init):
19861         * gst-libs/gst/interfaces/colorbalance.h:
19862         * gst-libs/gst/interfaces/interfaces-marshal.list:
19863         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
19864         * gst-libs/gst/interfaces/mixer.h:
19865         * gst-libs/gst/interfaces/mixeroptions.h:
19866         * gst-libs/gst/interfaces/navigation.c:
19867         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
19868         * gst-libs/gst/interfaces/tuner.h:
19869         * gst/volume/Makefile.am:
19870         * gst/volume/gstvolume.c:
19871         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19872         * sys/ximage/Makefile.am:
19873         * sys/ximage/ximagesink.c:
19874         * sys/xvimage/Makefile.am:
19875         * sys/xvimage/xvimagesink.c:
19876           fold in all interfaces into an interfaces dir, preserving CVS
19877           history
19878
19879 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19880
19881         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19882           Fix build after riff changes.
19883
19884 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19885
19886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19887         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
19888         (gst_riff_create_video_template_caps),
19889         (gst_riff_create_audio_template_caps),
19890         (gst_riff_create_iavs_template_caps):
19891         * gst-libs/gst/riff/riff-media.h:
19892         * gst-libs/gst/riff/riff-read.h:
19893         * gst-libs/gst/riff/riff.c: (gst_riff_init):
19894           Add gst_riff_init() to initialize the debug category, instead
19895           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
19896
19897 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19898
19899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
19900           Oops, I shouldn't apply hacks.
19901
19902 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19903
19904         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
19905           Remove pad_loop function which doesn't work.
19906
19907 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19908
19909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
19910           Send EOS when deactivating.
19911         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19912         (check_queue), (queue_threshold_reached), (queue_out_of_data),
19913         (gen_preroll_element), (probe_triggered), (mute_stream),
19914         (silence_stream), (new_decoded_pad), (setup_substreams),
19915         (set_active_source):
19916         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
19917         (remove_sinks), (add_sink):
19918         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
19919           Change for new probe API.
19920
19921 2005-06-29  Wim Taymans  <wim@fluendo.com>
19922
19923         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
19924         * gst-libs/gst/audio/gstbaseaudiosink.c:
19925         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
19926         (gst_baseaudiosink_change_state):
19927         * gst-libs/gst/audio/gstbaseaudiosink.h:
19928         * gst-libs/gst/audio/gstringbuffer.c:
19929         (gst_ringbuffer_set_callback):
19930         Fix compilation error.
19931         Ringbuffer starts out as not running.
19932         Free our clock in dispose.
19933         When releasing the ringbuffer we need to renegotiate so
19934         clear the pad caps.
19935
19936 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19937
19938         * autogen.sh:
19939         * configure.ac:
19940         * docs/Makefile.am:
19941         * docs/libs/Makefile.am:
19942         * docs/libs/gst-plugins-libs-docs.sgml:
19943         * docs/libs/gst-plugins-libs-sections.txt:
19944         * docs/libs/gst-plugins-libs.types:
19945         * docs/libs/tmpl/gstaudio.sgml:
19946         * docs/libs/tmpl/gstcolorbalance.sgml:
19947         * docs/libs/tmpl/gstringbuffer.sgml:
19948         * gst-libs/gst/audio/gstringbuffer.c:
19949         (gst_ringbuffer_set_callback):
19950           reinstate gtk-doc docs for plugin libs
19951
19952 2005-06-28  Wim Taymans  <wim@fluendo.com>
19953
19954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19955         (gst_ogg_demux_init):
19956         Removed pad loop function.
19957
19958 2005-06-28  Wim Taymans  <wim@fluendo.com>
19959
19960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19961         If we're building a chain we are not in an error case
19962         when we queue a buffer.
19963
19964 2005-06-28  Andy Wingo  <wingo@pobox.com>
19965
19966         * *.c: Don't cast to GstObject before reffing/unreffing.
19967
19968 2005-06-27  Andy Wingo  <wingo@pobox.com>
19969
19970         * gst/videotestsrc/gstvideotestsrc.c
19971         (gst_videotestsrc_activate_push): Activation API changes.
19972
19973         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
19974         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
19975         they have refs on the decodebin.
19976
19977         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
19978         parent class.
19979         (gst_ogg_pad_typefind): Don't leak a pad ref.
19980         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
19981         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
19982         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
19983
19984 2005-06-27  Edward Hervey  <edward@fluendo.com>
19985
19986         * ext/theora/theoradec.c: (theora_dec_change_state): 
19987         re-arranged call to parent's state change in order to avoid locks (or
19988         worse).
19989
19990 2005-06-26  Edward Hervey  <edward@fluendo.com>
19991
19992         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19993         2nd argument of 'unknow-type' signal is a GstCaps and not a
19994         GstMiniObject
19995
19996 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
19997         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
19998           Set the worker thread's running flag to TRUE before starting the
19999           thread.
20000         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
20001           Catch a failure to add typefind to the bin.
20002
20003 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20004
20005         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20006         (gst_sinesrc_init), (gst_sinesrc_create),
20007         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
20008         (gst_sinesrc_start):
20009         * gst/sine/gstsinesrc.h:
20010           add num-buffers and timestamp-offset properties
20011         * gst/videotestsrc/gstvideotestsrc.c:
20012         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
20013         (gst_videotestsrc_get_property):
20014           add timestamp-offset property
20015
20016 2005-06-23  Christian Schaller  <uraeus@gnome.org>
20017
20018         * configure.ac: add videorate
20019         * gst-plugins-base.spec.in: add videorate
20020
20021 2005-06-23  Wim Taymans  <wim@fluendo.com>
20022
20023         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20024         (gst_videorate_getcaps), (gst_videorate_setcaps),
20025         (gst_videorate_event), (gst_videorate_chain):
20026         Fixed videorate, fixating an already fixated caps is not
20027         an error.
20028
20029 2005-06-23  Wim Taymans  <wim@fluendo.com>
20030
20031         * ext/ogg/README:
20032         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
20033         Buffer on caps is not boxed anymore.
20034
20035 2005-06-22  Wim Taymans  <wim@fluendo.com>
20036
20037         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
20038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
20039         Set buffers on caps as miniobjects and not as boxed.
20040
20041 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20042
20043         * configure.ac:
20044           back to HEAD
20045
20046 === release 0.9.1 ===
20047
20048 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20049
20050         * .cvsignore:
20051         * NEWS:
20052         * README:
20053         * RELEASE:
20054         * configure.ac:
20055         * po/af.po:
20056         * po/az.po:
20057         * po/cs.po:
20058         * po/en_GB.po:
20059         * po/hu.po:
20060         * po/it.po:
20061         * po/nb.po:
20062         * po/nl.po:
20063         * po/or.po:
20064         * po/sq.po:
20065         * po/sr.po:
20066         * po/sv.po:
20067         * po/uk.po:
20068         * po/vi.po:
20069           updates for release
20070
20071 2005-06-09  Andy Wingo  <wingo@pobox.com>
20072
20073         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
20074         
20075 2005-06-09  Andy Wingo  <wingo@pobox.com>
20076
20077         * configure.ac:
20078         * gst-libs/gst/Makefile.am:
20079         * gst-libs/gst/net/Makefile.am:
20080         Add gstnet to build.
20081
20082 2005-06-09  Andy Wingo  <wingo@pobox.com>
20083
20084         * gst-libs/gst/gconf/gconf.c:
20085         * gst/playback/test.c:
20086         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
20087         fixes.
20088
20089         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
20090
20091         * ext/theora/theoraenc.c (theora_enc_chain): 
20092         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
20093
20094         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
20095         RealPad.
20096
20097 2005-06-02  Wim Taymans  <wim@fluendo.com>
20098
20099         * gst-libs/gst/net/Makefile.am:
20100         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20101         * pkgconfig/gstreamer-libs.pc.in:
20102         Added net stuff, version net lib.
20103
20104 2005-06-02  Wim Taymans  <wim@fluendo.com>
20105
20106         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
20107         (query_rates), (query_positions_elems), (query_positions_pads),
20108         (do_seek):
20109         Updated seek example.
20110
20111 2005-06-02  Andy Wingo  <wingo@pobox.com>
20112
20113         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
20114         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
20115         list.
20116
20117         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
20118         remove the typefind, the bin dispose will do it for us. When it's
20119         removed and unreffed, the signal handler will be disconnected,
20120         too.
20121         (unlinked): It's too difficult to disconnect from unlinked
20122         handlers, as they are on pads not elements. Just punt if the pads
20123         aren't grandkids of the bin.
20124
20125 2005-06-02  Wim Taymans  <wim@fluendo.com>
20126
20127         * ext/ogg/README:
20128         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
20129         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
20130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
20131         * ext/theora/theoradec.c: (theora_dec_src_query),
20132         (theora_handle_data_packet):
20133         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
20134         (theora_enc_chain):
20135         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20136         (vorbis_handle_data_packet):
20137         * gst/audioconvert/bufferframesconvert.c:
20138         (buffer_frames_convert_chain):
20139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20140         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20141         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
20142         (gst_ffmpegcsp_chain):
20143         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20144         (gst_videorate_getcaps), (gst_videorate_setcaps),
20145         (gst_videorate_event), (gst_videorate_chain):
20146         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
20147         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
20148         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20149         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
20150         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
20151         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
20152         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
20153         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
20154         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
20155         Cleanups and buffer alloc.
20156
20157 2005-05-31  Wim Taymans  <wim@fluendo.com>
20158
20159         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
20160         Don't try to call the delay method when the device is not
20161         opened.
20162
20163 2005-05-31  Wim Taymans  <wim@fluendo.com>
20164
20165         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
20166         Get actual segment size and buffer size after opening
20167         the device.
20168
20169 2005-05-30  Wim Taymans  <wim@fluendo.com>
20170
20171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
20172         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
20173         Also FLUSH upstream, makes the loop function exit faster.
20174         
20175         * ext/theora/theoradec.c: (theora_dec_src_query):
20176         Some more debug info in the query.
20177         
20178         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20179         (gst_ximagesink_setcaps):
20180         Release lock on par error, better error reporting.
20181
20182 2005-05-26  Wim Taymans  <wim@fluendo.com>
20183
20184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
20185         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
20186         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
20187         Clear chains in READY
20188         Queue packets until the chain is activated.
20189
20190 2005-05-25  Wim Taymans  <wim@fluendo.com>
20191
20192         * gst-libs/gst/audio/gstaudiosink.c:
20193         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20194         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20195         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20196         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20197         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20198         (gst_audiosink_create_ringbuffer):
20199         * gst-libs/gst/audio/gstbaseaudiosink.c:
20200         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20201         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20202         (gst_baseaudiosink_set_property), (build_linear_format),
20203         (debug_spec_caps), (debug_spec_buffer),
20204         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20205         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20206         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20207         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20208         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20209         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20210         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
20211         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20212         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
20213         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
20214         (wait_segment), (gst_ringbuffer_commit),
20215         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
20216         (gst_ringbuffer_clear):
20217         Various small cleanups.
20218
20219         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20220         (gst_audio_convert_change_state):
20221         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
20222         No need to take the locks anymore.
20223
20224 2005-05-25  Wim Taymans  <wim@fluendo.com>
20225
20226         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20227         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
20228         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
20229         (type_found):
20230         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
20231         (group_destroy), (group_commit), (queue_overrun),
20232         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
20233         (mute_stream), (new_decoded_pad), (setup_substreams),
20234         (setup_source), (mute_group_type), (set_active_source),
20235         (gst_play_base_bin_change_state):
20236         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
20237         (gen_video_element), (gen_text_element), (gen_audio_element),
20238         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
20239         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
20240         (gst_stream_info_dispose), (gst_stream_info_set_mute):
20241         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20242         Some playbin cleanups mostly refcounting sloppyness.
20243
20244 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20245
20246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
20247           Work with streaming input.
20248
20249 2005-05-25  Wim Taymans  <wim@fluendo.com>
20250
20251         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20252         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20253         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
20254         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
20255         No need to take the STREAM lock anymore.
20256
20257 2005-05-25  Wim Taymans  <wim@fluendo.com>
20258
20259         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
20260         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
20261         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
20262         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
20263         (gst_ogg_demux_sink_activate):
20264         * ext/theora/theoradec.c: (theora_dec_src_event),
20265         (theora_handle_comment_packet), (theora_dec_chain),
20266         (theora_dec_change_state):
20267         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20268         (vorbis_handle_data_packet), (vorbis_dec_chain),
20269         (vorbis_dec_change_state):
20270         Remove STREAM locks as they are taken in core now.
20271         Never set bogus granulepos on vorbis/theora.
20272         Fix leaks in theoradec tag parsing.
20273
20274 2005-05-25  Wim Taymans  <wim@fluendo.com>
20275
20276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
20277         Fix memleaks, GST_BUFFER_DATA() is not freed.
20278
20279 2005-05-25  Wim Taymans  <wim@fluendo.com>
20280
20281         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20282         Open non-blocking, set to blocking mode afterwards to avoid
20283         lockups when audio device is busy.
20284
20285 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20286
20287         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
20288           This can't be good.
20289
20290 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20291
20292         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20293         (gst_audio_convert_chain), (gst_audio_convert_link_src),
20294         (gst_audio_convert_setcaps):
20295           Implement instant setup switching.
20296
20297 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20298
20299         * gst/playback/gstplaybasebin.c: (probe_triggered):
20300           Fix missing unlock.
20301         * gst/playback/gstplaybin.c: (add_sink):
20302           First add, then link (otherwise pad link fails).
20303
20304 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20305
20306         * examples/Makefile.am:
20307         fix buildbot (make distcheck)
20308
20309 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20310
20311         * gst/playback/gstplaybin.c: (gen_vis_element):
20312           Remove some wrong code. Doesn't work yet.
20313
20314 2005-05-19  Wim Taymans  <wim@fluendo.com>
20315
20316         * gst-libs/gst/net/Makefile.am:
20317         * gst-libs/gst/net/README:
20318         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
20319         (gst_netbuffer_class_init), (gst_netbuffer_init),
20320         (gst_netbuffer_finalize), (gst_netbuffer_copy),
20321         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
20322         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
20323         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
20324         * gst-libs/gst/net/gstnetbuffer.h:
20325         Added buffer subclass to store extra to/from addresses for
20326         network sources/sinks.
20327
20328 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20329
20330         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
20331           Don't lock an unassigned variable.
20332
20333 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20334
20335         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
20336           Increase buffer for video, decrease buffer for other media types.
20337         * gst/playback/gstplaybin.c: (gen_video_element),
20338         (gen_audio_element):
20339           Change names for debugging purposes.
20340
20341 2005-05-18  Wim Taymans  <wim@fluendo.com>
20342
20343         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20344         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20345         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
20346         (gst_ffmpegcsp_chain):
20347         Enable buffer alloc passthrough if the source and dest
20348         formats are the same.
20349
20350 2005-05-17  Wim Taymans  <wim@fluendo.com>
20351
20352         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20353         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
20354         (gst_ogg_demux_chain_unlocked):
20355         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20356         (gst_audio_convert_caps_remove_format_info),
20357         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
20358         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
20359         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20360         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20361         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
20362         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
20363         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
20364         (gst_ffmpegcsp_get_property):
20365         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
20366         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
20367         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
20368         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
20369         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
20370         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20371         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
20372         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
20373         Leak fixes in oggdemux.
20374         Some cleanups in audioconvert.
20375         Make passthrough work along with buffer_alloc etc.
20376         Make buffer_alloc and buffer recycling actually work in
20377         xvimagesink.
20378
20379 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20380
20381         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
20382           make the compiler happy
20383
20384 2005-05-17  Wim Taymans  <wim@fluendo.com>
20385
20386         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
20387         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
20388         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
20389         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
20390         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
20391         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
20392         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20393         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20394         (gst_xvimagesink_set_xwindow_id):
20395         * sys/xvimage/xvimagesink.h:
20396         Port xvimagesink to new MiniObject.
20397
20398 2005-05-17  Wim Taymans  <wim@fluendo.com>
20399
20400         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20401         (gst_audiofilter_chain):
20402         * gst-libs/gst/audio/gstaudiosink.c:
20403         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20404         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20405         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20406         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20407         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20408         (gst_audiosink_create_ringbuffer):
20409         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20410         (gst_audio_convert_caps_remove_format_info),
20411         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
20412         (gst_audio_convert_fixate), (gst_audio_convert_channels):
20413         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20414         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20415         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
20416         Fix passthrough in ffmpegcolorspace.
20417         Fix memset in audiosink on wrong memory.
20418
20419 2005-05-16  David Schleef  <ds@schleef.org>
20420
20421         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
20422         to GstMiniObject.
20423
20424 2005-05-16  David Schleef  <ds@schleef.org>
20425
20426         Port from GstData to GstMiniObject.
20427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
20428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
20429         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
20430         (gst_ogg_mux_collected):
20431         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20432         * ext/theora/theoradec.c: (theora_handle_comment_packet),
20433         (theora_handle_data_packet):
20434         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
20435         (theora_set_header_on_caps), (theora_enc_chain):
20436         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20437         (vorbis_handle_comment_packet):
20438         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
20439         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
20440         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
20441         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
20442         * gst/audioconvert/gstaudioconvert.c:
20443         (gst_audio_convert_get_buffer):
20444         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20445         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
20446         (mute_stream), (silence_stream):
20447         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
20448         * gst/volume/gstvolume.c: (volume_transform):
20449         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20450         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
20451         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
20452         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
20453         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
20454         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
20455         (gst_ximagesink_buffer_alloc):
20456         * sys/ximage/ximagesink.h:
20457
20458 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20459
20460         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20461         (fill_buffer), (check_queue), (queue_threshold_reached),
20462         (queue_out_of_data):
20463         * gst/playback/gstplaybasebin.h:
20464           Post buffer-fullness on the bus.
20465
20466 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20467
20468         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20469         (try_to_link_1):
20470         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20471         (group_commit), (probe_triggered), (setup_source),
20472         (gst_play_base_bin_change_state):
20473         * gst/playback/gstplaybasebin.h:
20474         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20475         (gst_play_bin_init), (remove_sinks), (setup_sinks),
20476         (gst_play_bin_change_state):
20477           Move setup_output_pads into a virtual function, remove
20478           group-switch (no longer needed) and redirect (handled by bus
20479           now) signals.
20480
20481 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20482
20483         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20484         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
20485         (get_active_group), (get_building_group), (group_destroy),
20486         (group_commit), (check_queue), (queue_overrun),
20487         (queue_threshold_reached), (queue_out_of_data),
20488         (gen_preroll_element), (remove_groups), (unknown_type),
20489         (add_element_stream), (no_more_pads), (probe_triggered),
20490         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
20491         (setup_substreams), (setup_source), (finish_source),
20492         (prepare_output), (muted_group_change_state),
20493         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20494         (gst_play_base_bin_change_state):
20495         * gst/playback/gstplaybasebin.h:
20496         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20497         (gst_play_bin_init), (gst_play_bin_set_property),
20498         (gen_video_element), (gen_text_element), (gen_audio_element),
20499         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
20500         (gst_play_bin_change_state):
20501         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20502         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
20503         (stream_info_change_state), (gst_stream_info_set_mute),
20504         (gst_stream_info_get_property):
20505         * gst/playback/gststreaminfo.h:
20506         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20507         (gst_stream_selector_get_linked_pad),
20508         (gst_stream_selector_getcaps),
20509         (gst_stream_selector_get_linked_pads),
20510         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20511         * gst/playback/gststreamselector.h:
20512           Rough port of playbin. Needs some more work, but is mostly done,
20513           and uses a few locks in important places, which should make stuff
20514           like chain-switches clean. Still uses GST_STATE() in a few places,
20515           which isn't all that good an idea, subtitles/elements disabled
20516           because no elements to test with and thus probably broken, query
20517           and event handling moved to GstBin, internal thread removed
20518           alltogether because the pipeline does that for us now. Can play
20519           Ogg/Vorbis files. Haven't tested anything else yet.
20520
20521 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20522
20523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
20524           Do no-more-pads (needed for autoplugging).
20525
20526 2005-05-10  Andy Wingo  <wingo@pobox.com>
20527
20528         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
20529         message to the bus with the tags. Still not sent downstream tho.
20530
20531         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
20532         get_parent.
20533         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
20534         avoid refcounting hassles.
20535
20536 2005-05-09  Andy Wingo  <wingo@pobox.com>
20537
20538         * gst/volume/Makefile.am:
20539         * gst/volume/demo.c
20540         * gst/volume/gstvolume.h
20541         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
20542         basetransform. Probably need an audio filter base class.
20543
20544 2005-05-09  Wim Taymans  <wim@fluendo.com>
20545
20546         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
20547         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
20548         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
20549         (gst_vorbisenc_chain):
20550         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20551         (gst_audio_convert_caps_remove_format_info),
20552         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
20553         (gst_audio_convert_fixate), (gst_audio_convert_channels):
20554         Make caps writable before writing to it.
20555         Fix negotiation in audioconvert some more.
20556
20557 2005-05-09  Wim Taymans  <wim@fluendo.com>
20558
20559         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20560         (gst_videorate_getcaps), (gst_videorate_setcaps),
20561         (gst_videorate_event), (gst_videorate_chain):
20562         Better negotiation.
20563
20564 2005-05-09  Wim Taymans  <wim@fluendo.com>
20565
20566         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
20567         (gst_videorate_getcaps), (gst_videorate_setcaps),
20568         (gst_videorate_blank_data), (gst_videorate_init),
20569         (gst_videorate_event), (gst_videorate_chain),
20570         (gst_videorate_change_state):
20571         Port videorate, do a better job at negotiation while we're at
20572         it.
20573
20574 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
20575
20576         * configure.ac:
20577           Disable libvisual
20578
20579         * examples/Makefile.am:
20580         * gst-libs/gst/audio/Makefile.am:
20581         * gst-libs/gst/riff/Makefile.am:
20582         * gst-libs/gst/tag/Makefile.am:
20583         * gst-libs/gst/video/Makefile.am:
20584           Fixups for missing variables.
20585
20586 2005-05-09  Wim Taymans  <wim@fluendo.com>
20587
20588         * examples/seeking/seek.c: (make_theora_pipeline),
20589         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
20590         (query_rates), (query_positions_elems), (query_positions_pads),
20591         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
20592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20593         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
20594         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
20595         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
20596         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
20597         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20598         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
20599         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
20600         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20601         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20602         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20603         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
20604         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
20605         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20606         (theora_dec_src_convert), (theora_dec_sink_convert),
20607         (theora_dec_src_query), (theora_dec_sink_query),
20608         (theora_dec_src_event), (theora_dec_sink_event),
20609         (theora_handle_comment_packet), (theora_handle_type_packet),
20610         (theora_handle_header_packet), (theora_handle_data_packet),
20611         (theora_dec_chain):
20612         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20613         (vorbis_dec_convert), (vorbis_dec_src_query),
20614         (vorbis_dec_sink_query), (vorbis_dec_src_event),
20615         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20616         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20617         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
20618         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
20619         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
20620         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
20621         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20622         (gst_play_bin_query):
20623         * gst/playback/test3.c: (update_scale):
20624         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
20625         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
20626         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20627         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
20628         (gst_videotestsrc_src_query):
20629         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
20630         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
20631         (paint_hline_YUV9):
20632         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
20633         Port to new query API.
20634         Updated seek.
20635         Cleanups in x[v]imagesink
20636
20637 2005-05-09  Andy Wingo  <wingo@pobox.com>
20638
20639         * ext/alsa/gstalsasink.h:
20640         * ext/gnomevfs/gstgnomevfssrc.c:
20641         (gst_gnomevfssrc_get_icy_metadata):
20642         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
20643         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
20644         * ext/theora/theoradec.c (theora_dec_src_query)
20645         (theora_dec_src_event, theora_dec_sink_event)
20646         (theora_handle_comment_packet, theora_handle_data_packet):
20647         * ext/theora/theoraenc.c (theora_enc_chain):
20648         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
20649         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
20650         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20651         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
20652         (qt_type_find):
20653         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
20654         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
20655         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
20656         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
20657         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
20658         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
20659         (paint_setup_xBGR8888, paint_setup_RGBx8888)
20660         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
20661         (paint_setup_RGB565, paint_setup_xRGB1555):
20662         * gst/videotestsrc/videotestsrc.h:
20663         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
20664         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
20665         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
20666         GCC4 fixes.
20667         
20668         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
20669         gst_pad_query_position. Fixes oggdemux.
20670
20671 2005-05-08  David Schleef  <ds@schleef.org>
20672
20673         * configure.ac: Require liboil.
20674         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
20675         a few more.
20676         * gst/videotestsrc/videotestsrc.c:
20677         * gst/videotestsrc/videotestsrc.h:
20678
20679 2005-05-06  Wim Taymans  <wim@fluendo.com>
20680
20681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20682         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20683         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
20684         Well, unreffing a buffer right before pushing it is asking
20685         for trouble..
20686
20687 2005-05-06  Christian Schaller  <uraeus@gnome.org>
20688
20689         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
20690
20691 2005-05-06  Wim Taymans  <wim@fluendo.com>
20692
20693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20694         (gst_audio_convert_caps_remove_format_info),
20695         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
20696         (gst_audio_convert_fixate), (gst_audio_convert_channels):
20697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20698         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20699         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
20700         * gst/sine/Makefile.am:
20701         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
20702         (gst_sinesrc_class_init), (gst_sinesrc_init),
20703         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
20704         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
20705         (gst_sinesrc_update_freq):
20706         * gst/sine/gstsinesrc.h:
20707         * gst/tcp/gstmultifdsink.c:
20708         * sys/xvimage/xvimagesink.c:
20709         Fixed negotiation wrt _peer_get_caps()
20710         Some cleanups.
20711
20712
20713 2005-05-06  Wim Taymans  <wim@fluendo.com>
20714
20715         * gst-libs/gst/audio/gstaudiosink.c:
20716         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20717         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20718         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20719         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20720         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20721         (gst_audiosink_create_ringbuffer):
20722         * gst-libs/gst/audio/gstbaseaudiosink.c:
20723         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20724         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20725         (gst_baseaudiosink_set_property), (build_linear_format),
20726         (debug_spec_caps), (debug_spec_buffer),
20727         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20728         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20729         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20730         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20731         * gst-libs/gst/audio/gstbaseaudiosink.h:
20732         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20733         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20734         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
20735         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20736         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
20737         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
20738         (wait_segment), (gst_ringbuffer_commit),
20739         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
20740         (gst_ringbuffer_clear):
20741         * gst-libs/gst/audio/gstringbuffer.h:
20742         Make the base audiosink return an error when there is no
20743         audiobuffer negotiated.
20744
20745 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20746
20747         * ext/Makefile.am:
20748         Disable cdparanoia until someone ports it!
20749
20750 2005-05-06  Wim Taymans  <wim@fluendo.com>
20751
20752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20753         (gst_ogg_demux_sink_activate):
20754         And revert after wingo's revert.. sigh..
20755
20756 2005-05-05  Andy Wingo  <wingo@pobox.com>
20757
20758         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
20759         GObject.
20760         * configure.ac: Return audiorate and subparse from the ghetto.
20761         Re-enable -Wall -Werror.
20762         * gst/subparse/gstsubparse.c:
20763         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
20764         or chain-based. Cleaned up a bit. Not tested.
20765         
20766 2005-05-05  Christian Schaller <christian@fluendo.com> 
20767
20768         * Makefile.am: remove stuff that is not building
20769         * configure.ac: remove stuff that is not building
20770         * examples/Makefile.am: remove stuff that is not building
20771         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
20772         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
20773         * sys/Makefile.am: remove stuff that is not building
20774         * testsuite/Makefile.am: remove stuff that is not building
20775
20776 2005-05-05  Andy Wingo  <wingo@pobox.com>
20777
20778         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20779         * gst-libs/gst/tag/gstvorbistag.c:
20780         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
20781         * gst/adder/gstadder.h:
20782         * gst/audioconvert/gstchannelmix.c:
20783         (gst_audio_convert_fill_one_other):
20784         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
20785         (gst_audiorate_init), (gst_audiorate_chain):
20786         * gst/playback/gstplaybasebin.c: (setup_source):
20787         * gst/playback/test3.c: (update_scale):
20788         Some GCC4 fixes
20789         
20790         * po/af.po:
20791         * po/az.po:
20792         * po/cs.po:
20793         * po/en_GB.po:
20794         * po/hu.po:
20795         * po/it.po:
20796         * po/nb.po:
20797         * po/nl.po:
20798         * po/or.po:
20799         * po/sq.po:
20800         * po/sr.po:
20801         * po/sv.po:
20802         * po/uk.po:
20803         * po/vi.po: Foo
20804
20805 2005-05-05  Wim Taymans  <wim@fluendo.com>
20806
20807         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20808         (gst_audio_convert_caps_remove_format_info),
20809         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20810         (gst_audio_convert_change_state), (gst_audio_convert_channels):
20811         * gst/videotestsrc/gstvideotestsrc.c:
20812         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
20813         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
20814         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
20815         (gst_videotestsrc_init), (gst_videotestsrc_loop):
20816         Don't ignore _push() return values.
20817         Make sure no processing is done when shutting down.
20818         Videotestsrc pad activation fix.
20819
20820 2005-05-05  Wim Taymans  <wim@fluendo.com>
20821
20822         * gst/adder/Makefile.am:
20823         * gst/adder/gstadder.c: (gst_adder_setcaps),
20824         (gst_adder_class_init), (gst_adder_init),
20825         (gst_adder_request_new_pad), (gst_adder_collected),
20826         (gst_adder_change_state):
20827         * gst/adder/gstadder.h:
20828         Ported adder as an example of a mixer element using
20829         collect pads. Needs more negotiation work.
20830
20831 2005-05-05  Wim Taymans  <wim@fluendo.com>
20832
20833         * ext/theora/theoradec.c: (_inc_granulepos),
20834         (theora_dec_src_event), (theora_dec_sink_event),
20835         (theora_handle_comment_packet), (theora_handle_type_packet),
20836         (theora_handle_header_packet), (theora_handle_data_packet),
20837         (theora_dec_chain):
20838         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20839         (gst_theora_enc_init), (theora_enc_sink_setcaps),
20840         (theora_push_buffer), (theora_push_packet),
20841         (theora_enc_sink_event), (theora_enc_chain),
20842         (theora_enc_change_state), (theora_enc_set_property),
20843         (theora_enc_get_property):
20844         Added stream lock to decoder so that we can serialize
20845         the discont event.
20846         More theoraenc porting, recover from errors, do clean
20847         shutdown.
20848
20849 2005-05-05  Wim Taymans  <wim@fluendo.com>
20850
20851         * ext/ogg/Makefile.am:
20852         * ext/ogg/README:
20853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20854         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
20855         (gst_ogg_print):
20856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20857         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
20858         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
20859         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
20860         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
20861         (gst_ogg_mux_change_state):
20862         Ported ogg muxer.
20863
20864 2005-05-05  Wim Taymans  <wim@fluendo.com>
20865
20866         * docs/design-audiosinks.txt:
20867         * gst-libs/gst/audio/TODO:
20868         * gst-libs/gst/audio/gstaudiosink.c:
20869         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20870         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20871         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20872         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20873         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20874         (gst_audiosink_create_ringbuffer):
20875         * gst-libs/gst/audio/gstbaseaudiosink.c:
20876         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20877         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20878         (gst_baseaudiosink_set_property), (build_linear_format),
20879         (debug_spec_caps), (debug_spec_buffer),
20880         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20881         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20882         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20883         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20884         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20885         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20886         (gst_ringbuffer_release), (gst_ringbuffer_play),
20887         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
20888         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
20889         (gst_ringbuffer_set_sample), (wait_segment),
20890         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
20891         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
20892         More work on the audiosink, mostly debugging and a race in
20893         shutdown.
20894
20895 2005-04-28  Wim Taymans  <wim@fluendo.com>
20896
20897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20898         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
20899         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
20900         (vorbis_dec_src_query), (vorbis_dec_src_event),
20901         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20902         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20903         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
20904         Don't crap out when seeking back to position 0.
20905
20906 2005-04-28  Wim Taymans  <wim@fluendo.com>
20907
20908         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
20909         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
20910         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
20911         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20912         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
20913         Make audio sink configurable, use alsasink as default.
20914
20915 2005-04-28  Wim Taymans  <wim@fluendo.com>
20916
20917         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20918         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20919         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20920         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
20921         (vorbis_dec_change_state):
20922         * ext/vorbis/vorbisdec.h:
20923         Refactor, use STREAM_LOCK.
20924
20925 2005-04-28  Wim Taymans  <wim@fluendo.com>
20926
20927         * ext/theora/theoradec.c: (_inc_granulepos),
20928         (theora_dec_sink_event), (theora_handle_comment_packet),
20929         (theora_handle_type_packet), (theora_handle_header_packet),
20930         (theora_handle_data_packet), (theora_dec_chain),
20931         (theora_dec_change_state):
20932         Refactor a bit, use STREAM_LOCK.
20933
20934 2005-04-28  Wim Taymans  <wim@fluendo.com>
20935
20936         * ext/alsa/Makefile.am:
20937         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
20938         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
20939         (gst_alsa_link), (gst_alsa_close_audio):
20940         * ext/alsa/gstalsaplugin.c: (plugin_init):
20941         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
20942         (gst_alsasink_dispose), (gst_alsasink_base_init),
20943         (gst_alsasink_class_init), (gst_alsasink_init),
20944         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
20945         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
20946         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
20947         (gst_alsasink_reset):
20948         * ext/alsa/gstalsasink.h:
20949         Implement alsasink with simple open/write/close API. 
20950         Make alsa dir build by disabling compilation of code.
20951
20952 2005-04-28  Wim Taymans  <wim@fluendo.com>
20953
20954         * gst-libs/gst/audio/Makefile.am:
20955         * gst-libs/gst/audio/audio.h:
20956         * gst-libs/gst/audio/audioclock.c:
20957         * gst-libs/gst/audio/audioclock.h:
20958         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
20959         (gst_audio_clock_class_init), (gst_audio_clock_init),
20960         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
20961         * gst-libs/gst/audio/gstaudioclock.h:
20962         * gst-libs/gst/audio/gstaudiosink.c:
20963         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20964         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20965         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20966         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20967         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20968         (gst_audiosink_create_ringbuffer):
20969         * gst-libs/gst/audio/gstbaseaudiosink.c:
20970         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20971         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20972         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
20973         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
20974         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20975         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20976         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20977         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20978         * gst-libs/gst/audio/gstbaseaudiosink.h:
20979         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20980         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
20981         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20982         (gst_ringbuffer_release), (gst_ringbuffer_play),
20983         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
20984         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
20985         (gst_ringbuffer_set_sample), (wait_segment),
20986         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
20987         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
20988         * gst-libs/gst/audio/gstringbuffer.h:
20989         Make ringbuffer faster and more simple by removing the locks
20990         in the playback thread.
20991         Add sample accurate playback based on buffer sample offsets.
20992         Make the baseaudiosink provide a clock.
20993         Parse caps in the base class.
20994         Correctly handle seeking, flushing and state changes.
20995
20996 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20997
20998         * configure.ac:
20999         * gst/audioconvert/Makefile.am:
21000         * gst/audioscale/Makefile.am:
21001           Fix part of the build.  Come on guys, autogen didn't even work :)
21002
21003 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21004
21005         * configure.ac:
21006         * gst-libs/gst/Makefile.am:
21007         * gst-libs/gst/media-info/.cvsignore:
21008         * gst-libs/gst/media-info/Makefile.am:
21009         * gst-libs/gst/media-info/README:
21010         * gst-libs/gst/media-info/media-info-priv.c:
21011         * gst-libs/gst/media-info/media-info-priv.h:
21012         * gst-libs/gst/media-info/media-info-test.c:
21013         * gst-libs/gst/media-info/media-info.c:
21014         * gst-libs/gst/media-info/media-info.h:
21015         * gst-libs/gst/media-info/media-info.vcproj:
21016         * pkgconfig/Makefile.am:
21017         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
21018         * pkgconfig/gstreamer-media-info.pc.in:
21019           Remove media-info, which is also successed by playbin (see Totem
21020           implementation).
21021
21022 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21023
21024         * configure.ac:
21025         * examples/Makefile.am:
21026         * examples/gstplay/.cvsignore:
21027         * examples/gstplay/Makefile.am:
21028         * examples/gstplay/player.c:
21029         * gst-libs/gst/Makefile.am:
21030         * gst-libs/gst/play/.cvsignore:
21031         * gst-libs/gst/play/Makefile.am:
21032         * gst-libs/gst/play/play.c:
21033         * gst-libs/gst/play/play.h:
21034         * gst-libs/gst/play/play.vcproj:
21035         * pkgconfig/Makefile.am:
21036         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21037         * pkgconfig/gstreamer-play.pc.in:
21038           Remove libgstplay, playbin is now the official successor.
21039
21040 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21041
21042         * configure.ac:
21043         * gst-libs/gst/Makefile.am:
21044         * gst-libs/gst/xwindowlistener/Makefile.am:
21045         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21046         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
21047           Remove deprecated xwindowlistener (I've moved xwindowlistening
21048           in the v4l/v4l2 plugins over to serverside).
21049
21050 2005-04-25  David Schleef  <ds@schleef.org>
21051
21052         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
21053         to examples/dynparams.  Examples do not belong interspersed with
21054         source code.
21055         * examples/dynparams/demo-dparams.c:
21056         * gst/sine/Makefile.am:
21057         * gst/sine/demo-dparams.c:
21058
21059 2005-04-25  David Schleef  <ds@schleef.org>
21060
21061         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
21062         * gst-libs/gst/audio/Makefile.am:
21063         * gst-libs/gst/riff/Makefile.am:
21064         * gst-libs/gst/tag/Makefile.am:
21065         * gst-libs/gst/video/Makefile.am:
21066         * gst-libs/gst/xwindowlistener/Makefile.am:
21067
21068         Convert to 0.9 API, seems to work:
21069         * sys/ximage/Makefile.am:
21070         * sys/ximage/ximagesink.c:
21071
21072 2005-04-24  David Schleef  <ds@schleef.org>
21073
21074         Link plugins against libraries:
21075         * ext/alsa/Makefile.am:
21076         * gst/tcp/Makefile.am:
21077
21078         Remove asm code that should be in liboil
21079         * gst/videoscale/Makefile.am:
21080         * gst/videoscale/videoscale_x86_asm.s:
21081
21082         gettext wants these checked in:
21083         * po/af.po:
21084         * po/az.po:
21085         * po/cs.po:
21086         * po/en_GB.po:
21087         * po/hu.po:
21088         * po/it.po:
21089         * po/nb.po:
21090         * po/nl.po:
21091         * po/or.po:
21092         * po/sq.po:
21093         * po/sr.po:
21094         * po/sv.po:
21095         * po/uk.po:
21096         * po/vi.po:
21097
21098 2005-04-24  David Schleef  <ds@schleef.org>
21099
21100         Convert gst_main() to g_main_loop_run()
21101         * gst/playback/decodetest.c: (main):
21102         * gst/playback/test2.c: (main):
21103         * gst/playback/test3.c: (main):
21104         * gst/playback/test4.c: (main):
21105
21106         Link plugins against libraries:
21107         * ext/libvisual/Makefile.am:
21108         * sys/xvimage/Makefile.am:
21109
21110 2005-04-24  David Schleef  <ds@schleef.org>
21111
21112         * configure.ac: Remove idct and resample libs
21113         * gst-libs/gst/Makefile.am: same
21114
21115         Remove usage of gst_library_load():
21116         * ext/alsa/gstalsaplugin.c: (plugin_init):
21117         * ext/libvisual/visual.c: (plugin_init):
21118         * ext/ogg/gstogg.c: (plugin_init):
21119         * ext/theora/theora.c: (plugin_init):
21120         * ext/vorbis/vorbis.c: (plugin_init):
21121         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
21122         * gst/audioscale/gstaudioscale.c:
21123         * gst/adder/gstadder.c: (plugin_init):
21124         * gst/audioconvert/plugin.c: (plugin_init):
21125         * sys/ximage/ximagesink.c: (plugin_init):
21126         * sys/xvimage/xvimagesink.c: (plugin_init):
21127         * gst/tcp/gsttcpplugin.c: (plugin_init):
21128
21129         Link plugins against libraries:
21130         * ext/ogg/Makefile.am:
21131         * ext/theora/Makefile.am:
21132         * ext/vorbis/Makefile.am:
21133         * gst/audioconvert/Makefile.am:
21134
21135         Create proper libraries:
21136         * gst-libs/gst/riff/Makefile.am:
21137         * gst-libs/gst/audio/Makefile.am:
21138         * gst-libs/gst/video/Makefile.am:
21139
21140         Move resample library to audioscale plugin directory:
21141         * gst-libs/gst/resample/Makefile.am:
21142         * gst-libs/gst/resample/README:
21143         * gst-libs/gst/resample/dtof.c:
21144         * gst-libs/gst/resample/dtos.c:
21145         * gst-libs/gst/resample/functable.c:
21146         * gst-libs/gst/resample/private.h:
21147         * gst-libs/gst/resample/resample.c:
21148         * gst-libs/gst/resample/resample.h:
21149         * gst-libs/gst/resample/resample.vcproj:
21150         * gst-libs/gst/resample/test.c:
21151         * gst/audioscale/Makefile.am:
21152         * gst/audioscale/README:
21153         * gst/audioscale/dtof.c:
21154         * gst/audioscale/dtos.c:
21155         * gst/audioscale/functable.c:
21156         * gst/audioscale/private.h:
21157         * gst/audioscale/resample.c:
21158         * gst/audioscale/resample.h:
21159         * gst/audioscale/test.c:
21160
21161         Move tagedit library to gst-libs:
21162         * gst-libs/gst/tag/Makefile.am:
21163         * gst-libs/gst/tag/gstid3tag.c:
21164         * gst-libs/gst/tag/gsttagediting.c:
21165         * gst-libs/gst/tag/gsttageditingprivate.h:
21166         * gst-libs/gst/tag/gstvorbistag.c:
21167         * gst/tags/Makefile.am:
21168         * gst/tags/gstid3tag.c:
21169         * gst/tags/gstvorbistag.c:
21170
21171         Fix for core changes:
21172         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21173         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
21174         (gst_sinesrc_getrange):
21175
21176 2005-04-23  David Schleef  <ds@schleef.org>
21177
21178         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
21179         in gst-plugins in a long time, and properly belongs in liboil.
21180         * gst-libs/gst/idct/Makefile.am:
21181         * gst-libs/gst/idct/README:
21182         * gst-libs/gst/idct/dct.h:
21183         * gst-libs/gst/idct/doieee:
21184         * gst-libs/gst/idct/fastintidct.c:
21185         * gst-libs/gst/idct/floatidct.c:
21186         * gst-libs/gst/idct/idct.c:
21187         * gst-libs/gst/idct/idct.h:
21188         * gst-libs/gst/idct/idtc.vcproj:
21189         * gst-libs/gst/idct/ieeetest.c:
21190         * gst-libs/gst/idct/intidct.c:
21191
21192 2005-04-20  Wim Taymans  <wim@fluendo.com>
21193
21194         * docs/design-audiosinks.txt:
21195         * gst-libs/gst/audio/Makefile.am:
21196         * gst-libs/gst/audio/TODO:
21197         * gst-libs/gst/audio/gstaudiosink.c:
21198         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
21199         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
21200         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
21201         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
21202         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
21203         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
21204         (gst_audiosink_class_init), (gst_audiosink_init),
21205         (gst_audiosink_create_ringbuffer):
21206         * gst-libs/gst/audio/gstaudiosink.h:
21207         * gst-libs/gst/audio/gstbaseaudiosink.c:
21208         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
21209         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
21210         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
21211         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
21212         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
21213         (gst_baseaudiosink_create_ringbuffer),
21214         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
21215         * gst-libs/gst/audio/gstbaseaudiosink.h:
21216         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
21217         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
21218         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
21219         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
21220         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
21221         (gst_ringbuffer_play), (gst_ringbuffer_pause),
21222         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
21223         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
21224         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
21225         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
21226         * gst-libs/gst/audio/gstringbuffer.h:
21227         An attempt at a set of audio base classes together with some
21228         design docs.
21229
21230 2005-04-20  Wim Taymans  <wim@fluendo.com>
21231
21232         * gst/audioconvert/Makefile.am:
21233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21234         (gst_audio_convert_caps_remove_format_info),
21235         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
21236         (gst_audio_convert_channels):
21237         Link against audio libs.
21238         Fix audio convert plugin.
21239
21240 2005-04-20  Wim Taymans  <wim@fluendo.com>
21241
21242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
21243         (gst_ogg_demux_sink_activate):
21244         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
21245         (theora_set_header_on_caps), (theora_enc_sink_event),
21246         (theora_enc_chain):
21247         Fix theora encoder.
21248
21249 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21250
21251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
21252         * gst/playback/gstdecodebin.c: (find_compatibles):
21253           Work with staticpadtemplates in elementfactories.
21254
21255 2005-04-12  Wim Taymans  <wim@fluendo.com>
21256
21257         * gst/playback/README:
21258         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21259         (compare_ranks), (print_feature), (gst_decode_bin_init),
21260         (dynamic_create), (dynamic_free), (find_compatibles),
21261         (mimetype_is_raw), (close_pad_link), (got_redirect),
21262         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
21263         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
21264         (gst_decode_bin_change_state):
21265         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21266         (gst_play_base_bin_init), (group_destroy), (group_commit),
21267         (check_queue), (queue_overrun), (queue_threshold_reached),
21268         (queue_out_of_data), (gen_preroll_element), (unknown_type),
21269         (new_decoded_pad), (setup_subtitle), (gen_source_element),
21270         (got_redirect), (setup_source), (play_base_eos),
21271         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
21272         (gst_play_base_bin_remove_element):
21273         * gst/playback/gstplaybasebin.h:
21274         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21275         (gst_play_bin_init), (gst_play_bin_dispose),
21276         (gst_play_bin_set_property), (gen_video_element),
21277         (gen_text_element), (gen_audio_element), (remove_sinks),
21278         (gst_play_bin_send_event):
21279         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
21280         (stream_info_change_state), (gst_stream_info_set_mute):
21281         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
21282         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
21283         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
21284         (gst_stream_selector_chain):
21285         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
21286         (main):
21287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
21288         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
21289         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
21290         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
21291         Raw and crude port of decodebin. 
21292         Make playbin compile.
21293
21294 2005-04-06  Wim Taymans  <wim@fluendo.com>
21295
21296         * ext/gnomevfs/Makefile.am:
21297         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21298         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
21299         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21300         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
21301         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
21302         (gst_gnomevfssrc_stop):
21303         * ext/ogg/Makefile.am:
21304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
21305         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
21306         * ext/theora/Makefile.am:
21307         * ext/theora/theoradec.c: (_inc_granulepos),
21308         (theora_dec_sink_event), (theora_dec_chain):
21309         * ext/vorbis/Makefile.am:
21310         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21311         (vorbis_dec_sink_event), (vorbis_dec_chain):
21312         * gst-libs/gst/audio/Makefile.am:
21313         * sys/xvimage/Makefile.am:
21314         Make gnomevfssrc extend the source base class.
21315         Fix linking against libs in various plugins.
21316
21317 2005-04-06  Andy Wingo  <wingo@pobox.com>
21318
21319         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
21320         GST_BASE_LIBS.
21321
21322         * configure.ac: Add check and AC_SUBST for libgstbase.
21323
21324 2005-03-31  Wim Taymans  <wim@fluendo.com>
21325
21326         * examples/seeking/Makefile.am:
21327         * examples/seeking/cdparanoia.c: (main):
21328         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
21329         (play_cb), (pause_cb), (stop_cb), (main):
21330         * examples/seeking/playbin.c:
21331         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
21332         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
21333         (make_sid_pipeline), (make_vorbis_pipeline),
21334         (make_theora_pipeline), (make_vorbis_theora_pipeline),
21335         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
21336         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
21337         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
21338         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
21339         (stop_cb), (main):
21340         * examples/seeking/spider_seek.c:
21341         * examples/seeking/vorbisfile.c:
21342         * ext/gnomevfs/Makefile.am:
21343         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21344         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
21345         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
21346         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
21347         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
21348         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
21349         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
21350         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
21351         * ext/ogg/README:
21352         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
21353         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
21354         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
21355         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
21356         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
21357         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
21358         (gst_ogg_pad_event), (gst_ogg_pad_reset),
21359         (gst_ogg_demux_factory_filter), (compare_ranks),
21360         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
21361         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
21362         (gst_ogg_chain_new), (gst_ogg_chain_free),
21363         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
21364         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
21365         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
21366         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
21367         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
21368         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
21369         (gst_ogg_demux_get_prev_page),
21370         (gst_ogg_demux_deactivate_current_chain),
21371         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
21372         (gst_ogg_demux_bisect_forward_serialno),
21373         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21374         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
21375         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
21376         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
21377         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
21378         (gst_ogg_demux_change_state), (gst_ogg_print):
21379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21380         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
21381         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
21382         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
21383         (gst_ogg_mux_loop):
21384         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21385         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
21386         (theora_dec_src_convert), (theora_dec_sink_convert),
21387         (theora_dec_src_query), (theora_dec_src_event),
21388         (theora_dec_sink_event), (theora_dec_chain),
21389         (theora_dec_change_state):
21390         * ext/theora/theoraenc.c: (gst_theora_enc_init),
21391         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
21392         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
21393         (theora_enc_change_state):
21394         * ext/vorbis/Makefile.am:
21395         * ext/vorbis/oggvorbisenc.c:
21396         * ext/vorbis/oggvorbisenc.h:
21397         * ext/vorbis/vorbis.c: (plugin_init):
21398         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21399         (vorbis_dec_src_query), (vorbis_dec_src_event),
21400         (vorbis_dec_sink_event), (vorbis_dec_chain),
21401         (vorbis_dec_change_state):
21402         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
21403         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
21404         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
21405         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21406         (gst_vorbisenc_change_state):
21407         * ext/vorbis/vorbisenc.h:
21408         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
21409         * gst-libs/gst/audio/audioclock.c:
21410         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21411         (gst_audiofilter_init), (gst_audiofilter_chain):
21412         * gst-libs/gst/audio/testchannels.c: (main):
21413         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
21414         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
21415         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
21416         (gmip_find_track_streaminfo), (gmip_find_track_format):
21417         * gst-libs/gst/media-info/media-info.c:
21418         (gst_media_info_read_idler):
21419         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
21420         (gst_play_get_all_by_interface):
21421         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
21422         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
21423         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
21424         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
21425         (gst_riff_parse_info):
21426         * gst-libs/gst/riff/riff-read.h:
21427         * gst-libs/gst/riff/riff.c: (plugin_init):
21428         * gst-libs/gst/video/Makefile.am:
21429         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
21430         (gst_videosink_class_init), (gst_videosink_get_type):
21431         * gst-libs/gst/video/videosink.h:
21432         * gst/audioconvert/bufferframesconvert.c:
21433         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
21434         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
21435         * gst/audioconvert/channelmixtest.c: (main):
21436         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21437         (gst_audio_convert_chain),
21438         (gst_audio_convert_caps_remove_format_info),
21439         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
21440         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
21441         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
21442         (gst_audio_convert_buffer_to_default_format),
21443         (gst_audio_convert_buffer_from_default_format),
21444         (gst_audio_convert_channels):
21445         * gst/audioconvert/gstchannelmix.h:
21446         * gst/ffmpegcolorspace/avcodec.h:
21447         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21448         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21449         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
21450         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
21451         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
21452         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21453         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21454         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
21455         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21456         (dv_type_find):
21457         * gst/videotestsrc/gstvideotestsrc.c:
21458         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
21459         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
21460         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
21461         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
21462         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
21463         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
21464         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
21465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21466         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
21467         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
21468         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
21469         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
21470         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
21471         (gst_xvimagesink_navigation_send_event),
21472         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
21473         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
21474         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21475         * sys/xvimage/xvimagesink.h:
21476         Plugin port to 0.9, ogg/theora playback should work in the seek
21477         example now.
21478         Removed old examples.
21479         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
21480         explained in 0.9 TODO doc.
21481
21482
21483 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21484
21485         * autogen.sh:
21486         * configure.ac:
21487         * ext/Makefile.am:
21488         * gst/Makefile.am:
21489         * po/POTFILES.in:
21490         * po/af.po:
21491         * po/az.po:
21492         * po/cs.po:
21493         * po/en_GB.po:
21494         * po/hu.po:
21495         * po/it.po:
21496         * po/nb.po:
21497         * po/nl.po:
21498         * po/or.po:
21499         * po/sq.po:
21500         * po/sr.po:
21501         * po/sv.po:
21502         * po/uk.po:
21503         * po/vi.po:
21504         * sys/Makefile.am:
21505         * testsuite/Makefile.am:
21506           remove a whole bunch of plugins.  This module now contains a set
21507           of free reference plugins/elements as agreed.
21508
21509 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21510
21511         * configure.ac:
21512           hunting season on 0.9 is now OPEN
21513
21514 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21515
21516         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21517           Kick the hell out of gcc for not warning me about a symbol conflict.
21518
21519 2005-02-22  Luca Ognibene  <luogni@tin.it>
21520
21521         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21522
21523         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
21524           Don't leak caps string (fixes #168134)
21525
21526         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
21527         (gst_jpegenc_init), (gst_jpegenc_finalize),
21528         (gst_jpegenc_change_state):
21529           Don't leak line buffers and context struct (fixes #168133).
21530
21531 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
21532
21533         * configure.ac:
21534         * ext/dirac/gstdiracdec.cc:
21535         (gst_diracdec_chain):
21536           Since dirac 0.5.0 the framerate in dirac is expressed as a
21537           rational number. Fix build and up requirement to 0.5.0, and
21538           also pass parameters to gst_diracdec_link in the right order
21539           (fixes #167959).
21540
21541 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
21542
21543         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
21544         * ext/faad/gstfaad.h:
21545         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
21546         certain invalid muxed streams, where some packets will contain 
21547         junk after decoder data. Partially fixes #149158.
21548
21549 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
21550         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
21551           Make sure we only write to writable buffers
21552
21553 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
21554
21555         * gst-libs/gst/riff/riff-media.c:
21556         (gst_riff_create_audio_caps_with_data):
21557           Do actually fix invalid RIFF fmt header values for alaw
21558           and mulaw audio instead of just saying so.
21559
21560         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21561           Give gst_riff_create_audio_caps_with_data() a chance to
21562           fix up broken format header fields before extracting any
21563           parameters from the header. (fixes #167633)
21564
21565 2005-02-19  Martin Holters  <martin.holters@gmx.de>
21566
21567         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21568
21569         * gst/audioconvert/bufferframesconvert.c:
21570         (buffer_frames_convert_link):
21571           Don't leak othercaps. (fixes #167878)
21572
21573 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
21574
21575         * configure.ac:
21576         * ext/libvisual/visual.c: (gst_visual_srclink),
21577         (gst_visual_change_state):
21578           Support libvisual 0.2.0.
21579
21580 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
21581
21582         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
21583         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
21584           Use same rowstrides for I420 as used everywhere else.
21585
21586 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
21587
21588         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
21589           Declare variables at beginning of block and make gcc-2.95 happy
21590           (fixes # 167482, patch by Gergely Nagy).
21591           
21592         * gst/tcp/gsttcpclientsrc.c:
21593         * gst/tcp/gsttcpclientsrc.h:
21594           Move some includes into the header, so that struct sockaddr_in is
21595           defined when it should be defined on FreeBSD as well (fixes
21596           #167483).
21597           
21598         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
21599           Don't pass uninitialised values to setsockopt() here either.
21600
21601 2005-02-17  Luca Ognibene  <luogni at tin dot it>
21602
21603         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21604
21605         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
21606           Don't pass uninitialised values to setsockopt(). (fixes #167704)
21607
21608 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21609
21610         * gst/playback/gstplaybin.c: (add_sink):
21611           Invert bin_add/link order to workaround deadlock in opt.
21612
21613 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21614
21615         * gst/modplug/gstmodplug.cc:
21616           Add missing break causing position queries to fail.
21617
21618 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21619
21620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
21621           Granpos can apparently be -1, which screws up calculations...
21622
21623 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
21624
21625         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21626         (gst_ximagesink_send_pending_navigation),
21627         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
21628         (gst_ximagesink_init):
21629         * sys/ximage/ximagesink.h:
21630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21631         (gst_xvimagesink_send_pending_navigation),
21632         (gst_xvimagesink_navigation_send_event),
21633         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
21634         * sys/xvimage/xvimagesink.h:
21635           Use a mutex protected list to marshal navigation
21636           events into the stream thread from whichever thread
21637           sends them.
21638
21639 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
21640
21641         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
21642           Display current position and track length; misc. clean-ups.
21643           
21644         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
21645         (speed_init), (speed_chain):
21646           Add query function, so that the stream length and current position
21647           get adjusted when queried (note that current position queries may
21648           still be wrong if the audio sink returns values based on buffer
21649           timestamps instead of passing on the query).
21650
21651 2005-02-13  Benjamin Otte  <otte@gnome.org>
21652
21653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21654         (gst_audio_convert_channels):
21655           create channel conversion matrix when linking
21656         * gst/audioconvert/.cvsignore:
21657         * gst/audioconvert/Makefile.am:
21658         * gst/audioconvert/channelmixtest.c: (main):
21659           add (ugly) test that ensures stereo <=> mono conversion works
21660           correctly
21661
21662 2005-02-13  Benjamin Otte  <otte@gnome.org>
21663
21664         * gst/audioconvert/gstchannelmix.h:
21665           include missing header file
21666         * gst/audioconvert/gstchannelmix.c:
21667         (gst_audio_convert_fill_compatible):
21668           use same sign for both channels when converting to/from compatible
21669           channel. Previously used different signs made the signals cancel
21670           each other out and appear like silence. (fixes #167269)
21671
21672 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
21673
21674         * gst/ffmpegcolorspace/avcodec.h:
21675         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21676         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21677         (gst_ffmpegcsp_avpicture_fill):
21678         * gst/ffmpegcolorspace/imgconvert.c:
21679           Convert to and from YV12 (fixes #156379).
21680
21681 2005-02-12  Julien MOUTTE  <julien@moutte.net>
21682
21683         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21684         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21685         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21686         (gst_ximagesink_expose), (gst_ximagesink_set_property),
21687         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
21688         methods from chain and negotiation and vice versa (Fixes #166142).
21689         * sys/ximage/ximagesink.h: Add stream_lock.
21690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21691         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21692         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
21693         (gst_xvimagesink_expose): Check for xcontext before trying to link.
21694
21695 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
21696
21697         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
21698           Don't send "Hey! You gave me a NULL pointer you naughty person" as
21699           error message when we can't open the DVD device (when dvdnav_open()
21700           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
21701           the above). Send something more useful instead (fixes #167117).
21702
21703 2005-02-11  Julien MOUTTE  <julien@moutte.net>
21704
21705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
21706         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
21707         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21708         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
21709         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
21710         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
21711         methods from chain and negotiation and vice versa (Fixes #166142).
21712         Fix a possible bug of images in the buffer pool being discarded because
21713         we are looking at the wrong geometry.
21714         * sys/xvimage/xvimagesink.h: Add stream_lock.
21715
21716 2005-02-11  David Schleef  <ds@schleef.org>
21717
21718         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
21719         unsigned int. (fixes #167128)
21720
21721 2005-02-11  David Schleef  <ds@schleef.org>
21722
21723         * gst/librfb/Makefile.am: Testing stuff before committing is
21724           for wimps... and people with fast machines.  Fix stupid
21725           mistake.
21726
21727 2005-02-11  David Schleef  <ds@schleef.org>
21728
21729         * configure.ac: Pull in librfb from my CVS tree, because it is
21730           too small and annoying to be separate.  Move rfbsrc plugin
21731           to gst/.
21732         * ext/Makefile.am:
21733         * ext/librfb/Makefile.am:
21734         * ext/librfb/gstrfbsrc.c:
21735         * gst/librfb/Makefile.am:
21736         * gst/librfb/gstrfbsrc.c:
21737         * gst/librfb/rfb.c:
21738         * gst/librfb/rfb.h:
21739         * gst/librfb/rfbbuffer.c:
21740         * gst/librfb/rfbbuffer.h:
21741         * gst/librfb/rfbbytestream.c:
21742         * gst/librfb/rfbbytestream.h:
21743         * gst/librfb/rfbcontext.h:
21744         * gst/librfb/rfbdecoder.c:
21745         * gst/librfb/rfbdecoder.h:
21746         * gst/librfb/rfbutil.h:
21747
21748 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
21749
21750         * gst/speed/Makefile.am:
21751         * gst/speed/demo-mp3.c: (main):
21752         * gst/speed/filter.func:
21753         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
21754         (speed_class_init), (speed_init), (speed_chain_int16),
21755         (speed_chain_float32), (speed_chain), (speed_set_property),
21756         (speed_get_property), (speed_change_state):
21757         * gst/speed/gstspeed.h:
21758           Fix speed element and make it chain-based (fixes #156467),
21759           and make it handle more than one channel.
21760
21761 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
21762
21763         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
21764         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
21765         (gst_dtsdec_chain), (gst_dtsdec_change_state):
21766         * ext/dts/gstdtsdec.h:
21767           Don't clobber the stack constructing the channels array.
21768           Make the element chain-based. DTS tracks can now be played.
21769           
21770 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
21771
21772         * gst-libs/gst/audio/multichannel.h:
21773         * gst-libs/gst/gconf/gconf.h:
21774         * gst-libs/gst/idct/idct.h:
21775         * gst-libs/gst/media-info/media-info-priv.h:
21776         * gst-libs/gst/play/play.h:
21777         * gst-libs/gst/resample/private.h:
21778         * gst-libs/gst/resample/resample.h:
21779         * gst-libs/gst/riff/riff-ids.h:
21780         * gst-libs/gst/video/video.h:
21781         * gst-libs/gst/video/videosink.h:
21782           Add G_BEGIN_DECLS and G_END_DECLS around headers where
21783           missing, so that they work when included from C++ code.
21784
21785 2005-02-09  David Schleef  <ds@schleef.org>
21786
21787         * testsuite/gst-lint: Check for non-statically scoped
21788           parent_class variables.  This won't be a problem once
21789           plugins are loaded with RTLD_LOCAL.
21790
21791 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21792
21793         * ext/mplex/gstmplexibitstream.cc:
21794           gcc madness.
21795
21796 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21797
21798         * ext/ogg/gstogmparse.c:
21799         * gst/debug/gstnavigationtest.c:
21800           Die, thou faulty symbol pollutors (non-static parent_class).
21801
21802 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21803
21804         * ext/mplex/gstmplexibitstream.cc:
21805           Fix event handling (#165525).
21806
21807 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21808
21809         * ext/mikmod/gstmikmod.c:
21810         * gst/modplug/gstmodplug.cc:
21811           Add missing endianness to template (fixes #165509).
21812
21813 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21814
21815         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
21816           Fix wrong order of reading of optional bytes (#165290).
21817
21818 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21819
21820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21821           Implement FILLER event awareness.
21822
21823 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21824
21825         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
21826           Fix track calculations (#166208).
21827
21828 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
21829
21830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21831
21832         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
21833         * ext/libpng/gstpngenc.c:
21834           Fix byte-order, use proper fixed caps. Fixes #164197.
21835
21836 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
21837
21838         * configure.ac:
21839           Add dvdlpcmdec 
21840
21841         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
21842         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
21843           Don't push buffers if the src pad isn't negotiated yet.
21844           
21845         * gst/audioconvert/gstaudioconvert.c:
21846         (gst_audio_convert_buffer_to_default_format),
21847         (gst_audio_convert_buffer_from_default_format):
21848           Add support for 24-bit width.
21849
21850         * gst/dvdlpcmdec/.cvsignore:
21851         * gst/dvdlpcmdec/Makefile.am:
21852         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
21853         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
21854         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
21855         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
21856         (plugin_init):
21857         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
21858           New decoder for rearranging DVD LPCM into our audio/x-raw-int
21859           format. Needs support for the channels maps if someone can find 
21860           a DVD LPCM track with > 2 channels.
21861
21862         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
21863         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
21864         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
21865         * gst/mpegstream/gstdvddemux.h:
21866         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21867         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
21868         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
21869         * gst/mpegstream/gstmpegdemux.h:
21870         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
21871         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
21872         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
21873         (gst_mpeg_parse_handle_src_query),
21874         (gst_mpeg_parse_handle_src_event):
21875           Use audio/x-dvd-lpcm for LPCM output.
21876           Add DTS output.
21877
21878 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
21879
21880         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21881
21882         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
21883         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
21884           Add BGRA handling (#165736).
21885
21886 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
21887
21888         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21889
21890         * gst/law/alaw-decode.c: (alawdec_link):
21891         * gst/law/alaw-encode.c: (alawenc_link):
21892         * gst/law/mulaw-decode.c: (mulawdec_link):
21893         * gst/law/mulaw-encode.c: (mulawenc_link):
21894           Fix caps memleaks (#166600).
21895
21896 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
21897
21898         * ext/tarkin/mem.h:
21899         * ext/tarkin/wavelet.h:
21900         * ext/tarkin/yuv.h:
21901         * gst/ffmpegcolorspace/avcodec.h:
21902           Include "_stdint.h" instead of <stdint.h>. Fixes build on
21903           systems that don't have stdint.h, like Solaris9 (fixes #166631).
21904
21905 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21906
21907         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
21908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
21909         (gst_xvimagesink_change_state):
21910           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
21911           Xv video (and thereby regenerate Xv colourkey) in clear() so
21912           that PLAY -> READY -> PLAY works (fixes #162504).
21913
21914 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21915
21916         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
21917           Switch to list instead of range, since MJPEG-devices really just
21918           support decimations, not any size.
21919
21920 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
21921         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
21922         (gst_mpeg2dec_reset), (free_all_buffers),
21923         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
21924         * ext/mpeg2dec/gstmpeg2dec.h:
21925           The libmpeg2 user-allocated buffer management is awkward, 
21926           to say the least. Hopefully this fixes things.
21927
21928 2005-02-04  Andy Wingo  <wingo@pobox.com>
21929
21930         * gst/audioconvert/bufferframesconvert.c
21931         (buffer_frames_convert_fixate): New function, fixates to 256
21932         frames per buffer by default. (Much better than 1.)
21933         (buffer_frames_convert_init): Set the fixate function for both src
21934         and sink pad.
21935         (buffer_frames_convert_link): After success setting nonfixed caps,
21936         get the negotiated caps so we can know how many buffer-frames it
21937         will be. No idea how this worked at all before.
21938
21939 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
21940
21941         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21942         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
21943         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
21944         (handle_sequence), (handle_picture):
21945         * ext/mpeg2dec/gstmpeg2dec.h:
21946           Rearrange buffer tracking and refcounting and refactor
21947           a little for readability. 
21948
21949 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
21950         * sys/v4l/gstv4l.c: (plugin_init):
21951         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
21952         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
21953         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
21954         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
21955         * sys/v4l/gstv4ljpegsrc.h:
21956         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
21957         * sys/v4l/v4l_calls.h:
21958         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
21959         (gst_v4lsrc_get_fps):
21960         * sys/v4l/v4lsrc_calls.h:
21961           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
21962           you jpeg inside rgb frames" driver.
21963           Don't error in the v4lsrc link function, just return 
21964           REFUSED.
21965
21966 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21967
21968         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
21969         (gst_qcamsrc_open):
21970           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
21971
21972 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21973
21974         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
21975           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
21976
21977 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21978
21979         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
21980           Reset negotiated state on PAUSED->READY.
21981
21982 2005-02-02  David Schleef  <ds@schleef.org>
21983
21984         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
21985         whereever possible.  (Fixes #165997)
21986         * examples/capsfilter/capsfilter1.c: (main):
21987         * examples/dynparams/filter.c: (create_ui):
21988         * examples/seeking/cdparanoia.c: (get_track_info), (main):
21989         * examples/seeking/chained.c: (main):
21990         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
21991         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
21992         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
21993         (make_mpeg_pipeline), (make_mpegnt_pipeline):
21994         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21995         * examples/switch/switcher.c: (main):
21996         * ext/dv/demo-play.c: (main):
21997         * ext/faad/gstfaad.c: (gst_faad_change_state):
21998         * ext/mad/gstmad.c: (gst_mad_chain):
21999         * ext/smoothwave/demo-osssrc.c: (main):
22000         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
22001         (gst_gconf_render_bin_from_description),
22002         (gst_gconf_get_default_audio_sink),
22003         (gst_gconf_get_default_video_sink),
22004         (gst_gconf_get_default_audio_src),
22005         (gst_gconf_get_default_video_src),
22006         (gst_gconf_get_default_visualization_element):
22007         * gst/level/demo.c: (main):
22008         * gst/level/plot.c: (main):
22009         * gst/playback/gstplaybin.c: (gen_video_element),
22010         (gen_audio_element):
22011         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
22012         * gst/playondemand/demo-mp3.c: (setup_pipeline):
22013         * gst/sine/demo-dparams.c: (main):
22014         * gst/spectrum/demo-osssrc.c: (main):
22015         * gst/speed/demo-mp3.c: (main):
22016         * gst/volume/demo.c: (main):
22017         * testsuite/embed/embed.c: (main):
22018
22019 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
22020
22021         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22022         (gst_tcpclientsink_finalize):
22023         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22024         (gst_tcpclientsrc_finalize):
22025         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22026         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
22027         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22028         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
22029           Don't leak the hostname when shutting down.
22030           In tcpserversrc, take a copy of the default hostname.
22031
22032 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22033
22034         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
22035           Set caps to systemstream=TRUE.
22036
22037 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22038
22039         * testsuite/Makefile.am:
22040           Fix more OSX buildbots.
22041
22042 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
22043
22044         * ext/mpeg2dec/gstmpeg2dec.c:
22045           Don't send things to NULL PAD_PEERs
22046
22047         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
22048           Copy-on-write the incoming buffer.
22049
22050         * gst/mpegstream/gstdvddemux.h:
22051         * gst/mpegstream/gstmpegclock.h:
22052         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22053         (normal_seek), (gst_mpeg_demux_handle_src_event):
22054         * gst/mpegstream/gstmpegdemux.h:
22055         * gst/mpegstream/gstmpegpacketize.h:
22056         * gst/mpegstream/gstmpegparse.c:
22057         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
22058         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
22059         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
22060         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
22061         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
22062         * gst/mpegstream/gstmpegparse.h:
22063         * gst/mpegstream/gstrfc2250enc.h:
22064           Various changes to the way time is computed that make seeking and
22065           total time estimation much better here.
22066           Use G_BEGIN/END_DECLS instead of __cplusplus
22067
22068         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
22069           Use gst_buffer_stamp instead of only copying the TIMESTAMP
22070
22071 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22072
22073         * gst/subparse/gstsubparse.c:
22074           Fix OSX buildbot.
22075
22076 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
22077
22078         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
22079         (theora_enc_chain), (theora_enc_change_state):
22080         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22081         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
22082         (gst_vorbisenc_change_state):
22083         * ext/vorbis/vorbisenc.h:
22084           Set granulepos and timestamp correctly for streams not
22085           starting at 0, taking into account the initial delay.
22086
22087 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
22088
22089         * gst/mpegstream/gstdvddemux.c:
22090           Add audio/x-dts to audio pad template caps
22091
22092 2005-01-30  David Schleef  <ds@schleef.org>
22093
22094         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
22095         (create_context), (gst_polypsink_link): Fix silly endianness
22096         bug.  Add some debugging.  Remove float from caps; it doesn't
22097         work.  Attempt to get remote audio working.
22098
22099 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22100
22101         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
22102           Add 3IV2 fourcc.
22103
22104 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22105
22106         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
22107         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
22108         (gst_avi_demux_stream_data):
22109         * gst/avi/gstavidemux.h:
22110           Invert DIB images. Fixes #132341.
22111
22112 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22113
22114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22115         (gst_ffmpegcsp_chain):
22116           D'oh, reference the palette data, not the palette structure.
22117           Fixes color distortion in #132341.
22118
22119 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22120
22121         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
22122           PAR can be non-fixed when not provided as argument (#162626).
22123
22124 2005-01-29  David Moore  <dcm@acm.org>
22125
22126         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22127
22128         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
22129         (gst_qtdemux_loop_header):
22130           Re-apply patch from #142272 that allows non-seekable sources,
22131           re-proposed by Daniel Drake <dsd@gentoo.org>.
22132
22133 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22134
22135         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
22136           Use the src template for creating the src pad (#162330).
22137
22138 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22139
22140         * configure.ac:
22141         * ext/musepack/Makefile.am:
22142         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
22143         (gst_musepackdec_init), (gst_musepackdec_dispose),
22144         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
22145         (gst_musepack_stream_init), (gst_musepackdec_loop),
22146         (gst_musepackdec_change_state):
22147         * ext/musepack/gstmusepackdec.cpp:
22148         * ext/musepack/gstmusepackdec.h:
22149         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
22150         (gst_musepack_reader_read), (gst_musepack_reader_seek),
22151         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
22152         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
22153         * ext/musepack/gstmusepackreader.cpp:
22154         * ext/musepack/gstmusepackreader.h:
22155           Update to 1.1 API (#165446).
22156
22157 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22158
22159         * ext/Makefile.am:
22160           Unbreak buildbot.
22161
22162 2005-01-28  Andy Wingo  <wingo@pobox.com>
22163
22164         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
22165         to reflect a different dubious internet source. Add a reference
22166         and some commentary.
22167
22168 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22169
22170         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
22171         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
22172         * gst/playback/gststreamselector.h:
22173           Be more selective when we're redoing caps negotiation from
22174           within the chain function on a stream change.
22175
22176 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22177
22178         * configure.ac:
22179         * ext/Makefile.am:
22180         * ext/amrnb/Makefile.am:
22181         * ext/amrnb/amrnb.c: (plugin_init):
22182         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
22183         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
22184         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
22185         (gst_amrnbdec_state_change):
22186         * ext/amrnb/amrnbdec.h:
22187         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
22188         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
22189         (gst_amrnbparse_init), (gst_amrnbparse_formats),
22190         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
22191         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
22192         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
22193         * ext/amrnb/amrnbparse.h:
22194           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
22195         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22196           Add AMR-NB/-WB raw formats.
22197         * ext/alsa/gstalsa.c: (gst_alsa_link):
22198           Keep valid time when changing format.
22199         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22200         (qtdemux_parse_trak):
22201           Add some more format-specific options (#140141, #143555, #155163).
22202
22203 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22204
22205         * gst/matroska/matroska-demux.c:
22206         (gst_matroska_demux_parse_blockgroup):
22207           Fix logic error in timing of subtitle stream synchronization.
22208         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
22209           Add skip-chunk, which is found in kodak-camera streams.
22210
22211 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22212
22213         * po/LINGUAS:
22214         * po/vi.po:
22215           Adding Vietnamese translation (submitted by Clytie Siddall)
22216
22217 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22218
22219         * gst/playback/gstdecodebin.c: (try_to_link_1):
22220           Use realpad for signal.
22221
22222 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22223
22224         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
22225           Fix category so decodebin picks it up.
22226
22227 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22228
22229         * ext/mad/Makefile.am:
22230         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
22231         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
22232         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
22233         (found_type), (gst_id3demux_bin_change_state):
22234         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
22235         (gst_id3_tag_init), (gst_id3_tag_handle_event),
22236         (gst_id3_tag_src_link), (gst_id3_tag_chain),
22237         (gst_id3_tag_change_state), (plugin_init):
22238         * ext/mad/gstmad.h:
22239           Add id3demuxbin (which is a simple bin consisting of id3demux
22240           and typefind), take over rank from id3demux, remove typefind
22241           code from id3demux. Makes all broken mp3s that I know of work,
22242           and thereby fixes #152688.
22243
22244 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
22245
22246         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22247
22248         * ext/mad/gstmad.c: (gst_mad_src_event):
22249         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
22250           Allow seeks on audio pad, make mad forward those (#164826).
22251         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22252           Set duration (#165335).
22253
22254 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22255
22256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
22257         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
22258         (gst_asf_demux_process_ext_content_desc),
22259         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
22260         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
22261         * gst/asfdemux/gstasfdemux.h:
22262           Improve metadata display, e.g. if the metadata comes before the
22263           streams are loaded (which is perfectly valid).
22264
22265 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22266
22267         * tools/gst-launch-ext-m.m:
22268           Fix AVI/ASF pipelines (#165340).
22269
22270 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
22271         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
22272         build failure on amd64
22273
22274 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
22275
22276         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
22277         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
22278           Check environment variables GST_ID3V2_TAG_ENCODING,
22279           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
22280           list of character encodings to force interpretation of non-unicode
22281           strings stored in an ID3v2 tag to a particular encoding. If none
22282           is specified, try to use current locale's encoding, then fall back
22283           to ISO-8859-1 (which will always succeed). (Resolves #149274)
22284         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
22285         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
22286           Check environment variables GST_ID3V1_TAG_ENCODING,
22287           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
22288           list of character encodings to use in case a string encountered
22289           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
22290           specified, try to use the current locale's encoding, then fall
22291           back to ISO-8859-1 (which will always succeed).
22292
22293 2005-01-25  Benjamin Otte  <otte@gnome.org>
22294
22295         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22296           - on half framerate, compute the rate in advance so the comparisons
22297             don't compare wrong values
22298           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
22299             behaviour
22300           - don't use mad_header_decode anymore, mad_frame_decode does that
22301             automatically
22302           - when getting rid of consumed bytes, reset the stream's skiplen
22303           (fixes #163867)
22304
22305 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
22306
22307         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
22308           Use 1/2 a second for default max_discont, as PES streams from DVB
22309           seem to have larger spacings in the SCR. 
22310           Fix a typo.
22311
22312 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22313
22314         * gst/playback/gstplaybasebin.c: (group_commit):
22315           Notify delayed stream-info availability.
22316
22317 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
22318         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
22319         (gst_a52dec_handle_event), (gst_a52dec_chain):
22320         Add some debug output. Check that a discont has a valid
22321         time associated.
22322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22323         (gst_alsa_sink_loop):
22324         Ignore TAG events. A little extra debug for broken timestamps.
22325         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
22326         (dvdnavsrc_change_state):
22327         Ensure we send a discont to engage the link before we send any
22328         other events.
22329         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
22330         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
22331         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
22332         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
22333         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
22334         dvd://title works in totem because typefinding sends a seek that ends
22335         up going back to chapter 1 regardless.
22336         * ext/mpeg2dec/gstmpeg2dec.c:
22337         * ext/mpeg2dec/gstmpeg2dec.h:
22338         Output correct timestamps and handle disconts.
22339         * ext/ogg/gstoggdemux.c: (get_relative):
22340         Small guard against a null dereference.
22341         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
22342         (gst_textoverlay_set_property):
22343         Free memory when done. Don't call gst_event_filler_get_duration on
22344         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
22345         g_warning.
22346         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
22347         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
22348         (gst_sw_srclink), (gst_smoothwave_chain):
22349         Draw solid lines, prettier colours.
22350         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
22351         Add a default palette that'll work for some movies.
22352         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
22353         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
22354         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
22355         * gst/mpegstream/gstdvddemux.h:
22356         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
22357         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
22358         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
22359         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
22360         * gst/mpegstream/gstmpegparse.h:
22361         Use PTM/NAV events when for timestamp adjustment when connected to 
22362         dvdnavsrc. Don't use many discont events where one suffices.
22363         * gst/playback/gstplaybasebin.c: (group_destroy),
22364         (gen_preroll_element), (gst_play_base_bin_add_element):
22365         * gst/playback/gstplaybasebin.h:
22366         Make sure we remove subtitles from the same bin we put them in.
22367         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
22368         (gst_subparse_buffer_format_autodetect),
22369         (gst_subparse_change_state):
22370         Fix some memleaks and invalid accesses.
22371         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
22372         (oggskel_type_find), (cmml_type_find), (plugin_init):
22373         Some typefind functions for Annodex v3.0 files
22374         * gst/wavparse/gstwavparse.h:
22375         GstRiffReadClass is the correct parent class.
22376
22377 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22378
22379         * gst-libs/gst/riff/riff-media.c:
22380         (gst_riff_create_video_caps_with_data):
22381           Add extradata to huffyuv (fixes #165013).
22382         * gst-libs/gst/riff/riff-read.c:
22383         (gst_riff_read_strf_vids_with_data):
22384           Fix extradata extraction if it is in the chunk size.
22385
22386 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
22387
22388         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22389
22390         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
22391         (gst_quarktv_change_state), (gst_quarktv_dispose):
22392           Memory free'ing location fix (#164708).
22393
22394 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22395
22396         * gst/playback/gstplaybasebin.c: (group_commit),
22397         (gen_preroll_element), (probe_triggered), (gen_source_element),
22398         (setup_source), (gst_play_base_bin_change_state),
22399         (gst_play_base_bin_add_element):
22400           Don't block for streams.
22401         * gst/playback/gststreaminfo.c: (stream_info_change_state),
22402         (gst_stream_info_set_mute):
22403           Use gst_pad_set_active_recursive.
22404
22405 2005-01-25  Andy Wingo  <wingo@pobox.com>
22406
22407         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
22408         for #ifndef HAVE_XVIDEO.
22409
22410 2005-01-24  Jeffrey C. Ollie
22411
22412         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
22413
22414         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
22415         * ext/gsm/gstgsmdec.h:
22416         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
22417         * ext/gsm/gstgsmenc.h:
22418         Fix rate to 8kHz as per spec, removes obscure errors when no rate
22419         was given by property. Add proper buffer timestamps and offsets.
22420
22421 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22422
22423         * gst-libs/gst/riff/riff-media.c:
22424         (gst_riff_create_audio_caps_with_data):
22425           Audio can be <8000Hz.
22426
22427 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22428
22429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22430           Explicit state change to workaround refcount bugs.
22431
22432 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22433
22434         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
22435         (gst_avimux_riff_get_avi_header):
22436           Fix...
22437
22438 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22439
22440         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
22441         (gst_riff_read_element_data):
22442         * gst-libs/gst/riff/riff-read.h:
22443           Add _peek version (req'ed in CDXA).
22444         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
22445         (gst_cdxaparse_loop):
22446           Fix parsing in playbin.
22447         * gst/playback/gstdecodebin.c: (close_pad_link):
22448           Ignore current_ pads, they cause major annoyance.
22449
22450 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22451
22452         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22453           Safety guard.
22454
22455 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22456
22457         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
22458           Fix padding...
22459
22460 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22461
22462         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
22463           Allow for 0-sized buffers. Fixes length query problems in
22464           starwars.mkv from the testsuite.
22465
22466 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
22467
22468         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
22469         (gst_video_box_i420), (gst_video_box_chain):
22470           Fix row strides for I420 (fixes #163159)
22471           
22472 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22473
22474         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
22475           MPEG2 has a useful rate property, so we can actually use that.
22476           For MPEG-1, continue using the bytes/time properties.
22477
22478 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22479
22480         * gst-libs/gst/riff/riff-media.c:
22481         (gst_riff_create_video_caps_with_data),
22482         (gst_riff_create_video_template_caps):
22483           Add intel-h263.
22484
22485 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22486
22487         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22488           Fail if caps negotiation fails. Should fix #162184, and should
22489           definately be in there regardless of it fixing the actual bug.
22490         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
22491         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
22492         (gst_avimux_riff_get_avix_header),
22493         (gst_avimux_riff_get_video_header),
22494         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
22495         (gst_avimux_start_file), (gst_avimux_handle_event),
22496         (gst_avimux_change_state):
22497         * gst/avi/gstavimux.h:
22498           Refactor structure writing to use GST_WRITE_UINT macros, add
22499           metadata writing support.
22500
22501 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22502
22503         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
22504           Elements may already be destroyed when this function is called.
22505
22506 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22507
22508         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
22509         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
22510           More memory leak fixes (#149162).
22511
22512 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22513
22514         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
22515         (gst_qtdemux_add_stream):
22516           Fix two memleaks.
22517
22518 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22519
22520         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
22521           Argh...
22522
22523 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22524
22525         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
22526           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
22527           when fixating to six channels in Totem.
22528
22529 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
22530
22531         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
22532           Fix compile warnings on Solaris 10 buildbot
22533
22534 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
22535
22536         * ext/dvdread/dvdreadsrc.c: (_read):
22537           Don't read beyond the last cell in a chapter (fixes 
22538           invalid memory access)
22539
22540 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
22541
22542         * ext/dvdread/stream_labels.c:
22543         (dvdreadsrc_get_audio_stream_labels):
22544           Use NULL for an empty GList instead of g_list_alloc(); fix 
22545           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
22546           of GString (easier to bulk free later)
22547
22548 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
22549
22550         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22551
22552         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22553         (gst_ffmpeg_pixfmt_to_caps):
22554           Fix BGRA32 caps (#164209).
22555
22556 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
22557
22558         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22559
22560         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22561         (gst_ffmpeg_caps_to_pixfmt):
22562           alpha_mask can be RGBA/ABGR. Fixes #164265.
22563
22564 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
22565
22566         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22567
22568         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
22569         (gst_mpeg2dec_alloc_buffer):
22570         * ext/mpeg2dec/gstmpeg2dec.h:
22571           Crop if decoding size is not the actual image size (#163676).
22572
22573 2005-01-17  Steve Baker  <steve@stevebaker.org>
22574
22575         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22576
22577         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
22578         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
22579           Add libsndfile typefind functions (#163309).
22580
22581 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22582
22583         * tools/gst-launch-ext-m.m:
22584           Add .aac, fix .m1v/.m2v (#163891).
22585
22586 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22587
22588         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
22589           Sanity check, don't wait endlessly since the clock might not
22590           actually run at this point (which is a deadlock). Fixes #164069.
22591
22592 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22593
22594         * gst/playback/gstplaybasebin.c: (probe_triggered):
22595           Of course, only pause if group is done...
22596
22597 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22598
22599         * gst/playback/gstplaybasebin.c: (probe_triggered):
22600           Thread safety.
22601
22602 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
22603
22604         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
22605           Don't return state change success when the parent
22606           failed.
22607
22608 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22609
22610         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
22611           Free events (fix memleak in #162905).
22612
22613 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
22614
22615         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22616
22617         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22618         (gst_ffmpeg_caps_to_pixfmt):
22619           Fix for depth = 15. Fixes #161675.
22620
22621 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22622
22623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22624           Set FPS correctly, even for webcams and the like.
22625         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
22626           Don error on setting while capturing.
22627
22628 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22629
22630         * ext/dv/gstdvdec.c:
22631         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
22632         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
22633           I'm a bad boy. using /1001. to force C to do float division
22634           and not integer division (as it did in my last commit)
22635           Thanks to David I. Lehn for pointing this mistake.
22636
22637 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22638
22639         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22640           Revert Johan's 1.35->1.36 since it breaks compat.
22641
22642 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22643
22644         * ext/dv/gstdvdec.c:
22645         * ext/libfame/gstlibfame.c:
22646         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
22647         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
22648           replace framerate aproximations by their real value
22649           (24000/1001, 30000/1001, 60000/1001)
22650           Finish fixing bug #164049
22651
22652 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22653
22654         * ext/ogg/gstoggmux.c:
22655           eos/bos debugging
22656         * gst/tcp/gstmultifdsink.c:
22657         * gst/tcp/gstmultifdsink.h:
22658         * gst/tcp/gsttcp.c:
22659         * gst/tcp/gsttcp.h:
22660         * gst/tcp/gsttcpclientsink.c:
22661         * gst/tcp/gsttcpclientsrc.c:
22662         * gst/tcp/gsttcpserversink.c:
22663         * gst/tcp/gsttcpserversrc.c:
22664           improve reusability of elements after state changes and errors
22665           make multifdsink throw away streamheaders when receiving new ones
22666
22667 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22668
22669         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
22670           Fix for if items are already in list...
22671
22672 2005-01-12  Benjamin Otte  <otte@gnome.org>
22673
22674         * gst/adder/gstadder.c: (gst_adder_loop):
22675           fix adder a bit so it doesn't screw up with events as much anymore
22676
22677 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
22678
22679         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
22680         (pixbufscale_scale), (gst_pixbufscale_chain):
22681         * ext/gdk_pixbuf/pixbufscale.h:
22682           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
22683           to ensure rowstrides are calculated the same way as 
22684           ffmpegcolorspace
22685           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
22686           that we pick up duration and offset also.
22687
22688 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22689
22690         * gst/avi/gstavimux.c: (gst_avimux_class_init),
22691         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
22692           Reusability fixes.
22693
22694 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22695
22696         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
22697         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
22698         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
22699         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
22700           Update flags when requested.
22701
22702 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22703
22704         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
22705           Fix dmix.
22706
22707 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22708
22709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22710         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
22711         (probe_triggered), (new_decoded_pad), (gen_source_element),
22712         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
22713         * gst/playback/gstplaybasebin.h:
22714         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22715         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
22716         (gst_play_bin_change_state):
22717           Implement group-switch signal for use in apps to clear metadata
22718           cache, clean up subtitle, add suburi property instead of # hack,
22719           some error-out fixes.
22720
22721 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22722
22723         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22724           Debug.
22725         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
22726           If we got a state change in the _get handler, don't return success.
22727
22728 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22729
22730         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
22731         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
22732           Make jpegdec quiet on MJPEG decoding
22733         * gst/asfdemux/README:
22734           Fix mimetypes for MJPEG and H263
22735
22736 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22737
22738         * ext/theora/theoradec.c: (theora_dec_chain):
22739           Fix broken code generation by gcc by swapping arguments.
22740         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22741           Fix \n in debug.
22742
22743 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22744
22745         * TODO:
22746           delete this file, it is by far outdated
22747         * ext/alsa/gstalsa.1: remove
22748         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
22749         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
22750         (gst_alsa_get_caps):
22751           Add HW probing for supported sample rates. Fixes #161704
22752
22753 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22754
22755         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22756           Don't crash, biatch! :).
22757
22758 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22759
22760         * ext/musepack/gstmusepackreader.cpp:
22761         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
22762           Some work on tags - still doesn't work in playbin...
22763         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22764           Handle events...
22765
22766 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22767
22768         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
22769           Also shove tags on kid pads.
22770
22771 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22772
22773         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
22774           Don't bail on unknown events.
22775         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22776           Don't crash on events before negotiation.
22777         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
22778           Send tags on pads, too.
22779         * gst/playback/gststreamselector.c:
22780         (gst_stream_selector_request_new_pad):
22781           Forward events on first pad if no input was selected yet.
22782
22783 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22784
22785         * gst/playback/gstplaybasebin.c: (setup_substreams):
22786           Don't disable streamtype if the stream doesn't exist, since
22787           then playing a video after audio will disable both and nothing
22788           will happen. Fixes the testsuite.
22789
22790 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22791
22792         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
22793         (gst_v4l_xoverlay_set_xwindow_id):
22794         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
22795         (gst_v4l2_xoverlay_set_xwindow_id):
22796           Add debug categories, fix overlay disabling.
22797
22798 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22799
22800         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
22801         * ext/alsa/gstalsa.h:
22802           Add HW probing for period_count/size and buffer_size MIX/MAX
22803           Adjust default/user defined value if out of bounds
22804           Should fix bug #162024
22805
22806 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22807
22808         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
22809           Fix warning (#161191).
22810
22811 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22812
22813         * ext/dvdread/stream_labels.c:
22814         (dvdreadsrc_get_audio_stream_labels):
22815           Fix warning (init the good variable in switch default)
22816
22817 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
22818
22819         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22820
22821         * gst/tta/gstttaparse.c: (gst_tta_src_event):
22822           Fix gcc-2.95 compile (#163485).
22823
22824 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22825
22826         * configure.ac:
22827         * ext/flac/gstflacenc.c: (gst_flacenc_init),
22828         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
22829         (gst_flacenc_tell_callback), (gst_flacenc_chain),
22830         (gst_flacenc_change_state):
22831         * ext/flac/gstflacenc.h:
22832           Update for API change in flac-1.1.1. Update requirement in
22833           configure.ac. Fixes #162974.
22834
22835 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22836
22837         * gst/playback/gstplaybasebin.c: (group_destroy):
22838           Remove hack to get rid of assert and get rid of unlinked
22839           signals properly.
22840
22841 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22842
22843         * gst/playback/gstplaybasebin.c: (setup_source):
22844           Set source to NULL so that resources are free'ed. Fixes issues
22845           with playback of CDDA and similar device-accessing things.
22846
22847 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22848
22849         * testsuite/embed/Makefile.am:
22850           test->noinst, fix make test in buildbot.
22851
22852 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22853
22854         * ext/dvdread/stream_labels.c: new file
22855         * ext/dvdread/stream_labels.h: new file
22856         * ext/dvdread/Makefile.am:
22857         * ext/dvdread/dvdreadsrc.c: (_seek_title):
22858           Extract audio stream label from DVD IFO files.
22859           It only dump them on the console for now, still have to
22860           make playbin aware of them.
22861
22862 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22863
22864         * gst/playback/gstplaybasebin.c: (setup_source):
22865           Fix hanging subs.
22866
22867 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22868
22869         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22870         (gen_preroll_element), (remove_groups), (setup_subtitle),
22871         (gen_source_element), (setup_source):
22872         * gst/playback/gstplaybasebin.h:
22873           Multiple .sub files is just a stupid idea... Fix some threading
22874           mistakes. Interestingly, external .sub files cause playbin to
22875           hang, I don't know why... Parsing fixes contributed by Fran??ois
22876           Kooman <fkooman@tuxed.net>.
22877
22878 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22879
22880         * testsuite/embed/Makefile.am:
22881           Fix buildbot.
22882
22883 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
22884
22885         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22886
22887         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22888         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22889         (gst_pngenc_set_property):
22890         * ext/libpng/gstpngenc.h:
22891           Add compression level property (#163323).
22892
22893 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22894
22895         * configure.ac:
22896         * examples/capsfilter/capsfilter1.c: (main):
22897         * examples/seeking/spider_seek.c: (make_spider_pipeline):
22898         * ext/dvdread/Makefile.am:
22899         * ext/dvdread/demo-play:
22900         * ext/dvdread/demo-play.c:
22901         * gconf/gstreamer.schemas.in:
22902         * gst-libs/gst/gconf/gconf.c:
22903         * sys/v4l/TODO:
22904         * testsuite/Makefile.am:
22905         * testsuite/embed/Makefile.am:
22906         * testsuite/embed/embed.c: (cb_expose), (main):
22907           Remove all references to xvideosink, fix examples (#140845).
22908         * gst/playback/gstplaybasebin.c: (group_destroy):
22909           Apparently, disposal does not unlink - so do explicitely.
22910         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22911           Add debug.
22912
22913 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
22914
22915         * README: fix PKG_CONFIG_PATH instructions, what was there
22916         previously was breaking default search path, not nice. 
22917         Fixes #163358
22918
22919 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22920
22921         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
22922         (gst_audioscale_chain):
22923           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
22924           when resampling - how the ^@$^!@^! is this possible?!?
22925
22926 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22927
22928         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22929           Reset variables on READY.
22930         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
22931         (gst_matroska_mux_loop):
22932           Require data before writing header.
22933
22934 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
22935
22936         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22937
22938         * ext/mad/gstmad.c: (gst_mad_chain):
22939           Don't call mad_stream_sync() directly after recovering sync.
22940           Fixes #151661.
22941
22942 2005-01-09  Martin Eikermann  <meiker@upb.de>
22943
22944         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22945
22946         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
22947         (snapshot_handler), (gst_snapshot_sinkconnect),
22948         (gst_snapshot_chain):
22949           Allocate resources when required, fix recursive signal emission
22950           and fix caps. Fixes #161667.
22951
22952 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
22953
22954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22955
22956         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
22957         (gst_pngdec_chain):
22958           Handle only 8-bppc (bits-per-pixel-component) images, better
22959           error handling and correct strides. Fixes #163177.
22960         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
22961         (gst_pngenc_chain):
22962           Better error handling. Fixes #163348.
22963
22964 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22965
22966         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
22967         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
22968         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
22969         (dvdnavsrc_uri_handler_init):
22970           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
22971         * gst/playback/gstplaybasebin.c: (gen_source_element):
22972           Add MMS to streaming URIs.
22973
22974 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22975
22976         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22977         * sys/xvimage/xvimagesink.c:
22978         (gst_xvimagesink_navigation_send_event):
22979           Check for pad availability before sending event.
22980
22981 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22982
22983         * gst-plugins.spec.in:
22984           Add subparse.
22985
22986 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22987
22988         * configure.ac:
22989           Since we use functions from CVS, up requirement.
22990
22991 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22992
22993         * gst/playback/Makefile.am:
22994         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22995         (group_destroy), (group_commit), (group_is_muted),
22996         (gen_preroll_element), (add_stream), (unknown_type),
22997         (probe_triggered), (preroll_unlinked), (mute_stream),
22998         (silence_stream), (new_decoded_pad), (setup_substreams),
22999         (setup_source), (get_active_source), (mute_group_type),
23000         (muted_group_change_state), (set_active_source),
23001         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23002         (play_base_eos), (gst_play_base_bin_change_state):
23003         * gst/playback/gstplaybasebin.h:
23004         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
23005         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
23006         (gst_stream_info_dispose), (stream_info_mute_pad),
23007         (stream_info_change_state), (gst_stream_info_set_mute):
23008         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
23009         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
23010         (gst_stream_selector_init), (gst_stream_selector_dispose),
23011         (gst_stream_selector_get_linked_pad),
23012         (gst_stream_selector_get_caps), (gst_stream_selector_link),
23013         (gst_stream_selector_get_linked_pads),
23014         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
23015         * gst/playback/gststreamselector.h:
23016           Adding stream selection support plus required properties for
23017           applications to use this. Fully fixes #100931.
23018
23019 2005-01-08  Benjamin Otte  <otte@gnome.org>
23020
23021         * gst/games/gstpuzzle.c: (nav_event_handler):
23022           - handle nav events differently: forward every event no matter if it
23023             was handled or not.
23024           - translate events
23025           You can now cheat by using navigationtest ! puzzle and moving the
23026           mouse close to the edge of a tile. ;)
23027
23028 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23029
23030         * configure.ac:
23031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
23032         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
23033         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
23034         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
23035         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
23036         (gst_ogm_parse_plugin_init):
23037         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
23038         (gst_textoverlay_link), (gst_textoverlay_getcaps),
23039         (gst_textoverlay_event), (gst_textoverlay_video_chain),
23040         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
23041         * ext/pango/gsttextoverlay.h:
23042         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
23043         (gst_matroska_demux_handle_seek_event),
23044         (gst_matroska_demux_sync_streams),
23045         (gst_matroska_demux_parse_blockgroup),
23046         (gst_matroska_demux_subtitle_caps),
23047         (gst_matroska_demux_plugin_init):
23048         * gst/matroska/matroska-ids.h:
23049         * gst/playback/gstdecodebin.c: (close_pad_link):
23050         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23051         (gen_preroll_element), (remove_groups), (add_stream),
23052         (new_decoded_pad), (setup_subtitles), (gen_source_element),
23053         (setup_source):
23054         * gst/playback/gstplaybasebin.h:
23055         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
23056         * gst/subparse/Makefile.am:
23057         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
23058         (gst_subparse_base_init), (gst_subparse_class_init),
23059         (gst_subparse_init), (gst_subparse_formats),
23060         (gst_subparse_eventmask), (gst_subparse_event),
23061         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
23062         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
23063         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
23064         (parse_mpsub_deinit), (parse_mpsub_init),
23065         (gst_subparse_buffer_format_autodetect),
23066         (gst_subparse_format_autodetect), (gst_subparse_loop),
23067         (gst_subparse_change_state), (gst_subparse_type_find),
23068         (plugin_init):
23069         * gst/subparse/gstsubparse.h:
23070         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
23071         (plugin_init):
23072           Add subtitle support, .sub parser (supports SRT and MPsub),
23073           OGM text support, Matroska UTF-8 text support, deadlock fixes
23074           all over the place, subtitle awareness in decodebin/playbin
23075           and some fixes to textoverlay to handle subtitles in a stream
23076           correctly. Fixes #100931.
23077
23078 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23079
23080         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23081           Check for pad availability before doing a query on it.
23082
23083 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23084
23085         * ext/dv/gstdvdec.c:
23086           really fix bpp24/32 dvdec caps (classic rgba indeed)
23087         * gst/asfdemux/gstasfdemux.c:
23088         (gst_asf_demux_process_ext_content_desc):
23089           don't send text tags if they are empty (bis repetita)
23090
23091 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23092
23093         * ext/dv/gstdvdec.c:
23094          remove unneeded comment from dvdec
23095           (related to DV 4CC codes in AVI files)
23096           moved them in gstreamer/docs/random/mimetypes
23097         * gst/asfdemux/gstasfdemux.c:
23098         (gst_asf_demux_process_ext_content_desc):
23099          don't send text tags if they are empty
23100          fix mem leak on error path
23101         * gst/ffmpegcolorspace/avcodec.h:
23102         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23103         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
23104         (gst_ffmpegcsp_avpicture_fill):
23105         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
23106         * gst/ffmpegcolorspace/imgconvert_template.h:
23107          adds BGR32 and BGRA32 to ffmpegcolorspace
23108           (still bad colors, fixing it on next commit)
23109           helps with dvdec outputing BGR32
23110
23111 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23112
23113         * ext/dv/gstdvdec.c:
23114          Fix audio caps i just broke (missing ',')
23115         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
23116         (gst_matroska_mux_reset):
23117          Fix typo + add FIXME about old "x-gst-metadata" crap
23118
23119 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23120
23121         * ext/dv/demo-play.c: (main):
23122          xvideosink -> xvimagesink
23123         * ext/dv/gstdvdec.c:
23124          change rgb 32/32 caps to 24/32 (no alpha)
23125          change nb of channels to be a list (2 or 4, not 2)
23126          change sample rate to be a list (32, 44.1, 48 kHz) not a range
23127         * gst/asfdemux/gstasfdemux.c:
23128         (gst_asf_demux_process_ext_content_desc):
23129          Add 'date/year' to extracted metadata list
23130
23131 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23132
23133         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
23134           The return value of fixate_to does not imply that the requested
23135           value was set, so don't assume.
23136
23137 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
23138
23139         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23140
23141         * ext/libpng/gstpngdec.c:
23142         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
23143         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
23144         * ext/libpng/gstpngenc.h:
23145           Alpha support (encoder; #163161), mime fixage.
23146
23147 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
23148
23149         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23150
23151         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
23152         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
23153         (gst_faac_set_property), (gst_faac_get_property):
23154         * ext/faac/gstfaac.h:
23155           Allow for ADTS output (#153434).
23156
23157 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23158
23159         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
23160           Fix against template (#150576).
23161
23162 2005-01-06  Benjamin Otte  <otte@gnome.org>
23163
23164         * gst/games/gstpuzzle.c: (draw_puzzle):
23165           don't draw a puzzle if either width or height of tiles would be 0.
23166
23167 2005-01-06  Benjamin Otte  <otte@gnome.org>
23168
23169         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
23170         (gst_puzzle_class_init), (gst_puzzle_finalize):
23171           no memleaks, please
23172         (gst_puzzle_create), (gst_puzzle_init),
23173         (gst_puzzle_set_property), (gst_puzzle_setup):
23174           change initialization code around so we don't reshuffle on resize
23175         (draw_puzzle):
23176           fix another stupid typo
23177
23178 2005-01-06  Benjamin Otte  <otte@gnome.org>
23179
23180         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
23181           fix stupid typo that borked copying on YUY2
23182
23183 2005-01-06  Benjamin Otte  <otte@gnome.org>
23184
23185         * gst/games/gstpuzzle.c: (draw_puzzle):
23186           fix edges when image sizes aren't multiples of tile sizes
23187
23188 2005-01-06  Benjamin Otte  <otte@gnome.org>
23189
23190         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
23191           make RGB endianness work correctly
23192         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
23193           refactor and fix race with initial shuffling
23194         (nav_event_handler):
23195           allow using the mouse to puzzle
23196         (draw_puzzle):
23197           insist on tiles having width and height as multiples of 4 to get
23198           clean YUV image handling
23199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23200         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
23201           s/DEBUG/LOG/ for common messages
23202         (gst_xvimagesink_navigation_send_event):
23203           fix mouse event translation to not include screen PAR
23204         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
23205           fix mouse event translation to actually work
23206
23207 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23208
23209         * gst/asfdemux/gstasfdemux.c:
23210         (gst_asf_demux_process_ext_content_desc):
23211          Extract TrackNumber metadata + clean up code
23212         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
23213          Hope this is the good fix (var used unitialised)
23214
23215 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23216
23217         * ext/faad/gstfaad.c: (gst_faad_chain):
23218           Only increment timestamp if it's valid. Fixes raw AAC streams.
23219
23220 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23221
23222         * configure.ac:
23223         * gst/games/Makefile.am:
23224         * gst/games/gstpuzzle.c:
23225           add a puzzle game with...
23226         * gst/games/gstvideoimage.c:
23227         * gst/games/gstvideoimage.h:
23228           ... full colorspace support (that includes YUV9 and RGB16)) stolen
23229           from videotestsrc and made into something that would be a nice
23230           library for a lot of other plugins.
23231
23232 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23233
23234         * configure.ac:
23235          don't compile faad plugin if a RC of 2.0 is found
23236          Fixes #155346 (and FC1 buildbot)
23237         * gst/asfdemux/gstasfdemux.c:
23238         (gst_asf_demux_process_ext_content_desc):
23239          try to make Solaris compiler happier
23240
23241 2005-01-06  Paul Jack  <pjack@sfaf.org>
23242
23243         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23244
23245         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
23246           Fix segfault (#161667).
23247
23248 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23249
23250         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
23251           Fix framerate reporting.
23252
23253 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23254
23255         * gst-libs/gst/riff/riff-ids.h:
23256         * gst/wavenc/riff.h:
23257          Add AMR (VBR and CBR) ids to riff.h audio codec list
23258         * gst/asfdemux/gstasfdemux.c:
23259         (gst_asf_demux_process_ext_content_desc),
23260         (gst_asf_demux_process_object):
23261           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
23262
23263 2005-01-05  Martin Eikermann  <meiker@upb.de>
23264
23265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23266
23267         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
23268         (gst_dvd_demux_handle_discont):
23269         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
23270         (gst_mpeg_demux_handle_discont):
23271           Recreate pads on new-media (#160730).
23272         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
23273           Send discont even if manager changes timestamps (#161929).
23274
23275 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
23276
23277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23278
23279         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
23280           Fix invalid memory access (#159211).
23281
23282 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23283
23284         * examples/gstplay/player.c: (main):
23285           Don't iterate.
23286         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
23287           Add visualizations.
23288         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
23289         (gst_a52dec_handle_frame):
23290           Set duration.
23291         * ext/dvdnav/gst-dvd:
23292           Add audioconvert. Fixes #161325.
23293         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
23294           Explicitely case to gint64. Possible valgrind error.
23295         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
23296         (gst_play_tick_callback), (gst_play_change_state),
23297         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
23298         (gst_play_set_location), (gst_play_get_location),
23299         (gst_play_seek_to_time), (gst_play_set_data_src),
23300         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23301         (gst_play_set_visualization), (gst_play_connect_visualization),
23302         (gst_play_get_framerate), (gst_play_get_all_by_interface),
23303         (gst_play_new):
23304           Use playbin. Fixes #139749 and #147744.
23305         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
23306           Add genre tag.
23307         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
23308         (audioscale_get_type), (gst_audioscale_base_init),
23309         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
23310         (gst_audioscale_getcaps), (gst_audioscale_fixate),
23311         (gst_audioscale_link), (gst_audioscale_get_buffer),
23312         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
23313         (gst_audioscale_init), (gst_audioscale_dispose),
23314         (gst_audioscale_chain), (gst_audioscale_set_property),
23315         (gst_audioscale_get_property), (plugin_init):
23316           Indent properly.
23317         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
23318           Fix LPCM.
23319         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
23320         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
23321         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
23322           Add more metadata (fixes #162656).
23323
23324 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23325
23326         * configure.ac:
23327           back to cvs
23328
23329 === release 0.8.7 ===
23330
23331 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23332
23333         * NEWS:
23334         * RELEASE:
23335         * configure.ac:
23336           releasing 0.8.7, "Hyperspace"
23337
23338 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23339
23340         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
23341
23342         * gst/playback/gstplaybasebin.c:
23343          Fix for #162924 - free caps after use, not before
23344
23345 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23346
23347         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23348
23349         * gst/playback/gstplaybasebin.c:
23350         * gst/wavparse/gstwavparse.c:
23351           Fix for #154773 - fixes playback of small .wav files
23352
23353 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23354
23355         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23356
23357         * gst/audioscale/gstaudioscale.c:
23358           Fix for #162819 - make audioscale reusable
23359           Fixes playback of more than one file with playbin/totem
23360
23361 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23362
23363         * gst/ffmpegcolorspace/avcodec.h:
23364         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23365         * gst/ffmpegcolorspace/imgconvert.c:
23366           clean up the mess that made me cry and avoid needless duplication
23367
23368 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23369
23370         * gst/ffmpegcolorspace/imgconvert.c:
23371           give some indication of why we're segfaulting
23372
23373 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23374
23375         * configure.ac:
23376           Fix indentation, fix v4l2 plugin detection.
23377         * ext/Makefile.am:
23378           Fix libmms location (Maciej, use diff -u!).
23379         * ext/alsa/gstalsa.c: (gst_alsa_init):
23380           Initialize caps cache to NULL.
23381         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23382           Only change state on audiosink if it exists.
23383
23384 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
23385
23386         * gst/matroska/matroska-demux.c:
23387         * gst/matroska/matroska-ids.h:
23388         * gst/matroska/matroska-demux.h:
23389         Fix Vorbis streams failing to decode in some files, where cluster_time
23390         isn't 0, because then it doesn't send codec_priv before actual data.
23391         Remove time-based test and replace it with marker set on beginning of
23392         new stream
23393
23394 2004-12-28  David Schleef  <ds@schleef.org>
23395
23396         Merge patch from Ronald fixing problems with streaming
23397         text.
23398         * ext/cairo/gstcairo.c: (plugin_init):
23399         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
23400         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
23401         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
23402         (gst_textoverlay_font_init), (gst_textoverlay_init),
23403         (gst_textoverlay_set_property):
23404         * ext/cairo/gsttextoverlay.h:
23405
23406 2004-12-27  David Schleef  <ds@schleef.org>
23407
23408         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
23409         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
23410         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
23411         (gst_textoverlay_font_init), (gst_textoverlay_init),
23412         (gst_textoverlay_set_property): Improvements to actually
23413         render text as white on black outline on video, including
23414         font selection and horizontal/vertical alignment.  (Ronald's
23415         christmas present)
23416         * ext/cairo/gsttextoverlay.h:
23417
23418 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23419
23420         * ext/ogg/gstogg.c:
23421         * ext/ogg/gstogmparse.c:
23422           fix ogm[audio/video]parse plugin registration
23423           (riff won't load if bytestream is already loaded)
23424
23425 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23426
23427         * gst/audioconvert/gstchannelmix.c:
23428           fix for GLIB < 2.4
23429
23430 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23431
23432         * Makefile.am:
23433         * configure.ac:
23434           disable docs again until it actually passes make distcheck.
23435
23436 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23437
23438         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
23439         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
23440         (plugin_init):
23441           Add 3GP (variables name Q3GP because they can't start with a
23442           number). Add samr audio fourcc (used in .3gp files), decoder
23443           is work in progress. Also do a GST_WARNING instead of ERROR
23444           in case of unknown nodes, to decrease output.
23445
23446 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23447
23448         * Makefile.am:
23449           really fix dist
23450
23451 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23452
23453         * configure.ac:
23454         * ext/speex/gstspeexdec.h:
23455         * ext/speex/gstspeexenc.h:
23456           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
23457           Fix detection code in configure.ac
23458
23459 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23460
23461         * gst/matroska/matroska-demux.c:
23462         (gst_matroska_demux_parse_blockgroup):
23463           Save position, so that queries give proper return values. Don't
23464           know how this could ever have worked before...
23465
23466 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23467
23468         * configure.ac:
23469           Put additional LAME check inside the conditional.  Fixes #152339
23470
23471 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23472
23473         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23474         (gst_avi_demux_stream_scan):
23475           Add some more debug. Fix logic error when setting movi offset
23476           while reading index.
23477
23478 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23479
23480         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23481         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
23482         (gst_avi_demux_process_next_entry):
23483           Add some debugging. Better detection of broken indexes and the
23484           accompanying index recovery. No infinite loops on state changes
23485           when we're still in our loopfunction.
23486
23487 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23488
23489         * configure.ac:
23490           Fix up.
23491
23492 2004-12-22  Archana Shah  <archana.shah@wipro.com>
23493
23494         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23495
23496         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
23497           Normalizing the value before setting
23498         (gst_sunaudiomixer_get_volume):
23499           Normalizing the value after getting. Fixes bug# 161980
23500
23501 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23502
23503         * Makefile.am: Make sure docs gets disted
23504         * docs/Makefile.am: Make sure all needed files get disted
23505         * gst-plugins.spec.in: latest updates
23506
23507 2004-12-22  Wim Taymans  <wim@fluendo.com>
23508
23509         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23510         Revert patch 1.38 as clock distribution over schedulers does
23511         not work correcly in the core yet.
23512
23513 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23514
23515         * sys/oss/README: remove this file, which predates my birth
23516           (and which content is by far outdated)
23517
23518 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
23519
23520         * Makefile.am:
23521         * configure.ac:
23522         * docs/Makefile.am:
23523         * docs/libs/Makefile.am:
23524         * docs/libs/gst-plugins-libs-docs.sgml:
23525         * docs/libs/gst-plugins-libs-sections.txt:
23526         * docs/libs/tmpl/gstgconf.sgml:
23527         * docs/upload.mak:
23528         * docs/version.entities.in:
23529           Added boilerplate gtk-doc files for plugin-libs documentation.
23530
23531 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23532
23533         * gst/auparse/gstauparse.c: fix int and float audio caps
23534
23535 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23536
23537         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23538         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
23539           g_assert() can be a macro, don't use #ifdef inside it.
23540
23541 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
23542
23543         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23544
23545         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
23546         (gst_videorate_init), (gst_videorate_chain),
23547         (gst_videorate_change_state):
23548           Event handling (fixes #159986).
23549
23550 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23551
23552         * gst-libs/gst/riff/riff-media.c:
23553         (gst_riff_create_video_caps_with_data):
23554           Add BLZ0 (Blizzard's version of DivX) fourcc.
23555
23556 2004-12-18  David Schleef  <ds@schleef.org>
23557
23558         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
23559         portability fix.
23560
23561 2004-12-18  David Schleef  <ds@schleef.org>
23562
23563         * gst/tta/ttadec.h: Disable some header code that isn't used
23564         and clearly isn't portable.
23565
23566 2004-12-18  David Schleef  <ds@schleef.org>
23567
23568         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
23569         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
23570         (avcodec_get_pix_fmt), (avpicture_layout),
23571         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
23572         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
23573         Fix code to not use GCC extensions (and c99 extensions that
23574         Forte does not like.)
23575
23576 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23577
23578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23579
23580         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23581         (gst_deinterlace_chain):
23582           Rowstride fixes. Fixes #161039.
23583         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
23584         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
23585         (gst_video_crop_getcaps), (gst_video_crop_link),
23586         (gst_video_crop_i420), (gst_video_crop_chain),
23587         (gst_video_crop_change_state):
23588           Rework of negotiation. Actually works now. Fixes #158650.
23589
23590 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23591
23592         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
23593           That was very stupid.
23594
23595 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23596
23597         * gst/matroska/matroska-demux.c:
23598         (gst_matroska_demux_parse_blockgroup):
23599           Fix possible crasher.
23600
23601 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23602
23603         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
23604         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
23605           Lace sizes can be zero.
23606
23607 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23608
23609         * ext/musepack/gstmusepackdec.cpp:
23610           Fetch error return values. Fixes #161624.
23611         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
23612           Really EOS.
23613
23614 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23615
23616         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
23617           Work for truncated (unfinished download etc.) files. Fixes #160514.
23618
23619 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23620
23621         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23622           Fix for integer overflow. Makes #156001 not crash. Probably masks
23623           the real bug.
23624
23625 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23626
23627         * gst/ac3parse/gstac3parse.c: (plugin_init):
23628           Parsers never have ranks. Fixes #159651.
23629
23630 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23631
23632         * gst/playback/gstdecodebin.c: (compare_ranks):
23633           make sure the facotries are ordered the same every time even if they
23634           have the same rank by using the name
23635         * gst/playback/gstdecodebin.c: (find_compatibles):
23636           make sure we don't add factories to the list twice
23637
23638 2004-12-16  David Schleef  <ds@schleef.org>
23639
23640         * configure.ac: look for musepack headers as musepack/*.h
23641         (fixes #159847)
23642         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
23643         * ext/musepack/gstmusepackreader.h: same
23644
23645 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23646
23647         * gst-libs/gst/riff/riff-read.c:
23648         (gst_riff_read_strf_auds_with_data):
23649           Read extradata correctly (fixes #155879).
23650
23651 2004-12-16  David Schleef  <ds@schleef.org>
23652
23653         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
23654         audio.  does _not_ attempt or allow conversion unless channels
23655         is 1 or 2.
23656
23657 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23658
23659         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
23660
23661 2004-12-16  David Schleef  <ds@schleef.org>
23662
23663         * gst/audioscale/gstaudioscale.c: the resample library only
23664         handles 1 or 2 channels.  Change caps to compensate.
23665
23666 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23667
23668         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
23669         (gst_matroska_demux_audio_caps):
23670           Some MPEG-AAC hacks, because else it doesn't work...
23671
23672 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23673
23674         * gst-libs/gst/riff/riff-media.c:
23675         (gst_riff_create_video_caps_with_data),
23676         (gst_riff_create_video_template_caps):
23677           Add h264.
23678
23679 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23680
23681         * gst-libs/gst/audio/Makefile.am:
23682           Try to fix buildbot.
23683
23684 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23685
23686         * gst/tcp/gstmultifdsink.c:
23687           Clean up and uniformize debugging.
23688
23689 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
23690
23691         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23692
23693         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
23694         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
23695         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
23696         (gst_mpeg_demux_change_state):
23697           Reset on ready. Fixes 160276.
23698
23699 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
23700
23701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23702
23703         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23704         (gst_ffmpegcsp_pad_link):
23705           Fix memleak (#154815).
23706
23707 2004-12-16  James Bowes  <bowes@cs.dal.ca>
23708
23709         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23710
23711         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
23712         (gst_musicbrainz_init), (gst_musicbrainz_chain),
23713         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
23714         * ext/musicbrainz/gsttrm.h:
23715           Add support for using a proxy server when getting a trm id from
23716           the MusicBrainz database (#149613).
23717
23718 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
23719
23720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23721
23722         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
23723         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23724           Fix memleaks (#157233).
23725
23726 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
23727
23728         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23729
23730         * gst-libs/gst/resample/resample.c: (gst_resample_close):
23731         * gst-libs/gst/resample/resample.h:
23732         * gst/audioscale/gstaudioscale.c:
23733           Fix memleak (#159215).
23734
23735 2004-12-16  Toni Willberg  <toniw@iki.fi>
23736
23737         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23738
23739         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
23740         * sys/oss/oss_probe.c: (main):
23741           Check for mono/stereo support (similar to samplerate probing),
23742           fixes #159433. Also add missing copyright header to oss_probe.c.
23743
23744 2004-12-15  David Schleef  <ds@schleef.org>
23745
23746         * configure.ac: add audioresample and cairo plugins.  Remove
23747         HAVE_MMX stuff, because it's not used.
23748         * ext/Makefile.am: same
23749         * ext/audioresample/Makefile.am: You are not ready for an
23750         audio resampling element based on audioresample.
23751         * ext/audioresample/gstaudioresample.c:
23752         * ext/audioresample/gstaudioresample.h:
23753         * ext/cairo/Makefile.am: You are not ready for overlay elements
23754         based on cairo.  Don't look too closely, these elements kinda
23755         suck right now.
23756         * ext/cairo/gstcairo.c: new
23757         * ext/cairo/gsttextoverlay.c: new
23758         * ext/cairo/gsttextoverlay.h: new
23759         * ext/cairo/gsttimeoverlay.c: new
23760         * ext/cairo/gsttimeoverlay.h: new
23761         * gst-libs/gst/media-info/media-info-priv.h: fix compile
23762         problem with compilers that don't support variadic macros.
23763
23764 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23765
23766         Reviewed by:  David Schleef  <ds@schleef.org>
23767
23768         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
23769         Bala, registering sunaudiosrc (oops!), and cleaning up code a
23770         bit.  Also ran indent-gst.
23771         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
23772         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
23773         (gst_sunaudiosrc_setparams):
23774
23775 2004-12-14  David Schleef  <ds@schleef.org>
23776
23777         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
23778         output rate to 16000.  Should fix #160235.
23779
23780 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23781
23782         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23783         Add typefinding for mpeg2 pes streams
23784
23785 2004-12-13  David Schleef  <ds@schleef.org>
23786
23787         * configure.ac:  Applied patch from bug #143659, making default
23788         sources and sinks OS-dependent (for Solaris), and added code
23789         for OS/X.
23790         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
23791
23792 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23793
23794         * gst-libs/gst/riff/riff-media.c:
23795           forgot to add h2.64 to avidemux template caps
23796
23797 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23798
23799         * gst/wavenc/riff.h:
23800         * gst-libs/gst/riff/riff-media.c:
23801         * gst-libs/gst/riff/riff-ids.h:
23802         * gst/avi/gstavimux.c
23803         add 4CC code for VideoSoft h264 in AVI (VSSH)
23804           fixes bug #160655
23805         remove s323 from riff, it's quicktime specific :(
23806
23807 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23808
23809         * gst/asfdemux/README
23810         * gst/wavenc/riff.h
23811         * gst-libs/gst/riff/riff-ids.h
23812         * gst-libs/gst/riff/riff-media.c
23813         * gst/qtdemux/qtdemux.c:
23814           add new 4CC codes for h263 related codecs
23815           fixes partially bug #155163
23816
23817 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
23818
23819         * configure.ac: Update polyaudio requirement to 0.7
23820         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
23821
23822 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23823
23824         * gst/interleave/deinterleave.c:
23825         fix my name's spelling! :)
23826
23827 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23828
23829         * AUTHORS ChangeLog
23830         * gst/auparse/gstauparse.c
23831         * gst/interleave/deinterleave.c
23832         * gst/law/:
23833                 alaw-decode.c alaw-encode.c
23834                 mulaw-decode.c mulaw-encode.c
23835         * gst/oneton/gstoneton.c
23836         * sys/osxaudio/:
23837                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
23838         * sys/osxvideo/:
23839                 cocoawindow.h cocoawindow.m
23840                 osxvideosink.h osxvideosink.m
23841
23842         put the same mail address for Zaheer Abbas Merali everywhere
23843
23844 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23845
23846         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
23847           Align by packetsize, and assert that we a packet available before
23848           playing. The first makes webstreams work (they often include
23849           trailing padding data in a packet), the second allows pausing a
23850           ASF stream in totem without getting demux errors afterwards.
23851
23852 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23853
23854         * ext/ogg/gstoggdemux.c: (get_relative):
23855           Check for non-NULL before accessing member (end-of-chain).
23856
23857 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23858
23859         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23860         (cdparanoia_set_property), (cdparanoia_get_property):
23861         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23862         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
23863         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23864         (dvdreadsrc_init), (dvdreadsrc_set_property),
23865         (dvdreadsrc_get_property):
23866         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
23867         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
23868           Synchronize property names where not yet the case. Devices are
23869           now device=X, other versions are deprecated (but still exist).
23870           Also use g_free() unconditionally.
23871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23872         (setup_source), (gst_play_base_bin_get_property):
23873           Expose source.
23874
23875 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23876
23877         * configure.ac: move GCONF macro outside conditional for the am
23878           conditional. Fixes #160439
23879
23880 2004-12-08  David Schleef  <ds@schleef.org>
23881
23882         * tools/gst-visualise-m.m: Switch to elements that currently
23883         exist.
23884
23885 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23886
23887         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23888           We love wrong commas.
23889
23890 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23891
23892         * gst/matroska/matroska-demux.c:
23893         (gst_matroska_demux_handle_src_query):
23894           Don't set DEFAULT, unsupported - makes length display incorrectly
23895           in some cases.
23896
23897 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23898
23899         * gst/monoscope/README: remove blurb about files being GPL
23900         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
23901         * gst/monoscope/monoscope.c: Change license to BSD with explanation
23902           monoscope is now effectively LGPL licensed
23903
23904 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23905
23906         * gst/monoscope/README: Update information to be more correct
23907         * gst/monoscope/convolve.c: Relicense to LGPL
23908         * gst/monoscope/convolve.h: Relicense to LGPL
23909
23910 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
23911
23912         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23913           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
23914         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
23915           set default_duration for mpeg1 audio
23916
23917 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23918
23919         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
23920         * ext/alsa/gstalsa.h:
23921           refactor big chunks of the core caps negotiation code to make it
23922           a lot faster, because people claim it's really slow
23923           (actually, just cache the getcaps when the device is opened)
23924
23925 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23926
23927         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
23928         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
23929         (gst_a52dec_handle_frame), (gst_a52dec_chain),
23930         (gst_a52dec_change_state), (plugin_init):
23931         * ext/a52dec/gsta52dec.h:
23932           Do something useful with timestamps. Make chain-based (since
23933           there's really no reason to be loopbased).
23934         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
23935           Update current_byte/frame correctly.
23936
23937 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23938
23939         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
23940         (gst_ape_demux_stream_init):
23941           Forward tags, too.
23942
23943 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23944
23945         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
23946           Let's make sure we're done typefinding when detecting tags.
23947
23948 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23949
23950         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
23951         (gst_ebml_read_init), (gst_ebml_read_use_event),
23952         (gst_ebml_read_element_id), (gst_ebml_peek_id),
23953         (gst_ebml_read_seek), (gst_ebml_read_skip),
23954         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
23955         (gst_ebml_read_master):
23956         * gst/matroska/ebml-read.h:
23957         * gst/matroska/matroska-demux.c:
23958         (gst_matroska_demux_parse_contents),
23959         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
23960           Disgustingly evil hack for working around INTERRUPT events and
23961           their extremely annoying habit of being a pain in the ass. We
23962           simply peek a cluster before reading any of it.
23963
23964 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23965
23966         * ext/musepack/gstmusepackdec.cpp:
23967           There's also floating point libmusepacks.
23968
23969 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23970
23971         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
23972         (gst_faad_chanpos_to_gst), (gst_faad_chain):
23973           Set DURATION even if source buffer didn't. Also use increasing
23974           timestamps.
23975         * gst-libs/gst/riff/riff-media.c:
23976         (gst_riff_create_audio_caps_with_data):
23977           Block_align can have larger values than 8192.
23978
23979 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23980
23981         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
23982         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
23983         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
23984         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
23985           Fix caps.
23986
23987 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23988
23989         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
23990           Fix logic bug.
23991
23992 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23993
23994         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
23995           Yay, another one.
23996
23997 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23998
23999         * ext/esd/esdsink.c: (gst_esdsink_chain):
24000           Make error actually say something useful (fixes #156798).
24001         * gst-libs/gst/riff/riff-media.c:
24002         (gst_riff_create_video_caps_with_data),
24003         (gst_riff_create_video_template_caps):
24004           Add Intel Video 5.0 fourcc (IV50).
24005
24006 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
24007
24008         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
24009         detection on mono and stereo mp3 files.
24010
24011 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24012
24013         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24014           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
24015           the contained stream).
24016
24017 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24018
24019         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
24020           Oops, remove debug.
24021
24022 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
24023
24024         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24025
24026         * gst/law/alaw-decode.c: (alawdec_getcaps):
24027         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
24028           Prevent warnings when negotiating caps (fixes #159338).
24029
24030 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24031
24032         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24033         (gst_ffmpegcsp_chain):
24034           Remove old leftover that shouldn't be there...
24035
24036 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
24037
24038         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24039
24040         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
24041           Don't forward DISCONT events (fixes #159684).
24042
24043 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24044
24045         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
24046           Unlink manually since sometimes bin disposal (and therefore
24047           pad unlinking) is delayed, which will cause a new media file
24048           to not be able to start playing instantly.
24049
24050 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24051
24052         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
24053           On mute of an unlinked stream, check for pad availability so
24054           we don't crash on unlinked pad.
24055
24056 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24057
24058         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
24059         (gst_avi_demux_massage_index):
24060           Fix quite humiliating bug in omitting 0-sized index chunks but
24061           forgetting to count them for timestamps.
24062
24063 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24064
24065         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
24066           Actually leave the loop if we failed to sync. Don't crash.
24067
24068 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24069
24070         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
24071         (gst_dvd_demux_process_private):
24072         * gst/mpegstream/gstdvddemux.h:
24073           Fix crash (#159759). Doesn't work, though. :-(.
24074
24075 2004-11-28  Benjamin Otte  <otte@gnome.org>
24076
24077         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
24078           more overwriting protection due to modifying channels one by one
24079           instead of all at once
24080
24081 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24082
24083         * gst/audioconvert/gstchannelmix.c:
24084         (gst_audio_convert_fill_normalize):
24085           Normalize using absolute values.
24086
24087 2004-11-28  Julien MOUTTE  <julien@moutte.net>
24088
24089         * configure.ac:
24090         * ext/Makefile.am:
24091         * ext/directfb/Makefile.am:
24092         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
24093         (gst_directfbvideosink_get_pixel_format),
24094         (gst_directfbvideosink_get_format_from_fourcc),
24095         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
24096         (gst_directfbvideosink_sink_link),
24097         (gst_directfbvideosink_change_state),
24098         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
24099         (gst_directfbvideosink_buffer_alloc),
24100         (gst_directfbvideosink_interface_supported),
24101         (gst_directfbvideosink_interface_init),
24102         (gst_directfbvideosink_navigation_send_event),
24103         (gst_directfbvideosink_navigation_init),
24104         (gst_directfbvideosink_set_property),
24105         (gst_directfbvideosink_get_property),
24106         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
24107         (gst_directfbvideosink_base_init),
24108         (gst_directfbvideosink_class_init),
24109         (gst_directfbvideosink_get_type), (plugin_init):
24110         * ext/directfb/directfbvideosink.h: Adding a first version of
24111         directfbvideosink.
24112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
24113         more.
24114
24115 2004-11-28  Benjamin Otte  <otte@gnome.org>
24116
24117         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
24118           walk the samples backwards if out_channels > in_channels so we don't
24119           overwrite data
24120
24121 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24122
24123         * gst/audioconvert/Makefile.am:
24124         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24125         (gst_audio_convert_link), (gst_audio_convert_change_state),
24126         (gst_audio_convert_channels):
24127         * gst/audioconvert/gstchannelmix.c:
24128         (gst_audio_convert_unset_matrix),
24129         (gst_audio_convert_fill_identical),
24130         (gst_audio_convert_fill_compatible),
24131         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
24132         (gst_audio_convert_fill_others),
24133         (gst_audio_convert_fill_normalize),
24134         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
24135         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
24136         * gst/audioconvert/gstchannelmix.h:
24137           Implement a channel mixer.
24138
24139 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
24140
24141         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
24142         * ext/alsa/gstalsa.h:
24143         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
24144         Make alsasink actually honor gst_element_set_clock and use that
24145         clock instead of its internal one.
24146
24147 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
24148
24149         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
24150         (gst_play_base_bin_change_state): nullify source and decoder when
24151         going from READY to NULL so that we don't try to do weird stuff with
24152         them when going from NULL to READY
24153         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
24154         instead of g_object_unref
24155         (gen_video_element), (gen_audio_element): more refcounting fixes, now
24156         it should be correct
24157         (gst_play_bin_change_state): don't call remove_sinks if we are
24158         currently disposing the object
24159
24160 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24161
24162         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
24163           Don't forget bass if it's there. Else left channel is silent...
24164
24165 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24166
24167         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
24168         (gst_a52dec_change_state):
24169           Don't do sample adjusting anymore, we use float audio now.
24170         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24171           Don't fixate to non-existing properties.
24172
24173 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24174
24175         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
24176         (gst_a52dec_change_state):
24177           Advertise that we can do surround sound.
24178
24179 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24180
24181         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
24182           Add buffer-frames=0.
24183         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
24184         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
24185         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
24186         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
24187         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
24188         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
24189         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
24190         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
24191         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
24192         * ext/dvdread/dvdreadsrc.h:
24193           Add seeking, querying for bytes, sectors, title, angle and
24194           chapter. Handle multiple chapters. Relicense to LGPL because
24195           Billy agreed on that (thanks Billy!).
24196
24197 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
24198
24199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
24200         call parent dispose method
24201
24202 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
24203
24204         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
24205         (gst_audio_clock_get_internal_time):
24206         Fix active <-> inactive transitions: ensure time value always
24207         grows and avoid abrupt value changes.
24208
24209 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
24210
24211         * configure.ac:
24212         * gst/tta/Makefile.am:
24213         * gst/tta/crc32.h:
24214         * gst/tta/filters.h:
24215         * gst/tta/gsttta.c:
24216         * gst/tta/gstttadec.c:
24217         * gst/tta/gstttadec.h:
24218         * gst/tta/gstttaparse.c:
24219         * gst/tta/gstttaparse.h:
24220         * gst/tta/ttadec.h:
24221           added TTA parser and decoder
24222
24223 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24224
24225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24226         (probe_triggered), (check_queue), (buffer_underrun),
24227         (buffer_running), (buffer_overrun), (gen_source_element),
24228         (setup_source):
24229         * gst/playback/gstplaybasebin.h:
24230           Implement buffering. Needs some more work.
24231
24232 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24233
24234         * ext/theora/theoradec.c: (theora_dec_chain):
24235           Fix ilog mask range overflow.
24236
24237 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24238
24239         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
24240           Don't omit the last (which in case of dmix is the only :) )
24241           channel count. Don't set channels if <= 2.
24242
24243 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
24244
24245         * gst/playback/gstplaybin.c: (gen_video_element),
24246         (gen_audio_element): Removed 2 obsolete comments
24247
24248 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24249
24250         * ext/vorbis/oggvorbisenc.c
24251         * ext/vorbis/vorbisenc.c :
24252           change description fields of those plugins to differentiate them
24253           (pitivi show Encoders by description, they had the same one)
24254
24255 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
24256
24257         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24258
24259         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24260         (gst_play_bin_set_property), (gen_video_element),
24261         (gen_audio_element):
24262           Refcounting fixes for provided audio-/videosinks.
24263
24264 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24265
24266         * gst/playback/gstplaybin.c: (gen_video_element),
24267         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
24268           Don't reference all sinks, but only the video- and audiosinks.
24269           The vis. element should be disposed when we're done with it.
24270           We don't have any reason to keep it around. This fixes warnings
24271           when reusing playbin for playing multiple audio files with
24272           vis. enabled. Also release audio device on pause - idea stolen
24273           from Rhythmbox.
24274
24275 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24276
24277         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
24278         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
24279         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
24280         * ext/alsa/gstalsaplugin.c: (plugin_init):
24281         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
24282         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
24283         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
24284         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
24285         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
24286         (gst_faad_change_state), (plugin_init):
24287         * ext/faad/gstfaad.h:
24288         * ext/vorbis/vorbis.c: (plugin_init):
24289         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24290         * gst-libs/gst/audio/Makefile.am:
24291         * gst-libs/gst/audio/audio.c: (plugin_init):
24292         * gst-libs/gst/audio/multichannel.c:
24293         (gst_audio_check_channel_positions),
24294         (gst_audio_get_channel_positions),
24295         (gst_audio_set_channel_positions),
24296         (gst_audio_set_structure_channel_positions_list),
24297         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
24298         (gst_audio_fixate_channel_positions):
24299         * gst-libs/gst/audio/multichannel.h:
24300         * gst-libs/gst/audio/testchannels.c: (main):
24301         * gst/audioconvert/gstaudioconvert.c:
24302         (gst_audio_convert_class_init), (gst_audio_convert_init),
24303         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
24304         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
24305         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24306         * gst/audioconvert/plugin.c: (plugin_init):
24307           Surround sound support.
24308
24309 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24310
24311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
24312           Fix position for discont if we're close as well. Nitpicking, but
24313           saves a few milliseconds of extra waiting or skipping.
24314
24315 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24316
24317         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
24318           We sometimes need parsers for playback, so add those too.
24319
24320 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24321
24322         * configure.ac:
24323         * gst/apetag/Makefile.am:
24324         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
24325         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
24326         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
24327         (gst_ape_demux_get_src_query_types),
24328         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
24329         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
24330         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
24331         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
24332         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
24333         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
24334         (gst_ape_demux_change_state):
24335         * gst/apetag/apedemux.h:
24336         * gst/apetag/apetag.c: (plugin_init):
24337         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
24338         (plugin_init):
24339           APE v1/2 tag reader plus typefind function.
24340
24341 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24342
24343         * configure.ac:
24344         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
24345         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
24346           Remove hacks for older core. Require newer core version
24347           accordingly.
24348
24349 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24350
24351         * gst/cdxaparse/Makefile.am:
24352         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
24353         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
24354         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
24355         * gst/cdxaparse/gstcdxaparse.h:
24356         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
24357         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
24358         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
24359         (gst_cdxastrip_get_src_query_types),
24360         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
24361         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
24362         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
24363         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
24364         * gst/cdxaparse/gstcdxastrip.h:
24365           SVCD/VCD header stripping separated from CDXA image parsing.
24366         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
24367         (plugin_init):
24368           Add VCD/SVCD header typefinding for VCD/SVCD.
24369         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
24370         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
24371         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
24372         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
24373         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
24374         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
24375         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
24376         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
24377         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
24378         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
24379         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
24380         * sys/vcd/vcdsrc.h:
24381           Fix up, add seeking, querying, URI interface. Works in totem now.
24382
24383 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24384
24385         * configure.ac:
24386           back to CVS
24387
24388 === release 0.8.6 ===
24389
24390 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24391
24392         * NEWS:
24393         * RELEASE:
24394         * configure.ac:
24395         * po/af.po:
24396         * po/az.po:
24397         * po/cs.po:
24398         * po/en_GB.po:
24399         * po/hu.po:
24400         * po/it.po:
24401         * po/nb.po:
24402         * po/nl.po:
24403         * po/or.po:
24404         * po/sq.po:
24405         * po/sr.po:
24406         * po/sv.po:
24407         * po/uk.po:
24408           releasing 0.8.6, "IOU Love"
24409
24410 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24411
24412         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24413
24414         * gst/playback/gstplaybasebin.c:
24415           Fix unplayable files error handling.  Fixes #158365
24416
24417 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24418
24419         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24420
24421         * gst/typefind/gsttypefindfunctions.c:
24422           Fix broken mp3 typefinding.  Fixes #158375
24423
24424 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24425
24426         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24427
24428         * ext/ogg/gstoggdemux.c:
24429           Fix sync on broken files.  Fixes #158976
24430
24431 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24432
24433         patch by: Edward Hervey <bilboed@bilboed.com>
24434
24435         * ext/libpng/gstpngenc.c:
24436           Copy over buffer properties.  Fixes #158832
24437
24438 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24439
24440         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
24441
24442         * ext/dvdread/dvdreadsrc.c:
24443           Fixes invalid reads (#158462)
24444
24445 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24446
24447         * sys/v4l/gstv4lsrc.c:
24448         * sys/v4l/gstv4lsrc.h:
24449         * sys/v4l/v4lsrc_calls.c:
24450           Probe less and cache it.  Fixes #159187.
24451
24452 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24453
24454         * gst/videorate/gstvideorate.c:
24455           Handle all video formats. Fixes #159186.
24456
24457 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
24458         * gst/synaesthesia/gstsynaesthesia.c:
24459         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
24460         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
24461         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
24462         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
24463         (gst_synaesthesia_change_state), (plugin_init):
24464         Fix up synaesthesia to work under different samplerates/ buffer sizes.
24465         Force 320x200 output, as that's the only thing the underlying
24466         synaesthesia implementation supports. Still needs to be made
24467         re-entrant.
24468
24469 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24470
24471         * configure.ac:
24472           Fix mpeg2enc configure check (similar to mplex check below).
24473
24474 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
24475
24476         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24477
24478         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24479           Fix for gcc-2.95 (fixes #158221).
24480
24481 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24482
24483         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
24484           Re-add clock distribution hack (until new core is released).
24485           Fixes #158125.
24486
24487 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
24488         * configure.ac:
24489           fix mplex configure check segfaulting on some systems (bug #140994)
24490
24491 2004-11-13  Benjamin Otte  <otte@gnome.org>
24492
24493         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
24494           add debugging
24495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24496           do a wait when we enter the loop func with no data available to
24497           write instead of getting into an 100% CPU loop by just returning and
24498           being called again by the scheduler
24499
24500 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
24501
24502         * configure.ac:
24503         * ext/libvisual/visual.c: (gst_visual_get_type),
24504         (libvisual_log_handler), (gst_visual_getcaps),
24505         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
24506         (plugin_init):
24507           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
24508         * ext/smoothwave/Makefile.am:
24509         * ext/smoothwave/demo-osssrc.c: (main):
24510         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
24511         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
24512         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
24513         (plugin_init):
24514         * ext/smoothwave/gstsmoothwave.h:
24515           Make gstsmoothwave a working element in the 20th century.
24516
24517         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
24518           Fix incorrect link function
24519
24520 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24521
24522         * gst/volume/gstvolume.c:
24523           Allow buffer-frames=0.
24524
24525 2004-11-12 Iain <iaingnome@gmail.com>
24526
24527         * configure.ac: Check for polypaudio
24528
24529         * ext/Makefile.am: Build the polyp dir
24530
24531         * ext/polyp: The polypsink sources.
24532
24533 2004-10-30 Iain <iaingnome@gmail.com>
24534
24535         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
24536         caps to reflect the new number of channels.
24537
24538 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24539
24540         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24541           Fix for negotiation order problem. This would show when the
24542           ALSA loopfuction was called before any other function. ALSA
24543           wouldn't do anything because we're not negotiated yet, leading
24544           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
24545
24546 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24547
24548         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24549
24550         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
24551           No warnings (#157986).
24552
24553 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24554
24555         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24556           Prefer apev1/2 and id3v1 (at end of file) over musepack.
24557
24558 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24559
24560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
24561           Signal no-more-pads (so it works in playbin).
24562
24563 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24564
24565         * ext/musepack/gstmusepackreader.cpp:
24566           Workaround for older core.
24567
24568 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24569
24570         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
24571           Actually test for odd width/height rather than testing whether
24572           a temporary variable that was 0 before we subtracted 1 is now
24573           not equal to zero (which it always is).
24574
24575 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24576
24577         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
24578         Fix compilation if HAVE_XVIDEO is not defined
24579
24580 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24581
24582         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
24583         Fix compilation if HAVE_XVIDEO is not defined
24584
24585 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
24586
24587         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
24588         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
24589         (gst_goom_change_state), (plugin_init):
24590         Use the bytestream adapter so goom doesn't depend on the input
24591         buffer size.
24592         Add a debug category
24593
24594 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24595
24596         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
24597           Only set hardware parameters *after* negotiation. Before
24598           negotiation, it will set ANY and that seems to cause crashes
24599           (see e.g. #151288, #153227).
24600
24601 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24602
24603         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24604           This seems to be antique leftover. It needs to pass error
24605           checking.
24606         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
24607         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
24608         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
24609         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
24610           Fix GstXOverlay implementation (#151059).
24611
24612 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24613
24614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24615           Don't assert (#157853).
24616
24617 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24618
24619         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24620           Fix bytes/samples confustion.
24621         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
24622           Fix for underrun (#144389).
24623
24624 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24625
24626         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
24627           Disable halfway-seek for pending release (since it needs a new
24628           core release).
24629
24630 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24631
24632         * sys/v4l/gstv4lsrc.c:
24633         * sys/v4l/gstv4lsrc.h:
24634         * sys/v4l/v4lsrc_calls.c:
24635           add autoprobe-fps property so we can separate autoprobing parts
24636
24637 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24638
24639         * sys/v4l/gstv4lsrc.c:
24640         * sys/v4l/v4lsrc_calls.c:
24641         initialise fourcc to catch unset fourcc's, and debug
24642
24643 2004-11-09  Wim Taymans  <wim@fluendo.com>
24644
24645         * gst/playback/README:
24646         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
24647         * gst/playback/gstplaybin.c: (gst_play_bin_init),
24648         (gst_play_bin_dispose), (gst_play_bin_set_property),
24649         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
24650         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
24651         (gst_play_bin_get_formats), (gst_play_bin_convert),
24652         (gst_play_bin_get_query_types), (gst_play_bin_query):
24653         Cleanups and some more documentation.
24654
24655 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
24656
24657         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
24658         (gst_cacasink_init), (gst_cacasink_chain):
24659         * ext/libcaca/gstcacasink.h:
24660         Cacasink inherits from VideoSink, so let that store the clock.
24661
24662 2004-11-09  Wim Taymans  <wim@fluendo.com>
24663
24664         * gst/playback/README:
24665         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
24666         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
24667         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
24668         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
24669         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
24670         (setup_sinks):
24671         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
24672         (gst_stream_info_is_mute), (gst_stream_info_set_property):
24673         * gst/playback/gststreaminfo.h:
24674         Updated README.
24675         Only switch groups if all streams have muted (EOSed).
24676         Send Tags in sync with the stream playback instead of in
24677         the playback/preroll phase.
24678         Some cleanups, free the fakesrc elements.
24679
24680 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24681
24682         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
24683           buffer-frames property was missing
24684         * ext/arts/gst_arts.c:
24685           rate missing from sinkcaps
24686         * ext/audiofile/gstafparse.c:
24687         * ext/audiofile/gstafsink.c:
24688         * ext/audiofile/gstafsrc.c:
24689         * ext/swfdec/gstswfdec.c:
24690           int audio doesn't know buffer-frames
24691         * ext/cdparanoia/gstcdparanoia.c:
24692           int audio doesn't know chunksize either
24693         * ext/nas/nassink.c:
24694           it's endianness, not endianess
24695         * gst-libs/gst/audio/audio.h:
24696           make float standard pad template caps really describe float
24697         * gst/law/mulaw.c: (linear_factory):
24698           signed only, please
24699         * gst/mpegstream/gstdvddemux.c:
24700           widths of 20 are not valid
24701
24702 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24703
24704         Submitted by: Luca Ferretti <elle.uca@infinito.it>
24705
24706         * po/LINGUAS:
24707         * po/it.po:
24708           Add Italian
24709
24710 2004-11-08  Wim Taymans  <wim@fluendo.com>
24711
24712         * gst/playback/README:
24713         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
24714         * gst/playback/gstplaybasebin.c: (probe_triggered),
24715         (gst_play_base_bin_change_state):
24716         Updated README, added more comments for fixmes etc..
24717
24718 2004-11-08  Wim Taymans  <wim@fluendo.com>
24719
24720         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
24721         We can remove this hack now.
24722
24723 2004-11-08  Wim Taymans  <wim@fluendo.com>
24724
24725         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
24726         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24727         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
24728         Only mix AYUV for maximum quality.
24729
24730 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24731
24732         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
24733         (gst_ogg_demux_push), (gst_ogg_pad_push):
24734           Let's act as if we're synchronized now! :).
24735         * ext/theora/theoradec.c: (theora_dec_chain):
24736           Add some debug.
24737
24738 2004-11-08  Wim Taymans  <wim@fluendo.com>
24739
24740         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24741         (gst_alpha_set_property), (gst_alpha_sink_link),
24742         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
24743         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
24744         (gst_alpha_init_params), (gst_alpha_chain):
24745         Implement alpha functions for AYUV too, this increases
24746         accuracy quite a bit.
24747
24748 2004-11-08  Wim Taymans  <wim@fluendo.com>
24749
24750         * gst/ffmpegcolorspace/avcodec.h:
24751         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24752         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
24753         (gst_ffmpegcsp_avpicture_fill):
24754         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24755         (gst_ffmpegcsp_caps_remove_format_info):
24756         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24757         (shrink12), (img_get_alpha_info), (deinterlace_line),
24758         (deinterlace_line_inplace):
24759         * gst/ffmpegcolorspace/imgconvert_template.h:
24760         Added AYUV colorspace and handle RGBA a bit more respectful.
24761
24762 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24763
24764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24765           Actually always send a discont (cornercase when resending the
24766           same serial-tagged chain twice).
24767
24768 2004-11-08  Julien MOUTTE  <julien@moutte.net>
24769
24770         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
24771         (gst_ximagesink_finalize):
24772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
24773         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
24774
24775 2004-11-08  Wim Taymans  <wim@fluendo.com>
24776
24777         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
24778         Don't segfault on NULL data.
24779
24780 2004-11-08  Wim Taymans  <wim@fluendo.com>
24781
24782         * gst/playback/gstdecodebin.c: (unlinked):
24783         * gst/playback/gstplay-marshal.list:
24784         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24785         (gst_play_base_bin_init), (group_create), (get_active_group),
24786         (get_building_group), (group_destroy), (group_commit),
24787         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
24788         (add_element_stream), (no_more_pads), (probe_triggered),
24789         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
24790         (state_change), (setup_source), (gst_play_base_bin_get_property),
24791         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24792         (gst_play_base_bin_link_stream),
24793         (gst_play_base_bin_get_streaminfo):
24794         * gst/playback/gstplaybasebin.h:
24795         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24796         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
24797         Add support for chained ogg files. Prepare for playlist
24798         support. This patch introduces the concept of pad groups, which
24799         together compose one playable media file.
24800
24801 2004-11-07  David Schleef  <ds@schleef.org>
24802
24803         * testsuite/gst-lint: Check for pad templates that aren't statically
24804         scoped.
24805
24806 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24807
24808         * configure.ac:
24809         * ext/Makefile.am:
24810         * ext/musepack/Makefile.am:
24811         * ext/musepack/gstmusepackdec.cpp:
24812         * ext/musepack/gstmusepackdec.h:
24813         * ext/musepack/gstmusepackreader.cpp:
24814         * ext/musepack/gstmusepackreader.h:
24815           Add musepack decoder.
24816         * ext/faad/gstfaad.c: (gst_faad_base_init):
24817           Make pad templates static.
24818         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
24819         (plugin_init):
24820           Add musepack typefinder, make mp3 typefinding work halfway stream,
24821           which doesn't actually work yet because id3demux doesn't implement
24822           _get_length().
24823
24824 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24825
24826         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24827         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
24828           Fix interrupt event handling (#144436).
24829
24830 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24831
24832         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
24833           Hide unused glory.
24834
24835 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24836
24837         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24838
24839         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
24840           Fix weird caps (#157548).
24841
24842 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24843
24844         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24845
24846         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
24847           Add missing NULL terminator (#157543).
24848
24849 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24850
24851         * gst/tcp/gsttcp.h:
24852         * gst/tcp/gsttcpclientsink.c:
24853         * gst/tcp/gsttcpclientsrc.c:
24854         * gst/tcp/gsttcpserversink.c:
24855         * gst/tcp/gsttcpserversrc.c:
24856           ports can go up to 65535.  Move common defines to gsttcp.h
24857
24858 2004-11-05  Wim Taymans  <wim@fluendo.com>
24859
24860         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
24861         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
24862         Added two more colorspaces.
24863
24864 2004-11-05  Wim Taymans  <wim@fluendo.com>
24865
24866         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24867         (gst_ffmpegcsp_avpicture_fill):
24868         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24869         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
24870         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
24871         More stride fixes.
24872
24873 2004-11-05  Wim Taymans  <wim@fluendo.com>
24874
24875         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
24876         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
24877         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
24878         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
24879         (gst_videomixer_loop):
24880         More stride fixes.
24881
24882 2004-11-05  Benjamin Otte  <otte@gnome.org>
24883
24884         * ext/mad/gstmad.c: (gst_mad_chain):
24885           don't overflow data buffer. Flush not needed sync data when syncing
24886           failed.
24887
24888 2004-11-04  Wim Taymans  <wim@fluendo.com>
24889
24890         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24891         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24892         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
24893         (gst_alpha_init_params), (gst_alpha_chain),
24894         (gst_alpha_change_state):
24895         Updated the chroma keying algorithm with something more
24896         sophisticated.
24897
24898 2004-11-03  Wim Taymans  <wim@fluendo.com>
24899
24900         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
24901         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24902         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
24903         Fix stride issues. Does not completely work for odd
24904         heights.
24905
24906 2004-11-03  Wim Taymans  <wim@fluendo.com>
24907
24908         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24909         (gst_alpha_chroma_key), (gst_alpha_chain):
24910         Fix stride issues. Does not completely work for odd
24911         heights.
24912
24913 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
24914
24915         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
24916         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
24917         leak fixes
24918
24919 2004-11-03  Wim Taymans  <wim@fluendo.com>
24920
24921         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24922         (gst_ffmpegcsp_avpicture_fill):
24923         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24924         (avpicture_alloc):
24925         * gst/ffmpegcolorspace/imgconvert_template.h:
24926         Use correct _fill function to get correct strides.
24927
24928 2004-11-02  David Schleef  <ds@schleef.org>
24929
24930         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24931         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
24932         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
24933         Change all g_print()s to debugging.  Add a bunch of consistency
24934         checks.
24935
24936 2004-11-02  Wim Taymans  <wim@fluendo.com>
24937
24938         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24939         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24940         (unlinked), (no_more_pads), (close_link):
24941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24942         (unknown_type), (add_element_stream), (new_decoded_pad),
24943         (removed_decoded_pad), (setup_source):
24944         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
24945         (gst_stream_info_class_init), (gst_stream_info_init),
24946         (gst_stream_info_new), (gst_stream_info_dispose),
24947         (stream_info_mute_pad), (gst_stream_info_set_property),
24948         (gst_stream_info_get_property):
24949         * gst/playback/gststreaminfo.h:
24950         Fix playback of multiple files.
24951         a slightly different approach to handling dynamic pad removals.
24952         This one only looks at pads that we have linked.
24953
24954 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
24955
24956         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
24957         free" warning from libc.
24958
24959 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24960
24961         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24962         (get_unconnected_element), (remove_starting_from), (pad_removed),
24963         (close_link):
24964           Implement support for dynamic pad changing. We listen to "live"
24965           pad removals (i.e. while playing) and re-setup autoplugging
24966           after that. Playbasebin/playbin need some more work for this
24967           to finally work, but decodebin supports (and replugs) chained
24968           ogg now.
24969
24970 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
24971
24972         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
24973         (gst_alsa_finalize):
24974         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
24975         (gst_cdaudio_finalize):
24976         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24977         (cdparanoia_finalize):
24978         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
24979         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
24980         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
24981         (dvdreadsrc_finalize):
24982         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24983         (gst_flacdec_finalize):
24984         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
24985         (gst_flacenc_finalize):
24986         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
24987         (gst_gnomevfssink_finalize):
24988         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
24989         (gst_gnomevfssrc_finalize):
24990         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
24991         (gst_fameenc_finalize):
24992         * ext/nas/nassink.c: (gst_nassink_class_init),
24993         (gst_nassink_finalize):
24994         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
24995         (gst_sdlvideosink_class_init):
24996         * ext/sndfile/gstsf.c: (gst_sf_dispose):
24997         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
24998         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
24999         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
25000         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25001         (gst_x_window_listener_dispose):
25002         * gst/audioscale/gstaudioscale.c:
25003         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
25004         (play_on_demand_finalize):
25005         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
25006         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25007         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
25008         (cdplayer_finalize):
25009         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
25010         (gst_glimagesink_class_init):
25011         * sys/oss/gstosselement.c: (gst_osselement_class_init),
25012         (gst_osselement_finalize):
25013         * sys/oss/gstosssink.c: (gst_osssink_dispose):
25014         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
25015         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
25016           Fixes a bunch of problems with finalize and dispose functions,
25017           either assumptions that dispose is only called once, or not calling
25018           the parent class dispose/finalize function
25019
25020 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
25021
25022         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
25023           added two api precondition guards
25024           use g_strdup with getenv to fix crash when using ENVVAR
25025
25026 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
25027         * ext/esd/esdsink.c: (gst_esdsink_class_init),
25028         (gst_esdsink_finalize):
25029         Use a finalize function, not dispose, and more importantly,
25030         call the parent class finalize function too
25031
25032 2004-11-01  Johan Dahlin  <johan@gnome.org>
25033
25034         * ext/ogg/gstoggdemux.c:
25035         * gst/tags/gstvorbistag.c:
25036         Plug leaks.
25037
25038 2004-10-31  Benjamin Otte  <otte@gnome.org>
25039
25040         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25041           lotsa memleaks today. But they're all small...
25042
25043 2004-10-31  Benjamin Otte  <otte@gnome.org>
25044
25045         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25046           another memleak crushed
25047
25048 2004-10-31  Benjamin Otte  <otte@gnome.org>
25049
25050         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
25051           fix memleak
25052
25053 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25054
25055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25056           Hack to prevent crash when going to READY inside signal handler
25057           while this function is active.
25058
25059 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25060
25061         * gst/ffmpegcolorspace/Makefile.am:
25062         * gst/ffmpegcolorspace/avcodec.h:
25063         * gst/ffmpegcolorspace/common.h:
25064         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
25065         * gst/ffmpegcolorspace/dsputil.h:
25066         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
25067         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25068         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
25069         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
25070         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
25071         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
25072         (gst_ffmpegcsp_avpicture_fill):
25073         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25074         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25075         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25076         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
25077         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
25078         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
25079         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25080         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
25081         * gst/ffmpegcolorspace/imgconvert.c:
25082         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
25083         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
25084         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
25085         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
25086         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
25087         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
25088         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
25089         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
25090         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
25091         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
25092         (grow21), (grow22), (grow41), (grow44), (conv411),
25093         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
25094         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
25095         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
25096         (avpicture_free), (is_yuv_planar), (img_convert),
25097         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
25098         (deinterlace_line_inplace), (deinterlace_bottom_field),
25099         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
25100         * gst/ffmpegcolorspace/imgconvert_template.h:
25101         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
25102         * gst/ffmpegcolorspace/mmx.h:
25103         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
25104         (av_fast_realloc), (av_mallocz_static), (av_free_static),
25105         (av_freep), (avcodec_get_context_defaults),
25106         (avcodec_alloc_context), (avcodec_init):
25107           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
25108           handling plus update from ffmpeg CVS. Large clean-up.
25109
25110 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25111
25112         * gst/playback/Makefile.am:
25113           We need the marshallers for decodebin, too.
25114
25115 2004-10-30  David Schleef  <ds@schleef.org>
25116
25117         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
25118           quicktime typefinding work with 64-bit offsets.
25119
25120 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
25121
25122         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
25123           Set EOS on the element when processing an EOS event.
25124         * ext/speex/gstspeexdec.h:
25125         * ext/speex/gstspeexenc.h:
25126           Only keep a const ptr to the mode
25127         * gst-libs/gst/riff/riff-media.c:
25128         (gst_riff_create_audio_caps_with_data),
25129         (gst_riff_create_audio_template_caps):
25130           Allow WMAV3, with up to 6 channels.
25131         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
25132           Don't call gst_pad_set_event_function on a sink pad.
25133         * gst/mpegstream/gstdvddemux.c:
25134         (gst_dvd_demux_get_subpicture_stream),
25135         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
25136           Copy the explicit caps that were set across to the cur_* pads,
25137           instead of trying to use a possibly non-existent negotiated caps.
25138           Reset the type of subpicture pads to UNKNOWN after calling
25139           init_stream, so that the caps get set.
25140
25141 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
25142
25143         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25144
25145         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
25146           Don't touch buffer if it is of size 0 (fixes #151064).
25147
25148 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25149
25150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
25151           Synchronized discont handling.
25152
25153 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25154
25155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
25156         (gst_ogg_demux_push):
25157           Make seeking sort-of exact again (fixes #156387).
25158
25159 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25160
25161         * gst/playback/gstplaybasebin.c: (unknown_type),
25162         (add_element_stream), (new_decoded_pad),
25163         (gst_play_base_bin_change_state):
25164         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25165         (gst_stream_info_init), (gst_stream_info_new),
25166         (gst_stream_info_dispose), (gst_stream_info_get_property):
25167         * gst/playback/gststreaminfo.h:
25168           Make caps explicitely available. Makes testing for unsupported
25169           types possible. Improves error reporting.
25170
25171 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25172
25173         * gst/audioconvert/gstaudioconvert.c:
25174         (gst_audio_convert_buffer_to_default_format):
25175           Really don't touch read-only buffers (#156563).
25176
25177 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
25178
25179         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25180
25181         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25182           Fix memleak (#155223).
25183
25184 2004-10-29  Wim Taymans  <wim@fluendo.com>
25185
25186         * gst/tcp/.cvsignore:
25187         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
25188         (gst_multifdsink_class_init), (gst_multifdsink_init),
25189         (gst_multifdsink_add), (gst_multifdsink_remove),
25190         (gst_multifdsink_remove_client_link), (is_sync_frame),
25191         (gst_multifdsink_new_client),
25192         (gst_multifdsink_handle_client_write),
25193         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25194         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
25195         (gst_multifdsink_get_property):
25196         * gst/tcp/gstmultifdsink.h:
25197         Added burst on connect sync_method, deprecated sync_clients,
25198         streamlined the sync code some more.
25199
25200 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25201
25202         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
25203         (gst_play_base_bin_change_state):
25204           Improve error reporting.
25205
25206 2004-10-28  Wim Taymans  <wim@fluendo.com>
25207
25208         * gst/tcp/Makefile.am:
25209         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
25210         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
25211         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
25212         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
25213         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
25214         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
25215         (gst_fdset_wait):
25216         Added more locks around fdset structures. Fixed/reworked
25217         the poll array resizing code.
25218         Added stress test for fdset.
25219
25220 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25221
25222         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
25223         fix build
25224
25225 2004-10-28  Benjamin Otte  <otte@gnome.org>
25226
25227         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
25228           fix link function to always query channels and query width for
25229           floats
25230         * configure.ac:
25231           add equalizer dir
25232         * gst/equalizer/Makefile.am:
25233         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
25234         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
25235         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
25236         (arg_to_scale), (setup_filter),
25237         (gst_iir_equalizer_compute_frequencies),
25238         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
25239         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
25240         (plugin_init):
25241           add an equalizer
25242
25243 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25244
25245         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
25246
25247         * po/LINGUAS:
25248         * po/nb.po:
25249           Added Norwegian Bokmaal translation
25250
25251 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25252
25253         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25254           Don't break on options (fixes #156488).
25255
25256 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25257
25258         * configure.ac:
25259         * ext/cdaudio/Makefile.am:
25260         * sys/Makefile.am:
25261           fix build on older automake
25262
25263 2004-10-26  Wim Taymans  <wim@fluendo.com>
25264
25265         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
25266         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
25267         Allow a little margin when negotiating the framerate.
25268
25269 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
25270
25271         * gst/level/gstlevel.c:
25272           synchonised naming of pads and pad-templates
25273
25274 2004-10-26  Wim Taymans  <wim@fluendo.com>
25275
25276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
25277         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
25278         (_find_streams_check), (gst_ogg_demux_push):
25279         Fix EOS again. Needs to be done in a better way. We should not
25280         remove the pad if there is no new chained stream.
25281
25282 2004-10-26 Iain <iaingnome@gmail.com>
25283
25284         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
25285         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
25286         of the caps.
25287         * gst/interleave/interleave.c (interleave_class_init): Hook up release
25288         pad.
25289         (interleave_release_pad): Remove the pad.
25290         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
25291         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
25292         the set device.
25293         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
25294         attrs
25295         (gst_xvimagesink_xcontext_clear): Free the xcontext.
25296         (gst_xvimagesink_finalize): Free the par.
25297
25298 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25299
25300         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
25301         (gst_avimux_stop_file):
25302           First calculate the rate, and only then use it. Hdr.rate is a
25303           multiple and not a derivative of hdr.scale. Scale is not the
25304           same as blockalign but is solely related to rate.
25305
25306 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25307
25308         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
25309         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
25310           Implement seeking.
25311
25312 2004-10-25  James Henstridge  <james@jamesh.id.au>
25313
25314         Reviewed by:  David Schleef  <ds@schleef.org>
25315
25316         * examples/gstplay/player.c: (got_stream_length), (main):
25317         * examples/seeking/cdplayer.c: (update_scale):
25318         * examples/seeking/seek.c: (format_value), (update_scale):
25319         * examples/seeking/spider_seek.c: (format_value), (update_scale),
25320         (stop_seek):
25321         Build fixes on AMD64.
25322
25323 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25324
25325         reviewed by: Ronald Bultje <rbultje at gnome dot org>
25326
25327         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
25328         Fix for some v4l cards which hang in v4lsrc
25329
25330 2004-10-25  Wim Taymans  <wim@fluendo.com>
25331
25332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
25333         (gst_ogg_demux_push), (gst_ogg_chains_clear):
25334         Make sure to remove the pad when a new chain is
25335         encountered. Set some vars to NULL so we don't try
25336         to reference freed memory.
25337
25338 2004-10-25  Wim Taymans  <wim@fluendo.com>
25339
25340         * examples/seeking/Makefile.am:
25341         * examples/seeking/cdplayer.c: (update_scale):
25342         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
25343         * examples/seeking/playbin.c: (make_playerbin_pipeline),
25344         (format_value), (update_scale), (iterate), (start_seek),
25345         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
25346         (print_usage), (main):
25347         Added some more examples, update others.
25348
25349 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25350
25351         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25352         * ext/speex/gstspeexdec.c: (speex_dec_chain):
25353         * ext/theora/theoradec.c: (theora_dec_chain):
25354         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25355           Add codec-name metadata.
25356
25357 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
25358
25359         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25360
25361         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25362         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25363         * ext/alsa/gstalsamixertrack.h:
25364         * po/POTFILES.in:
25365           ALSA mixer track label internationalization (#154054).
25366
25367 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25368
25369         * ext/theora/theoradec.c: (theora_dec_chain):
25370           Export bitrate as metadata.
25371
25372 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25373
25374         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25375         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25376         * ext/alsa/gstalsamixertrack.h:
25377           Fix names, fix loop.
25378
25379 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25380
25381         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
25382         (speex_dec_convert):
25383           sinkconvert function so oggdemux can get the file length (totem).
25384
25385 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
25386
25387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25388
25389         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
25390           Don't push incomplete packets.
25391         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
25392           Fix MPEG-4 audio typefinding.
25393
25394 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25395
25396         * sys/v4l/Makefile.am:
25397         * sys/v4l/gstv4l.c: (plugin_init):
25398         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
25399         (gst_v4lelement_init), (gst_v4lelement_dispose),
25400         (gst_v4lelement_change_state):
25401         * sys/v4l/gstv4lelement.h:
25402         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
25403         (gst_v4l_xoverlay_close), (idle_refresh),
25404         (gst_v4l_xoverlay_set_xwindow_id):
25405         * sys/v4l/gstv4lxoverlay.h:
25406         * sys/v4l/v4l-overlay_calls.c:
25407         * sys/v4l/v4l_calls.h:
25408         * sys/v4l2/Makefile.am:
25409         * sys/v4l2/gstv4l2.c: (plugin_init):
25410         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
25411         (gst_v4l2element_init), (gst_v4l2element_dispose),
25412         (gst_v4l2element_change_state):
25413         * sys/v4l2/gstv4l2element.h:
25414         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
25415         (gst_v4l2_xoverlay_close), (idle_refresh),
25416         (gst_v4l2_xoverlay_set_xwindow_id):
25417         * sys/v4l2/gstv4l2xoverlay.h:
25418         * sys/v4l2/v4l2-overlay_calls.c:
25419         * sys/v4l2/v4l2_calls.h:
25420           Remove client-side overlay handling, use the X-server v4l plugin
25421           for that. Nicer overlay, less code. Also make the plugin
25422           compileable without X (but then without overlay, obviously).
25423           Makes xwindowlistener obsolete, should we remove that?
25424
25425 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25426
25427         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
25428         (gst_osssrc_src_query):
25429         * sys/oss/gstosssrc.h:
25430           OK, so people want offset in DEFAULT. This time, actually fix all
25431           cases.
25432         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25433           Add FPS properly.
25434
25435 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25436
25437         * gst/asfdemux/gstasfmux.c:
25438         * gst/avi/gstavimux.c:
25439           Framerate.
25440
25441 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25442
25443         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
25444           Fix properties (channel, norm, frequency).
25445
25446 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25447
25448         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
25449           Flag typo.
25450         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
25451           No warnings.
25452
25453 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25454
25455         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
25456           Fix hang.
25457
25458 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25459
25460         * sys/v4l2/gstv4l2element.h:
25461           Yet Another Hack (tm) for kernel header borkedness.
25462         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25463         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
25464         (gst_v4l2src_link), (gst_v4l2src_getcaps),
25465         (gst_v4l2src_change_state):
25466         * sys/v4l2/gstv4l2src.h:
25467         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
25468         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
25469           Fix caps, keep track of state, work.
25470
25471 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25472
25473         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
25474           Quiet.
25475
25476 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25477
25478         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25479           Don't mix bytes and samples.
25480
25481 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25482
25483         * ext/ogg/gstoggmux.c:
25484           Basic pad template which accepts OGM tracks, speex, flac, vorbis
25485           and theora. Any is incorrect.
25486         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
25487           Fix caps.
25488         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
25489         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
25490         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
25491         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
25492         * sys/v4l/gstv4lmjpegsrc.h:
25493         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
25494         (gst_v4lsrc_change_state):
25495         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
25496         (gst_v4lmjpegsrc_capture_stop):
25497           Fix caps. Keep track of internal state. Work.
25498
25499 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25500
25501         * ext/Makefile.am:
25502           Fix the build fixes.
25503
25504 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25505
25506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25507         (gst_ogg_demux_src_event), (_find_chain_seek),
25508         (gst_ogg_pad_push):
25509           Check for pad availability before using it.
25510         * ext/ogg/gstoggdemux.c: (_find_chain_process):
25511           Fix parsing of chained ogg. Needs more work on the decoder side.
25512
25513 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25514
25515         * gst/spectrum/Makefile.am:
25516         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
25517         (idle_func):
25518           Fix demo and reenable it. Yes, I'm currently playing with audio
25519           analysis tools
25520
25521 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25522
25523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25524           We love it if files that start at zero work too...
25525
25526 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25527
25528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
25529           Handle files with missing EOS headers.
25530
25531 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25532
25533         * gst/tcp/gsttcpserversink.c:
25534         (gst_tcpserversink_handle_server_read),
25535         (gst_tcpserversink_init_send):
25536         Zero some variables first (need for accept not to return EINVAL)
25537
25538 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25539
25540         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25541         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
25542         * ext/theora/theoradec.c: (theora_dec_sink_convert),
25543         (theora_dec_chain):
25544         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25545         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
25546           Seeking and querying finetune.
25547
25548 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25549
25550         * configure.ac:
25551         * ext/Makefile.am:
25552         * ext/raw1394/Makefile.am:
25553           fix the build
25554
25555 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25556
25557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
25558           Wrong return.
25559         * gst/playback/Makefile.am:
25560         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25561         * gst/playback/gstplay-marshal.list:
25562         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
25563           Fix marshallers.
25564
25565 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25566
25567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
25568           Silence.
25569
25570 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25571
25572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25573         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
25574         (gst_ogg_pad_push):
25575           Yay for non-lineair granulepos in theora.
25576
25577 2004-10-18  Wim Taymans  <wim@fluendo.com>
25578
25579         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
25580         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
25581         * ext/dv/gstdvdec.h:
25582         Make sure we renegotiate aspect ratio when the camera switches.
25583
25584 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25585
25586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25587         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
25588           Start at zero.
25589         * ext/theora/theoradec.c: (theora_dec_chain):
25590           Skip headers. Bad idea for chained ogg, but fixes seeking.
25591
25592 2004-10-18  Wim Taymans  <wim@fluendo.com>
25593
25594         * configure.ac:
25595         I swear, this is the last time I touch this.
25596
25597 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25598
25599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25600         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
25601         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
25602           Faster seeking.
25603         * ext/theora/theoradec.c: (theora_dec_sink_convert):
25604           Time-to-default conversion.
25605         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25606           Don't error on unknown packets, just skip. We should probably
25607           read them if we want to support chained ogg.
25608
25609 2004-10-18  Wim Taymans  <wim@fluendo.com>
25610
25611         * configure.ac:
25612         Added cdaudio to wrong list.
25613
25614 2004-10-18  Wim Taymans  <wim@fluendo.com>
25615
25616         * configure.ac:
25617         Revive cdaudio.
25618
25619 2004-10-18  Wim Taymans  <wim@fluendo.com>
25620
25621         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
25622         (gst_dvdec_video_link), (gst_dvdec_push):
25623         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
25624         (gst_smokeenc_resync), (gst_smokeenc_chain):
25625         Fix mimetype on smoke encoder.
25626         Add aspect ratio to dvdec. Not sure if these
25627         values are correct though....
25628
25629 2004-10-18  Wim Taymans  <wim@fluendo.com>
25630
25631         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
25632         Fix vorbis property descriptions and ranges.
25633
25634 2004-10-18  Wim Taymans  <wim@fluendo.com>
25635
25636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
25637         Really do nothing when no data is available.
25638         Go to the playing state when the stream is not seekable
25639         instead of failing.
25640
25641 2004-10-18  Wim Taymans  <wim@fluendo.com>
25642
25643         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
25644         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
25645         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
25646         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
25647         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
25648         Added uri handler for cd://
25649         Port to new API.
25650
25651 2004-10-18  Wim Taymans  <wim@fluendo.com>
25652
25653         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25654         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25655         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25656         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
25657         (remove_prerolls), (unknown_type), (add_element_stream),
25658         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
25659         (gst_play_base_bin_remove_element),
25660         (gst_play_base_bin_link_stream):
25661         * gst/playback/gstplaybin.c: (gen_video_element),
25662         (gen_vis_element), (remove_sinks), (setup_sinks):
25663         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25664         (gst_stream_info_get_type), (gst_stream_info_class_init),
25665         (gst_stream_info_init), (gst_stream_info_new),
25666         (gst_stream_info_dispose), (stream_info_mute_pad),
25667         (gst_stream_info_set_property), (gst_stream_info_get_property):
25668         * gst/playback/gststreaminfo.h:
25669         Add sink padtemplate to decodebin.
25670         Added some more comments.
25671         Make queue size configurable in playbasebin.
25672         Added possibility to use elements as sinks (ex cdaudio).
25673
25674 2004-10-15  Wim Taymans  <wim@fluendo.com>
25675
25676         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
25677         (gst_speexenc_chain):
25678         Fix speex timestamps so that it gets muxed properly.
25679
25680 2004-10-15  Wim Taymans  <wim@fluendo.com>
25681
25682         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
25683         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
25684         (gst_dv1394src_init), (gst_dv1394src_dispose),
25685         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
25686         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
25687         (gst_dv1394src_event), (gst_dv1394src_get_formats),
25688         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
25689         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
25690         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
25691         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
25692         * ext/raw1394/gstdv1394src.h:
25693         Added conversion/query functions.
25694         Update buffer timestamps,
25695         Added signals.
25696         Added uri dv:// so it might play from the firewire in playbin.
25697         Fix a possible leak.
25698         Added debugging.
25699
25700 2004-10-15  Wim Taymans  <wim@fluendo.com>
25701
25702         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
25703         (gst_dv1394src_init), (gst_dv1394src_set_property),
25704         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
25705         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
25706         * ext/raw1394/gstdv1394src.h:
25707         Added AV/C VTR control support needed for some cameras.
25708         Added automatic port detection.
25709         Added properties for selecting the channel.
25710         The configure.ac script is not yet updated to reflect the
25711         new libavc1394 and librom1394 dependencies.
25712
25713 2004-10-15  Wim Taymans  <wim@fluendo.com>
25714
25715         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25716         (qtdemux_parse), (gst_qtdemux_handle_esds):
25717         An esds box is not a container.
25718         Fix parsing of mp4v boxes.
25719         Do not try to renegotiate fps for each frame. Need to
25720         find a better method. This should fix mp4 playback.
25721
25722 2004-10-14  David Schleef  <ds@schleef.org>
25723
25724         * configure.ac: update for swfdec-0.3 and liboil-0.2
25725         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
25726         * ext/swfdec/gstswfdec.h: same
25727         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
25728         * gst/videotestsrc/videotestsrc.c: same
25729
25730 2004-10-14  Wim Taymans  <wim@fluendo.com>
25731
25732         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25733         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25734         (is_sync_frame), (gst_multifdsink_new_client),
25735         (gst_multifdsink_handle_client_write),
25736         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25737         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
25738         Turn warnings into info.
25739         Don't allow a state change in the streaming thread.
25740
25741 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25742
25743         * ext/vorbis/oggvorbisenc.c:
25744         * ext/vorbis/vorbisdec.c:
25745           fix template sample rate
25746
25747 2004-10-13  Wim Taymans  <wim@fluendo.com>
25748
25749         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25750         Decoding the header first fixes some problems in resyncing
25751         in more mp3s.
25752
25753 2004-10-12  Wim Taymans  <wim@fluendo.com>
25754
25755         * gst/playback/gstplaybin.c: (gen_video_element),
25756         (gen_vis_element), (remove_sinks), (setup_sinks):
25757         Added vis plugin support, need to configure the vis
25758         element to activate it.
25759
25760 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25761
25762         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
25763         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25764           Some debug.
25765         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25766         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
25767         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
25768         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
25769         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25770         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
25771         * gst/avi/gstavidemux.h:
25772           Support for openDML-2.0 indx/ix## chunks. Support for broken index
25773           recovery (where, if part of the index is broken, we will still read
25774           the rest of the index and recover the broken part by stream
25775           scanning). More broken media support. EOS workarounds. General AVI
25776           braindamage headache recovery. Aspirin included.
25777
25778 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25779
25780         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
25781         (cdparanoia_event), (cdparanoia_query):
25782           Get rid of hideous lead-in.
25783
25784 2004-10-11  Wim Taymans  <wim@fluendo.com>
25785
25786         * gst/playback/gstplaybasebin.c: (setup_source):
25787         Wrong var used to get g_list_next.
25788
25789 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25790
25791         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
25792         (cdparanoia_get), (cdparanoia_open):
25793           Report discid as metadata, add duration.
25794
25795 2004-10-11  Wim Taymans  <wim@fluendo.com>
25796
25797         * gst/playback/gstplaybasebin.c: (setup_source):
25798         Cleanup the previous pipeline a little earlier for the
25799         case that a source element provides raw data.
25800
25801 2004-10-11  Benjamin Otte  <otte@gnome.org>
25802
25803         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25804           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
25805           consuming the last 128 bytes, even though it was valid mp3 data.
25806
25807 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25808
25809         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
25810         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
25811         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25812         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
25813
25814 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25815
25816         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
25817         Fix for webcams that support only specific width or height
25818
25819 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25820
25821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25822
25823         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
25824           Fix wrong discont event setup (fixes #154967).
25825
25826 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
25827
25828         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25829
25830         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25831           Error out on invalid data (fixes #154807).
25832
25833 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25834
25835         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25836
25837         * ext/dvdread/dvdreadsrc.c: (_read):
25838           Make titles > 0 work again (fixes #154834).
25839
25840 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25841
25842         * gst-libs/gst/riff/riff-media.c:
25843         (gst_riff_create_video_template_caps):
25844           WMV3 missing in template caps.
25845
25846 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25847
25848         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25849           OK, so the original code was too strict. It makes random AVI files
25850           hang for seconds upon opening, which is unacceptable and is far
25851           beyond the original goal of getting multiple chunks for one-chunk
25852           sounc stream files. So now do just that.
25853
25854 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25855
25856         * gst/playback/gstplaybasebin.c: (setup_source),
25857         (gst_play_base_bin_change_state):
25858           Actually clean up streaminfo if output fails. This would trigger
25859           if, for example, there was no CD in the drive. No preroll, so
25860           a streaminfo structure is created, but the subsequent state change
25861           of the thread fails.
25862         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25863           Don't change state if parent failed.
25864
25865 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25866
25867         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25868         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
25869         (gen_video_element), (remove_sinks):
25870           Add small bits of code for screenshot handling.
25871
25872 2004-10-08  Wim Taymans  <wim@fluendo.com>
25873
25874         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
25875         (gen_video_element), (gen_audio_element), (setup_sinks):
25876         Don't assume the user provided sinks are named "sink"...
25877
25878 2004-10-08  Wim Taymans  <wim@fluendo.com>
25879
25880         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
25881         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
25882         (gst_play_base_bin_link_stream):
25883         Do not try to autoplug sources that generate raw streams like
25884         cdparanoia.
25885         disconnect the preroll overrun signal when we don't need it anymore.
25886
25887 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
25888
25889         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
25890         Added reworked patch from #154903 from milosz derezynski (deadchip).
25891
25892 2004-10-08  Wim Taymans  <wim@fluendo.com>
25893
25894         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
25895         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
25896         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
25897         (cdparanoia_convert), (cdparanoia_uri_get_type),
25898         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
25899         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
25900         * ext/cdparanoia/gstcdparanoia.h:
25901         This adds the cdda://<tracknum> uri.
25902
25903 2004-10-08  Wim Taymans  <wim@fluendo.com>
25904
25905         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25906         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25907         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25909         (unknown_type), (gst_play_base_bin_remove_element),
25910         (gst_play_base_bin_link_stream):
25911         * gst/playback/gstplaybasebin.h:
25912         * gst/playback/gstplaybin.c: (gst_play_bin_init),
25913         (gst_play_bin_set_property), (gen_video_element),
25914         (gen_audio_element), (setup_sinks):
25915         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25916         (gst_stream_info_get_type), (gst_stream_info_class_init),
25917         (gst_stream_info_init), (gst_stream_info_new),
25918         (gst_stream_info_dispose), (stream_info_mute_pad),
25919         (gst_stream_info_set_property), (gst_stream_info_get_property):
25920         * gst/playback/gststreaminfo.h:
25921         Reuse the audio and video bins.
25922         Some internal cleanups in the stream selection code.
25923
25924 2004-10-08  Julien MOUTTE  <julien@moutte.net>
25925
25926         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25927         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
25928         * sys/ximage/ximagesink.h:
25929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25930         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
25931         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
25932         not coming from those elements. Moreover these elements should not keep
25933         the xid they have been given when in NULL state.
25934
25935 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25936
25937         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25938         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
25939         * sys/ximage/ximagesink.h:
25940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25941         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
25942         * sys/xvimage/xvimagesink.h:
25943           Actually only create a new toplevel window if we're not gonna
25944           embed it right after.
25945
25946 2004-10-07  Wim Taymans  <wim@fluendo.com>
25947
25948         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
25949         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
25950         * gst/playback/gstplaybin.c: (setup_sinks):
25951         Implement muting/unmuting of streams, mute streams that are not
25952         used.
25953
25954 2004-10-07  Wim Taymans  <wim@fluendo.com>
25955
25956         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
25957         (plugin_init):
25958         Added lame audio/x-ac3 typefind function.
25959
25960 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25961
25962         * configure.ac:
25963           bump nano to cvs
25964
25965 === release 0.8.5 ===
25966
25967 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25968
25969         * NEWS:
25970         * RELEASE:
25971         * configure.ac:
25972           releasing 0.8.5, "Take You On"
25973
25974 2004-10-06  Wim Taymans  <wim@fluendo.com>
25975
25976         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
25977         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25978         (no_more_pads), (close_link), (type_found):
25979         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25980         * gst/playback/gstplaybin.c: (gen_video_element):
25981         Do not signal the no_more_pads after the first pad when
25982         we are plugging a non dynamic element with multiple
25983         output pads (like swfdec, dvdec, ...).
25984
25985 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25986
25987         * configure.ac:
25988           bump for prerelease
25989
25990 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25991
25992         * gst/wavparse/gstwavparse.c:
25993           add ATRAC3 to STATIC CAPS to fix a warning
25994
25995         * gst/matroska/ebml-read.c:
25996         * gst-libs/gst/riff/riff-read.c:
25997           fix typos
25998
25999 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26000
26001         * gst-libs/gst/riff/riff-media.c:
26002           generate caps for ATRAC3 audio streams
26003
26004         * gst/realmedia/rmdemux.c:
26005           generate caps for ATRAC3 audio streams
26006
26007 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26008
26009         * gst/wavparse/Makefile.am
26010         * gst/wavparse/riff.h
26011         * gst/wavparse/wavparse.vcproj
26012           riff.h removal (unused and duplication with riff-ids.h)
26013
26014 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26015
26016         * gst/wavparse/gstwavparse.h
26017           remove duplicated defines for audio codec codes
26018
26019         * gst-libs/gst/riff/riff-ids.h
26020         * gst/wavenc/riff.h:
26021           add "4CC" code for ATRAC3 audio streams
26022           add "4CC" code for ITU_G721_ADPCM (unused for now)
26023
26024 2004-10-06  Wim Taymans  <wim@fluendo.com>
26025
26026         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
26027         Actually _do_ negotiation. Pass gdouble as arg instead
26028         of guint64 for the framerate.
26029
26030 2004-10-06  Wim Taymans  <wim@fluendo.com>
26031
26032         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
26033         (find_compatibles), (close_pad_link), (try_to_link_1),
26034         (no_more_pads), (close_link), (type_found):
26035         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
26036         * gst/playback/gstplaybin.c: (gen_video_element),
26037         (gen_audio_element):
26038         Set state on newly added element to READY so that negotiation
26039         can happen ASAP.
26040         Addes some more debug info.
26041         Do not try to plug pads with multiple caps structures or ANY
26042         because it is too dangerous since we do not do dynamic
26043         replugging.
26044
26045 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26046
26047         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
26048
26049         * po/LINGUAS:
26050         * po/or.po:
26051           add Oriya translation
26052
26053 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26054
26055         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
26056           Prevent overwrite of size member. Makes audio sound crappy.
26057
26058 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26059
26060         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26061         Add rmvb to the list of known RealMedia extensions
26062
26063 2004-10-05  Wim Taymans  <wim@fluendo.com>
26064
26065         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
26066         (mngdec_openstream), (mngdec_closestream),
26067         (mngdec_handle_sink_event), (mngdec_readdata),
26068         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
26069         (mngdec_getcanvasline), (mngdec_refresh),
26070         (gst_mngdec_change_state):
26071         Set the framerate correctly.
26072
26073 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26074
26075         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
26076           There was something wrong with the index massaging.
26077
26078 2004-10-04  Wim Taymans  <wim@fluendo.com>
26079
26080         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
26081         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
26082         (gst_smokedec_chain):
26083         * ext/jpeg/gstsmokedec.h:
26084         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
26085         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
26086         * ext/jpeg/gstsmokeenc.h:
26087         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
26088         (smokecodec_decode_new), (smokecodec_info_free),
26089         (smokecodec_set_quality), (smokecodec_get_quality),
26090         (smokecodec_set_threshold), (smokecodec_get_threshold),
26091         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
26092         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
26093         (smokecodec_encode), (smokecodec_parse_id),
26094         (smokecodec_parse_header), (smokecodec_decode):
26095         * ext/jpeg/smokecodec.h:
26096         * ext/jpeg/smokeformat.h:
26097         Updated smoke, new bitstream, allows embedding in ogg.
26098
26099 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26100
26101         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26102           Fix seeking in some files. All this code is no longer needed (and
26103           actually breaks stuff) because we now synchronize the full index
26104           right when reading the header.
26105
26106 2004-10-04  Wim Taymans  <wim@fluendo.com>
26107
26108         * configure.ac:
26109         configure update for libmng.
26110
26111 2004-10-04  Wim Taymans  <wim@fluendo.com>
26112
26113         * ext/libmng/Makefile.am:
26114         * ext/libmng/gstmng.c: (plugin_init):
26115         * ext/libmng/gstmng.h:
26116         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
26117         (gst_mngdec_base_init), (gst_mngdec_class_init),
26118         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
26119         (gst_mngdec_loop), (gst_mngdec_get_property),
26120         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
26121         (mngdec_closestream), (mngdec_handle_sink_event),
26122         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
26123         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
26124         (gst_mngdec_change_state):
26125         * ext/libmng/gstmngdec.h:
26126         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
26127         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
26128         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
26129         (gst_mngenc_chain), (gst_mngenc_get_property),
26130         (gst_mngenc_set_property):
26131         * ext/libmng/gstmngenc.h:
26132         Added basic MNG decoder. Needs more work. The encoder does
26133         not work yet.
26134
26135 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26136
26137         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
26138         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
26139         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
26140           Don't hang on length=0 chunks. Some negotiation fixes. Signal
26141           no-more-pads.
26142
26143 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26144
26145         * configure.ac:
26146           you need at least 1.0.4 of speex
26147
26148 2004-10-04 Iain <iaingnome@gmail.com>
26149
26150         * ext/speex/gstspeexdec.h: Revert the includes changes.
26151
26152         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
26153
26154 2004-09-30 Iain <iaingnome@gmail.com>
26155
26156         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
26157         found during init or set as a property instead of hardcoding /dev/audio
26158
26159 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26160
26161         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
26162         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
26163         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
26164         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
26165         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
26166         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
26167         (gst_rmdemux_dump_data):
26168           Use debug category, fix EOS handling. filesrc ! rmdemux now
26169           works.
26170
26171 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26172
26173         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26174         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
26175         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
26176           Improve allocation, cutting and sorting of the index. How takes a
26177           few seconds instead of minutes.
26178
26179 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
26180
26181         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
26182           fixed compilation
26183
26184 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26185
26186         * gst-libs/gst/riff/riff-media.c:
26187         (gst_riff_create_video_caps_with_data),
26188         (gst_riff_create_video_template_caps):
26189           Add wing commander format mimetype/fourccs.
26190         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
26191           Don't crash if some value is 0.
26192
26193 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26194
26195         * gst-libs/gst/riff/riff-media.c:
26196         (gst_riff_create_video_caps_with_data),
26197         (gst_riff_create_video_template_caps):
26198           Add DIB fourcc (raw, palettized 8-bit RGB).
26199         * gst-libs/gst/riff/riff-read.c:
26200         (gst_riff_read_strf_vids_with_data):
26201           Oops, fix strf_data reading bug.
26202         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26203           Use a non-NULL tag.
26204         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26205           Time for hacks. Sorry Dave. At least one quicktime movie (a
26206           trailer) that I've encountered contains multiple video tracks.
26207           One of those is the actual video track, the other are one-frame
26208           tracks (images). Unfortunately, the number of frames according
26209           to the trak header is 1 for each, so that doesn't help. So
26210           instead, I look at the duration and discard tracks with a
26211           duration shorter than 20% of the length of the stream. Better
26212           than nothing.
26213
26214 2004-10-01  Christian Schaller <christian@fluendo.com>
26215
26216         * ext/ivorbis/vorbis.c:
26217           Patch from Phil Blundell (Bug 152341)
26218
26219 2004-10-01  Wim Taymans  <wim@fluendo.com>
26220
26221         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
26222         (speex_dec_get_formats), (speex_dec_convert),
26223         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
26224         (speex_dec_chain), (gst_speexdec_get_property),
26225         (gst_speexdec_set_property):
26226         Small cleanups.
26227
26228 2004-10-01  Wim Taymans  <wim@fluendo.com>
26229
26230         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
26231         (gst_wavparse_stream_init), (gst_wavparse_fmt),
26232         (gst_wavparse_other), (gst_wavparse_loop),
26233         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
26234         (gst_wavparse_srcpad_event):
26235         * gst/wavparse/gstwavparse.h:
26236         Added some more debugging info.
26237         Fix the case where the length of the file is 0.
26238         Make sure we seek to sample borders.
26239
26240 2004-10-01  Wim Taymans  <wim@fluendo.com>
26241
26242         * gst/playback/README:
26243         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
26244         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
26245         (try_to_link_1), (no_more_pads), (close_link), (type_found):
26246         Add some debug info to decodebin, update README
26247
26248 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26249
26250         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
26251           Don't use g_print(); use GST_DEBUG().
26252
26253 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26254
26255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26256         (gst_ogg_mux_queue_pads):
26257           Handle EOS properly.
26258
26259 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
26260
26261         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26262
26263         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
26264         (gst_faad_chain), (gst_faad_change_state):
26265         * ext/faad/gstfaad.h:
26266           Allow playback of raw (unframed) MPEG AAC files (#148993).
26267
26268 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
26269
26270         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26271
26272         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26273           Throw error if we didn't recognize the stream. Fixes #152289.
26274
26275 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26276
26277         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26278           Fix negotiation.
26279
26280 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
26281
26282         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26283
26284         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26285           Fix memleak.
26286
26287 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
26288
26289         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26290
26291         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
26292           Solve #152805.
26293         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
26294           Solve 152806.
26295
26296 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26297
26298         * gst-libs/gst/riff/riff-media.c:
26299         (gst_riff_create_video_caps_with_data),
26300         (gst_riff_create_audio_caps_with_data):
26301           Add codec_data handling (like asfdemux used to do).
26302         * gst/asfdemux/gstasf.c: (plugin_init):
26303         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
26304         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
26305           Use riff-media for caps creation instead of our own (mostly
26306           broken) copy of its functions.
26307
26308 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26309
26310         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
26311           Don't actually error out if we get another return value than
26312           -EINVAL. Opposite to what I first thought, drivers have random
26313           return values for this, although -EINVAL is the expected return
26314           value. Since this is not fatal, we shouldn't use
26315           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
26316
26317 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26318
26319         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
26320         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
26321         (dvdreadsrc_get_property), (_open), (_seek), (_read),
26322         (dvdreadsrc_get), (dvdreadsrc_open_file),
26323         (dvdreadsrc_change_state):
26324           Fix. Don't do one big huge loop around the whole DVD, that will
26325           cache all data and thus eat sizeof(dvd) (several GB) before we
26326           see something.
26327         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
26328           Actually NULL'ify event after using it.
26329         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
26330         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
26331         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
26332         (gst_ebml_read_seek), (gst_ebml_read_skip):
26333           Handle events.
26334         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
26335         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
26336         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
26337           Fix timing (this will probably break if I seek using menus, but
26338           I didn't get there yet). VOBs and normal DVDs should now work.
26339           Add a mpeg2-only pad with high rank so this get autoplugged for
26340           MPEG-2 movies.
26341         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
26342         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
26343         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
26344         (gst_mpeg_demux_get_audio_stream),
26345         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
26346         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
26347           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
26348           MPEG-1 but use dvddemux for MPEG-2.
26349         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
26350         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
26351         (gst_mpeg_parse_parse_packhead):
26352           Timing. Only add pad template if it exists. Add sink template from
26353           class and not from ourselves. This means we will always use the
26354           correct sink template even if it is not the one defined in this
26355           file.
26356
26357 2004-09-29  Wim Taymans  <wim@fluendo.com>
26358
26359         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
26360         (gst_mpeg_demux_parse_pes):
26361         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26362         Fix playback of mpeg again, timestamps where screwed up by
26363         patch 1.61.
26364
26365 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26366
26367         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
26368           Only return true if we actually filled something in. Prevents
26369           player applications from showing a random length for flac files.
26370         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
26371         (gst_riff_read_use_event), (gst_riff_read_handle_event),
26372         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
26373         (gst_riff_read_strf_vids_with_data),
26374         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
26375           OK, ok, so I implemented event handling. Apparently it's normal
26376           that we receive random events at random points without asking
26377           for it.
26378         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
26379         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
26380         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
26381         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
26382         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
26383         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
26384         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
26385         * gst/avi/gstavidemux.h:
26386           Implement non-lineair chunk handling and subchunk processing.
26387           The first solves playback of AVI files where the audio and video
26388           data of individual buffers that we read are not synchronized.
26389           This should not happen according to the wonderful AVI specs, but
26390           of course it does happen in reality. It is also a prerequisite for
26391           the second. Subchunk processing allows us to cut chunks in small
26392           pieces and process each of these pieces separately. This is
26393           required because I've seen several AVI files with incredibly large
26394           audio chunks, even some files with only one audio chunk for the
26395           whole file. This allows for proper playback including seeking.
26396           This patch is supposed to fix all AVI A/V sync issues.
26397         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
26398         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
26399           Work.
26400         * gst/modplug/gstmodplug.cc:
26401           Proper return value setting for the query() function.
26402         * gst/playback/gstplaybasebin.c: (setup_source):
26403           Being in non-playing state (after, e.g., EOS) is not necessarily
26404           a bad thing. Allow for that. This fixes playback of short files.
26405           They don't actually playback fully now, because the clock already
26406           runs. This means that small files (<500kB) with a small length
26407           (<2sec) will still not or barely play. Other files, such as mod
26408           or flx, will work correctly, however.
26409
26410 2004-09-28  Wim Taymans  <wim@fluendo.com>
26411
26412         * ext/speex/gstspeex.c: (plugin_init):
26413         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
26414         (gst_speex_dec_class_init), (speex_dec_get_formats),
26415         (speex_get_event_masks), (speex_get_query_types),
26416         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
26417         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
26418         (gst_speexdec_get_property), (gst_speexdec_set_property),
26419         (speex_dec_change_state):
26420         * ext/speex/gstspeexdec.h:
26421         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
26422         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
26423         (gst_speexenc_base_init), (gst_speexenc_class_init),
26424         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
26425         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
26426         (gst_speexenc_src_query), (gst_speexenc_init),
26427         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
26428         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
26429         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
26430         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
26431         (gst_speexenc_chain), (gst_speexenc_get_property),
26432         (gst_speexenc_set_property), (gst_speexenc_change_state):
26433         * ext/speex/gstspeexenc.h:
26434         Rewrote speex encoder, make sure it can be embedded in ogg.
26435         Implemented speex decoder.
26436
26437 2004-09-28  Christian Schaller <christian@fluendo.com>
26438
26439         * configure.ac:
26440         Remove kioslave plugin. Markey is brewing a new working one
26441         * ext/Makefile.am: Remove kioslave plugin
26442         * ext/kio: remove
26443         * gst-plugins.spec.in: remove kio plugin from spec
26444
26445 2004-09-27  Wim Taymans  <wim@fluendo.com>
26446
26447         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26448         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
26449         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
26450         (gst_multifdsink_new_client),
26451         (gst_multifdsink_handle_client_write),
26452         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26453         (gst_multifdsink_handle_clients):
26454         * gst/tcp/gstmultifdsink.h:
26455         Make syncing to keyframes actually work for new clients and lagging
26456         clients.
26457
26458 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26459
26460         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
26461         (gst_navigationtest_handle_src_event), (draw_box_planar411),
26462         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
26463         * gst/debug/gstnavigationtest.h:
26464           make navigationtest display button-press and button-release events
26465
26466 2004-09-26 Iain <iaingnome@gmail.com>
26467
26468         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
26469         the channels have received a new media event.
26470         (interleave_buffered_loop): Compresses a new media event on all
26471         channels into one.
26472
26473 2004-09-26 Iain <iaingnome@gmail.com>
26474
26475         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
26476         call the sinkpad's default event handler and not the srcpads. He also
26477         says this is confusing :)
26478         (gst_wavenc_stop_file): Company says that seek events only go upstream
26479         we should send a discontinuous downstream instead.
26480
26481 2004-09-25  Christian Schaller <christian@fluendo.com>
26482
26483         * Update SPEC file to be usable in conjunction with Fedora Core,
26484           Fedora.us and freshrpms packages
26485         * Fix typo in multifilesrc test Makefile
26486
26487 2004-09-24  Wim Taymans  <wim@fluendo.com>
26488
26489         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
26490         Only signal the no_more_pads signal when we have
26491         added the stream to our list.
26492
26493 2004-09-24  Wim Taymans  <wim@fluendo.com>
26494
26495         * gst/playback/gstplaybasebin.c: (remove_prerolls),
26496         (new_decoded_pad):
26497         * gst/playback/gstplaybasebin.h:
26498         * gst/playback/gstplaybin.c: (setup_sinks):
26499         Don't try to preroll or decode more than one audio/video
26500         track.
26501
26502 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26503
26504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26505           Throw error if we failed to find a suitable output. This should
26506           throw an error if we successfully set up a pipeline (e.g. because
26507           we recognized a media file) but found no decodable streams in it
26508           (e.g. because it contains only media stream types for which we
26509           have no decoders, or because it's not a media type).
26510
26511 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26512
26513         * ext/dirac/Makefile.am:
26514         * ext/dirac/gstdirac.cc:
26515         * ext/dirac/gstdiracdec.cc:
26516         * ext/dirac/gstdiracdec.h:
26517           Do something. Don't actually know if this works because I don't
26518           have a demuxer yet.
26519         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
26520           Add channels=1 to caps returned from _getcaps().
26521         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
26522         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
26523         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
26524         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
26525         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
26526         (gst_ogm_parse_change_state):
26527           Separate between audio/video so ogmaudioparse actually uses the
26528           audio pad templates. Both audio and video work now, including
26529           autoplugging. Also use sometimes-srcpad hack.
26530         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
26531           Handle events better. Don't hang on infinite loops.
26532         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
26533         (gst_avi_demux_init), (gst_avi_demux_reset),
26534         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
26535         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
26536         (gst_avi_demux_change_state):
26537         * gst/avi/gstavidemux.h:
26538           Improve A/V sync. Still not perfect.
26539         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
26540         (gst_ebml_read_skip):
26541           Handle events better.
26542         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26543         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
26544         (qtdemux_audio_caps):
26545           Add IMA4. Improve event handling. Save offset after a seek when
26546           the headers are at the end of the file so that we don't end up in
26547           an infinite loop.
26548         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26549           Add low-priority typefind support for files with no length.
26550
26551 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26552
26553         * testsuite/multifilesink/Makefile.am:
26554         fix typo
26555
26556 2004-09-22  Julien MOUTTE  <julien@moutte.net>
26557
26558         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
26559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
26560         mistakes from thaytan's patches.
26561
26562 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
26563
26564         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
26565           For completeness, XSync in the destroy function as xvimage does.
26566
26567 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
26568
26569         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
26570            Correct caps negotiation
26571         * gst/volume/gstvolume.c: (volume_chain_float),
26572         (volume_chain_int16):
26573            Modify debug output to be little more informative
26574         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
26575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26576         (gst_xvimagesink_xvimage_destroy):
26577           Add XSync calls after detaching from the shared memory segment to
26578           avoid a crash.
26579
26580 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26581
26582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26583         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
26584         * ext/vorbis/vorbis.c: (plugin_init):
26585         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26586         (gst_vorbisenc_chain):
26587         * ext/vorbis/vorbisenc.h:
26588         remove explicit newmedia support from oggmux and vorbisenc
26589         add debug category to vorbisenc
26590         * gst/multifilesink/gstmultifilesink.c:
26591         (gst_multifilesink_class_init), (gst_multifilesink_init),
26592         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
26593         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
26594         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
26595         (plugin_init):
26596         * gst/multifilesink/gstmultifilesink.h:
26597         add support for streamheader in multifilesink
26598
26599 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26600
26601         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
26602         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
26603         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
26604           Prevent infinite loops. More correct error reporting.
26605         * gst/auparse/gstauparse.c: (gst_auparse_chain):
26606           Error out if negotiation fails.
26607         * gst/playback/gstplaybasebin.c: (setup_source),
26608         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
26609         (gst_play_base_bin_found_tag):
26610           Error/tag forwarding. Pre-roll fixes for source errors on state
26611           changes (e.g. "file does not exist") to prevent hangs.
26612
26613 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26614
26615         * testsuite/multifilesink/Makefile.am:
26616         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
26617         (gst_newmedia_class_init), (gst_newmedia_init),
26618         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
26619         (newfile_signal), (test_signal), (main):
26620         * testsuite/multifilesink/multifilesrc_test.c: (main):
26621         * testsuite/multifilesink/oggtheora_test.c:
26622         (gst_newmedia_base_init), (gst_newmedia_class_init),
26623         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
26624         (test_format), (newfile_signal), (test_signal), (main):
26625         * testsuite/multifilesink/oggvorbis_test.c:
26626         (gst_newmedia_base_init), (gst_newmedia_class_init),
26627         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
26628         (test_format), (newfile_signal), (test_signal), (main):
26629         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
26630         (gst_newmedia_class_init), (gst_newmedia_init),
26631         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
26632         (newfile_signal), (test_signal), (main):
26633         New media tests
26634
26635 2004-09-20  Christian Schaller <christian@fluendo.com>
26636
26637         * Fix mikmod license to LGPL as they have relicensed
26638         * Move Dirac and Effectv into LGPL section of README_license
26639
26640 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26641
26642         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
26643         (gst_mad_change_state):
26644           Allow for mp3 rate/channels changes. However, only very
26645           conservatively. Reason that we *have* to enable this is smiply
26646           because the mad find_sync() function is not good enough, it will
26647           regularly sync on random data as valid frames and therefore make
26648           us provide random caps as *final* caps of the stream. The best fix
26649           I could think of is to simply require several of the same stream
26650           changes in a row before we change caps.
26651           The actual testcase that works now is #
26652         * ext/ogg/Makefile.am:
26653         * ext/ogg/gstogg.c: (plugin_init):
26654         * ext/ogg/gstogmparse.c:
26655           OGM support (video only for now; I need an audio sample file).
26656         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
26657         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
26658         (gst_asf_demux_add_video_stream):
26659           WMV extradata.
26660         * gst/playback/gstplaybasebin.c: (unknown_type):
26661           Don't error out on single unknown-types after all. It's wrong.
26662           If we found type of video and audio but not of a subtitle stream,
26663           it will still error out (which is unwanted). Will find a better fix
26664           later on.
26665         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
26666         (ogmaudio_type_find), (plugin_init):
26667           OGM support.
26668
26669 2004-09-20  Johan Dahlin  <johan@gnome.org>
26670
26671         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
26672         after setting caps.
26673
26674 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26675
26676         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
26677         * gst/wavenc/gstwavenc.h:
26678         Added newmedia support to wavenc
26679
26680 2004-09-17  Wim Taymans  <wim@fluendo.com>
26681
26682         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
26683         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26684         (gst_fdset_fd_can_write), (gst_fdset_wait):
26685         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
26686         (gst_multifdsink_init), (gst_multifdsink_add),
26687         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
26688         (gst_multifdsink_remove_client_link),
26689         (gst_multifdsink_client_queue_buffer),
26690         (gst_multifdsink_handle_client_write),
26691         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
26692         (gst_multifdsink_close), (gst_multifdsink_change_state):
26693         * gst/tcp/gstmultifdsink.h:
26694         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26695         (gst_tcpserversink_removed):
26696         Small cleanups in fdset.c
26697         Use a hastable to map fd to the client structure for faster
26698         lookup in _remove and get_stats.
26699         Added virtual function to close the fds.
26700         Handle clients even when the select/poll call was unblocked because
26701         of a command.
26702         Implement syncing to keyframe in the recovery procedure.
26703
26704 2004-09-16 Iain <iaingnome@gmail.com>
26705
26706         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
26707         try caps.
26708
26709 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26710
26711         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
26712           Caps are only set if the type of the stream is unknown, but this
26713           is initialized in ->init_stream(), so set to UNKNOWN after calling
26714           ->init_stream() so that capsnego starts.
26715
26716 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26717
26718         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26719         (gst_avi_demux_stream_data):
26720           Just hardcode for raw audio then. AVI audio sucks.
26721
26722 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
26723
26724         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26725         * gst/matroska/matroska-mux.c: (audiosink_templ),
26726         (gst_matroska_mux_audio_pad_link):
26727         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
26728         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
26729
26730 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26731
26732         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26733         (gst_avi_demux_stream_data):
26734           Try to fix a/v sync issues.
26735
26736 2004-09-15  David Schleef  <ds@schleef.org>
26737
26738         * configure.ac: remove NASM check, since we don't use it.  Update
26739         dirac check to 0.4
26740         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
26741         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26742         Initialized variables.
26743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26744         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
26745         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
26746         SVQ3 format
26747
26748 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26749
26750         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26751         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
26752         * gst/avi/gstavidemux.h:
26753           Fix for compressed audio (mp3) timestamp generation. How did this
26754           ever work?
26755
26756 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26757
26758         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
26759           Volume is a double not a float.
26760
26761 2004-09-15  Wim Taymans  <wim@fluendo.com>
26762
26763         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
26764         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
26765         Don't close the fd in multifdsink as we didn't open it in the
26766         first place. Some cleanups.
26767
26768 2004-09-15  Wim Taymans  <wim@fluendo.com>
26769
26770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26772         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26773         Fix the case where the muxer would mark pages as delta
26774         frames when they are not (vorbis only ogg).
26775
26776 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26777
26778         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
26779         (gst_play_base_bin_change_state):
26780           Handle the case where we failed to setup a clear pipeline. This
26781           will throw an error (or EOS, another nice case) and if you don't
26782           catch that, the app will wait for the signal forever (and thus
26783           hang).
26784
26785 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26786
26787         * ext/gnomevfs/gstgnomevfssink.c:
26788         (gst_gnomevfssink_uri_get_protocols):
26789         * ext/gnomevfs/gstgnomevfssrc.c:
26790         (gst_gnomevfssrc_uri_get_protocols):
26791         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
26792         * ext/gnomevfs/gstgnomevfsuri.h:
26793           Use _uri_new() instead of _open(), so it doesn't take as long and
26794           Christophe's computer won't hang.
26795         * gst/playback/gstplaybasebin.c: (unknown_type):
26796           Throw error on unknown media type, so apps actually display it.
26797
26798 2004-09-14  Brian Cameron  <brian.cameron@sun.com
26799
26800         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
26801           this script to work on Solaris since bash shell handles echo
26802           differenly than bash.
26803
26804 2004-09-17  Wim Taymans  <wim@fluendo.com>
26805
26806         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
26807         (setup_source), (gst_play_base_bin_set_property),
26808         (gst_play_base_bin_add_element):
26809         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
26810         Some more work on making sure seeking pauses the pipeline and
26811         that changing the uri actually does something.
26812
26813 2004-09-17  Wim Taymans  <wim@fluendo.com>
26814
26815         * gst/tcp/gstfdset.c: (gst_fdset_wait):
26816         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
26817         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
26818         (gst_tcpserversink_close):
26819         Be a bit more paranoid when freeing memory.
26820
26821 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26822
26823         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
26824         (qtdemux_parse_trak):
26825           Don't crash by dividing by zero (see sample movie in #126922).
26826
26827 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26828
26829         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26830           Don't touch non-existing data (fixes crash on file in #140147).
26831
26832 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26833
26834         * gst/playback/gstplaybasebin.c:
26835         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
26836           Handle double disposals, and proper change of URIs.
26837
26838 2004-09-13  Martin Eikermann <meiker@upb.de>
26839
26840         * gst/mpegstream/gstmpegparse.c:
26841           fix synchronistation for streams recorded from digital PCR
26842           fixes bug #119376
26843
26844 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26845
26846         * ext/gnomevfs/Makefile.am:
26847         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26848         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
26849         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
26850         (gst_gnomevfssink_uri_get_type),
26851         (gst_gnomevfssink_uri_get_protocols),
26852         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
26853         (gst_gnomevfssink_uri_handler_init),
26854         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
26855         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
26856         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
26857         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
26858         (gst_gnomevfssrc_uri_get_type),
26859         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
26860         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
26861         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
26862         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
26863         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
26864         * ext/gnomevfs/gstgnomevfsuri.h:
26865           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
26866           of fake URIs to see which this version of Gnome-VFS likes, and
26867           uses that for the Gst-URI interface. Makes playbin support http://
26868           streams. Also fix up some stupid behaviour in gnomevfssrc.
26869
26870 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26871
26872         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26873         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26874         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26875         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26876           Update mixer (to sync with other sessions) if we try to obtain
26877           a new value. This makes alsamixer work accross applications.
26878         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
26879           Only call sync functions if we're running, else alsalib asserts.
26880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
26881           Sometimes fails to compile. Possibly a gcc bug.
26882         * gst/playback/gstplaybin.c: (gen_video_element),
26883         (gen_audio_element):
26884           Add a reference to an application-provided object, because we lose
26885           this same reference if we add it to the bin. If we don't do this,
26886           we can only use this object once and thus crash if we go from
26887           ready to playing, back to ready and back to playing again.
26888           Also add an audioscale element because several cheap soundcards -
26889           like mine - don't support all samplerates.
26890         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
26891         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
26892           Fix wrong order or PAR calls. Makes automatically obtained PAR
26893           from the X server atually being used.
26894
26895 2004-09-12  David Schleef  <ds@schleef.org>
26896
26897         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
26898         #151887, #152102, #152247.
26899         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
26900         * examples/seeking/cdparanoia.c: same
26901         * examples/seeking/cdplayer.c: same
26902         * examples/seeking/seek.c: same
26903         * examples/seeking/spider_seek.c: same
26904         * examples/seeking/vorbisfile.c: same
26905         * examples/stats/mp2ogg.c: same
26906         * ext/esd/esdsink.c: (gst_esdsink_class_init),
26907         (gst_esdsink_dispose): Dispose of element properly.
26908         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
26909         fixes.
26910         * ext/nas/nassink.c: (gst_nassink_class_init),
26911         (gst_nassink_dispose): Dispose of element correctly.
26912         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
26913         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26914         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
26915         Fix 64-bit warning.
26916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26917         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26918         Fix 64-bit warning.
26919
26920 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26921
26922         * configure.ac : change speex detection as 1.1.6 now uses
26923           .pc/pkg-config and they changed their headers location.
26924
26925 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
26926
26927         * gst/matroska/matroska-mux.h:
26928         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
26929         (gst_matroska_mux_start), (gst_matroska_mux_finish),
26930         (gst_matroska_mux_write_data):
26931           Write multiple blocks/frames per cluster.
26932                 Write meta-seek information (seek heads).
26933
26934 2004-09-09  Scott Wheeler <wheeler@kde.org>
26935
26936         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
26937         (gst_play_bin_set_property), (gst_play_bin_get_property),
26938         (gen_audio_element), (gen_audio_element):
26939           Add a volume element / property to the pipeline.
26940
26941 2004-09-07  Wim Taymans  <wim@fluendo.com>
26942
26943         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
26944         Copy timestamps from the master pad to the output buffers.
26945
26946 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26947
26948         * ext/raw1394/gstdv1394src.c:
26949           throw errors when applicable
26950
26951 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
26952
26953         * gst/matroska/ebml-ids.h:
26954         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
26955         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
26956         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
26957           automatically convert unix time <-> ebml time when reading/writing
26958           a date, use gst_ebml_write_uint to write CUETIME,
26959           not gst_ebml_write_date.
26960         * gst/matroska/matroska-ids.h:
26961         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
26962         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
26963         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
26964         (gst_matroska_mux_write_data):
26965           Write track and segment UIDs, write muxing date, write
26966           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
26967           Create cues for audio only files.
26968
26969 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26970
26971         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26972         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
26973           Re-commit ALSA switches.
26974         * gst/adder/gstadder.c: (gst_adder_loop):
26975           64-bit fix (#151416).
26976         * gst/debug/progressreport.c: (gst_progressreport_report):
26977           64-bit fix (#151419).
26978         * gst/matroska/matroska-demux.c:
26979         (gst_matroska_demux_parse_contents):
26980           64-bit fix (#151420).
26981         * gst/playback/test3.c: (update_scale):
26982           64-bit fix (#151421).
26983
26984 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26985
26986         * configure.ac:
26987           bump nano to cvs
26988
26989 === release 0.8.4 ===
26990
26991 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26992
26993         * configure.ac: releasing 0.8.4, "Alias"
26994
26995 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26996
26997         * ext/theora/Makefile.am:
26998           fix makefile.  Fixes #151462.
26999
27000 2004-08-30  Wim Taymans  <wim@fluendo.com>
27001
27002         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
27003         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
27004         (gst_multifdsink_remove_client_link),
27005         (gst_multifdsink_client_queue_buffer),
27006         (gst_multifdsink_handle_client_write):
27007         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27008         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27009         Fix some memory leaks.
27010
27011 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
27012
27013         Patch by: David Schleef
27014
27015         * configure.ac:
27016         * sys/Makefile.am:
27017           rename our detection macro for V4L2.  Fixes #151236.
27018
27019 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
27020
27021         Patch by: David Schleef
27022
27023         * configure.ac:
27024           check to define LAMEPRESET.  Fixes #151232.
27025
27026 2004-08-27  David Schleef  <ds@schleef.org>
27027
27028         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
27029         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
27030         (gst_glimagesink_fixate):  Move local variable declarations to
27031         make gcc-2.95 happy.
27032
27033 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27034
27035         * configure.ac:
27036           bump nano for prerelease
27037
27038 2004-08-27  David Schleef  <ds@schleef.org>
27039
27040         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
27041         * sys/sunaudio/gstsunaudiosrc.c:
27042         * sys/sunaudio/gstsunaudiosrc.h:
27043
27044 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
27045
27046         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
27047         handle EOS correctly
27048         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
27049         * gst/matroska/matroska-mux.h:
27050         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
27051         VFW compatibility mode
27052
27053 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27054
27055         patch by: Zaheer Abbas Merali
27056
27057         * ext/ogg/gstoggmux.c:
27058         * ext/vorbis/vorbisenc.c:
27059         * ext/vorbis/vorbisenc.h:
27060           handle NEWMEDIA
27061
27062 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
27063
27064         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
27065         fix byte order reversion on little endian machines.
27066         * gst/matroska/matroska-mux.c: (audiosink_templ),
27067         (gst_matroska_mux_audio_pad_link):
27068         add TTA codec to the list of supported codecs.
27069         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
27070         (gst_matroska_mux_start), (gst_matroska_mux_finish),
27071         (gst_matroska_mux_write_data):
27072         * gst/matroska/matroska-mux.h:
27073         write segment duration correctly, write muxing app string, fixes bugs
27074         #140897 and #140898.
27075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
27076         wait for all pads to be negotiated before starting to mux.
27077
27078 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27079
27080         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
27081         * ext/lame/gstlame.h:
27082         Added new media support to lame
27083
27084 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
27085
27086         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
27087         send vorbis headers at the beginning of a stream, fixes bug #141554.
27088         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
27089         bug #148950.
27090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
27091         (gst_matroska_demux_plugin_init):
27092         * gst/matroska/matroska-ids.h:
27093         enable demuxing of TTA audio streams, fixes bug #148951.
27094         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
27095         enable typefinding for TTA audio files, fixes bug #148711.
27096         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
27097         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
27098         fixes playback of packed bitstream and xvid with bframes, bug #135407.
27099
27100 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
27101
27102         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
27103         (gst_riff_read_element_data), (gst_riff_read_seek),
27104         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
27105         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
27106         <teuf@gnome.org>
27107
27108 2004-08-23 Iain <iaingnome@gmail.com>
27109
27110         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
27111         tags. They appear to be handled differently to normal.
27112         (tag_list_to_id3_tag_foreach): Ditto.
27113
27114 2004-08-22  Wim Taymans  <wim@fluendo.com>
27115
27116         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27117         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27118         Make sure we never send -1 granulepos.
27119
27120 2004-08-20  Wim Taymans  <wim@fluendo.com>
27121
27122         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27123         (gst_ogg_mux_loop):
27124         I will accept bitchslappings with non sharp objects.
27125
27126 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27127
27128         * configure.ac:
27129         Clean up the test for lame presets
27130
27131 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27132
27133         * configure.ac:
27134         * ext/lame/Makefile.am:
27135         * ext/lame/gstlame.c: (gst_lame_class_init),
27136         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
27137         Only enable lame presets if version of lame has presets in API
27138
27139 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
27140         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
27141         * gst/udp/gstudpsrc.h:
27142           Don't call gst_pad_push in a get function. Fixes #150449
27143
27144 2004-08-18  Wim Taymans  <wim@fluendo.com>
27145
27146         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
27147         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
27148         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
27149         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
27150         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
27151         (gst_fdset_wait):
27152         * gst/tcp/gstfdset.h:
27153         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
27154         (gst_multifdsink_client_queue_buffer),
27155         (gst_multifdsink_handle_client_write):
27156         * gst/tcp/gstmultifdsink.h:
27157         Some extra checks in gstfdset.
27158         Only use send() when the fd is a socket. Don't try to
27159         read from write only fds.
27160
27161 2004-08-18  Wim Taymans  <wim@fluendo.com>
27162
27163         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
27164         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
27165         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
27166         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
27167         (gst_fdset_wait):
27168         Add more locking and bounds checking.
27169
27170 2004-08-18  Wim Taymans  <wim@fluendo.com>
27171
27172         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
27173         Realloc test fdset in the lock and right before starting
27174         the poll call. Bump the limit to 4096.
27175
27176 2004-08-17  David Schleef  <ds@schleef.org>
27177
27178         * sys/sunaudio/Makefile.am:
27179         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
27180         of rates and channels.  Make debugging less obnoxious.
27181
27182         Patch from Balamurali Viswanathan implementing a mixer for
27183         Sun audio.  (bug #144091):
27184         * sys/sunaudio/gstsunelement.c:
27185         * sys/sunaudio/gstsunelement.h:
27186         * sys/sunaudio/gstsunmixer.c:
27187         * sys/sunaudio/gstsunmixer.h:
27188
27189 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27190
27191         * gst/audioscale/gstaudioscale.c:
27192         * gst/audioscale/gstaudioscale.h:
27193         made audioscale resample from any sample rate to any sample rate
27194
27195 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27196
27197         * ext/libpng/gstpngdec.c:
27198           error out on unsupported types
27199
27200 2004-08-17  Iain <iaingnome@gmail.com>
27201
27202         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
27203         mid_side and loose_mid_side properties if its a stereo stream.
27204
27205 2004-08-17  Wim Taymans  <wim@fluendo.com>
27206
27207         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27208         (theora_get_formats), (theora_dec_src_convert),
27209         (theora_dec_sink_convert), (theora_dec_src_query),
27210         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
27211         Add a debug line.
27212
27213 2004-08-17  Wim Taymans  <wim@fluendo.com>
27214
27215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
27216         (gst_ogg_pad_push):
27217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27218         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
27219         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
27220         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27221         Mark delta units in the muxer.
27222         Try to decode the packet after an out-of-sync error from
27223         libogg.
27224
27225 2004-08-17  Wim Taymans  <wim@fluendo.com>
27226
27227         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27228         (gst_multifdsink_init), (gst_multifdsink_add),
27229         (gst_multifdsink_client_queue_buffer),
27230         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
27231         * gst/tcp/gstmultifdsink.h:
27232         Added option to send a keyframe to clients as the first buffer.
27233         Make timeout property writable.
27234
27235 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27236
27237         patch by: Wim Taymans
27238
27239         * gst/tcp/gstfdset.c:
27240         * gst/tcp/gstmultifdsink.c:
27241           fix index comparison, should include 0
27242
27243 2004-08-16  Wim Taymans  <wim@fluendo.com>
27244
27245         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
27246         (gst_fdset_add_fd), (gst_fdset_remove_fd),
27247         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
27248         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
27249         (gst_fdset_wait):
27250           copy when reallocing for poll so the select arguments don't get
27251           changed during the call
27252
27253 2004-08-16  Wim Taymans  <wim@fluendo.com>
27254
27255         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
27256         (gst_theora_enc_class_init), (theora_enc_sink_link),
27257         (theora_buffer_from_packet), (theora_enc_chain):
27258         Fix bug where buffers were not marked as keyframes
27259         correctly.
27260
27261 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27262
27263         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
27264         (gst_lame_preset_get_type), (gst_lame_class_init):
27265         describe the enum values for vbr mode and presets more verbosely
27266
27267 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27268
27269         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
27270         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
27271         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
27272         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
27273         * ext/lame/gstlame.h:
27274         add preset property to lame so it can use lame presets
27275
27276 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27277
27278         * ext/lame/gstlame.c: (gst_lame_get_property):
27279         whoops forgot break, thanks teuf
27280
27281 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27282
27283         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
27284         (gst_lame_class_init), (gst_lame_src_getcaps),
27285         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
27286         (gst_lame_get_property), (gst_lame_setup):
27287         * ext/lame/gstlame.h:
27288         fix lame's broken vbr stuff, allow it to resample if need be, and also
27289         make xing header optional
27290
27291 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27292
27293         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
27294         added getcaps function so samplerate doesnt get fixated to silly values
27295
27296 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27297
27298         * ext/lame/gstlame.c: (gst_lame_src_link):
27299         revert previous fix
27300
27301 2004-08-12  Johan Dahlin  <johan@gnome.org>
27302
27303         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
27304         checks. Doesn't matter what state we are in. Interfaces are a
27305         compile time thing, not runtime. It also broke the python bindings.
27306
27307 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27308
27309         * ext/lame/gstlame.c: (gst_lame_src_link):
27310         made source pad link function check if sinkpad is ok..fixes the problem
27311         where core fixates the output rate of lame stupidly
27312
27313 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27314
27315         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
27316         * sys/v4l/v4l_calls.c:
27317         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
27318           fix fixate function to handle nonsimple caps.
27319           remove bogus check in _link
27320           cleanups
27321
27322 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27323
27324         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
27325         set default compression ratio parameter to 0.0 so bitrate parameter
27326         works :)
27327
27328 2004-08-11  David Schleef  <ds@schleef.org>
27329
27330         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
27331
27332 2004-08-11  David Schleef  <ds@schleef.org>
27333
27334         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
27335         before.
27336
27337 2004-08-11  David Schleef  <ds@schleef.org>
27338
27339         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
27340
27341 2004-08-11  David Schleef  <ds@schleef.org>
27342
27343         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
27344           license field
27345         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
27346         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
27347           LGPL.
27348         * gst/auparse/gstauparse.c: Fix plugin license field.
27349         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
27350         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
27351         * gst/rtp/gstrtp.c: Fix plugin license field.
27352
27353 2004-08-11  Wim Taymans  <wim@fluendo.com>
27354
27355         * gst/tcp/Makefile.am:
27356         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
27357         (ensure_size), (gst_fdset_new), (gst_fdset_free),
27358         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
27359         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
27360         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
27361         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
27362         (gst_fdset_fd_can_write), (gst_fdset_wait):
27363         * gst/tcp/gstfdset.h:
27364         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
27365         (gst_multifdsink_class_init), (gst_multifdsink_init),
27366         (gst_multifdsink_add), (gst_multifdsink_remove),
27367         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
27368         (gst_multifdsink_remove_client_link),
27369         (gst_multifdsink_handle_client_read),
27370         (gst_multifdsink_client_queue_data),
27371         (gst_multifdsink_client_queue_caps),
27372         (gst_multifdsink_client_queue_buffer),
27373         (gst_multifdsink_handle_client_write),
27374         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27375         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
27376         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
27377         (gst_multifdsink_close):
27378         * gst/tcp/gstmultifdsink.h:
27379         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27380         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27381         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
27382         (gst_tcpserversink_close):
27383         * gst/tcp/gsttcpserversink.h:
27384         Abstracted away the select call, implemented poll (yes we ran into
27385         the 1024 limit in production).
27386
27387 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
27388
27389         * gst/tcp/gsttcp.c:
27390         * gst/tcp/gsttcpplugin.c:
27391           improve debuggging, remove assert
27392
27393 2004-08-10  Wim Taymans  <wim@fluendo.com>
27394
27395         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
27396         (gst_client_status_get_type), (gst_multifdsink_class_init),
27397         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
27398         (gst_multifdsink_handle_client_read),
27399         (gst_multifdsink_handle_client_write),
27400         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27401         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
27402         (gst_multifdsink_get_property):
27403         * gst/tcp/gstmultifdsink.h:
27404         * gst/tcp/gsttcp-marshal.list:
27405         Starting to prepare for specifying buffer time in other units
27406         than buffers. Expose remove reason in signal.
27407
27408 2004-08-10  Wim Taymans  <wim@fluendo.com>
27409
27410         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
27411         (gst_multifdsink_remove), (gst_multifdsink_clear),
27412         (gst_multifdsink_remove_client_link),
27413         (gst_multifdsink_handle_client_read),
27414         (gst_multifdsink_client_queue_data),
27415         (gst_multifdsink_client_queue_buffer),
27416         (gst_multifdsink_handle_client_write),
27417         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
27418         (gst_multifdsink_chain), (gst_multifdsink_close):
27419         * gst/tcp/gstmultifdsink.h:
27420         Added more debugging info. Changed the way clients are
27421         removed from the lists. Fixed a bug where a bad file descriptor
27422         could cause many clients to be removed.
27423
27424 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27425
27426         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
27427           allow all pixel-aspect-ratios, not just 1:1
27428
27429 2004-08-09  David Schleef  <ds@schleef.org>
27430
27431         * sys/glsink/ARB_multitexture.h:  Remove old files.
27432         * sys/glsink/EXT_paletted_texture.h:
27433         * sys/glsink/NV_register_combiners.h:
27434         * sys/glsink/gstgl_nvimage.c:
27435         * sys/glsink/gstgl_pdrimage.c:
27436         * sys/glsink/gstgl_rgbimage.c:
27437         * sys/glsink/gstglsink.c:
27438         * sys/glsink/gstglsink.h:
27439         * sys/glsink/gstglxwindow.c:
27440         * sys/glsink/regcomb_yuvrgb.c:
27441
27442 2004-08-09  David Schleef  <ds@schleef.org>
27443
27444         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
27445         GL sink plugin.  (Bug #147302)
27446
27447         * configure.ac: Test for OpenGL
27448         * sys/Makefile.am: Use test for OpenGL
27449         * sys/glsink/Makefile.am:
27450         * sys/glsink/glimagesink.c: rewrite
27451         * sys/glsink/glimagesink.h: rewrite
27452
27453 2004-08-09  David Schleef  <ds@schleef.org>
27454
27455         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
27456         sane framerates.
27457         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
27458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
27459         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
27460
27461 2004-08-09  Wim Taymans  <wim@fluendo.com>
27462
27463         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27464         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27465         (gst_multifdsink_client_remove),
27466         (gst_multifdsink_handle_client_read),
27467         (gst_multifdsink_handle_client_write),
27468         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
27469         Do a bit more logging, make the client_read code more robust.
27470
27471 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27472
27473         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
27474         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
27475         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
27476         (gst_jpegdec_init), (gst_jpegdec_chain):
27477         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
27478         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
27479           cleanups, debugging fixes and memleak plugging
27480
27481 2004-08-09  Wim Taymans  <wim@fluendo.com>
27482
27483         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27484         (theora_get_formats), (theora_dec_src_convert),
27485         (theora_dec_sink_convert), (theora_dec_src_query),
27486         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
27487         (theora_dec_change_state):
27488         Don't crash on missing header packets.
27489
27490 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27491
27492         * po/LINGUAS:
27493         * po/sq.po:
27494           Added Albanian translation (Laurent Dhima)
27495         * po/cs.po:
27496           updated
27497
27498 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27499
27500         * ext/lame/gstlame.c:
27501           fix/add debugging
27502
27503 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27504
27505         * sys/ximage/ximagesink.c:
27506         * sys/xvimage/xvimagesink.c:
27507           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
27508
27509 2004-08-06  Wim Taymans  <wim@fluendo.com>
27510
27511         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27512         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27513         (gst_multifdsink_client_remove),
27514         (gst_multifdsink_handle_client_read),
27515         (gst_multifdsink_handle_client_write),
27516         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
27517         Make sure we don't try to read more from a client that what
27518         ioctl says us or we deadlock.
27519
27520 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27521
27522         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
27523         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
27524         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
27525           decouple running_time and n_frames so it can handle changing
27526           framerate while running
27527
27528 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27529
27530         * po/nl.po:
27531         * po/sv.po:
27532           updated translations
27533
27534 2004-08-04  Benjamin Otte  <otte@gnome.org>
27535
27536         * gst/videotestsrc/gstvideotestsrc.c:
27537         (gst_videotestsrc_get_capslist), (generate_capslist),
27538         (plugin_init):
27539           generate the list of supported caps at startup and reuse it instead
27540           of always generating it
27541
27542 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27543
27544         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
27545           whoops, last checkin broke normal build
27546
27547 2004-08-03  Benjamin Otte  <otte@gnome.org>
27548
27549         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
27550         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27551         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27552         (gst_alsa_mixer_get_option):
27553         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
27554         (dvdnavsrc_print_event):
27555         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
27556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
27557         (gst_ogg_mux_pad_unlink):
27558         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
27559         (gst_multipart_mux_pad_unlink):
27560         * gst/videofilter/gstvideobalance.c:
27561         (gst_videobalance_colorbalance_set_value):
27562         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
27563         (gst_videomixer_pad_unlink):
27564         * po/uk.po:
27565         * sys/oss/gstossmixer.c:
27566         * sys/v4l/gstv4lcolorbalance.c:
27567         * sys/v4l/gstv4ltuner.c:
27568         * sys/v4l/v4lsrc_calls.c:
27569         * sys/v4l2/gstv4l2colorbalance.c:
27570         * sys/v4l2/gstv4l2tuner.c:
27571           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
27572
27573 2004-08-03  Benjamin Otte  <otte@gnome.org>
27574
27575         * examples/dynparams/filter.c: (ui_control_create):
27576         * examples/gstplay/player.c: (print_tag):
27577         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
27578         * ext/gdk_pixbuf/gstgdkanimation.c:
27579         (gst_gdk_animation_iter_may_advance):
27580         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
27581         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
27582         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
27583         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
27584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
27585         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27586         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
27587         * gst/sine/demo-dparams.c: (main):
27588         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
27589         * testsuite/alsa/formats.c: (create_pipeline):
27590         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
27591           fixes for G_DISABLE_ASSERT and friends
27592         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
27593         (mp3_type_frame_length_from_header), (mp3_type_find),
27594         (plugin_init):
27595           require mp3 typefinding to have at least MIN_HEADERS valid headers
27596           add typefinding for AAC adts files
27597
27598 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
27599
27600         * sys/ximage/ximagesink.c:
27601         (gst_ximagesink_calculate_pixel_aspect_ratio):
27602         * sys/xvimage/xvimagesink.c:
27603         (gst_xvimagesink_calculate_pixel_aspect_ratio):
27604         Make sure we calculate pixel-aspect-ratio using floating point maths
27605
27606 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27607
27608         * po/uk.po:
27609           updated translation
27610
27611 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27612
27613         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
27615           add debugging for display PAR calculation
27616
27617 2004-08-02  David Schleef  <ds@schleef.org>
27618
27619         * configure.ac: Fix mikmod CFLAGS.
27620
27621 2004-07-27  Benjamin Otte  <otte@gnome.org>
27622
27623         * gst/audioscale/gstaudioscale.c:
27624         - fix templates to only support S16, it's the only format that works
27625         - make caps nego code use try_set_caps_nonfixed and fixation instead
27626         of try_set_caps twice, which is not nice for autopluggers
27627         - change rank to secondary, so autopluggers can pick it up after
27628         audioconvert
27629
27630 2004-08-02  Iain <iain@prettypeople.org>
27631
27632         * gst/interleave/interleave.c (interleave_init),
27633         (interleave_request_new_pad),
27634         (interleave_pad_removed),
27635         (interleave_buffered_loop): Use the real pad count, not the artificial
27636         one.
27637
27638 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27639
27640         * configure.ac: bump nano back to development
27641
27642 === release 0.8.3 ===
27643
27644 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27645
27646         * configure.ac: releasing 0.8.3, "Water"
27647
27648 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27649
27650         * sys/xvimage/xvimagesink.c:
27651         (gst_xvimagesink_calculate_pixel_aspect_ratio),
27652         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
27653         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
27654         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27655         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
27656         * sys/xvimage/xvimagesink.h:
27657           apply similar PAR fixes as to ximagesink
27658
27659 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27660
27661         patch from: Benjamin Otte
27662
27663         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
27664           add link function to lame.  Fixes #148986.
27665
27666 2004-08-02  Johan Dahlin  <johan@gnome.org>
27667
27668         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
27669         fix debugging log
27670
27671 2004-07-30  David Schleef  <ds@schleef.org>
27672
27673         * gst/videomixer/Makefile.am: Fix things that should have been
27674         fixed in the last checkin.
27675
27676 2004-07-30  David Schleef  <ds@schleef.org>
27677
27678         * gst/multipart/Makefile.am: Fix things that should have been
27679         fixed in the last checkin.
27680
27681 2004-07-30  David Schleef  <ds@schleef.org>
27682
27683         * testsuite/multifilesink/Makefile.am: Fix unused variable.
27684
27685 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
27686
27687         * configure.ac:
27688           bump nano for prerelease
27689         * po/af.po:
27690         * po/az.po:
27691         * po/cs.po:
27692         * po/en_GB.po:
27693         * po/hu.po:
27694         * po/nl.po:
27695         * po/sr.po:
27696         * po/sv.po:
27697         * po/uk.po:
27698           updates
27699
27700 2004-07-30  Wim Taymans  <wim@fluendo.com>
27701
27702         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27703         (gst_multifdsink_add), (gst_multifdsink_remove),
27704         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
27705         (gst_multifdsink_client_remove),
27706         (gst_multifdsink_handle_client_write),
27707         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
27708         * gst/tcp/gstmultifdsink.h:
27709         Recover from a select with a bad file descriptor by removing
27710         the client.
27711
27712 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
27713
27714         * configure.ac:
27715           fix requirement of core
27716         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
27717         (gst_play_pipeline_setup):
27718           don't use colorspace element.  do use hermescolorspace element.
27719           make macro to get a colorspace element.
27720           mark strings for translation.
27721         * po/POTFILES.in:
27722           add play.c
27723         * po/af.po:
27724         * po/az.po:
27725         * po/cs.po:
27726         * po/en_GB.po:
27727         * po/hu.po:
27728         * po/nl.po:
27729         * po/sr.po:
27730         * po/sv.po:
27731         * po/uk.po:
27732           update translations
27733
27734 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27735
27736         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
27737         fix default for newmedia flag
27738
27739 2004-07-30  Wim Taymans  <wim@fluendo.com>
27740
27741         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27742         (gst_theora_dec_init), (theora_get_formats),
27743         (theora_dec_src_convert), (theora_dec_sink_convert),
27744         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27745         (theora_dec_chain), (theora_dec_set_property),
27746         (theora_dec_get_property):
27747         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
27748         (gst_theora_enc_class_init), (gst_theora_enc_init),
27749         (theora_enc_sink_link), (theora_enc_chain),
27750         (theora_enc_set_property), (theora_enc_get_property):
27751         Added cropping option to theora decoder.
27752         Added border option to theora encoder.
27753
27754 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27755
27756         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27757         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27758         (gst_pngenc_set_property):
27759         * ext/libpng/gstpngenc.h:
27760         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
27761
27762 2004-07-30  Wim Taymans  <wim@fluendo.com>
27763
27764         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27765         (theora_enc_sink_link), (theora_enc_chain),
27766         (theora_enc_set_property), (theora_enc_get_property):
27767         Fix encoding of non-multiple-of-16 video.
27768
27769 2004-07-29  David Schleef  <ds@schleef.org>
27770
27771         * configure.ac: make test for audiofile more strict
27772
27773 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27774
27775         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27776           give different names to typefind functions
27777
27778 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
27779
27780         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27781         (gst_ximagesink_calculate_pixel_aspect_ratio),
27782         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
27783         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
27784         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
27785         (gst_ximagesink_get_property), (gst_ximagesink_init):
27786         * sys/ximage/ximagesink.h:
27787           allocate PAR's dynamically.
27788           use autodetected PAR if no object-set PAR is given.
27789           add workaround for directfb's X not setting physical size.
27790           fix to xvimagesink will follow tomorrow.
27791
27792 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27793
27794         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
27795         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
27796         (gst_shout2send_get_type), (gst_shout2send_set_clock),
27797         (gst_shout2send_class_init), (gst_shout2send_init),
27798         (set_shout_metadata), (gst_shout2send_set_metadata),
27799         (gst_shout2send_chain), (gst_shout2send_set_property),
27800         (gst_shout2send_get_property), (gst_shout2send_connect),
27801         (gst_shout2send_change_state):
27802         * ext/shout2/gstshout2.h:
27803         - fix for sending mp3 audio to icecast2 server, if pad link function not
27804         called before PAUSED state
27805         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
27806         - added tagging support for mp3 audio broadcasted
27807         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
27808         debug info
27809
27810 2004-07-28  Wim Taymans  <wim@fluendo.com>
27811
27812         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27813         (gst_ogg_demux_push):
27814         Return query failure when we don't know the length of
27815         an ogg stream insteda of returning TRUE with a bogus value.
27816
27817 2004-07-28  Wim Taymans  <wim@fluendo.com>
27818
27819         * ext/theora/theoradec.c: (theora_get_formats),
27820         (theora_dec_src_convert), (theora_dec_sink_convert),
27821         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27822         (theora_dec_chain):
27823         Don't screw up the 1 Chroma for 1 luma sample situation when we
27824         have an odd offset/width by adding a black border in those cases.
27825
27826 2004-07-28  Wim Taymans  <wim@fluendo.com>
27827
27828         * ext/theora/theoradec.c: (theora_get_formats),
27829         (theora_dec_src_convert), (theora_dec_sink_convert),
27830         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27831         (theora_dec_chain):
27832         * ext/theora/theoraenc.c: (theora_enc_sink_link):
27833         Added first attempt at cropping of the image as required by the
27834         theora spec. We need more properties in the caps (offset_x,
27835         offset_y,stride) to implement this correctly.
27836
27837 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
27838
27839         * ext/dvdnav/README:
27840           Update the README to use dvddemux
27841         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
27842           Ensure getcaps returns a subset of the template caps
27843         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
27844         (gst_mpeg2subt_init):
27845           Ensure getcaps returns a subset of the template caps
27846         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27847         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
27848         (gst_dvd_demux_get_subpicture_stream),
27849         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
27850         * gst/mpegstream/gstdvddemux.h:
27851           Set the explicit caps on the current_video pad before pushing
27852           anything
27853         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27854         (gst_mpeg_demux_get_audio_stream):
27855           Free caps used to gst_pad_set_explicit_caps, which takes a const
27856           GstCaps *
27857
27858 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
27859
27860         * configure.ac: update GStreamer requirement to 0.8.4 because of
27861           GstFraction.
27862
27863 2004-07-28  Wim Taymans  <wim@fluendo.com>
27864
27865         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
27866         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
27867         Add the pad to the element after setting up the caps. This
27868         makes it a lot easier to autoplug.
27869
27870 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27871
27872         * gst/median/gstmedian.c:
27873         * gst/mpeg2subt/gstmpeg2subt.c:
27874         * gst/mpegaudioparse/gstmpegaudioparse.c:
27875         * gst/mpegstream/gstdvddemux.c:
27876         * gst/mpegstream/gstmpegdemux.c:
27877         * gst/mpegstream/gstmpegpacketize.c:
27878         * gst/rtjpeg/gstrtjpeg.c:
27879         * gst/rtjpeg/gstrtjpegdec.c:
27880         * gst/rtjpeg/gstrtjpegenc.c:
27881         * gst/sine/gstsinesrc.c:
27882         * gst/smooth/gstsmooth.c:
27883         * gst/smpte/gstsmpte.c:
27884         * gst/smpte/gstsmpte.h:
27885         * gst/stereo/gststereo.c:
27886         * gst/videofilter/gstgamma.c:
27887         * gst/videofilter/gstvideobalance.c:
27888         * gst/videofilter/gstvideofilter.c:
27889         * gst/videofilter/gstvideoflip.c:
27890         * gst/videoscale/gstvideoscale.c:
27891         * gst/videoscale/videoscale.c:
27892         * gst/videotestsrc/gstvideotestsrc.c:
27893         * gst/videotestsrc/videotestsrc.c:
27894         * gst/wavenc/gstwavenc.c:
27895         * gst/wavparse/gstwavparse.c:
27896           fix local includes and 64 bits constants
27897
27898 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27899
27900         * win32/gst.sln:
27901         * gst-libs/gst/*/*.vcproj:
27902         * gst/*/*.vcproj:
27903           more working plugins
27904
27905 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27906
27907         * testsuite/alsa/Makefile.am:
27908         * testsuite/alsa/srcstate.c:
27909         add test for alsasrc changing state
27910
27911 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27912
27913         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
27914         (gst_silence_get):
27915         * gst/silence/gstsilence.h:
27916         fix silence generation for 16bit raw audio
27917
27918 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27919
27920         * gst/matroska/matroska-demux.c:
27921         (gst_matroska_demux_parse_metadata),
27922         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
27923         * gst/mpegaudio/common.c:
27924         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
27925         (gst_videoscale_getcaps), (gst_videoscale_link),
27926         (gst_videoscale_src_fixate), (gst_videoscale_init),
27927         (gst_videoscale_finalize):
27928         * gst/videoscale/gstvideoscale.h:
27929         * gst/videotestsrc/gstvideotestsrc.c:
27930         (gst_videotestsrc_get_capslist):
27931         * gst/wavenc/gstwavenc.c:
27932         * sys/oss/gstossmixer.c: (fill_labels):
27933         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27934         (gst_ximagesink_handle_xevents),
27935         (gst_ximagesink_calculate_pixel_aspect_ratio),
27936         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
27937         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
27938         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
27939         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
27940         (gst_ximagesink_init), (gst_ximagesink_class_init):
27941         * sys/ximage/ximagesink.h:
27942         * sys/xvimage/xvimagesink.c:
27943         (gst_xvimagesink_calculate_pixel_aspect_ratio),
27944         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
27945         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27946         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27947         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
27948         * sys/xvimage/xvimagesink.h:
27949           first batch of pixel aspect ratio commits.
27950
27951 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27952
27953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27954         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
27955         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
27956           handle stride, needs work if we want to move stride handling
27957           upstream, but works correctly for our purposes.
27958
27959 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27960
27961         * gst/videoscale/README:
27962           add testing examples
27963         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
27964         (gst_videoscale_chain):
27965         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27966         (gst_videoscale_get_size):
27967           add get_size function that handles stride like videotestsrc.
27968           fixes conversion for YUV formats for as much as I can test them.
27969
27970 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27971
27972         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27973         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
27974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27975         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27976         (gst_xvimagesink_xvimage_put):
27977           further cleanups, logging, error handling and synchronizing
27978
27979 2004-07-27  Wim Taymans  <wim@fluendo.com>
27980
27981         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27982         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
27983         (gst_videomixer_pad_set_property),
27984         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
27985         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27986         (gst_videomixer_class_init), (gst_videomixer_init),
27987         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
27988         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
27989         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
27990         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27991         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27992         (gst_videomixer_loop), (plugin_init):
27993         Be a nicer negotiation citizen and provide a getcaps function on
27994         the srcpad. This also fixes a crash when resizing.
27995
27996 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27997
27998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27999         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
28000
28001 2004-07-27  Wim Taymans  <wim@fluendo.com>
28002
28003         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
28004         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
28005         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
28006         (gst_pngenc_set_property):
28007         * ext/libpng/gstpngenc.h:
28008         Added snapshot property to pngenc.
28009         removed g_print from pngdec
28010
28011 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
28012
28013         * gst/ac3parse/ac3parse.vcproj
28014         * gst/adder/adder.vcproj
28015         * gst/alpha/alpha.vcproj
28016         * gst/alpha/alphacolor.vcproj
28017         * gst/asfdemux/asf.vcproj
28018         * gst/audioconvert/audioconvert.vcproj
28019         * gst/audiorate/audiorate.vcproj
28020         * gst/audioscale/audioscale.vcproj
28021         * gst/auparse/auparse.vcproj
28022         * gst/avi/avi.vcproj
28023         * gst/cdxaparse/cdxaparse.vcproj
28024         * gst/chart/chart.vcproj
28025         * gst/colorspace/colorspace.vcproj
28026         * gst/cutter/cutter.vcproj
28027         * gst/debug/debug.vcproj
28028         * gst/debug/efence.vcproj
28029         * gst/debug/navigationtest.vcproj
28030         * gst/deinterlace/deinterlace.vcproj
28031         * gst/effectv/effectv.vcproj
28032         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
28033         * gst/filter/filter.vcproj
28034         * gst/flx/flxdec.vcproj
28035         * gst/goom/goom.vcproj
28036         * gst/interleave/interleave.vcproj
28037         * gst/law/alaw.vcproj
28038         * gst/law/mulaw.vcproj
28039         * gst/matroska/matroska.vcproj
28040         * gst/median/median.vcproj
28041         * gst/mixmatrix/mixmatrix.vcproj
28042         * gst/mpeg1sys/mpeg1systemencode.vcproj
28043         * gst/mpeg1videoparse/mp1videoparse.vcproj
28044         * gst/mpeg2sub/mpeg2subt.vcproj
28045         * gst/mpegaudio/mpegaudio.vcproj
28046         * gst/mpegaudioparse/mpegaudioparse.vcproj
28047         * gst/mpegstream/mpegstream.vcproj
28048         * gst/multifilesink/multifilesink.vcproj
28049         * gst/multipart/multipart.vcproj
28050         * gst/oneton/oneton.vcproj
28051         * gst/overlay/overlay.vcproj
28052         * gst/passthrough/passthrough.vcproj
28053         * gst/qtdemux/qtdemux.vcproj
28054         * gst/realmedia/rmdemux.vcproj
28055         * gst/rtjpeg/rtjpeg.vcproj
28056         * gst/rtp/rtp.vcproj
28057         * gst/silence/silence.vcproj
28058         * gst/sine/sinesrc.vcproj
28059         * gst/smooth/smooth.vcproj
28060         * gst/smpte/smpte.vcproj
28061         * gst/spectrum/spectrum.vcproj
28062         * gst/speed/speed.vcproj
28063         * gst/stereo/stereo.vcproj
28064         * gst/switch/switch.vcproj
28065         * gst/tags/tagedit.vcproj
28066         * gst/tcp/tcp.vcproj
28067         * gst/typefind/typefindfunctions.vcproj
28068         * gst/udp/udp.vcproj
28069         * gst/videobox/videobox.vcproj
28070         * gst/videocrop/videocrop.vcproj
28071         * gst/videodrop/videodrop.vcproj
28072         * gst/videofilter/gamma.vcproj
28073         * gst/videofilter/videobalance.vcproj
28074         * gst/videofilter/videofilter.vcproj
28075         * gst/videofilter/videoflip.vcproj
28076         * gst/videoflip/videoflip.vcproj
28077         * gst/videomixer/videomixer.vcproj
28078         * gst/videorate/videorate.vcproj
28079         * gst/videoscale/videoscale.vcproj
28080         * gst/videotestsrc/videotestsrc.vcproj
28081         * gst/virtualdub/virtualdub.vcproj
28082         * gst/volenv/volenv.vcproj
28083         * gst/volume/volume.vcproj
28084         * gst/wavenc/wavenc.vcproj
28085         * gst/wavparse/wavparse.vcproj
28086         * gst/y4m/y4menc.vcproj
28087         * gst-libs/gst/audio/audio.vcproj
28088         * gst-libs/gst/audio/audiofilter.vcproj
28089         * gst-libs/gst/colorbalance/colorbalance.vcproj
28090         * gst-libs/gst/idct/idtc.vcproj
28091         * gst-libs/gst/media-info/media-info.vcproj
28092         * gst-libs/gst/mixer/mixer.vcproj
28093         * gst-libs/gst/navigation/navigation.vcproj
28094         * gst-libs/gst/play/play.vcproj
28095         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
28096         * gst-libs/gst/resample/resample.vcproj
28097         * gst-libs/gst/riff/riff.vcproj
28098         * gst-libs/gst/tuner/tuner.vcproj
28099         * gst-libs/gst/video/video.vcproj
28100         * gst-libs/gst/xoverlay/xoverlay.vcproj
28101           avoid problems with math.h, fix release dependancy
28102           rename GStreamer-0.8.lib to libgstreamer.lib
28103
28104 2004-07-27  Julien MOUTTE  <julien@moutte.net>
28105
28106         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
28107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
28108         the atom is not available we have to unlock the mutex. Fixes #148023
28109
28110 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
28111
28112         * gst-libs/gst/media-info/media-info.h:
28113           issue for a vararg macro with MSVC
28114
28115 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
28116
28117         * gst/effectv/effectv.vcproj
28118         * gst-libs/gst/idct/idct.vcproj:
28119         * gst-libs/gst/media-info/media-info.vcproj:
28120         * gst-libs/gst/navigation/navigation.vcproj:
28121         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
28122         * gst-libs/gst/video/video.vcproj:
28123         * gst-libs/gst/xoverlay/xoverlay.vcproj:
28124           fixes for build problems
28125
28126 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
28127
28128         * gst-libs/gst/audio/audio.def:
28129         * gst-libs/gst/audio/riff.def:
28130           add some definitions needed by plugins
28131
28132 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
28133
28134         * gst/asfdemux/gstasfmux.c
28135           Fix some 64 bits constants to be glib friendly
28136
28137 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
28138
28139         * gst/ac3parse/gstac3parse.c
28140         * gst/audioscale/gstaudioscale.c
28141         * gst/auparse/gstauparse.c
28142         * gst/colorspace/gstcolorspace.c
28143         * gst/colorspace/yuv2rgb.h
28144           local include fixes
28145
28146 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
28147
28148         * win32/gst.sln
28149           add more plugins to the build
28150
28151 2004-07-26  Julien MOUTTE  <julien@moutte.net>
28152
28153         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28154         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
28155
28156 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28157
28158         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28159         (gst_level_set_property), (gst_level_get_property),
28160         (gst_level_base_init), (gst_level_class_init):
28161           add debugging categories.  cleanups.
28162
28163 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28164
28165         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28166         (gst_videoscale_planar411), (gst_videoscale_planar400),
28167         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
28168         (gst_videoscale_scale_nearest_str1),
28169         (gst_videoscale_scale_nearest_str2),
28170         (gst_videoscale_scale_nearest_str4),
28171         (gst_videoscale_scale_nearest_16bit),
28172         (gst_videoscale_scale_nearest_24bit):
28173           fixed stride issues
28174           tested with 320x240 -> 321, 322, 324 x240
28175           tested with YV12, I420, YUY2, UYVY
28176           fixed packed422rev (don't think it could have worked before)
28177           by testing with UYVY
28178
28179 2004-07-26  Benjamin Otte  <otte@gnome.org>
28180
28181         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
28182         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
28183         (plugin_init):
28184           add debugging category, add error checks like checking return values
28185           of setup calls, make sure it still works after
28186           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
28187
28188 2004-07-26  Wim Taymans  <wim@fluendo.com>
28189
28190         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
28191         (gst_mpeg_demux_get_audio_stream),
28192         (gst_mpeg_demux_process_private):
28193         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
28194         Check for error codes from the negotiation functions. Make sure
28195         we really set the pad caps when a new pad is created.
28196
28197 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28198
28199         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28200         (gst_ffmpeg_caps_to_pix_fmt):
28201         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28202         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28203         (gst_ffmpegcolorspace_pad_link):
28204           don't make function do two things at the same time without reason.
28205
28206 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
28207
28208         * gst/ac3parse/ac3parse.vcproj
28209         * gst/adder/adder.vcproj
28210         * gst/alpha/alpha.vcproj
28211         * gst/alpha/alphacolor.vcproj
28212         * gst/asfdemux/asf.vcproj
28213         * gst/audioconvert/audioconvert.vcproj
28214         * gst/audiorate/audiorate.vcproj
28215         * gst/audioscale/audioscale.vcproj
28216         * gst/auparse/auparse.vcproj
28217         * gst/avi/avi.vcproj
28218         * gst/cdxaparse/cdxaparse.vcproj
28219         * gst/chart/chart.vcproj
28220         * gst/colorspace/colorspace.vcproj
28221         * gst/cutter/cutter.vcproj
28222         * gst/debug/debug.vcproj
28223         * gst/debug/efence.vcproj
28224         * gst/debug/navigationtest.vcproj
28225         * gst/deinterlace/deinterlace.vcproj
28226         * gst/effectv/effectv.vcproj
28227         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
28228         * gst/filter/filter.vcproj
28229         * gst/flx/flxdec.vcproj
28230         * gst/goom/goom.vcproj
28231         * gst/interleave/interleave.vcproj
28232         * gst/law/alaw.vcproj
28233         * gst/law/mulaw.vcproj
28234         * gst/matroska/matroska.vcproj
28235         * gst/median/median.vcproj
28236         * gst/mixmatrix/mixmatrix.vcproj
28237         * gst/mpeg1sys/mpeg1systemencode.vcproj
28238         * gst/mpeg1videoparse/mp1videoparse.vcproj
28239         * gst/mpeg2sub/mpeg2subt.vcproj
28240         * gst/mpegaudio/mpegaudio.vcproj
28241         * gst/mpegaudioparse/mpegaudioparse.vcproj
28242         * gst/mpegstream/mpegstream.vcproj
28243         * gst/multifilesink/multifilesink.vcproj
28244         * gst/multipart/multipart.vcproj
28245         * gst/oneton/oneton.vcproj
28246         * gst/overlay/overlay.vcproj
28247         * gst/passthrough/passthrough.vcproj
28248         * gst/qtdemux/qtdemux.vcproj
28249         * gst/realmedia/rmdemux.vcproj
28250         * gst/rtjpeg/rtjpeg.vcproj
28251         * gst/rtp/rtp.vcproj
28252         * gst/silence/silence.vcproj
28253         * gst/sine/sinesrc.vcproj
28254         * gst/smooth/smooth.vcproj
28255         * gst/smpte/smpte.vcproj
28256         * gst/spectrum/spectrum.vcproj
28257         * gst/speed/speed.vcproj
28258         * gst/stereo/stereo.vcproj
28259         * gst/switch/switch.vcproj
28260         * gst/tags/tagedit.vcproj
28261         * gst/tcp/tcp.vcproj
28262         * gst/typefind/typefindfunctions.vcproj
28263         * gst/udp/udp.vcproj
28264         * gst/videobox/videobox.vcproj
28265         * gst/videocrop/videocrop.vcproj
28266         * gst/videodrop/videodrop.vcproj
28267         * gst/videofilter/gamma.vcproj
28268         * gst/videofilter/videobalance.vcproj
28269         * gst/videofilter/videofilter.vcproj
28270         * gst/videofilter/videoflip.vcproj
28271         * gst/videoflip/videoflip.vcproj
28272         * gst/videomixer/videomixer.vcproj
28273         * gst/videorate/videorate.vcproj
28274         * gst/videoscale/videoscale.vcproj
28275         * gst/videotestsrc/videotestsrc.vcproj
28276         * gst/virtualdub/virtualdub.vcproj
28277         * gst/volenv/volenv.vcproj
28278         * gst/volume/volume.vcproj
28279         * gst/wavenc/wavenc.vcproj
28280         * gst/wavparse/wavparse.vcproj
28281         * gst/y4m/y4menc.vcproj
28282           more plugins supported under windows
28283
28284 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28285
28286         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28287         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
28288         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
28289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28290         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
28291           Add debugging statements.  Use the sizes as returned by the
28292           *CreateImage calls.
28293
28294 2004-07-26  Johan Dahlin  <johan@gnome.org>
28295
28296         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
28297         the pad is negotiated.
28298
28299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
28300
28301 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
28302
28303         * gst-libs/gst/colorbalance/colorbalance.vcproj:
28304         * gst-libs/gst/idct/idct.vcproj:
28305         * gst-libs/gst/media-info/media-info.vcproj:
28306         * gst-libs/gst/mixer/mixer.vcproj:
28307         * gst-libs/gst/navigation/navigation.vcproj:
28308         * gst-libs/gst/play/play.vcproj:
28309         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
28310         * gst-libs/gst/resample/resample.vcproj:
28311         * gst-libs/gst/tuner/tuner.vcproj:
28312         * gst-libs/gst/video/video.vcproj:
28313         * gst-libs/gst/xoverlay/xoverlay.vcproj:
28314           more plugins supported under windows
28315
28316 2004-07-25 Iain <iain@prettypeople.org>
28317
28318         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
28319         pad now rather than when the pad is created because state changes wipe
28320         explicit caps (fixes #148043).
28321
28322 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
28323
28324         reviewed by Benjamin Otte  <otte@gnome.org>
28325
28326         * ext/mad/gstmad.c:
28327           fix mad plugin crashing on Sun (fixes #148289)
28328
28329 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
28330
28331         * gst/avi/avi.def:
28332         * gst/avi/avi.vcproj:
28333         * gst/matroska/matroska.def:
28334         * gst/matroska/matroska.vcproj:
28335           remove unused .def files
28336
28337 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
28338
28339         * gst-libs/gst/audio/gstaudiofilter.c:
28340           Clean the local include
28341
28342 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
28343
28344         * win32/gst.sln:
28345         * gst-libs/gst/audio/audio.def:
28346         * gst-libs/gst/audio/audio.vcproj:
28347         * gst-libs/gst/audio/audiofilter.vcproj:
28348         * gst-libs/gst/audio/riff.def:
28349         * gst-libs/gst/audio/riff.vcproj:
28350         * gst-libs/gst/gst-libs.def:
28351         * gst-libs/gst/gst-libs.vcproj:
28352         * gst/avi/avi.vcproj:
28353         * gst/avi/avi.vcproj:
28354           Copy the files where needed after building, cleaner projects
28355
28356 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
28357
28358         * gst/matroska/ebml-write.c:
28359           Fix some 64 bits constants to be glib friendly
28360
28361 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
28362
28363         * win32/gst.sln:
28364         * gst-libs/gst/gst-libs.def:
28365         * gst-libs/gst/gst-libs.vcproj:
28366         * gst/matroska/matroska.def:
28367         * gst/matroska/matroska.vcproj:
28368           Add the preliminary canvas to build plugins on Win32
28369
28370 2004-07-23  Benjamin Otte  <otte@gnome.org>
28371
28372         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28373           don't enfore negotiation from source side, it breaks
28374           sinesrc ! audioconvert ! osssink
28375
28376 2004-07-22  David Schleef  <ds@schleef.org>
28377
28378         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
28379         for ELF files, since they can easily be recognized as audio/mpeg.
28380         (bug #147441)
28381
28382 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
28383
28384         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28385         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
28386         (gst_videoscale_scale_nearest_24bit),
28387         (gst_videoscale_scale_nearest_16bit):
28388           fix 16bit and 24bit for stride (24bit might need testing)
28389           don't pretend we do more than one algorithm
28390
28391 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28392
28393         * configure.ac:
28394         * gst/Makefile.am:
28395         * gst/multifilesink/Makefile.am:
28396         * gst/multifilesink/gstmultifilesink.c:
28397         (gst_multifilesink_get_formats),
28398         (gst_multifilesink_get_query_types), (_do_init),
28399         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
28400         (gst_multifilesink_init), (gst_multifilesink_dispose),
28401         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
28402         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
28403         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
28404         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
28405         (gst_multifilesink_chain), (gst_multifilesink_change_state),
28406         (gst_multifilesink_uri_get_type),
28407         (gst_multifilesink_uri_get_protocols),
28408         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
28409         (gst_multifilesink_uri_handler_init), (plugin_init):
28410         * gst/multifilesink/gstmultifilesink.h:
28411         * testsuite/Makefile.am:
28412         * testsuite/multifilesink/Makefile.am:
28413         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
28414         (gst_newmedia_class_init), (gst_newmedia_init),
28415         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
28416         (newfile_signal), (test_signal), (main):
28417         multifilesink plugin for creating new files every time a new media
28418         discontinuity event occurs
28419
28420 2004-07-22  Wim Taymans  <wim@fluendo.com>
28421
28422         * gst/alpha/Makefile.am:
28423         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
28424         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
28425         (gst_alpha_color_init), (gst_alpha_color_set_property),
28426         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
28427         (transform), (gst_alpha_color_chain),
28428         (gst_alpha_color_change_state), (plugin_init):
28429         Stupid plugin to to RGBA to AYUV conversion because none of
28430         the colorspace plugins can handle that yet.
28431
28432 2004-07-22  Wim Taymans  <wim@fluendo.com>
28433
28434         * examples/seeking/seek.c: (update_scale), (main):
28435         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28436         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
28437         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
28438         (gst_decode_bin_init), (gst_decode_bin_dispose),
28439         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28440         (no_more_pads), (close_link), (type_found),
28441         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28442         (plugin_init):
28443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28444         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28445         (gst_play_base_bin_dispose), (queue_overrun),
28446         (gen_preroll_element), (remove_prerolls), (unknown_type),
28447         (no_more_pads), (new_stream), (setup_source),
28448         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
28449         (play_base_eos), (gst_play_base_bin_change_state),
28450         (gst_play_base_bin_add_element),
28451         (gst_play_base_bin_remove_element),
28452         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28453         (gst_play_base_bin_unlink_stream),
28454         (gst_play_base_bin_get_streaminfo):
28455         * gst/playback/gstplaybin.c: (gen_video_element),
28456         (gen_audio_element):
28457         * gst/playback/gststreaminfo.h:
28458         More playback updates, attempt to fix things after the state change
28459         breakage.
28460
28461 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
28462
28463         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
28464         (gst_videoscale_scale_nearest_16bit):
28465           comment algorithm
28466
28467 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
28468
28469         * gst/videotestsrc/gstvideotestsrc.c:
28470         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
28471         (gst_videotestsrc_init), (gst_videotestsrc_get),
28472         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
28473         (gst_videotestsrc_get_property):
28474         * gst/videotestsrc/gstvideotestsrc.h:
28475         * gst/videotestsrc/videotestsrc.c:
28476         * gst/videotestsrc/videotestsrc.h:
28477           cleanup and commenting
28478
28479 2004-07-21  Wim Taymans  <wim@fluendo.com>
28480
28481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
28482         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
28483         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
28484         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
28485         (_find_chain_get_unknown_part), (_find_streams_check),
28486         (gst_ogg_demux_push), (gst_ogg_pad_push):
28487         * ext/theora/theoradec.c: (theora_get_formats),
28488         (theora_dec_src_convert), (theora_dec_sink_convert),
28489         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28490         (theora_dec_chain):
28491         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28492         (vorbis_dec_convert), (vorbis_dec_src_query),
28493         (vorbis_dec_src_event), (vorbis_dec_event):
28494         More seeking fixes, oggdemux now supports seeking to time and
28495         uses the downstream element to convert granulepos to time.
28496         Seeking in theora-only ogg files now works.
28497
28498 2004-07-21  Wim Taymans  <wim@fluendo.com>
28499
28500         * ext/theora/theoradec.c: (gst_theora_dec_init),
28501         (theora_get_formats), (theora_get_event_masks),
28502         (theora_get_query_types), (theora_dec_src_convert),
28503         (theora_dec_sink_convert), (theora_dec_src_query),
28504         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
28505         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28506         (vorbis_get_event_masks), (vorbis_get_query_types),
28507         (gst_vorbis_dec_init), (vorbis_dec_convert),
28508         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
28509         Added query/convert/formats functions to vorbis and theora decoders
28510         so that the outside world can use them too. Fixed seeking on an
28511         ogg/theora/vorbis file by disabling the seeking seeking on the
28512         theora srcpad.
28513
28514 2004-07-21  Julien MOUTTE  <julien@moutte.net>
28515
28516         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28517         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
28518         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
28519         images creation for both elements. We don't create the image on caps
28520         nego or renego, we just destroy the internal one if present if it does
28521         not match the needs. The chain function takes care of creating a new
28522         image when needed.
28523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28524         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
28525         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
28526         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
28527         the image format information. The buffer pool checks for the context
28528         image format and discard images with different formats.
28529         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
28530
28531 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28532
28533         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28534         (gst_ffmpegcolorspace_chain):
28535           no point in doing any chaining if the pad we want to push from
28536           isn't usable.
28537
28538 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28539
28540         * gst-libs/gst/riff/riff-media.c:
28541         (gst_riff_create_audio_caps_with_data):
28542           Fix double end-to-native symbol conversion (#148021).
28543
28544 2004-07-20  David Schleef  <ds@schleef.org>
28545
28546         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
28547         Don't use an Atom that doesn't exist.
28548
28549 2004-07-20  Wim Taymans  <wim@fluendo.com>
28550
28551         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28552         (gst_multifdsink_add), (gst_multifdsink_get_stats),
28553         (gst_multifdsink_client_remove),
28554         (gst_multifdsink_handle_client_write),
28555         (gst_multifdsink_queue_buffer):
28556         * gst/tcp/gstmultifdsink.h:
28557         More multifdsink stats. Avoid deadlock by releasing locks
28558         before sending out a signal.
28559
28560 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28561
28562         * po/LINGUAS:
28563         * po/hu.po:
28564           added Hungarian translation (Laszlo Dvornik)
28565
28566 2004-07-20  Wim Taymans  <wim@fluendo.com>
28567
28568         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28569         (gst_multifdsink_add), (gst_multifdsink_client_remove),
28570         (gst_multifdsink_handle_client_write),
28571         (gst_multifdsink_queue_buffer):
28572         * gst/tcp/gsttcp-marshal.list:
28573         Fixed the stupid marshal definition.
28574
28575 2004-07-20  Wim Taymans  <wim@fluendo.com>
28576
28577         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28578         (gst_multifdsink_init), (gst_multifdsink_add),
28579         (gst_multifdsink_client_remove),
28580         (gst_multifdsink_handle_client_write),
28581         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
28582         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
28583         (gst_multifdsink_init_send):
28584         * gst/tcp/gstmultifdsink.h:
28585         Added more stats, added timeout for a client, fixed some typos
28586         and added some comments.
28587
28588 2004-07-20  Wim Taymans  <wim@fluendo.com>
28589
28590         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28591         (gst_multifdsink_add), (gst_multifdsink_get_stats),
28592         (gst_multifdsink_client_remove),
28593         (gst_multifdsink_handle_client_write):
28594         * gst/tcp/gstmultifdsink.h:
28595         * gst/tcp/gsttcp-marshal.list:
28596         Added get_stats method that returns a GValueArray of
28597         stats values.
28598
28599 2004-07-19  Benjamin Otte  <otte@gnome.org>
28600
28601         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28602           make sure longname, description and author are valid UTF-8
28603
28604 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28605
28606         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
28607         (gst_ximagesink_set_property):
28608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
28609         (gst_xvimagesink_set_property):
28610           make sure SYNCHRONOUS is respected after getting the X context
28611
28612 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28613
28614         * gst/matroska/matroska-demux.c:
28615         (gst_matroska_demux_handle_src_event),
28616         (gst_matroska_demux_parse_blockgroup):
28617         * gst/matroska/matroska-ids.h:
28618           add BlockReference tag and ignore it to clear out log.
28619           ignore NAVIGATION events to clear out log.
28620
28621 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28622
28623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28624         (gst_matroska_demux_add_stream):
28625         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
28626           add debug categories
28627
28628 2004-07-16  Wim Taymans  <wim@fluendo.com>
28629
28630         * ext/libpng/Makefile.am:
28631         * ext/libpng/gstpng.c: (plugin_init):
28632         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
28633         (gst_pngdec_get_type), (gst_pngdec_base_init),
28634         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
28635         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
28636         * ext/libpng/gstpngdec.h:
28637         Added png decoder.
28638
28639 2004-07-16  Julien MOUTTE  <julien@moutte.net>
28640
28641         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28642         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
28643         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
28644         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
28645         (gst_ximagesink_buffer_alloc):
28646         * sys/ximage/ximagesink.h:
28647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28648         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28649         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
28650         (gst_xvimagesink_buffer_alloc):
28651         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
28652         again. Using internal data pointer of the x(v)image to store image's
28653         data to be coherent with the buffer alloc mechanism. Investigated the
28654         image destruction code to be sure that everything gets freed correctly.
28655
28656 2004-07-16  Wim Taymans  <wim@fluendo.com>
28657
28658         * gst-libs/gst/riff/riff-read.c:
28659         (gst_riff_read_strf_vids_with_data),
28660         (gst_riff_read_strf_auds_with_data):
28661         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
28662         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28663         Make sure we don't create 0 sized subbuffers in riff-read.
28664         Signal the no more pads signal after reading the avi header.
28665
28666 2004-07-16  Wim Taymans  <wim@fluendo.com>
28667
28668         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28669         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
28670         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
28671         (gst_decode_bin_init), (gst_decode_bin_dispose),
28672         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28673         (no_more_pads), (close_link), (type_found),
28674         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28675         (gst_decode_bin_change_state), (plugin_init):
28676         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28677         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28678         (gst_play_base_bin_dispose), (queue_overrun),
28679         (gen_preroll_element), (remove_prerolls), (unknown_type),
28680         (no_more_pads), (new_stream), (setup_source),
28681         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
28682         (play_base_eos), (gst_play_base_bin_change_state),
28683         (gst_play_base_bin_add_element),
28684         (gst_play_base_bin_remove_element),
28685         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28686         (gst_play_base_bin_unlink_stream),
28687         (gst_play_base_bin_get_streaminfo):
28688         * gst/playback/gstplaybasebin.h:
28689         Better error recovery. Added configurable preroll queue size. Faster
28690         detection of no-more-pads.
28691
28692 2004-07-16  Wim Taymans  <wim@fluendo.com>
28693
28694         * gst-libs/gst/video/video.h:
28695         Added 32 bits RGBA. Not sure if we should use another mime-type
28696         for alpha rgb. Currently the presence of the alpha_mask property
28697         signals an alpha channel.
28698
28699 2004-07-16  Wim Taymans  <wim@fluendo.com>
28700
28701         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28703         FPS seems to be 0.0 to MAX everywhere else.
28704
28705 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28706
28707         * gst-libs/gst/riff/riff-media.c:
28708         (gst_riff_create_video_caps_with_data):
28709           mp42/mp43 (no caps) exist too.
28710         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
28711           Set pixel_width/height; we've got them in-caps.
28712         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28713         * gst/wavparse/gstwavparse.c: (plugin_init):
28714           Both are valid primary.
28715         * sys/oss/gstossmixer.c:
28716           Remove i18n hack and enable translations.
28717
28718 2004-07-15  Benjamin Otte  <otte@gnome.org>
28719
28720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28721         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
28722           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
28723
28724 2004-07-15  Benjamin Otte  <otte@gnome.org>
28725
28726         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28727         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
28728         (gst_alsa_close_audio):
28729           disable some of the debugging code for now. Writing debugging to a
28730           buffer is broken in current alsalib releases.
28731
28732 2004-07-12  Benjamin Otte  <otte@gnome.org>
28733
28734         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
28735           use bufferpools
28736
28737 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28738
28739         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
28740         (theora_dec_src_query), (theora_dec_event):
28741         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
28742           add debugging categories.  Remove \n's.
28743
28744 2004-07-13  Johan Dahlin  <johan@gnome.org>
28745
28746         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
28747         (gst_play_bin_get_property): Impl.
28748
28749 2004-07-13  Wim Taymans  <wim@fluendo.com>
28750
28751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
28752         When trying to find the stream length, seek back N pages
28753         instead of just one, where N is the number of streams in
28754         the current chain.
28755
28756 2004-07-13  Wim Taymans  <wim@fluendo.com>
28757
28758         * gst-libs/gst/riff/riff-media.c:
28759         (gst_riff_create_audio_caps_with_data),
28760         (gst_riff_create_audio_caps),
28761         (gst_riff_create_audio_template_caps):
28762         * gst-libs/gst/riff/riff-media.h:
28763         * gst-libs/gst/riff/riff-read.c:
28764         (gst_riff_read_strf_vids_with_data),
28765         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
28766         * gst-libs/gst/riff/riff-read.h:
28767         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
28768         (gst_avi_demux_add_stream):
28769         Set codec_data on caps for avidemuxer.
28770
28771 2004-07-12  David Schleef  <ds@schleef.org>
28772
28773         * configure.ac: Fix test for Objective C
28774
28775 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
28776         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
28777         (gst_gdk_pixbuf_chain):
28778           Add svg and pcx to template caps, and ensure that getcaps returns a
28779           subset of the template caps.
28780           Copy each row manually for output, as gdkpixbuf may pad the
28781           rowstride to a 32-bit word boundary.
28782
28783 2004-07-12  Wim Taymans  <wim@fluendo.com>
28784
28785         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
28786         (gst_riff_create_video_template_caps):
28787         Fix the template caps to include some more media types.
28788
28789 2004-07-12  Wim Taymans  <wim@fluendo.com>
28790
28791         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28792         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28793         (compare_ranks), (print_feature), (gst_decode_bin_init),
28794         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28795         (try_to_link_1), (new_pad), (close_link), (type_found),
28796         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28797         (gst_decode_bin_change_state), (plugin_init):
28798         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28799         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28800         (gst_play_base_bin_dispose), (queue_overrun),
28801         (gen_preroll_element), (remove_prerolls), (no_more_pads),
28802         (new_stream), (setup_source), (gst_play_base_bin_set_property),
28803         (gst_play_base_bin_get_property), (play_base_eos),
28804         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28805         (gst_play_base_bin_remove_element),
28806         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28807         (gst_play_base_bin_unlink_stream),
28808         (gst_play_base_bin_get_streaminfo):
28809         * gst/playback/gstplaybasebin.h:
28810         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28811         (gst_play_bin_class_init), (gst_play_bin_init),
28812         (gst_play_bin_dispose), (gst_play_bin_set_property),
28813         (gst_play_bin_get_property), (gen_video_element),
28814         (gen_audio_element), (remove_sinks), (setup_sinks),
28815         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
28816         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28817         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28818         (gst_play_bin_query), (plugin_init):
28819         * gst/playback/test4.c: (main):
28820         More fixes on reusing of the element.
28821
28822 2004-07-11  Benjamin Otte  <otte@gnome.org>
28823
28824         * ext/mad/gstmad.c: (normal_seek):
28825           allow seeking for other methods than just SET
28826
28827 2004-07-11  Andy Wingo  <wingo@pobox.com>
28828
28829         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
28830         float, "any" caps -> buffer_frames=[0,MAX].
28831
28832         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
28833         doesn't intersect our caps with the template any more. Do it
28834         ourselves.
28835         (interleave_buffered_loop): Use g_newa instead of malloc/free.
28836
28837 2004-07-09  Wim Taymans  <wim@fluendo.com>
28838
28839         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28840         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28841         (compare_ranks), (print_feature), (gst_decode_bin_init),
28842         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28843         (try_to_link_1), (new_pad), (close_link), (type_found),
28844         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28845         (gst_decode_bin_change_state), (plugin_init):
28846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28847         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28848         (gst_play_base_bin_dispose), (queue_overrun),
28849         (gen_preroll_element), (remove_prerolls), (no_more_pads),
28850         (new_stream), (setup_source), (gst_play_base_bin_set_property),
28851         (gst_play_base_bin_get_property), (play_base_eos),
28852         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28853         (gst_play_base_bin_remove_element),
28854         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28855         (gst_play_base_bin_unlink_stream),
28856         (gst_play_base_bin_get_streaminfo):
28857         * gst/playback/gstplaybasebin.h:
28858         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28859         (gst_play_bin_class_init), (gst_play_bin_init),
28860         (gst_play_bin_dispose), (gst_play_bin_set_property),
28861         (gst_play_bin_get_property), (gen_video_element),
28862         (gen_audio_element), (remove_sinks), (setup_sinks),
28863         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
28864         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28865         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28866         (gst_play_bin_query), (plugin_init):
28867         * gst/playback/test4.c: (main):
28868         Work on object reuse and seeking.
28869
28870 2004-07-09  Wim Taymans  <wim@fluendo.com>
28871
28872         * examples/seeking/seek.c: (iterate):
28873         Don't consume all CPU in the idle loop.
28874
28875 2004-07-09  Wim Taymans  <wim@fluendo.com>
28876
28877         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
28878         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
28879         Add pad to element *after* setting the pad functions so that
28880         the scheduler can use the correct ones.
28881
28882 2004-07-09  Wim Taymans  <wim@fluendo.com>
28883
28884         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
28885         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
28886         Sync to keyframe after seek
28887
28888 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28889
28890         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28891         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28892         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
28893         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
28894         * ext/libvisual/visual.c: (gst_visual_change_state):
28895         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
28896         * ext/theora/theoradec.c: (theora_dec_change_state):
28897         * ext/theora/theoraenc.c: (theora_enc_change_state):
28898         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
28899         * gst-libs/gst/navigation/navigation.c:
28900         * gst/adder/gstadder.c: (gst_adder_change_state):
28901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
28902         (gst_audio_convert_get_buffer):
28903         * gst/multipart/multipartdemux.c:
28904         (gst_multipart_demux_change_state):
28905         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
28906         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28907         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28908         * gst/videoscale/gstvideoscale.c:
28909         (gst_videoscale_handle_src_event):
28910         * gst/volume/gstvolume.c: (volume_chain_int16):
28911           don't assert in state change, this should be done by the base
28912           GstElement class.
28913           various debugging fixes.
28914
28915 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28916
28917         * configure.ac:
28918         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28919         (gst_play_dispose), (gst_play_set_location),
28920         (gst_play_set_data_src), (gst_play_set_video_sink),
28921         (gst_play_set_audio_sink), (gst_play_set_visualization),
28922         (gst_play_connect_visualization), (gst_play_get_sink_element),
28923         (gst_play_get_all_by_interface):
28924         * gst-libs/gst/play/play.h:
28925           add new method to get elements implementing an interface.
28926           add various error logging
28927
28928 2004-07-08  Wim Taymans  <wim@fluendo.com>
28929
28930         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
28931         (make_mpeg_pipeline), (make_mpegnt_pipeline),
28932         (make_playerbin_pipeline), (query_durations_elems),
28933         (query_durations_pads), (query_positions_elems),
28934         (query_positions_pads), (update_scale), (iterate), (stop_seek),
28935         (main):
28936         Added playbin seeking example.
28937
28938 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28939
28940         * gst-libs/gst/play/play.c: (gst_play_set_location),
28941         (gst_play_set_data_src), (gst_play_set_video_sink),
28942         (gst_play_set_audio_sink), (gst_play_set_visualization),
28943         (gst_play_connect_visualization), (gst_play_get_framerate):
28944           use a macro to look up elements from hash table
28945
28946 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28947
28948         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28949         (gst_play_get_length_callback), (gst_play_set_location),
28950         (gst_play_seek_to_time), (gst_play_set_data_src),
28951         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28952         (gst_play_set_visualization), (gst_play_connect_visualization),
28953         (gst_play_get_sink_element):
28954         - add debugging info
28955         - fix looking up sink elements by iterating over complete caps
28956         - put everything except for source and autoplugger in a complete bin
28957
28958 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28959
28960         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
28961         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
28962         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
28963         (gst_alsa_sink_write), (gst_alsa_sink_loop):
28964         * ext/alsa/gstalsasink.h:
28965         - add debugging info
28966         - clean up schizophrenia of data/buffer/event
28967         - fix double event unref error
28968
28969 2004-07-08  Wim Taymans  <wim@fluendo.com>
28970
28971         * gst/playback/Makefile.am:
28972         Add headers to noinst
28973
28974 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28975
28976         * tools/gst-launch-ext-m.m:
28977         * tools/gst-launch-ext.1.in:
28978           convert to the third millenium
28979
28980 2004-07-07  David Schleef  <ds@schleef.org>
28981
28982         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
28983
28984 2004-07-07  Wim Taymans  <wim@fluendo.com>
28985
28986         * gst/playback/Makefile.am:
28987         * gst/playback/README:
28988         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28989         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28990         (compare_ranks), (print_feature), (gst_decode_bin_init),
28991         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28992         (try_to_link_1), (new_pad), (close_link), (type_found),
28993         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28994         (plugin_init):
28995         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28996         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28997         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
28998         (gen_preroll_element), (no_more_pads), (new_stream),
28999         (setup_source), (gst_play_base_bin_set_property),
29000         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
29001         (gst_play_base_bin_add_element),
29002         (gst_play_base_bin_remove_element),
29003         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
29004         (gst_play_base_bin_unlink_stream),
29005         (gst_play_base_bin_get_streaminfo):
29006         * gst/playback/gstplaybasebin.h:
29007         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
29008         (gst_play_bin_class_init), (gst_play_bin_init),
29009         (gst_play_bin_dispose), (gst_play_bin_set_property),
29010         (gst_play_bin_get_property), (gen_video_element),
29011         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
29012         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29013         (gst_play_bin_get_formats), (gst_play_bin_convert),
29014         (gst_play_bin_get_query_types), (gst_play_bin_query),
29015         (plugin_init):
29016         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29017         (gst_stream_info_get_type), (gst_stream_info_class_init),
29018         (gst_stream_info_init), (gst_stream_info_new),
29019         (gst_stream_info_dispose), (gst_stream_info_set_property),
29020         (gst_stream_info_get_property):
29021         * gst/playback/gststreaminfo.h:
29022         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
29023         (main):
29024         * gst/playback/test2.c: (main):
29025         * gst/playback/test3.c: (update_scale), (main):
29026         More playbin fixes. Added README. Do better element filtering.
29027         Added base class to preroll media. Added test apps.
29028
29029 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29030
29031         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
29032         * ext/mpeg2dec/gstmpeg2dec.h:
29033           various debugging improvements.  Reset stream to next picture
29034           instead of sequence header, otherwise seeks cannot work.
29035
29036 2004-07-07  Wim Taymans  <wim@fluendo.com>
29037
29038         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
29039         (gst_video_box_class_init), (gst_video_box_set_property),
29040         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
29041         Use pad_alloc where possible.
29042
29043 2004-07-07  Wim Taymans  <wim@fluendo.com>
29044
29045         * sys/oss/gstosselement.c: (gst_osselement_reset),
29046         (gst_osselement_parse_caps):
29047         * sys/oss/gstosselement.h:
29048         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29049         Fix offset on osssrc.
29050
29051 2004-07-07  Wim Taymans  <wim@fluendo.com>
29052
29053         * ext/theora/theora.c: (plugin_init):
29054         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
29055         (theora_dec_src_query), (theora_dec_chain):
29056         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29057         (theora_enc_sink_link), (theora_buffer_from_packet),
29058         (theora_push_packet), (theora_enc_chain):
29059         Fix theora granulepos calculation.
29060         Fix overflow in duration/position calculation.
29061         Bump rank to PRIMARY for theoradec.
29062         Use granulepos of last packet to calculate position.
29063         Set keyframe flag on buffers when needed.
29064
29065 2004-07-06  David Schleef  <ds@schleef.org>
29066
29067         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
29068         serious?  (Fixed, obviously.)
29069
29070 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29071
29072         * po/LINGUAS:
29073         * po/cs.po:
29074           added Czech translation (Miloslav Trmac)
29075
29076 2004-07-05  Wim Taymans  <wim@fluendo.com>
29077
29078         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
29079         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
29080         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
29081         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29082         (close_link), (type_found), (gst_decode_bin_set_property),
29083         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
29084         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
29085         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
29086         (gst_decode_bin_query), (plugin_init):
29087         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
29088         (gst_play_bin_class_init), (gst_play_bin_init),
29089         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
29090         (get_video_element), (new_pad), (setup_source),
29091         (gst_play_bin_set_property), (gst_play_bin_get_property),
29092         (gst_play_bin_change_state), (gst_play_bin_add_element),
29093         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
29094         (gst_play_bin_send_event), (gst_play_bin_get_formats),
29095         (gst_play_bin_convert), (gst_play_bin_get_query_types),
29096         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
29097         * gst/playback/test.c: (main):
29098         More fixes, cleaned up playbin, make it use decodebin. Added
29099         threaded property to playbin.
29100
29101 2004-07-05  Wim Taymans  <wim@fluendo.com>
29102
29103         * configure.ac:
29104         * gst/playback/Makefile.am:
29105         * gst/playback/decodetest.c: (main):
29106         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
29107         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
29108         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
29109         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29110         (close_link), (type_found), (gst_decode_bin_set_property),
29111         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
29112         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
29113         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
29114         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
29115         (plugin_init):
29116         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
29117         (gst_play_bin_class_init), (gst_play_bin_init),
29118         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
29119         (collect_sink_pads), (find_compatibles), (close_pad_link),
29120         (try_to_link_1), (new_pad), (close_link), (type_found),
29121         (setup_source), (gst_play_bin_set_property),
29122         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
29123         (compare_ranks), (gst_play_bin_collect_factories),
29124         (gst_play_bin_change_state), (gst_play_bin_add_element),
29125         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
29126         (gst_play_bin_send_event), (gst_play_bin_get_formats),
29127         (gst_play_bin_convert), (gst_play_bin_get_query_types),
29128         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
29129         * gst/playback/test.c: (main):
29130         Added some playback helper elements and some test apps, very alpha
29131         still.
29132
29133 2004-07-04  Benjamin Otte  <otte@gnome.org>
29134
29135         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
29136           only restart audio when we indeed have an xrun to fix repeated
29137           xruns. Fix suggested by Giuliano Pochini.
29138
29139 2004-07-03  David Schleef  <ds@schleef.org>
29140
29141         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
29142         call to gst_debug_log() if debugging is disabled (bug #145118)
29143
29144 2004-07-03  Benjamin Otte  <otte@gnome.org>
29145
29146         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
29147           use our own functions for restarting the alsa device.
29148         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29149           I should apply patches myself - use MIN for the third argument, not
29150           the second, this fixes seeking
29151
29152 2004-07-02  David Schleef  <ds@schleef.org>
29153
29154         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29155         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
29156         do with the logic.
29157
29158 2004-07-02  David Schleef  <ds@schleef.org>
29159
29160         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
29161         output buffers.  Fix logic mistake.  (bug #144866)
29162
29163 2004-07-02  David Schleef  <ds@schleef.org>
29164
29165         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
29166         on X.  (bug #144753)
29167
29168 2004-07-02  David Schleef  <ds@schleef.org>
29169
29170         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
29171         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
29172         (bug #144624)
29173         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29174         (gst_osselement_rate_probe_check): Add another workaround for
29175         buggy drivers (bug #145336)
29176
29177 2004-07-02  David Schleef  <ds@schleef.org>
29178
29179         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
29180         Most systems don't have MSG_NOSIGNAL.
29181
29182 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29183
29184         * Makefile.am:
29185         * gst-libs/gst/colorbalance/Makefile.am:
29186         * gst-libs/gst/mixer/Makefile.am:
29187         * gst-libs/gst/play/Makefile.am:
29188         * gst-libs/gst/tuner/Makefile.am:
29189           (hopefully) fix both install and dist and make error message useful.
29190           needs testing across automakes.
29191
29192 2004-07-02  Benjamin Otte  <otte@gnome.org>
29193
29194         * ext/ogg/gstogg.c: (plugin_init):
29195           we require bytestream now
29196         * ext/ogg/gstoggdemux.c:
29197           huge diff to implement chain setup in a fast and generic way. This
29198           improves tag reading and startup of huge files (read: Theora videos)
29199           quite a bit. It probably contains bugs, too, so please test.
29200           Seeking is not improved to the fast method.
29201
29202 2004-06-29  Wim Taymans  <wim@fluendo.com>
29203
29204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29205         * ext/ogg/gstoggmux.c:
29206         Fix memleak in oggdemux when running unconnected pads.
29207         doc update in mux, start working on keyframe mode.
29208
29209 2004-06-29  Benjamin Otte  <otte@gnome.org>
29210
29211         * sys/oss/gstosssink.c:
29212         * sys/oss/gstosssrc.c:
29213           advertise correct template caps - we indeed do non-native endianness
29214           and 8bit audio has no endianness
29215         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
29216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
29217           avoid (wrong) duplications in getcaps function and return
29218           template caps
29219
29220 2004-06-29  Wim Taymans  <wim@fluendo.com>
29221
29222         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
29223         (gst_multifdsink_class_init), (gst_multifdsink_add),
29224         (gst_multifdsink_remove), (gst_multifdsink_clear),
29225         (gst_multifdsink_client_remove),
29226         (gst_multifdsink_handle_client_read),
29227         (gst_multifdsink_client_queue_data),
29228         (gst_multifdsink_client_queue_caps),
29229         (gst_multifdsink_client_queue_buffer),
29230         (gst_multifdsink_handle_client_write),
29231         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29232         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
29233         (gst_multifdsink_init_send), (gst_multifdsink_close):
29234         Fix wrong GList iteration that could crash the server when
29235         more then 2 clients disconnect at the same time. Read all the
29236         pending commands in one batch to recover from command storms under
29237         very heavy load.
29238
29239 2004-06-28  Wim Taymans  <wim@fluendo.com>
29240
29241         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
29242         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
29243         (gst_videomixer_pad_set_property),
29244         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
29245         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
29246         (gst_videomixer_class_init), (gst_videomixer_init),
29247         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
29248         (pad_zorder_compare), (gst_videomixer_sort_pads),
29249         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29250         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
29251         (gst_videomixer_update_queues), (gst_videomixer_loop),
29252         (plugin_init):
29253         Avoid divide by zero, choose masterpad as the pad with the highest
29254         framerate.
29255
29256 2004-06-27  Julien Moutte  <julien@moutte.net>
29257
29258         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
29259         (gst_ximagesink_xwindow_new):
29260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
29261         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
29262         function directly. We might want to call it from somewhere else one day.
29263
29264 2004-06-27  Julien Moutte  <julien@moutte.net>
29265
29266         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
29267         (gst_ximagesink_xwindow_new):
29268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
29269         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
29270         window decorations.
29271
29272 2004-06-27  Wim Taymans  <wim@fluendo.com>
29273
29274         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
29275         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
29276         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
29277         (gst_dvdec_set_property), (gst_dvdec_get_property):
29278         * ext/dv/gstdvdec.h:
29279         Implement drop_factor property to lower the framerate with
29280         a factor.
29281
29282 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29283
29284         * gst-libs/gst/colorbalance/Makefile.am:
29285         * gst-libs/gst/mixer/Makefile.am:
29286         * gst-libs/gst/play/Makefile.am:
29287         * gst-libs/gst/tuner/Makefile.am:
29288           unbreak Company's fix that didn't install the -enum.h files
29289
29290 2004-06-27  Wim Taymans  <wim@fluendo.com>
29291
29292         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
29293         (gst_dvdec_change_state):
29294         * ext/dv/gstdvdec.h:
29295         Fix timestamp, duration and offset of the buffers.
29296
29297 2004-06-27  Wim Taymans  <wim@fluendo.com>
29298
29299         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
29300         (gst_multifdsink_class_init), (gst_multifdsink_add),
29301         (gst_multifdsink_remove), (gst_multifdsink_clear),
29302         (gst_multifdsink_client_remove),
29303         (gst_multifdsink_handle_client_read),
29304         (gst_multifdsink_client_queue_data),
29305         (gst_multifdsink_client_queue_caps),
29306         (gst_multifdsink_client_queue_buffer),
29307         (gst_multifdsink_handle_client_write),
29308         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29309         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
29310         (gst_multifdsink_init_send), (gst_multifdsink_close):
29311         * gst/tcp/gstmultifdsink.h:
29312         * gst/tcp/gsttcpserversink.c:
29313         (gst_tcpserversink_handle_server_read),
29314         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
29315         More multifdsink fixes, more recovery policy fixes.
29316         Removed stupid g_print
29317
29318 2004-06-26  Wim Taymans  <wim@fluendo.com>
29319
29320         * gst/tcp/Makefile.am:
29321         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
29322         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
29323         (gst_multifdsink_class_init), (gst_multifdsink_init),
29324         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
29325         (gst_multifdsink_handle_client_read),
29326         (gst_multifdsink_client_queue_data),
29327         (gst_multifdsink_client_queue_caps),
29328         (gst_multifdsink_client_queue_buffer),
29329         (gst_multifdsink_handle_client_write),
29330         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29331         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
29332         (gst_multifdsink_chain), (gst_multifdsink_set_property),
29333         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
29334         (gst_multifdsink_close), (gst_multifdsink_change_state):
29335         * gst/tcp/gstmultifdsink.h:
29336         * gst/tcp/gsttcpplugin.c: (plugin_init):
29337         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
29338         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
29339         (gst_tcpserversink_handle_server_read),
29340         (gst_tcpserversink_handle_select),
29341         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
29342         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
29343         * gst/tcp/gsttcpserversink.h:
29344         Added multifdsink, made tcpserversink a subclass of fdsink, removed
29345         one of the locks, added recovery policy to multifdsink.
29346
29347 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29348
29349         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
29350           fix decision for when getting frames with same timestamp
29351         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29352         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29353         (gst_v4lsrc_get_property):
29354         * sys/v4l/gstv4lsrc.h:
29355           add latency offset property
29356
29357 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29358
29359         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
29360         (plugin_init):
29361           fix debugging. add category.
29362
29363 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29364
29365         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29366           fix wrong offsets
29367
29368 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29369
29370         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
29371         (gst_alsa_src_get_time), (gst_alsa_src_loop),
29372         (gst_alsa_src_change_state):
29373           return a time that is in sync with the element's processing
29374
29375 2004-06-25  Wim Taymans  <wim@fluendo.com>
29376
29377         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29378         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
29379         (gst_tcpserversink_client_remove),
29380         (gst_tcpserversink_handle_client_read),
29381         (gst_tcpserversink_client_queue_data),
29382         (gst_tcpserversink_client_queue_caps),
29383         (gst_tcpserversink_client_queue_buffer),
29384         (gst_tcpserversink_handle_client_write),
29385         (gst_tcpserversink_queue_buffer),
29386         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
29387         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
29388         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
29389         (gst_tcpserversink_close):
29390         * gst/tcp/gsttcpserversink.h:
29391         Serversink rewrite. Really do non blocking writes to clients and
29392         maintain an internal queue to handle slower clients while not
29393         disturbing fast clients.
29394
29395 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29396
29397         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29398           better debug, don't override OFFSET and OFFSET_END
29399
29400 2004-06-25  Iain <iain@prettypeople.org>
29401
29402         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
29403         name=source for the wavparse pipeline.
29404
29405 2004-06-24  Johan Dahlin  <johan@gnome.org>
29406
29407         * ext/theora/theoraenc.c (theora_enc_chain): Call
29408         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
29409         streamheader caps are set correctly.
29410
29411 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29412
29413         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
29414         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
29415           respect minimum bitrate; same could be done for max bitrate
29416
29417 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29418
29419         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
29420         (gst_vorbisenc_setup):
29421           fix sample rate range
29422
29423 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29424
29425         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
29426         (gst_oggvorbisenc_setup):
29427         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
29428         (gst_vorbisenc_setup):
29429           resolve ambiguities in code and description
29430
29431 2004-06-24  Wim Taymans  <wim@fluendo.com>
29432
29433         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
29434         * ext/alsa/gstalsa.h:
29435         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
29436         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
29437         Use alsa trigger_tstamp to get the timestamp of the first
29438         sample in the buffer for more precise sync. Some cleanups.
29439
29440 2004-06-24  Wim Taymans  <wim@fluendo.com>
29441
29442         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
29443         (gst_audiorate_init), (gst_audiorate_chain),
29444         (gst_audiorate_set_property), (gst_audiorate_get_property):
29445         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
29446         (gst_videorate_chain):
29447         Added some logging, fixed an overflow bug in videorate.
29448
29449 2004-06-24  Benjamin Otte  <otte@gnome.org>
29450
29451         * ext/kio/Makefile.am:
29452           fix for builddir != srcdir and distcheck
29453
29454 2004-06-24  Benjamin Otte  <otte@gnome.org>
29455
29456         * gst-libs/gst/colorbalance/Makefile.am:
29457         * gst-libs/gst/mixer/Makefile.am:
29458         * gst-libs/gst/play/Makefile.am:
29459         * gst-libs/gst/tuner/Makefile.am:
29460         * gst/tcp/Makefile.am:
29461         * sys/dxr3/Makefile.am:
29462           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
29463           tarball.
29464           Also add all *.list files that were missing.
29465         * Makefile.am:
29466           add a distcheck hook to ensure the above doesn't happen again.
29467
29468 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
29469
29470         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
29471
29472 2004-06-23  Colin Walters  <walters@redhat.com>
29473
29474         * m4/Makefile.am: Distribute gst-fionread.m4.
29475
29476 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29477
29478         * configure.ac: back to dev
29479
29480 2004-06-23  Wim Taymans  <wim@fluendo.com>
29481
29482         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29483         (gst_alsa_xrun_recovery):
29484         * ext/alsa/gstalsa.h:
29485         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29486         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
29487         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
29488         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
29489         (gst_alsa_src_loop):
29490         Add clock to alsasrc. Take new capture timestamp when
29491         restarting after an overrun. Split up some functions between
29492         alsasrc and alsasink.
29493
29494 === release 0.8.2 ===
29495
29496 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29497
29498         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
29499         (gst_alsa_change_state), (gst_alsa_update_avail),
29500         (gst_alsa_xrun_recovery):
29501         * ext/alsa/gstalsa.h:
29502         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29503           merge back changes from release
29504
29505 2004-06-23  Wim Taymans  <wim@fluendo.com>
29506
29507         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
29508         (gst_audiorate_init), (gst_audiorate_chain),
29509         (gst_audiorate_set_property), (gst_audiorate_get_property):
29510         Implement sample dropping and notify
29511
29512 2004-06-22  Wim Taymans  <wim@fluendo.com>
29513
29514         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29515         (theora_enc_sink_link), (theora_buffer_from_packet),
29516         (theora_push_packet), (theora_enc_chain):
29517         Some cleanups, make sure the timestamps are correct.
29518
29519 2004-06-22  Wim Taymans  <wim@fluendo.com>
29520
29521         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
29522         (gst_alsa_change_state), (gst_alsa_update_avail),
29523         (gst_alsa_xrun_recovery):
29524         * ext/alsa/gstalsa.h:
29525         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29526         Cleanups, take queued samples into account when reporting
29527         the time.
29528
29529 2004-06-22  Wim Taymans  <wim@fluendo.com>
29530
29531         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
29532         (gst_videorate_init):
29533         Initialize the property as well.
29534
29535 2004-06-22  Wim Taymans  <wim@fluendo.com>
29536
29537         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
29538         (gst_videorate_init), (gst_videorate_chain),
29539         (gst_videorate_set_property), (gst_videorate_get_property):
29540         Add property to make videorate silent.
29541         Add property to prefer new frames over old ones.
29542
29543 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29544
29545         * sys/osxvideo/Makefile.am:
29546         Workaround so that the osxvideo .so file gets linked with the
29547         Cocoa, OpenGL and QuickTime frameworks
29548
29549 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29550
29551         * sys/osxaudio/Makefile.am:
29552         Workaround so that the osxaudio .so file gets linked with the
29553         CoreAudio framework
29554
29555 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29556
29557         * configure.ac:
29558         Whoops, my fault...fixed build issues
29559
29560 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29561
29562         * configure.ac:
29563         Add objective-c support if running in Darwin/Mac OS X
29564         * sys/Makefile.am:
29565         * sys/osxvideo:
29566         * sys/osxvideo/Makefile.am:
29567         * sys/osxvideo/osxvideosink.h:
29568         * sys/osxvideo/osxvideosink.m:
29569         * sys/osxvideo/cocoawindow.h:
29570         * sys/osxvideo/cocoawindow.m:
29571         Add osxvideosink, a cocoa-based osx video sink
29572
29573
29574 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
29575         * ext/dvdnav/gst-dvd:
29576         Grab the gconf key from the right spot
29577         * gst/debug/gstnavseek.c: (gst_navseek_init),
29578         (gst_navseek_segseek), (gst_navseek_handle_src_event),
29579         (gst_navseek_chain):
29580         * gst/debug/gstnavseek.h:
29581           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
29582           and loop parameters of a segment seek.
29583         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
29584         (gst_videotestsrc_get_event_masks),
29585         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
29586         * gst/videotestsrc/gstvideotestsrc.h:
29587           Add seeking support to videotestsrc
29588           Initialise the timestamp_offset variable.
29589
29590 2004-06-18  Wim Taymans  <wim@fluendo.com>
29591
29592         * ext/sidplay/gstsiddec.cc:
29593         Fix negotiation and set correct end offset.
29594
29595 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29596
29597         * configure.ac: branch and prerelease
29598
29599 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29600
29601         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
29602         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
29603         (gst_tcpclientsrc_init_receive):
29604         * gst/tcp/gsttcpclientsrc.h:
29605           read caps when connecting to server for GDP so we set them correctly
29606
29607 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29608
29609         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
29610           notify drops and duplicates
29611         * gst/videoscale/videoscale.c: (videoscale_get_structure):
29612           no good reason to limit ourselves to 100x100
29613
29614 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29615
29616         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29617         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29618         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29619         (gst_v4lsrc_get_property):
29620         * sys/v4l/gstv4lsrc.h:
29621         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29622         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
29623         (gst_v4l_set_audio):
29624         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
29625         (gst_v4lsrc_try_capture):
29626         * sys/v4l/v4lsrc_calls.h:
29627           change try_palette to more general try_capture
29628           add autoprobe option so we can turn off autoprobing
29629           various fixes
29630
29631 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29632
29633         * configure.ac:
29634           add videorate
29635         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
29636         (gst_ximagesink_class_init):
29637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
29638         (gst_xvimagesink_class_init):
29639           run them as finalize, not dispose, since dispose can be invoked
29640           multiple times
29641
29642 2004-06-17  Wim Taymans  <wim@fluendo.com>
29643
29644         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
29645         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
29646         * ext/alsa/gstalsa.h:
29647         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29648         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
29649         (gst_alsa_src_change_state):
29650         * ext/alsa/gstalsasrc.h:
29651         Make the xrun code timestamp and offset the buffers correctly.
29652         moved the clock to the base class, use alsa methods to get time.
29653         Do correct timestamping on outgoing buffers.
29654
29655 2004-06-17  Wim Taymans  <wim@fluendo.com>
29656
29657         * gst/audiorate/Makefile.am:
29658         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
29659         (gst_audiorate_base_init), (gst_audiorate_class_init),
29660         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
29661         (gst_audiorate_set_property), (gst_audiorate_get_property),
29662         (gst_audiorate_change_state), (plugin_init):
29663         Added an audiorate converter that fills in gaps.
29664
29665 2004-06-17  Johan Dahlin  <johan@gnome.org>
29666
29667         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
29668
29669 2004-06-16  Wim Taymans  <wim@fluendo.com>
29670
29671         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
29672         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
29673         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
29674         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29675         (gst_v4lsrc_get_property):
29676         * sys/v4l/gstv4lsrc.h:
29677         Added a copy mode to v4lsrc where it will output a copied version
29678         of its internal hardware buffer.
29679         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
29680         can't | them.
29681
29682 2004-06-16  Wim Taymans  <wim@fluendo.com>
29683
29684         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29685         Timestamp fixes.
29686
29687 2004-06-16  Wim Taymans  <wim@fluendo.com>
29688
29689         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
29690         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
29691         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29692         (gst_v4lsrc_get_property):
29693         * sys/v4l/gstv4lsrc.h:
29694         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29695         Added a sync mode enum property to control v4lsrc timestamp method
29696         Removed the use-fixed-fps property and moved functionality in
29697         the enum.
29698         Don't error on an error value from v4l-conf, it might not always
29699         be a real error.
29700
29701 2004-06-16  Wim Taymans  <wim@fluendo.com>
29702
29703         * gst/videorate/Makefile.am:
29704         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
29705         (gst_videorate_base_init), (gst_videorate_class_init),
29706         (gst_videorate_getcaps), (gst_videorate_link),
29707         (gst_videorate_init), (gst_videorate_chain),
29708         (gst_videorate_set_property), (gst_videorate_get_property),
29709         (gst_videorate_change_state), (plugin_init):
29710         Added a video timestamp corrector.
29711
29712 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29713
29714         fixed a potential leak with previous commit
29715
29716         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
29717
29718 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29719
29720         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
29721         Added missing refcount, fixes bug #144425
29722         Cheers Tim for finding the bug
29723
29724 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29725
29726         * sys/v4l/gstv4l.c: (plugin_init):
29727         * sys/v4l/gstv4lcolorbalance.c:
29728         * sys/v4l/gstv4lcolorbalance.h:
29729         * sys/v4l/gstv4lelement.c:
29730         * sys/v4l/gstv4lelement.h:
29731         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
29732         * sys/v4l/gstv4lmjpegsink.h:
29733         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
29734         * sys/v4l/gstv4lmjpegsrc.h:
29735         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
29736         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
29737         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29738         * sys/v4l/gstv4lsrc.h:
29739         * sys/v4l/gstv4ltuner.c:
29740         * sys/v4l/gstv4ltuner.h:
29741         * sys/v4l/gstv4lxoverlay.c:
29742         * sys/v4l/gstv4lxoverlay.h:
29743         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29744         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29745         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29746         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
29747         (gst_v4l_set_audio):
29748         * sys/v4l/v4l_calls.h:
29749         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29750         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
29751         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
29752         (gst_v4lmjpegsink_playback_init),
29753         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
29754         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
29755         (gst_v4lmjpegsink_playback_stop),
29756         (gst_v4lmjpegsink_playback_deinit):
29757         * sys/v4l/v4lmjpegsink_calls.h:
29758         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29759         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
29760         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
29761         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
29762         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
29763         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
29764         * sys/v4l/v4lmjpegsrc_calls.h:
29765         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29766         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
29767         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
29768         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
29769         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
29770         (gst_v4lsrc_try_palette):
29771         * sys/v4l/v4lsrc_calls.h:
29772           bunch of paranoia cleanups
29773
29774 2004-06-14  David Schleef  <ds@schleef.org>
29775
29776         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
29777         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
29778         Send discont events and change timestamps appropriately when
29779         we get a seek event.  (bug #144240)
29780         * ext/cdparanoia/gstcdparanoia.h:
29781
29782 2004-06-14  Benjamin Otte  <otte@gnome.org>
29783
29784         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
29785           snd_pcm_hw_params_set_rate  since the latter fails for no good
29786           reason on some setups.
29787
29788 2004-06-14  David Schleef  <ds@schleef.org>
29789
29790         * gst/volume/demo.c: (value_changed_callback): exp10() is not
29791         standard.  Thank you for playing.
29792
29793 2004-06-14  Wim Taymans  <wim@fluendo.com>
29794
29795         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
29796         Patch 1.3 broke the ordering of the colorspace info and
29797         made the plugin basically work by coincidence, reordered
29798         the info.
29799
29800 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29801
29802         * ext/lame/gstlame.c:
29803         * ext/mad/gstmad.c:
29804           sync caps.  Make sure mad can only output a list of rates, not
29805           a full range.  In the future, have three caps lists for each of the
29806           mpeg versions.  Change mpegversion to a double as well.
29807
29808 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29809
29810         * gst/volume/.cvsignore:
29811         * gst/volume/Makefile.am:
29812         * gst/volume/demo.c: (value_changed_callback), (idler),
29813         (setup_gui), (main):
29814           added small demo app
29815
29816 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
29817         * ext/esd/esdsink.c: (gst_esdsink_change_state):
29818         * ext/esd/esdsink.h:
29819         Close the esd connection on pause, because esd will just wait -
29820         blocking all other esd clients indefinitely.
29821
29822 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
29823
29824         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
29825           previous commit with GST_DEBUG
29826
29827 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29828
29829         * configure.ac:
29830           add a header check for a dvdread header in dvdnav.  Fixes #133002
29831
29832 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29833
29834         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
29835         * gst/tcp/gsttcpclientsink.h:
29836         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
29837         * gst/tcp/gsttcpclientsrc.h:
29838         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
29839         (gst_tcpserversink_handle_server_read),
29840         (gst_tcpserversink_init_send):
29841         * gst/tcp/gsttcpserversink.h:
29842         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
29843         * gst/tcp/gsttcpserversrc.h:
29844         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
29845         version of IP)
29846
29847 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29848
29849         * configure.ac:
29850         Added ogg library so that OSX detects libtheora properly
29851
29852 2004-06-11  Wim Taymans  <wim@fluendo.com>
29853
29854         * ext/theora/theoradec.c: (theora_dec_chain),
29855         (theora_dec_change_state):
29856         Don't try to decode frames before we received a keyframe.
29857
29858 2004-06-11  Wim Taymans  <wim@fluendo.com>
29859
29860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
29861         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
29862         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29863         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
29864         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
29865         Added property to set the maximum delay of a page.
29866
29867 2004-06-10  Wim Taymans  <wim@fluendo.com>
29868
29869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
29870         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
29871         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29872         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
29873         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
29874         Added max-delay property to control the maximum amount
29875         of data to put in one page.
29876
29877 2004-06-10  Wim Taymans  <wim@fluendo.com>
29878
29879         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29880         (gst_theora_enc_init), (theora_enc_sink_link),
29881         (theora_buffer_from_packet), (theora_enc_set_property),
29882         (theora_enc_get_property):
29883         Set duration on encoded buffer, added some more properties
29884
29885 2004-06-10  Wim Taymans  <wim@fluendo.com>
29886
29887         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29888         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29889         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29890         * ext/theora/theoraenc.c: (theora_enc_chain):
29891         Fix refcounting bugs
29892
29893 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29894
29895         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
29896         (gst_asf_demux_loop), (gst_asf_demux_process_file),
29897         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
29898         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
29899         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
29900         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
29901         (gst_asf_demux_change_state):
29902         * gst/asfdemux/gstasfdemux.h:
29903           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
29904           feels like. I think we should set a new requirement for demuxers
29905           from now on to implement sane loop functions, data loops, query
29906           and seek functions before first commit into CVS. And this commit
29907           fixes all of the above.
29908
29909 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
29910
29911         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
29912           vorbis comments are properly encoded in UTF-8 before adding them
29913           to a GstTagList
29914
29915 2004-06-09  Benjamin Otte  <otte@gnome.org>
29916
29917         * ext/alsa/gstalsa.c: (add_channels):
29918           handle min <= max correctly
29919         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
29920         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
29921           add fixation functions so we fixate correctly. No preferring of alaw
29922           anymore because it's the first structure.
29923         * ext/alsa/gstalsa.h:
29924         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
29925         (gst_alsa_hw_params_dump):
29926           add functions to ease debugging in alsalib
29927         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29928         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29929         (gst_alsa_start_audio):
29930           only specify hw params if we really setup a format (fixes #134007 -
29931           or at least works around it)
29932
29933 2004-06-09  Wim Taymans  <wim@fluendo.com>
29934
29935         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
29936         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
29937         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
29938         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
29939         (gst_ogg_mux_loop):
29940         Use stream caps to setup the initial pages in the ogg stream.
29941         Correctly set the streamheader caps on the srcpad.
29942
29943 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29944
29945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
29946         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
29947         (gst_v4lsrc_getcaps):
29948         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29949         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
29950           add querying of fps lists for webcams.  Negotiating to a framerate
29951           now works.
29952
29953 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29954
29955         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
29956         (theora_push_buffer), (theora_push_packet),
29957         (theora_set_header_on_caps), (theora_enc_chain):
29958           mark buffers and put on streamheader, raw theora streaming
29959           now works too, whee
29960
29961 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29962
29963         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
29964         (gst_tcp_gdp_read_caps):
29965           do a looping read for caps and GDP headers too
29966
29967 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29968
29969         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29970         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
29971           return EOS instead of NULL in _get
29972
29973 2004-06-08  Wim Taymans  <wim@fluendo.com>
29974
29975         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
29976         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
29977         (gst_tcp_gdp_write_caps):
29978         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29979         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29980         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
29981         Memory leak fixes
29982
29983 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29984
29985         * ext/vorbis/Makefile.am:
29986         * ext/vorbis/vorbis.c: (plugin_init):
29987         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
29988         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
29989         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
29990         (vorbis_parse_change_state):
29991         * ext/vorbis/vorbisparse.h:
29992           adding a vorbisparse element that marks the buffers, streaming
29993           raw vorbis using GDP now works, whee
29994
29995 2004-06-08  Wim Taymans  <wim@fluendo.com>
29996
29997         * ext/jpeg/Makefile.am:
29998         * ext/jpeg/README:
29999         * ext/jpeg/gstjpeg.c: (plugin_init):
30000         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
30001         (gst_smokedec_base_init), (gst_smokedec_class_init),
30002         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
30003         * ext/jpeg/gstsmokedec.h:
30004         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
30005         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
30006         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
30007         (gst_smokeenc_resync), (gst_smokeenc_chain),
30008         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
30009         * ext/jpeg/gstsmokeenc.h:
30010         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
30011         (smokecodec_flush_destination), (smokecodec_term_destination),
30012         (smokecodec_init_source), (smokecodec_fill_input_buffer),
30013         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
30014         (smokecodec_term_source), (smokecodec_encode_new),
30015         (smokecodec_decode_new), (smokecodec_info_free),
30016         (smokecodec_set_quality), (smokecodec_get_quality),
30017         (smokecodec_set_threshold), (smokecodec_get_threshold),
30018         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30019         (find_best_size), (abs_diff), (put), (smokecodec_encode),
30020         (smokecodec_parse_header), (smokecodec_decode):
30021         * ext/jpeg/smokecodec.h:
30022         Added a new simple jpeg based codec
30023
30024 2004-06-08  Wim Taymans  <wim@fluendo.com>
30025
30026         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
30027         (gst_multipart_mux_loop):
30028         Fix memory leak
30029
30030 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30031
30032         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
30033         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
30034         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
30035         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
30036         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
30037         * gst/tcp/gsttcpserversink.h:
30038           take streamheader into account
30039
30040 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30041
30042         * gst/level/Makefile.am:
30043         * gst/level/gstlevel.c: (gst_level_class_init):
30044           clean up marshal generation
30045
30046 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30047
30048         * gst/tcp/Makefile.am:
30049         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
30050         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
30051         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
30052         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
30053         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
30054         (gst_tcpclientsrc_get_property):
30055         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30056         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
30057         (gst_tcpserversink_handle_client_read),
30058         (gst_tcpserversink_handle_client_write),
30059         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
30060         * gst/tcp/gsttcpserversink.h:
30061           add signals client-added and client-removed
30062         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
30063         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
30064         (gst_tcpserversrc_get_property):
30065         uniformized, change default protocol to NONE
30066         * gst/tcp/gsttcp-marshal.list: added
30067 2004-06-07  Benjamin Otte  <otte@gnome.org>
30068
30069         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30070           handle discont events if they happen before caps nego
30071
30072 2004-06-07  Wim Taymans  <wim@fluendo.com>
30073
30074         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
30075         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
30076         (gst_multipart_demux_plugin_init):
30077         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
30078         (gst_multipart_mux_init), (gst_multipart_mux_loop),
30079         (gst_multipart_mux_change_state):
30080         Small updates, fix a memleak
30081
30082 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30083
30084         * configure.ac: OSS portability
30085         * ext/arts/gst_arts.c: idem
30086         * sys/oss/gstosselement.c: idem
30087         * sys/oss/gstossmixer.c: idem
30088         * sys/oss/gstosssink.c: idem
30089         * sys/oss/gstosssrc.c: idem
30090         * sys/oss/oss_probe.c: idem
30091           - check for soundcard.h in different places for some BSD
30092
30093 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
30094
30095         * AUTHORS:
30096         Add me to the authors file
30097         * configure.ac:
30098         Increase the libdv requirement to >= version 0.100
30099         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
30100         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
30101         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
30102         * ext/dv/gstdvdec.h:
30103         Add support for the new_media flag when sending DISCONT events
30104         Make the querying work when video pad is not linked
30105
30106 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30107
30108         reviewed by Benjamin Otte  <otte@gnome.org>
30109
30110         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
30111           create a NULL-initialized array of pads, so we don't think they
30112           exist already. (fixes #143130)
30113
30114 2004-06-07  Benjamin Otte  <otte@gnome.org>
30115
30116         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
30117         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
30118         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
30119           don't use // coments
30120
30121 2004-06-07  Benjamin Otte  <otte@gnome.org>
30122
30123         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
30124           cast to GstClockTime to get higher granularity
30125         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30126           use gst_element_set_time_delay to get the exact time
30127         * ext/mad/gstmad.c: (gst_mad_chain):
30128           use the negotiated rate instead of the current frame's rate which
30129           might be wrong because of bit errors. This avoids emitting totally
30130           bogus timestamps and screwing sync.
30131         (fixes #143454)
30132
30133 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30134
30135         reviewed by Benjamin Otte  <otte@gnome.org>
30136
30137         * gst/adder/gstadder.c: (gst_adder_loop):
30138           properly error out when no negotiation has happened yet. (fixes
30139           #143032)
30140
30141 2004-06-06  Benjamin Otte  <otte@gnome.org>
30142
30143         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
30144           forward correctly transformed offset in discont events. Based on
30145           patch by Arwed v. Merkatz. (fixes #142851)
30146
30147 2004-06-06  David Schleef  <ds@schleef.org>
30148
30149         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
30150         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
30151         problems on several systems.
30152
30153 2004-06-06  Benjamin Otte  <otte@gnome.org>
30154
30155         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
30156           use explicit caps on the srcpad
30157         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30158           properly error out if caps couldn't be set (fixes #142764)
30159
30160 2004-06-06  Benjamin Otte  <otte@gnome.org>
30161
30162         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
30163         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
30164         (gst_alsa_start_audio):
30165           - don't call set_periods_integer anymore, it breaks the
30166           configuration randomly
30167           - call snd_pcm_hw_params_set_access directly instead of using masks
30168           - don't fail if the sw_params can't be set, just use the default
30169           params and hope it works. Alsalib has weird issues when you touch
30170           sw_params and does no proper error reporting about what failed.
30171         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30172         (gst_alsa_close_audio):
30173           make our alsa debugging go via gst debugging and not conditionally
30174           defined
30175         * ext/alsa/gstalsa.h:
30176           add ALSA_DEBUG_FLUSH macro
30177         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
30178         (plugin_init):
30179           wrap alsa errors to be printed via the gst debugging system and not
30180           spammed to stderr
30181
30182 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30183
30184         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
30185         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
30186         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
30187         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
30188         (qtdemux_parse_trak):
30189         * gst/qtdemux/qtdemux.h:
30190           Bitch. Also known as seeking, querying & co.
30191         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30192         (gst_osssink_change_state):
30193         * sys/oss/gstosssink.h:
30194           Resyncing is for weenies, this hack is no longer needed and was
30195           broken anyway (since it - unintendedly - always leaves resync to
30196           TRUE).
30197
30198 2004-06-05  Andrew Turner <zxombie@hotpop.com>
30199
30200         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
30201         * gst/tcp/gsttcpclientsrc.h: idem
30202           - define MSG_NOSIGNAL if not done
30203           - include unistd.h for off_t
30204           (fixes #143749)
30205
30206 2004-06-05  Benjamin Otte  <otte@gnome.org>
30207
30208         * configure.ac:
30209         * ext/kio/Makefile.am:
30210           check for qt's moc preprocessor explicitly and use it
30211
30212 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30213
30214         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
30215           don't get a signal for EPIPE on socket writes
30216           (somebody check if this works on other platforms)
30217
30218 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30219
30220         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
30221         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30222           check error condition on available samples correctly
30223
30224 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30225
30226         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
30227           avoid a segfault
30228         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
30229         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
30230         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
30231         (gst_tcpserversrc_gdp_read_header):
30232          use ssize_t over size_t since the former is signed and thus the
30233          check for error codes can work
30234
30235 2004-06-02  Wim Taymans  <wim@fluendo.com>
30236
30237         reviewed by: Johan
30238
30239         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
30240         (gst_multipart_mux_loop):
30241         Oops
30242
30243 2004-06-02  Wim Taymans  <wim@fluendo.com>
30244
30245         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
30246         (gst_multipart_mux_init), (gst_multipart_mux_loop),
30247         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
30248         (gst_multipart_mux_change_state):
30249         Added configurable boundary specifier, added the value as a
30250         caps field as well.
30251
30252 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30253
30254         * gst/tcp/gsttcp.c:
30255         * gst/tcp/gsttcpclientsrc.c:
30256         * gst/tcp/gsttcpclientsrc.h:
30257         * gst/tcp/gsttcpserversrc.c:
30258           - portability fix, to compile on OSX
30259             (fixes #143146)
30260
30261         * sys/osxaudio/gstosxaudioelement.c:
30262         * sys/osxaudio/gstosxaudiosink.c:
30263         * sys/osxaudio/gstosxaudiosrc.c:
30264           - compilation warnings on OSX
30265             (fixes #143153)
30266
30267 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30268
30269         * ext/vorbis/vorbisdec.c : sign warning fixes
30270
30271         * gst-libs/gst/mixer/mixertrack.c :
30272           do no use defines which are glib 2.4 specific
30273
30274 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
30275
30276         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
30277           buffer since libflac doesn't expect it (reports a sync error when
30278           it encounters that)
30279
30280
30281 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
30282
30283         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
30284         * gst-libs/gst/mixer/mixertrack.c:
30285         (gst_mixer_track_get_property), (get_mixer_track_init),
30286         (get_mixer_track_get_property): Added property accessors
30287         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
30288         * gst-libs/gst/mixer/mixeroptions.c:
30289         (gst_mixer_options_get_values): Added
30290         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
30291         * gst-libs/gst/mixer/mixer.c: Fixed comment
30292
30293
30294 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30295
30296         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30297           improve error messages on open
30298
30299
30300 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30301
30302         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30303           check if v4l-conf is in path
30304
30305 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30306
30307         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30308           change assert to a more readable error message
30309
30310 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30311
30312         * gst-libs/gst/tuner/tunerchannel.h:
30313           - add a freq_multiplicator field to make the conversion
30314             between internal frequency unit and Hz
30315         * sys/v4l/gstv4lelement.c:
30316         * sys/v4l2/gstv4l2element.c:
30317           - change default video device to /dev/video0
30318         * sys/v4l/v4l_calls.c:
30319         * sys/v4l2/v4l2_calls.c:
30320           - we only expose frequency to the user in Hz instead of
30321             bastard v4lX unit (either 62.5kHz or 62.5Hz)
30322
30323 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
30324         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30325           Initialise b_o_s and e_o_s variables
30326         * gst-libs/gst/riff/riff-media.c:
30327         (gst_riff_create_video_caps_with_data):
30328           Add some unusual fourcc's from mplayer avi's
30329         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
30330           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
30331           autoplugging.
30332
30333 2004-05-28  Wim Taymans  <wim@fluendo.com>
30334
30335         * configure.ac:
30336         * gst/alpha/Makefile.am:
30337         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
30338         (gst_alpha_get_type), (gst_alpha_base_init),
30339         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
30340         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
30341         (gst_alpha_chroma_key), (gst_alpha_chain),
30342         (gst_alpha_change_state), (plugin_init):
30343         A plugin to add an alpha channel to I420 video. Can optionally do
30344         chroma keying.
30345         * gst/multipart/Makefile.am:
30346         * gst/multipart/multipart.c: (plugin_init):
30347         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
30348         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
30349         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
30350         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
30351         (gst_multipart_demux_change_state),
30352         (gst_multipart_demux_plugin_init):
30353         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
30354         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
30355         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
30356         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
30357         (gst_multipart_mux_pad_unlink),
30358         (gst_multipart_mux_request_new_pad),
30359         (gst_multipart_mux_handle_src_event),
30360         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
30361         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
30362         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
30363         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
30364         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
30365         send multipart jpeg images to a browser.
30366         * gst/videobox/Makefile.am:
30367         * gst/videobox/README:
30368         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
30369         (gst_video_box_get_type), (gst_video_box_base_init),
30370         (gst_video_box_class_init), (gst_video_box_init),
30371         (gst_video_box_set_property), (gst_video_box_get_property),
30372         (gst_video_box_sink_link), (gst_video_box_i420),
30373         (gst_video_box_ayuv), (gst_video_box_chain),
30374         (gst_video_box_change_state), (plugin_init):
30375         Crops or adds borders around an image. can do alpha channel
30376         borders as well.
30377         * gst/videomixer/Makefile.am:
30378         * gst/videomixer/README:
30379         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
30380         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
30381         (gst_videomixer_pad_get_sink_event_masks),
30382         (gst_videomixer_pad_get_property),
30383         (gst_videomixer_pad_set_property),
30384         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
30385         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
30386         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
30387         (gst_videomixer_base_init), (gst_videomixer_class_init),
30388         (gst_videomixer_init), (gst_videomixer_request_new_pad),
30389         (gst_videomixer_handle_src_event),
30390         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
30391         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
30392         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
30393         (gst_videomixer_loop), (gst_videomixer_get_property),
30394         (gst_videomixer_set_property), (gst_videomixer_change_state),
30395         (plugin_init):
30396         Generic video mixer plugin, can handle multiple inputs all with
30397         different framerates and video sizes. Is fully alpha channel
30398         aware.
30399
30400 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30401
30402         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30403           Select first track as master track. Not sure how else to handle
30404           that...
30405         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
30406           Discard discont events. Should fix #142962.
30407
30408 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30409
30410         * ext/alsa/Makefile.am:
30411         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
30412         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
30413         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
30414         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
30415         (gst_alsa_mixer_get_option):
30416         * ext/alsa/gstalsamixer.h:
30417         * ext/alsa/gstalsamixeroptions.c:
30418         (gst_alsa_mixer_options_get_type),
30419         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
30420         (gst_alsa_mixer_options_new):
30421         * ext/alsa/gstalsamixeroptions.h:
30422         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30423         * ext/alsa/gstalsamixertrack.h:
30424           Add enumerations (as GstMixerOptions). Make correct distinction
30425           between input/output tracks. Add capture/playback private flag.
30426           Use flag to decide on whether to set capture or playback volumes
30427           or switches. Use playback and record switches.
30428         * gst-libs/gst/mixer/Makefile.am:
30429         * gst-libs/gst/mixer/mixer-marshal.list:
30430         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
30431         (gst_mixer_set_option), (gst_mixer_get_option),
30432         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
30433         (gst_mixer_volume_changed), (gst_mixer_option_changed):
30434         * gst-libs/gst/mixer/mixer.h:
30435         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
30436         (gst_mixer_options_class_init), (gst_mixer_options_init),
30437         (gst_mixer_options_dispose):
30438         * gst-libs/gst/mixer/mixeroptions.h:
30439           Add GstMixerOptions.
30440         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30441           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
30442           broken device detection on computers with multiple OSS sound
30443           cards.
30444
30445 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30446
30447         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
30448           fixate nicely even when the peer is not negotiating
30449
30450 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30451
30452         * gst/audioconvert/gstaudioconvert.c:
30453         (gst_audio_convert_parse_caps):
30454           make sure we don't allow depth > width
30455         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
30456           fixate endianness to G_BYTE_ORDER as default
30457         * gst/audioscale/gstaudioscale.c:
30458           we don't handle another endianness as host-endianness
30459
30460 2004-05-25  David Schleef  <ds@schleef.org>
30461
30462         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
30463
30464 2004-05-24  Benjamin Otte  <otte@gnome.org>
30465
30466         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
30467         (gst_oggvorbisenc_setup):
30468           properly fail when we can't setup the vorbis encoder due to
30469           unsupported settings
30470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
30471         (gst_vorbisenc_setup):
30472           same
30473         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30474           fix case where warnings occured when one pad was unlinked while the
30475           other's link function was called
30476
30477 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30478
30479         * gst/tcp/Makefile.am:
30480           use GST_ENABLE_NEW
30481
30482 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30483
30484         * gst-libs/gst/resample/private.h:
30485           don't use optimizations that are #if 0'ed
30486
30487 2004-05-24  Wim Taymans  <wim@fluendo.com>
30488
30489         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
30490         Fix potential division by zero error and hopefully get
30491         the position query right to get correct timestamps on avi
30492         audio.
30493
30494 2004-05-24  Wim Taymans  <wim@fluendo.com>
30495
30496         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
30497         (gst_videoscale_scale_nearest_str2),
30498         (gst_videoscale_scale_nearest_str4),
30499         (gst_videoscale_scale_nearest_32bit),
30500         (gst_videoscale_scale_nearest_24bit),
30501         (gst_videoscale_scale_nearest_16bit):
30502         Fix the scaling algorithm and avoid a buffer overflow.
30503         removed the while loop in the scaling function as it
30504         was used for point sampling only.
30505
30506 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30507
30508         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
30509         (gst_id3_tag_class_init), (gst_id3_tag_init),
30510         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
30511         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
30512         (gst_id3_tag_send_tag_event):
30513           lots of fixes to make id3mux work and id3demux work correctly
30514
30515 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30516
30517         * ext/Makefile.am:
30518           add rules to build shout2send (was removed by accident
30519           when this module was no more marked experimental/broken)
30520
30521 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30522
30523         * ext/shout2/gstshout2.c:
30524         * ext/shout2/gstshout2.h:
30525           adding a "connection problem" signal to shout2send
30526           (fixes #142954)
30527
30528 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30529
30530         * ext/kio/kioreceiver.cpp:
30531         * ext/kio/kioreceiver.h:
30532           fix sign comparison issues
30533
30534 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30535
30536         * gst/cdxaparse/gstcdxaparse.c:
30537         * gst/cdxaparse/gstcdxaparse.h:
30538           some renaming
30539           add some checks/sanity
30540           prepare for seek addition
30541
30542         * sys/sunaudio/gstsunaudio.c:
30543           remove exported dupe init function
30544
30545 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
30546
30547         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
30548         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
30549           Fix format conversion and position querying.
30550         * gst/debug/progressreport.c: (gst_progressreport_report):
30551           Don't output a bogus total value that we didn't query.
30552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30553           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
30554           only a blank window after xine has been used.
30555
30556 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30557
30558         * m4/as-arts.m4:
30559           sync with upstream version to fix test on FC2
30560           readd with -ko to preserve Id header
30561
30562 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30563
30564         * configure.ac:
30565           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
30566         * gst/tcp/gsttcpclientsrc.c: idem
30567         * gst/tcp/gsttcpserversink.c: idem
30568         * gst/tcp/gsttcpserversrc.c: idem
30569         * m4/gst-fionread.m4: idem
30570
30571         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
30572
30573         * configure.ac: enable speex plugin for speex 1.1.5+
30574         * ext/speex/gstspeexenc.c: fix cast warning
30575
30576         * ext/esd/README: fix typo
30577
30578 2004-05-20  David Schleef  <ds@schleef.org>
30579
30580         * configure.ac: Minor cosmetic change to convince the buildbot to
30581         reautogen.
30582         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
30583         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
30584         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
30585         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
30586         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
30587         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
30588         More hacking.  Plays audio now.
30589
30590 2004-05-20  David Schleef  <ds@schleef.org>
30591
30592         * configure.ac:
30593         * sys/Makefile.am:
30594
30595 2004-05-20  David Schleef  <ds@schleef.org>
30596
30597         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
30598         * sys/osxaudio/gstosxaudio.c:
30599         * sys/osxaudio/gstosxaudioelement.c:
30600         * sys/osxaudio/gstosxaudioelement.h:
30601         * sys/osxaudio/gstosxaudiosink.c:
30602         * sys/osxaudio/gstosxaudiosink.h:
30603         * sys/osxaudio/gstosxaudiosrc.c:
30604         * sys/osxaudio/gstosxaudiosrc.h:
30605
30606 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30607
30608         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
30609         (gst_vorbisenc_chain):
30610           put the codec headers on the caps as streamheader as well as
30611           pushing them out
30612
30613 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30614
30615         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
30616         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
30617         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
30618         split up push_packet into two functions
30619
30620 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30621
30622         * gst/tcp/.cvsignore:
30623           ignore enums
30624         * gst/tcp/Makefile.am:
30625         * gst/tcp/README:
30626         * gst/tcp/gsttcp.c:
30627         * gst/tcp/gsttcp.h:
30628         * gst/tcp/gsttcpclientsink.c:
30629         * gst/tcp/gsttcpclientsink.h:
30630         * gst/tcp/gsttcpclientsrc.c:
30631         * gst/tcp/gsttcpclientsrc.h:
30632         * gst/tcp/gsttcpplugin.c:
30633         * gst/tcp/gsttcpserversink.c:
30634         * gst/tcp/gsttcpserversink.h:
30635         * gst/tcp/gsttcpserversrc.c:
30636         * gst/tcp/gsttcpserversrc.h:
30637           add new tcp elements
30638
30639 2004-05-19  Wim Taymans  <wim@fluendo.com>
30640
30641         * gst/law/mulaw-conversion.c: (mulaw_encode):
30642         Fix overflow bug in ulaw encoding.
30643
30644 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30645
30646         * ext/mad/gstmad.c: (gst_mad_handle_event):
30647           don't unref the event twice
30648
30649 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30650
30651         * configure.ac:
30652           remove -Wno-sign-compare
30653
30654 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30655
30656         * configure.ac:
30657           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
30658           if you want to work against glib 2.2 and 2.4
30659
30660 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30661
30662         * gst/tcp/Makefile.am:
30663         * gst/tcp/gsttcp.c:
30664         * gst/tcp/gsttcp.h:
30665         * gst/tcp/gsttcpsink.h:
30666         * gst/tcp/gsttcpsrc.h:
30667           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
30668
30669 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30670
30671         * gst/debug/tests.c: (md5_get_value):
30672           fix segfault on gst-inspect
30673
30674 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30675
30676         * gst/debug/testplugin.c:
30677         * gst/debug/tests.c:
30678         * gst/debug/tests.h:
30679           add new extensible and configurable testing element. Current tests
30680           include buffer count, stream length, timestamp/duration matching and
30681           md5.
30682         * gst/debug/Makefile.am:
30683         * gst/debug/gstdebug.c: (plugin_init):
30684           add infrastructure for new element
30685
30686 2004-05-19  Johan Dahlin  <johan@gnome.org>
30687
30688         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
30689         ending of the array. Fixes gst-inspect segfault on ppc.
30690
30691 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30692
30693         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
30694
30695         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
30696
30697 2004-05-18  David Schleef  <ds@schleef.org>
30698
30699         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
30700         warnings (bugs, actually) noticed by gcc but not forte.
30701
30702 2004-05-18  David Schleef  <ds@schleef.org>
30703
30704         * sys/sunaudio/Makefile.am:
30705         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
30706
30707 2004-05-18  David Schleef  <ds@schleef.org>
30708
30709         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30710         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
30711         to allow qtdemux to use non-seekable streams. (bug #142272)
30712
30713 2004-05-18  David Schleef  <ds@schleef.org>
30714
30715         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
30716         (gst_resample_sinc_ft_float): Remove use of static temporary
30717         buffer.  This code was obviously not supposed to last long, but
30718         it's stuck in our ABI, so it required a little hack to make it
30719         ABI-compatible.  Fixes #142585.
30720         * gst-libs/gst/resample/resample.h: same.
30721
30722 2004-05-18  David Schleef  <ds@schleef.org>
30723
30724         * configure.ac: Add sunaudio
30725         * examples/Makefile.am: make gstplay depend on gconf
30726         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
30727         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
30728         (convert_table_lookup), (img_convert): remove c99-isms
30729         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
30730           unsigned, to fix a warning on Solaris
30731         * gst/mpeg1sys/systems.c: bcopy->memcpy
30732         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
30733         * sys/Makefile.am: Add sunaudio
30734
30735 2004-05-18  Wim Taymans  <wim@fluendo.com>
30736
30737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
30738         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
30739         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
30740         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
30741         (gst_ogg_mux_loop):
30742         Fix an ugly memleak where the muxer didn't flush enough ogg
30743         pages. This also resulted in badly muxed ogg files.
30744
30745 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30746
30747         * gst/asfdemux/asfheaders.c :
30748         * gst/asfdemux/asfheaders.h :
30749         * gst/asfdemux/gstasfdemux.c :
30750           - fix ASF_OBJ_PADDING guid
30751           - add 3 new object guids (language list, metadata,
30752             extended stream properties)
30753           - add a function to parse extended header objects
30754
30755 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30756
30757         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30758           remove leftover debugging g_print
30759
30760 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30761
30762         * ext/mad/gstmad.c: (gst_mad_handle_event):
30763           Fix for when the first format in a discont event is not a
30764           byte-based one. Should fix #137710.
30765
30766 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30767
30768         * m4/a52.m4 : fix compilation with -Wall -Werror
30769         * m4/libfame.m4 : idem
30770         * m4/libmikmod.m4 : idem
30771
30772 2004-05-17  Benjamin Otte  <otte@gnome.org>
30773
30774         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30775           signal the new tags before giving up the reference
30776
30777 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30778
30779         * ext/shout2/gstshout2.c:
30780           use application/ogg instead of application/x-ogg (patch by Patrick
30781           Guimond, fixes #142432)
30782         * sys/oss/gstosselement.c: (gst_osselement_reset),
30783         (gst_osselement_sync_parms):
30784           don't set fragment size unless specified (fixes #142493)
30785
30786 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30787
30788         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
30789           fixes #142664
30790
30791 2004-05-17  Benjamin Otte  <otte@gnome.org>
30792
30793         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30794           compute offsets correctly for internal buffers so timestamps are set
30795           correctly when we can't seek. Also handle cases where there are no
30796           offsets. (based on a patch by David Moore, fixes #142507)
30797
30798 2004-05-17  Benjamin Otte  <otte@gnome.org>
30799
30800         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30801           use correct variable when determining amount of data to skip so we
30802           don't skip into the void and segfault
30803
30804 2004-05-16  Benjamin Otte  <otte@gnome.org>
30805
30806         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30807           Hi, I'm a memleak
30808
30809 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30810
30811         * gst/asfdemux/gstasfdemux.c:
30812           - fix a mem leak and always propagate tags
30813           - add WMV3 to known video codecs (but no decoder yet)
30814           - replace "surplus data" at end of audio header for what
30815             it is : codec specific data
30816           - fix a typo
30817
30818 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
30819
30820         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30821
30822         * gst-libs/gst/audio/audioclock.c:
30823           Fix wrong return type (#142205).
30824
30825 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30826
30827         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
30828           Ignore CRCs by default (fixes #142566).
30829
30830 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30831
30832         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
30833         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
30834         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
30835         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
30836         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30837         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
30838           Fix for cases where we fail to attach to a mixer.
30839
30840 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30841
30842         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30843           Don't touch events after not owning them anymore.
30844         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
30845         (gst_wavparse_fmt), (gst_wavparse_other),
30846         (gst_wavparse_handle_seek), (gst_wavparse_loop),
30847         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30848         (gst_wavparse_srcpad_event):
30849         * gst/wavparse/gstwavparse.h:
30850           Add seeking, fix querying.
30851
30852 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30853
30854         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30855           - process comments even if they don't end with \0\0
30856             g_convert would ignore them if present and works well without them
30857
30858 2004-05-16  Benjamin Otte  <otte@gnome.org>
30859
30860         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
30861           simplify caps
30862
30863 2004-05-16  Benjamin Otte  <otte@gnome.org>
30864
30865         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30866           don't write to memory we might not write to - g_convert does that
30867           for us anyway (fixes #142613)
30868         (gst_asf_demux_audio_caps):
30869           comment out gst_util_dump_mem
30870
30871 2004-05-16  Benjamin Otte  <otte@gnome.org>
30872
30873         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30874           compute correct expected timestamps after seek (broken since
30875           last commit)
30876         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
30877           rename element and debugging category to gdkpixbufscale
30878
30879 2004-05-16  Benjamin Otte  <otte@gnome.org>
30880
30881         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30882           add error checking to snd_pcm_delay and remove duplicate call to
30883           snd_pcm_delay that caused issues (see inline code comments)
30884         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30885           make more readable and fix return value when snd_pcm_delay fails
30886         (fixes #142586)
30887
30888 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
30889         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
30890         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
30891         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
30892         (gst_pixbufscale_link), (gst_pixbufscale_init),
30893         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
30894         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
30895         (gst_pixbufscale_get_property), (pixbufscale_init):
30896         * ext/gdk_pixbuf/pixbufscale.h:
30897         Add these files I forgot earlier
30898
30899 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
30900         * ext/gdk_pixbuf/Makefile.am:
30901         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30902         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30903         Add new pixbufscale element to scale RGB video
30904         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
30905         and HYPER interpolation correctly.
30906         * ext/theora/theoraenc.c: (theora_enc_chain),
30907         Discard buffer and return if explicit caps could not be set
30908         (theora_enc_get_property):
30909         Make _get return kbps for the bitrate consistent with
30910         the _set function.
30911
30912
30913 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30914
30915         * ext/libvisual/visual.c: (gst_visual_chain):
30916           add missing visual_audio_analyze
30917
30918 2004-05-14  David Schleef  <ds@schleef.org>
30919
30920         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
30921         is killed while we're playing.
30922         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
30923         gst_element_no_more_pads().
30924
30925 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30926
30927         * gst-libs/gst/riff/riff-read.c :
30928           - fix INFO tag extraction in RIFF/AVI files
30929             because gst_event_unref (event) also freed taglist
30930           - avoid a mem leak
30931
30932 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30933
30934         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
30935         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
30936
30937         * gst/auparse/gstauparse.c :
30938           - add code (commented for now) to support audio/x-adpcm on src pad
30939             (we have no decoder for those layout yet)
30940
30941         * gst/cdxaparse/gstcdxaparse.c :
30942         * gst/cdxaparse/gstcdxaparse.h :
30943           - partial rewrite using RiffRead (ripped iain's wavparse code)
30944
30945         * gst/rtp/gstrtpL16enc.c : typo
30946         * gst/rtp/gstrtpgsmenc.c : typo
30947
30948 2004-05-13  Benjamin Otte  <otte@gnome.org>
30949
30950         * configure.ac:
30951           check for exact version of libvisual, it's not supposed to be
30952           API/ABI stable yet
30953
30954 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30955
30956         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
30957           signal no-more-pads
30958
30959 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30960
30961         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
30962         Report which format was used for GST_FORMAT_DEFAULT
30963         * gst/debug/Makefile.am:
30964         * gst/debug/gstdebug.c: (plugin_init):
30965         * gst/debug/progressreport.c: (gst_progressreport_base_init),
30966         (gst_progressreport_class_init), (gst_progressreport_init),
30967         (gst_progressreport_report), (gst_progressreport_set_property),
30968         (gst_progressreport_get_property), (gst_progressreport_chain),
30969         (gst_progressreport_plugin_init):
30970         Add progressreport element for testing.
30971
30972 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30973
30974         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
30975         * sys/v4l/gstv4lsrc.h:
30976         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30977         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30978         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
30979         (gst_v4lsrc_grab_frame):
30980           add more debugging
30981           send a discont at start
30982
30983 2004-05-12  Colin Walters  <walters@redhat.com>
30984
30985         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
30986         inflooping if we can't find a chunk.  Or in other words, don't blow
30987         chunks if we don't have a chunk to blow.
30988
30989 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30990         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
30991         Remove old debug output
30992         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
30993         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
30994         (gst_dvdec_set_property), (gst_dvdec_get_property):
30995         Change the quality setting to an enum, so it works from gst-launch
30996         Don't renegotiate a non-linked pad. Allows audio only decoding.
30997         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
30998         (gst_deinterlace_link), (gst_deinterlace_init):
30999         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31000         (gst_videodrop_link):
31001         Some caps negotiation fixes
31002
31003 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31004
31005         * ext/tarkin/gsttarkin.c :
31006           - Change RANK from NONE to PRIMARY
31007         * ext/gdk_pixbuf/gstgdkpixbuf.c :
31008           - Change RANK from NONE to MARGINAL
31009         * ext/divx/gstdivxenc.c :
31010           - Change RANK from PRIMARY to NONE (encoder/spider issue)
31011
31012 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31013
31014         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
31015         (gst_vorbisenc_push_packet):
31016           copy a function that was added between 1.0 and 1.0.1 until we
31017           depend on worthwhile features of post-1.0
31018
31019 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31020
31021         * configure.ac:
31022           enable shout2 by default
31023         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31024         (gst_shout2send_base_init), (gst_shout2send_init),
31025         (gst_shout2send_connect), (gst_shout2send_change_state):
31026         * ext/shout2/gstshout2.h:
31027           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
31028           #142262)
31029         * ext/theora/theora.c: (plugin_init):
31030           don't set rank on encoders
31031
31032 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
31033
31034         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
31035           Use codec_data property instead of flag1 and flag2 for wma
31036
31037 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31038
31039         * gst/cdxaparse/gstcdxaparse.c :
31040           - Add mpegversion to CAPS to make it link
31041           - Rank is as GST_RANK_SECONDARY instead of NONE
31042         * gst/auparse/gstauparse.c :
31043           - Document all audio encoding we can encounter from Solaris 9
31044             headers and libsndfile information.
31045           - Increase max. rate from 48000 to 192000 (to match other elements)
31046           - Don't try to play junk data between header and samples
31047
31048 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31049
31050         * ext/libvisual/visual.c: (gst_visual_getcaps):
31051           use the right caps depending on endianness (I hope)
31052         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
31053           use GST_RANK_NONE for all non-decoding elements or spider gets
31054           mighty confused
31055
31056 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31057
31058         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
31059           Fix some odd cases and fix BE metadata parsing of unicode16 text.
31060
31061 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31062
31063         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31064         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31065         (gst_switch_loop), (gst_switch_get_type):
31066           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
31067           HEADERS. Had to be said.
31068
31069 2004-05-10  David Schleef  <ds@schleef.org>
31070
31071         * configure.ac: Add prototype Dirac support.
31072         * ext/Makefile.am:
31073         * ext/dirac/Makefile.am:
31074         * ext/dirac/gstdirac.cc:
31075         * ext/dirac/gstdiracdec.cc:
31076
31077 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31078
31079         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
31080         (gst_auparse_init), (gst_auparse_chain),
31081         (gst_auparse_change_state):
31082           Hack around spider. Remove me some day please.
31083
31084 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31085
31086         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31087           Fix for some uninitialized variables in previous patch, also
31088           makes it work. Fixes #142286 while we're at it.
31089
31090 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31091
31092         * gst/auparse/gstauparse.c:
31093                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
31094                 only unsupported formats are ADPCM/CCITT G.72x
31095                 reviewed by Ronald
31096         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
31097
31098 2004-05-10  Wim Taymans  <wim@fluendo.com>
31099
31100         * ext/vorbis/Makefile.am:
31101         * ext/vorbis/README:
31102         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
31103         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
31104         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
31105         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
31106         (gst_oggvorbisenc_convert_sink),
31107         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
31108         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
31109         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
31110         (get_constraints_string), (update_start_message),
31111         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
31112         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
31113         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
31114         * ext/vorbis/oggvorbisenc.h:
31115         * ext/vorbis/vorbis.c: (plugin_init):
31116         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
31117         (raw_caps_factory), (gst_vorbisenc_class_init),
31118         (gst_vorbisenc_init), (gst_vorbisenc_setup),
31119         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
31120         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
31121         * ext/vorbis/vorbisenc.h:
31122         Added a raw vorbis encoder to be used with the oggmuxer.
31123         We still need the old encoder for some gnome applications,
31124         read the README to find out how that works.
31125         The raw encoder is called "rawvorbisenc" until 0.9.
31126
31127 2004-05-10  Wim Taymans  <wim@fluendo.com>
31128
31129         * ext/ogg/gstogg.c: (plugin_init):
31130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
31131         (gst_ogg_print):
31132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
31133         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
31134         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
31135         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
31136         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
31137         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
31138         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
31139         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
31140         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
31141         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
31142         Added an ogg muxer.
31143         Small typo fixes in the demuxer.
31144
31145 2004-05-10  Wim Taymans  <wim@fluendo.com>
31146
31147         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31148         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
31149         (theora_enc_change_state), (theora_enc_set_property),
31150         (theora_enc_get_property):
31151         Mark the last packet with an EOS flag which is not really needed
31152         in gstreamer.
31153         Do some better video framerate initialisation.
31154         Update the buffer timestamp.
31155
31156 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
31157
31158         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
31159         Return the result of the parent state change call
31160
31161 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31162
31163         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
31164         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
31165         * gst/law/alaw-encode.c : (idem)
31166         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
31167         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
31168         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
31169
31170 2004-05-09  Benjamin Otte  <otte@gnome.org>
31171
31172         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31173           don't use a fixed buffer size when writing variable length data to
31174           it. Fixes memory corruption and makes alsasrc work
31175
31176 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31177
31178         * ext/gnomevfs/gstgnomevfssink.c:
31179         (_gst_boolean_allow_overwrite_accumulator),
31180         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
31181           Run glib's default signal handler (??) in RUN_CLEANUP rather than
31182           RUN_LAST, and don't use that to set the accumulator value because
31183           then it's always FALSE.
31184
31185 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31186
31187         * gst-libs/gst/riff/riff-media.c:
31188         (gst_riff_create_video_caps_with_data),
31189         (gst_riff_create_audio_caps),
31190         (gst_riff_create_audio_template_caps):
31191         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
31192           Fix for unaligned RIFF files (i.e. where all the chunks together
31193           in a LIST chunk are not of the same size as the size given in
31194           the LIST chunk header). Fixes several odd WAVE files. Also fix
31195           ADPCM (block_align property) in audio, so that wavparse based
31196           on this works now as it used to stand-alone.
31197
31198 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
31199
31200         reviewed by Benjamin Otte  <otte@gnome.org>
31201
31202         * ext/a52dec/gsta52dec.c:
31203         * ext/divx/gstdivxdec.c:
31204         * ext/divx/gstdivxenc.c:
31205         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
31206         * ext/faac/gstfaac.c: (gst_faac_base_init):
31207         * ext/faad/gstfaad.c: (gst_faad_base_init):
31208         * ext/ivorbis/vorbisfile.c:
31209         * ext/lame/gstlame.c:
31210         * ext/libfame/gstlibfame.c:
31211         * ext/mpeg2enc/gstmpeg2enc.cc:
31212         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
31213         * ext/sidplay/gstsiddec.cc:
31214         * ext/speex/gstspeexdec.c:
31215         * ext/speex/gstspeexenc.c:
31216         * ext/xvid/gstxviddec.c:
31217         * ext/xvid/gstxvidenc.c:
31218           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
31219           (fixes #142193)
31220
31221 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31222
31223         * ext/alsa/gstalsa.c: (device_list),
31224         (gst_alsa_class_probe_devices):
31225         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
31226           Fix alsa oddness in mixer after the combination of using mixer
31227           in source/sink elements and using hw:x,y instead of just hw:x.
31228
31229 2004-05-09  Benjamin Otte  <otte@gnome.org>
31230
31231         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
31232         (gst_wavparse_create_sourcepad):
31233           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
31234           sourcepads
31235
31236 2004-05-09  Benjamin Otte  <otte@gnome.org>
31237
31238         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31239           allow discont events before caps nego
31240
31241 2004-05-08  Benjamin Otte  <otte@gnome.org>
31242
31243         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31244           don't leak events
31245
31246 2004-05-08  Benjamin Otte  <otte@gnome.org>
31247
31248         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31249         (gst_level_change_state), (gst_level_init):
31250         * gst/level/gstlevel.h:
31251           figure out if we're initialized directly instead of keeping a
31252           variable that's wrong in 90% of cases
31253           don't initialize pads and then leak them and use a new unitialized
31254           pad. (fixes #142084)
31255           these were bugs so n00bish I didn't find them for an hour :/
31256
31257 2004-05-08 Iain <iain@prettypeople.org>
31258
31259         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
31260         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
31261         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
31262         return the length that was read.
31263         (gst_riff_read_strf_auds): Allow fmt tags as well.
31264
31265 2004-05-07  David Schleef  <ds@schleef.org>
31266
31267         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
31268         signed char assumption in faad.h.
31269
31270 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31271
31272         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
31273           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
31274
31275 2004-05-07  Colin Walters  <walters@redhat.com>
31276
31277         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
31278         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
31279         function.
31280         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
31281         Add dispose function.
31282
31283 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
31284         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
31285           Fix caps nego and pad templates. RGB mode caps should
31286           work now.
31287         * ext/dvdnav/gst-dvd:
31288           Move mpeg2dec inside the thread because otherwise the
31289           queue rejects cap changes mid-stream
31290         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
31291         (gst_mpeg2dec_flush_decoder):
31292           For mpeg2dec > 0.4.0, call the flush function instead of
31293           manually extracting all in-flight frames.
31294         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
31295         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
31296           Change mime type video/dv go video/x-dv to match the
31297           rest of gst-plugins
31298
31299 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31300
31301         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31302         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
31303         (gst_alsa_sink_class_init):
31304         * ext/alsa/gstalsasink.h:
31305         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
31306         (gst_alsa_src_class_init):
31307         * ext/alsa/gstalsasrc.h:
31308           Make alsasink/src a subclass of alsamixer so that mixer stuff
31309           shows up in gst-rec. Needs some finetuning.
31310
31311 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31312
31313         * ext/lame/gstlame.c: (gst_lame_chain):
31314           simplify
31315         * ext/mad/gstmad.c: (gst_mad_handle_event):
31316           fix event leak
31317         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
31318           be able to detect mp3 files < 4096 bytes
31319
31320 2004-05-06  Wim Taymans  <wim@fluendo.com>
31321
31322         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31323         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
31324         (theora_enc_set_property), (theora_enc_get_property):
31325         Also encode the first frame, cleanup some code.
31326
31327 2004-05-06  Wim Taymans  <wim@fluendo.com>
31328
31329         * ext/mpeg2enc/gstmpeg2enc.cc:
31330         Forward events first before deciding that negotiation was
31331         not performed.
31332
31333 2004-05-06  Wim Taymans  <wim@fluendo.com>
31334
31335         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31336         First process the events before deciding that negotiation
31337         was not performed.
31338
31339 2004-05-06  Wim Taymans  <wim@fluendo.com>
31340
31341         * ext/theora/Makefile.am:
31342         * ext/theora/theora.c: (plugin_init):
31343         * ext/theora/theoradec.c: (theora_dec_change_state):
31344         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
31345         (gst_theora_enc_class_init), (gst_theora_enc_init),
31346         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
31347         (theora_enc_chain), (theora_enc_change_state),
31348         (theora_enc_set_property), (theora_enc_get_property):
31349         Added a theora encoder, grouped the encoder and decoder into the
31350         same plugin.
31351
31352 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31353
31354         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
31355         (gst_jpegenc_chain):
31356         fix DURATION on outgoing buffers
31357         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
31358         debug using time formats
31359         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
31361         (gst_xvimagesink_sink_link):
31362         windows with width/height 0 generate X errors, so don't allow them
31363
31364 2004-05-05  Wim Taymans  <wim@fluendo.com>
31365
31366         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
31367         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
31368         (gst_mpeg2dec_negotiate_format):
31369         * ext/mpeg2dec/gstmpeg2dec.h:
31370           removed the static pad template so that we can add the
31371           more accurate framerate value to the caps.
31372
31373
31374 2004-05-04  Benjamin Otte  <otte@gnome.org>
31375
31376         * configure.ac:
31377           check for kdemacros.h, too (should fix #141821)
31378         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
31379           don't crash if no header was sent, but nicely error out (fixes part
31380           of #141554)
31381
31382 2004-05-04  Wim Taymans  <wim@fluendo.com>
31383
31384         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
31385         parent dispose function to avoid segfault on destroy.
31386
31387 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31388
31389         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
31390         (plugin_init):
31391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31392         (gst_xvimagesink_sink_link):
31393         clean up debugging caps
31394         also recreate xvimage when format has changed
31395
31396 2004-05-04  Benjamin Otte  <otte@gnome.org>
31397
31398         * ext/libvisual/Makefile.am:
31399         * ext/libvisual/visual.c: (gst_visual_class_init),
31400         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
31401         (gst_visual_srclink), (gst_visual_chain),
31402         (gst_visual_change_state), (plugin_init):
31403           use a GstAdapter to correctly adapt buffer sizes - allows using a
31404           framerate
31405
31406 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31407
31408         * sys/v4l/gstv4lelement.h:
31409         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
31410         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
31411         (gst_v4lsrc_buffer_free):
31412         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
31413         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31414         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
31415         (gst_v4lsrc_requeue_frame):
31416         move some debugging categories around
31417         query for fps index and set accordingly if found
31418
31419 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31420
31421         * ext/lame/gstlame.c:
31422         correct defaults that lame_init puts out of range
31423
31424 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31425
31426         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
31427         (gst_divxenc_class_init):
31428         fix range since -1 is the default
31429         * gst/mpeg1sys/gstmpeg1systemencode.c:
31430         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
31431         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
31432         (gst_rtjpegdec_chain):
31433         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
31434         (gst_rtjpegenc_chain):
31435         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
31436         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
31437         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
31438         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
31439         * sys/v4l/gstv4lsrc.c:
31440         * sys/v4l/v4l_calls.c: (gst_v4l_open):
31441         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
31442         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
31443         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
31444         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
31445           remove gst_info calls
31446
31447 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31448
31449         * Makefile.am:
31450         * po/af.po:
31451         * po/az.po:
31452         * po/en_GB.po:
31453         * po/nl.po:
31454         * po/sr.po:
31455         * po/sv.po:
31456           Updated translations
31457
31458 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31459
31460         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31461           refactor/comment code
31462
31463 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31464
31465         * gst/asfdemux/Makefile.am:
31466         * gst/asfdemux/asfheaders.c:
31467         * gst/asfdemux/asfheaders.h:
31468         * gst/asfdemux/gstasf.c: (plugin_init):
31469         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
31470         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
31471         (gst_asf_demux_setup_pad):
31472         * gst/asfdemux/gstasfdemux.h:
31473         * gst/asfdemux/gstasfmux.c:
31474         * gst/asfdemux/gstasfmux.h:
31475           Add tagging support to demuxer, split out registration in its own
31476           file instead of in demux (hacky), and prevent having some tables
31477           in our memory multiple times (in asfheaders.h).
31478
31479 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31480
31481         * gst/matroska/matroska-demux.c:
31482         (gst_matroska_demux_parse_metadata):
31483         * gst/matroska/matroska-ids.h:
31484           Basic tag reading support.
31485
31486 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31487
31488         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31489           Really detect ac-3 audio.
31490         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
31491           really detect matroska files (off-by-1).
31492
31493 2004-04-30  David Schleef  <ds@schleef.org>
31494
31495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31496         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
31497         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
31498         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
31499         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
31500         hackage -- parse a lot more atoms, extract a few tags.  One might even
31501         mistake this for tag support.  Maybe it is.
31502         * gst/qtdemux/qtdemux.h:
31503
31504 2004-04-30  Colin Walters  <walters@verbum.org>
31505
31506         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
31507
31508 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31509
31510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31511         (gst_ffmpegcolorspace_getcaps):
31512           remove broken nego fix
31513
31514 2004-04-30  Benjamin Otte  <otte@gnome.org>
31515
31516         * configure.ac:
31517         * ext/Makefile.am:
31518         * ext/libvisual/Makefile.am:
31519         * ext/libvisual/visual.c:
31520           add initial support for libvisual (http://libvisual.sourceforge.net)
31521           libvisual is still quite alpha, so expect crashes in there :)
31522
31523 2004-04-29  David Schleef  <ds@schleef.org>
31524
31525         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
31526         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
31527         up qtdemux to make it spit out codec_data.  Do _not_ look at this
31528         code; you will no longer respect me.
31529
31530 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31531
31532         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
31533         * ext/alsa/gstalsa.h :
31534         change alsa pcm device discovery to find more than 1 device
31535         per card. code review by Ronald.
31536
31537 2004-04-29  David Schleef  <ds@schleef.org>
31538
31539         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
31540         Add a check for a driver bug on FreeBSD.  (bug #140565)
31541
31542 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31543
31544         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
31545         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
31546         (gst_jpegenc_getcaps):
31547           move format setting to inner loop
31548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31549         (gst_ffmpegcolorspace_getcaps):
31550           use GST_PAD_CAPS if available so that we use already negotiated
31551           caps
31552         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31553         (qtdemux_parse_moov), (qtdemux_parse):
31554           extra debugging
31555         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
31556         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
31557           move hardcoded path to DEFINE
31558
31559 2004-04-28  David Schleef  <ds@schleef.org>
31560
31561         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
31562         (bug #140064)
31563
31564 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31565
31566         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31567           Don't probe for playback device if we're a source element. Fixes
31568           #139658.
31569
31570 2004-04-29  Benjamin Otte  <otte@gnome.org>
31571
31572         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31573         (gst_id3_tag_chain):
31574           rewrite buffer offset
31575
31576 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31577
31578         * configure.ac:
31579         * ext/Makefile.am:
31580         * ext/dts/Makefile.am:
31581         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
31582         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
31583         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
31584         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
31585         (gst_dtsdec_loop), (gst_dtsdec_change_state),
31586         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
31587         (plugin_init):
31588         * ext/dts/gstdtsdec.h:
31589           New DTS decoder.
31590         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
31591         (gst_faad_srcconnect):
31592           Add ESDS atom handling (.m4a).
31593
31594 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31595
31596         * ext/divx/gstdivxdec.c: (plugin_init):
31597           Remove comment that makes no sense.
31598         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
31599           Fix for obvious typo that resulted in warnings during gst-register.
31600         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
31601         (gst_xviddec_sink_link):
31602           Fix caps negotiation a bit better.
31603         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
31604           We call this 'codec_data', not 'esds'.
31605
31606 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31607
31608         * gst/monoscope/gstmonoscope.c:
31609           make sure we only provide 256x128
31610         * gst/monoscope/monoscope.c: (monoscope_init):
31611           assert size of 256x128
31612
31613 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31614
31615         * Makefile.am:
31616         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
31617         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
31618           fixate to max width and height of device
31619
31620 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31621
31622         * Makefile.am:
31623         * sys/v4l/gstv4l.c:
31624         * sys/v4l/gstv4lsrc.c:
31625         * sys/v4l/v4l_calls.c:
31626         * sys/v4l/v4lsrc_calls.c:
31627           fix for qc-usb driver which fakes having more than one buffer
31628           by handing the same buffer twice, which confused GStreamer's/v4lsrc
31629           buffer_free override
31630           add debugging
31631
31632 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31633
31634         * Makefile.am:
31635         * gst/videotestsrc/gstvideotestsrc.c:
31636         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
31637         (gst_videotestsrc_init), (gst_videotestsrc_get),
31638         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
31639         * gst/videotestsrc/gstvideotestsrc.h:
31640           add num-buffers property
31641
31642         2004-04-26  Benjamin Otte  <otte@gnome.org>
31643
31644         * ext/mad/gstid3tag.c: (plugin_init):
31645           set id3mux rank to NONE so it doesn't confuse spider
31646           require audio/mpeg,mpegversion=1 in id3mux
31647
31648 2004-04-26  Benjamin Otte  <otte@gnome.org>
31649
31650         * configure.ac:
31651           detect faad correctly as non-working if it's indeed non-working
31652
31653 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31654
31655         * Makefile.am:
31656         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
31657         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
31658         fix _getcaps so it only negotiates to its supported format
31659
31660 2004-04-25  Benjamin Otte  <otte@gnome.org>
31661
31662         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31663           fix memleak
31664
31665 2004-04-23  Benjamin Otte  <otte@gnome.org>
31666
31667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
31668           audio/x-raw-int with height rules! not. Now it's depth.
31669
31670 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31671
31672         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
31673         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
31674         (gst_wavparse_loop):
31675           Missing variable initialization. Add handling of DVI ADPCM. Fix
31676           mis-parsing of LIST chunks. This works around a bug where we mis-
31677           parse non-aligning LIST chunks (so LIST chunks where the contents
31678           don't align with the actual LIST size). The correct fix is to use
31679           rifflib, I'm not going to fix wavparse - too much work. All this
31680           fixes #104878.
31681
31682 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31683
31684         reviewed by Benjamin Otte  <otte@gnome.org>
31685
31686         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
31687           fix shoutcast not working (fixes #140844)
31688
31689 2004-04-22  Benjamin Otte  <otte@gnome.org>
31690
31691         * ext/hermes/gsthermescolorspace.c:
31692         (gst_hermes_colorspace_caps_remove_format_info):
31693         * gst/colorspace/gstcolorspace.c:
31694         (gst_colorspace_caps_remove_format_info):
31695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31696         (gst_ffmpegcolorspace_caps_remove_format_info):
31697           s/gst_caps_simplify/gst_caps_do_simplify/
31698
31699 2004-04-22  Benjamin Otte  <otte@gnome.org>
31700
31701         * gst-libs/gst/riff/riff-media.c:
31702         (gst_riff_create_video_caps_with_data):
31703           mpegversion is an int
31704         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
31705           don't try to create pad templates with NULL caps, use any caps
31706           instead.
31707
31708 2004-04-20  David Schleef  <ds@schleef.org>
31709
31710         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
31711         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
31712         (bug #140384)
31713
31714 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
31715
31716         reviewed by David Schleef
31717
31718         * ext/mad/gstid3tag.c: Add stdlib.h
31719         * gst/rtp/gstrtpgsmenc.c: same
31720         * gst/tags/gstid3tag.c: same
31721         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
31722         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
31723         GST_DISABLE_LOADSAVE use.
31724         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
31725         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
31726         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
31727         atol(3)).
31728         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
31729         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
31730         strtoul(3)).
31731         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
31732         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
31733         $(ID3_CFLAGS).
31734         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
31735         $(LIBFAME_CFLAGS).
31736
31737 2004-04-20  David Schleef  <ds@schleef.org>
31738
31739         * gst/realmedia/rmdemux.c:  This was supposed to part of the
31740         last checkin.  Same idea.
31741
31742 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
31743
31744         reviewed by David Schleef
31745
31746         * configure.ac: bump required gstreamer version to 0.8.1.1
31747         because of following changes [--ds]
31748
31749         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
31750         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
31751         (gst_riff_read_header):  Use GST_READ_UINT*
31752         macros to access possibly unaligned memory.
31753
31754         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
31755         (mp3_type_find):  Use GST_READ_UINT*
31756         macros to access possibly unaligned memory.
31757         (mp3_type_find, mpeg1_parse_header, qt_type_find)
31758         (speex_type_find): Likewise
31759
31760         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
31761
31762         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
31763         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
31764         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
31765         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
31766         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
31767         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
31768         macros to access possibly unaligned memory.
31769
31770         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
31771         Likewise.
31772
31773         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
31774         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
31775
31776         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31777         Likewise.
31778
31779         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
31780         (gst_mpeg2subt_chain_subtitle): Likewise.
31781
31782         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
31783         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
31784         Likewise.
31785
31786         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
31787         Likewise.
31788
31789         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
31790         Likewise.
31791
31792         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
31793         Likewise.
31794
31795 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31796
31797         * configure.ac:
31798           update required version of GStreamer because of GST_TIME_FORMAT
31799
31800 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31801
31802         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
31803           remove leftover g_print
31804         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31805           don't try setting only a subset of the caps. We don't want to kill
31806           autoplugging on purpose
31807
31808 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31809
31810         * sys/ximage/ximagesink.c: (plugin_init):
31811         * sys/xvimage/xvimagesink.c: (plugin_init):
31812           add debugging categories
31813
31814 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31815
31816         * po/en_GB.po:
31817         * po/LINGUAS:
31818           Adding en_GB translation (Gareth Owen)
31819
31820 2004-04-20  David Schleef  <ds@schleef.org>
31821
31822         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31823         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
31824         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
31825         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
31826         A number of new features and hacks to extract the esds atom and
31827         put it into the caps.  (bug #137724)
31828
31829 2004-04-19  David Schleef  <ds@schleef.org>
31830
31831         * gconf/Makefile.am: Fix for non-GNU make
31832         * gst-libs/gst/Makefile.am: Change directory order to handle
31833         GstPlay linking with gstinterfaces
31834         * gst-libs/gst/audio/make_filter: make use of tr portable
31835         * gst-libs/gst/play/Makefile.am: Add intended \
31836         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
31837         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
31838         function prototype instead of void *.
31839         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
31840         macro.
31841         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31842         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
31843         * gst/videofilter/make_filter: make use of tr portable
31844         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
31845
31846 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
31847
31848         * po/LINGUAS:
31849         * po/uk.po:
31850           Added Ukrainian translation (Maxim V. Dziumanenko)
31851
31852 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31853
31854         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
31855         (gst_gsmdec_link), (gst_gsmdec_chain):
31856           Fix capsnego, simplify chain function slightly.
31857         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31858           Add GSM.
31859
31860 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31861
31862         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31863         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
31864         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
31865           Hack to make wavparse work with spider (always -> sometimes pad).
31866           Fixes #135862 && #140411.
31867
31868 2004-04-18  Benjamin Otte  <otte@gnome.org>
31869
31870         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31871         (gst_osselement_rate_probe_check),
31872         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
31873           get rid of \n in debug output
31874
31875 2004-04-17  Iain <iain@prettypeople.org>
31876
31877         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
31878         not just EOS.
31879
31880 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31881
31882         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
31883         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
31884         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
31885         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
31886         (gst_id3_tag_src_link), (gst_id3_tag_chain),
31887         (gst_id3_tag_change_state), (plugin_init):
31888           deprecate id3tag element and replace with id3demux/id3mux.
31889           great side effect: this ugly file is now even uglier, yay!
31890         * ext/mad/gstmad.h:
31891           remove non-available function
31892           update for new get_type
31893
31894 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31895
31896         * configure.ac:
31897           require mpeg2dec >= 0.4.0
31898
31899 2004-04-17  Benjamin Otte  <otte@gnome.org>
31900
31901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
31902         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
31903         (gst_xvimagesink_set_xwindow_id):
31904           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
31905           assorted cleanup fixes.
31906
31907 2004-04-16  David Schleef  <ds@schleef.org>
31908
31909         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
31910         * sys/xvimage/xvimagesink.h: same
31911
31912 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31913
31914         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
31915           Fix GST_ELEMENT_ERROR with (NULL)
31916
31917 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31918
31919         * gst-libs/gst/riff/riff-media.c:
31920         (gst_riff_create_video_caps_with_data):
31921           Add div[3456] as fourccs for DivX 3 (fixes #140137).
31922
31923 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31924
31925         * gst-libs/gst/riff/riff-media.c:
31926         (gst_riff_create_video_caps_with_data),
31927         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
31928         (gst_riff_create_video_template_caps),
31929         (gst_riff_create_audio_template_caps):
31930         * gst-libs/gst/riff/riff-media.h:
31931         * gst-libs/gst/riff/riff-read.c:
31932         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
31933         * gst-libs/gst/riff/riff-read.h:
31934         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31935           Add MS RLE support. I added some functions to read out strf chunks
31936           into strf chunks and the data behind it. This is usually color
31937           palettes (as in RLE, but also in 8-bit RGB). Also use those during
31938           caps creation. Lastly, add ADPCM (similar to wavparse - which
31939           should eventually be rifflib based).
31940         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
31941         (gst_matroska_demux_init), (gst_matroska_demux_reset):
31942         * gst/matroska/matroska-demux.h:
31943           Remove placeholders for some prehistoric tagging system. Didn't add
31944           support for any tag system really anyway.
31945         * gst/qtdemux/qtdemux.c:
31946           Add support for audio/x-m4a (MPEG-4) through spider.
31947         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31948         (gst_wavparse_loop):
31949           ADPCM support (#135862). Increase max. buffer size because we
31950           cannot split buffers for ADPCM (screws references) and I've seen
31951           files with 2048 byte chunks. 4096 seems safe for now.
31952
31953 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31954
31955         * configure.ac: bump nano to 1
31956
31957 === release 0.8.1 ===
31958
31959 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31960
31961         * configure.ac: releasing 0.8.1, "Comforting Sounds"
31962
31963 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31964
31965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31966           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
31967           Fixes #140058
31968
31969 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31970
31971         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
31972           lower rank of dvddemux so that it's not used for mpeg playback.
31973
31974 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31975
31976         * configure.ac:
31977           save libs correctly when checking mad
31978
31979 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31980
31981         * ext/mad/gstid3tag.c: (plugin_init):
31982           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
31983
31984 2004-04-13  David Schleef  <ds@schleef.org>
31985
31986         * common/m4/gst-feature.m4: Call -config scripts with
31987         --plugin-libs if it is supported.
31988         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
31989         JPEG images are image/jpeg.
31990         * gst/debug/Makefile.am:
31991         * gst/debug/negotiation.c: (gst_negotiation_class_init),
31992         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
31993         (gst_negotiation_update_caps), (gst_negotiation_get_property),
31994         (gst_negotiation_plugin_init): Add a property that acts like
31995         filter caps.
31996         * testsuite/gst-lint:  Move license checking to be a standard
31997         test.
31998
31999 2004-04-13  David Schleef  <ds@schleef.org>
32000
32001         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
32002         patch from Sebastien Cote (bug #139958)
32003
32004 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32005
32006         * examples/gstplay/Makefile.am:
32007         * examples/gstplay/player.c: (main):
32008           make the commandline player example use gconf settings
32009
32010 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32011
32012         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
32013         (gst_cacasink_sinkconnect), (gst_cacasink_init),
32014         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
32015           init/end library during state transition, not object
32016           creation/disposal.  get rid of custom dispose handler.
32017
32018
32019 2004-04-12  Christian Schaller <Uraeus@gnome.org>
32020
32021         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
32022         be a symlink
32023
32024 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32025
32026         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
32027           Handle JUNK chunks inside data section. Prevents warnings.
32028
32029 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32030
32031         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
32032         (gst_riff_create_video_template_caps):
32033           Add MS video v1.
32034         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
32035         (gst_avi_demux_stream_data):
32036           Add support for "rec-list" chunks.
32037
32038 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32039
32040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
32041           Fix another codecname mismatch.
32042
32043 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32044
32045         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
32046           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
32047           so that MJPEG plays back.
32048
32049 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32050
32051         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32052         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
32053         * gst/mpeg1videoparse/gstmp1videoparse.h:
32054           Fix for some slight mis-cuts in buffer parsing, and for some
32055           potential overflows or faults-causers. Adds disconts. Also fixes
32056           #139105 while we're at it.
32057
32058 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32059
32060         * configure.ac:
32061         * sys/v4l2/gstv4l2element.h:
32062           Workaround for missing struct v4l2_buffer declaration in Suse 9
32063           and Mandrake 10 linux/videodev2.h header file (#135919).
32064
32065 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32066
32067         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
32068           Bail out if no filename was given.
32069
32070 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32071
32072         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
32073         (gst_v4l2_fourcc_from_structure):
32074           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
32075           Y41B somewhere).
32076
32077 2004-04-09  Benjamin Otte  <otte@gnome.org>
32078
32079         * ext/gnomevfs/gstgnomevfssink.c:
32080         (_gst_boolean_allow_overwrite_accumulator),
32081         (gst_gnomevfssink_class_init):
32082           fix erase signal - if any handler returns false the file will not be
32083           overwritten. If no handler is connected, the file will not be
32084           overwritten either.
32085           renamed signal to "allow-overwrite"
32086         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
32087           free string when adding it to ID3 failed
32088         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32089           unref event when done
32090         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
32091           free caps
32092         * gst/typefind/gsttypefindfunctions.c:
32093         (mpeg_video_stream_type_find):
32094           fix invalid read
32095
32096 2004-04-08  David Schleef  <ds@schleef.org>
32097
32098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32099         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
32100
32101 2004-04-08  David Schleef  <ds@schleef.org>
32102
32103         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
32104         we don't support (bug #139532)
32105
32106 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
32107
32108         * ext/mad/gstmad.c: (gst_mad_handle_event),
32109         (gst_mad_check_caps_reset), (gst_mad_chain),
32110         (gst_mad_change_state):
32111           only set explicit caps if they haven't been set before for
32112           this stream.  MPEG-audio sample rate/channels aren't allowed
32113           to change in-stream.
32114           Fixes #139382
32115
32116 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32117
32118         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
32119         (_gst_boolean_did_something_accumulator),
32120         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
32121         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
32122         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
32123         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
32124         (gst_gnomevfssink_change_state):
32125           Fix erase signal. Don't erase by default. Remove handoff signal.
32126           Remove erase property. Don't segfault. General cleanup.
32127
32128 2004-04-07  Benjamin Otte  <otte@gnome.org>
32129
32130         * gst-libs/gst/gconf/test-gconf.c: (main):
32131           add missing gst_init
32132
32133 2004-04-07  Benjamin Otte  <otte@gnome.org>
32134
32135         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
32136           free the mutexes, too
32137
32138 2004-04-07  Benjamin Otte  <otte@gnome.org>
32139
32140         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
32141           actually free the URI string
32142         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
32143           compute offset correctly when passing discont events
32144         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
32145           don't leak discont events
32146         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
32147           add some missing breaks so caps aren't copied randomly
32148         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
32149           if we realloc memory, we better use it
32150
32151 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32152
32153         * ext/mad/gstmad.c: (normal_seek):
32154           fix GST_FORMAT_TIME usage
32155
32156 2004-04-05  David Schleef  <ds@schleef.org>
32157
32158         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
32159         a deprecated function (hack!)
32160
32161 2004-04-05  Benjamin Otte  <otte@gnome.org>
32162
32163         * ext/esd/esdmon.c: (gst_esdmon_get):
32164           fix nonterminated vararg and memleak
32165
32166 2004-04-05  Benjamin Otte  <otte@gnome.org>
32167
32168         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
32169         (gst_ladspa_init), (gst_ladspa_force_src_caps),
32170         (gst_ladspa_set_property), (gst_ladspa_get_property),
32171         (gst_ladspa_instantiate), (gst_ladspa_activate),
32172         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
32173           clean up debugging
32174
32175 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
32176
32177         reviewed by Benjamin Otte  <otte@gnome.org>
32178
32179         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
32180           check for broken LADSPA parameters (fixes #138635)
32181
32182 2004-04-05  Benjamin Otte  <otte@gnome.org>
32183
32184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
32185           advertise buffer-frames correctly on sinkpads
32186
32187 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32188
32189         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
32190         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
32191         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
32192         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
32193         (gst_mad_check_caps_reset), (gst_mad_chain):
32194         add more debugging, only reset caps when we're not in error state
32195
32196 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32197
32198         * ext/mad/gstmad.c: add debugging category, comment + cleanups
32199
32200 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
32201
32202         reviewed by Benjamin Otte  <otte@gnome.org>
32203
32204         * configure.ac:
32205           fix == in test(1) operator
32206
32207 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
32208
32209         reviewed by Benjamin Otte  <otte@gnome.org>
32210
32211         * configure.ac:
32212           fix --export-symblos-regex to a working regex.
32213
32214 2004-04-04  Benjamin Otte  <otte@gnome.org>
32215
32216         * sys/oss/.cvsignore:
32217           add for oss_probe
32218
32219 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
32220
32221         reviewed by Benjamin Otte  <otte@gnome.org>
32222
32223         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
32224           add missing 'new_media' argument (fixes #138168)
32225         * gst/matroska/matroska-demux.c:
32226         (gst_matroska_demux_handle_seek_event):
32227           add vararg terminator (fixes #138169)
32228
32229 2004-04-02  David Schleef  <ds@schleef.org>
32230
32231         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
32232         disted (bug #138914)
32233
32234 2004-04-01  Benjamin Otte  <otte@gnome.org>
32235
32236         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
32237         (gst_alsa_close_audio):
32238           handle case better where a soundcard can't pause
32239         * ext/ogg/gstoggdemux.c:
32240           don't crash when we get events but don't have pads yet
32241
32242 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32243
32244         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
32245           throw an error if we couldn't probe any caps.
32246
32247 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
32248
32249         * ext/dvdnav/gst-dvd:
32250         Add a really simple sample DVD player
32251
32252 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
32253
32254         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
32255         (gst_a52dec_push), (gst_a52dec_handle_event),
32256         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
32257         (gst_a52dec_change_state):
32258         * ext/a52dec/gsta52dec.h:
32259           Use a debug category, Output timestamps correctly
32260           Emit tag info, Handle events, tell liba52dec about cpu
32261           capabilities so it can use MMX etc.
32262         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
32263           Fix a crasher accessing invalid memory
32264         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
32265         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
32266         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
32267         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
32268         (dvdnavsrc_query):
32269           Some support for byte-format seeking.
32270           Small fixes for still frames and menu button overlays
32271         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
32272         (gst_mpeg2dec_alloc_buffer):
32273           Use a debug category. Adjust the report level of several items to
32274           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
32275           so it doesn't lose the GstBuffer pointer
32276         * gst/debug/Makefile.am:
32277         * gst/debug/gstdebug.c: (plugin_init):
32278         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
32279         (gst_navseek_base_init), (gst_navseek_class_init),
32280         (gst_navseek_init), (gst_navseek_seek),
32281         (gst_navseek_handle_src_event), (gst_navseek_set_property),
32282         (gst_navseek_get_property), (gst_navseek_chain),
32283         (gst_navseek_plugin_init):
32284         * gst/debug/gstnavseek.h:
32285           Add the navseek debug element for seeking back and forth in a
32286           video stream using arrow keys.
32287         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
32288         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
32289         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
32290         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
32291         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
32292         (gst_mpeg2subt_parse_header), (gst_get_nibble),
32293         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
32294         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
32295         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
32296         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
32297         * gst/mpeg2sub/gstmpeg2subt.h:
32298           Pretty much a complete rewrite. Now a loopbased element. May still
32299           require work to properly synchronise subtitle buffers.
32300         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
32301         (gst_dvd_demux_send_subbuffer):
32302         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
32303           Don't attempt to create subbuffers of size 0
32304           Reduce a couple of error outputs to warnings.
32305         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
32306         (gst_y4mencode_chain):
32307         Output the y4m frame header correctly.
32308
32309 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32310
32311         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
32312           throw errors instead of allowing SIGFPE
32313
32314 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32315
32316         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
32317         (gst_gconf_render_bin_from_key):
32318           leak plugging and style fixing
32319
32320 2004-03-31  David Schleef  <ds@schleef.org>
32321
32322         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
32323         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
32324         (bug #138225)
32325         * gst/debug/Makefile.am:
32326         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
32327         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
32328         plugin.
32329         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
32330         (gst_negotiation_base_init), (gst_negotiation_class_init),
32331         (gst_negotiation_init), (gst_negotiation_getcaps),
32332         (gst_negotiation_pad_link), (gst_negotiation_chain),
32333         (gst_negotiation_set_property), (gst_negotiation_get_property),
32334         (gst_negotiation_plugin_init):  New element to talk about random
32335         negotiation things happening in a pipeline.
32336
32337 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32338
32339         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
32340           fix integer addition with help of Stefan Kost
32341
32342 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32343
32344         * po/nl.po: updated Dutch translation (Elros Cyriatan)
32345
32346 2004-03-30  David Schleef  <ds@schleef.org>
32347
32348         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
32349         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
32350         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
32351         (bug #137504)
32352         * ext/mpeg2dec/gstmpeg2dec.h:
32353
32354 2004-03-30  David Schleef  <ds@schleef.org>
32355
32356         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
32357
32358 2004-03-30  David Schleef  <ds@schleef.org>
32359
32360         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
32361         Michael Petullo) to handle .mov
32362
32363 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32364
32365         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32366         (gst_osselement_rate_check_rate):
32367           probe caps correctly for sound cards that only support one format
32368
32369 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32370
32371         * ext/kio/kiosrc.cpp: (process_events):
32372           update handling event processing if inside KDE - untested
32373
32374 2004-03-29  David Schleef  <ds@schleef.org>
32375
32376         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
32377         by 2 to not interfere with other colorspaces.
32378         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
32379         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
32380         one to not interfere with ffmpeg_colorspace.
32381
32382 2004-03-29  David Schleef  <ds@schleef.org>
32383
32384         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
32385         aren't in the caps.
32386         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
32387         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
32388
32389 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32390
32391         * gst-libs/gst/riff/riff-media.c:
32392           fail on error, don't try to set stuff on NULL caps
32393
32394 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32395
32396         * configure.ac:
32397         * ext/Makefile.am:
32398         * ext/kio/Makefile.am:
32399         * ext/kio/kioreceiver.cpp:
32400         * ext/kio/kioreceiver.h:
32401         * ext/kio/kiosrc.cpp:
32402         * ext/kio/kiosrc.h:
32403           add experimental kiosrc plugin
32404         * ext/alsa/gstalsaplugin.c: (plugin_init):
32405           initialize debugging category only when we're sure registering the
32406           plugins worked.
32407
32408 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
32409
32410         * examples/gstplay/player.c: (main):
32411         * gst-libs/gst/play/play.c: (gst_play_class_init),
32412         (gst_play_set_location), (gst_play_set_data_src),
32413         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32414         (gst_play_set_visualization), (gst_play_connect_visualization):
32415           check return values of element_set_state and return FALSE where
32416           failed
32417
32418 2004-03-29  Benjamin Otte  <otte@gnome.org>
32419
32420         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
32421           try harder to check if an event is really a discont
32422
32423 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
32424
32425         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
32426         * po/az.po:
32427
32428 2004-03-28  Benjamin Otte  <otte@gnome.org>
32429
32430         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
32431         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
32432         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
32433           get rid of non-standard "..." ranges in case statements.
32434
32435 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
32436
32437         * gst/mpegstream/gstmpegdemux.c:
32438         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
32439         specific functionality split to the new dvddemux element.
32440         * gst/mpegstream/gstdvddemux.c:
32441         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
32442         streams, derived from mpegdemux.
32443         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
32444         up. SCR based timestamp rewriting can be turned off (will probably
32445         completely disappear soon).
32446         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
32447         hacking. General cleanup. All printf statements replaced by
32448         debugging messages. Almost complete libdvdnav support.
32449         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
32450         by events. New properties for audio and subpicture languages.
32451         (dvdnavsrc_update_highlight): Now uses events.
32452         (dvdnavsrc_user_op): Cleaned up.
32453         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
32454         based). Lots of cleanup, and propper support for most libdvdnav
32455         events.
32456         (dvdnavsrc_make_dvd_event): New function.
32457         (dvdnavsrc_make_dvd_nav_packet_event): New function.
32458         (dvdnavsrc_make_clut_change_event): New function.
32459
32460 2004-03-26  Benjamin Otte  <otte@gnome.org>
32461
32462         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
32463           fix bug where typefinding would claim it's theora whenever less then
32464           7 bytes of data were available
32465
32466 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32467
32468         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
32469         (gst_alawdec_base_init), (gst_alawdec_class_init),
32470         (gst_alawdec_init), (gst_alawdec_chain):
32471         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
32472         (gst_alawenc_base_init), (gst_alawenc_class_init),
32473         (gst_alawenc_init), (gst_alawenc_chain):
32474         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
32475         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
32476         (gst_mulawdec_init), (gst_mulawdec_chain):
32477         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
32478         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
32479         (gst_mulawenc_init), (gst_mulawenc_chain):
32480           Fix capsnego in all four, remove the unused property functions and
32481           simplify the chain functions slightly. I guess we could use macros
32482           or something similar for those, since the code is so similar, but
32483           I'm currently too lazy...
32484
32485 2004-03-24  David Schleef  <ds@schleef.org>
32486
32487         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
32488         (gst_osselement_close_audio), (gst_osselement_probe_caps),
32489         (gst_osselement_get_format_structure),
32490         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
32491         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
32492         (gst_osselement_rate_int_compare): Add code to handle rate probing
32493         (bug #120883)
32494         * sys/oss/gstosselement.h: same
32495         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
32496         Use rate probing provided by osselement.
32497         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
32498
32499 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32500
32501         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
32502         (gst_xvidenc_get_property):
32503           ulong/int mess-up.
32504
32505 2004-03-24  David Schleef  <ds@schleef.org>
32506
32507         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
32508         (gst_speexdec_init):
32509         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
32510         (gst_speexenc_init):  Create the pad template correctly (from
32511         the static pad template, not a NULL pointer.)
32512
32513 2004-03-25  Benjamin Otte  <otte@gnome.org>
32514
32515         * gst/debug/Makefile.am:
32516         * gst/debug/breakmydata.c:
32517           add element that quasi-randomly changes bytes in the stream.
32518           Intended use is robustness checking of demuxers and decoders in
32519           media tests.
32520
32521 2004-03-24  Benjamin Otte  <otte@gnome.org>
32522
32523         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32524         (gst_alsa_probe_hw_params):
32525         * ext/alsa/gstalsa.h:
32526           debugging output fixes
32527
32528 2004-03-24  Benjamin Otte  <otte@gnome.org>
32529
32530         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
32531           don't g_return_if_fail if element is PLAYING, fail silently as every
32532           other element.
32533         * gst/effectv/gstquark.c: (gst_quarktv_chain):
32534           only fix needed for cast lvalue issues in gst-plugins
32535         * gst/volenv/gstvolenv.c: (gst_volenv_init):
32536           add proxy_getcaps
32537
32538 2004-03-24  Benjamin Otte  <otte@gnome.org>
32539
32540         * gst/level/gstlevel.c: (gst_level_init):
32541           add proxying getcaps function, so level doesn't advertise impossible
32542           caps
32543
32544 2004-03-24  David Schleef  <ds@schleef.org>
32545
32546         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
32547         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
32548         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
32549         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
32550         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
32551         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
32552         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
32553         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
32554         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
32555         messages.  Divide the chunk size by the compression ratio
32556         (needed for MACE audio)
32557
32558 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32559
32560         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
32561           Fix buffer overflow read error.
32562
32563 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32564
32565         * ext/alsa/gstalsa.h:
32566           Remove unused entry.
32567         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
32568           Add cinepak.
32569         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
32570         (gst_videodrop_link), (gst_videodrop_chain):
32571           Fix, sort of. Was horribly broken with new capsnego. Bah...
32572
32573 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
32574
32575         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
32576         (plugin_init):
32577         Add a monkeysaudio typefind function
32578
32579 2004-03-23  Johan Dahlin  <johan@gnome.org>
32580
32581         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
32582         (gst_play_video_fixate): Check so the structure has the field
32583         before trying to fixate them, this makes it possible to have
32584         fakesinks for video and audio output without printing errors on
32585         the output console.
32586
32587 2004-03-22  David Schleef  <ds@schleef.org>
32588
32589         * sys/oss/Makefile.am:
32590         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
32591         (check_rate), (add_rate):  Rate probing test app.
32592
32593 2004-03-21  Benjamin Otte  <otte@gnome.org>
32594
32595         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32596         (_fixate_caps_to_int), (gst_audio_convert_fixate):
32597           add a fixation function that pretty much does the right thing (fixes
32598           #137556)
32599
32600 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
32601
32602         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
32603
32604 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
32605
32606         reviewed by: Benjamin Otte  <otte@gnome.org>
32607
32608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32609           terminate gst_event_new_discontinuous correctly (fixes parts of
32610           #137711)
32611
32612 2004-03-19  David Schleef  <ds@schleef.org>
32613
32614         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
32615         since it doesn't depend on X, and it's part of our ABI.
32616
32617 2004-03-19  Iain <iain@prettypeople.org>
32618
32619         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
32620         is_int in the structure, not the local variable.
32621
32622 2004-03-19  David Schleef  <ds@schleef.org>
32623
32624         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
32625         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
32626         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
32627         Improvements in caps negotiation.
32628
32629 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32630
32631         * po/LINGUAS:
32632         * po/af.po:
32633           adding Afrikaans (Petri Jooste)
32634
32635 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32636
32637         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32638         (gst_ffmpegcolorspace_chain):
32639         throw error instead of g_critical (#137588)
32640
32641 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32642
32643         * Makefile.am:
32644         * configure.ac:
32645           dist common and m4 correctly
32646         * po/sv.po:
32647
32648 2004-03-17  David Schleef  <ds@schleef.org>
32649
32650         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
32651         (bug #137348)
32652
32653 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32654
32655         * po/LINGUAS:
32656         * po/sv.po:
32657           adding Swedish translation (Christian Rose)
32658
32659 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32660
32661         * Makefile.am: use release.mak
32662
32663 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32664
32665         * common/ChangeLog:
32666         * common/gst-autogen.sh:
32667           add some explanation about the version detection
32668         * configure.ac:
32669           fix X check
32670
32671 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32672
32673         * configure.ac: bump nano to 1
32674
32675 === release 0.8.0 ===
32676
32677 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32678
32679         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
32680
32681 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32682
32683         * configure.ac:
32684           update libtool version
32685         * gst-libs/gst/media-info/Makefile.am:
32686           actually use libtool version
32687
32688 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32689
32690         * configure.ac: fix speex detection to work with 1.0 but not 1.1
32691
32692 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32693
32694         * configure.ac:
32695         * gst-plugins.spec.in:
32696         * pkgconfig/Makefile.am:
32697         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
32698         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32699         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32700         * pkgconfig/gstreamer-libs.pc.in:
32701         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
32702         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32703         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
32704         * pkgconfig/gstreamer-plugins.pc.in:
32705           remove @VERSION@ from some of the pc files since core and plugins
32706           are decoupled.
32707           created gstreamer-plugins.pc as it's a better name, but keeping
32708           -libs around for now to get fixes upstream done first.
32709
32710 2004-03-15  Julien MOUTTE <julien@moutte.net>
32711
32712         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
32713         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
32714         * gst-libs/gst/play/play.h:
32715
32716 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32717
32718         * *.c, *.cc: don't mix tabs and spaces
32719
32720 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32721
32722         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
32723           use the new ffmpegcolorspace
32724         * gst-plugins.spec.in:
32725           package new colorspace and media-info
32726         * configure.ac:
32727         * pkgconfig/Makefile.am:
32728           fix some more disting issues
32729         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
32730         * pkgconfig/gstreamer-media-info.pc.in:
32731           generate media-info pc files
32732
32733 2004-03-15  Johan Dahlin  <johan@gnome.org>
32734
32735         * *.h: Revert indenting
32736
32737 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32738
32739         * configure.ac:
32740           adding ffmpegcolorspace element
32741         * gst/ffmpegcolorspace/Makefile.am:
32742         * gst/ffmpegcolorspace/avcodec.h:
32743         * gst/ffmpegcolorspace/common.h:
32744         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
32745         * gst/ffmpegcolorspace/dsputil.h:
32746         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
32747         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32748         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
32749         (gst_ffmpeg_caps_to_pix_fmt):
32750         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32752         (gst_ffmpegcolorspace_caps_remove_format_info),
32753         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
32754         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
32755         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
32756         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
32757         (gst_ffmpegcolorspace_set_property),
32758         (gst_ffmpegcolorspace_get_property),
32759         (gst_ffmpegcolorspace_register):
32760         * gst/ffmpegcolorspace/imgconvert.c:
32761         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
32762         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
32763         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
32764         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
32765         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
32766         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
32767         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
32768         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
32769         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
32770         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
32771         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
32772         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
32773         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
32774         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
32775         (img_get_alpha_info), (deinterlace_line),
32776         (deinterlace_line_inplace), (deinterlace_bottom_field),
32777         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
32778         * gst/ffmpegcolorspace/imgconvert_template.h:
32779         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
32780         * gst/ffmpegcolorspace/mmx.h:
32781         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
32782           adding ffmpegcolorspace element supplied by Ronald after cleaning
32783           up and pulling in the right bits of upstream source.
32784           I'm sure a better C/compiler wizard could do some cleaning up (for
32785           example use GLIB's malloc stuff), but as a first pass this
32786           works very well
32787
32788 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32789
32790         * ext/alsa/gstalsa.h:
32791           I assume Ronald forgot to commit the change to have cardname
32792           as a struct member.  Expect some public spanking at the next
32793           opportunity.
32794
32795 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32796
32797         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
32798         (gst_alsa_open_audio), (gst_alsa_close_audio):
32799         * ext/alsa/gstalsa.c:
32800           Don't open the device if we're a mixer (= padless).
32801         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
32802         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
32803         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
32804           Open mixer during state change rather than during object
32805           initialization. Also, get a device name. Currently in a somewhat
32806           hackish fashion, but I didn't really find something better.
32807
32808 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32809
32810         * *.c, *.h: run gst-indent
32811
32812 2004-03-14  Benjamin Otte  <otte@gnome.org>
32813
32814         * gst/modplug/gstmodplug.cc:
32815         * gst/modplug/gstmodplug.h:
32816           set correct timestamps on outgoing buffers
32817
32818 2004-03-14  Benjamin Otte  <otte@gnome.org>
32819
32820         * gst/modplug/gstmodplug.cc:
32821           handle events - don't do crap when a discont arrives that's not
32822           necessary
32823           This allows correct loading and playback of mods in Rhythmbox
32824
32825 2004-03-14  Benjamin Otte  <otte@gnome.org>
32826
32827         * configure.ac:
32828         * gst-libs/gst/gconf/Makefile.am:
32829         * pkgconfig/Makefile.am:
32830           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
32831           they get rebuilt properly
32832         * configure.ac:
32833           when checking for vorbis, try pkgconfig first.
32834         * gst/modplug/gstmodplug.cc:
32835           add fixate function
32836
32837 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32838
32839         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
32840           Fix for obvious mistake, where we first shift the offset and then
32841           read a samplesize element assuming the old offset. Note that this
32842           part still has something weird, i.e. my movies containing those
32843           don't actually play well, but at least there's something that looks
32844           like sound now.
32845
32846 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
32847         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
32848         (plugin_init):
32849         Add a typefind function for speex format
32850
32851 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32852
32853         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
32854         (gst_asf_demux_setup_pad):
32855           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
32856           instead of 0. Reason is simple: some elements have a fps range
32857           of 1-max instead of 0-max. So now ASF video actually works.
32858
32859 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32860
32861         * po/LINGUAS:
32862         * po/sr.po:
32863           adding serbian as a language
32864
32865 2004-03-13  Benjamin Otte  <otte@gnome.org>
32866
32867         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32868           return taglist correctly from _get function, don't gst_pad_push it.
32869           (fixes #137042)
32870
32871 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
32872         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
32873
32874 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32875
32876         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
32877         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
32878         (gst_alsa_mixer_track_new):
32879         * ext/alsa/gstalsamixertrack.h:
32880           Fix ancient leftovers... MixerTrack is a GObject.
32881
32882 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32883
32884         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
32885         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32886           Don't block during probing...
32887
32888 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32889
32890         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
32891         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
32892         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
32893         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
32894         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
32895         (gst_alsa_open_audio), (gst_alsa_close_audio):
32896         * ext/alsa/gstalsa.h:
32897           Add propertyprobe interface implementation, add some device-name
32898           property, all this so that it looks good in gnome-volume-control.
32899
32900 2004-03-12  David Schleef  <ds@schleef.org>
32901
32902         * configure.ac: the Hermes library controls hermescolorspace, not
32903         colorspace.
32904         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
32905         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
32906         not /* */
32907         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
32908         * ext/sdl/sdlvideosink.h: ditto.
32909         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
32910
32911 2004-03-12  Benjamin Otte  <otte@gnome.org>
32912
32913         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
32914         (gst_x_overlay_got_xwindow_id):
32915         * gst-libs/gst/xoverlay/xoverlay.h:
32916           replace XID with unsigned long to get rid of the xlibs dependency in
32917           XOverlay (fixes #137004)
32918
32919 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
32920         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
32921         (gst_agingtv_setup):
32922         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
32923         (gst_dicetv_base_init), (gst_dicetv_class_init),
32924         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
32925         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
32926         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
32927         (gst_edgetv_setup), (gst_edgetv_rgb32):
32928         * gst/effectv/gsteffectv.c:
32929         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
32930         (gst_quarktv_set_property):
32931         * gst/effectv/gstrev.c: (gst_revtv_get_type),
32932         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
32933         (gst_revtv_setup), (gst_revtv_rgb32):
32934         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
32935         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
32936         (gst_shagadelictv_init), (gst_shagadelictv_setup),
32937         (gst_shagadelictv_rgb32):
32938         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
32939         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
32940         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
32941         * gst/effectv/gstwarp.c:
32942         Port everything that can be ported to videofilter and fix up the caps.
32943         Can someone with a big-endian machine please check these?
32944
32945 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32946
32947         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
32948         (gst_osssink_chain), (gst_osssink_change_state):
32949           Latest fixes for A/V sync, audio playback and such. This is about
32950           all... MPEG playback issues are mostly related to the async build-
32951           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
32952
32953 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
32954
32955         patch from: Stephane Loeuillet
32956
32957         * configure.ac:
32958           use pkg-config for some libraries, falling back to the old .m4 way
32959           (fixes #131270)
32960         * m4/libdv.m4:
32961           removed
32962
32963 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
32964
32965         * configure.ac:
32966         * tools/Makefile.am:
32967         * tools/Makefile.in:
32968         * tools/gst-launch-ext-m.m:
32969         * tools/gst-launch-ext.1.in:
32970         * tools/gst-visualise-m.m:
32971         * tools/gst-visualise.1:
32972         * tools/gst-visualise.1.in:
32973           reorganizing generation of script tools
32974
32975 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32976
32977         * ext/divx/gstdivxdec.c:
32978           Downgrade priority. We prefer ffdec_mpeg4.
32979         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
32980         (gst_faad_chain), (gst_faad_change_state):
32981           Fix capsnego. Doesn't work for some sounds because we don't have
32982           a 5:1 to stereo element.
32983         * ext/xvid/gstxvid.c: (plugin_init):
32984           Add priority.
32985         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32986         (gst_osssink_change_state):
32987           Add discont handling.
32988
32989 2004-03-09  Colin Walters  <walters@verbum.org>
32990
32991         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
32992         conversion.
32993
32994 2004-03-09  Benjamin Otte  <otte@gnome.org>
32995
32996         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32997           the signals take 2 arguments
32998
32999 2004-03-09  David Schleef  <ds@schleef.org>
33000
33001         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
33002         (gst_alsa_fixate): Add fixate function.  (bug #136686)
33003         * ext/alsa/gstalsa.h:
33004         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
33005
33006 2004-03-09  Benjamin Otte  <otte@gnome.org>
33007
33008         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
33009         (gst_mikmod_change_state):
33010         * ext/mikmod/gstmikmod.h:
33011           make mikmod's loop function not loop infinitely and call
33012           gst_element_yield anymore
33013         * gst/modplug/gstmodplug.cc:
33014           fix pad negotiation (fixes #136590)
33015
33016 2004-03-09  David Schleef  <ds@schleef.org>
33017
33018         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
33019         doesn't conflict with the internal colorspace plugin.
33020         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
33021         satisfy the crappy-ass shell shipped by a certain vendor.
33022         * gst/videofilter/make_filter: same (bug #135299)
33023
33024 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33025
33026         * configure.ac: bump nano to 1
33027
33028 === release 0.7.6 ===
33029
33030 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33031
33032         * configure.in: releasing 0.7.6, "There"
33033
33034 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33035
33036         * pkgconfig/gstreamer-play-uninstalled.pc.in:
33037         * pkgconfig/gstreamer-play.pc.in:
33038           synchronize the two
33039
33040 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33041
33042         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
33043         (cdparanoia_open), (cdparanoia_event):
33044           fix/add error handling
33045         * po/POTFILES.in:
33046           add cdparanoia source
33047         * tools/Makefile.am:
33048           make scripts executable
33049
33050 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33051
33052         * configure.ac:
33053         * ext/vorbis/Makefile.am:
33054         * sys/Makefile.am:
33055           remove id3types, vorbisfile and xvideosink from the build (#133783)
33056
33057 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33058
33059         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33060           Fix metadata read crash (#136537).
33061
33062 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33063
33064         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
33065         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
33066           adding mime types, fixing the one-stop function
33067
33068 2004-03-08  Christian Schaller <Uraeus@gnome.org>
33069
33070         * ext/nas/nassink.c and /ext/nas/nassink.h:
33071         More NAS love from Arwed von Merkatz
33072         So lets all sing 'Can you feel the NAS tonight'
33073
33074 2004-03-08  Christian Schaller <Uraeus@gnome.org>
33075
33076         * tools/gst-launch-ext.in:
33077         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
33078
33079 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33080
33081         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
33082         (gst_mpeg2dec_init):
33083         remove the user_data pad for now, because it is being used in
33084         fixating causing MPEG playback to fixate on 1000 Hz for playback.
33085         If someone knows how to fix this properly, please do.
33086
33087 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33088
33089         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
33090         (gst_osssink_get_time):
33091         add a warning, IMO this won't get triggered anymore, remove later
33092
33093 2004-03-07  David Schleef  <ds@schleef.org>
33094
33095         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
33096         format (bug #136470)
33097
33098 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33099
33100         * gst-libs/Makefile.am:
33101         * gst-libs/gst/media-info/Makefile.am:
33102         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
33103         (error_callback), (gst_media_info_error_create),
33104         (gst_media_info_error_element), (gmip_init), (gmip_reset),
33105         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
33106         * gst-libs/gst/media-info/media-info-priv.h:
33107         * gst-libs/gst/media-info/media-info-test.c: (main):
33108         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
33109         (gst_media_info_class_init), (gst_media_info_instance_init),
33110         (gst_media_info_set_source), (gst_media_info_read_with_idler),
33111         (gst_media_info_read_idler), (gst_media_info_read):
33112         * gst-libs/gst/media-info/media-info.h:
33113         fixed, should work now
33114
33115 2004-03-07  Christian Schaller <Uraeus@gnome.org>
33116
33117         * ext/nas/nassink.c:
33118         A bunch of NAS fixes from Arwed von Merkatz
33119
33120 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33121
33122         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
33123         (qtdemux_parse_trak):
33124           Fix crash (j might be greater than n_samples, in which case we're
33125           writing outside the allocated space for the array) and memleak.
33126
33127 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33128
33129         * sys/oss/gstosssink.c: (gst_osssink_chain):
33130           And another caller that couldn't handle delay < 0 (unsigned
33131           integer overflow). Video now continues playing on an audio
33132           buffer underrun, and the clock continues working. Audio still
33133           stalls.
33134
33135 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33136
33137         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
33138         (gst_osssink_get_time):
33139           get_delay() may return values lower than 0. In those cases, we
33140           should not actually cast to *unsigned* int64, that will break
33141           stuff horribly. In my case, it screwed up A/V sync in movies
33142           in totem rather badly.
33143
33144 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
33145
33146         * ext/faac/gstfaac.c: (gst_faac_chain):
33147         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33148         * ext/libpng/gstpngenc.c: (user_write_data):
33149         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33150         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
33151         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
33152         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
33153         Fix several misuse of gst_buffer_merge (it doesn't take ownership
33154         of any buffer), should fix some leaks. I hope I didn't unref buffers
33155         that shouldn't be...
33156
33157 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33158
33159         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
33160         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
33161         (error_callback), (gmi_reset), (gmi_seek_to_track),
33162         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
33163         (gmip_find_type_post), (gmip_find_stream_post),
33164         (gmip_find_track_streaminfo_post):
33165         * gst-libs/gst/media-info/media-info-priv.h:
33166         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
33167         (info_print), (main):
33168         * gst-libs/gst/media-info/media-info.c:
33169         (gst_media_info_error_create), (gst_media_info_error_element),
33170         (gst_media_info_instance_init), (gst_media_info_get_property),
33171         (gst_media_info_new), (gst_media_info_set_source),
33172         (gst_media_info_read_idler), (gst_media_info_read):
33173         * gst-libs/gst/media-info/media-info.h:
33174           first pass at making this work again.  This seems to work on
33175           tagged ogg/vorbis and mp3 files.
33176
33177 2004-03-06  Benjamin Otte  <otte@gnome.org>
33178
33179         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33180           fix huge leak: gst_buffer_merge doesn't unref the first argument
33181           itself.
33182
33183 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33184
33185         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
33186           report layer/mode/emphasis
33187
33188 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
33189
33190         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
33191
33192 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33193
33194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
33195           signal serial
33196
33197 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33198
33199         * ext/vorbis/vorbis.c: (plugin_init):
33200         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33201         (gst_vorbis_dec_init), (vorbis_dec_event):
33202         add debug category
33203         make vorbisdec handle _BYTE and _TIME queries
33204
33205 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
33206
33207         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
33208           from the xing header
33209
33210 2004-03-06  Benjamin Otte  <otte@gnome.org>
33211
33212         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
33213         (gst_audio_convert_link), (gst_audio_convert_change_state),
33214         (gst_audio_convert_buffer_from_default_format):
33215           do conversions from/to float correctly, fix some caps nego errors,
33216           export correct supported caps in template and getcaps, use correct
33217           caps in try_set_caps functions
33218
33219 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
33220
33221         For some reason, I only committed a ChangeLog entry yesterday and
33222         not the corresponding code...
33223         * ext/mad/gstmad.c: Fix detection of Xing headers
33224         * gst/tags/gstid3tag.c: Changes to support TLEN tags
33225
33226 2004-03-06  Benjamin Otte  <otte@gnome.org>
33227
33228         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
33229         (gst_ogg_demux_src_query):
33230           make sure to handle the case where there's no current chain
33231           gracefully.
33232
33233 2004-03-05  David Schleef  <ds@schleef.org>
33234
33235         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
33236         Add fixate function. (bug #131128)
33237         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
33238         (gst_sdlvideosink_fixate):  Add fixate function.
33239         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33240         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
33241         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
33242         Fix missing break that was causing ulaw to be interpreted as
33243         raw int.
33244
33245 2004-03-05  David Schleef  <ds@schleef.org>
33246
33247         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
33248         Fix code that ignores return value of gst_buffer_merge().
33249         (bug #114560)
33250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
33251         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
33252         * testsuite/gst-lint:  Check for above.
33253
33254 2004-03-05  David Schleef  <ds@schleef.org>
33255
33256         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
33257         caps and throw an element error.  (bug #136334)
33258
33259 2004-03-05  David Schleef  <ds@schleef.org>
33260
33261         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
33262         (gst_faad_chain): Fix negotiation.
33263         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
33264         key and button events.
33265         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
33266         dung heap of code.
33267         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
33268         depends on gconf
33269         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
33270         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33271         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
33272         function to encourage better negotiation, particularly between
33273         audioconvert and osssink.
33274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
33275         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
33276         more important.
33277         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
33278         typefinding.
33279         * gst/vbidec/vbiscreen.c:  Add glib header
33280         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
33281
33282 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
33283
33284         * ext/mad/gstmad.c: Fix detection of Xing headers
33285         * gst/tags/gstid3tag.c: Changes to support TLEN tags
33286
33287 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33288
33289         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33290         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
33291           debug updates
33292
33293 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
33294
33295         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33296         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
33297         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
33298         files, and report the parsed length as a GST_TAG_DURATION tag.
33299         * gst/tags/gstid3tag.c: support TLEN (duration) tag
33300
33301 2004-03-05  Benjamin Otte  <otte@gnome.org>
33302
33303         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
33304           convert channels correctly. convert correctly to unsigned.
33305
33306 2004-03-05  Julien MOUTTE <julien@moutte.net>
33307
33308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
33309         we have a window before clearing it.
33310
33311 2004-03-05  Julien MOUTTE <julien@moutte.net>
33312
33313         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
33314         have a window before clearing it.
33315
33316 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33317
33318         * gconf/gstreamer.schemas.in:
33319         * gst-libs/gst/gconf/Makefile.am:
33320           version installation path the same way as for 0.6
33321         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
33322         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33323         * pkgconfig/gstreamer-play-uninstalled.pc.in:
33324           remove comment that was fixed
33325
33326 2004-03-05  David Schleef  <ds@schleef.org>
33327
33328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
33329         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
33330         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
33331         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
33332         Add prototype code for handling seeking and querying.
33333
33334 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33335
33336         * examples/gstplay/player.c: (main):
33337           Initialize variables to NULL. Prevents a segfault because the
33338           (uninitialized) variable is not NULL, resulting in a crash on
33339           trying to reach error->message.
33340
33341 2004-03-05  Benjamin Otte  <otte@gnome.org>
33342
33343         * gst/audioconvert/gstaudioconvert.c:
33344         (gst_audio_convert_buffer_to_default_format):
33345         make float=>int conversion work correctly even in cornercases.
33346
33347 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
33348
33349         * debian/README.Debian:
33350         * debian/build-deps:
33351         * debian/changelog:
33352         * debian/control:
33353         * debian/control.in:
33354         * debian/copyright:
33355         * debian/gstreamer-a52dec.files:
33356         * debian/gstreamer-aa.files:
33357         * debian/gstreamer-alsa.files:
33358         * debian/gstreamer-alsa.manpages:
33359         * debian/gstreamer-arts.files:
33360         * debian/gstreamer-artsd.files:
33361         * debian/gstreamer-audiofile.files:
33362         * debian/gstreamer-avifile.files:
33363         * debian/gstreamer-cdparanoia.files:
33364         * debian/gstreamer-colorspace.files:
33365         * debian/gstreamer-doc.files:
33366         * debian/gstreamer-dv.files:
33367         * debian/gstreamer-dvd.files:
33368         * debian/gstreamer-esd.files:
33369         * debian/gstreamer-festival.files:
33370         * debian/gstreamer-flac.files:
33371         * debian/gstreamer-gconf.conffiles:
33372         * debian/gstreamer-gconf.files:
33373         * debian/gstreamer-gconf.postinst:
33374         * debian/gstreamer-gnomevfs.files:
33375         * debian/gstreamer-gsm.files:
33376         * debian/gstreamer-http.files:
33377         * debian/gstreamer-jack.files:
33378         * debian/gstreamer-jpeg.files:
33379         * debian/gstreamer-mad.files:
33380         * debian/gstreamer-mikmod.files:
33381         * debian/gstreamer-misc.files:
33382         * debian/gstreamer-mpeg2dec.files:
33383         * debian/gstreamer-oss.files:
33384         * debian/gstreamer-plugin-apps.files:
33385         * debian/gstreamer-plugin-apps.manpages:
33386         * debian/gstreamer-plugin-libs-dev.files:
33387         * debian/gstreamer-plugin-libs.files:
33388         * debian/gstreamer-plugin-template.postinst:
33389         * debian/gstreamer-plugin-template.postrm:
33390         * debian/gstreamer-sdl.files:
33391         * debian/gstreamer-sid.files:
33392         * debian/gstreamer-vorbis.files:
33393         * debian/gstreamer-x.files:
33394         * debian/mk.control:
33395         * debian/rules:
33396         Debian package info not maintained here.
33397
33398 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33399
33400         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
33401         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
33402         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
33403         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
33404         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
33405         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
33406         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
33407         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
33408         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
33409         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
33410         * gst-libs/gst/colorbalance/colorbalance.c:
33411         (gst_color_balance_class_init):
33412         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33413         (gst_color_balance_channel_class_init):
33414         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
33415         * gst-libs/gst/play/play.c: (gst_play_class_init):
33416         * gst-libs/gst/propertyprobe/propertyprobe.c:
33417         (gst_property_probe_iface_init):
33418         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
33419         * gst-libs/gst/tuner/tunerchannel.c:
33420         (gst_tuner_channel_class_init):
33421         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
33422         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
33423         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
33424         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
33425         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
33426         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33427         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33428         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
33429         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
33430           fix signals to use - instead of _
33431         * ext/libcaca/gstcacasink.h:
33432         * ext/sdl/sdlvideosink.h:
33433           fix header rename
33434
33435 2004-03-04  David Schleef  <ds@schleef.org>
33436
33437         * testsuite/gst-lint:  Add a check for bad signal names.
33438
33439 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
33440
33441         reviewed by David Schleef
33442
33443         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
33444         modified the alpha channel and caused a warning. (bug #136192)
33445
33446 2004-04-03  Christian Schaller <Uraeus@gnome.org>
33447
33448         * gst-plugins.spec.in:
33449         Change names of plugins to actually be correct. Try to keep things
33450         alphabetical to avoid getting beat up by Thomas
33451
33452 2004-03-03  Julien MOUTTE <julien@moutte.net>
33453
33454         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
33455         Using ximagesink as a default if no gconf key found. We should
33456         probably consider using alsasink instead of osssink for the audio
33457         part.
33458
33459 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33460
33461         * configure.ac:
33462           fix --with-plugins, don't think it ever worked before
33463         * gst-plugins.spec.in:
33464           even more updates
33465
33466 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33467
33468         * ext/sdl/sdlvideosink.h:
33469         * sys/ximage/ximagesink.h:
33470         * sys/xvideo/xvideosink.h:
33471         * sys/xvimage/xvimagesink.h:
33472           Fix for move of gstvideosink.h -> videosink.h.
33473
33474 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33475
33476         * gst-libs/gst/xwindowlistener/Makefile.am:
33477           this is a plugin library, not a library
33478
33479 2004-03-01  David Schleef  <ds@schleef.org>
33480
33481         * AUTHORS:  Added some names.  Add yourself if you're still
33482         missing.
33483
33484 2004-03-01  David Schleef  <ds@schleef.org>
33485
33486         * MAINTAINERS: Add
33487
33488 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33489
33490         * gst-plugins.spec.in: clean up spec file
33491
33492 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33493
33494         * gst-libs/gst/video/Makefile.am:
33495         * gst-libs/gst/video/gstvideosink.c:
33496         * gst-libs/gst/video/gstvideosink.h:
33497           rename gstvideosink.h to videosink.h to match other headers
33498         * gst/mixmatrix/Makefile.am:
33499           fix plugin filename
33500         * gst/tags/Makefile.am: fix plugin filename
33501
33502 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33503
33504         * gst/tags/Makefile.am: fix plugin filename
33505
33506 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33507
33508         * examples/gstplay/player.c: (got_time_tick), (main):
33509           add error handler
33510           display time_tick more readably
33511         * gst/mixmatrix/Makefile.am:
33512           fix plugin file name
33513
33514 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
33515
33516         * sys/oss/gstosselement.c: (gst_osselement_probe),
33517         (device_combination_append), (gst_osselement_class_probe_devices):
33518         * sys/oss/gstosselement.h:
33519           Reworked enumeration of oss dsps and mixers so that gst-mixer works
33520           on my system using alsa oss emulation, fixes bug #135597
33521
33522 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33523
33524         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
33525         (gst_videodrop_chain), (gst_videodrop_change_state):
33526         * gst/videodrop/gstvideodrop.h:
33527           Work based on timestamp of input data, not based on the expected
33528           framerate from the input. The consequence is that this element now
33529           not only scales framerates, but also functions as a framerate
33530           corrector or framerate stabilizer/constantizer.
33531
33532 2004-02-27  David Schleef  <ds@schleef.org>
33533
33534         patches from jmmv@menta.net (Julio M. Merino Vidal)
33535
33536         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
33537         GST_ELEMENT_ERROR call (bug #135634)
33538         * gst/interleave/interleave.c: (interleave_buffered_loop),
33539         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
33540         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
33541         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
33542         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
33543         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
33544         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33545         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
33546         Fix GST_ELEMENT_ERROR call.
33547         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
33548         GST_ELEMENT_ERROR call.
33549
33550 2004-02-27  Benjamin Otte  <otte@gnome.org>
33551
33552         * gst-libs/gst/audio/audio.h:
33553           add macro to make sure header isn't included twice
33554         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
33555           don't use gst_buffer_free
33556         * gst/playondemand/filter.func:
33557           don't use gst_data_free. Free data only once.
33558
33559 2004-02-26  David Schleef  <ds@schleef.org>
33560
33561         * gst-libs/gst/colorbalance/Makefile.am:
33562         * gst-libs/gst/mixer/Makefile.am:
33563         * gst-libs/gst/tuner/Makefile.am:
33564         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
33565         should not be disted, -marshal.h files should not be installed,
33566         and -enum.h files _should_ be installed.  Fix to make this the
33567         case.
33568
33569 === release 0.7.5 ===
33570
33571 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33572
33573         * configure.ac: release 0.7.5, "Under The Sea"
33574
33575 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33576
33577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
33578         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
33579         * gst/videoscale/gstvideoscale.c:
33580         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33581           assorted debug/warning fixes
33582
33583 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33584
33585         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
33586         (gst_videoscale_init), (gst_videoscale_chain),
33587         (gst_videoscale_set_property), (plugin_init):
33588         * gst/videoscale/gstvideoscale.h:
33589         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33590         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
33591         (gst_videoscale_planar400), (gst_videoscale_packed422),
33592         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
33593         (gst_videoscale_24bit), (gst_videoscale_16bit),
33594         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
33595         (gst_videoscale_scale_plane_slow),
33596         (gst_videoscale_scale_point_sample),
33597         (gst_videoscale_scale_nearest),
33598         (gst_videoscale_scale_nearest_str2),
33599         (gst_videoscale_scale_nearest_str4),
33600         (gst_videoscale_scale_nearest_32bit),
33601         (gst_videoscale_scale_nearest_24bit),
33602         (gst_videoscale_scale_nearest_16bit):
33603         add debugging category and use it properly
33604         fix use of GST_PTR_FORMAT
33605
33606 2004-02-25  Andy Wingo  <wingo@pobox.com>
33607
33608         * gst/interleave/interleave.c (interleave_buffered_loop): Always
33609         push only when channel->buffer is NULL. Prevents segfaults doing
33610         the state change after a nonlocal exit, like a scheme exception.
33611
33612         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
33613         Handle the case where the intersected caps is empty.
33614
33615 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33616
33617         * gst/law/mulaw-decode.c: (mulawdec_link):
33618         * gst/law/mulaw.c: (plugin_init):
33619           fix mulawdec so it actually works again
33620
33621 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
33622
33623         reviewed by: David Schleef  <ds@schleef.org>
33624
33625         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
33626         (gst_gamma_init), (gst_gamma_set_property),
33627         (gst_gamma_get_property), (gst_gamma_calculate_tables),
33628         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
33629         for RGB, with separate r g and b correction factors. (#131167)
33630
33631 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33632
33633         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33634           only signal tags for bitrate if they're > 0 (#134894)
33635
33636 2004-02-24  David Schleef  <ds@schleef.org>
33637
33638         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
33639         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
33640         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
33641         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
33642         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
33643         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
33644         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
33645         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
33646         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
33647         category.  Attempt to fix timestamp calculation.
33648
33649 2004-02-24  Johan Dahlin  <johan@gnome.org>
33650
33651         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
33652
33653 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33654
33655         * configure.ac:
33656         * gconf/Makefile.am:
33657         * gconf/gstreamer.schemas:
33658         * gst-libs/gst/gconf/Makefile.am:
33659         * gst-libs/gst/gconf/gconf.c:
33660           version gconf schemas and install locations
33661
33662 2004-02-23  Benjamin Otte  <otte@gnome.org>
33663
33664         * ext/xine/xineinput.c: (gst_xine_input_dispose):
33665         (gst_xine_input_subclass_init):
33666           call parent dispose.
33667           change pad template for CD reader correctly
33668         * ext/xine/Makefile.am:
33669         * ext/xine/gstxine.h:
33670         * ext/xine/xine.c: (plugin_init):
33671         * ext/xine/xineaudiosink.c:
33672           wrap audio sinks, too
33673         * gst-libs/gst/resample/private.h:
33674         * gst-libs/gst/resample/resample.c: (gst_resample_init),
33675         (gst_resample_reinit), (gst_resample_scale),
33676         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
33677         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
33678         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
33679         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
33680         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
33681         * gst-libs/gst/resample/resample.h:
33682         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
33683         (gst_audioscale_class_init), (gst_audioscale_link),
33684         (gst_audioscale_get_buffer), (gst_audioscale_init),
33685         (gst_audioscale_chain), (gst_audioscale_set_property),
33686         (gst_audioscale_get_property):
33687         * gst/audioscale/gstaudioscale.h:
33688           s/resample_*/gst_resample_*/i to not clobber namespaces
33689
33690 2004-02-23  Julien MOUTTE  <julien@moutte.net>
33691
33692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
33693         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
33694         (gst_riff_create_video_template_caps),
33695         (gst_riff_create_audio_template_caps),
33696         (gst_riff_create_iavs_template_caps):
33697         * gst-libs/gst/riff/riff-media.h:
33698         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
33699         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
33700         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
33701         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
33702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
33703         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
33704         (gst_matroska_demux_plugin_init): First batch implementing audio and
33705         video codec tags in demuxers.
33706
33707 2004-02-22  Benjamin Otte  <otte@gnome.org>
33708
33709         * ext/xine/Makefile.am:
33710         * ext/xine/gstxine.h:
33711         * ext/xine/xine.c: (plugin_init):
33712         * ext/xine/xineinput.c:
33713           add input plugin wrapper. Playback from files, http, mms and cdda
33714           works.
33715         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
33716           remove leftover G_GNUC_UNUSED
33717         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
33718         (gst_asf_demux_identify_guid):
33719           improve debugging output
33720
33721 2004-02-22  Benjamin Otte  <otte@gnome.org>
33722
33723         reported by: Padraig O'Briain <padraig.obriain@sun.com>
33724
33725         * autogen.sh:
33726           replace test -e with test -x for mkinstalldirs to be more portable.
33727           (fixes #134816)
33728
33729 2004-02-22  Benjamin Otte  <otte@gnome.org>
33730
33731         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
33732
33733         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
33734           set rank to PRIMARY
33735         * gst/volume/gstvolume.c: (plugin_init):
33736           set rank to NONE
33737         fixes #134960
33738
33739 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
33740
33741         reviewed by Benjamin Otte  <otte@gnome.org>
33742
33743         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33744           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
33745
33746 2004-02-22  Benjamin Otte  <otte@gnome.org>
33747
33748         * configure.ac:
33749           export [_]*{gst,Gst,GST}.* symbols from plugins
33750
33751 2004-02-22  Christophe Fergeau <teuf@gnome.org>
33752
33753         reviewed by: Benjamin Otte  <otte@gnome.org>
33754
33755         * ext/lame/gstlame.c: (add_one_tag):
33756         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
33758         (gst_vorbisenc_metadata_set1):
33759         * gst/tags/gstid3tag.c:
33760         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
33761           apply fixes from bugs #135042 (lame can't write tags) and #133817
33762           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
33763
33764 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
33765
33766         * configure.ac: Export only gst_plugin_desc from plugins.
33767          Note that this change only makes any effect with Linux using libtool
33768          1.5.2 or higher. Otherwise it is silently ignored, but it would build
33769          fine. And don't try to have several versions of libtool in different
33770          directories.
33771
33772 2004-02-20  Andy Wingo  <wingo@pobox.com>
33773
33774         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
33775         interleave respectively.
33776
33777         * gst/interleave/deinterleave.c: New plugin: deinterleave
33778         (replaces on oneton).
33779         * gst/interleave/interleave.c: New plugin: interleave.
33780         * gst/interleave/plugin.h: Support file.
33781         * gst/interleave/plugin.c: Support file.
33782
33783         * configure.ac: Remove intfloat and oneton, add interleave.
33784
33785         * ext/sndfile/gstsf.c: Handle events better.
33786
33787         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
33788         and float2int operation. int2float has scheduling problems as
33789         noted in in2float_chain.
33790
33791 2004-02-20  Benjamin Otte  <otte@gnome.org>
33792
33793         * ext/xine/Makefile.am:
33794         * ext/xine/gstxine.h:
33795         * ext/xine/xine.c:
33796         * ext/xine/xineaudiodec.c:
33797         * ext/xine/xinecaps.c:
33798           add first version of xine plugin wrapper. Currently only wraps the
33799           QDM2 win32 DLL, and even that only in proof-of-concept quality.
33800         * configure.ac:
33801         * ext/Makefile.am:
33802           add xine plugin wrapper, disabled by default. Use --enable-xine to
33803           build. Note that it'll segfault on gst-register if you don't remove
33804           the goom and tvtime post plugins from xine.
33805         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
33806         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
33807           add extradata parsing for QDM2.
33808           change around debugging prints.
33809
33810 2004-02-19  Benjamin Otte  <otte@gnome.org>
33811
33812         * ext/lame/gstlame.c: (gst_lame_chain):
33813         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33814           use gst_tag_list_insert when you want to insert tags
33815
33816 2004-02-18  David Schleef  <ds@schleef.org>
33817
33818         * configure.ac:  Move massink to gst-rotten
33819         * ext/Makefile.am:
33820         * ext/mas/Makefile.am:
33821         * ext/mas/massink.c:
33822         * ext/mas/massink.h:
33823
33824 2004-02-18  David Schleef  <ds@schleef.org>
33825
33826         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
33827         typefinding, since it seems to be worse than nothing.
33828         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
33829         atom to recognize .mp4 and .m4a files as video/quicktime.
33830
33831 2004-02-18  David Schleef  <ds@schleef.org>
33832
33833         * gst/sine/demo-dparams.c: (quit_live),
33834         (dynparm_log_value_changed), (dynparm_value_changed), (main):
33835         Use double dparams, not float.
33836         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33837         (gst_sinesrc_init): Change sync default to FALSE, since multiple
33838         sync'd elements don't really work correctly.
33839         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
33840         (volume_update_volume), (volume_get_property):  Change dparam
33841         to double.
33842
33843 2004-02-18  Julien MOUTTE  <julien@moutte.net>
33844
33845         * sys/ximage/ximagesink.c:
33846         (gst_ximagesink_xwindow_update_geometry),
33847         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
33848         (gst_ximagesink_change_state), (gst_ximagesink_expose),
33849         (gst_ximagesink_init): Rework the way software video scaling works. So
33850         now we check on each chain call if the video frames are feeling the
33851         window. If not we try to renegotiate caps. On failure we memorize that
33852         and we won't try again for that PLAYING sessions.
33853         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
33854         failure.
33855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
33856         synchronous flag.
33857
33858 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33859
33860         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
33861           break up _link so we can give a better debug message for errors
33862
33863 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33864
33865         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33866           set up debug category
33867
33868 2004-02-18  Julien MOUTTE <julien@moutte.net>
33869
33870         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33871         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
33872         the way renegotiation work. The event handling function is not taking
33873         care of external windows and renegotiate method check for pad flags
33874         NEGOTIATING. Should fix : #133209
33875
33876 2004-02-17  Julien MOUTTE  <julien@moutte.net>
33877
33878         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
33879         pad is negotiating before trying renegotiation.
33880
33881 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33882
33883         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33884           pass on all possible mime types as typefind hints
33885
33886 2004-02-17  Julien MOUTTE <julien@moutte.net>
33887
33888         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
33889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
33890         possible SHM leak if we crash. All other apps using XShm are doing
33891         that.
33892
33893 2004-02-17  Julien MOUTTE  <julien@moutte.net>
33894
33895         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33896         (gst_ximagesink_expose): Renegotiate size on expose.
33897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
33898         size on expose.
33899
33900 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33901
33902         * testsuite/alsa/sinesrc.c:
33903           cosmetic fix to fix compile issue with gcc 2.95.4
33904
33905 2004-02-16  Julien MOUTTE <julien@moutte.net>
33906
33907         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33908         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
33909         failed opening the audio device.
33910         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33911         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
33912         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
33913         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
33914         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
33915         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
33916         (gst_ximagesink_change_state), (gst_ximagesink_chain),
33917         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
33918         Removing some useless g_return_if_fail like wingo suggested.
33919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33920         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
33921         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
33922         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
33923         (gst_xvimagesink_update_colorbalance),
33924         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
33925         (gst_xvimagesink_xcontext_clear),
33926         (gst_xvimagesink_get_fourcc_from_caps),
33927         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33928         (gst_xvimagesink_set_xwindow_id),
33929         (gst_xvimagesink_colorbalance_list_channels),
33930         (gst_xvimagesink_colorbalance_set_value),
33931         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
33932         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
33933
33934 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
33935
33936         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
33937           throw error when not negotiated instead of asserting
33938
33939 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33940
33941         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
33942         correct data refcounting.
33943
33944 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33945
33946         * gst/switch/gstswitch.c: (gst_switch_change_state),
33947         (gst_switch_class_init): Cleaning the sinkpads correctly on state
33948         change, mostly the EOS flag.
33949
33950 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33951
33952         * examples/gstplay/player.c: (got_eos), (main): Adding some
33953         output for debugging.
33954         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
33955         timeouts if we go to any state different from PLAYING.
33956         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
33957         more EOS bugs in riff lib.
33958
33959 2004-02-14  Julien MOUTTE  <julien@moutte.net>
33960
33961         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
33962         visualization until i find a way to fix switch correctly.
33963         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
33964         EOS arrives.
33965         * gst/switch/gstswitch.c: (gst_switch_release_pad),
33966         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
33967         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
33968         Reworked switch to get a more correct behaviour with events and refing
33969         of data stored in sinkpads.
33970         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
33971         we don't pull from a pad in EOS.
33972
33973 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33974
33975         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33976           remove v1 tag even if we can't read it (makes sure we don't detect
33977           it again)
33978
33979 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33980
33981         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
33982         (gst_alsa_xrun_recovery):
33983         * ext/alsa/gstalsa.h:
33984           try xrun recovery when wait failed. Make xrun recovery function
33985           return TRUE/FALSE to indicate success. (might fix #134354)
33986
33987 2004-02-13  David Schleef  <ds@schleef.org>
33988
33989         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
33990         (dynparm_value_changed), (main): Convert from float to double.
33991         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
33992
33993 2004-02-13  David Schleef  <ds@schleef.org>
33994
33995         * gst/silence/gstsilence.c: (gst_silence_class_init),
33996         (gst_silence_set_clock), (gst_silence_get),
33997         (gst_silence_set_property), (gst_silence_get_property):
33998         * gst/silence/gstsilence.h: Add sync property.
33999         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
34000         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
34001         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
34002         * gst/sine/gstsinesrc.h: Add sync property.
34003
34004 2004-02-13  David Schleef  <ds@schleef.org>
34005
34006         * gst/intfloat/gstint2float.c: (conv_f32_s16),
34007         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
34008
34009 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34010
34011         * configure.ac:
34012         * ext/Makefile.am:
34013         * gst-libs/ext/Makefile.am:
34014           move ffmpeg plugin to gst-ffmpeg module
34015
34016 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34017
34018         * configure.ac: use GST_ARCH to detect architecture
34019
34020 2004-02-12  Julien MOUTTE  <julien@moutte.net>
34021
34022         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
34023
34024 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34025
34026         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
34027           classify LADSPA plugins based on number of src/sink pads
34028           (#133663, Stefan Kost)
34029         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
34030           fix dparams registration
34031           (#133528, Stefan Kost)
34032         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
34033           fix use of isprint and use g_ascii_isprint instead
34034           (#133316, Stefan Kost)
34035
34036 2004-02-11  David Schleef  <ds@schleef.org>
34037
34038         Convert a few inner loops to use liboil.  This is currently
34039         optional, and is only enabled if liboil is present (duh!).
34040         * configure.ac: Check for liboil-0.1
34041         * gst/intfloat/Makefile.am:
34042         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
34043         (gst_int2float_chain_gint16):
34044         * gst/videofilter/Makefile.am:
34045         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
34046         (tablelookup_u8), (gst_videobalance_planar411):
34047         * gst/videotestsrc/Makefile.am:
34048         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
34049         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
34050         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
34051         (paint_hline_RGB565), (paint_hline_xRGB1555):
34052
34053 2004-02-11  David Schleef  <ds@schleef.org>
34054
34055         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
34056         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
34057         (gst_colorspace_getcaps), (gst_colorspace_link),
34058         (gst_colorspace_base_init), (gst_colorspace_init),
34059         (gst_colorspace_chain), (gst_colorspace_change_state),
34060         (plugin_init): Merge Ronald's patch (bug #117897) and update
34061         for new caps and negotiation.  Seems to work, although it
34062         shows off bugs in lcs.
34063
34064 2004-02-11  David Schleef  <ds@schleef.org>
34065
34066         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
34067         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
34068
34069 2004-02-11  David Schleef  <ds@schleef.org>
34070
34071         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
34072         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
34073         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
34074         Add server and port properties
34075
34076 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
34077
34078         * m4/a52.m4:
34079         * m4/aalib.m4:
34080         * m4/as-ffmpeg.m4:
34081         * m4/as-liblame.m4:
34082         * m4/as-slurp-ffmpeg.m4:
34083         * m4/check-libheader.m4:
34084         * m4/esd.m4:
34085         * m4/freetype2.m4:
34086         * m4/gconf-2.m4:
34087         * m4/glib.m4:
34088         * m4/gst-alsa.m4:
34089         * m4/gst-artsc.m4:
34090         * m4/gst-ivorbis.m4:
34091         * m4/gst-matroska.m4:
34092         * m4/gst-sdl.m4:
34093         * m4/gst-shout2.m4:
34094         * m4/gst-sid.m4:
34095         * m4/gtk.m4:
34096         * m4/libdv.m4:
34097         * m4/libfame.m4:
34098         * m4/libmikmod.m4:
34099         * m4/ogg.m4:
34100         * m4/vorbis.m4:
34101           fix underquotedness of macros (#133800)
34102         * m4/as-avifile.m4:
34103         * m4/xmms.m4:
34104           removed because no longer used
34105
34106 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
34107
34108         * configure.ac:
34109           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
34110           by autopoint (fixes #132996)
34111
34112 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34113
34114         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
34115         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
34116         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
34117         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
34118           fix memleaks
34119
34120 2004-02-11  David Schleef  <ds@schleef.org>
34121
34122         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
34123         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
34124         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
34125         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
34126         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
34127         (gst_jpegenc_class_init), (gst_jpegenc_init),
34128         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
34129         (gst_jpegenc_chain), (gst_jpegenc_set_property),
34130         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
34131         * ext/jpeg/gstjpegenc.h: Fix negotiation.
34132
34133 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34134
34135         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34136         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
34137         * ext/mikmod/gstmikmod.h:
34138           fix caps negotiation in mikmod
34139         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
34140           output debug information
34141
34142 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34143
34144         * gst-libs/gst/colorbalance/Makefile.am:
34145         * gst-libs/gst/navigation/Makefile.am:
34146         * gst-libs/gst/xoverlay/Makefile.am:
34147           remove unused GST_OPT_CFLAGS from Makefiles
34148           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
34149
34150 2004-02-07  David Schleef  <ds@schleef.org>
34151
34152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
34153         push events to pads that haven't been created (#133508)
34154
34155 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
34156
34157         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34158         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
34159         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
34160         (gst_dvdec_loop), (gst_dvdec_change_state):
34161         Second attempt at committing a working dvdec element.
34162
34163 2004-02-06  David Schleef  <ds@schleef.org>
34164
34165         Build fixes for OS X: (see #129600)
34166         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
34167         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
34168         (gst_riff_read_strf_iavs):
34169         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34170         (gst_avi_demux_stream_odml):
34171         * gst/playondemand/Makefile.am:
34172         * gst/rtp/rtp-packet.c:
34173
34174 2004-02-05  David Schleef  <ds@schleef.org>
34175
34176         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
34177         last change, because it Just Doesn't Compile.
34178
34179 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34180
34181         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34182           skip undecodable id3v2 tag instead of keeping it
34183
34184 2004-02-05  David Schleef  <ds@schleef.org>
34185
34186         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
34187         Unref leaked buffer.  (Noticed by Ronald)
34188
34189 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
34190
34191         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
34192         Sync requires with other checks.  >= vs =.
34193
34194 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
34195
34196         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
34197         (gst_dvdec_video_link), (gst_dvdec_loop):
34198         * ext/dv/gstdvdec.h:
34199           rework the caps negotiation so that dvdec works again instead
34200           of just segfaulting.
34201
34202 === release 0.7.4 ===
34203
34204 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
34205
34206         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
34207         * configure.ac: changed for release
34208
34209 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
34210
34211         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
34212         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
34213         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
34214         * pkgconfig/gstreamer-play-uninstalled.pc.in:
34215           reworked patch by David Lehn to fix libdir and includedir for
34216           uninstalled libraries
34217           removed play and gconf from gstreamer-libs since they have their
34218           own pkgconfig files
34219
34220 2004-02-04  David Schleef  <ds@schleef.org>
34221
34222         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
34223         memleak.
34224
34225 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34226
34227         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34228           use correct GST_TAG_ENCODER tag
34229
34230 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34231
34232         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
34233           be sure to stop the clock when going to paused
34234         * sys/oss/gstosssink.c: (gst_osssink_change_state):
34235           reset number of transmitted when going to ready.
34236         fixes #132935
34237
34238 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
34239
34240         reviewed by Benjamin Otte
34241
34242         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
34243           extract track count (fixes #133410)
34244
34245 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34246
34247         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
34248           that should be !=, not == (fixes #132519)
34249
34250 2004-02-04  David Schleef  <ds@schleef.org>
34251
34252         Make sure set_explicit_caps() is called before adding pad.
34253         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34254         * gst/id3/gstid3types.c: (gst_id3types_loop):
34255         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
34256         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34257
34258 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
34259
34260         * configure.ac:
34261           bump nano to 2, first prerelease
34262           put back AM_PROG_LIBTOOL
34263
34264 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
34265
34266         * testsuite/alsa/Makefile.am:
34267           these are user test apps, not automatic testsuite tests
34268
34269 2004-02-04  David Schleef  <ds@schleef.org>
34270
34271         Convert GST_DEBUG_CAPS() to GST_DEBUG():
34272         * gst/mpeg1videoparse/gstmp1videoparse.c:
34273         (mp1videoparse_parse_seq):
34274         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34275         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
34276         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
34277         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
34278         (gst_xvideosink_getcaps):
34279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34280         * testsuite/gst-lint: more tests
34281
34282 2004-02-04  David Schleef  <ds@schleef.org>
34283
34284         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
34285         with the code that they would expand to.
34286         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
34287         (gst_flacdec_get_src_query_types),
34288         (gst_flacdec_get_src_event_masks):
34289         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
34290         (gst_gnomevfssrc_get_query_types),
34291         (gst_gnomevfssrc_get_event_mask):
34292
34293 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34294
34295         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
34296         (gst_sinesrc_dispose):
34297           fix memleak by properly disposing sinesrc
34298
34299 2004-02-04  Julien MOUTTE  <julien@moutte.net>
34300
34301         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
34302         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
34303         an overlay to redraw the image because it has been exposed.
34304         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
34305         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
34306         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
34307         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
34308         interface
34309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
34310         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
34311         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
34312         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
34313         interface
34314
34315 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34316
34317         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
34318           more memleak fixage
34319
34320 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34321
34322         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34323         * gst/typefind/gsttypefindfunctions.c:
34324           fix memleaks shown by gst-typefind
34325
34326 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34327
34328         * common/glib-gen.mak:
34329           add hack rule to touch .Plo files
34330         * gst-libs/gst/colorbalance/Makefile.am:
34331         * gst-libs/gst/mixer/Makefile.am:
34332         * gst-libs/gst/play/Makefile.am:
34333         * gst-libs/gst/tuner/Makefile.am:
34334           remove glib_root variable
34335
34336 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34337
34338         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
34339           set explicit caps before adding the element, so the autopluggers can
34340           plug correctly.
34341         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
34342         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
34343         (mpeg_video_type_find), (mpeg_video_stream_type_find),
34344         (dv_type_find):
34345           fix memleaks in typefind functions. gst_type_find_suggest takes a const
34346           argument.
34347
34348 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34349
34350         * gst-libs/gst/colorbalance/Makefile.am:
34351         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
34352         * gst-libs/gst/colorbalance/colorbalance.c:
34353         * gst-libs/gst/colorbalance/colorbalance.h:
34354         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
34355         * gst-libs/gst/mixer/Makefile.am:
34356         * gst-libs/gst/mixer/mixer-marshal.list:
34357         * gst-libs/gst/mixer/mixer.c:
34358         * gst-libs/gst/mixer/mixer.h:
34359         * gst-libs/gst/mixer/mixermarshal.list:
34360         * gst-libs/gst/play/Makefile.am:
34361         * gst-libs/gst/play/play.h:
34362         * gst-libs/gst/tuner/Makefile.am:
34363         * gst-libs/gst/tuner/tuner-marshal.list:
34364         * gst-libs/gst/tuner/tuner.c:
34365         * gst-libs/gst/tuner/tuner.h:
34366         * gst-libs/gst/tuner/tunermarshal.list:
34367           use new glib-gen.mak snippet to clean up Makefile.am
34368           fix various bugs in Makefile.am's
34369
34370 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34371
34372         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
34373           handle chain parsing correctly in the multichain case
34374         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
34375         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
34376         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
34377         (theora_dec_chain):
34378           handle events and queries correctly
34379
34380 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
34381
34382         * .cvsignore:
34383         Ignore generated file _stdint.h.
34384
34385 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
34386
34387         * gst-libs/gst/colorbalance/Makefile.am:
34388         * gst-libs/gst/colorbalance/colorbalance.h:
34389         * gst-libs/gst/mixer/Makefile.am:
34390         * gst-libs/gst/mixer/mixer.h:
34391         * gst-libs/gst/play/Makefile.am:
34392         * gst-libs/gst/play/play.h:
34393         * gst-libs/gst/tuner/Makefile.am:
34394         * gst-libs/gst/tuner/tuner.h:
34395         Generate enum type code with glib-mkenums.
34396         * gst-libs/gst/colorbalance/.cvsignore:
34397         * gst-libs/gst/mixer/.cvsignore:
34398         * gst-libs/gst/play/.cvsignore:
34399         * gst-libs/gst/tuner/.cvsignore:
34400         Ignore generated files.
34401
34402 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
34403
34404         * gst-libs/gst/audio/.cvsignore:
34405         Ignore generated file.
34406         * gst-libs/gst/audio/Makefile.am:
34407         Do not install example filter.
34408
34409 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
34410
34411         * examples/switch/.cvsignore:
34412         Ignore generated file.
34413
34414 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34415
34416         * common/m4/ax_create_stdint_h.m4:
34417         * configure.ac:
34418           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
34419           _stdint.h.
34420         * Makefile.am:
34421           remove generated _stdint.h in DISTCLEANFILES
34422         * ext/a52dec/gsta52dec.c:
34423           include _stdint.h for a52dec. (should fix #133064)
34424
34425 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
34426
34427         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
34428         (gst_tag_to_vorbis_comments):
34429         Add replaygain support to vorbistag
34430
34431 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
34432         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
34433         (gst_ffmpeg_caps_to_extradata):
34434           Fix SVQ3 caps flag properties
34435           Use glib macro for bytes swap
34436
34437 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34438
34439         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34440         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34441         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34442         * ext/sndfile/gstsf.c: (plugin_init):
34443         * gst/avi/gstavi.c: (plugin_init):
34444         * sys/dxr3/dxr3init.c: (plugin_init):
34445         * sys/oss/gstossaudio.c: (plugin_init):
34446         * sys/v4l/gstv4l.c: (plugin_init):
34447         * sys/v4l2/gstv4l2.c: (plugin_init):
34448           remove textdomain calls
34449         * po/nl.po:
34450           update Dutch translation
34451
34452 2004-02-02  Julien MOUTTE  <julien@moutte.net>
34453
34454         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
34455         (gst_play_set_audio_sink): Moving volume in the audio thread for
34456         instantaneous volume change. Maybe i will add another volume in front
34457         of visualization later, not sure yet though.
34458
34459 2004-02-02  Julien MOUTTE  <julien@moutte.net>
34460
34461         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
34462         (gst_ximagesink_handle_xevents): Better X events handling, only take
34463         the latest events for configure and motion.
34464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
34465
34466 2004-02-02  Jon Trowbridge  <trow@gnu.org>
34467
34468         reviewed by: David Schleef  <ds@schleef.org>
34469
34470         Fix memory leaks:
34471         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
34472         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
34473
34474 2004-02-02  David Schleef  <ds@schleef.org>
34475
34476         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
34477         of lines.
34478         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
34479         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34480         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
34481         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
34482         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
34483         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
34484         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
34485         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
34486         (gst_float2_2_int_link):
34487         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
34488         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
34489         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
34490         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
34491         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
34492         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
34493         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
34494         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
34495         * testsuite/gst-lint: Add tests for bzero and ;;
34496
34497 2004-02-02  David Schleef  <ds@schleef.org>
34498
34499         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
34500
34501 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34502
34503         * ext/aalib/gstaasink.c: (gst_aasink_open):
34504         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34505         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34506         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34507         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34508         (gst_afsink_close_file):
34509         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34510         (gst_afsrc_close_file):
34511         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34512         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34513         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34514         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34515         * ext/esd/esdmon.c: (gst_esdmon_get):
34516         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
34517         * ext/faac/gstfaac.c: (gst_faac_chain):
34518         * ext/faad/gstfaad.c: (gst_faad_chain):
34519         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
34520         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34521         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
34522         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
34523         (gst_flacdec_loop):
34524         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34525         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34526         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
34527         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34528         (gst_gnomevfssink_close_file):
34529         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
34530         (gst_gnomevfssrc_open_file):
34531         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
34532         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
34533         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
34534         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34535         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
34536         * ext/mad/gstmad.c: (gst_mad_chain):
34537         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34538         * ext/mpeg2dec/gstmpeg2dec.c:
34539         * ext/mpeg2enc/gstmpeg2enc.cc:
34540         * ext/mplex/gstmplex.cc:
34541         * ext/mplex/gstmplexibitstream.cc:
34542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
34543         (gst_ogg_demux_push):
34544         * ext/raw1394/gstdv1394src.c:
34545         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
34546         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
34547         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
34548         (gst_sf_loop):
34549         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
34550         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
34551         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
34552         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
34553         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34554         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
34555         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
34556         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
34557         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34558         (gst_riff_read_element_data), (gst_riff_read_seek),
34559         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
34560         * gst/adder/gstadder.c: (gst_adder_loop):
34561         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
34562         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
34563         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
34564         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
34565         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
34566         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34567         * gst/goom/gstgoom.c: (gst_goom_chain):
34568         * gst/id3/gstid3types.c: (gst_id3types_loop):
34569         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
34570         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
34571         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
34572         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34573         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
34574         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
34575         (gst_ebml_read_float), (gst_ebml_read_header):
34576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
34577         (gst_matroska_demux_parse_blockgroup):
34578         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
34579         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34580         * gst/oneton/gstoneton.c: (gst_oneton_chain):
34581         * gst/silence/gstsilence.c: (gst_silence_get):
34582         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34583         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
34584         * gst/speed/gstspeed.c: (speed_loop):
34585         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
34586         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34587         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
34588         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34589         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34590         (gst_wavparse_loop):
34591         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
34592         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
34593         (dxr3audiosink_close):
34594         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
34595         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34596         (dxr3videosink_close), (dxr3videosink_write_data):
34597         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34598         * sys/oss/gstosssink.c: (gst_osssink_chain):
34599         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34600         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34601         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34602         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34603         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34604         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34605         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34606         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34607         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34608         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34609         (gst_v4l_set_audio):
34610         * sys/v4l/v4l_calls.h:
34611         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34612         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34613         (gst_v4lmjpegsink_playback_init),
34614         (gst_v4lmjpegsink_playback_start):
34615         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
34616         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34617         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34618         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34619         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34620         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34621         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34622         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34623         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34624         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34625         (gst_v4l2_get_output), (gst_v4l2_set_output),
34626         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34627         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34628         (gst_v4l2_set_attribute):
34629         * sys/v4l2/v4l2_calls.h:
34630         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34631         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34632         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34633         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34634         (gst_v4l2src_capture_stop):
34635         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34636         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34637         (gst_ximagesink_chain):
34638         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34639         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34640         (gst_xvideosink_xwindow_new):
34641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34642         (gst_xvimagesink_chain):
34643
34644 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34645
34646         * gst/volume/gstvolume.c: (gst_volume_set_volume),
34647         (gst_volume_get_volume), (volume_class_init), (volume_init),
34648         (volume_chain_int16), (volume_update_volume):
34649         * gst/volume/gstvolume.h:
34650           make code more readable by removing magic numbers
34651           make mixer interface export 0-100 range
34652           make it internally map to 0.0-1.0 range so users don't distort
34653           output by putting the sliders at full volume
34654
34655 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34656
34657         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
34658         (gst_play_state_change), (gst_play_seek_to_time):
34659         block the tick callback for 0.5 secs after doing a seek
34660
34661 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34662
34663         * gst-libs/gst/play/play.c: (gst_play_new):
34664           check for GError
34665
34666 2004-02-01  Julien MOUTTE  <julien@moutte.net>
34667
34668         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
34669         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
34670         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
34671         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
34672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
34673         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
34674
34675 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34676
34677         * configure.ac:
34678         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34679           check for a function added in vorbis 1.1
34680
34681 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34682
34683         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34684         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
34685           really start/stop clock only on PLAYING <=> PAUSED
34686         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34687           remove \n from debugging lines
34688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
34689           make it work when seeking does not
34690         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34691           reset on DISCONT
34692
34693 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34694
34695         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
34696           start clock on PAUSED=>PLAYING, not later
34697         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34698           extract correct time for different discont formats
34699         (gst_alsa_sink_get_time):
34700           don't segfault when no format is negotiated yet, just return 0
34701         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
34702         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
34703         (gst_ogg_pad_push):
34704           handle flush and discont events correctly
34705         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
34706           handle discont events correctly
34707
34708 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
34709
34710         * gst-libs/gst/play/play.c: (gst_play_error_quark),
34711         (gst_play_error_create), (gst_play_error_plugin),
34712         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
34713         * gst-libs/gst/play/play.h:
34714           add error handling during creation
34715         * examples/gstplay/player.c: (main):
34716           use new gst_play_new
34717
34718
34719 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34720
34721         * ext/theora/theoradec.c: (theora_dec_chain):
34722           make comments work
34723         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
34724         (vorbis_dec_src_event), (vorbis_dec_chain):
34725           add encoder tag, fix tag reading to be more error tolerant, change
34726           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
34727           gst_pad_event_default.
34728         * gst/tags/gstvorbistag.c:
34729         (gst_tag_list_from_vorbiscomment_buffer):
34730           undefine function specific define at end of function
34731
34732 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
34733
34734         * ext/flac/gstflac.c: (plugin_init):
34735         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
34736         * ext/flac/gstflacdec.h:
34737         * ext/flac/gstflacenc.h:
34738           Fix typos
34739
34740 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
34741
34742         * examples/gstplay/player.c: s/gstplay.h/play.h/
34743
34744 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34745
34746         * gst-libs/gst/play/Makefile.am:
34747         * gst-libs/gst/play/gstplay.c:
34748         * gst-libs/gst/play/gstplay.h:
34749         * gst-libs/gst/play/play.c:
34750           more surgery, operation complete
34751
34752 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34753
34754         * gst-libs/gst/play/play.old.c:
34755         * gst-libs/gst/play/play.old.h:
34756           after CVS surgery by moving, remove
34757         * gst-libs/gst/play/playpipelines.c:
34758           remove
34759
34760         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
34761           add negotiation error
34762
34763 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34764
34765         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
34766         (gst_ogg_demux_push):
34767           add some seeking debug info
34768           send a flush when seeking
34769
34770 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34771
34772         * configure.ac:
34773           use AC_C_INLINE
34774         * configure.ac:
34775         * ext/Makefile.am:
34776         * ext/theora/Makefile.am:
34777         * ext/theora/theoradec.c:
34778           add theora video decoder. Does just do simple decoding for now and
34779           has been tested against Theora cvs only. It only works when theora
34780           is compiled with --enable-static.
34781         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34782           always reset packetno on DISCONT
34783
34784 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34785
34786         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
34787           Fix audio.
34788
34789 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34790
34791         * gst/mpegaudioparse/gstmpegaudioparse.c:
34792         (mp3_type_frame_length_from_header):
34793           Fix header parsing - stolen from ffmpeg (thank you! :) ).
34794
34795 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34796
34797         * ext/esd/esdsink.c: (gst_esdsink_init):
34798           Since we have static pad template caps, we don't need to negotiate;
34799           either the core errors out or we know the format.
34800
34801 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34802
34803         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34804         (gst_riff_read_seek):
34805         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34806         (gst_ebml_read_seek):
34807           Fix event handling.
34808
34809 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34810
34811         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
34812           removee video/x-theora from vp3 decoder, it doesn't handle raw
34813           theora streams
34814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
34815           fix bug with finalizing element that never went to PAUSED
34816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
34817           length and position queries were swapped
34818         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
34819         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
34820         (vorbis_dec_src_event):
34821           implement querying time and bytes
34822
34823 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34824
34825         * just about every source file:
34826           gst_element_error -> GST_ELEMENT_ERROR
34827
34828 2004-01-29  Julien MOUTTE  <julien@moutte.net>
34829
34830         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
34831         emiting FLUSH and even before DISCONT.
34832         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
34833         get the best instant seeking as possible yay!
34834
34835 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34836
34837         * gst/mpeg1videoparse/gstmp1videoparse.c:
34838         (gst_mp1videoparse_real_chain):
34839           Committed wrong version last week... Grr... Didn't notice until now.
34840
34841 2004-01-29  Julien MOUTTE <julien@moutte.net>
34842
34843         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
34844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
34845         have_xwindow_id signal in xwindow_create.
34846
34847 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34848
34849         * ext/ogg/gstoggdemux.c:
34850           lots of changes - mainly support for chained bitstreams, seeking,
34851           querying and bugfixes of course
34852         * ext/vorbis/Makefile.am:
34853         * ext/vorbis/vorbisdec.c:
34854         * ext/vorbis/vorbisdec.h:
34855           add vorbisdec raw vorbis decoder
34856         * ext/vorbis/vorbis.c: (plugin_init):
34857           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
34858         * gst/intfloat/Makefile.am:
34859         * gst/intfloat/float22int.c:
34860         * gst/intfloat/float22int.h:
34861         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
34862           add float2intnew plugin. It converts multichannel interleaved float to
34863           multichannel interleaved int. The name should probably be changed.
34864         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
34865         (plugin_init):
34866           add typefinding for raw theora video so oggdemux can detect it.
34867
34868 2004-01-28  Julien MOUTTE  <julien@moutte.net>
34869
34870         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
34871         sink element first.
34872         * gst/videoscale/gstvideoscale.c:
34873         (gst_videoscale_handle_src_event): Fixing src event handler.
34874
34875 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34876
34877         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34878         (gst_v4lsrc_open), (gst_v4lsrc_close),
34879         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
34880         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
34881         * sys/v4l/gstv4lsrc.h:
34882         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
34883         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
34884           Implement resizing... Hack. But that's why v4l is b0rked...
34885
34886 2004-01-28  Julien MOUTTE <julien@moutte.net>
34887
34888         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
34889         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
34890         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
34891         (gst_ximagesink_xwindow_destroy):
34892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
34893         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
34894         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
34895         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
34896         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
34897         correctly cleaning the image created to check xshm calls on succes,
34898         added a lot of XSync calls in X11 functions, and fixed a segfault when
34899         no image format was defined before negotiation happened.
34900
34901 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34902
34903         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
34904           use gst_element_get_time to get correct time
34905
34906 2004-01-28  Julien MOUTTE  <julien@moutte.net>
34907
34908         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
34909         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
34910         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
34911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
34912         (gst_xvimagesink_check_xshm_calls),
34913         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
34914         X plugins are now able to detect that XShm calls will fail even if the
34915         server claims that it has XShm support (remote displays most of the
34916         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
34917         so that we use non XShm functions. This feature is almost useless for
34918         xvimagesink as Xv is not supported on remote displays anyway, but
34919         it might happen than even on the local display XShm calls fail.
34920
34921 2004-01-27  David Schleef  <ds@schleef.org>
34922
34923         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
34924         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
34925         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
34926         changed esdsink to only use 44100,16,2, since esd sucks at rate
34927         conversion and esdsink has had difficulty negotiating.
34928
34929 2004-01-27  Julien MOUTTE <julien@moutte.net>
34930
34931         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
34932         (gst_play_seek_to_time): Fixing the way to get current position.
34933
34934 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34935
34936         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
34937           use gst_element_get_time to get correct time
34938
34939 2004-01-27  Julien MOUTTE <julien@moutte.net>
34940
34941         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
34942         fix ever... Inverting 2 lines of code make spider autoplug correctly
34943         tagged mp3 !
34944
34945 2004-01-27  David Schleef  <ds@schleef.org>
34946
34947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34948         Use gst_pad_try_set_caps_nonfixed().
34949
34950 2004-01-27  David Schleef  <ds@schleef.org>
34951
34952         * gst/ac3parse/gstac3parse.c: update to checklist 5
34953         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
34954         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
34955         * gst/audioscale/gstaudioscale.c: same
34956         * gst/auparse/gstauparse.c: same
34957         * gst/avi/gstavidemux.c: same
34958
34959 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34960
34961         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
34962           stop processing after EOS
34963
34964 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34965
34966         * gst/asfdemux/asfheaders.h:
34967         * gst/asfdemux/gstasfdemux.c:
34968         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
34969         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
34970         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
34971           lot's of fixes to make data extraction simpler and get the code
34972           architecture and compiler independant. Add debugging category
34973         * gst/goom/gstgoom.c: (gst_goom_change_state):
34974           reset channel count on PAUSED=>READY, not READY=>PAUSED
34975
34976 2004-01-26  Colin Walters  <walters@verbum.org>
34977
34978         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
34979         code to pull a bigger buffer in iradio mode.  This as a side effect
34980         makes typefinding work.
34981
34982 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34983
34984         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34985         Fix SVQ3 decoding on PPC
34986
34987 2004-01-26  Julien MOUTTE <julien@moutte.net>
34988
34989         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
34990         that one managed to stay there... Fixed.
34991
34992 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34993
34994         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
34995         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
34996         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
34997         (qtdemux_video_caps):
34998         * gst/qtdemux/qtdemux.h:
34999         Add SVQ3 specific flags to qtdemux and ffmpeg
35000
35001 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35002
35003         * gst-libs/gst/audio/audio.h:
35004           remove buffer-frames from audio caps
35005         * gst/audioconvert/gstaudioconvert.c:
35006           fix plugin to really work.
35007
35008 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35009
35010         * gst-libs/gst/mixer/mixer.c:
35011         * gst-libs/gst/propertyprobe/propertyprobe.c:
35012         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
35013         (gst_tuner_find_channel_by_name):
35014         * gst-libs/gst/tuner/tuner.h:
35015           Add gtk-doc style comments. Also fix a function name.
35016
35017 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35018
35019         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
35020         (gst_divxdec_negotiate):
35021           Fix for new capsnego - also fixes gst-player with divxdec.
35022
35023 2004-01-25  Julien MOUTTE  <julien@moutte.net>
35024
35025         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
35026         (gst_play_identity_handoff), (gst_play_set_location),
35027         (gst_play_set_visualization), (gst_play_connect_visualization): Another
35028         try in visualization implementation. Still have an issue with switch
35029         blocking when pulling from video_queue and only audio comes out of
35030         spider.
35031         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35032         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
35033         release method. And check if the pad is usable before pulling.
35034
35035 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35036
35037         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
35038         (gst_videobalance_init),
35039         (gst_videobalance_colorbalance_list_channels),
35040         (gst_videobalance_colorbalance_set_value),
35041         (gst_videobalance_colorbalance_get_value),
35042         (gst_videobalance_update_properties),
35043         (gst_videobalance_update_tables_planar411),
35044         (gst_videobalance_planar411):
35045         * gst/videofilter/gstvideobalance.h:
35046           Implement lookup-tables. +/- 10x faster.
35047
35048 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35049
35050         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
35051         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
35052           The index reading was broken. The rest worked fine, but the whole
35053           goal of my rewrite was to make avidemux readable, and this was
35054           not at all readable. Please use typed variables.
35055
35056 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35057
35058         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
35059           Additional pad usability check.
35060         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35061         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
35062         (gst_mp1videoparse_real_chain):
35063           Fix MPEG video stream parsing. The original plugin had several
35064           issues, including not timestamping streams where the source was
35065           not timestamped (this happens with PTS values in mpeg system
35066           streams, but MPEG video is also a valid stream on its own so
35067           that needs timestamps too). We use the display time code for that
35068           for now. Also, if one incoming buffer contains multiple valid
35069           frames, we push them all on correctly now, including proper EOS
35070           handling. Lastly, several potential segfaults were fixed, and we
35071           properly sync on new sequence/gop headers to include them in next,
35072           not previous frames (since they're header for the next frame, not
35073           the previous). Also see #119206.
35074         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
35075         (bpf_from_header):
35076           Move caps setting so we only do it after finding several valid
35077           MPEG-1 fraes sequentially, not right after the first one (which
35078           might be coincidental).
35079         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
35080         (mpeg_video_type_find), (mpeg_video_stream_type_find),
35081         (plugin_init):
35082           Add unsynced MPEG video stream typefinding, and change some
35083           probability values so we detect streams rightly. The idea is as
35084           follows: I can have an unsynced system stream which contains
35085           video. In the current code, I would randomly get a type for either
35086           system or video stream type found, because the probabilities are
35087           being calculated rather randomly. I now use fixed values, so we
35088           always prefer system stream if that was found (and that is how it
35089           should be). If no system stream was found, we can still identity                the stream as video-only.
35090
35091 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35092
35093         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
35094         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
35095           don't write to buffer. Extract data without the need of
35096           __attribute__ ((packed))
35097
35098 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35099
35100         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
35101         (mpeg1_sys_type_find):
35102           Fix MPEG-1 stream typefinding.
35103
35104 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35105
35106         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
35107           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
35108
35109 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
35110
35111         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
35112         * ext/esd/gstesd.c: (plugin_init):
35113           private debugging, better error reporting
35114
35115 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35116
35117         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
35118         (gst_riff_read_init), (gst_riff_read_change_state):
35119         * gst-libs/gst/riff/riff-read.h:
35120           Remove stuff fromold metadata system.
35121
35122 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35123
35124         * ext/ogg/gstoggdemux.c:
35125           Fix wrong file comment.
35126         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
35127         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
35128           Add metadata reading properly.
35129
35130 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
35131
35132         * ext/Makefile.am:
35133           Fix nas DIST_SUBDIRS
35134           Uraeus:
35135           Fix bug where make distcheck doesn't get run on adding stuff to
35136           the build.
35137
35138 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35139
35140         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
35141         * ext/divx/gstdivxdec.h:
35142           Fix divx3 ("msmpeg4") playback using divxdec.
35143
35144 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35145
35146         * gst/typefind/gsttypefindfunctions.c:
35147         (mp3_type_frame_length_from_header): fix bug in length computation
35148         (mp3_type_find): improve debugging output
35149
35150 2004-01-23  Julien MOUTTE  <julien@moutte.net>
35151
35152         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
35153         (gst_play_set_location), (gst_play_seek_to_time),
35154         (gst_play_set_audio_sink), (gst_play_set_visualization),
35155         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
35156         the pipeline from scratch. Visualization is back and switch went out as
35157         i realized it was not possible to use the way i wanted.
35158         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
35159         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
35160         clearing in state change from READY to NULL. So that one can clean the
35161         X ressources keeping the element.
35162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35163         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
35164         (gst_xvimagesink_colorbalance_set_value),
35165         (gst_xvimagesink_colorbalance_get_value),
35166         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
35167         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
35168         change from READY to NULL and fixed some stupid bugs in colorbalance
35169         get/set values. Also added the following feature : when nobody tries to
35170         set some values to the colorbalance levels before the xcontext is
35171         grabbed, then when creating channels list from Xv attributes we set the
35172         internal values to the Xv defaults. This way we handle buggy Xv drivers
35173         that set default hue values far from the middle of the range (Thanks
35174         to Jon Trowbridge for pointing that issue).
35175         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
35176         colorbalance levels have been set before xcontext is grabbed.
35177
35178 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35179
35180         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35181           Fix the ossmixer case where we shouldn't open /dev/dsp* because
35182           it might block operations (which is bad for a mixer).
35183
35184 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
35185
35186         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
35187         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
35188         (gmip_find_type_pre):
35189         * gst-libs/gst/media-info/media-info-priv.h:
35190         * gst-libs/gst/media-info/media-info.c:
35191         (gst_media_info_instance_init), (gst_media_info_read_idler):
35192         add fakesink to get caps on decoder src pad again
35193         fix callback prototype to match new have_type signal signature
35194
35195 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
35196
35197         * gst/adder/gstadder.c: (gst_adder_link):
35198           fix non-compile and cut-n-paste code
35199
35200 2004-01-21  David Schleef  <ds@schleef.org>
35201
35202         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
35203         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
35204         (gst_swfdec_init), (gst_swfdec_change_state):
35205         * ext/swfdec/gstswfdec.h:
35206         Fix negotiation.
35207         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
35208         (gst_adder_request_new_pad): Fix negotiation.
35209         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
35210         Add a fixate function.
35211         * gst/intfloat/gstfloat2int.c:
35212         * gst/intfloat/gstfloat2int.h:
35213         * gst/intfloat/gstint2float.c:
35214         * gst/intfloat/gstint2float.h:
35215         Completely rewrite the negotiation.  Doesn't quite work yet,
35216         due to some buffer-frames problem.
35217
35218 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35219
35220         * ext/gnomevfs/gstgnomevfssrc.c:
35221         * sys/v4l2/v4l2_calls.h:
35222           fix includes for distcheck
35223
35224 2004-01-21  Christian Schaller <uraeus@gnome.org>
35225
35226         * ext/nas/
35227         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
35228         based on earlier patch from Laurent Vivier
35229
35230 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
35231
35232         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
35233         Fix wma caps property
35234         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35235         Fix typo (flags1 and flags2)
35236
35237 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35238
35239         * gst-libs/gst/media-info/media-info-priv.c:
35240         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
35241         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
35242         (gmip_find_stream), (gmip_find_track_metadata),
35243         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
35244         (gmip_find_track_format):
35245         * gst-libs/gst/media-info/media-info-priv.h:
35246         * gst-libs/gst/media-info/media-info-test.c: (main):
35247         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
35248         (gst_media_info_read_idler), (gst_media_info_read):
35249         * gst-libs/gst/media-info/media-info.h:
35250           register debugging category and use it for debugging
35251
35252 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35253
35254         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
35255         (gst_vorbisfile_new_link):
35256           signal streaminfo through tags
35257
35258 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35259
35260         * ext/mplex/gstmplex.cc:
35261         * ext/mplex/gstmplexibitstream.cc:
35262           g++ doesn't like NULL in our i18n/error macros, should be
35263           either (NULL) or ("").
35264
35265 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35266
35267         * sys/dxr3/dxr3audiosink.c:
35268         * sys/dxr3/dxr3init.c:
35269         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
35270         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
35271           Fix more error error error errors (missing includes here).
35272
35273 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35274
35275         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35276           fix thomas' error errors.
35277
35278 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35279
35280         * ext/mpeg2enc/gstmpeg2enc.cc:
35281           fix error errors.
35282
35283 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35284
35285         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
35286         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
35287           Fix for new error system.
35288
35289 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35290
35291         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
35292           fix for new error reporting
35293
35294 2004-01-20  David Schleef  <ds@schleef.org>
35295
35296         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35297         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
35298         (gst_ximagesink_set_xwindow_id): Change to using a framerate
35299         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
35300         and neither is 100+, most likely.
35301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35302         (gst_xvimagesink_getcaps): same
35303
35304 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35305
35306         * configure.ac:
35307           Up version requirement to 2.0.3 (not yet released) to avoid symbol
35308           clashes with ffmpeg.
35309
35310 2004-01-20  Julien MOUTTE  <julien@moutte.net>
35311
35312         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
35313         (gst_switch_init): Fixed switch element : proxying link and setting
35314         caps from src to sink on request.
35315
35316 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35317
35318         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
35319         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
35320         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
35321         fix element_error
35322
35323 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35324
35325         * sys/v4l/v4l_calls.h:
35326         * sys/v4l2/v4l2_calls.h:
35327           element_error fixes
35328
35329 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35330
35331         * gst-libs/gst/gst-i18n-plugin.h:
35332           add locale.h
35333           remove config.h inclusion
35334
35335 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35336
35337         * autogen.sh:
35338           adding autopoint invocation
35339         * Makefile.am:
35340         * configure.ac:
35341         * gst-libs/gst/gettext.h:
35342           adding gettext bits
35343         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
35344         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
35345         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
35346         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
35347         (gst_gnomevfssink_close_file):
35348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
35349         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
35350         * gst-libs/gst/gst-i18n-plugin.h:
35351         * gst/avi/gstavi.c: (plugin_init):
35352         * sys/dxr3/dxr3init.c: (plugin_init):
35353         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
35354         * sys/oss/gstossaudio.c: (plugin_init):
35355         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
35356         * sys/v4l/gstv4l.c: (plugin_init):
35357         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35358         * sys/v4l2/gstv4l2.c: (plugin_init):
35359         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
35360         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
35361         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
35362         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
35363         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
35364         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
35365           make sure locale and translation domain are set
35366           fix translated strings
35367         * po/.cvsignore:
35368         * po/LINGUAS:
35369         * po/Makevars:
35370         * po/POTFILES.in:
35371         * po/nl.po:
35372           put translation files into place
35373         * sys/xvideo/imagetest.c: (main):
35374         * ext/dv/demo-play.c: (main):
35375           fix unnecessary translations
35376
35377 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35378
35379         * ext/sndfile/gstsf.c:
35380         * gst/avi/gstavimux.c:
35381         * ext/audiofile/gstafsink.c:
35382         * ext/audiofile/gstafsrc.c:
35383         * ext/gnomevfs/gstgnomevfssink.c:
35384         * ext/gnomevfs/gstgnomevfssrc.c:
35385         * sys/oss/gstosselement.c:
35386         * sys/v4l/v4l_calls.h:
35387           fix i18n include
35388
35389 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35390
35391         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
35392         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
35393         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
35394         (gst_v4l2_get_output), (gst_v4l2_set_output),
35395         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
35396         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
35397         (gst_v4l2_set_attribute):
35398         update to new error handling
35399
35400 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35401
35402         * ext/sidplay/gstsiddec.cc:
35403         * gst/modplug/gstmodplug.cc:
35404           parenthese NULL because C++ seems angry about it
35405
35406 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35407
35408         * gst-libs/gst/gst-i18n-plugin.h:
35409           add skeleton i18n stuff, but needs to be further implemented
35410
35411 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
35412
35413         * examples/gstplay/player.c: (main):
35414         * ext/aalib/gstaasink.c: (gst_aasink_open):
35415         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
35416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35417         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35418         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
35419         (gst_afsink_close_file):
35420         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
35421         (gst_afsrc_close_file):
35422         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
35423         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
35424         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
35425         * ext/esd/esdmon.c: (gst_esdmon_get):
35426         * ext/esd/esdsink.c: (gst_esdsink_chain):
35427         * ext/faac/gstfaac.c: (gst_faac_chain):
35428         * ext/faad/gstfaad.c: (gst_faad_chain):
35429         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
35430         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35431         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
35432         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
35433         (gst_flacdec_loop):
35434         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
35435         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
35436         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
35437         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
35438         (gst_gnomevfssink_close_file):
35439         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
35440         (gst_gnomevfssrc_open_file):
35441         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
35442         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
35443         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
35444         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35445         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
35446         * ext/mad/gstmad.c: (gst_mad_chain):
35447         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
35448         * ext/mpeg2dec/gstmpeg2dec.c:
35449         * ext/mpeg2enc/gstmpeg2enc.cc:
35450         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35451         * ext/mplex/gstmplex.cc:
35452         * ext/mplex/gstmplexibitstream.cc:
35453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
35454         (gst_ogg_demux_push), (gst_ogg_pad_push):
35455         * ext/raw1394/gstdv1394src.c:
35456         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
35457         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
35458         * ext/sidplay/gstsiddec.cc:
35459         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
35460         (gst_sf_loop):
35461         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
35462         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
35463         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
35464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
35465         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
35466         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
35467         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
35468         * gst-libs/gst/Makefile.am:
35469         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
35470         (gst_riff_read_element_data), (gst_riff_read_seek),
35471         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
35472         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
35473         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
35474         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
35475         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
35476         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
35477         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
35478         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
35479         * gst/goom/gstgoom.c: (gst_goom_chain):
35480         * gst/id3/gstid3types.c: (gst_id3types_loop):
35481         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
35482         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
35483         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
35484         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
35485         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
35486         (gst_ebml_read_float), (gst_ebml_read_header):
35487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
35488         (gst_matroska_demux_parse_blockgroup):
35489         * gst/modplug/gstmodplug.cc:
35490         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
35491         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35492         * gst/oneton/gstoneton.c: (gst_oneton_chain):
35493         * gst/silence/gstsilence.c: (gst_silence_get):
35494         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35495         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
35496         * gst/speed/gstspeed.c: (speed_loop):
35497         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
35498         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35499         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
35500         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35501         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35502         (gst_wavparse_loop):
35503         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
35504         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
35505         (dxr3audiosink_close):
35506         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
35507         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
35508         (dxr3videosink_close), (dxr3videosink_write_data):
35509         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
35510         * sys/oss/gstosselement.h:
35511         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
35512         (gst_osssink_chain):
35513         * sys/oss/gstosssrc.c: (gst_osssrc_get):
35514         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
35515         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
35516         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
35517         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
35518         (gst_v4l_enable_overlay):
35519         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
35520         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
35521         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
35522         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
35523         (gst_v4l_set_audio):
35524         * sys/v4l/v4l_calls.h:
35525         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
35526         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
35527         (gst_v4lmjpegsink_playback_init),
35528         (gst_v4lmjpegsink_playback_start):
35529         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
35530         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
35531         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
35532         (gst_v4lmjpegsrc_requeue_frame):
35533         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35534         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
35535         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
35536         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
35537         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
35538         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
35539         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
35540         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
35541         (gst_v4l2src_capture_stop):
35542         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
35543         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
35544         (gst_ximagesink_chain):
35545         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
35546         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
35547         (gst_xvideosink_xwindow_new):
35548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35549         (gst_xvimagesink_chain):
35550         use new error signal, function and categories
35551
35552 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
35553
35554         * configure.ac:
35555         * ext/Makefile.am:
35556         * ext/musicbrainz/gsttrm.c:
35557         * ext/musicbrainz/gsttrm.h:
35558         * ext/musicbrainz/Makefile.am:
35559         Add a trm plugin
35560
35561 2004-01-18  Julien MOUTTE  <julien@moutte.net>
35562
35563         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
35564         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
35565         synchronous property for debugging.
35566         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
35567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35568         (gst_xvimagesink_set_property): Moving a pointer declaration to a
35569         smaller block, fixing indent.
35570
35571 2004-01-16  David Schleef  <ds@schleef.org>
35572
35573         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
35574         property affects the video stream.
35575         * sys/xvimage/xvimagesink.c:
35576         * sys/xvimage/xvimagesink.h:
35577         Add synchronous property for debugging.  Should probably be
35578         disabled in non-CVS builds.  Make sure that the Xv attribute
35579         exists before we set it (crash!).  Fix a silly float bug that
35580         caused colorbalance to just not work.
35581
35582 2004-01-17  Christian Schaller <Uraeus@gnome.org>
35583
35584         * tools/gst-launch-ext.in - update for new plugins
35585
35586 2004-01-16  David Schleef  <ds@schleef.org>
35587
35588         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
35589         already-freed caps.
35590
35591 2994-01-16  Christian Schaller <Uraeus@gnome.org>
35592
35593         * Update spec for new colorspace plugin and libcaca plugin
35594         * Fix compilation of libcaca plugin (clock -> id)
35595
35596 2004-01-16  Julien MOUTTE <julien@moutte.net>
35597
35598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
35599         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35600         (gst_xvimagesink_set_xwindow_id),
35601         (gst_xvimagesink_colorbalance_set_value),
35602         (gst_xvimagesink_colorbalance_get_value),
35603         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
35604         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
35605         correct colorbalance properties. They can now be set when the element
35606         is still in NULL state. The values will be committed to the Xv Port
35607         when xcontext is initialized.
35608         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
35609         brightness int values in the GstXvImagesink structure.
35610
35611 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35612
35613         * gst-libs/gst/Makefile.am:
35614           restructure so having local patches works easier.
35615
35616 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35617
35618         * ext/mpeg2enc/Makefile.am:
35619         * ext/mpeg2enc/gstmpeg2enc.cc:
35620         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35621           Bugfix with respect to EOS handling.
35622
35623 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35624
35625         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35626           Link with right caps (else, it segfaults).
35627         * ext/mplex/gstmplexjob.cc:
35628           Fix for slight API change in 1.6.1.93 release of mjpegtools.
35629
35630 2004-01-15  David Schleef  <ds@schleef.org>
35631
35632         * gst-libs/gst/audio/Makefile.am:
35633         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
35634         from the template.
35635         * gst-libs/gst/audio/gstaudiofilter.c:
35636         * gst-libs/gst/audio/gstaudiofilter.h:
35637         Add bytes_per_sample and size and n_samples calculation.
35638         * gst-libs/gst/audio/gstaudiofilterexample.c:
35639         Remove, now autogenerated.
35640         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
35641         Moved from gstaudiofilterexample, object name changed, code added
35642         so that it actually works.
35643         * gst-libs/gst/audio/make_filter:
35644         Script to build an audiofilter subclass from the template.
35645         * gst/colorspace/Makefile.am:
35646         * gst/colorspace/yuv2yuv.c:
35647         Remove file, since it's GPL, and we don't use it.
35648
35649 2004-01-15  Julien MOUTTE  <julien@moutte.net>
35650
35651         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
35653         them use the buffer free function to test how the buffer was allocated.
35654
35655 2004-01-15  David Schleef  <ds@schleef.org>
35656
35657         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
35658         that handles osssink fallback.
35659         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
35660         (gst_audio_convert_getcaps):
35661         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35662         Add audio/x-qdm2 for QDM2 audio.
35663         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35664         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
35665         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
35666         Decrease minimum size to 16x16.
35667         * gst/wavparse/gstwavparse.c:
35668         Convert disabled pad template caps to new caps.
35669         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35671         (gst_xvimagesink_chain): Throw element error when display cannot
35672         be opened.  Increase minimum framerate to 1.0.  Check the data
35673         free function on a buffer to make sure it is the type we expect
35674         before manipulating it.
35675
35676 2004-01-15  Julien MOUTTE <julien@moutte.net>
35677
35678         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
35679         (gst_videobalance_colorbalance_set_value): Implement passthru if
35680         settings are in the middle.
35681         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
35682
35683 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35684
35685         * gst/videofilter/Makefile.am:
35686         * gst/volume/Makefile.am:
35687           Since we use videofilter symbols, link to it.
35688
35689 2004-01-15  Julien MOUTTE <julien@moutte.net>
35690
35691         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
35692         mixer interface type to HARDWARE.
35693         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
35694         type to SOFTWARE.
35695         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
35696         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
35697         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
35698         (gst_volume_interface_init), (gst_volume_list_tracks),
35699         (gst_volume_set_volume), (gst_volume_get_volume),
35700         (gst_volume_set_mute), (gst_volume_mixer_init),
35701         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
35702         (volume_init): Implementing mixer interface.
35703         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
35704         * sys/oss/gstosselement.c: (gst_osselement_get_type),
35705         (gst_osselement_change_state): Removing some trailing commas in
35706         structures.
35707         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
35708         interface type to HARDWARE.
35709         * sys/v4l/gstv4lcolorbalance.c:
35710         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
35711         type to HARDWARE.
35712         * sys/v4l2/gstv4l2colorbalance.c:
35713         (gst_v4l2_color_balance_interface_init): Setting colorbalance
35714         interface type to HARDWARE.
35715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
35716         same code than ximagesink for event handling.
35717
35718 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35719
35720         * ext/snapshot/Makefile.am:
35721         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
35722         (gst_snapshot_chain):
35723         * ext/snapshot/gstsnapshot.h:
35724           This has to be a joke... Snapshot should be connected to a tee,
35725           colorspace element before it and EOS after that, where the other
35726           src of the tee receives normal data.
35727           The current way is *wrong*.
35728
35729 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35730
35731         * ext/hermes/gsthermescolorspace.c:
35732           Fix another compile error. Same as below.
35733
35734 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35735
35736         * gst/colorspace/gstcolorspace.c:
35737         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
35738         (gst_colorspace_i420_to_yv12):
35739           Fix compiling... Didn't test if it actually works.
35740
35741 2004-01-15  David Schleef  <ds@schleef.org>
35742
35743         * configure.ac:
35744         * gst/colorspace/Makefile.am:
35745         * gst/colorspace/gstcolorspace.c:
35746         * gst/colorspace/gstcolorspace.h:
35747         * gst/colorspace/yuv2rgb.c:
35748         * gst/colorspace/yuv2rgb.h:
35749         Duplicate the ext/hermes colorspace plugin, and remove Hermes
35750         code and GPL code.  Fix for new caps negotiation.  Rewrite
35751         much of the format handling code, and some of the conversion
35752         code.  Basically, rewrote almost everything.  This element
35753         handles I420, YV12 to RGB conversions.
35754         * ext/hermes/Makefile.am:
35755         * ext/hermes/gsthermescolorspace.c:
35756         Rename colorspace to hermescolorspace.  Fix negotiation issues.
35757         Remove non-Hermes related code.  This element handles lots of
35758         RGB to RGB conversions, but no YUV.
35759         * ext/hermes/gstcolorspace.c:
35760         * ext/hermes/gstcolorspace.h:
35761         * ext/hermes/rgb2yuv.c:
35762         * ext/hermes/yuv2rgb.c:
35763         * ext/hermes/yuv2rgb.h:
35764         * ext/hermes/yuv2rgb_mmx16.s:
35765         * ext/hermes/yuv2yuv.c:
35766         * ext/hermes/yuv2yuv.h:
35767         Remove old code.
35768
35769 2004-01-14  Colin Walters  <walters@verbum.org>
35770
35771         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
35772         they've already been.
35773
35774 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35775
35776         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
35777           assume tag mode when pad is not connected
35778
35779 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35780
35781         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35782           Don't update the time of the clock
35783         (gst_alsa_sink_loop):
35784           sync to the clock given to alsasink, not the own clock
35785         * sys/oss/gstosssink.c: (gst_osssink_chain):
35786           sync to the clock
35787         (gst_osssink_change_state):
35788           activate the clock
35789         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
35791           remove bogus code that made DISCONT events unhandled
35792         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35793           explicitly case to double in _set_simple. (fixes 2nd warning in bug
35794           #131502)
35795         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
35796         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
35797         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
35798           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
35799           2nd warning in bug #131502)
35800
35801 2004-01-14  Julien MOUTTE  <julien@moutte.net>
35802
35803         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
35804         (gst_videobalance_colorbalance_set_value),
35805         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
35806         for colorbalance interface implementation.
35807         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
35808         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
35809         (gst_ximagesink_dispose), (gst_ximagesink_init),
35810         (gst_ximagesink_class_init): Adding DISPLAY property.
35811         * sys/ximage/ximagesink.h: Adding display_name to store display.
35812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35813         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
35814         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
35815         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
35816         properties (they still need polishing though for gst-launch use : no
35817         xcontext yet, i ll do that tomorrow).
35818         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
35819
35820 2004-01-14  Julien MOUTTE  <julien@moutte.net>
35821
35822         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
35823         (gst_play_set_location), (gst_play_set_visualization): Preparing
35824         switch integration, adding videobalance in the pipeline.
35825
35826 2004-01-14  Julien MOUTTE <julien@moutte.net>
35827
35828         * gst-libs/gst/colorbalance/colorbalance.c:
35829         (gst_color_balance_class_init): Adding a default type.
35830         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
35831         the type.
35832         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
35833         (gst_videobalance_dispose), (gst_videobalance_class_init),
35834         (gst_videobalance_init), (gst_videobalance_interface_supported),
35835         (gst_videobalance_interface_init),
35836         (gst_videobalance_colorbalance_list_channels),
35837         (gst_videobalance_colorbalance_set_value),
35838         (gst_videobalance_colorbalance_get_value),
35839         (gst_videobalance_colorbalance_init): Implementing colorbalance
35840         interface.
35841         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
35842         list.
35843         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
35844         bug which was triggering a BadAccess X error when setting an overlay
35845         before pad was really negotiated.
35846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
35847         Using the colorbalance type macro.
35848
35849 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35850
35851         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
35852         (gst_flacenc_chain):
35853           handle tags correctly
35854         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
35855           extract ID3v1 tags correctly
35856
35857 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35858
35859         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
35860         (plugin_init):
35861           Improve matroska typefinding for odd-typed headers...
35862
35863 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35864
35865         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
35866           Fix for using incremental number on padnames.
35867
35868 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35869
35870         * ext/divx/gstdivxdec.c:
35871         * ext/divx/gstdivxenc.c:
35872           Set category to divx4linux instead of divx (too generic).
35873         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35874         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35875         (gst_wavparse_loop), (gst_wavparse_change_state):
35876         * gst/wavparse/gstwavparse.h:
35877           fix parsing of WAV files with non-standard fmt-tag size and fix
35878           skipping of unrecognized chunks... Someone please fix this thing
35879           to use rifflib so all this is automated.
35880         * sys/v4l/Makefile.am:
35881         * sys/v4l2/Makefile.am:
35882           Add X_CFLAGS because we depend on X (for overlay).
35883
35884 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
35885
35886         * ext/mpeg2dec/gstmpeg2dec.c:
35887           Don't issue a timestamp unless we tagged the frame
35888           with a PTS.
35889
35890 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35891
35892         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
35893           Query the audio element to get the time, not the clock. We're
35894           interested in the element's time here.
35895
35896 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35897
35898         * ext/aalib/gstaasink.c: (gst_aasink_chain):
35899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35900         * ext/esd/esdsink.c: (gst_esdsink_chain):
35901         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
35902         * ext/mas/massink.c: (gst_massink_chain):
35903         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
35904         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
35905         (gst_matroska_demux_parse_metadata):
35906         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
35907         (gst_mpeg_parse_release_locks):
35908         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
35909         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
35910         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35911         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
35912         (gst_osssink_change_state):
35913         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
35914         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35915         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
35916         (gst_xvideosink_release_locks):
35917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
35918           use element time.
35919         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
35920         (gst_alsa_clock_stop):
35921         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
35922         (gst_audio_clock_get_internal_time):
35923           simplify for use with new clocking code.
35924         * testsuite/alsa/Makefile.am:
35925         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
35926           fix testsuite for new caps system
35927
35928 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35929
35930         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
35931         * ext/flac/gstflacenc.c: (add_one_tag):
35932           length is already host endian, no need to convert. Fixes playback of
35933           tagged files on PPC. (bug #128384)
35934
35935 2004-01-13  Julien MOUTTE <julien@moutte.net>
35936
35937         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
35938         colorbalance interface stating if it is hardware based or software
35939         based.
35940         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
35941         Removing a trailing comma.
35942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35943         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
35944         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
35945         the documentation seems to be wrong on the -1000 to 1000 interval.
35946
35947 2004-01-12  David Schleef  <ds@schleef.org>
35948
35949         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
35950         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
35951         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
35952         Fix negotiation.  Add a bufferalloc function for the sink pad,
35953         and generally clean up some of the code.
35954
35955 2004-01-12  Julien MOUTTE <julien@moutte.net>
35956
35957         * gst-libs/gst/colorbalance/colorbalancechannel.c:
35958         (gst_color_balance_channel_dispose): Adding safety check in dispose
35959         method.
35960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35961         (gst_xvimagesink_xcontext_clear),
35962         (gst_xvimagesink_interface_supported),
35963         (gst_xvimagesink_colorbalance_list_channels),
35964         (gst_xvimagesink_colorbalance_set_value),
35965         (gst_xvimagesink_colorbalance_get_value),
35966         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
35967         Adding colorbalance interface support to set XV parameters such as
35968         HUE, BRIGHTNESS, CONTRAST, SATURATION.
35969         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
35970         interface.
35971
35972 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35973
35974         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
35975         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
35976         (gst_audio_convert_init), (gst_audio_convert_set_property),
35977         (gst_audio_convert_get_property), (gst_audio_convert_chain),
35978         (gst_audio_convert_link),
35979         (gst_audio_convert_buffer_to_default_format),
35980         (gst_audio_convert_buffer_from_default_format), (plugin_init):
35981           - implement _getcaps and use it
35982           - improve linking
35983           - remove float caps since no float conversion is actually done
35984           - remove properties and arguments that were to be used for rate
35985             conversion
35986
35987 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35988
35989         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
35990         (gst_audio_structure_set_int):
35991         * gst-libs/gst/audio/audio.h:
35992           add helper functions for _getcaps matching the standard audio
35993           templates
35994
35995 2004-01-12  David Schleef  <ds@schleef.org>
35996
35997         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35998         Test that pad is negotiated before getting its caps.
35999
36000 2004-01-12  Julien MOUTTE <julien@moutte.net>
36001
36002         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
36003         analyzing the pads of an element the bin is mostly in READY state so
36004         no caps were negotiated. This helper function needs to work with
36005         _get_caps directly then. I was not freeing them though, added that to
36006         fix the mem leak.
36007
36008 2004-01-12  Julien MOUTTE <julien@moutte.net>
36009
36010         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
36011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
36012         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
36013         than the free_func.
36014
36015 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
36016
36017         * sys/oss/gstossaudio.c: (plugin_init):
36018         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
36019         * sys/oss/gstosselement.h:
36020           make an oss debugging category
36021           make failure more descriptive
36022
36023 2004-01-11  David Schleef  <ds@schleef.org>
36024
36025         * ext/ffmpeg/gstffmpeg.c:
36026         * ext/ffmpeg/gstffmpegcodecmap.c:
36027         * ext/ffmpeg/gstffmpegdec.c:
36028         * ext/ffmpeg/gstffmpegenc.c:
36029         * ext/ffmpeg/gstffmpegprotocol.c:
36030         * ext/gdk_pixbuf/gstgdkanimation.c:
36031         * ext/jpeg/gstjpeg.c:
36032         * ext/libpng/gstpng.c:
36033         * ext/mpeg2dec/perftest.c:
36034         * ext/speex/gstspeex.c:
36035         * gst-libs/gst/resample/dtos.c:
36036         * gst/intfloat/gstintfloatconvert.c:
36037         * gst/oneton/gstoneton.c:
36038         * gst/rtjpeg/RTjpeg.c:
36039         * gst/rtp/gstrtp.c:
36040         * sys/dxr3/dxr3init.c:
36041         * sys/glsink/gstgl_nvimage.c:
36042         * sys/glsink/gstgl_pdrimage.c:
36043         * sys/glsink/gstglsink.c:
36044         * testsuite/gst-lint:
36045         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
36046
36047 2004-01-11  David Schleef  <ds@schleef.org>
36048
36049         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
36050         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
36051         * ext/gdk_pixbuf/gstgdkanimation.c:
36052         (gst_gdk_animation_iter_create_pixbuf):
36053         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
36054         (gst_gdk_pixbuf_chain):
36055         * ext/gdk_pixbuf/gstgdkpixbuf.h:
36056         * ext/jack/gstjack.c: (gst_jack_change_state):
36057         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
36058         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
36059         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
36060         * gst/videofilter/gstvideofilter.c:
36061         (gst_videofilter_set_output_size):
36062         Remove all usage of gst_pad_get_caps(), and replace it with
36063         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
36064
36065 2004-01-11  David Schleef  <ds@schleef.org>
36066
36067         * configure.ac:
36068         * ext/Makefile.am: Fixes to make ext/libcaca compile.
36069         * ext/divx/gstdivxdec.c:
36070         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
36071         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
36072         handle images that span multiple buffers.  Now work with both
36073         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
36074         * ext/gdk_pixbuf/gstgdkpixbuf.h:
36075         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
36076         video/video.h changes
36077         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
36078         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
36079         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
36080         of GstData free function.
36081         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
36082         same.
36083
36084 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36085
36086         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
36087         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
36088         (gst_v4l2element_get_property):
36089         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
36090           add norm, channel and frequency properties.
36091         * sys/v4l2/gstv4l2tuner.c:
36092           fixes for tuner interface changes
36093         * sys/v4l2/gstv4l2element.h:
36094         * sys/v4l2/gstv4l2src.c:
36095         * sys/v4l2/gstv4l2src.h:
36096         * sys/v4l2/v4l2src_calls.c:
36097         * sys/v4l2/v4l2src_calls.h:
36098           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
36099
36100 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36101
36102         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
36103         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
36104         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
36105         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
36106         * gst-libs/gst/tuner/tuner.h:
36107           GObjects aren't const.
36108           Add find_by_name functions.
36109           Add checks to _changed functions.
36110         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
36111         (gst_v4l_tuner_get_norm):
36112           Fixes for above.
36113
36114 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36115
36116         * gst-libs/gst/video/video.h:
36117           Fix caps template names to be understandable.
36118           Prefix everything with GST_VIDEO.
36119         * ext/aalib/gstaasink.c:
36120         * ext/divx/gstdivxdec.c:
36121         * ext/divx/gstdivxenc.c:
36122         * ext/gdk_pixbuf/gstgdkpixbuf.c:
36123         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
36124         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
36125         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
36126         * ext/libcaca/gstcacasink.c:
36127         * ext/libpng/gstpngenc.c: (raw_caps_factory):
36128         * ext/snapshot/gstsnapshot.c:
36129         * ext/swfdec/gstswfdec.c:
36130         * ext/xvid/gstxviddec.c:
36131         * ext/xvid/gstxvidenc.c:
36132         * gst/chart/gstchart.c:
36133         * gst/deinterlace/gstdeinterlace.c:
36134         * gst/effectv/gsteffectv.c:
36135         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
36136         * gst/goom/gstgoom.c:
36137         * gst/median/gstmedian.c:
36138         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
36139         (gst_monoscope_srcconnect), (gst_monoscope_chain):
36140         * gst/overlay/gstoverlay.c:
36141         * gst/smooth/gstsmooth.c:
36142         * gst/smpte/gstsmpte.c:
36143         * gst/synaesthesia/gstsynaesthesia.c:
36144         * gst/videocrop/gstvideocrop.c:
36145         * gst/videodrop/gstvideodrop.c:
36146         * gst/y4m/gsty4mencode.c:
36147         * sys/qcam/gstqcamsrc.c:
36148         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
36149           Make them work with new video.h file.
36150         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
36151         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
36152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
36153         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
36154           Make it work with new buffer allocation system.
36155
36156 2004-01-11  Julien MOUTTE  <julien@moutte.net>
36157
36158         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
36159         pad_alloc_buffer implementation to use ->srcpad
36160         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
36161         pad_alloc_buffer implementation to use ->srcpad
36162         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
36163         pad_alloc_buffer implementation to use ->srcpad
36164         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
36165         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
36166         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
36167         a reference to everything we need.
36168         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
36169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
36170         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
36171         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
36172         a reference to everything we need.
36173         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
36174
36175 2004-01-11  David Schleef  <ds@schleef.org>
36176
36177         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
36178         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
36179         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
36180         structure members.
36181         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
36182         value during a resize/renegotiation.
36183         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
36184         gst_pad_alloc_buffer();
36185         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
36186         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
36187         structure members.
36188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
36189         Fix for rename of buffer private structure members.
36190         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
36191         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
36192         Fix for rename of buffer private structure members.
36193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
36194         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
36195         Fix for rename of buffer private structure members.
36196
36197 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
36198
36199         reviewed by: David Schleef <ds@schleef.org>
36200
36201         * gst/videofilter/Makefile.am:
36202         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
36203         from the patch by ds to fit in with recent make_filter changes.
36204
36205 2004-01-11  Julien MOUTTE  <julien@moutte.net>
36206
36207         * configure.ac: Adding examples/switch/Makefile
36208         * examples/Makefile.am: Adding examples/switch
36209         * examples/switch/Makefile.am: Adding switcher example.
36210         * examples/switch/switcher.c: (got_eos), (idle_iterate),
36211         (switch_timer), (main): Adding an example demonstrating switch usage
36212         with 2 videotestsrc showing different patterns.
36213         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
36214         (gst_switch_init): Fixing switch with the new caps system.
36215
36216 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36217
36218         * gst-libs/gst/video/video.h:
36219           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
36220           They should probably be like
36221           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
36222
36223 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36224
36225         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36226         (qtdemux_parse_trak):
36227           fix audio chunk size/timestamp calculation
36228
36229 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36230
36231         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
36232           fix SVQ3 caps
36233
36234 2004-01-11  Steve Baker  <steve@stevebaker.org>
36235
36236         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
36237         (gst_agingtv_base_init), (gst_agingtv_class_init),
36238         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
36239         (gst_agingtv_set_property), (gst_agingtv_get_property):
36240         Port agingTV to videofilter
36241
36242 2004-01-09  Julien MOUTTE <julien@moutte.net>
36243
36244         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
36245         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
36246
36247 2004-01-09  Julien MOUTTE <julien@moutte.net>
36248
36249         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
36250         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
36251         * gst-libs/gst/xoverlay/xoverlay.c:
36252         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
36253         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
36254         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
36255         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
36256         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
36257         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
36258         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
36259         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
36260         the bufferalloc_function to replace bufferpools, fixing the XOverlay
36261         interface implementation to handle xid being 0 and fix some bugs
36262         triggered by Benjamin's testcase.
36263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
36264         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
36265         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
36266         the bufferalloc_function to replace bufferpools, fixing the XOverlay
36267         interface implementation to handle xid being 0 and fix some bugs
36268         triggered by Benjamin's testcase.
36269
36270 2004-01-09  David Schleef  <ds@schleef.org>
36271
36272         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
36273         mouse pointer events.  It works.
36274
36275 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36276
36277         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
36278           Use explicit caps - fix capsnego.
36279         * ext/xvid/gstxviddec.c:
36280         * ext/xvid/gstxvidenc.c:
36281           Remove macro-inside-macro which caused compile errors.
36282         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
36283           Error out if it's not a RIFF file. Else we error out without
36284           gst_element_error() which is not good...
36285
36286 2004-01-08  David Schleef  <ds@schleef.org>
36287
36288         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
36289         Fix pad_link function to handle formats that ffmpeg returns
36290         as multiple caps structures.
36291         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
36292         Only complain if source buffer is _smaller_ than expected.
36293         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
36294         (gst_videoscale_handle_src_event): Resize navigation events
36295         when passing them upstream.
36296         * gst/videotestsrc/gstvideotestsrc.c:
36297         * gst/videotestsrc/gstvideotestsrc.h:
36298         * gst/videotestsrc/videotestsrc.c:
36299         * gst/videotestsrc/videotestsrc.h:
36300         Rewrite many of the buffer painting functions to handle odd
36301         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
36302         been verified to work with my video card.
36303         * testsuite/gst-lint:  Add check for elements calling
36304         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
36305
36306 2004-01-08  David Schleef  <ds@schleef.org>
36307
36308         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36309         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
36310
36311 2004-01-08  Julien MOUTTE  <julien@moutte.net>
36312
36313         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
36314         configure event is not emiting the desired size signal. That fixes
36315         aspect ratio issues with gst-player.
36316
36317 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36318
36319         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
36320           Fix capsnego.
36321
36322 2004-01-08  Julien MOUTTE  <julien@moutte.net>
36323
36324         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
36325         public method to fire size signal.
36326
36327 2004-01-07  Julien MOUTTE  <julien@moutte.net>
36328
36329         * examples/gstplay/Makefile.am: Adding the interface library.
36330         * gst-libs/gst/play/Makefile.am: Adding the interface library.
36331         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
36332         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
36333         GST_IS_X_OVERLAY before signal connect.
36334         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
36335         Removing the have_video_size signal.
36336         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
36337         and associated public method.
36338         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
36339         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
36340         signal.
36341         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
36342         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
36343         signal.
36344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
36345         Using XOverlay public method to fire size signal.
36346
36347 2004-01-07  David Schleef  <ds@schleef.org>
36348
36349         * gst/videofilter/Makefile.am:
36350         * gst/videofilter/gstvideotemplate.c:
36351         * gst/videofilter/make_filter:
36352         Create gstvideoexample.c in a srcdir!=builddir friendly way.
36353         Convert make_filter to /bin/sh script.
36354
36355 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36356
36357         * gst/modplug/gstmodplug.cc: fix element description
36358
36359 2004-01-07  Julien MOUTTE  <julien@moutte.net>
36360
36361         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
36362         (got_video_size): Adding some new lines in g_print calls.
36363         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
36364         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
36365         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
36366         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
36367         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
36368         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
36369         Complete code review, reverting some stuff i disagree with, adding
36370         some fixes : time synchronization on invalid timestamps, renegotiation
36371         of private window.
36372         * sys/ximage/ximagesink.h:
36373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
36374         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
36375         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
36376         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
36377         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
36378         (gst_xvimagesink_buffer_new),
36379         (gst_xvimagesink_navigation_send_event),
36380         (gst_xvimagesink_set_xwindow_id),
36381         (gst_xvimagesink_get_desired_size),
36382         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
36383         stuff i disagree with, adding some fixes : Renegotiation of private
36384         window, implementing get_desired_size.
36385
36386 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36387
36388         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
36389         (gst_afsink_handle_event):
36390         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
36391         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
36392         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
36393         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
36394         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
36395           Fix for instantiate-test (see core). Also remove dead code from
36396           jpegenc (which still needs fixing, but that's lower on my TODO
36397           list...).
36398         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
36399           Never return NULL as caps.
36400
36401 2004-01-07  David Schleef  <ds@schleef.org>
36402
36403         * configure.ac:
36404         * ext/Makefile.am:
36405         * ext/librfb/Makefile.am:
36406         * ext/librfb/gstrfbsrc.c:
36407         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
36408         is the protocol used by VNC.
36409
36410 2004-01-07  David Schleef  <ds@schleef.org>
36411
36412         * gst/videofilter/gstvideotemplate.c:
36413         * gst/videofilter/gstvideotemplate.h:
36414         * gst/videofilter/make_filter:
36415         Merge videotemplate header into source file.
36416         * gst/effectv/Makefile.am:
36417         * gst/effectv/gsteffectv.c: (plugin_init):
36418         * gst/effectv/gstwarp.c:
36419         Make warpTV a subclass of videofilter.
36420
36421 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36422
36423         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36424           Add guard against invalid utf-8 conversions in mad. Just in case.
36425
36426 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36427
36428         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
36429           Fix for bug shown by poisoning
36430
36431 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36432
36433         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
36434         (gst_v4lmjpegsrc_buffer_free):
36435         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
36436         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
36437         (gst_v4lsrc_buffer_free):
36438           Fix for removed bufferpools.
36439
36440 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
36441
36442         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
36443         Fix caps negotiation.
36444
36445         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
36446         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
36447         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36448         (dvdnavsrc_event):
36449         * ext/mpeg2dec/gstmpeg2dec.c:
36450         * gst-libs/gst/navigation/navigation.c:
36451         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
36452         * gst-libs/gst/navigation/navigation.h:
36453         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
36454         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
36455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
36456         Super-simple first version of mouse and keyboard events. Clicking
36457         on a DVD menu now works, although it may not take you where you
36458         expected.
36459
36460         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
36461         * gst/videotestsrc/gstvideotestsrc.c:
36462         (gst_videotestsrc_src_fixate):
36463         These fixate functions were broken - they never actually
36464         fixated :)
36465
36466 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36467
36468         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
36469         (gst_icecastsend_init):
36470           fix for new caps system.
36471         * gst-libs/gst/mixer/mixertrack.h:
36472         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
36473           Add 'master track' flag (for tools like ACME that only want to
36474           change the main volume).
36475
36476 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
36477
36478         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
36479         (gst_xvid_csp_to_caps):
36480         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
36481         * ext/xvid/gstxvidenc.c:
36482         ifdef out ARGB type when it isn't available
36483         in xvidcore 1.0.0beta2
36484
36485 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36486
36487         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
36488           When we have received a new SCR right in the first buffer after
36489           a seek (so in the same cycle that handles the discont), we should
36490           handle the buffer instead of unreffing it, else we lose data.
36491
36492 2004-01-06  Iain <iain@prettypeople.org>
36493
36494         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
36495           buffer-frames caps too.
36496
36497         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
36498           caps that we need, don't destroy them all and rebuild them. And when
36499           creating src pads, use the src pad template rather than the sink...
36500
36501 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36502
36503         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
36504           Add pad to element *after* setting functions such as event handler.
36505           Without this, the scheduler (opt) will link pads, set the event
36506           handler from the default event function (dispatcher in gstpad.c)
36507           and *after* that, we will set our own event function, which will
36508           thus never be used (and thus mpegdemux doesn't handle events).
36509
36510 2004-01-04  David Schleef  <ds@schleef.org>
36511
36512         Fix the fixate functions to handle new prototype:
36513         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
36514         * gst/videotestsrc/gstvideotestsrc.c:
36515         (gst_videotestsrc_src_fixate):
36516         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
36517         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
36518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
36519
36520 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36521
36522         * sys/ximage/ximagesink.h:
36523         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
36524         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
36525         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
36526         (gst_ximagesink_xoverlay_init):
36527           assorted fixes to make (re)embedding work
36528         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
36529         (gst_ximagesink_get_desired_size):
36530           implement desired size additions to XOverlay
36531
36532 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36533
36534         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
36535         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
36536         (gst_x_overlay_got_desired_size):
36537         * gst-libs/gst/xoverlay/xoverlay.h:
36538           Add optional "desired size" signal and querying.
36539
36540 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36541
36542         * gst/matroska/matroska-demux.c:
36543         (gst_matroska_demux_parse_blockgroup):
36544           Fix EBML-laced block parsing. Diffs are relative to previous
36545           lace, not the first lace. Thanks to Mosu from the Matroska
36546           team for detecting this.
36547         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36548         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
36549         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
36550         (gst_wavparse_change_state):
36551         * gst/wavparse/gstwavparse.h:
36552           Quickfix for capsnego.
36553
36554 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36555
36556         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
36557           Fix indenting, fix pad creation.
36558
36559 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36560
36561         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
36562         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
36563         (gst_xviddec_sink_link):
36564           Implement src_getcaps() so proper size caps is negotiated.
36565
36566 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36567
36568         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
36569           Finish flac decoder on EOS. See #116178.
36570
36571 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36572
36573         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
36574         (gst_matroska_demux_add_stream):
36575         * gst/matroska/matroska-ids.h:
36576           Add getcaps() function to fix capsnego...
36577
36578 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36579
36580         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36581         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36582         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
36583           Fix more integer overflows. Again, see #126967.
36584
36585 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36586
36587         * ext/mpeg2dec/gstmpeg2dec.c:
36588           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
36589           #130416.
36590
36591 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36592
36593         * configure.ac:
36594         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
36595         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
36596         * ext/xvid/gstxvid.h:
36597         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
36598         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
36599         (gst_xviddec_src_link), (gst_xviddec_sink_link),
36600         (gst_xviddec_change_state):
36601         * ext/xvid/gstxviddec.h:
36602         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
36603         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
36604         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
36605         (gst_xvidenc_link), (gst_xvidenc_set_property),
36606         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
36607         * ext/xvid/gstxvidenc.h:
36608           Update xvid plugin to latest xvid (1.0.0-beta3) API.
36609
36610 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36611
36612         * gst/rtp/rtp-packet.c:
36613           Add sys/types.h include, since OS X doesn't define in_addr_t
36614           in netinet/in.h, like it does on Linux (see #129600).
36615
36616 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
36617
36618         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
36619
36620         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
36621           Correct logic of dispose function (see #129306).
36622
36623 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36624
36625         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
36626         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
36627         (gst_mpeg_parse_init):
36628         * gst/mpegstream/gstmpegparse.h:
36629           Remove clock (which was never provided, i.e. dead code), and
36630           also fix integer overflows at high PTS values (see #126967).
36631
36632 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36633
36634         * ext/flac/gstflacdec.c:
36635         * ext/libpng/gstpngenc.h:
36636         * ext/mikmod/gstmikmod.h:
36637           OS X fixes (see #126628).
36638
36639 2004-01-02  David Schleef  <ds@schleef.org>
36640
36641         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
36642         (gst_alsa_src_base_init): Remove bogus "src" request pad.
36643         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
36644         (gst_mpeg_parse_class_init): Move pad template registration
36645         to class_init, since the derived class (mpegdemux) doesn't
36646         want them.
36647
36648 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36649
36650         * sys/ximage/Makefile.am:
36651         * sys/xvideo/Makefile.am:
36652         * sys/xvimage/Makefile.am:
36653           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
36654           after installation (see #127664).
36655
36656 2004-01-02  David Schleef  <ds@schleef.org>
36657
36658         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
36659         (gst_ffmpegenc_connect):  Negotiation fixes.
36660         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
36661         Remove inappropriate gst_caps_free().
36662         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36663         Reenable Ronald's internal resize code, since the core handles
36664         it correctly now.
36665
36666 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36667
36668         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
36669         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
36670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
36671           Fix pad template stuff.
36672
36673 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36674
36675         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
36676         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
36677           fix signed integer reading/writing.
36678
36679 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36680
36681         * ext/alsa/README:
36682           Remove outdated document
36683
36684 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
36685
36686         * gst/cutter/gstcutter.c: (gst_cutter_init):
36687           src pad was being created twice - oops.
36688
36689 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36690
36691         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36692           Comment out internal resize. It doesn't handle the resulting
36693           XEvent internally, does another try_set_caps() which leads to
36694           a really nice loop.
36695           Real fix will come when Julien and Dave are awake. ;).
36696
36697 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36698
36699         * ext/mpeg2enc/gstmpeg2enc.cc:
36700           fix const/nonconst compile issue.
36701
36702 2004-01-02  David Schleef  <ds@schleef.org>
36703
36704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
36705         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
36706         Add fixate function and a check for bad formats.
36707
36708 2004-01-01  David Schleef  <ds@schleef.org>
36709
36710         Negotiation fixes:
36711         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
36712         (gst_audiofilter_init):
36713         * gst/debug/efence.c: (gst_efence_init):
36714         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
36715         (gst_deinterlace_init):
36716         * gst/volume/gstvolume.c: (volume_connect):
36717
36718 2004-01-01  David Schleef  <ds@schleef.org>
36719
36720         Convert elements to use gst_pad_use_explicit_caps() where
36721         appropriate:
36722         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
36723         * ext/audiofile/gstafparse.c: (gst_afparse_init),
36724         (gst_afparse_open_file):
36725         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
36726         (gst_afsrc_open_file):
36727         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
36728         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
36729         (gst_ffmpegdec_chain):
36730         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
36731         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
36732         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
36733         (gst_gdk_pixbuf_chain):
36734         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
36735         (gst_jpegdec_chain):
36736         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
36737         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
36738         (gst_mikmod_negotiate):
36739         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
36740         (gst_mpeg2dec_negotiate_format):
36741         * ext/mpeg2enc/gstmpeg2enc.cc:
36742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36743         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
36744         (gst_speexdec_sinkconnect):
36745         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
36746         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
36747         (gst_vorbisfile_new_link):
36748         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
36749         (gst_ac3parse_chain):
36750         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
36751         (gst_asf_demux_setup_pad):
36752         * gst/auparse/gstauparse.c: (gst_auparse_init),
36753         (gst_auparse_chain):
36754         * gst/id3/gstid3types.c: (gst_id3types_loop):
36755         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
36756         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36757         (mp1videoparse_parse_seq):
36758         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
36759         (bpf_from_header):
36760         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36761         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
36762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
36763         (gst_mpeg_parse_send_data):
36764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36765         (gst_qtdemux_add_stream):
36766         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
36767         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36768         (gst_wavparse_parse_fmt):
36769
36770 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36771
36772         * configure.ac:
36773           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
36774           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
36775           it therefore uses the wrong include paths. Too bad... Note
36776           that 1.6.1.93 is not release yet. ;).
36777           Also add a check for mplex, which is now using the lib'ified
36778           mplex from mjpegtools, too.
36779         * ext/ffmpeg/gstffmpegcodecmap.c:
36780           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
36781           issues. I don't think ffmpeg handles 3ivx correctly, so this
36782           probably won't work. But it won't hurt either.
36783         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
36784         (gst_ffmpegdec_chain):
36785         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
36786         (gst_ffmpegenc_chain_audio):
36787           Fix memleak in audio encoding. Close codec if open fails, this
36788           calls the cleanup routines so we can re-use the context.
36789         * ext/mpeg2enc/gstmpeg2enc.cc:
36790           Fix pad template names/types, fix memory issue with getcaps().
36791         * ext/mpeg2enc/gstmpeg2encoder.cc:
36792         * ext/mpeg2enc/gstmpeg2encoder.hh:
36793           Fix compile issue with new caps system (const thingy).
36794         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36795         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
36796           We read a first frame right on initing, so that we have a caps
36797           when we init the output. This caps is cached in padprivate and
36798           read as first frame.
36799         * ext/mplex/Makefile.am:
36800         * ext/mplex/gstmplex.cc:
36801         * ext/mplex/gstmplex.h:
36802         * ext/mplex/gstmplex.hh:
36803         * ext/mplex/gstmplexibitstream.cc:
36804         * ext/mplex/gstmplexibitstream.hh:
36805         * ext/mplex/gstmplexjob.cc:
36806         * ext/mplex/gstmplexjob.hh:
36807         * ext/mplex/gstmplexoutputstream.cc:
36808         * ext/mplex/gstmplexoutputstream.hh:
36809           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
36810           had issues, didn't do capsnego, supported only a subset of the
36811           mplex features and required a mplex fork in our local CVS. Plus
36812           that it worked agaist a very old mplex version. Rewriting was
36813           faster than updating it.
36814         * gst-libs/ext/Makefile.am:
36815         * gst-libs/ext/mplex/INSTRUCT:
36816         * gst-libs/ext/mplex/Makefile.am:
36817         * gst-libs/ext/mplex/README:
36818         * gst-libs/ext/mplex/TODO:
36819         * gst-libs/ext/mplex/ac3strm_in.cc:
36820         * gst-libs/ext/mplex/audiostrm.hh:
36821         * gst-libs/ext/mplex/audiostrm_out.cc:
36822         * gst-libs/ext/mplex/aunit.hh:
36823         * gst-libs/ext/mplex/bits.cc:
36824         * gst-libs/ext/mplex/bits.hh:
36825         * gst-libs/ext/mplex/buffer.cc:
36826         * gst-libs/ext/mplex/buffer.hh:
36827         * gst-libs/ext/mplex/fastintfns.h:
36828         * gst-libs/ext/mplex/format_codes.h:
36829         * gst-libs/ext/mplex/inputstrm.cc:
36830         * gst-libs/ext/mplex/inputstrm.hh:
36831         * gst-libs/ext/mplex/lpcmstrm_in.cc:
36832         * gst-libs/ext/mplex/mjpeg_logging.cc:
36833         * gst-libs/ext/mplex/mjpeg_logging.h:
36834         * gst-libs/ext/mplex/mjpeg_types.h:
36835         * gst-libs/ext/mplex/mpastrm_in.cc:
36836         * gst-libs/ext/mplex/mpegconsts.cc:
36837         * gst-libs/ext/mplex/mpegconsts.h:
36838         * gst-libs/ext/mplex/mplexconsts.hh:
36839         * gst-libs/ext/mplex/multplex.cc:
36840         * gst-libs/ext/mplex/outputstream.hh:
36841         * gst-libs/ext/mplex/padstrm.cc:
36842         * gst-libs/ext/mplex/padstrm.hh:
36843         * gst-libs/ext/mplex/stillsstream.cc:
36844         * gst-libs/ext/mplex/stillsstream.hh:
36845         * gst-libs/ext/mplex/systems.cc:
36846         * gst-libs/ext/mplex/systems.hh:
36847         * gst-libs/ext/mplex/vector.cc:
36848         * gst-libs/ext/mplex/vector.hh:
36849         * gst-libs/ext/mplex/videostrm.hh:
36850         * gst-libs/ext/mplex/videostrm_in.cc:
36851         * gst-libs/ext/mplex/videostrm_out.cc:
36852         * gst-libs/ext/mplex/yuv4mpeg.cc:
36853         * gst-libs/ext/mplex/yuv4mpeg.h:
36854         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
36855         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
36856           We don't fork mjpegtools' mplex in our CVS anymore.
36857         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
36858         (gst_avi_demux_add_stream):
36859         * gst/avi/gstavidemux.h:
36860           Add getcaps() function for proper caps nego. This makes some
36861           parts of AVI playback/reading work.
36862         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36863           Resize window on new capsnego. This is probably wrong, but
36864           I'm still committing it because with current capsnego, the
36865           first successfull capsnego is auto-fixated, therefore rounded
36866           down to the lowest values in the caps. this results in a 16x16
36867           XWindow that is not reized when real capsnego finishes.
36868           Dave, I see more cases of this, do you know a proper solution?
36869         * tools/gst-launch-ext.in:
36870           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
36871
36872 2003-12-31  David Schleef  <ds@schleef.org>
36873
36874         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
36875         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
36876           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
36877
36878 2003-12-30  David Schleef  <ds@schleef.org>
36879
36880         * ext/ffmpeg/gstffmpegcolorspace.c:
36881         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
36882         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
36883         (gst_ffmpegcsp_chain): Negotiation fixes
36884         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
36885         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
36886         (gst_audio_convert_link), (gst_audio_convert_channels):
36887         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
36888         (gst_audioscale_link), (gst_audioscale_get_buffer),
36889         (gst_audioscale_chain): Negotiation fixes
36890         * gst/audioscale/gstaudioscale.h:
36891         * gst/videofilter/gstvideofilter.c:
36892         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
36893         (gst_videofilter_link), (gst_videofilter_init),
36894         (gst_videofilter_set_output_size), (gst_videofilter_setup),
36895         (gst_videofilter_find_format_by_structure):
36896         * gst/videofilter/gstvideofilter.h: Negotiation fixes
36897         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
36898         (gst_videoscale_link):
36899         * gst/videoscale/videoscale.c: (videoscale_get_structure),
36900         (videoscale_find_by_structure), (gst_videoscale_setup):
36901         * gst/videoscale/videoscale.h: Negotiation fixes
36902         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
36903         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
36904         function, restrict resizing to a multiple of 4 (hack until
36905         everyone supports odd sizes correctly).
36906
36907 2003-12-29  Colin Walters  <walters@verbum.org>
36908
36909         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
36910         signed.
36911
36912 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
36913
36914         * ext/sndfile/gstsf.c: (gst_sf_loop):
36915           Fix warning about discarding const qualifier
36916
36917 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
36918
36919         * gst/cutter/gstcutter.c:
36920         * gst/videoscale/gstvideoscale.c:
36921         * gst/volenv/gstvolenv.c:
36922         * gst-libs/gst/audio/audio.c:
36923         * gst-libs/gst/video/video.c:
36924           Fix warnings
36925
36926 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36927
36928         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
36929           Don't send ALSA debugging to stderr.
36930         * ext/alsa/gstalsa.h:
36931           Use GST_WARNING instead of g_warning when ALSA functions fail.
36932
36933 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36934
36935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
36936           Free XVAdapterInfo correctly.
36937
36938 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36939
36940         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
36941         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
36942           Make id3tag use correct caps nego.
36943
36944 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
36945
36946         * ext/ivorbis/vorbis.c:
36947         * ext/ivorbis/vorbisenc.h:
36948         * ext/ivorbis/vorbisfile.c:
36949           Modify so that it uses the new caps things
36950
36951 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36952
36953         * testsuite/spider/spider1.c: (main):
36954         * testsuite/spider/spider2.c: (main):
36955         * testsuite/spider/spider3.c: (main):
36956           Make tests compile again. They probably don't work.
36957
36958 2003-12-24  Colin Walters  <walters@verbum.org>
36959
36960         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
36961         we can't fixate the caps anymore.
36962
36963 2003-12-23  David Schleef  <ds@schleef.org>
36964
36965         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
36966         * sys/oss/gstosssink.c: (gst_osssink_init),
36967         (gst_osssink_sink_fixate): Add fixate function.
36968
36969 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36970
36971         * ext/ffmpeg/gstffmpegcodecmap.c:
36972         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
36973         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
36974         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
36975         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
36976         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
36977         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
36978         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
36979           fix typo in RGB masks, and move back to "old" colorspace
36980           capsnego code until whoever wrote this new crap has actually
36981           tested it so that it works.
36982           And yes, this works, keep it that way please.
36983
36984 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36985
36986         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
36987         (gst_divxdec_init), (gst_divxdec_negotiate):
36988         * ext/divx/gstdivxdec.h:
36989         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
36990         (gst_divxenc_init):
36991         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
36992         (gst_faac_sinkconnect), (gst_faac_srcconnect):
36993         * ext/mpeg2enc/gstmpeg2enc.cc:
36994         * ext/mpeg2enc/gstmpeg2encoder.cc:
36995         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36996         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
36997         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
36998         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
36999         (dxr3spusink_init):
37000         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
37001         (dxr3videosink_init):
37002           Fix caps breakage after Dave's caps branch merge.
37003
37004 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37005
37006         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
37007           Fix for 24bpp display.
37008
37009 2003-12-23  Colin Walters  <walters@verbum.org>
37010
37011         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
37012         a GnomeVFSHandle directly.
37013
37014 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37015
37016         * gst/volume/Makefile.am:
37017         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
37018         (volume_base_init), (volume_init):
37019           Reenable volume element and fix to work with new caps stuff.
37020           Rhythmbox needs this.
37021
37022 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37023
37024         * gst/qtdemux/qtdemux.c: (plugin_init):
37025           qtdemux requires bytestream
37026
37027 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37028
37029         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
37030           Fix remaining caps handling errors due to CAPS merge.
37031
37032 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37033
37034         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
37035         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
37036         (gst_faad_srcconnect):
37037           Port to new caps system.
37038
37039 2003-12-21  Julien MOUTTE  <julien@moutte.net>
37040
37041         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
37042         (got_video_size), (main): using g_print instead of g_message.
37043         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
37044         signal which was not emitted because of "switch" element added to the
37045         bin but not connected. (Removing from the bin temporarily)
37046
37047 2003-12-21  Julien MOUTTE  <julien@moutte.net>
37048
37049         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
37050         find X development files. I don't understand the previous tests and
37051         they fail on my debian/ppc unstable. This one works.
37052         * examples/gstplay/player.c: (main): Set the pipeline to READY before
37053         exiting.
37054         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
37055         (gst_play_set_video_sink), (gst_play_set_audio_sink),
37056         (gst_play_set_visualization): Add some safety checks in set_ methods
37057         and state_change. This was throwing some ugly CRITICAL messages when
37058         pipeline was getting disposed and casts were failing.
37059
37060 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37061
37062         * configure.ac:
37063           Improve mpeg2enc detection. This is for distributions that do
37064           ship mjpegtools, but without mpeg2enc. Also does object check
37065           for might there ever be ABI incompatibility.
37066         * ext/mpeg2enc/gstmpeg2enc.cc:
37067           Add Andrew as second maintainer (he's helping me), and also add
37068           an error if no caps was set. This happens if I pull before capsnego
37069           and that's something I should solve sometime else.
37070         * gst/matroska/matroska-demux.c:
37071         (gst_matroska_demux_parse_blockgroup):
37072           Fix time parsing.
37073         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
37074         (gst_matroska_mux_track_header):
37075           Add caps to templates.
37076         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
37077           Add mpegversion=1 to prevent confusion with MPEG/AAC.
37078         * gst/mpegstream/gstmpegdemux.c:
37079           Remove layer since it causes warnings about unfixed caps.
37080         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
37081           Fix obvious typo (we error out if caps were set, we should of
37082           course error out if *no* caps were set).
37083         * sys/oss/gstosselement.c: (gst_osselement_convert):
37084           Fix format conversion, we confused bits/bytes.
37085         * sys/oss/gstosselement.h:
37086           Improve documentation for 'bps'.
37087         * sys/v4l/TODO:
37088           Remove stuff about plugins that need removing - this was done
37089           ages ago.
37090         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
37091         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
37092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
37093         (gst_v4lsrc_src_query):
37094         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
37095         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
37096           Add get_query_types(), get_formats() and query() functions.
37097
37098 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
37099
37100         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
37101           * moved CVS to freedesktop.org