gst-libs/gst/rtsp/gstrtspdefs.*: Add Location header so that we can start implementin...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4         * gst-libs/gst/rtsp/gstrtspdefs.h:
5         Add Location header so that we can start implementing redirects.
6         See #506025.
7
8 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
9
10         * gst/subparse/gstssaparse.c:
11         combine if's
12
13 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
14
15         * gst/subparse/gstssaparse.c:
16         remove duplicate log message
17
18 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
19
20         * ext/libvisual/visual.c: (gst_visual_chain):
21         Fix 'xyz may be used uninitialized' compiler warnings caused
22         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
23         abort() in any case but properly report the error.
24
25 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
26
27         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
28         (gst_play_bin_finalize), (gst_play_bin_set_uri),
29         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
30         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
31         (autoplug_select_cb), (activate_group), (deactivate_group),
32         (setup_next_source), (save_current_group),
33         (gst_play_bin_change_state):
34         Code cleanups.
35         Remove next-uri, we can use the uri property just fine.
36         Fix some crasher.
37         Unref uridecodebin when switching.
38         Fix going to READY.
39
40         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
41         (gst_play_sink_init), (gst_play_sink_dispose),
42         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
43         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
44         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
45         (gst_play_sink_set_property), (gst_play_sink_get_property),
46         (gen_video_chain), (gen_text_element), (gen_audio_chain),
47         (gen_vis_element), (gst_play_sink_get_mode),
48         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
49         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
50         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
51         (gst_play_sink_change_state):
52         * gst/playback/gstplaysink.h:
53         Add some locking to make things threadsafe.
54
55         * gst/playback/test7.c: (about_to_finish_cb):
56         Fix test.
57
58 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
59
60         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
61           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
62           (gst_video_scale_transform):
63           Don't claim to be able to handle/transform caps that can't really
64           be handled by the currently selected scaling method (here: RGB or
65           packed YUV with 4-tap method). Also add locking to method property.
66
67         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
68           (test_basetransform_based):
69           Some test pipelines for the above (not entirely valgrind clean yet
70           apparently).
71
72 2007-12-21  David Schleef  <ds@schleef.org>
73
74         * gst-libs/gst/video/video.c:
75         * gst-libs/gst/video/video.h:
76           Add additional RGBA and RGB-24 video formats.
77
78 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
79
80         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
81           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
82           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
83         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
84           (cddabasesrc_suite):
85           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
86           deprecated in the future (see #498924).
87
88 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
89
90         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
91           Don't leak event.
92
93 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
94
95         * gst-libs/gst/riff/riff-read.c:
96         Use GST_ROUND_UP_2 macro
97
98 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
99
100         * gst/playback/.cvsignore:
101           Ignore more.
102
103 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
104
105         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
106         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
107           (set_active_source):
108         * gst/playback/gstplaybasebin.h:
109         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
110           (setup_sinks), (playbin_set_subtitles_visible):
111           Make switching off of subtitles work. To avoid all kind of
112           problems with unlinking of the subtitle input, we just keep
113           the subtitle inputs linked as they are and tell textoverlay
114           not to render them. Fixes #373011.
115           Other subtitle switching issues (esp. when there are both
116           external and in-stream subtitles) remain. They'll be solved
117           in playbin2.
118
119 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
120
121         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
122         Init the pad segment too.
123
124 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
125
126         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
127         (gst_audioringbuffer_open_device),
128         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
129         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
130         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
131         (gst_audio_sink_create_ringbuffer):
132         Improve debug output.
133
134         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
135         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
136         Prevent some functions from doing things and failing when the
137         ringbuffer is not yet acquired.
138
139 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
140
141         * gst-libs/gst/interfaces/interfaces.h:
142           Also remove interfaces.h from CVS as it is not needed anymore.
143
144 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
145
146         * gst-libs/gst/interfaces/Makefile.am:
147           interfaces.h is not used anymore so remove it from the build
148           process.
149
150 2007-12-17  David Schleef  <ds@schleef.org>
151
152         * gst/videotestsrc/gstvideotestsrc.c:
153         * gst/videotestsrc/gstvideotestsrc.h:
154           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
155           for testing vertical refresh synchronization.
156
157 2007-12-17  David Schleef  <ds@schleef.org>
158
159         * docs/libs/gst-plugins-base-libs-sections.txt:
160         * gst-libs/gst/video/video.c:
161         * gst-libs/gst/video/video.h:
162           Add new GstVideFormat enum and write a bunch of helper functions
163           based around it.
164
165 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
166
167         * Makefile.am:
168           Use new common/win32.mak.
169
170 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
171
172         * gst-libs/gst/audio/gstbaseaudiosrc.c:
173         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
174         Add debug info.
175         When going from PLAYING to PAUSED, pause the ringbuffer before calling
176         the parent state change function, just like the audiosink, because the
177         parent waits for the element to finish its processing before completing
178         the state change. This makes going to PAUSED a lot snappier.
179         When going from READY to PAUSED, don't allow the ringbuffer to start
180         yet.
181
182 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
183
184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
185         Yet another fix for broken software that produce files with an empty
186         blockalign field. Instead of completely failing, make a second attempt
187         at guessing the width/depth by looking at strf->size.
188
189 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
190
191         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
192           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
193         * gst-libs/gst/pbutils/install-plugins.c:
194           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
195         * gst-libs/gst/pbutils/missing-plugins.c:
196           (gst_missing_plugin_message_get_installer_detail),
197           (gst_missing_encoder_installer_detail_new):
198         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
199         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
200           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
201           avoid compiler warnings (#503930).
202
203 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
204
205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
206         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
207         for jpeg video streams.
208         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
209         for the above modification.
210
211 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
212
213         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
214           (gst_x_overlay_handle_events):
215           More guards (we don't want klass to end up being NULL).
216
217 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
218
219         * configure.ac:
220         * gst/volume/gstvolume.c: (gst_volume_init):
221           Use new gst_base_transform_set_gap_aware() function as volume
222           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
223           for this.
224
225 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
226
227         * tests/examples/seek/seek.c: (msg_segment_done), (main):
228         Don't go to READY on EOS as this avoids testing of seeking and
229         restarting after EOS, use the stop button when you want to READY.
230         Don't try to do a flushing seek in segment-done, it does not make
231         sense to use this for gapless playback and is not needed.
232
233 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
234
235         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
236         (reset_rate_timer), (update_in_rates), (update_out_rates),
237         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
238         (gst_queue_chain), (gst_queue_loop):
239         Use separate timers for input and output rates.
240         Pause measuring the output rate when we block for more data.
241         See #503262.
242
243 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
244
245         * gst/playback/gstqueue2.c: (gst_queue_chain):
246         Pause the timer to measure the input rate when we block because the
247         queue is filled. See #503262.
248
249 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
250
251         Patch by: Peter Kjellerstedt  <pkj at axis com>
252
253         * gst-libs/gst/rtsp/gstrtspconnection.c:
254         (gst_rtsp_connection_free):
255         Close control sockets. Fixes #503440.
256
257 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
258
259         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
260         Expose the right pad in the right place with the right element.
261
262 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
263
264         * gst-libs/gst/pbutils/descriptions.c: (formats):
265           Add description for 'private' dts caps (who come up with that name?).
266
267 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
268
269         * Makefile.am:
270           Add check-exports target and run it with 'make check'.
271
272         * configure.ac:
273           Be stricter about what we export in our libraries: change regexp so that
274           we only export _gst_foo(), but not __gst_foo().
275
276         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
277         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
278           Change internal functions to __gst_foo so they dont' get exported.
279
280         * win32/common/libgstaudio.def:
281           Add missing symbols.
282
283 2007-12-11  David Schleef  <ds@schleef.org>
284
285         * ChangeLog: remove conflict markers
286
287 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
288
289         * ext/gnomevfs/Makefile.am:
290         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
291           Use gst_tag_freeform_string_to_utf8() here, which also takes
292           into account any character sets specified by the user via
293           environment variables.
294
295 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
296
297         * gst/audioconvert/Makefile.am:
298         Also link to libm.
299
300 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
301
302         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
303         No need for floating point operations here. avoids having to link
304         against the math library too.
305
306 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
307
308         * gst-libs/gst/pbutils/descriptions.c: (formats),
309           (format_info_get_desc):
310         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
311           (GST_START_TEST):
312           Add one or two missing formats.  Generate ADPCM description
313           dynamically depending on layout/format.
314
315 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
316
317         * configure.ac:
318           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
319
320 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
321
322         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
323
324         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
325           Some .srt files start with chunk number 0 and not chunk number 1,
326           recognise and accept those as well (fixes #502497).
327
328         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
329           (test_src):
330           Add unit test for the above.
331
332 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
333
334         * gst/playback/gstplay-enum.c:
335         (register_gst_autoplug_select_result),
336         (gst_autoplug_select_result_get_type):
337         * gst/playback/gstplay-enum.h:
338         Add missing files.
339
340 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
341
342         * gst/playback/Makefile.am:
343         Group decodebin2 and uridecodebin into the same plugin so that they
344         can share the GEnumType.
345
346         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
347         (_gst_select_accumulator), (gst_decode_bin_class_init),
348         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
349         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
350         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
351         Add signal to sort factories instead of the more awkward autoplug-select
352         signal.
353         Modify autoplug_select so that we can try, skip or expose the
354         autopluggin of an element on a pad.
355
356         * gst/playback/gstfactorylists.c: (compare_ranks),
357         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
358         (element_filter), (gst_factory_list_get_elements),
359         (gst_factory_list_debug), (gst_factory_list_filter):
360         * gst/playback/gstfactorylists.h:
361         Simplify the API, allow getting elements based on mask.
362
363         * gst/playback/gstplay-marshal.list:
364         Add some more marshallers.
365
366         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
367         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
368         (autoplug_select_cb), (activate_group):
369         Add support for managing non-raw sinks by providing a custom element and
370         sink list to decodebin2.
371         Try to plug non-raw sinks when decodebin2 using autoplug-select of
372         decodebin2.
373
374         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
375         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
376         * gst/playback/gstplaysink.h:
377         Add support for raw and non-raw sinks. 
378         Add support to force sinks selected by playbin2.
379         Don't plug raw converters for non-raw sinks.
380
381         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
382         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
383         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
384         (plugin_init):
385         Use right accumulators.
386         Proxy new signal.
387
388 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
389
390         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
391         Use runnning time as the base time instead of the timestamp.
392         Spotted by Saur on IRC.
393
394 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
395
396         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
397         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
398
399 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
400
401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
402         (gst_ogg_demux_read_chain):
403         If we find a new serial number but it does not contain a BOS page, make
404         sure we initialize the chain to NULL because else we will try to scan it
405         and crash. Fixes #500763
406
407 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
408
409         * gst/playback/Makefile.am:
410         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
411         (get_feature_array), (decoders_filter), (sinks_filter),
412         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
413         (gst_factory_list_filter):
414         * gst/playback/gstfactorylists.h:
415         Refactor some common code to filter factories and check caps compat.
416
417         * gst/playback/gstdecodebin.c:
418         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
419         (gst_decode_bin_init), (gst_decode_bin_dispose),
420         (gst_decode_bin_autoplug_continue),
421         (gst_decode_bin_autoplug_factories),
422         (gst_decode_bin_autoplug_select), (analyze_new_pad),
423         (find_compatibles):
424         * gst/playback/gstplaybin.c:
425         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
426         (gst_play_bin_init), (gst_play_bin_finalize),
427         (autoplug_factories_cb), (activate_group):
428         * gst/playback/gstqueue2.c:
429         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
430         (proxy_autoplug_continue_signal),
431         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
432         (proxy_drained_signal):
433         Add some more debug info and use factor filtering code.
434
435 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
436
437         * gst/audiotestsrc/gstaudiotestsrc.c:
438         * gst/volume/gstvolume.c:
439         * gst/volume/gstvolume.h:
440           Add GAP-flag support.
441
442 2007-11-24  Julien MOUTTE  <julien@moutte.net>
443
444         * tests/examples/seek/seek.c: (main): Increase the range of the
445         rate selector as I would like to test QOS behavior at higher
446         forward and reverse playback speed like say 64x.
447
448 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
449
450         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
451         (audioresample_query), (audioresample_query_type),
452         (gst_audioresample_set_property):
453         Implement latency query.
454
455 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
456
457         * gst-libs/gst/audio/gstbaseaudiosink.c:
458         (gst_base_audio_sink_drain):
459         Our EOS time contains the base_time, _wait_eos() expects a running_time
460         so we have to subtract the base_time again before calling the function.
461         This fixes an EOS regression where the base_time was added twice and EOS
462         took longer and longer in certain situations.
463         Fixes #498767.
464
465 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
466
467         * docs/libs/gst-plugins-base-libs-sections.txt:
468         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
469         (gst_base_audio_sink_set_provide_clock),
470         (gst_base_audio_sink_get_provide_clock),
471         (gst_base_audio_sink_set_slave_method),
472         (gst_base_audio_sink_get_slave_method),
473         (gst_base_audio_sink_set_property),
474         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
475         (gst_base_audio_sink_none_slaving),
476         (gst_base_audio_sink_handle_slaving):
477         * gst-libs/gst/audio/gstbaseaudiosink.h:
478         Expose methods for some object properties so that subclasses can more
479         easily configure them.
480         Added slave method none, that completely disables slaving to the
481         internal clock.
482         API: gst_base_audio_sink_set_provide_clock()
483         API: gst_base_audio_sink_get_provide_clock()
484         API: gst_base_audio_sink_set_slave_method()
485         API: gst_base_audio_sink_get_slave_method()
486
487         * gst-libs/gst/audio/gstbaseaudiosrc.c:
488         (gst_base_audio_src_set_provide_clock),
489         (gst_base_audio_src_get_provide_clock),
490         (gst_base_audio_src_set_property),
491         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
492         * gst-libs/gst/audio/gstbaseaudiosrc.h:
493         Expose methods for some object properties so that subclasses can more
494         easily configure them.
495         API: gst_base_audio_src_set_provide_clock()
496         API: gst_base_audio_src_get_provide_clock()
497
498 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
499
500         Patch by: Joe Peterson <lavajoe at gentoo dot org>
501
502         * gst-libs/gst/sdp/gstsdpmessage.c:
503         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
504
505 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
506
507         * tests/check/libs/fft.c: (GST_START_TEST):
508         Fix scaling to really have dB instead of something else.
509
510 2007-11-19  Julien MOUTTE  <julien@moutte.net>
511
512         * tests/examples/seek/seek.c: (main): There's a nice macro to check
513         GTK version, use it.
514
515 2007-11-19  Julien MOUTTE  <julien@moutte.net>
516
517         * tests/examples/seek/seek.c: (main): Try to support stable version
518         of GTK.
519
520 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
521
522         * gst/playback/README:
523         * gst/playback/test7.c:
524           Fix the build + little README update.
525
526 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
527
528         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
529         Add playbin2 seek pipeline.
530
531 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
532
533         * gst/playback/Makefile.am:
534         * gst/playback/gstplayback.c: (plugin_init):
535         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
536         (eos_cb), (about_to_finish_cb), (main):
537         Add playbin2.
538         Added gapless playback example.
539
540         * gst/playback/gstplaybasebin.c:
541         * gst/playback/gstplaybasebin.h:
542         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
543         * gst/playback/gstqueue2.c:
544         * gst/playback/test.c:
545         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
546         (pad_removed_cb):
547         * gst/playback/gststreaminfo.h:
548         Change email.
549
550         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
551         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
552         (gst_play_bin_dispose), (gst_play_bin_set_uri),
553         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
554         (gst_play_bin_get_property), (gst_play_bin_handle_message),
555         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
556         (drained_cb), (unlink_group), (activate_group),
557         (setup_next_source), (gst_play_bin_change_state),
558         (gst_play_bin2_plugin_init):
559         Added raw first version of playbin2. Does chained oggs and gapless
560         playback fine. No support for raw sinks yet. No visualisations or
561         subtitles yet.
562
563         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
564         (gst_play_sink_class_init), (gst_play_sink_init),
565         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
566         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
567         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
568         (gst_play_sink_set_property), (gst_play_sink_get_property),
569         (post_missing_element_message), (free_chain), (add_chain),
570         (activate_chain), (gen_video_chain), (gen_text_element),
571         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
572         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
573         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
574         (gst_play_sink_send_event), (gst_play_sink_change_state):
575         * gst/playback/gstplaysink.h:
576         Added Element that abstracts the sinks and their pipelines for playbin2.
577
578 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
579
580         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
581         (gst_selector_pad_class_init), (gst_selector_pad_init),
582         (gst_selector_pad_finalize), (gst_selector_pad_reset),
583         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
584         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
585         (gst_selector_pad_chain), (gst_stream_selector_get_type),
586         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
587         (gst_stream_selector_init), (gst_stream_selector_set_property),
588         (gst_stream_selector_get_linked_pad),
589         (gst_stream_selector_getcaps),
590         (gst_stream_selector_is_active_sinkpad),
591         (gst_stream_selector_activate_sinkpad),
592         (gst_stream_selector_get_linked_pads),
593         (gst_stream_selector_request_new_pad),
594         (gst_stream_selector_release_pad):
595         * gst/playback/gststreamselector.h:
596         Improve streamselector, make it select and unselect the current pad more
597         intelligently. 
598         Subclass GstPad for the sinkpads of the selector.
599         Handle segments more correctly.
600         Fix caps negotiation.
601         Implement release_pad.
602
603 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
604
605         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
606         (gst_decode_group_check_if_drained), (source_pad_event_probe),
607         (remove_fakesink):
608         Add drained signal fired when decodebin finishes decoding the data.
609         Remove deprecated STATE_DIRTY message.
610
611         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
612         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
613         (analyse_source), (proxy_drained_signal), (make_decoder),
614         (source_new_pad), (value_list_append_structure_list),
615         (handle_redirect_message), (handle_message):
616         Proxy the new drained signal.
617         Handle pad removed from decodebin.
618         Handle redirect messages by sorting multiple redirections based on the
619         connection speed.
620
621 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
622
623         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
624
625         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
626         Fix leaking headers. Fixes #496761.
627
628 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
629
630         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
631
632         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
633         (gst_ximagesink_change_state):
634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
635         Don't leak the PAR on errors. Fixes #496731.
636
637 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
638
639         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
640           (gst_tag_from_id3_user_tag):
641           Add mapping for audio cd discid tags, so we can extract
642           them from tags as well (see #347848). Also compare identifiers
643           in ID3v2 TXXX frames in a case-insensitive way to increase
644           compatibility when reading tags (discid vs. DiscID vs. DiscId).
645
646 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
647
648         * gst-plugins-base.doap:
649         Oops, fix the release name.
650
651 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
652
653         * gst-plugins-base.doap:
654         Add 0.10.15 release
655
656 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
657
658         * configure.ac:
659         Back to CVS
660
661 === release 0.10.15 ===
662
663 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
664
665         * configure.ac:
666           releasing 0.10.15, "No need to argue"
667
668 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
669
670         * win32/vs6/libgstfft.dsp:
671         Convert line endings to DOS.
672
673 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
674
675         * win32/vs6/gst_plugins_base.dsw:
676         * win32/vs6/libgstfft.dsp:
677         * win32/MANIFEST:
678         Add a project file for fft plugin and remove socket
679         based plugin which don't build from the workspace.
680         * win32/vs6/libgstaudio.dsp:
681         * win32/vs6/libgstrtp.dsp:
682         * win32/vs6/libgsttag.dsp:
683         Convert line endings back to DOS.
684         Fixes #496724
685
686 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
687
688         * win32/vs6/libgstinterfaces.dsp:
689         * win32/vs6/libgstrtsp.dsp:
690         Convert line endings back to DOS
691
692 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
693
694         * gst-libs/gst/fft/kiss_fft_f32.h:
695         * gst-libs/gst/fft/kiss_fft_f64.h:
696         * gst-libs/gst/fft/kiss_fft_s16.h:
697         * gst-libs/gst/fft/kiss_fft_s32.h:
698         Don't include malloc.h which doesn't exist on Mac OSX.
699         Instead, pull in glib.h and use g_malloc/g_free for 
700         consistency. Fixes: #496548
701
702 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
703
704         * gst/playback/gstdecodebin2.c:
705           Dont leak ghostpad. Fixes #475451.
706
707 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
708
709         * docs/design/design-decodebin.txt:
710         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
711         Update some more docs and comments.
712
713 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
714
715         Patch by: Sebastien Moutte  <sebastien moutte net>
716
717         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
718           (gst_rtcp_unix_to_ntp):
719         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
720           Fix some C99-isms and and a missing function that some versions of
721           MSVC don't like too much (#494346).
722
723         * win32/vs6/gst_plugins_base.dsw:
724         * win32/vs6/libgstaudio.dsp:
725         * win32/vs6/libgstrtp.dsp:
726         * win32/vs6/libgsttag.dsp:
727           Update vs6 projects files (#494346).
728
729 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
730
731         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
732
733         * win32/common/libgstaudio.def:
734         * win32/common/libgstcdda.def:
735         * win32/common/libgstinterfaces.def:
736         * win32/common/libgstnetbuffer.def:
737         * win32/common/libgstpbutils.def:
738         * win32/common/libgstrtp.def:
739         * win32/common/libgstrtsp.def:
740         * win32/common/libgsttag.def:
741         * win32/common/libgstvideo.def:
742           More missing symbols to export (fixes #493986).
743
744 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
745
746         * docs/libs/gst-plugins-base-libs-sections.txt:
747         * gst-libs/gst/fft/gstfftf32.c:
748         * gst-libs/gst/fft/gstfftf32.h:
749         * gst-libs/gst/fft/gstfftf64.c:
750         * gst-libs/gst/fft/gstfftf64.h:
751         * gst-libs/gst/fft/gstffts16.c:
752         * gst-libs/gst/fft/gstffts16.h:
753         * gst-libs/gst/fft/gstffts32.c:
754         * gst-libs/gst/fft/gstffts32.h:
755         * tests/check/libs/fft.c: (GST_START_TEST):
756         Remove the magnitude and phase calculation functions as these have
757         very special use cases and can't even be used for the spectrum
758         element. Also adjust the docs to mention some properties of the used
759         FFT implemention, i.e. how the values are scaled. Fixes #492098.
760
761 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
762
763         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
764           (finish_source):
765           Avoid crash when there are external subtitles (fixes #491722).
766
767 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
768
769         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
770         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
771           'Could not open resource for writing' is not an acceptable
772           error message when we can't open the audio device (see #492334),
773           even less so when we're trying to open it to record something.
774
775 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
776
777         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
778
779         * win32/common/libgstrtp.def:
780           Add some more missing symbols (#492813).
781
782 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
783
784         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
785
786         * tests/check/elements/audioconvert.c: (verify_convert):
787           Add check to make sure that the out caps have a channel layout
788           set on them where they should have one.
789
790 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
791
792         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
793
794         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
795         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
796           Include our own _stdint.h instead of sys/types.h, makes MingW happy
797           (#492306).
798
799         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
800           Use _pipe directly, GLib doesn't have a pipe() macro any longer
801           (it disappeared in GLib 2.14.0) (#492306).
802
803         * gst-libs/gst/sdp/Makefile.am:
804         * gst-libs/gst/sdp/gstsdpmessage.c:
805           Fix includes and LIBS for win32/Mingw (#492306).
806
807         * tests/examples/dynamic/addstream.c (pause_play_stream):
808           Use more portable g_usleep() instead of sleep() (#492306).
809
810 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
811
812         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
813
814         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
815           (gst_ring_buffer_parse_caps):
816           Return NULL instead of an enum that happens to be 0, fixes warning
817           on MSVC (#492114).
818
819         * gst-libs/gst/audio/gstringbuffer.h:
820           No trailing commas in enum list (for gcc-2.9x).
821
822         * gst/videotestsrc/videotestsrc.c: (random_char):
823           Make information loss explicit instead of implicitly truncating to
824           eight bits via the return value.  Fixes runtime error on MSVC when
825           using the debug CRT (#492114).
826
827         * win32/common/config.h.in:
828           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
829
830         * win32/common/libgstinterfaces.def:
831         * win32/common/libgstrtp.def:
832           Export a few more symbols (#492114).
833
834 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
835
836         * gst-libs/gst/audio/audio.c:
837         * gst-libs/gst/audio/audio.h:
838           Readd the deprecation guards, but preserve compilability.
839
840 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
841
842         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
843           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
844           Preserve channel layout when fixating the number of channels in the
845           output caps, or make sure there's a suitable channel position layout
846           set on the caps if required. Fixes #430677.
847
848 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
849
850         * tests/check/elements/decodebin.c: (test_text_plain_streams):
851           Make sure the pipeline really operates in push mode as it should
852           in this case.
853
854 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
855
856         * gst-libs/gst/audio/audio.h:
857           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
858           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
859           (ie. normal cvs builds) will fail.
860
861 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
862
863         * docs/libs/Makefile.am:
864         * gst-libs/gst/audio/audio.c:
865         * gst-libs/gst/audio/audio.h:
866         * gst-libs/gst/interfaces/mixer.c:
867           tell gtk-doc about the deprecation guard. Apply more doc fixes.
868
869 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
870
871         * tests/check/libs/audio.c: (init_value_to_channel_layout),
872           (test_channel_layout_value_intersect), (audio_suite):
873           Add simple unit test to make sure GstValue intersection
874           of channel layouts works the way I think it does.
875
876 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
877
878         * docs/libs/gst-plugins-base-libs-sections.txt:
879         * gst-libs/gst/audio/gstaudiofilter.h:
880         * gst-libs/gst/interfaces/mixer.h:
881         * gst-libs/gst/rtp/gstbasertpdepayload.c:
882         * gst-libs/gst/rtp/gstbasertpdepayload.h:
883         * gst-libs/gst/sdp/gstsdpmessage.c:
884           Fix the docs according to what gtk-doc complained about.
885
886 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
887
888         * tests/icles/stress-playbin.c:
889           Fix the build.
890
891 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
892
893         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
894         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
895           Post nice/more useful error message if we don't have a decoder for
896           the primary type.
897
898 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
899
900         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
901         Be a bit more useful, unblock the pads after we fired the no-more-pads
902         signal so that we can use the signal to inspect and connect all pads
903         without having to keep extra state outside of decodebin.
904
905 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
906
907         * gst/playback/gsturidecodebin.c:
908         (gst_uri_decode_bin_autoplug_continue),
909         (gst_uri_decode_bin_class_init), (no_more_pads_full):
910         Implement default signal handler so that we return TRUE when nothing is
911         connected.
912
913 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
914
915         * gst-libs/gst/riff/riff-media.c:
916         (gst_riff_wavext_add_channel_layout),
917         (gst_riff_wave_add_default_channel_layout),
918         (gst_riff_wavext_get_default_channel_mask),
919         (gst_riff_create_audio_caps):
920         Use the ALSA channel layout as default for wav files without channel
921         layout information. This fixes playback of chan-id.wav on 5.1 systems
922         for example. Also refactor the channel layout setting a bit and add
923         more default channel orders. Fixes #489010.
924
925 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
926
927         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
928           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
929           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
930           instead.
931
932 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
933
934         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
935         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
936         (gst_decode_bin_set_subs_encoding),
937         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
938         (gst_decode_bin_get_property), (analyze_new_pad):
939         Move subtitle encoding property to decodebin2 so that it can set the
940         property value on all elements that it autoplugs and that require it.
941         Make caps refcounting more consistent in get/set.
942
943         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
944         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
945         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
946         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
947         (proxy_autoplug_continue_signal),
948         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
949         (make_decoder):
950         Proxy properties and relevant signals from the internal decodebin.
951         Make properties MT safe.
952
953 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
954
955         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
956         * gst-libs/gst/tag/tags.c:
957           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
958           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
959
960         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
961           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
962
963         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
964           (gst_tag_to_vorbis_comments):
965           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
966           just mapping everything I found in the wild) (#414539).
967
968 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
969
970         Inspired by patch of: René Stadler <mail at renestadler dot de>
971
972         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
973         (gst_decode_bin_autoplug_continue),
974         (gst_decode_bin_autoplug_factories),
975         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
976         (find_compatibles):
977         * gst/playback/gstplay-marshal.list:
978         Remove the autoplug-sort signal and replace it with a binding friendly
979         autoplug-select signal.
980         Add an autoplug-factories signal that can be used to generate a list of
981         factories to try to autoplug.
982         Add the GstPad to the autoplugging signal args as it might be needed to
983         make a good factory selection.
984         Fix up the marshallers for this. Fixes #407282.
985
986 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
987
988         * gst-libs/gst/tag/gsttagdemux.c:
989           Don't abort with an assertion if we receive a seek event with
990           a start type of NONE (see launchpad bug #155878).
991
992 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
993
994         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
995         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
996         (gst_ximagesink_change_state), (gst_ximagesink_reset):
997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
998         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
999         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
1000         Make sure that before we clean up the X resources, we shutdown and join
1001         the event thread.
1002         Also make sure the event thread does not shut down immediatly after
1003         startup because the running variable is not yet correctly set.
1004         Fixes #378770. 
1005
1006 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1007
1008         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
1009         Make the window for a race in typefind and shutting down smaller until
1010         we figure out the right locking here. Avoids #485753 usually.
1011
1012         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
1013         Remove unneeded lock causing a race in typefind and shutting down.
1014         Fixes #485753.
1015
1016         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1017         Also remove sinks when going to NULL because we might not complete the
1018         state change to PAUSED, causing the PAUSED->READY state change not to
1019         happen.
1020
1021 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1022
1023         * gst-libs/gst/audio/gstbaseaudiosink.c:
1024         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
1025         Also explicitly release the ringbuffer when going to NULL because it
1026         is required in the setcaps function, before the state change to PAUSED
1027         completes.
1028
1029 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
1030
1031         * tests/icles/.cvsignore:
1032         * tests/icles/Makefile.am:
1033         * tests/icles/stress-playbin.c:
1034           Does what it says on the tin.
1035
1036 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
1037
1038         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
1039         Fix queue negotiation. See #486758.
1040
1041 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
1042
1043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1044         (gst_xvimagesink_xwindow_new),
1045         (gst_xvimagesink_update_colorbalance),
1046         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
1047
1048         Fix handling of some of the X atoms. If the last parameter is True,
1049         XInternAtom won't create the atom if it doesn't exist, and therefore
1050         might return None. This causes X errors on Xv implementations that
1051         don't provide the colour balance attributes.
1052
1053 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1054
1055         * gst-libs/gst/tag/gstvorbistag.c:
1056         * tests/check/libs/tag.c:
1057           Extract vorbis comment LICENSE tags correctly.
1058
1059 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1060
1061         Patch by: Jason Kivlighn  <jkivlighn gmail com>
1062
1063         * gst-libs/gst/tag/gstid3tag.c:
1064         * tests/check/libs/tag.c:
1065           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
1066
1067 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1068
1069         * gst-libs/gst/tag/gsttagdemux.c:
1070           Don't error out when a buggy downstream element doesn't
1071           handle the newsegment event we send properly (especially
1072           not without posting a meaningful error message on the
1073           bus). See bug #471370 and launchpad bug #136264.
1074
1075 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
1076
1077         * gst-libs/gst/audio/gstbaseaudiosink.c:
1078         (gst_base_audio_sink_drain):
1079         Use new basesink method to make our EOS drain interruptable.
1080
1081 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
1082
1083         * gst-libs/gst/rtp/gstrtppayloads.c:
1084         Fix silly search-replace oversight.
1085
1086 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
1087
1088         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1089
1090         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1091         (gst_basertppayload_set_outcaps):
1092         Fix caps memleak. Fixes #484989.
1093
1094
1095 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1096
1097         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1098         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
1099         Fix debug output.
1100
1101 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1102
1103         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1104         (gst_base_audio_src_create):
1105         Also handle the case where there is no clock set on the audio source,
1106         like in the unit tests.
1107
1108 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1109
1110         * gst-libs/gst/rtp/gstrtppayloads.c:
1111         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
1112         to avoid compiler warnings
1113
1114 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1115
1116         * gst/playback/gstdecodebin.c: (type_found),
1117         (gst_decode_bin_change_state):
1118         * gst/playback/gstdecodebin2.c: (type_found),
1119         (gst_decode_bin_change_state):
1120         Don't disconnect the have_type signal because we never reconnect it
1121         later on. Instead keep a variable to see if we already detected a type.
1122
1123 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1124
1125         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
1126         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1127         (type_found):
1128         Unlink the signal handler when we found the type, we're not going to do
1129         anything sensible with more type_found signals anyway.
1130
1131 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1132
1133         * gst-libs/gst/tag/gsttagdemux.c:
1134           Don't leak caps.
1135
1136 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1137
1138         * gst-libs/gst/tag/Makefile.am:
1139         * gst-libs/gst/tag/gsttagdemux.c:
1140         * gst-libs/gst/tag/gsttagdemux.h:
1141           API: add GstTagDemux base class for simple tag demuxers.
1142
1143         * docs/libs/gst-plugins-base-libs-docs.sgml:
1144         * docs/libs/gst-plugins-base-libs-sections.txt:
1145           Add GstTagDemux to docs.
1146
1147 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
1148
1149         * gst-libs/gst/rtp/gstrtpbuffer.c:
1150         (gst_rtp_buffer_get_payload_subbuffer):
1151         Fix bug introduced with last commit which inverted the logic and
1152         caused all buffers to be dropped. Fixes #483620.
1153         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
1154
1155 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1156
1157         * gst-libs/gst/rtp/gstrtpbuffer.c:
1158           Replace g_return_if_val (as it could be disabled), with regular return
1159           and warning.
1160
1161 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
1162
1163         * tests/check/pipelines/simple-launch-lines.c:
1164           Print message name and not just number.
1165
1166 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
1167
1168         * gst-libs/gst/audio/gstbaseaudiosink.c:
1169         (gst_base_audio_sink_async_play):
1170         When slaved to the clock, don't try to align a sample with the previous
1171         one when going to PLAYING again.
1172
1173 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1174
1175         * tests/examples/snapshot/snapshot.c:
1176           Fix the build.
1177
1178 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1179
1180         * gst-libs/gst/sdp/gstsdpmessage.h:
1181         Add RFC 3556 bandwidth modifiers.
1182
1183 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1184
1185         * docs/libs/gst-plugins-base-libs-docs.sgml:
1186         * docs/libs/gst-plugins-base-libs-sections.txt:
1187         * gst-libs/gst/rtp/gstrtppayloads.c:
1188         Update documentation.
1189
1190 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1191
1192         * gst-libs/gst/rtp/Makefile.am:
1193         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
1194         (gst_rtp_payload_info_for_name):
1195         * gst-libs/gst/rtp/gstrtppayloads.h:
1196         Added new file and header to deal with payload info.
1197
1198         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1199         (gst_rtp_buffer_default_clock_rate):
1200         * gst-libs/gst/rtp/gstrtpbuffer.h:
1201         Payload specific stuff is move to new headers.
1202         Implement _default_clock rate using the new payload function.
1203
1204         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
1205         (gst_sdp_parse_line):
1206         * gst-libs/gst/sdp/gstsdpmessage.h:
1207         Add some more comments.
1208
1209 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1210
1211         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1212         (sdp_check_header), (sdp_type_find), (plugin_init):
1213         Add typefind function for application/sdp.
1214         Remove some old dirac typefind code that was ifdeffed out.
1215
1216 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
1217
1218         * win32/common/libgstaudio.def:
1219         Add new exported functions.
1220         * win32/vs6/grammar.dsp:
1221         Add autogeneration and copy of some autegenerated files from win32/common
1222         for rtsp library.
1223         * win32/vs6/libgstaudioconvert.dsp:
1224         Add gstaudioquantize.c to the build.
1225         * win32/vs6/libgstinterfaces.dsp:
1226         Add videoorientation.c to the build.
1227         * win32/vs6/libgstriff.dsp:
1228         Add libgsttag to the link libraries list.
1229         * win32/vs6/libgstvolume.dsp:
1230         Add liboil to the link.
1231         * win32/vs6/gst_plugins_base.dsw:
1232         * win32/vs6/libgstrtsp.dsp:
1233         * win32/common/libgstrtsp.def:
1234         Add files to build libgstrtsp library.
1235         
1236 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1237
1238         * tests/examples/snapshot/snapshot.c: (main):
1239         Print error when pipeline failed to construct.
1240
1241 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1242
1243         * configure.ac:
1244         * gst-libs/gst/tag/gstid3tag.c:
1245         * gst-libs/gst/tag/gstvorbistag.c:
1246           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
1247           and ID3v2 tags.
1248
1249 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1250
1251         * gst-libs/gst/floatcast/floatcast.h:
1252           Don't include config.h in an installed public header, this
1253           might break compilation of applications that don't have such
1254           a header and doesn't necessarily do what it's supposed to do
1255           anyway (ie. check for the lrint/lrintf defines) (#442065).
1256           Add docs for the various macros and document how this header
1257           has to be used (link against libm, etc.); add a few FIXMEs;
1258           include math.h for non-c99 code path.  Based on patch by
1259           Jan Schmidt.
1260           
1261 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1262
1263         * configure.ac:
1264         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
1265         of duplicating these macros in configure.ac.
1266
1267 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1268
1269         * po/hu.po:
1270         * po/sv.po:
1271         * po/uk.po:
1272           Updated translations to 0.10.14
1273
1274 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1275
1276         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1277
1278         * po/pl.po:
1279           Added Polish translation.
1280
1281 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1282
1283         translated by: Ilkka Tuohela <hile@iki.fi>
1284
1285         * po/fi.po:
1286           Added Finnish translation.
1287
1288 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1289
1290         translated by: Jorge González González <aloriel@gmail.com>
1291
1292         * po/es.po:
1293           Added Spanish translation.
1294
1295 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1296
1297         translated by: Mogens Jaeger <mogens@jaeger.tf>
1298
1299         * po/da.po:
1300           Added Danish translation.
1301
1302 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1303
1304         translated by: Funda Wang <fundawang@linux.net.cn>
1305
1306         * po/zh_CN.po:
1307           Added Chinese (simplified) translation.
1308
1309 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1310
1311         translated by: Alexander Shopov <ash@contact.bg>
1312
1313         * po/bg.po:
1314           Added Bulgarian translation.
1315
1316 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1317
1318         * gst/playback/gstqueue2.c: (gst_queue_push_one):
1319         Fix compilation wrt printf arguments.
1320
1321 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
1322
1323         * configure.ac:
1324         * tests/examples/Makefile.am:
1325         * tests/examples/snapshot/.cvsignore:
1326         * tests/examples/snapshot/Makefile.am:
1327         * tests/examples/snapshot/snapshot.c: (main):
1328         Add simple snapshot example program using appsink.
1329
1330 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * tests/check/generic/states.c:
1333           Improved state change unit test.
1334
1335 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1336
1337         * docs/plugins/.cvsignore:
1338         * tests/check/.cvsignore:
1339           Ignore registries in any format.
1340
1341 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1342
1343         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1344         (gst_base_rtp_depayload_chain),
1345         (gst_base_rtp_depayload_set_gst_timestamp):
1346         Only copy timestamp on outgoing packets if the depayloader did not set
1347         one.
1348         Also copy duration on outgoing packets.
1349
1350 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1351
1352         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1353         (gst_basertppayload_set_outcaps):
1354         Fix compilation because of missing %d in printf.
1355         When fixating caps, fixate what we can and throw away all remaining
1356         unfixed caps, subclasses should do something smart if they need to.
1357
1358 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1359
1360         * ext/gnomevfs/gstgnomevfssrc.c:
1361           Improve debug logs a bit and be more verbose if things go wrong.
1362
1363 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1364
1365         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1366         (gst_text_overlay_set_property):
1367         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1368         * gst-libs/gst/audio/gstbaseaudiosink.c:
1369         (gst_base_audio_sink_render):
1370         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1371         (gst_rtcp_unix_to_ntp):
1372         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
1373         * gst/playback/gstqueue2.c:
1374         * tests/examples/seek/seek.c: (set_scale):
1375         Fix a bunch of compile warnings shown with Forte.
1376
1377         * gst/audiorate/gstaudiorate.c:
1378         Always pull in config.h before including any system headers.
1379
1380 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
1381
1382         * gst/playback/gstqueue2.c: (update_buffering),
1383         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
1384         (gst_queue_handle_sink_event), (gst_queue_chain),
1385         (gst_queue_push_one), (gst_queue_sink_activate_push),
1386         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
1387         Also fix #476514 for queue2.
1388
1389 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1390
1391         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1392         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
1393         (gst_base_rtp_depayload_chain),
1394         (gst_base_rtp_depayload_handle_sink_event),
1395         (gst_base_rtp_depayload_push_full),
1396         (gst_base_rtp_depayload_set_gst_timestamp),
1397         (gst_base_rtp_depayload_change_state):
1398         Remove code to deal with RTP to GST time conversion, we now just copy
1399         the GST timestamp we receive to the outgoing buffers.
1400         Handle segment and flushes correctly.
1401
1402         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1403         When we have no valid input timestamp, use the previous rtp timestamp on
1404         the outgoing RTP packet instead of the RTP base time.
1405
1406 2007-09-15  David Schleef  <ds@schleef.org>
1407
1408         * ext/alsa/gstalsa.c:
1409         * ext/alsa/gstalsadeviceprobe.c:
1410         * ext/alsa/gstalsamixer.c:
1411         * ext/alsa/gstalsasink.c:
1412         * ext/alsa/gstalsasrc.c:
1413           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
1414
1415 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
1416
1417         * gst-libs/gst/rtp/gstbasertppayload.c:
1418         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
1419         Add some debug info when negotiating caps.
1420
1421 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1422
1423         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
1424         A buffer with an empty payload is also a valid buffer.
1425
1426 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1427
1428         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
1429         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1430         (gst_basertppayload_change_state):
1431         Make sure we start our RTP timestamp from the random base RTP
1432         timestamp even if the buffer timestamp starts from some random value.
1433
1434 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1435
1436         * configure.ac:
1437         * tests/examples/Makefile.am:
1438         * tests/examples/dynamic/.cvsignore:
1439         * tests/examples/dynamic/Makefile.am:
1440         * tests/examples/dynamic/addstream.c: (create_stream),
1441         (pause_play_stream), (message_received), (eos_message_received),
1442         (perform_step), (main):
1443         Add simple exmple app to demonstrate starting and pausing live and
1444         non-live bins in a PLAYING pipeline.
1445
1446 2007-09-14  Julien MOUTTE  <julien@moutte.net>
1447
1448         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
1449         typefind for QCP files (RFC #3625)
1450
1451 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1452
1453         * gst-libs/gst/audio/gstbaseaudiosink.c:
1454         (gst_base_audio_sink_init):
1455         Disable pull mode scheduling, we're not ready for it yet and it subtly
1456         breaks a lot of things.
1457
1458 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1459
1460         * tests/check/elements/libvisual.c:
1461           Test all libvisual plugins, not just the first one; this reproduces
1462           bug #450336 quite easily.  Looks like a problem with the 'jess'
1463           visualisation.
1464
1465 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1466
1467         * tests/check/Makefile.am:
1468         * tests/check/elements/.cvsignore:
1469         * tests/check/elements/libvisual.c:
1470           Add basic libvisual test case in an attempt to reproduce bug #450336.
1471           Doesn't reproduce that bug, but some other crasher instead (invalid
1472           free), at least with make elements/libvisual.forever and the bumscope
1473           plugin on x86-64/gutsy. Leaving test disabled for now.
1474
1475 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1476
1477         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1478
1479         * gst-libs/gst/rtsp/gstrtspconnection.c:
1480         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
1481         (read_body), (gst_rtsp_connection_receive):
1482         Make sure we can not cancel in the middle of receiving a message.
1483         Fixes #475731.
1484
1485 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
1486
1487         Patch by: Josep Torra Valles <josep@fluendo.com>
1488
1489         * gst/playback/gstplaybasebin.c:
1490           Increase upper limit for audio queue a bit; fixes preroll problem
1491           with playbin and decodebin2 when playing a quicktime trailer with
1492           multichannel audio via http (#464666).
1493
1494 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1495
1496         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1497         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1498         (gst_base_audio_src_provide_clock),
1499         (gst_base_audio_src_set_property),
1500         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1501         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1502         Allow othe clocks than the internal clock to be used for the pipeline.
1503         Add property to disable clock provide.
1504         API: GstBaseAudioSrc::provide-clock
1505
1506 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1507
1508         * gst/playback/gstdecodebin2.c:
1509           Don't leak request pads. Fixes #475395.
1510
1511 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1512
1513         Patch by: René Stadler <mail at renestadler dot de>
1514
1515         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1516         (gst_ximage_buffer_class_init):
1517         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1518         (gst_xvimage_buffer_class_init):
1519         Correctly chain up finalize with the parent class to prevent
1520         memory leaks. Fixes #474880.
1521
1522 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1523
1524         * gst/volume/gstvolume.c: (volume_choose_func):
1525         * tests/check/elements/volume.c: (GST_START_TEST):
1526         Revert the latest change: floating point samples are allowed to
1527         have any value, not only values in the range [-1,1]. Thanks to Andy
1528         Wingo for noticing.
1529         Also fix processing of int32 samples with volumes > 4 by making the
1530         unity value smaller which prevents overflows.
1531
1532 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1533
1534         * gst-libs/gst/rtp/gstrtpbuffer.c:
1535         * tests/check/libs/rtp.c:
1536           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
1537
1538 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1539
1540         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1541
1542         * gst-libs/gst/rtp/gstrtpbuffer.c:
1543           Fix up GstRTPHeader helper struct so that compilers will not under
1544           any circumstances add padding in between our fields, as currently
1545           happens with MSVC on win32, because that would lead to us sending
1546           out RTP payloads with broken RTP headers (#471194).
1547           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
1548           
1549         * tests/check/Makefile.am:
1550         * tests/check/libs/.cvsignore:
1551         * tests/check/libs/rtp.c:
1552           Add some simple unit tests for GstRTPBuffer. Some are disabled
1553           because the code tested still needs fixing (set_csrc() does not work).
1554
1555 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1556
1557         * win32/MANIFEST:
1558         * win32/common/gstrtsp-enumtypes.c:
1559         * win32/common/gstrtsp-enumtypes.h:
1560         * win32/common/interfaces-enumtypes.c:
1561         * win32/common/interfaces-enumtypes.h:
1562         * win32/common/multichannel-enumtypes.c:
1563           Add rtsp enumtypes (#474384) and update others.
1564
1565 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
1566
1567         * configure.ac:
1568           Fix configure check for HAVE_LIBXML_HTML.
1569
1570 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1571
1572         * tests/check/libs/.cvsignore:
1573           Ignore more, in case the build bots work again one day.
1574
1575 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
1576
1577         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
1578
1579         * configure.ac:
1580         * gst-libs/gst/Makefile.am:
1581         * gst-libs/gst/fft/Makefile.am:
1582         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
1583         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
1584         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
1585         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
1586         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
1587         * gst-libs/gst/fft/gstfft.h:
1588         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
1589         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
1590         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
1591         * gst-libs/gst/fft/gstfftf32.h:
1592         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
1593         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
1594         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
1595         * gst-libs/gst/fft/gstfftf64.h:
1596         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
1597         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
1598         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
1599         * gst-libs/gst/fft/gstffts16.h:
1600         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
1601         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
1602         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
1603         * gst-libs/gst/fft/gstffts32.h:
1604         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
1605         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1606         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
1607         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
1608         * gst-libs/gst/fft/kiss_fft_f32.h:
1609         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
1610         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1611         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
1612         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
1613         * gst-libs/gst/fft/kiss_fft_f64.h:
1614         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
1615         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1616         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
1617         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
1618         * gst-libs/gst/fft/kiss_fft_s16.h:
1619         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
1620         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1621         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
1622         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
1623         * gst-libs/gst/fft/kiss_fft_s32.h:
1624         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
1625         (kiss_fftr_f32), (kiss_fftri_f32):
1626         * gst-libs/gst/fft/kiss_fftr_f32.h:
1627         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
1628         (kiss_fftr_f64), (kiss_fftri_f64):
1629         * gst-libs/gst/fft/kiss_fftr_f64.h:
1630         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
1631         (kiss_fftr_s16), (kiss_fftri_s16):
1632         * gst-libs/gst/fft/kiss_fftr_s16.h:
1633         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
1634         (kiss_fftr_s32), (kiss_fftri_s32):
1635         * gst-libs/gst/fft/kiss_fftr_s32.h:
1636         * gst-libs/gst/fft/kiss_version:
1637         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1638         * pkgconfig/gstreamer-plugins-base.pc.in:
1639         Add libgstfft, a FFT library based on Kiss FFT which is
1640         BSD licensed. Supported sample formats are int16, int32,
1641         float and double. For those formats a real FFT and IFFT
1642         can be done, different windowing functions can be applied
1643         and functions for extracting the magnitude and phase exist.
1644         Fixes #468619.
1645
1646         * docs/libs/Makefile.am:
1647         * docs/libs/gst-plugins-base-libs-docs.sgml:
1648         * docs/libs/gst-plugins-base-libs-sections.txt:
1649         Integrate libgstfft into the docs.
1650
1651         * tests/check/Makefile.am:
1652         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
1653         Add unit tests for libgstfft, currently only testing the FFT.
1654         Unit tests for IFFT will follow soon.
1655
1656 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
1657
1658         Patch by: Peter Kjellerstedt  <pkj at axis com>
1659
1660         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
1661         (gst_sdp_message_init), (gst_sdp_message_uninit),
1662         (is_multicast_address), (gst_sdp_message_as_text),
1663         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
1664         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
1665         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1666         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1667         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
1668         (gst_sdp_media_init), (gst_sdp_media_uninit),
1669         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
1670         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
1671         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
1672         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
1673         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
1674         * gst-libs/gst/sdp/gstsdpmessage.h:
1675         Separate INIT_ARRAY() and related macros into two versions, one for
1676         structures and one for pointers (e.g., INIT_ARRAY() and
1677         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
1678         lists of emails and phone numbers.
1679         Add missing const as appropriate.
1680         Change all gint to guint since they all actually represent unsigned
1681         values.
1682         Do not use time as a variable name as it shadows the global time().
1683         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
1684         Actually implement gst_sdp_message_add_time().
1685         Make gst_sdp_message_add_time() take repeat times as an argument.
1686         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
1687         Corrected the definition of gst_sdp_media_get_bandwidth() (was
1688         misspelled as badwidth).
1689         gst-indented and a little clean up. Fixes #471067.
1690
1691 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
1692
1693         * gst/volume/gstvolume.c: (volume_choose_func),
1694         (volume_process_double), (volume_process_double_clamp),
1695         (volume_process_float_clamp):
1696         Correctly clamp float/double samples in the [-1.0,1.0] range to
1697         prevent weird effects.
1698         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1699         Add unit tests for all samples types that had none before.
1700
1701 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1702
1703         * gst-libs/gst/rtp/gstrtpbuffer.c:
1704           Need to include stdlib.h for abs() here too.
1705
1706 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1707
1708         * gst/playback/gststreaminfo.c:
1709           Fix build.
1710
1711 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
1712
1713         * gst/playback/gststreaminfo.c:
1714           Clean up some half-disabled code and comment.
1715
1716 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1717
1718         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1719
1720         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1721         (gst_base_rtp_payload_audio_handle_event):
1722         Return FALSE from the event handler to let the parent class handle the
1723         event. Fixes #446766.
1724
1725         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1726         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
1727         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
1728
1729         * gst-libs/gst/rtp/gstbasertppayload.c:
1730         Bump the MTU to 1400.
1731
1732 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
1733
1734         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
1735         Add an audio/x-nsf typefind function for the nsfdec element.
1736
1737 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
1738         * gst/playback/gstplaybasebin.c:
1739         Included "myth://" on stream_uris list for enable buffering to mythtv files
1740
1741 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1742
1743         * docs/libs/gst-plugins-base-libs-sections.txt:
1744         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1745         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
1746         (gst_rtcp_unix_to_ntp):
1747         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1748         Fix parsing of RB blocks.
1749         Fix docs.
1750         Added helper functions to convert to/from UNIX and NTP time.
1751         API: gst_rtcp_ntp_to_unix()
1752         API: gst_rtcp_unix_to_ntp()
1753
1754         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1755         (gst_rtp_buffer_get_header_len),
1756         (gst_rtp_buffer_get_extension_data),
1757         (gst_rtp_buffer_get_payload_subbuffer),
1758         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
1759         (gst_rtp_buffer_ext_timestamp):
1760         * gst-libs/gst/rtp/gstrtpbuffer.h:
1761         Fix some more docs.
1762         Implement handling of packets with extensions.
1763         Fix padding check in _validate().
1764         Added function to get extension data.
1765         API: gst_rtp_buffer_get_header_len()
1766         API: gst_rtp_buffer_get_extension_data()
1767
1768 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1769
1770         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1771         (gst_base_rtp_depayload_class_init),
1772         (gst_base_rtp_depayload_set_gst_timestamp):
1773         Add some more docs for the queue-delay property and fix a typo in a
1774         comment.
1775
1776         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1777         Fix typo.
1778
1779 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1780
1781         * gst-libs/gst/audio/gstbaseaudiosink.c:
1782         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
1783         (gst_base_audio_sink_change_state):
1784         When skew slaving, try to hover around the middle of a segment so that
1785         we at most drift by half a segment.
1786         If we are aligning in the oposite direction of the clock skew, we don't
1787         have to resync.
1788
1789 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1790
1791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1792         (gst_base_rtp_depayload_setcaps),
1793         (gst_base_rtp_depayload_set_gst_timestamp):
1794         Be less silly with the segment start, just apply the clock-base to the
1795         timestamp.
1796
1797 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1798
1799         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1800         (gst_base_rtp_depayload_class_init),
1801         (gst_base_rtp_depayload_finalize),
1802         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1803         (gst_base_rtp_depayload_handle_sink_event),
1804         (gst_base_rtp_depayload_set_gst_timestamp),
1805         (gst_base_rtp_depayload_change_state):
1806         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1807         Deprecate the queue handling thread thing and remove the code.
1808         Use new method to calculate the extended timestamp.
1809
1810 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1811
1812         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1813         (gst_rtcp_packet_sdes_copy_entry):
1814         Use g_strndup which does exactly what we want.
1815
1816         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
1817         (gst_rtp_buffer_ext_timestamp):
1818         * gst-libs/gst/rtp/gstrtpbuffer.h:
1819         Add helper function to compare seqnums.
1820         Add helper function to calculate extended timestamps.
1821         API: gst_rtp_buffer_compare_seqnum()
1822         API: gst_rtp_buffer_ext_timestamp()
1823
1824 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
1825
1826         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1827         (gst_rtcp_packet_sdes_get_entry),
1828         (gst_rtcp_packet_sdes_copy_entry):
1829         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1830         Fix and document SDES item data function.
1831         Add new function that makes a proper copy of SDES item data.
1832         API: gst_rtcp_packet_sdes_copy_entry()
1833
1834 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
1835
1836         * configure.ac:
1837         * gst/Makefile.am:
1838           The tcp and subparse plugins are under gst, but not totaly free of
1839           dependencies. Handle selection inconfigure.ac, so that they show up
1840           on the final list of what is build and what is not. Maybe they should
1841           better be moved to ext.
1842
1843 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
1844
1845         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
1846
1847         * configure.ac:
1848         * gst/Makefile.am:
1849           Check if libxml provides HTML parser which subparse needs.
1850           Fixes #451970.
1851
1852 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
1853
1854         * ext/alsa/gstalsa.c:
1855           Fix typo and compilation on big endian systems.
1856
1857 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
1858
1859         * gst/subparse/gstssaparse.c:
1860           Convert SSA newline codes into actual newline characters (#470766).
1861
1862 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
1863
1864         * docs/libs/gst-plugins-base-libs-sections.txt:
1865         * gst-libs/gst/pbutils/install-plugins.c:
1866         * gst-libs/gst/pbutils/install-plugins.h:
1867         * tests/check/libs/pbutils.c:
1868           API: also add gst_install_plugins_supported() while we're at it
1869           (see #470456).
1870
1871 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
1872
1873         * docs/libs/gst-plugins-base-libs-sections.txt:
1874         * gst-libs/gst/pbutils/missing-plugins.c:
1875         * gst-libs/gst/pbutils/missing-plugins.h:
1876         * tests/check/libs/pbutils.c:
1877           API: add gst_missing_*_installer_detail_new() convenience API so
1878           that applications that know exactly what they're missing can request
1879           installer detail strings for those items directly instead of having
1880           to first create a dummy missing-plugin message and then get the
1881           installer detail string from that.  Fixes #470456.
1882
1883 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1884
1885         * gst/playback/gstdecodebin.c: (close_pad_link):
1886         We need to set up delayed-linking whenever the caps are non-fixed,
1887         not just when there are multiple types - use gst_pad_is_fixed()
1888         to test.
1889
1890 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
1891
1892         * gst-libs/gst/pbutils/missing-plugins.c:
1893           (gst_missing_plugin_message_get_installer_detail):
1894           Add missing separator in PID fallback case.
1895
1896 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
1897
1898         * ext/alsa/Makefile.am:
1899         There is no GST_PLUGINS_BASE_LIBS defined.
1900         
1901         * ext/alsa/gstalsa.c:
1902         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
1903         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
1904         Add support for ALSA 24-bit formats.
1905         snd_pcm_delay can return an error code, especially
1906         during XRUNS. In that case, the best we can do is assume
1907         delay = 0.
1908
1909         * gst/audioconvert/Makefile.am:
1910         Add flags from -base before any more-remote dependencies.
1911
1912 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
1913
1914         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
1915
1916         * gst/volume/gstvolume.c: (volume_choose_func),
1917         (volume_update_real_volume), (gst_volume_set_volume),
1918         (gst_volume_init), (volume_process_int32),
1919         (volume_process_int32_clamp), (volume_process_int24),
1920         (volume_process_int24_clamp), (volume_process_int16),
1921         (volume_process_int16_clamp), (volume_process_int8),
1922         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
1923         * gst/volume/gstvolume.h:
1924         Add support for int32, int24 and int8 to the volume element.
1925         Fixes #445529.
1926
1927 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
1928
1929         * tests/examples/Makefile.am:
1930           Fix even more.
1931
1932 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
1933
1934         * configure.ac:
1935         * docs/libs/Makefile.am:
1936         * docs/libs/gst-plugins-base-libs-docs.sgml:
1937         * docs/libs/gst-plugins-base-libs-sections.txt:
1938         * ext/gnomevfs/gstgnomevfssrc.c:
1939         * ext/gnomevfs/gstgnomevfssrc.h:
1940         * gst-libs/gst/Makefile.am:
1941         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1942         * pkgconfig/gstreamer-plugins-base.pc.in:
1943         * sys/v4l/v4lsrc_calls.c:
1944         * tests/examples/Makefile.am:
1945         * win32/common/config.h:
1946           Revert unwanted commit. many thanks to moap. I want a fix for 
1947           https://thomas.apestaart.org/moap/trac/ticket/239
1948
1949 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
1950
1951         * gst/volume/gstvolume.c:
1952           Move passthrough below gst_object_sync_values(). Fixes #442654.
1953
1954 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1955
1956         * gst-libs/gst/audio/audio.c:
1957         Clarify the docs a little.
1958
1959 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1960
1961         * gst/volume/gstvolume.c:
1962           Enable liboil for float and add more details about problems with
1963           int16.
1964
1965 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
1966
1967         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
1968         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
1969
1970 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
1971
1972         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
1973         When calculating the first timestamp of the buffers, don't go below 0
1974         and clip the samples because the offset was on the eos page.
1975         Fixes #466717.
1976
1977 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
1978
1979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
1980         (gst_ogg_demux_collect_chain_info):
1981         Also submit the eos page when trying to find the first timestamp.
1982         See #466717.
1983
1984 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1985
1986         * gst-libs/gst/audio/audio.h:
1987         Use gst_util_uint64_scale() instead of doing the math
1988         with double for GST_FRAMES_TO_CLOCK_TIME() and
1989         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
1990         prevents rounding errors. Fixes #467667.
1991
1992 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1993
1994         * gst-libs/gst/rtsp/gstrtspconnection.c:
1995         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
1996         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
1997         * gst-libs/gst/rtsp/gstrtspconnection.h:
1998         Small cleanups.
1999         On shutdown, don't read the control socket yet.
2000         Set timeout value correctly in all cases.
2001         Add function to check if the server accepts reads or writes.
2002         API: gst_rtsp_connection_poll()
2003
2004         * gst-libs/gst/rtsp/gstrtspdefs.h:
2005         Fix compilation with -pedantic.
2006         Add enum for _poll.
2007
2008 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2009
2010         Patch by: Olivier Crete  <tester at tester ca>
2011
2012         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2013         (gst_basertppayload_getcaps):
2014         * gst-libs/gst/rtp/gstbasertppayload.h:
2015         Add getcaps vfunc to basertppayload. See #465146.
2016
2017 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2018
2019         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
2020         Only post buffering messages when we are a stream.
2021
2022 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
2023
2024         * gst-libs/gst/pbutils/install-plugins.c:
2025         * gst-libs/gst/pbutils/missing-plugins.c:
2026           Small docs fix and addition.
2027
2028 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2029
2030         * tests/icles/.cvsignore:
2031         * tests/icles/Makefile.am:
2032         * tests/icles/test-textoverlay.c:
2033           Add a dumb little test for textoverlay alignments.
2034
2035 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2036
2037         Patch by: Dan Williams  <dcbw redhat com>
2038
2039         * ext/pango/gsttextoverlay.c:
2040         * ext/pango/gsttextoverlay.h:
2041           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
2042           "silent" property so there's a Since tag in the API reference.
2043
2044 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2045
2046         * gst-libs/gst/rtp/gstbasertppayload.c:
2047         (gst_basertppayload_set_outcaps):
2048         * gst-libs/gst/rtp/gstbasertppayload.h:
2049         Improve caps negotiation so that downstream elements can confiure
2050         certain RTP properties by fixing them on the caps. See #465146.
2051         Add docs.
2052
2053 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
2054
2055         * docs/libs/gst-plugins-base-libs-sections.txt:
2056         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2057         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2058           Mark as deprecated some macros which were presumably meant to be
2059           private API and accidentally exposed in the public header file.
2060           Also actually _init() lock (only works at the moment because the
2061           struct is zeroed out when created and the initial values in the
2062           mutex struct are zeroes too). (#459585)
2063
2064 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2065
2066         * docs/libs/Makefile.am:
2067           Remove cruft and do some cleanups.
2068
2069         * docs/libs/gst-plugins-base-libs-docs.sgml:
2070           Prepare for comming gtkdoc features (rebase against online docs).
2071
2072 2007-08-10  Michael Smith <msmith@fluendo.com>
2073
2074         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2075           Debug output fixes.
2076         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
2077         (GST_START_TEST):
2078           Change the number of buffers used; 500 is too many and leads to
2079           timeouts.
2080
2081 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * gst/playback/gstqueue2.c:
2084         * gst/videorate/gstvideorate.c:
2085           Printf format fixes (#465028).
2086
2087 2007-08-09  Michael Smith <msmith@fluendo.com>
2088
2089         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2090           If we have a large (> 1 second) discontinuity, push a series of
2091           smaller buffers rather than a single very large buffer. Avoids
2092           unreasonably large single buffer allocations when encountering a
2093           large gap.
2094         * tests/check/elements/audiorate.c: (GST_START_TEST),
2095         (audiorate_suite):
2096           Add a test for this.
2097
2098 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
2099
2100         * gst/playback/gstplaybasebin.c: (group_commit),
2101         (queue_remove_probe), (queue_threshold_reached):
2102
2103         Patch by: Josep Torra Valles <josep@fluendo.com>
2104         Fixes: #465015
2105         Make sure we remove the check_queues buffer probe from the 
2106         correct queue to avoid racily going back to "buffering 99%" when
2107         buffering is actually complete.
2108
2109         Also, fix the spelling of Josep's surname in the ChangeLog.
2110
2111 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
2112
2113         * ext/ogg/gstoggmux.c:
2114           Do not leak oggmux instance.
2115         
2116         * ext/vorbis/vorbisenc.c:
2117           Also log values.
2118
2119 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2120
2121         * po/hu.po:
2122         * po/it.po:
2123         * po/nl.po:
2124         * po/uk.po:
2125         * po/vi.po:
2126           Updated translations.
2127
2128 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
2129
2130         patch by: Yang Hong <hongyang@redflag-linux.com>
2131
2132         * ext/pango/gsttextoverlay.c:
2133         * ext/pango/gsttextoverlay.h:
2134           Add 'silent' property to GstTimeOverlay. Fixes #462979
2135
2136 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2137
2138         Patch by: Josep Torra Valles <josep@fluendo.com>
2139
2140         * docs/plugins/gst-plugins-base-plugins.args:
2141         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
2142         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
2143         (gst_uri_decode_bin_get_property), (gen_source_element):
2144         Add connection-speed property. Fixes #464690.
2145
2146 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2147
2148         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2149
2150         * configure.ac:
2151         * gst-libs/gst/rtsp/Makefile.am:
2152         * gst-libs/gst/rtsp/gstrtspconnection.c:
2153         (gst_rtsp_connection_connect):
2154         Fix compilation on windows. Fixes #464320.
2155
2156 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2157
2158         Patch by: Josep Torra Valles <josep@fluendo.com>
2159
2160         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2161         (gst_play_base_bin_init), (queue_threshold_reached),
2162         (gen_source_element), (setup_substreams),
2163         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2164         (gst_play_base_bin_get_streaminfo_value_array):
2165         * gst/playback/gstplaybasebin.h:
2166         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2167         (gst_play_bin_set_property), (gst_play_bin_get_property),
2168         (gst_play_bin_handle_redirect_message):
2169         Move connection-speed property from playbin to playbasebin so that we
2170         can also configure it in source elements that have the connection-speed
2171         property. Fixes #464028.
2172         Add some debug info here and there.
2173
2174 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
2175
2176         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2177         Properly respond to conversion queries. Fixes #464079.
2178
2179 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2180
2181         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
2182         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2183         (gst_audio_test_src_init_sine_table),
2184         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
2185         * gst/audiotestsrc/gstaudiotestsrc.h:
2186         Add float/double and int32 support to audiotestsrc. Fixes #460422.
2187         Also set the default volume to the default value specified in the
2188         GParamSpec.
2189
2190 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2191
2192         Patch by: Jens Granseuer <jensgr at gmx dot net>
2193
2194         * gst/audioconvert/gstaudioquantize.c:
2195         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
2196
2197 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2198
2199         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
2200         Add rdt manager for rdt transport.
2201         Fix parsing of RDT transport.
2202
2203 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
2204
2205         * configure.ac:
2206         Back to CVS
2207
2208 === release 0.10.14 ===
2209
2210 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
2211
2212         * configure.ac:
2213           releasing 0.10.14, "Light Years Ahead"
2214
2215 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2216
2217         * tests/check/libs/audio.c: (GST_START_TEST):
2218         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
2219
2220 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2221
2222         * gst-libs/gst/audio/audio.c:
2223         When clipping a buffer with no timestamp, assume it is
2224         within the segment without warnings.
2225
2226         Fixes: #460978
2227
2228 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2229
2230         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
2231         Fire the signal on the object, not the interface.
2232
2233 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2234
2235         * gst-libs/gst/rtsp/.cvsignore:
2236         Ber. Don't include the full path, idiot.
2237
2238 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2239
2240         * gst-libs/gst/rtsp/.cvsignore:
2241         Ignore generated files.
2242
2243 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2244
2245         * gst-libs/gst/interfaces/Makefile.am:
2246         * gst-libs/gst/interfaces/interfaces-marshal.list:
2247         * gst-libs/gst/interfaces/rtspextension.c:
2248         * gst-libs/gst/interfaces/rtspextension.h:
2249         * gst-libs/gst/rtsp/Makefile.am:
2250         * gst-libs/gst/rtsp/gstrtsp.h:
2251         * gst-libs/gst/rtsp/gstrtspextension.c:
2252         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2253         (gst_rtsp_extension_detect_server),
2254         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2255         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2256         (gst_rtsp_extension_configure_stream),
2257         (gst_rtsp_extension_get_transports),
2258         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2259         * gst-libs/gst/rtsp/gstrtspextension.h:
2260         * gst-libs/gst/rtsp/rtsp-marshal.list:
2261         Move the rtspextension.h interface into gstrtspextension.h
2262         as part of libgstrtsp instead of libgstinterfaces, because it's
2263         only for use within plugins, not applications. 
2264         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
2265         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
2266         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
2267         is abstract.
2268
2269 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2270
2271         * gst-libs/gst/interfaces/Makefile.am:
2272         * gst-libs/gst/interfaces/interfaces-marshal.list:
2273         * gst-libs/gst/interfaces/rtspextension.c:
2274         (gst_rtsp_extension_iface_init),
2275         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2276         * gst-libs/gst/interfaces/rtspextension.h:
2277         Fix marshaller for the send signal.
2278         Add URL to stream selection interface method.
2279
2280 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2281
2282         * gst-libs/gst/riff/Makefile.am:
2283         Pull in our dependencies from -base before those from outside.
2284
2285 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2286
2287         * docs/libs/gst-plugins-base-libs-sections.txt:
2288         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
2289         * gst-libs/gst/rtsp/gstrtspbase64.h:
2290         API: gst_rtsp_base64_decode_ip()
2291         Added function to decode Base64 in-place.
2292
2293 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2294
2295         * tests/check/libs/.cvsignore:
2296         Ignore the mixer test binary.
2297
2298 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2299
2300         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2301         Gratuitous comment change to trigger a rebuild on the buildbots.
2302
2303 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2304
2305         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
2306         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2307         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
2308         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
2309         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2310         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
2311         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
2312         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
2313         (gst_sdp_media_get_attribute_val):
2314         * gst-libs/gst/sdp/gstsdpmessage.h:
2315         Constify args where we can.
2316
2317 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2318
2319         * gst-libs/gst/interfaces/Makefile.am:
2320         * gst-libs/gst/interfaces/rtspextension.c:
2321         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2322         (gst_rtsp_extension_detect_server),
2323         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2324         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2325         (gst_rtsp_extension_configure_stream),
2326         (gst_rtsp_extension_get_transports),
2327         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2328         * gst-libs/gst/interfaces/rtspextension.h:
2329         Move interface for RTSP extensions from -good to here.
2330         Added helper methods to invoke interface methods.
2331
2332 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2333
2334         * docs/libs/gst-plugins-base-libs-sections.txt:
2335         * gst-libs/gst/rtsp/gstrtspdefs.h:
2336         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2337         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
2338         (gst_rtsp_message_init_response),
2339         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
2340         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
2341         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2342         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2343         (gst_rtsp_message_get_body), (dump_key_value):
2344         * gst-libs/gst/rtsp/gstrtspmessage.h:
2345         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2346         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2347         (gst_rtsp_range_parse):
2348         * gst-libs/gst/rtsp/gstrtsprange.h:
2349         * gst-libs/gst/rtsp/gstrtsptransport.c:
2350         * gst-libs/gst/rtsp/gstrtspurl.c:
2351         Fix some more RTSP docs.
2352         Add some missing methods for dealing with messages.
2353
2354 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2355
2356         * docs/libs/gst-plugins-base-libs-docs.sgml:
2357         * docs/libs/gst-plugins-base-libs-sections.txt:
2358         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2359         * gst-libs/gst/rtsp/gstrtspbase64.h:
2360         * gst-libs/gst/rtsp/gstrtspconnection.c:
2361         (gst_rtsp_connection_connect), (add_auth_header),
2362         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
2363         (read_body), (gst_rtsp_connection_receive),
2364         (gst_rtsp_connection_next_timeout),
2365         (gst_rtsp_connection_reset_timeout),
2366         (gst_rtsp_connection_set_auth):
2367         * gst-libs/gst/rtsp/gstrtspconnection.h:
2368         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
2369         * gst-libs/gst/rtsp/gstrtspdefs.h:
2370         * gst-libs/gst/rtsp/gstrtspmessage.h:
2371         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2372         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2373         (gst_rtsp_range_parse):
2374         * gst-libs/gst/rtsp/gstrtspurl.h:
2375         Added beginnings of RTSP documentation.
2376
2377 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2378
2379         * docs/libs/Makefile.am:
2380         * docs/libs/gst-plugins-base-libs-docs.sgml:
2381         * docs/libs/gst-plugins-base-libs-sections.txt:
2382         * gst-libs/gst/sdp/gstsdp.h:
2383         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
2384         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
2385         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2386         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
2387         (gst_sdp_message_get_attribute_val),
2388         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
2389         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
2390         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
2391         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2392         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
2393         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
2394         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
2395         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
2396         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2397         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
2398         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
2399         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
2400         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
2401         (gst_sdp_media_get_attribute_val_n),
2402         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
2403         (print_media), (gst_sdp_message_dump):
2404         * gst-libs/gst/sdp/gstsdpmessage.h:
2405         Document the SDP library.
2406         Add some of the missing SDPMedia methods.
2407
2408 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2409
2410         * configure.ac:
2411         * gst-libs/gst/Makefile.am:
2412         * gst-libs/gst/rtsp/Makefile.am:
2413         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2414         * gst-libs/gst/rtsp/gstrtspbase64.h:
2415         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
2416         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
2417         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
2418         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
2419         (parse_response_status), (parse_request_line), (parse_line),
2420         (gst_rtsp_connection_read), (read_body),
2421         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
2422         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
2423         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
2424         (gst_rtsp_connection_set_auth):
2425         * gst-libs/gst/rtsp/gstrtspconnection.h:
2426         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
2427         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
2428         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
2429         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
2430         (gst_rtsp_find_method):
2431         * gst-libs/gst/rtsp/gstrtspdefs.h:
2432         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2433         (gst_rtsp_message_new), (gst_rtsp_message_init),
2434         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
2435         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
2436         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
2437         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
2438         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2439         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2440         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
2441         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
2442         (gst_rtsp_message_dump):
2443         * gst-libs/gst/rtsp/gstrtspmessage.h:
2444         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2445         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2446         (gst_rtsp_range_parse), (gst_rtsp_range_free):
2447         * gst-libs/gst/rtsp/gstrtsprange.h:
2448         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
2449         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
2450         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
2451         (range_as_text), (rtsp_transport_mode_as_text),
2452         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2453         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
2454         (gst_rtsp_transport_free):
2455         * gst-libs/gst/rtsp/gstrtsptransport.h:
2456         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
2457         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
2458         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
2459         * gst-libs/gst/rtsp/gstrtspurl.h:
2460         * gst-libs/gst/sdp/Makefile.am:
2461         * gst-libs/gst/sdp/gstsdp.h:
2462         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
2463         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
2464         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
2465         (gst_sdp_attribute_init), (gst_sdp_message_new),
2466         (gst_sdp_message_init), (gst_sdp_message_uninit),
2467         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
2468         (gst_sdp_media_uninit), (gst_sdp_media_free),
2469         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
2470         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
2471         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
2472         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
2473         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
2474         (gst_sdp_message_get_attribute_val),
2475         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
2476         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
2477         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
2478         (gst_sdp_media_get_attribute_val_n),
2479         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
2480         (read_string), (read_string_del), (gst_sdp_parse_line),
2481         (gst_sdp_message_parse_buffer), (print_media),
2482         (gst_sdp_message_dump):
2483         * gst-libs/gst/sdp/gstsdpmessage.h:
2484         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2485         Move SDP and RTSP from helper objects in -good to a reusable library.
2486         Use a proper gst_ namespace.
2487
2488 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2489
2490         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2491         (vorbis_dec_flush_decode):
2492         Use the new buffer clipping function from gstaudio here.
2493
2494 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2495
2496         * docs/libs/gst-plugins-base-libs-sections.txt:
2497         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
2498         * gst-libs/gst/audio/audio.h:
2499         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
2500         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
2501         Also add deprecation guards for gst_audio_structure_set_int() to the
2502         header.
2503
2504 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2505
2506         * docs/libs/gst-plugins-base-libs-sections.txt:
2507           Cleanup the docs.
2508
2509 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2510
2511         Patch by: Dan Williams <dcbw at redhat dot com>
2512
2513         * gst/playback/gstplaybasebin.c:
2514         (gst_play_base_bin_get_streaminfo_value_array):
2515         Don't return NULL when querying the stream info value array but instead
2516         return an empty array. Fixes #459204.
2517
2518 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
2519
2520         * gst/playback/gsturidecodebin.c:
2521           Init debug category before using it.
2522
2523 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
2524
2525         * gst-libs/gst/interfaces/mixer.h:
2526         Add padding vars in place of the signal pointers
2527         when building with DISABLE_DEPRECATED so that the
2528         interface structure doesn't change size.
2529
2530 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
2531
2532         * docs/libs/gst-plugins-base-libs-sections.txt:
2533         * ext/alsa/gstalsamixer.c:
2534         * ext/alsa/gstalsamixer.h:
2535         * ext/alsa/gstalsamixerelement.c:
2536         * ext/alsa/gstalsamixertrack.c:
2537         * gst-libs/gst/interfaces/mixer.c:
2538         * gst-libs/gst/interfaces/mixer.h:
2539         * gst-libs/gst/interfaces/mixeroptions.c:
2540         * gst-libs/gst/interfaces/mixeroptions.h:
2541         * gst-libs/gst/interfaces/mixertrack.c:
2542         * gst-libs/gst/interfaces/mixertrack.h:
2543         * tests/check/Makefile.am:
2544         * tests/check/libs/mixer.c:
2545
2546         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2547         Fixes: #152864 
2548
2549         Add support for notifying mixer changes on the message bus, and
2550         implement it in alsamixer.
2551
2552         API: gst_mixer_get_mixer_flags
2553         API: gst_mixer_message_parse_mute_toggled
2554         API: gst_mixer_message_parse_record_toggled
2555         API: gst_mixer_message_parse_volume_changed
2556         API: gst_mixer_message_parse_option_changed
2557         API: GstMixerMessageType
2558         API: GstMixerFlags
2559
2560 2007-07-20  Michael Smith <msmith@fluendo.com>
2561
2562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2563         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
2564           xcontext->im_format is only for testing XShm support (as the header
2565           file comments document). Use xvimage->im_format for everything else.
2566           Avoids spurious warnings on buffer allocation before setcaps.
2567
2568 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2569
2570         * tests/examples/volume/Makefile.am:
2571         * tests/icles/Makefile.am:
2572           We should use $(LIBM).
2573
2574 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2575
2576         * tests/icles/Makefile.am:
2577           This needs -lm.
2578
2579 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2580
2581         * gst-libs/gst/rtp/gstbasertppayload.c:
2582         (gst_basertppayload_class_init), (gst_basertppayload_init),
2583         (gst_basertppayload_set_property),
2584         (gst_basertppayload_get_property):
2585         Don't break ABI, restore previous ranges. Keep the default random
2586         selection of timestamp and seqnum offset but as soon as the app sets a
2587         specific value, use that one.
2588
2589 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2590
2591         Patch by: Bastien Nocera <hadess at hadess dot net>
2592
2593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2594         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2595         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2596         * sys/xvimage/xvimagesink.h:
2597         Add option to turn off double-buffering for debugging purposes.
2598         Fixes #437169.
2599
2600 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2601
2602         Patch by: Jorn Baayen <jorn at openedhand dot com>
2603
2604         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2605         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2606         (gst_ximagesink_init), (gst_ximagesink_class_init):
2607         * sys/ximage/ximagesink.h:
2608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
2609         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2610         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2611         * sys/xvimage/xvimagesink.h:
2612         add 'handle-expose' property. Useful for video widgets which may want to
2613         be in control of Expose behaviour. Fixes #380625
2614
2615 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2616
2617         * gst-libs/gst/rtp/gstbasertppayload.c:
2618         (gst_basertppayload_class_init), (gst_basertppayload_init),
2619         (gst_basertppayload_event), (gst_basertppayload_push),
2620         (gst_basertppayload_set_property),
2621         (gst_basertppayload_get_property),
2622         (gst_basertppayload_change_state):
2623         * gst-libs/gst/rtp/gstbasertppayload.h:
2624         Fix ranges of rtp payloader properties so that the full range can be
2625         used in addition to -1 (random).
2626         Fix wrong seqnum reporting in caps.
2627         Fixes #420326.
2628
2629 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
2630
2631         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
2632         (gst_video_rate_query):
2633         Use boilerplate.
2634         Add latency query, might not be perfect yet but already works a lot
2635         better. Fixes #442557.
2636
2637 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2638
2639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2640         (gst_xvimagesink_setcaps):
2641         * sys/xvimage/xvimagesink.h:
2642         After a caps change, redraw our borders to avoid garbage left there
2643         when the image format changes to a smaller size, like 16:9 -> 4:3
2644         Also, hold the flow_lock a bit longer in the set_caps while we're
2645         fiddling with the xcontext.
2646
2647 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2648
2649         * Makefile.am:
2650         * configure.ac:
2651         * tests/Makefile.am:
2652         Remove bogus check for libcheck, since we check for
2653         gstreamer-check and it pulls in the required info from there, and we
2654         weren't actually _using_ the information for libcheck ourselves
2655         anyway.
2656
2657 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2658
2659         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2660         (gst_ffmpeg_caps_to_pixfmt):
2661         Fix the r_mask test for RGBA32 on little-endian.
2662         Fix a stupid typo that would have obviously broken 
2663         compilation on big-endian, if anyone was testing.
2664
2665 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2666
2667         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
2668         (paint_hline_str4):
2669         * gst/videotestsrc/videotestsrc.h:
2670         Add alpha to the color struct.
2671         Use a default alpha value of 255 instead of 128.
2672
2673 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2674
2675         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
2676         (setup_source):
2677         Clear the dynamic pads counter when starting a new uri. This makes
2678         reusing playbin work again.
2679         Fixes #454264.
2680
2681 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2682
2683         * configure.ac:
2684           Use pkg-config to locate check.
2685
2686 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
2687
2688         * configure.ac:
2689         * tests/check/elements/volume.c: (GST_START_TEST):
2690           Fix 'make check' build against core CVS.
2691
2692 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
2693
2694         * gst-libs/gst/interfaces/propertyprobe.c:
2695         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2696         * gst-libs/gst/tag/gstvorbistag.c:
2697           Make gtk-doc happy.
2698
2699 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
2700
2701         * gst-libs/gst/audio/gstbaseaudiosink.c:
2702         (gst_base_audio_sink_callback):
2703           Quick hack to make audiosinks stop at EOS when operating in
2704           pull-mode; needs to be fixed properly some day.
2705
2706 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
2707
2708         * docs/libs/gst-plugins-base-libs-sections.txt:
2709           Fix location of includes in the docs.
2710
2711 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2712
2713         * gst/ffmpegcolorspace/avcodec.h:
2714         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2715         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2716         (gst_ffmpegcsp_avpicture_fill):
2717         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
2718         (img_get_alpha_info):
2719         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
2720         of the existing BGRA32 and RGBA32 formats with the alpha at the other
2721         end of the word. Partially fixes #451908
2722
2723 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2724
2725         * docs/libs/Makefile.am:
2726         * docs/plugins/Makefile.am:
2727           Simplify --extra-dir as gtkdoc scans recursively.
2728
2729 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
2730
2731         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
2732         (gst_adder_request_new_pad):
2733         Make getcaps more robust by not using the proxycaps function. This makes
2734         sure that we don't end up recursively calling getcaps upstream.
2735         See #316248.
2736
2737 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
2738
2739         * gst/audioconvert/audioconvert.c:
2740         Include math.h to fix compilation.
2741
2742 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
2743
2744         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2745         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2746         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
2747         format, as produced by some dc1394 cameras like the iSight.
2748         See http://www.fourcc.org/yuv.php#IYU1
2749
2750 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2751
2752         * gst/audioconvert/Makefile.am:
2753         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2754         (check_default), (audio_convert_prepare_context),
2755         (audio_convert_clean_context), (audio_convert_convert):
2756         * gst/audioconvert/audioconvert.h:
2757         * gst/audioconvert/gstaudioconvert.c:
2758         (gst_audio_convert_dithering_get_type),
2759         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
2760         (gst_audio_convert_init), (gst_audio_convert_set_caps),
2761         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
2762         * gst/audioconvert/gstaudioconvert.h:
2763         * gst/audioconvert/gstaudioquantize.c:
2764         (gst_audio_quantize_setup_noise_shaping),
2765         (gst_audio_quantize_free_noise_shaping),
2766         (gst_audio_quantize_setup_dither),
2767         (gst_audio_quantize_free_dither),
2768         (gst_audio_quantize_setup_quantize_func),
2769         (gst_audio_quantize_setup), (gst_audio_quantize_free):
2770         * gst/audioconvert/gstaudioquantize.h:
2771         Implement dithering and noise shaping in audioconvert. By default now
2772         TPDF dithering (and no noise shaping) will be used when converting
2773         from a higher bit depth to 20 bit depth or smaller, otherwise
2774         everything will be as it is now.
2775         For the last audioconvert in a pipeline it would make sense to
2776         use some kind of noise shaping, enabling it by default for all
2777         conversions would give undesired results though. Fixes #360246.
2778         * tests/check/elements/audioconvert.c: (setup_audioconvert),
2779         (GST_START_TEST):
2780         Adjust unit test for the new audioconvert.
2781
2782 2007-06-28  Wim Taymans  <wim@fluendo.com>
2783
2784         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
2785         Use other metrics as well when estimating the buffer level.
2786
2787 2007-06-28  Wim Taymans  <wim@fluendo.com>
2788
2789         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
2790         Small debug improvement.
2791
2792         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
2793         (plugin_init):
2794         Tweak the rate estimation period.
2795         When calculating the buffer filledness in rate estimation mode, don't
2796         mix it with other metrics.
2797
2798 2007-06-28  Wim Taymans  <wim@fluendo.com>
2799
2800         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
2801         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
2802         When creating the groups, allow for a 5 second, unlimited buffers
2803         preroll phase after which we expose the group.
2804         When the group is exposed, use a small number of buffers up to a 2
2805         second limit. Also disconnect the overrun signal from multiqueue when we
2806         exposed the group because it is not needed anymore.
2807
2808 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2809
2810         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2811           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
2812           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
2813           (#451707); also, output some debugging info when dealing with
2814           freeform strings.
2815
2816         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
2817           Add unit test for the above.
2818
2819 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2820
2821         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
2822           Add description for Windows Media RTP caps.
2823
2824         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2825           Remove RTP fields that don't define the format from caps.
2826
2827 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2828
2829         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
2830           Skip empty buffers, but not empty header buffers. That way the original
2831           vorbisdec unit test still passes (#451145); also, take into account
2832           that those empty packets might carry a granulepos.
2833
2834         * tests/check/Makefile.am:
2835         * tests/check/elements/vorbisdec.c:
2836         (_create_codebook_header_buffer), (_create_audio_buffer),
2837         (GST_START_TEST), (vorbisdec_suite):
2838           Add unit test that sends an empty packet.
2839
2840 2007-06-27  Wim Taymans  <wim@fluendo.com>
2841
2842         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
2843         Don't error out on 0-sized packets, just emit a warning because this is
2844         not a fatal error. Fixes #451145.
2845
2846 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2847
2848         * docs/plugins/gst-plugins-base-plugins.args:
2849         * docs/plugins/gst-plugins-base-plugins.signals:
2850         * docs/plugins/inspect/plugin-adder.xml:
2851         * docs/plugins/inspect/plugin-alsa.xml:
2852         * docs/plugins/inspect/plugin-audioconvert.xml:
2853         * docs/plugins/inspect/plugin-audiorate.xml:
2854         * docs/plugins/inspect/plugin-audioresample.xml:
2855         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2856         * docs/plugins/inspect/plugin-cdparanoia.xml:
2857         * docs/plugins/inspect/plugin-decodebin.xml:
2858         * docs/plugins/inspect/plugin-decodebin2.xml:
2859         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2860         * docs/plugins/inspect/plugin-gdp.xml:
2861         * docs/plugins/inspect/plugin-gnomevfs.xml:
2862         * docs/plugins/inspect/plugin-libvisual.xml:
2863         * docs/plugins/inspect/plugin-ogg.xml:
2864         * docs/plugins/inspect/plugin-pango.xml:
2865         * docs/plugins/inspect/plugin-playbin.xml:
2866         * docs/plugins/inspect/plugin-subparse.xml:
2867         * docs/plugins/inspect/plugin-tcp.xml:
2868         * docs/plugins/inspect/plugin-theora.xml:
2869         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2870         * docs/plugins/inspect/plugin-video4linux.xml:
2871         * docs/plugins/inspect/plugin-videorate.xml:
2872         * docs/plugins/inspect/plugin-videoscale.xml:
2873         * docs/plugins/inspect/plugin-videotestsrc.xml:
2874         * docs/plugins/inspect/plugin-volume.xml:
2875         * docs/plugins/inspect/plugin-vorbis.xml:
2876         * docs/plugins/inspect/plugin-ximagesink.xml:
2877         * docs/plugins/inspect/plugin-xvimagesink.xml:
2878           Update docs with caps info.
2879
2880 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2881
2882         * po/POTFILES.in:
2883           Add more files with translatable strings (#450875).
2884
2885 2007-06-23  Edward Hervey  <edward@fluendo.com>
2886
2887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
2888         The chain should be freed if we error out here, else it will leak.
2889         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
2890         (cleanup_decodebin):
2891         Don't forget to *properly* remove the signals, else it will leak.
2892
2893 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2894
2895         * MAINTAINERS:
2896         Updating all the maintainers files
2897
2898 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
2899
2900         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
2901         (main):
2902           Destroy and recreate parse-launch based pipeline after stop to be able
2903           to play again. Reorder some code and add more comments.
2904
2905 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
2906
2907         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
2908         When handling a delayed-caps notification case, mark
2909         the group as dynamic so that the nbdynamic count is
2910         incremented and decremented correctly. Fixes: #449156
2911         Patch by: Wim Taymans <wim@fluendo.com>
2912
2913 2007-06-19  Andy Wingo  <wingo@pobox.com>
2914
2915         * gst-libs/gst/audio/gstbaseaudiosink.c
2916         (gst_base_audio_sink_init): Enable pull-mode operation.
2917
2918 2007-06-19  Michael Smith <msmith@fluendo.com>
2919
2920         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2921           Change minimum rate back to 1000 to allow low-sample-rate wav files
2922           to play back.
2923
2924 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2925
2926         * po/vi.po:
2927           Update translations.
2928
2929 2007-06-15  David Schleef  <ds@schleef.org>
2930
2931         * gst/playback/gstqueue2.c:
2932           Fix compile error from ignored return value.
2933
2934 2007-06-15  Michael Smith <msmith@fluendo.com>
2935
2936         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2937           Update tmpbuf for all neccesary rows, not just one, as is required
2938           when downscaling.
2939           Fixes #402076.
2940
2941 2007-06-15  Michael Smith <msmith@fluendo.com>
2942
2943         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
2944         (eos_buffer_probe):
2945           Add a test that ensures we set DELTA_UNIT on all non-header,
2946           non-video buffers, if we have a video stream.
2947         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2948         (gst_ogg_mux_process_best_pad):
2949           Move setting delta_pad to earlier, where we inspect all pads, so
2950           that leading audio pages don't get DELTA_UNIT unset if they come
2951           before the first DELTA_UNIT from video pages. Fixes the newly-added
2952           test. Fixes #385527.
2953
2954 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
2955
2956         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2957           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
2958           fails on the p5-ppc64 build bot and the failure looks like it is due
2959           to the same issue as #348114, ie. a compiler bug.
2960
2961 2007-06-13  Edward Hervey  <edward@fluendo.com>
2962
2963         * gst/playback/gstqueue2.c: (gst_queue_create_read):
2964         Fix build on MacOSX.
2965
2966 2007-06-13  Wim Taymans  <wim@fluendo.com>
2967
2968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2969         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
2970         Fix compilation on mingw. Fixes #446972.
2971
2972 2007-06-12  Wim Taymans  <wim@fluendo.com>
2973
2974         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
2975
2976         * gst/playback/gstqueue2.c: (update_buffering),
2977         (gst_queue_locked_enqueue):
2978         Fix a division by zero when the max percent is <= 0. Fixes #446572.
2979         also update the buffering status when receiving events. Fixes #446551.
2980
2981 2007-06-11  Wim Taymans  <wim@fluendo.com>
2982
2983         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
2984
2985         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
2986         (gst_queue_handle_src_query):
2987         Wait for preroll before attempting to forward a duration query upstream.
2988         Fixes #445505.
2989
2990 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
2991
2992         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
2993         (gst_base_rtp_depayload_set_gst_timestamp):
2994         Use G_GINT64_CONSTANT macro for int64 constant.
2995         * win32/common/libgstinterfaces.def:
2996         * win32/common/libgsttag.def:
2997         Add new exported functions.
2998
2999 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
3000
3001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3002           The BOS page of the first Dirac video stream needs to come before
3003           the BOS page of any Vorbis streams or other audio streams, just like
3004           it is with Theora.
3005
3006 2007-06-07  Wim Taymans  <wim@fluendo.com>
3007
3008         * gst/playback/gstqueue2.c: (gst_queue_get_range):
3009         Fix compilation.
3010
3011 2007-06-06  Wim Taymans  <wim@fluendo.com>
3012
3013         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3014
3015         * gst/playback/gstqueue2.c: (gst_queue_init),
3016         (gst_queue_handle_sink_event), (gst_queue_chain),
3017         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
3018         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
3019         (gst_queue_src_activate_pull):
3020         Add pull based scheduling and fix some deadlocks. Fixes #444523.
3021         Does not yet completely work because duration queries upstream won't
3022         block yet.
3023
3024 2007-06-06  Wim Taymans  <wim@fluendo.com>
3025
3026         * configure.ac:
3027         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3028         Some more fseeko checks.
3029
3030 2007-06-06  Wim Taymans  <wim@fluendo.com>
3031
3032         * configure.ac:
3033         check for large file support.
3034
3035 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3036
3037         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
3038
3039         * gst/subparse/gstsubparse.c: (parse_subrip),
3040         (subviewer_unescape_newlines), (parse_subviewer),
3041         (gst_sub_parse_data_format_autodetect),
3042         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
3043         * gst/subparse/gstsubparse.h:
3044         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
3045         * tests/check/elements/subparse.c: (GST_START_TEST),
3046         (subparse_suite):
3047         Add a unit test for both SubViewer formats.
3048
3049 2007-06-01  Michael Smith <msmith@fluendo.com>
3050
3051         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3052           Don't overflow intermediate values when seeking to large time values
3053           in audiotestsrc.
3054
3055 2007-06-05  Wim Taymans  <wim@fluendo.com>
3056
3057         * gst/playback/gstqueue2.c: (gst_queue_have_data),
3058         (gst_queue_create_read), (gst_queue_read_item_from_file),
3059         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
3060         Include stdio to define fseeko.
3061
3062 2007-06-05  Wim Taymans  <wim@fluendo.com>
3063
3064         Patch by: Edward Hervey  <edward@fluendo.com>
3065
3066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
3067         (gst_v4lsrc_query):
3068         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
3069
3070 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3071
3072         * gst-libs/gst/riff/Makefile.am:
3073         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
3074           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3075           our own implementation.
3076
3077 2007-06-05  Wim Taymans  <wim@fluendo.com>
3078
3079         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3080         (gst_base_rtp_depayload_setcaps),
3081         (gst_base_rtp_depayload_set_gst_timestamp),
3082         (gst_base_rtp_depayload_change_state):
3083         Handle timestamp wraparound.
3084
3085 2007-06-05  Wim Taymans  <wim@fluendo.com>
3086
3087         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
3088         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
3089         (gst_uri_decode_bin_change_state):
3090         Make sure we name srcpads uniquely even when using different internal
3091         decodebins.
3092         Signal no-more-pads when no more dynamic elements exist.
3093         Remove pads on cleanup.
3094
3095 2007-06-05  Wim Taymans  <wim@fluendo.com>
3096
3097         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3098
3099         * gst/playback/gstqueue2.c: (gst_queue_class_init),
3100         (gst_queue_init), (gst_queue_finalize),
3101         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
3102         (gst_queue_create_read), (gst_queue_read_item_from_file),
3103         (gst_queue_open_temp_location_file),
3104         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
3105         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3106         (gst_queue_is_empty), (gst_queue_is_filled),
3107         (gst_queue_change_state), (gst_queue_set_temp_location),
3108         (gst_queue_set_property):
3109         Add support for filebased buffering. Fixes #441264.
3110
3111 2007-06-05  Wim Taymans  <wim@fluendo.com>
3112
3113         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
3114         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
3115         (caps_notify_group_cb), (gst_decode_group_new),
3116         (gst_decode_group_free):
3117         Add support for delayed caps fixation when autoplugging.
3118         Optimize cases where a multiqueue is not needed/wanted, like right after
3119         anything that is not a demuxer.
3120
3121 2007-06-05  Wim Taymans  <wim@fluendo.com>
3122
3123         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
3124         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
3125         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
3126         consideratly speedup ogg chain detection by not trying to find a base
3127         timestamp for skeleton streams. 
3128
3129 2007-06-05  Wim Taymans  <wim@fluendo.com>
3130
3131         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
3132         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
3133         (gst_multi_fd_sink_remove_flush),
3134         (gst_multi_fd_sink_remove_client_link),
3135         (gst_multi_fd_sink_handle_client_write),
3136         (gst_multi_fd_sink_handle_clients):
3137         * gst/tcp/gstmultifdsink.h:
3138         Add support for remove_flush.
3139
3140 2007-06-05  Wim Taymans  <wim@fluendo.com>
3141
3142         * docs/design/draft-keyframe-force.txt:
3143         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3144         (theora_enc_chain):
3145         Add draft design for forcing keyframes in encoders and implement in
3146         theoraenc.
3147
3148 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
3149
3150         * configure.ac:
3151           Back to CVS
3152
3153 === release 0.10.13 ===
3154
3155 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
3156
3157         * configure.ac:
3158           releasing 0.10.13, "What's Going on?"
3159
3160 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3161
3162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3163         In riff, the depth is stored in the size field but it just means that
3164         the least significant bits are cleared. We can therefore just play
3165         the sample as if it had a depth == width. Fixes: #440997
3166
3167         Patch by: Wim Taymans <wim@fluendo.com> 
3168         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
3169
3170 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3171
3172         * gst-libs/gst/floatcast/floatcast.h:
3173         Define inline when needed on win32 builds. Fixes: #441295
3174         Patch by: Sebastien Moutte  <sebastien@moutte.net>
3175
3176 2007-05-29  Wim Taymans  <wim@fluendo.com>
3177
3178         * gst/playback/gstplaybasebin.c: (queue_overrun),
3179         (no_more_pads_full):
3180         Stop buffering when the group is commited because the queues filled up.
3181         Fixes #442024.
3182
3183 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3184
3185         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3186         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
3187         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3188         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3189         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3190         * ext/alsa/gstalsamixer.h:
3191         * ext/alsa/gstalsamixerelement.c:
3192         (gst_alsa_mixer_element_interface_supported),
3193         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3194         (gst_alsa_mixer_element_set_property),
3195         (gst_alsa_mixer_element_get_property),
3196         (gst_alsa_mixer_element_change_state):
3197         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
3198         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
3199         (gst_mixer_option_changed):
3200         * gst-libs/gst/interfaces/mixer.h:
3201         Revert commits towards #152864 made so far. We'll pick it up again
3202         after the 0.10.13 release.
3203
3204 2007-05-24  Wim Taymans  <wim@fluendo.com>
3205
3206         * gst-libs/gst/audio/gstbaseaudiosink.c:
3207         (gst_base_audio_sink_render):
3208         After an interrupt (PAUSED/flush) assume that the next sample should not
3209         be aligned to the previous sample. Fixes #417992.
3210
3211 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3212
3213         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3214           Don't add channels and rate fields to the template caps for
3215           audio/x-dts, as wavparse might not always be able to set them,
3216           which would then lead to 'caps are not a real subset of the
3217           template caps' warnings.
3218
3219 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3220
3221         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3222         Handle unknown or invalid pads without crashing, as might occur if
3223         a media file like an mp3 is specified as a subtitle file.
3224         Fixes: #410039
3225
3226 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3227
3228         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
3229         (setup_sinks):
3230         Block the subtitle bin output queue before ghosting it and linking,
3231         then unblock after. This avoids spurious not-linked errors caused 
3232         by the queue starting up (because it gets linked when it is ghosted). 
3233         Fixes: #350299
3234
3235 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
3236
3237         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
3238         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
3239         file. Avoids flukes where the input gets typefound to some valid but
3240         useless type.
3241
3242 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3243
3244         * tests/check/Makefile.am:
3245         * tests/check/elements/.cvsignore:
3246         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
3247         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
3248           Add unit test for gnomevfssink seeking and position reporting for
3249           file:// URIs.
3250
3251 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3252
3253         Patch by: Mark Nauwelaerts <manauw at skynet be>
3254
3255         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
3256         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
3257         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
3258         * ext/gnomevfs/gstgnomevfssink.h:
3259           Fix position reporting, especially after a seek (from upstream),
3260           see #412648.
3261
3262 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3263
3264         * ext/cdparanoia/gstcdparanoiasrc.c:
3265           Repair umlaut.
3266
3267 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
3268
3269         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3270         Specify the full valid range for MP3 samplerates. Fixes a regression
3271         caused by extra header checks since the last release.
3272
3273 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
3274
3275         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3277         Fix a locking-order bug I introduced with my changes the other day.
3278         Patch by Mike Smith.
3279
3280 2007-05-21  Michael Smith <msmith@fluendo.com>
3281
3282         * ext/theora/theoradec.c: (theora_handle_data_packet):
3283           Don't look inside 0-length packets (which indicate duplicated
3284           frames)
3285
3286 2007-05-21  Wim Taymans  <wim@fluendo.com>
3287
3288         * ext/cdparanoia/gstcdparanoiasrc.c:
3289         (gst_cd_paranoia_src_read_sector):
3290         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3291         (gst_base_audio_src_create):
3292         Small cleanups.
3293
3294         * ext/theora/theoradec.c: (theora_dec_sink_event):
3295         Fix typo.
3296
3297         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3298         (gst_base_rtp_depayload_set_gst_timestamp):
3299         Add some FIXME
3300
3301         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
3302         And some debug info when a FIXME path is hit.
3303
3304 2007-05-21  Wim Taymans  <wim@fluendo.com>
3305
3306         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3307         (gst_base_rtp_audio_payload_class_init),
3308         (gst_base_rtp_audio_payload_init),
3309         (gst_base_rtp_audio_payload_finalize),
3310         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3311         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3312         (gst_base_rtp_payload_audio_handle_event):
3313         Some cleanups, remove minptime property as it is now in the parent
3314         class.
3315         Override parent class event function.
3316
3317         * gst-libs/gst/rtp/gstbasertppayload.c:
3318         (gst_basertppayload_class_init), (gst_basertppayload_init),
3319         (gst_basertppayload_event), (gst_basertppayload_set_property),
3320         (gst_basertppayload_get_property):
3321         * gst-libs/gst/rtp/gstbasertppayload.h:
3322         Add min-ptime property.
3323         Add handle-event vmethod. Fixes #415001.
3324
3325 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3326
3327         * gst-libs/gst/audio/gstbaseaudiosink.c
3328           (gst_base_audio_sink_change_state):
3329           Fix typo in comment.
3330
3331         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
3332           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
3333           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
3334           close_link):
3335         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
3336           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
3337           Remove trailing whitespaces in comments.
3338
3339         * gst/volume/Makefile.am:
3340           Fix tabs.
3341
3342 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3343
3344         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3345
3346         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
3347           set_option, get_option, _gst_reserved):
3348           Revert reordering functions (keep ABI).
3349
3350 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
3351
3352         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3353         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
3354         (gst_ximagesink_show_frame):
3355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3356         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
3357         (gst_xvimagesink_show_frame):
3358         When we create our own window, indicate that we handle the 
3359         WM_DELETE client message from the window manager, so that it won't 
3360         kill our window (and our app) along with it. Handle ClientMessage,
3361         post an error on the bus, and close the window. Further buffers
3362         arriving will result in a FlowError because the window has been
3363         destroyed.
3364
3365         Fixes: #393975
3366
3367         Clean up the X event handling loop and make them the same for
3368         both xvimagesink and ximagesink while I'm at it.
3369
3370 2007-05-17  Wim Taymans  <wim@fluendo.com>
3371
3372         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
3373         Make decodebin2 autoplug depayloaders too.
3374
3375         * gst/playback/gsturidecodebin.c: (source_new_pad):
3376         Set the newly created decoder in a usable state when autoplugging a
3377         dynamic source such as RTSP.
3378
3379 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3380
3381         * gst/playback/gststreaminfo.c: (cb_probe):
3382           Ignore video-codec tag for audio streams and ignore audio-codec tags
3383           for video streams. Should make codec name collection a bit more
3384           robust against sloppy demuxers that send tag events containing both
3385           tags down each pad.
3386
3387 2007-05-17  Wim Taymans  <wim@fluendo.com>
3388
3389         * gst/playback/gstqueue2.c: (update_rates):
3390         Tweak the buffering thresholds a little.
3391         Update the buffer size with the previously calculate rate instead of
3392         only when we calculate a new rate so that we get smoother buffering
3393         updates.
3394
3395         * gst/playback/Makefile.am:
3396         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
3397         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3398         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
3399         (gst_uri_decode_bin_get_property), (unknown_type),
3400         (add_element_stream), (no_more_pads_full), (no_more_pads),
3401         (source_no_more_pads), (new_decoded_pad), (array_has_value),
3402         (gen_source_element), (has_all_raw_caps), (analyse_source),
3403         (remove_decoders), (make_decoder), (remove_source),
3404         (source_new_pad), (setup_source), (decoder_query_init),
3405         (decoder_query_duration_fold), (decoder_query_duration_done),
3406         (decoder_query_position_fold), (decoder_query_position_done),
3407         (decoder_query_latency_fold), (decoder_query_latency_done),
3408         (decoder_query_seeking_fold), (decoder_query_seeking_done),
3409         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
3410         (gst_uri_decode_bin_change_state), (plugin_init):
3411         New element that intergrates a source, optional buffering element and
3412         decodebin.
3413
3414 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3415
3416         * configure.ac:
3417           Bump libtheora requirement to 1.0alpha5 for the pixformat check
3418           (also has a .pc file, so we don't need the fallback check any
3419           longer). Fixes #438840.
3420
3421 2007-05-17  Wim Taymans  <wim@fluendo.com>
3422
3423         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3424         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
3425         (apply_segment), (apply_buffer), (update_buffering),
3426         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
3427         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3428         (gst_queue_handle_sink_event), (gst_queue_is_filled),
3429         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
3430         (plugin_init):
3431         fix build.
3432
3433 2007-05-17  Wim Taymans  <wim@fluendo.com>
3434
3435         * gst/playback/Makefile.am:
3436         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3437         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
3438         (gst_queue_getcaps), (gst_queue_bufferalloc),
3439         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
3440         (apply_buffer), (update_buffering), (reset_rate_timer),
3441         (update_rates), (gst_queue_locked_flush),
3442         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3443         (gst_queue_handle_sink_event), (gst_queue_is_empty),
3444         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
3445         (gst_queue_loop), (gst_queue_handle_src_event),
3446         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
3447         (gst_queue_src_activate_push), (gst_queue_change_state),
3448         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
3449         On our way to playbin2 this is the new network queue that does buffering
3450         all by itself using high and low watermarks. It can also measure up and
3451         downstream bandwidth to optimally size the queue.
3452
3453 2007-05-17  Michael Smith <msmith@fluendo.com>
3454
3455         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3456         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
3457           Use the segment->last_stop value to calculate the next timestamp to
3458           generate after a seek; not the segment->start value.
3459
3460 2007-05-15  David Schleef  <ds@schleef.org>
3461
3462         * docs/Makefile.am: Install docs even when --disable-gtk-doc
3463           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
3464
3465 2007-05-15  Wim Taymans  <wim@fluendo.com>
3466
3467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3468         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
3469         Some more chained streaming ogg timestamp fixes.
3470
3471 2007-05-15  Wim Taymans  <wim@fluendo.com>
3472
3473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3474         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3475         (gst_ogg_demux_handle_page):
3476         Add some FIXMEs.
3477         Fix chain start/stop segment handling based on patch by
3478         <ahalda at cs dot mcgill dot ca> see #320984.
3479
3480 2007-05-15  Michael Smith <msmith@fluendo.com>
3481
3482         * configure.ac:
3483           We don't require a C++ compiler. So don't require one.
3484
3485 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3486
3487         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
3488           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3489           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
3490           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3491           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
3492           gst_alsa_mixer_update_track):
3493           Apply some of the cleanup Tim suggested in #152864 afterwards.
3494
3495 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3496
3497         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3498
3499         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
3500           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
3501           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
3502           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3503           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
3504           gst_alsa_mixer_handle_source_callback,
3505           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3506           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
3507           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
3508           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
3509           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
3510           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
3511         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
3512         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
3513           gst_alsa_mixer_element_interface_supported,
3514           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
3515           gst_alsa_mixer_element_set_property,
3516           gst_alsa_mixer_element_get_property,
3517           gst_alsa_mixer_element_change_state):
3518         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
3519         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
3520           gst_mixer_option_changed):
3521         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
3522           volume_changed, option_changed, _gst_reserved):
3523           Implement notification for alsamixer. Fixes #152864
3524
3525 2007-05-14  David Schleef  <ds@schleef.org>
3526
3527         * gst/videotestsrc/videotestsrc.c:
3528         * gst/videotestsrc/videotestsrc.h:
3529           Add support for video/x-raw-bayer.
3530
3531 2007-05-12  David Schleef  <ds@schleef.org>
3532
3533         * sys/xvimage/xvimagesink.c:
3534           Add some sanity checking for the XVImage size returned by X.
3535           Related to #377400.
3536
3537 2007-05-12  Wim Taymans  <wim@fluendo.com>
3538
3539         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3540         (gst_base_rtp_depayload_setcaps),
3541         (gst_base_rtp_depayload_set_gst_timestamp):
3542         Parse and use additional caps fields as described in updated
3543         application/x-rtp caps spec.
3544
3545 2007-05-12  Wim Taymans  <wim@fluendo.com>
3546
3547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3548         (gst_ogg_demux_collect_chain_info):
3549         If there is a stream in a chain without any data packets, ignore the
3550         stream in the total length calculations. Might be related to #436820.
3551
3552 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
3553
3554         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
3555         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
3556         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
3557         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3558         (plugin_init):
3559
3560         Consolidate and re-work our mpeg system stream detection to probe
3561         more packets and produce a higher confidence result. Fixes a
3562         regression caused by lowering the typefind probability last year
3563         - related to bug #397810. Remove the redundant MPEG-1 specific 
3564         typefind function, as the new one detects both MPEG-1 & MPEG-2
3565         happily.
3566
3567         Also cleanup the MPEG elementary and MPEG-TS detection functions a
3568         little. 
3569
3570         Tested against my media test directory, with some improvements and
3571         no regressions.
3572
3573 2007-05-10  Wim Taymans  <wim@fluendo.com>
3574
3575         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
3576         (queue_out_of_data):
3577         Connect to the new queue "pushing" signal instead of the broken
3578         "running" one.
3579
3580 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3581
3582         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3583         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
3584         Move variable declaration before the first instruction.
3585         * gst/videotestsrc/videotestsrc.c:
3586         Define M_PI if it's not defined yet.
3587         * win32/common/libgstrtp.def:
3588         Add new exported functions.
3589
3590 2007-05-09  Michael Smith <msmith@fluendo.com>
3591
3592         * ext/theora/theoradec.c: (theora_handle_type_packet):
3593           gst_pad_push_event() does not return a GstFlowReturn!
3594
3595 2007-05-09  Wim Taymans  <wim@fluendo.com>
3596
3597         * tests/examples/seek/scrubby.c: (stop_cb), (main):
3598         * tests/examples/seek/seek.c: (do_seek):
3599         Some small cosmetic changes.
3600
3601 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
3602
3603         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
3604           gst_adder_change_state):
3605         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
3606           segment_pending, segment_position, segment_rate):
3607           Handle playback-rate on adder.
3608
3609 2007-05-07  Michael Smith <msmith@fluendo.com>
3610
3611         * ext/theora/gsttheoradec.h:
3612         * ext/theora/theoradec.c: (gst_theora_dec_reset),
3613         (theora_dec_sink_event), (theora_handle_comment_packet),
3614         (theora_handle_type_packet), (theora_dec_change_state):
3615           Don't push events (newsegment, tags) before initialising the
3616           decoder.
3617           This is neccesary for seeking to work correctly in gnonlin.
3618
3619 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3620
3621         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3622         * gst/adder/gstadder.c:
3623         * gst/audiotestsrc/gstaudiotestsrc.c
3624           (gst_audio_test_src_create_white_noise):
3625         * gst/videotestsrc/gstvideotestsrc.c:
3626         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
3627           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
3628           volume_sink_template, volume_src_template, gst_volume_init,
3629           volume_process_double, volume_process_int16,
3630           volume_process_int16_clamp):
3631           Doc fixes and formatting.
3632
3633 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3634
3635         * tests/check/Makefile.am:
3636         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
3637           Minimal check for volume's GstController usability; also another
3638           test for #422295.
3639
3640 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3641
3642         * gst-libs/gst/cdda/gstcddabasesrc.c:
3643         (gst_cdda_base_src_add_track):
3644           Fix it so that it (a) makes sense and (b) doesn't break
3645           everything cdda-related including the unit test.
3646
3647 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3648
3649         * gst-libs/gst/cdda/gstcddabasesrc.c:
3650         (gst_cdda_base_src_add_track):
3651           Fix build when disabling asserts.
3652
3653 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
3654
3655         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
3656           When XShm is not available, we might get row strides that are not
3657           rounded up to multiples of four; this is bad, because virtually
3658           every RGB-processing element in GStreamer assumes rowstrides are
3659           rounded up to multiples of four, so let's allocate at least enough
3660           memory to avoid crashes in this case. The image will still be
3661           displayed distorted though if this happens, so that still needs
3662           fixing (maybe by allocating a bigger image with an 'even' width
3663           and then clipping it appropriately when rendering - something for
3664           Xlib aficionados in any case).
3665
3666 2007-05-03  Michael Smith <msmith@fluendo.com>
3667
3668         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3669           If a buffer doesn't have a timestamp, assume it's contiguous with
3670           the previous buffer, and synthesise timestamps appropriately.
3671
3672 2007-05-03  Edward Hervey  <edward@fluendo.com>
3673
3674         * tests/check/elements/videorate.c: (GST_START_TEST):
3675         Set buffer timestamp to a valid value in order to test the buffer
3676         really does stay in videorate.
3677
3678 2007-05-03  Edward Hervey  <edward@fluendo.com>
3679
3680         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3681         There is no sensible way to handle incoming buffers which don't have a
3682         valid timestamp. We therefore discard them and wait for the next one.
3683
3684 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
3687         * gst/playback/gstdecodebin2.c: (plugin_init):
3688           Better error message for text files.
3689
3690 2007-04-29  Wim Taymans  <wim@fluendo.com>
3691
3692         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
3693         Fix offset bug in generation RR packets.
3694
3695 2007-04-27  Julien MOUTTE  <julien@moutte.net>
3696
3697         * ext/theora/theoradec.c: (_theora_granule_time),
3698         (theora_dec_push_forward), (theora_handle_data_packet),
3699         (theora_dec_decode_buffer): Calculate buffer duration correctly
3700         to generate a perfect stream (#433888).
3701         * gst/audioresample/gstaudioresample.c:
3702         (audioresample_check_discont): Glib provides ABS.
3703
3704 2007-04-27  Wim Taymans  <wim@fluendo.com>
3705
3706         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
3707         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
3708         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
3709         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
3710         (gst_rtcp_packet_bye_set_reason):
3711         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3712         Fix RB block parsing and writing.
3713         Add support for constructing BYE packets.
3714
3715 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3716
3717         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
3718         (gst_base_audio_src_create):
3719         * po/POTFILES.in:
3720           When posting a warning message because samples were dropped, post
3721           something more intelligible than he default error message for clock
3722           errors which is just confusing in this context (#432984).
3723
3724 2007-04-25  Wim Taymans  <wim@fluendo.com>
3725
3726         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
3727         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
3728         (read_packet_header), (gst_rtcp_packet_move_to_next),
3729         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
3730         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
3731         (gst_rtcp_packet_sdes_get_item_count),
3732         (gst_rtcp_packet_sdes_first_item),
3733         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
3734         (gst_rtcp_packet_sdes_first_entry),
3735         (gst_rtcp_packet_sdes_next_entry),
3736         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
3737         (gst_rtcp_packet_sdes_add_entry):
3738         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3739         Implement code to write SR, RR and SDES packets.
3740
3741 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3742
3743         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
3744
3745         * sys/ximage/ximagesink.c:
3746           Fix build if XShm is not available (#432362).
3747
3748 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3749
3750         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
3751         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
3752         pointers to random memory which are passed to g_free() when
3753         audio_convert_prepare_context() is called the first time.
3754
3755 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3756
3757         Patch by: Dan Williams <dcbw redhat com>
3758
3759         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3760           Don't leak incoming buffer if gst_pad_push() returns a
3761           non-OK flow. Fixes #432755.
3762          
3763         * tests/check/elements/videorate.c: (GST_START_TEST),
3764         (videorate_suite):
3765           Unit test for the above by Yours Truly.
3766
3767 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
3768
3769         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
3770         (gst_adder_sink_event), (gst_adder_collected):
3771           Fix non-flushing segmented seeks, Fixes #340060 for me
3772
3773 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3774
3775         Patch by: Olivier Crete  <tester at tester ca>
3776
3777         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3778         (gst_base_rtp_audio_payload_class_init),
3779         (gst_base_rtp_audio_payload_init),
3780         (gst_base_rtp_audio_payload_dispose):
3781           Chain up to parent class in dispose function; get rid of
3782           unnecessary 'diposed' flag in private structure (#415001).
3783
3784 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3785
3786         * docs/libs/gst-plugins-base-libs.types:
3787         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3788         (gst_base_rtp_audio_payload_class_init):
3789         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3790         * gst-libs/gst/rtp/gstbasertppayload.c:
3791           Some minor docs fixes and additions; also add missing 'Since' bits.
3792
3793 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3794
3795         Patch by: Zeeshan Ali  <zeenix gmail com>
3796
3797         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3798         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3799         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3800         (gst_base_rtp_audio_payload_push):
3801         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3802           The recently-added gst_base_rtp_audio_payload_push() should take an
3803           object of type GstBaseRTPAudioPayload as first argument (#431672).
3804
3805 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3806
3807         * gst/audioresample/gstaudioresample.c:
3808           Make more functions static, just because we can.
3809
3810 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3811
3812         * tests/check/elements/audioresample.c:
3813           Add unit test for audioresample shutdown crasher (#420106).
3814
3815 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
3816
3817         * gst/subparse/gstsubparse.c:
3818         * gst/subparse/samiparse.c:
3819           Use GST_DISABLE_XML here
3820
3821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3822         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
3823         (gst_xvimagesink_buffer_alloc),
3824         (gst_xvimagesink_navigation_send_event):
3825         * sys/xvimage/xvimagesink.h:
3826           Include stdlib.h when using atoi.
3827           
3828         * tests/check/elements/playbin.c: (playbin_suite):
3829           Use GST_DISABLE_REGISTRY here
3830
3831 2007-04-19  Michael Smith  <msmith@fluendo.com>
3832
3833         * ext/theora/gsttheoraenc.h:
3834         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3835         (theora_enc_sink_event), (theora_enc_change_state):
3836           Track initialisation state; don't try to use encoder state if we're
3837           not initialised (it'll segfault).
3838
3839 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
3840
3841         * tests/check/pipelines/.cvsignore:
3842         Fix build.
3843
3844 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3845
3846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3847         Allow random depths between 1 and 32 instead of only multiplies of 8.
3848
3849 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3850
3851         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3852         Set the maximum number of channels for PCM and float in the correct
3853         place to have it also used when creating the template caps.
3854
3855 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3856
3857         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3858         Correctly support 4, 6 and 8 channels with normal PCM and float
3859         wav files.
3860
3861         Fix the depth and signedness calculation in extensible wav files and
3862         also handle 1, 2, 4, 6, 8 channels here when a file without channel
3863         mask is found.
3864
3865         Add support for float, alaw and mulaw in extensible wav files.
3866
3867         This allows correct playback of all but 5 files from
3868         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
3869         
3870         (gst_riff_create_audio_template_caps):
3871         Add voxware and float formats to the template caps.     
3872
3873 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3874
3875         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3876
3877         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3878         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
3879
3880         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3881         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
3882         Use the correct format strings for integer formats.
3883
3884 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3885
3886         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
3887           Don't use pad_alloc_buffer_and_set_caps to create a small header
3888           packet, or, worse, to create a big temporary video buffer using the
3889           src pad.
3890
3891 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3892
3893         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
3894         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
3895           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
3896           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
3897
3898 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3899
3900         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
3901           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
3902           streamheader_suite):
3903           Add another test set up for failure
3904
3905 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3906
3907         * tests/check/Makefile.am:
3908         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
3909           GST_START_TEST, streamheader_suite, main):
3910           Add a test for the streamheader bug Wim fixed.
3911
3912 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
3913
3914         * ext/theora/theoradec.c: (theora_dec_sink_event):
3915         Fix misleading comment.
3916
3917 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3918
3919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3920           More sanity checks for the header fields.
3921
3922 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3923
3924         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3925           Try encodings from all environment variables, not just those in the
3926           first environment variable that is set.
3927
3928 2007-04-12  Wim Taymans  <wim@fluendo.com>
3929
3930         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
3931         (gst_video_rate_chain):
3932         Add some debug.
3933
3934         * tests/check/elements/videorate.c: (GST_START_TEST),
3935         (videorate_suite):
3936         Added check for videorate changing caps handling. Closes #421834.
3937
3938 2007-04-12  Michael Smith  <msmith@fluendo.com>
3939
3940         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3941           Use scale functions to avoid overflow when calculating duration of 
3942           vorbis buffers.
3943
3944 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3945
3946         * docs/libs/gst-plugins-base-libs-sections.txt:
3947         * gst-libs/gst/tag/tag.h:
3948         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3949           API: add gst_tag_freeform_string_to_utf8() (#405072).
3950
3951         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
3952           Use gst_tag_freeform_string_to_utf8() here.
3953
3954 2007-04-12  Wim Taymans  <wim@fluendo.com>
3955
3956         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
3957         (gst_gdp_pay_sink_event):
3958         Make sure we set the IN_CAPS flag correctly.
3959
3960         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3961         Get the IN_CAPS flag before we call functions that mess with the flags.
3962
3963 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3964
3965         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
3966           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
3967           Only stamp buffers with offset/offset_end right before they get
3968           pushed.  This ensures offset continuity, which was not the case
3969           before as shown by
3970           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
3971
3972 2007-04-06  Wim Taymans  <wim@fluendo.com>
3973
3974         * gst/playback/gstplaybin.c: (add_sink),
3975         (gst_play_bin_change_state):
3976         Activate sync in playbin, we are ready to handle it for live streams.
3977
3978 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3979
3980         * tests/check/elements/playbin.c:
3981         (test_sink_usage_video_only_stream), (playbin_suite):
3982           Add small test for stream-info-value-array code paths.
3983
3984 2007-04-05  Wim Taymans  <wim@fluendo.com>
3985
3986         * gst-libs/gst/audio/gstbaseaudiosink.c:
3987         (gst_base_audio_sink_skew_slaving):
3988         Don't try to create invalid calibration parameters by making the
3989         internal time go backwards, instead make external time go forward.
3990
3991 2007-04-05  Wim Taymans  <wim@fluendo.com>
3992
3993         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3994
3995         * gst/playback/gstplaybasebin.c: (add_stream):
3996         Fix leak in add_stream(), when g_value_set_object() increases the
3997         refcount of streaminfo object. Fixes #426250.
3998
3999 2007-04-03  David Schleef  <ds@schleef.org>
4000
4001         * gst/videotestsrc/gstvideotestsrc.c:
4002         * gst/videotestsrc/gstvideotestsrc.h:
4003         * gst/videotestsrc/videotestsrc.c:
4004         * gst/videotestsrc/videotestsrc.h:
4005           Add a test pattern called "circular", which has concentric
4006           rings with varying radial frequency.  The main purpose of this
4007           pattern is to test fidelity loss in a filter or scaler element.
4008           Notably, this pattern is scale invariant, and is optimally viewed
4009           with a width (and height) of 400.
4010
4011 2007-04-03  Wim Taymans  <wim@fluendo.com>
4012
4013         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4014
4015         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
4016         (deactivate_free_recursive):
4017         Decodebin2 doesn't unref pads it obtains in some occasions:
4018         - multiqueue src pads, when either connecting further or exposing
4019         - sink pads of new autoplugged elements
4020         - peer pads when recursively freeing elements
4021         Fixes #425455.
4022
4023 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4024
4025         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4026         Add audio/x-raw-float support, now that audioconvert support
4027         non-native endianness floats.
4028
4029 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4030
4031         * docs/libs/gst-plugins-base-libs-docs.sgml:
4032           gstreamer-plugins-base.pc doesn't exist, it's
4033           gstreamer-plugins-base-0.10.pc.
4034
4035 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4036
4037         Patch by: René Stadler <mail at renestadler dot de>
4038         with some minor changes
4039
4040         * gst-libs/gst/floatcast/floatcast.h:
4041         Use more efficient float endianness conversion functions that don't
4042         involve 2 function calls per value.
4043         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
4044         (check_default), (audio_convert_prepare_context):
4045         * gst/audioconvert/gstaudioconvert.c:
4046         (gst_audio_convert_parse_caps), (make_lossless_changes):
4047         Support non-native endianness floats as input and output.
4048         Fixes #339838.
4049         * tests/check/elements/audioconvert.c: (verify_convert),
4050         (GST_START_TEST):
4051         Add unit tests for the non-native endianness float conversions.
4052
4053 2007-03-29  Wim Taymans  <wim@fluendo.com>
4054
4055         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4056         (gst_base_rtp_depayload_base_init),
4057         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4058         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
4059         (gst_base_rtp_depayload_set_gst_timestamp),
4060         (gst_base_rtp_depayload_change_state),
4061         (gst_base_rtp_depayload_set_property),
4062         (gst_base_rtp_depayload_get_property):
4063         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4064         Add Private structure.
4065         Bring element code to 2007.
4066         Parse clock-base caps param and use it when generating the
4067         newsegment.
4068         Reset variables before going to PAUSED.
4069         Fix some docs.
4070
4071 2007-03-29  Wim Taymans  <wim@fluendo.com>
4072
4073         * docs/libs/gst-plugins-base-libs-docs.sgml:
4074         * docs/libs/gst-plugins-base-libs-sections.txt:
4075         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4076         (gst_base_rtp_audio_payload_get_adapter):
4077         Add RTCP docs.
4078         Fix some more docs.
4079
4080         * gst-libs/gst/rtp/Makefile.am:
4081         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4082         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
4083         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
4084         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
4085         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
4086         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
4087         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
4088         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
4089         (gst_rtcp_packet_sr_get_sender_info),
4090         (gst_rtcp_packet_sr_set_sender_info),
4091         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
4092         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
4093         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
4094         (gst_rtcp_packet_sdes_get_chunk_count),
4095         (gst_rtcp_packet_sdes_first_chunk),
4096         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
4097         (gst_rtcp_packet_sdes_first_item),
4098         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
4099         (gst_rtcp_packet_bye_get_ssrc_count),
4100         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
4101         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4102         (gst_rtcp_packet_bye_get_reason_len),
4103         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
4104         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4105         Add new helper object for parsing and creating RTCP messages.
4106
4107 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4108
4109         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4110         PCM samples with width=8 must be always unsigned, no matter what
4111         depth they have.
4112
4113 2007-03-29  Andy Wingo  <wingo@pobox.com>
4114
4115         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
4116         perfect offsets also, not just timestamps.
4117
4118         * tests/check/elements/videorate.c (test_more): Test that given
4119         any incoming offsets, that videorate produces perfect offsets.
4120
4121 2007-03-29  Wim Taymans  <wim@fluendo.com>
4122
4123         * gst-libs/gst/riff/riff-ids.h:
4124         Add some more RIFF formats.
4125
4126 2007-03-29  Wim Taymans  <wim@fluendo.com>
4127
4128         * gst-libs/gst/rtp/gstrtpbuffer.c:
4129         (gst_rtp_buffer_default_clock_rate):
4130         * gst-libs/gst/rtp/gstrtpbuffer.h:
4131         Fix fixed payload names and docs.
4132         Added method to get the default clock rates of fixed payload types.
4133         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
4134
4135 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4136
4137         * tests/check/pipelines/.cvsignore:
4138         Add new vorbisdec test to cvsignore.
4139
4140 2007-03-28  Wim Taymans  <wim@fluendo.com>
4141
4142         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4143         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4144         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
4145         (gst_base_audio_sink_set_property),
4146         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
4147         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
4148         (gst_base_audio_sink_skew_slaving),
4149         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
4150         (gst_base_audio_sink_async_play):
4151         * gst-libs/gst/audio/gstbaseaudiosink.h:
4152         Store private stuff in GstBaseAudioSinkPrivate.
4153         Add configurable clock slaving modes property.
4154         API:: GstBaseAudioSink::slave-method property
4155         Some more latency reporting tweaks.
4156         Added skew based clock slaving correction and make it the default until
4157         the resampling method is more robust.
4158
4159 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
4160
4161         * gst/audioconvert/audioconvert.c:
4162         Add docs to the integer pack functions and implement proper
4163         rounding. Before we had rounding towards negative infinity, i.e.
4164         always the smaller number was taken. Now we use natural rounding,
4165         i.e. rounding to the nearest integer and to the one with the largest
4166         absolute value for X.5. The old rounding introduced some minor
4167         distortions. Fixes #420079
4168         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4169         Fix one unit test that assumed the old rounding and added unit tests
4170         for checking signed/unsigned int16 <-> signed/unsigned int16 with
4171         depth 8, one for signed int16 <-> unsigned int16 and one for the new
4172         rounding from signed int32 to signed/unsigned int16.
4173
4174 2007-03-27  Michael Smith  <msmith@fluendo.com>
4175
4176         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
4177         (gst_audio_convert_transform_caps):
4178           Fix typo in debug line introduced recently, as pointed out on irc.
4179
4180 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4181
4182         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4183         * tests/check/libs/tag.c: (GST_START_TEST):
4184           Make sure we parse floating-point numbers in vorbis comments
4185           correctly with either '.' or ',' as separator, no matter what
4186           the current locale is. Add unit test for this too.
4187
4188 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
4189
4190         Patch by: René Stadler  <mail at renestadler de>
4191
4192         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
4193           When writing out floating-point numbers to vorbis comment tags, always
4194           use the same character as separator no matter what the current locale is
4195           (fixes #423051).
4196
4197         * tests/check/libs/tag.c: (GST_START_TEST):
4198           Add unit tests for replaygain tags in vorbis comments (closes #423055).
4199
4200 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4201
4202         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
4203           vorbis_handle_data_packet):
4204           Correctly set DURATION to generate a timestamp-continuous stream.
4205           One bug left at the end; see
4206           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
4207         * tests/check/Makefile.am:
4208         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
4209           Add a test to check this.  Without the above patch this test fails.
4210
4211 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
4212
4213         * gst-libs/gst/rtp/Makefile.am:
4214         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
4215
4216 2007-03-23  Michael Smith  <msmith@fluendo.com>
4217
4218         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4219         (gst_video_rate_reset), (gst_video_rate_chain):
4220           If videorate changes caps, we can no longer use the old buffer
4221           (which may have a different size, incompatible with our caps).
4222           So don't do that; just duplicate the new frame more times.
4223
4224 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
4225
4226         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4227         Remove playbin's override of the set_clock vmethod. It's irrelevant
4228         after Wim's commit on the 19th.
4229
4230 2007-03-22  Wim Taymans  <wim@fluendo.com>
4231
4232         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
4233         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4234         * ext/gnomevfs/gstgnomevfssrc.h:
4235         Don't cache file sizes. Fixes #341078.
4236
4237 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4238
4239         * gst/playback/gstplaybin.c: (add_sink):
4240           Use GST_PTR_FORMAT to log caps. 
4241
4242 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4243
4244         Patch by: Young-Ho Cha <ganadist at chollian net>
4245
4246         * gst/subparse/samiparse.c: (handle_start_font):
4247           Special-case some more colour names that pango doesn't handle by
4248           default. Fixes #420578.
4249
4250 2007-03-20  Michael Smith  <msmith@fluendo.com>
4251
4252         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4253           If we get a zero-sized input buffer, don't pass it to libvorbis, as
4254           that marks EOS internally. After that, libvorbis will buffer all
4255           input data, and encode none of it, eventually leading to memory
4256           exhaustion.
4257
4258 2007-03-19  Wim Taymans  <wim@fluendo.com>
4259
4260         * gst/playback/gstdecodebin.c: (remove_fakesink):
4261         Don't post STATE_DIRTY anymore.
4262
4263         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
4264         (gst_play_bin_change_state):
4265         Remove stream_time reset in seek handling, core does that now.
4266         Disable clocking for live pipelines by forcing a NULL clock to the
4267         complete pipeline, core is too smart now for our previous hack.
4268         We can always autoplug in PAUSED now.
4269
4270 2007-03-17  David Schleef  <ds@schleef.org>
4271
4272         * REQUIREMENTS:  Update this file, change the formatting to make
4273         it more consistent, plus more machine readable.
4274
4275 2007-03-16  Michael Smith  <msmith@fluendo.com>
4276
4277         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4278         (strip_width_64), (append_with_other_format):
4279           Previous fix was too simplistic, and broke the tests. Use a better
4280           approach; only strip 64 from widths for integer audio.
4281
4282 2007-03-16  Michael Smith  <msmith@fluendo.com>
4283
4284         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4285         (gst_audio_convert_transform_caps):
4286           We don't support 64 bit integer audio, so don't try to claim we can.
4287           Stops us producing caps don't match our template caps.
4288           Update comments.
4289
4290 2007-03-15  Michael Smith  <msmith@fluendo.com>
4291
4292         * gst/audioresample/gstaudioresample.c:
4293         (audioresample_check_discont), (audioresample_transform):
4294           Don't trigger discontinuities for very small imperfections; a filter
4295           flush will sound bad, and many plugins have rounding errors leading
4296           to these.
4297
4298 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4299
4300         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
4301
4302         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4303         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4304         API: add "min-ptime" property to RTP base audio payloader.
4305         API: add gst_base_rtp_audio_payload_push().
4306         API: add gst_base_rtp_audio_payload_get_adapter().
4307         Fixes #415001
4308         Indentation/whitespace/documentation fixes.
4309
4310 2007-03-14  Julien MOUTTE  <julien@moutte.net>
4311
4312         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4313         (audioresample_transform_size), (audioresample_do_output),
4314         (audioresample_transform), (audioresample_pushthrough): Handle
4315         discontinuous streams.
4316         * gst/audioresample/gstaudioresample.h:
4317         * tests/check/elements/audioresample.c:
4318         (test_discont_stream_instance), (GST_START_TEST),
4319         (audioresample_suite): Add a test for discontinuous streams.
4320         * win32/common/config.h: Updated.
4321
4322 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4323
4324         * po/af.po:
4325         * po/az.po:
4326         * po/cs.po:
4327         * po/en_GB.po:
4328         * po/it.po:
4329         * po/nb.po:
4330         * po/nl.po:
4331         * po/or.po:
4332         * po/sq.po:
4333         * po/sr.po:
4334         * po/sv.po:
4335         * po/uk.po:
4336         * po/vi.po:
4337           Update translations from translation project.
4338
4339 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4340
4341         * gst/audioresample/debug.h:
4342         * gst/audioresample/resample.c: (resample_init):
4343           Since I really am not interested in a debug line for each sample
4344           being processed, move the library's debugging to its own category,
4345           libaudioresample
4346
4347 2007-03-13  Michael Smith  <msmith@fluendo.com>
4348
4349         * ext/theora/theoradec.c: (theora_handle_type_packet):
4350           Since the plugin doesn't support anything other than 4:2:0 right
4351           now, post an error and fail if we get something else. Won't matter
4352           until libtheora supports the other pixel formats, but hopefully
4353           that'll be soon...
4354
4355 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4356
4357         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
4358         Use gst_guint64_to_gdouble for conversion.
4359         * win32/MANIFEST:
4360         Add new files to the win32 MANIFEST.
4361         * win32/common/libgstaudio.def:
4362         * win32/common/libgstpbutils.def:
4363         Add new exported functions.
4364         * win32/vs6/gst_plugins_base.dsw:
4365         * win32/vs6/libgstdecodebin.dsp:
4366         * win32/vs6/libgstplaybin.dsp:
4367         Change the link to libgstpbutils.lib.
4368         * win32/vs6/libgstdecodebin2.dsp:
4369         Add a new project for decodebin2.
4370         * win32/vs6/libgstpbutils.dsp:
4371         Add a new project for pbutils.
4372
4373 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4374
4375         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4376           Also accept partial dates with only year and month,
4377           like 1999-12-00 (fixes #410396 even more).
4378
4379         * tests/check/libs/tag.c: (GST_START_TEST):
4380           Add unit test for the above.
4381
4382 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4383
4384         * tests/check/elements/subparse.c: (GST_START_TEST),
4385         (subparse_suite):
4386           Add unit test for MPL2 subtitle format (#413799).
4387
4388 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4389
4390         Patch by: Kamil Pawlowski  <kamilpe gmail com>
4391
4392         * gst/subparse/Makefile.am:
4393         * gst/subparse/gstsubparse.c:
4394         (gst_sub_parse_data_format_autodetect),
4395         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
4396         (gst_subparse_type_find):
4397         * gst/subparse/gstsubparse.h:
4398         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
4399         * gst/subparse/mpl2parse.h:
4400           Add support for MPL2 subtitle format (#413799).
4401
4402 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4403
4404         * configure.ac:
4405           We require core CVS for the new buffer metadata copy functions.
4406
4407 2007-03-09  Wim Taymans  <wim@fluendo.com>
4408
4409         * gst-libs/gst/tag/gstid3tag.c:
4410         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4411         Fixes #414496.
4412
4413         Patch by: Alex Lancaster <alexl at users sourceforge net>
4414
4415 2007-03-09  Wim Taymans  <wim@fluendo.com>
4416
4417         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
4418         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
4419         Improve adapter usage and comments.
4420
4421 2007-03-09  Wim Taymans  <wim@fluendo.com>
4422
4423         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4424         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
4425         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
4426         Use new metadata copy function.
4427
4428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4429         (gst_ffmpegcsp_transform):
4430         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
4431         Basetransform copied the metadata for us.
4432
4433 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4434
4435         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
4436         (gst_text_overlay_video_event):
4437           Some more logging. Only accept newsegment events in TIME format and
4438           send a WARNING message if they are not in TIME format.
4439
4440         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4441         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
4442         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
4443         * gst/subparse/gstsubparse.h:
4444           No need to allocate GstSegment structure dynamically, just put it
4445           into the instance structure; ignore newsegment events in BYTE
4446           format and in particular don't let it overwrite our saved TIME
4447           segment from the last seek.
4448
4449 2007-03-09  Michael Smith  <msmith@fluendo.com>
4450
4451         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
4452           Replace AC3 typefinder with one that isn't terrible, and actually
4453           works usefully.
4454
4455 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4456
4457         * gst/audioconvert/gstaudioconvert.c:
4458         (gst_audio_convert_transform):
4459           fix error category and translatable string
4460           
4461
4462 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4463
4464         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4465         * pkgconfig/gstreamer-plugins-base.pc.in:
4466           Fix up utils => pbutils here too.
4467
4468 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4469
4470         * gst/subparse/gstsubparse.c: (handle_buffer):
4471           Break out of loop in chain function as soon as possible if we get
4472           a non-OK flow return.
4473
4474 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4475
4476         * tests/check/elements/alsa.c: (GST_START_TEST):
4477         Unref the mixer if the state change fails too (if the
4478         alsa devices are inaccessible, for example)
4479
4480 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4481
4482         * tests/check/Makefile.am:
4483         Don't test libvisual elements in the states check, because libvisual
4484         seems to leak internally.
4485
4486         Re-enable the alsa and states tests now that there's new suppressions
4487         in gst.supp.
4488
4489         * tests/check/elements/alsa.c: (GST_START_TEST):
4490         Don't leak the alsamixer we instantiated.
4491
4492 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4493
4494         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
4495         (gst_ximagesink_change_state), (gst_ximagesink_reset),
4496         (gst_ximagesink_finalize):
4497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
4498         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
4499         Move some cleanup stuff from the state change handler into a _reset()
4500         function that can be called from _finalize(). This ensures that things
4501         get freed even if (for some reason) the NULL->READY state transition
4502         fails in the parent class.
4503         Even if a parent state change fails, process our downward state change
4504         logic instead of bailing out early.
4505         Free the correct xcontext pointer in ximagesink's xcontext_clear.
4506
4507 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4508
4509         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4510         Extra log line.
4511
4512         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
4513         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
4514         Use pango_font_description_set_family_static instead of 
4515         pango_font_description_set_family to save a string copy (it was
4516         leaking due to the strdup anyway)
4517
4518         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
4519         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
4520         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
4521         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
4522         Chain up in finalize.
4523
4524 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4525
4526         * gst-libs/gst/interfaces/mixertrack.c:
4527         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
4528         (gst_mixer_track_set_property):
4529           API: add "untranslated-label" property which should be set by
4530           implementations at construct time (#414645).
4531
4532         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
4533         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4534           Set "untranslated-label" when constructing mixer track objects.
4535
4536         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
4537           Unit test to check the above.
4538
4539 2007-03-07  Wim Taymans  <wim@fluendo.com>
4540
4541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4542         Fix confusing debug message.
4543
4544 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4545
4546         * gst-plugins-base.doap:
4547         update doap file with new version
4548
4549 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4550
4551         * configure.ac:
4552         Back to CVS
4553
4554 === release 0.10.12 ===
4555
4556 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
4557
4558         * configure.ac:
4559           releasing 0.10.12, "Zombie Horde"
4560
4561 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4562
4563         * configure.ac:
4564         Bump version to 0.10.11.4 pre-release
4565
4566 2007-03-06  Wim Taymans  <wim@fluendo.com>
4567
4568         * gst-libs/gst/audio/gstbaseaudiosink.c:
4569         (gst_base_audio_sink_async_play):
4570         Fix regression that made GStreamer skip the first samples of audio.
4571         Fixes #414684.
4572
4573 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4574
4575         * configure.ac:
4576         Bump version to 0.10.11.3 pre-release
4577
4578 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4579
4580         * po/POTFILES.in:
4581           Update paths for the rename from utils to pbutils to fix the build.
4582
4583 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
4584
4585         * gst-libs/gst/pbutils/Makefile.am:
4586           Change directory to install headers in from gst/utils to gst/pbutils
4587           as well.
4588
4589 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4590
4591         * configure.ac:
4592         * docs/libs/gst-plugins-base-libs-docs.sgml:
4593         * docs/libs/gst-plugins-base-libs-sections.txt:
4594         * gst-libs/gst/Makefile.am:
4595         * gst-libs/gst/interfaces/mixer.c:
4596         * gst-libs/gst/pbutils/Makefile.am:
4597         * gst-libs/gst/pbutils/descriptions.c:
4598         (gst_pb_utils_get_source_description),
4599         (gst_pb_utils_get_sink_description),
4600         (gst_pb_utils_get_decoder_description),
4601         (gst_pb_utils_get_encoder_description),
4602         (gst_pb_utils_get_element_description),
4603         (gst_pb_utils_add_codec_description_to_tag_list),
4604         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
4605         * gst-libs/gst/pbutils/descriptions.h:
4606         * gst-libs/gst/pbutils/install-plugins.c:
4607         * gst-libs/gst/pbutils/install-plugins.h:
4608         * gst-libs/gst/pbutils/missing-plugins.c:
4609         (gst_missing_uri_source_message_new),
4610         (gst_missing_uri_sink_message_new),
4611         (gst_missing_element_message_new),
4612         (gst_missing_decoder_message_new),
4613         (gst_missing_encoder_message_new),
4614         (gst_missing_plugin_message_get_description):
4615         * gst-libs/gst/pbutils/missing-plugins.h:
4616         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
4617         * gst-libs/gst/pbutils/pbutils.h:
4618         * gst-libs/gst/utils/Makefile.am:
4619         * gst-libs/gst/utils/base-utils.c:
4620         * gst-libs/gst/utils/base-utils.h:
4621         * gst-libs/gst/utils/descriptions.c:
4622         * gst-libs/gst/utils/descriptions.h:
4623         * gst-libs/gst/utils/install-plugins.c:
4624         * gst-libs/gst/utils/install-plugins.h:
4625         * gst-libs/gst/utils/missing-plugins.c:
4626         * gst-libs/gst/utils/missing-plugins.h:
4627         * gst-plugins-base.spec.in:
4628         * gst/playback/Makefile.am:
4629         * gst/playback/gstdecodebin.c:
4630         * gst/playback/gstdecodebin2.c:
4631         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4632         (gen_source_element):
4633         * gst/playback/gstplaybin.c: (plugin_init):
4634         * tests/check/Makefile.am:
4635         * tests/check/libs/pbutils.c: (GST_START_TEST),
4636         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
4637         * tests/check/libs/utils.c:
4638           rename utils to pbutils
4639
4640 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4641
4642         * docs/plugins/Makefile.am:
4643         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4644         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4645         * docs/plugins/inspect/plugin-decodebin2.xml:
4646         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4647         Add documentation for decodebin2 that indicates that the API
4648         is still unstable.
4649
4650 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4651
4652         * configure.ac:
4653         Update to 0.10.11.2 (0.10.12 pre-release)
4654
4655 2007-03-01  Wim Taymans  <wim@fluendo.com>
4656
4657         * gst-libs/gst/audio/gstbaseaudiosink.c:
4658         (gst_base_audio_sink_async_play):
4659         base time is irrelevant here.
4660
4661 2007-03-01  Wim Taymans  <wim@fluendo.com>
4662
4663         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4664         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4665         Improve debugging.
4666
4667         * gst-libs/gst/audio/gstbaseaudiosink.c:
4668         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
4669         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
4670         Improve latency and clock slaving calculations.
4671         Improve slave clock calibration.
4672
4673         * gst-libs/gst/audio/gstringbuffer.c:
4674         (gst_ring_buffer_commit_full):
4675         When we are asked to render N sample to 0 bytes, return N.
4676
4677 2007-03-01  Wim Taymans  <wim@fluendo.com>
4678
4679         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4680         (gst_alsasink_write), (gst_alsasink_reset):
4681         * ext/alsa/gstalsasink.h:
4682         Remove unused dispose function.
4683         Rename lock to not interfere with alsasrc lock.
4684
4685         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
4686         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
4687         (gst_alsasrc_read), (gst_alsasrc_reset):
4688         * ext/alsa/gstalsasrc.h:
4689         Implement finalize function.
4690         Use lock to protect alsa access.
4691         Implement _reset.
4692         Fine tune sw params.
4693
4694 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4695
4696         * configure.ac:
4697           Convert to new AG_GST style.
4698
4699 2007-02-28  Wim Taymans  <wim@fluendo.com>
4700
4701         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4702
4703         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
4704         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
4705         Fix race condition when rapidly switching visualisations in playbin.
4706         Fixes #401029.
4707
4708 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
4709
4710         * tests/check/Makefile.am:
4711         Include local stuff before system installed things in LDFLAGS and
4712         CFLAGS.
4713
4714 2007-02-28  Wim Taymans  <wim@fluendo.com>
4715
4716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
4717         Improve debugging.
4718
4719 2007-02-28  Wim Taymans  <wim@fluendo.com>
4720
4721         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4722         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
4723         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
4724         Fix duration and timestamping, taking latency into account.
4725         Implement latency query.
4726
4727 2007-02-28  Wim Taymans  <wim@fluendo.com>
4728
4729         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
4730         (gst_audio_clock_new):
4731         Fix clock name.
4732
4733         * gst-libs/gst/audio/gstbaseaudiosink.c:
4734         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
4735         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
4736         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
4737         (gst_base_audio_src_create):
4738         Improve latency query code.
4739         Use proper clock names.
4740
4741 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4742
4743         * tests/check/generic/states.c: (GST_START_TEST):
4744           Copy the states.c test from core again
4745         * tests/check/Makefile.am:
4746           ignore cdio and cdparanoiasrc
4747
4748 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4749
4750         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4751         (double_hq), (audio_convert_get_func_index), (check_default),
4752         (audio_convert_prepare_context), (audio_convert_convert):
4753           Also make valgrind happy and avoid copying data in some cases.
4754
4755 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4756
4757         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4758         (double_hq), (audio_convert_get_func_index),
4759         (audio_convert_prepare_context), (audio_convert_convert):
4760         * gst/audioconvert/gstaudioconvert.c:
4761         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
4762         (gst_audio_convert_transform_caps):
4763         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4764         (audioconvert_suite):
4765           Don't run inplace if that overwrites source data as we go. Add more
4766           tests. Fixes #339837 even more.
4767
4768 2007-02-27  Julien MOUTTE  <julien@moutte.net>
4769
4770         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
4771         (msg_segment_done): Fix various seeking bugs (Slider was not
4772         updating when doing a non flushing seek, Reverse playback 
4773         on segment seek was wrong).
4774
4775 2007-02-26  Wim Taymans  <wim@fluendo.com>
4776
4777         * tests/examples/seek/seek.c: (stop_seek):
4778         When we stop scrubbing, don't leave the pipeline PLAYING when we
4779         requested a PAUSED state.
4780
4781 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
4782
4783         Patch by: René Stadler <mail at renestadler de>
4784
4785         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4786           Parse date strings in vorbis comments that have an invalid (zero)
4787           month or day (#410396).
4788
4789         * tests/check/libs/tag.c: (GST_START_TEST):
4790           Test case for the above.
4791
4792 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4795
4796         * configure.ac:
4797         * ext/alsa/Makefile.am:
4798         * gst/audiotestsrc/Makefile.am:
4799           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
4800
4801 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4802
4803         * gst/playback/gstplaybin.c:
4804           Improve docs: point out that the application needs to assist playbin
4805           with buffering.
4806
4807 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4808
4809         * gst-libs/gst/utils/install-plugins.c:
4810         * gst-libs/gst/utils/missing-plugins.c:
4811         * tests/check/libs/utils.c: (missing_msg_check_getters):
4812           Change GStreamer marker prefix in detail string from 'gstreamer.net'
4813           to just 'gstreamer'. Document the caps string component of the
4814           decoder/encoder detail a bit better, since not everyone will be
4815           familiar with the GStreamer media type/caps system (but they better
4816           enjoy nested itemized lists).
4817
4818 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4819
4820         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4821         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
4822           Fix copying of GstNetBuffer (would crash before, or at least lead to
4823           invalid memory access, #410772), for now by copying the GstBuffer copy
4824           code from the core over here so we can copy the GstBuffer fields on a
4825           provided buffer instance (of type GstNetBuffer in this case). Would be
4826           better to fix this with some support by the core though (and in the long
4827           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
4828
4829         * tests/check/Makefile.am:
4830           Enable unit test for GstNetBuffer.
4831
4832 2007-02-22  Andy Wingo  <wingo@pobox.com>
4833
4834         * gst-libs/gst/audio/gstbaseaudiosink.c
4835         (gst_base_audio_sink_init): Disable pull-mode activation until we
4836         figure out how to make audio sinks go to PLAYING.
4837
4838 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
4839
4840         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4841         (double_hq), (audio_convert_get_func_index),
4842         (audio_convert_prepare_context), (audio_convert_convert):
4843         * gst/audioconvert/audioconvert.h:
4844         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
4845         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
4846         * gst/audioconvert/gstchannelmix.h:
4847         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4848           Add float as an intermediate format, as well as float mixing. Enable
4849           test that was failing before. Fixes #339837
4850
4851 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
4852
4853         * tests/examples/seek/seek.c: (do_seek):
4854         Undo the previous commit: -1 as a stop time implies that the stop
4855         time is the end of file, clearing any previously configured segment.
4856
4857 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
4858
4859         * tests/examples/seek/seek.c: (do_seek):
4860         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
4861
4862 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4863
4864         * gst/volume/gstvolume.c: (volume_process_int16),
4865         (volume_process_int16_clamp), (volume_set_caps):
4866           Unbreak volume, value remains gint.
4867
4868 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4869
4870         * gst/volume/gstvolume.c: (volume_choose_func),
4871         (volume_update_real_volume), (gst_volume_set_volume),
4872         (gst_volume_init), (volume_process_double), (volume_process_float),
4873         (volume_process_int16), (volume_process_int16_clamp),
4874         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
4875         * gst/volume/gstvolume.h:
4876           Extend float audio support (double) and some int->uint cleanups.
4877
4878 2007-02-20  Edward Hervey  <edward@fluendo.com>
4879
4880         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4881         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
4882         (sort_end_pads), (gst_decode_group_expose),
4883         (gst_decode_group_hide):
4884         Don't free groups from the streaming threads. Just put them aside and
4885         free them in dispose.
4886
4887 2007-02-20  Edward Hervey  <edward@fluendo.com>
4888
4889         * gst/playback/gstdecodebin2.c: (connect_element),
4890         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
4891         (sort_end_pads), (gst_decode_group_expose):
4892         Handle dynamic pads within groups.
4893         Sort pads before exposing them in order to make playbin happy.
4894         There still is a race with the multiqueue filling up. This should be
4895         solved separately.
4896         Fixes #398721
4897
4898 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4899
4900         * gst-libs/gst/utils/base-utils.c:
4901         * gst-libs/gst/utils/descriptions.c:
4902         * gst-libs/gst/utils/install-plugins.c:
4903         * gst-libs/gst/utils/missing-plugins.c:
4904           Some more docs (and descriptions for two subtitle formats).
4905
4906 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4907
4908         * gst-libs/gst/audio/audio.c:
4909           Fix documentation.
4910
4911 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4912
4913         Patch by: Yves Lefebvre  <ivanohe abacom com>
4914
4915         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
4916           Don't leak caps. Fixes #408278.
4917
4918 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
4919
4920         * ext/cdparanoia/gstcdparanoiasrc.h:
4921         * ext/ogg/gstoggdemux.h:
4922         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
4923         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
4924         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
4925         * gst-libs/gst/audio/audio.h:
4926         * gst-libs/gst/audio/gstaudiofilter.h:
4927         * gst-libs/gst/interfaces/videoorientation.h:
4928         * gst/adder/gstadder.h:
4929           More docs coverage and some ChangeLog surgery (add missing names)
4930
4931 2007-02-15  Wim Taymans  <wim@fluendo.com>
4932
4933         * sys/ximage/ximagesink.c:
4934         (gst_ximagesink_calculate_pixel_aspect_ratio):
4935         * sys/xvimage/xvimagesink.c:
4936         (gst_xvimagesink_calculate_pixel_aspect_ratio):
4937         Small constifications.
4938
4939 2007-02-15  Wim Taymans  <wim@fluendo.com>
4940
4941         * gst-libs/gst/audio/gstbaseaudiosink.c:
4942         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
4943         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
4944         (gst_base_audio_sink_async_play),
4945         (gst_base_audio_sink_change_state):
4946         Answer latency query.
4947         Use configured latency when syncing.
4948         Fix clock slaving.
4949
4950         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4951         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
4952         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
4953         Fix possible memleak.
4954         Implement latency query.
4955         Small cleanups.
4956
4957 2007-02-15  Wim Taymans  <wim@fluendo.com>
4958
4959         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4960         Ignore errors in reset, these are not fatal. They also grab the element
4961         lock which is already taking when this function is called. Fixes
4962         #405451.
4963
4964 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4965
4966         * configure.ac:
4967           Remove 'tests/examples/xerror/Makefile' from output files again.
4968
4969 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4970
4971         * configure.ac:
4972         * docs/plugins/Makefile.am:
4973           Also crossref against gst-plugins-base-libs.
4974
4975 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4976
4977         * configure.ac:
4978         * docs/libs/Makefile.am:
4979         * docs/plugins/Makefile.am:
4980           Add crossreferences to glib/gobject/gstream docs.
4981
4982         * gst-libs/gst/audio/audio.h:
4983           Source formatting.
4984
4985         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
4986           Add own debug category.
4987
4988 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         Patch by: René Stadler <mail at renestadler de>
4991
4992         * gst-libs/gst/tag/gstvorbistag.c:
4993           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
4994           (#403597).
4995
4996 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
4997
4998         * gst/playback/gstplaybasebin.c: (setup_source):
4999           When we have external subtitles and wait for the subtitle decodebin
5000           to get up and running, we set up a (sync) bus handler for the
5001           subtitle decodebin, so we can stop waiting when it posts an error
5002           message. However, we should do that before we set the subtitle
5003           decodebin's state to playing, otherwise things are racy and we might
5004           miss error messages posted before we had a chance to set up the bus.
5005           This should finally fix totem hanging on .txt pseudo-subtitle files.
5006           
5007 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
5008
5009         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
5010           Use gst_gdouble_to_guint64 for conversions.
5011         * win32/common/config.h.in:
5012           Add a define for GST_INSTALL_PLUGINS_HELPER
5013         * win32/common/libgstaudio.def:
5014         * win32/common/libgstcdda.def:
5015         * win32/common/libgstnetbuffer.def:
5016         * win32/common/libgstrtp.def:
5017         * win32/common/libgutils.def:
5018           Add new exported functions.
5019         * win32/vs6/gst_plugins_base.dsw:
5020         * win32/vs6/libgstdecodebin.dsp:
5021         * win32/vs6/libgstnetbuffer.dsp:
5022         * win32/vs6/libgstplaybin.dsp:
5023         * win32/vs6/libgstrtp.dsp:
5024         * win32/vs6/libgstvorbis.dsp:
5025         * win32/vs6/libgstcdda.dsp:
5026         * win32/vs6/libgstgdp.dsp:
5027         * win32/vs6/libgstutils.dsp:
5028           Update and add new project files.
5029
5030 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5031
5032         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
5033         (subrip_remove_unhandled_tags), (parse_subrip):
5034           For SubRip (.srt) subtitles, ignore all markup tags we don't
5035           handle (like font tags, for example).
5036
5037         * tests/check/elements/subparse.c:
5038           Add test for this.
5039
5040 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5041
5042         * gst/playback/gstdecodebin.c: (add_fakesink),
5043         (gst_decode_bin_change_state):
5044         * gst/playback/gstdecodebin2.c: (add_fakesink),
5045         (gst_decode_bin_change_state):
5046           Don't error out if there is no fakesink in the NULL to READY state
5047           change, since when decodebin is re-used, we're only adding the
5048           fakesink element in READY to PAUSED.
5049
5050         * tests/check/elements/decodebin.c:
5051         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
5052         (decodebin_suite):
5053           Minimal unit test to make sure we can use the same decodebin
5054           instance twice (at least with audiotestsrc input).
5055
5056 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5057
5058         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
5059           Try to get devic-name from device string first, and from handle only
5060           as fallback (seems to yield better results and is more robust
5061           against buggy probing code on the application side).
5062
5063 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5064
5065         Based on patch by: Julien Puydt <julien.puydt at laposte net>
5066
5067         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
5068         (gst_alsa_find_device_name):
5069         * ext/alsa/gstalsa.h:
5070         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
5071         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
5072           Improve device-name detection a bit, especially in the case where
5073           the device is not actually open (#405020, #405024). Move common code
5074           into gstalsa.c instead of duplicating it.
5075
5076 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5077
5078         * gst/audioconvert/gstaudioconvert.c:
5079           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
5080
5081 2007-02-06  Julien MOUTTE  <julien@moutte.net>
5082
5083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
5084         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
5085         (gst_xvimagesink_interface_supported),
5086         (gst_xvimagesink_probe_get_properties),
5087         (gst_xvimagesink_probe_probe_property),
5088         (gst_xvimagesink_probe_needs_probe),
5089         (gst_xvimagesink_probe_get_values),
5090         (gst_xvimagesink_property_probe_interface_init),
5091         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5092         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
5093         (gst_xvimagesink_get_type):
5094         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
5095         for XVAdaptors so that one can choose the adaptor to use with 
5096         gstreamer-properties.
5097
5098 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
5099
5100         * gst/audioconvert/gstaudioconvert.c:
5101           Also mention that a conversion from double to float is suboptimal still.
5102
5103 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5104
5105         * gst-libs/gst/audio/gstaudiofilter.c:
5106         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
5107           Clear our formats structure and free the caps contained in it when
5108           shutting down.
5109
5110 2007-02-05  Andy Wingo  <wingo@pobox.com>
5111
5112         * gst-libs/gst/audio/gstbaseaudiosink.c
5113         (gst_base_audio_sink_callback): Update basesink->offset so that we
5114         pull monotonically increasing offsets instead of, um, seeking back
5115         to 0 each time. Fixes alsasrc ! alsasink!
5116
5117 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5118
5119         * gst/videoscale/gstvideoscale.c:
5120           A width and height of 1 makes us crash, so increase minimum size to
5121           2x2 pixels until someone feels like fixing this (#404512).
5122
5123 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5124
5125         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
5126           Add small test to make sure request pads are cleaned up properly
5127           even if oggmux never changes state out of NULL.
5128
5129 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5130
5131         * tests/check/libs/utils.c: (GST_START_TEST):
5132           Fix unit test. Turns out things work much better when you
5133           NULL-terminate string arrays. Should make p5 build bot happy again.
5134
5135 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5136
5137         * gst-libs/gst/audio/Makefile.am:
5138         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5139         (gst_audio_filter_template_base_init),
5140         (gst_audio_filter_template_class_init),
5141         (gst_audio_filter_template_init),
5142         (gst_audio_filter_template_set_property),
5143         (gst_audio_filter_template_get_property),
5144         (gst_audio_filter_template_setup),
5145         (gst_audio_filter_template_filter),
5146         (gst_audio_filter_template_filter_inplace), (plugin_init):
5147           Oops, forgot to commit fixed-up example.
5148
5149 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         * docs/libs/gst-plugins-base-libs-sections.txt:
5152         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5153         (gst_audio_filter_class_init), (gst_audio_filter_init),
5154         (gst_audio_filter_set_caps),
5155         (gst_audio_filter_class_add_pad_templates):
5156         * gst-libs/gst/audio/gstaudiofilter.h:
5157           Port GstAudioFilter to 0.10. This change technically breaks
5158           API and ABI (and thus also every library developer's heart),
5159           but seems justifiable on the grounds that the base class was
5160           completely unusable before (ie. would crash immediately when
5161           actually used). Fixes #403963 (and eventually also #403572).
5162           Also document all of this a bit.
5163
5164 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5165
5166         * gst-libs/gst/utils/install-plugins.c:
5167         (gst_install_plugins_spawn_child):
5168         * tests/check/libs/utils.c:
5169         (test_base_utils_install_plugins_do_callout):
5170           Lowering log level to see why things fail on the p5 build bot;
5171           fix some typos in unit test messages.
5172
5173 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5174
5175         * tests/check/libs/utils.c:
5176         (test_base_utils_install_plugins_do_callout):
5177           Don't hard-code temp directory for test helper; use GLib functions
5178           to write out file and do error checking etc.
5179
5180 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5181
5182         * gst-libs/gst/utils/Makefile.am:
5183         * gst-libs/gst/utils/base-utils.h:
5184         * gst-libs/gst/utils/install-plugins.c:
5185         (gst_install_plugins_context_set_xid),
5186         (gst_install_plugins_context_new),
5187         (gst_install_plugins_context_free),
5188         (gst_install_plugins_get_helper),
5189         (gst_install_plugins_spawn_child),
5190         (gst_install_plugins_return_from_status),
5191         (gst_install_plugins_installer_exited),
5192         (gst_install_plugins_async), (gst_install_plugins_sync),
5193         (gst_install_plugins_return_get_name),
5194         (gst_install_plugins_installation_in_progress):
5195         * gst-libs/gst/utils/install-plugins.h:
5196           API: add API for applications to initiate installation of missing
5197           plugins, ie. gst_install_plugins_async() primarily.
5198           Based on libgimme-codec by Ryan Lortie.
5199
5200         * configure.ac:
5201           Add --with-install-plugins-helper configure option so distros can specify
5202           the path of the helper script or program to call when plugin installation
5203           is requested (distros: please do any argument munging in this helper
5204           script instead of patching GStreamer to pass arguments differently
5205           to another program directly).
5206
5207         * docs/libs/gst-plugins-base-libs-docs.sgml:
5208         * docs/libs/gst-plugins-base-libs-sections.txt:
5209           Build and document new API.
5210
5211         * tests/check/libs/utils.c: (result_cb),
5212         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
5213         (libgstbaseutils_suite):
5214           Some simple checks for the new API.
5215
5216 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5217
5218         * tests/check/elements/audioconvert.c: (test_float_conversion):
5219           Add small test for 32bit float <=> 64bit float conversion (works
5220           only one way so far, 32=>64 produces structured noise).
5221
5222 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5223
5224         * gst/audioconvert/gstaudioconvert.c:
5225         (set_structure_widths_32_and_64), (make_lossless_changes):
5226           We don't support floats with a width of 40, 48 or 56 bits.
5227
5228 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
5229
5230         * gst/audioconvert/audioconvert.c: (float), (double),
5231         (audio_convert_get_func_index):
5232         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5233         (make_lossless_changes):
5234           Support for 64-bit float audio in audioconvert (#339837)
5235
5236 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5237
5238         Patch by: Holger Wansing  <linux wansing-online de>
5239
5240         * po/LINGUAS:
5241         * po/de.po:
5242           Add German translation (#352069).
5243
5244 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
5245
5246         reviewed by: Wim Taymans <wim@fluendo.com>
5247
5248         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
5249         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
5250         Use newly added GstCollectPads API to free the allocated resources in
5251         the GstOggPad structures (#402393).
5252
5253 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5254
5255         * gst/playback/gstplaybin.c: (gen_vis_element):
5256           Add audioresample+audioconvert in front of the visualisation
5257           element, so that elements like libvisual 0.4 that don't support all
5258           samplerates can work.
5259
5260           Fixes: #402505
5261
5262 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5263
5264         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
5265         (gst_play_base_bin_get_streaminfo_value_array):
5266           Take some locks and make a copy of the streaminfo value array we
5267           maintain while holding the lock, so that the application can
5268           retrieve the stream-info as a value array in a thread-safe way.
5269
5270 2007-01-30  Wim Taymans  <wim@fluendo.com>
5271
5272         * gst/audioconvert/gstaudioconvert.c:
5273         Don't fail on 0 sized buffers. Fixes #396835.
5274
5275 2007-01-29  David Schleef  <ds@schleef.org>
5276
5277         * gst/typefind/gsttypefindfunctions.c:
5278           Detect BBCD as video/x-dirac, so we can play raw dirac
5279           streams.
5280
5281 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
5282
5283         * ext/theora/theoraenc.c: (theora_enc_chain):
5284           Check return value of theora_encode_header(), or we might try to
5285           allocate a random number of bytes. theora_encode_header() can fail
5286           if libtheora has been compiled with encoding support disabled.
5287           Fixes #398110.
5288
5289 2007-01-29  Wim Taymans  <wim@fluendo.com>
5290
5291         * tests/check/gst/.cvsignore:
5292         Do as buildbot says.
5293
5294 2007-01-29  Wim Taymans  <wim@fluendo.com>
5295
5296         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
5297         Fix strides in libvisual. Gst uses X strides.
5298         Inspired by: <ed at catmur dot co dot uk> and 
5299         <tim at centricular dot net>
5300         Fixes #401118.
5301
5302 2007-01-27  Wim Taymans  <wim@fluendo.com>
5303
5304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
5305         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5306         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
5307         (gst_ogg_demux_perform_seek),
5308         (gst_ogg_demux_bisect_forward_serialno),
5309         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5310         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
5311         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
5312         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
5313         * ext/ogg/gstoggdemux.h:
5314         Properly propagate streaming errors when we are scanning the file for
5315         chains so that we don't crash when shut down. Might fix some crashers
5316         when quickly switching oggs in RB such as #332503 and #378436.
5317
5318 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5319
5320         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5321           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
5322           error code as well.
5323
5324 2007-01-25  Wim Taymans  <wim@fluendo.com>
5325
5326         * gst/playback/gstplaybasebin.c: (remove_source):
5327         Don't try to disconnect a signal from a finalized object.
5328
5329 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5330
5331         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
5332           Cast lock macro parameters to make sure we're actually accessing the
5333           lock member at the right class level. Free list itself in _dispose()
5334           as well and NULL it in case dispose gets called multiple times.
5335
5336 2007-01-25  Edward Hervey  <edward@fluendo.com>
5337
5338         * gst/playback/gstdecodebin2.c:
5339         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
5340         Free GstDecodeGroups no longer used.
5341         (gst_decode_group_expose):
5342         Don't unlock too many times !
5343         (deactivate_free_recursive):
5344         Free iterator once we're done with it.
5345         Fix for recursively deactivating elements (stop at ghostpads).
5346
5347 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * gst/playback/gstplaybin.c: (handoff):
5350           Fix up caps on the frame buffer before we save it and potentially
5351           make it accessible to other threads via g_object_get; also use
5352           gst_buffer_replace() instead of gst_mini_object_replace().
5353
5354 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5355
5356         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5357           Make getting the current frame thread-safe.
5358
5359 2007-01-25  Edward Hervey  <edward@fluendo.com>
5360
5361         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
5362         (gst_decode_group_new), (gst_decode_group_free):
5363         Set queues to bigger sizes to cope with HD contents.
5364         Fix some mutex freeing and add comment about MT safe methods.
5365
5366 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
5367
5368         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5369         (gst_text_overlay_text_event):
5370           Don't unnecessarily ref (and then leak) upstream events if the text
5371           pad is not linked. Fixes #399948.
5372
5373         * tests/check/gst-plugins-base.supp:
5374           Add suppression for pango on edgy/x86 for textoverlay test.
5375
5376 2007-01-24  Wim Taymans  <wim@fluendo.com>
5377
5378         * gst-libs/gst/rtp/gstrtpbuffer.h:
5379         Add some more fixed payloads.
5380
5381 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5382
5383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5384           Error out properly if we get an error from libogg while reading the
5385           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
5386
5387 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5388
5389         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
5390           Don't leak mutex.
5391
5392         * tests/check/elements/playbin.c:
5393         (test_sink_usage_video_only_stream),
5394         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5395         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
5396         (test_missing_suburisource_handler),
5397         (test_missing_primary_decoder), (playbin_suite):
5398           Run all tests once with decodebin and once with decodebin2.
5399           One test does not pass yet with decodebin2.
5400
5401 2007-01-23  Edward Hervey  <edward@fluendo.com>
5402
5403         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
5404         Fix the cases where oggmux doesn't properly figure out that all
5405         sinkpads have gone EOS, and therefore doesn't push out the remaining
5406         buffers and the final EOS event.
5407         Fixes #363379
5408
5409 2007-01-23  Julien MOUTTE  <julien@moutte.net>
5410
5411         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5413         Don't lock on navigation event push, just on keysym to string.
5414         Fixes #397673 again.
5415
5416 2007-01-22  Edward Hervey  <edward@fluendo.com>
5417
5418         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
5419         (get_current_group), (group_demuxer_event_probe),
5420         (gst_decode_group_expose), (deactivate_free_recursive),
5421         (gst_decode_group_free):
5422         Cleanups.
5423         Don't forget to emit 'no-more-pads' once a group is exposed.
5424         Cleanup elements from a DecodeGroup once we remove it.
5425         Protect call to gst_decode_group_expose() with the decodebin lock.
5426
5427 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5428
5429         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5431         Looking at Xorg code i can't figure out if that XKeysymToString
5432         function is thread sensible or not. Lock it just in case as
5433         recommended by Radek Doulik <rodo at ximian dot com>.
5434
5435 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5436
5437         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5439         Lock that X Call as well. Fixes #397673.
5440
5441 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5442
5443         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5444           Don't go into an endless loop if the file starts with 00 00 01 2X,
5445           like quicktime redirect files might. Fixes #396042.
5446
5447         * tests/check/Makefile.am:
5448         * tests/check/gst/.cvsignore:
5449         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
5450         (typefindfunctions_suite):
5451           Add unit test for the above.
5452
5453 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5454
5455         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5456           On second thought, use "depth" field rather than "bpp" field.
5457
5458 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5459
5460         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5461           Camtasia caps apparently need a bpp field (#398875).
5462
5463 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5464
5465         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5466         (gen_source_element), (gst_play_base_bin_change_state):
5467           Attempt at a better error message in case we don't have the required
5468           URI handler installed; post missing-plugin message also when we're
5469           missing an URI handler for the subtitle URI; clean up properly also
5470           when an error occurs and we never made it to PAUSED state.
5471
5472         * tests/check/elements/playbin.c: (GST_START_TEST),
5473         (playbin_suite):
5474           Check that we're also getting a missing-plugin messsage for a
5475           missing subtitle URI handler (and clean up properly).
5476
5477 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5478
5479         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
5480           Plug a few reference leaks.
5481
5482 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5485           Lower probability a bit if the marker isn't right at the start,
5486           to decrease the chance of false positives.
5487
5488 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5489
5490         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5491           Small mpeg2 system stream typefinding improvement: make typefinder
5492           probe a bit into the stream instead of just looking for a marker
5493           at the beginning. Fixes #397810.
5494
5495 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5496
5497         * gst/audioconvert/gstchannelmix.c:
5498           Remove compatibility cruft for prehistoric GLib versions.
5499
5500 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5501
5502         * gst/playback/Makefile.am:
5503         * gst/playback/gstdecodebin.c: (close_pad_link):
5504         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5506         (gst_play_base_bin_handle_message_func), (unknown_type):
5507           Let decodebin be the element to post missing-plugin messages for
5508           missing decoders (rather than playbin); make playbin implement
5509           GstBin::handle_message so we can suppress missing-plugin messages
5510           for types we're not handling on purpose (don't want to bring up an
5511           installer in those cases).
5512
5513 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
5514
5515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5516         * gst-libs/gst/tag/gstvorbistag.c:
5517         (gst_tag_list_to_vorbiscomment_buffer):
5518         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
5519           Fix potentially unaligned access (#397207).
5520
5521 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5522
5523         * tests/examples/seek/seek.c: (set_scale), (update_scale),
5524         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
5525         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
5526         (main):
5527           Allow to toggle looping while it plays. Fix callback prototype. Clean
5528           up code a bit more. Add copyright header.
5529
5530 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5531
5532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5533           Red and blue mask was swapped (spotted by Dan Williams).
5534
5535 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
5536
5537         * gst-libs/gst/tag/gstid3tag.c:
5538         * gst-libs/gst/tag/gstvorbistag.c:
5539           Use new beats-per-minute tag from core.
5540
5541 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         * po/POTFILES.in:
5544           Add new files with translatable strings, so they actually make it
5545           into the template file one day.
5546
5547 2007-01-12  Andy Wingo  <wingo@pobox.com>
5548
5549         * gst-libs/gst/audio/gstbaseaudiosink.c
5550         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
5551         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
5552         stuff, as the base class handles this now. Actually tell the ring
5553         buffer to start.
5554         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
5555         How did this work before? Maybe I'm not as awesome a programmer as
5556         I think.
5557
5558         * gst-libs/gst/audio/gstbaseaudiosrc.c
5559         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
5560         of a pad function.
5561
5562 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5563
5564         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
5565           Remove more fields so that the application can better blacklist
5566           formats that have been tried before.
5567
5568 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5569
5570         * gst-libs/gst/audio/mixerutils.h:
5571           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
5572           used when compiling with c++ compilers as well.
5573
5574 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5575
5576         * gst/typefind/gsttypefindfunctions.c:
5577           Fix comment.
5578
5579 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5580
5581         * gst/playback/gstplaybin.c: (post_missing_element_message),
5582         (gen_video_element), (gen_text_element), (gen_audio_element),
5583         (gen_vis_element):
5584           Post missing-plugin messages also when we error out because
5585           converters, textoverlay or auto*sinks are missing (#161922).
5586
5587 2007-01-10  Wim Taymans  <wim@fluendo.com>
5588
5589         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
5590         (is_demuxer_element), (new_caps):
5591         * gst/playback/gstplaybasebin.c: (source_new_pad):
5592         Fix the case where we try to ref a NULL element when we delay a link
5593         because of unfixed caps.
5594         Set the state of autoplugged decodebins to PAUSED.
5595         RTSP now works in playbin, we can remove it from the blacklist.
5596
5597 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5598
5599         * gst/playback/Makefile.am:
5600         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
5601         (unknown_type), (setup_subtitle), (gen_source_element):
5602         * gst/playback/gstplaybin.c: (plugin_init):
5603           Post missing-plugin messages on the bus for missing sources and
5604           missing decoders/demuxers/depayloaders; fix error code used when
5605           we're missing an URI handler source; for media types that we are not
5606           handling on purpose at the moment, don't print "don't know how to
5607           handle xyz" messages to the terminal or post missing-plugin
5608           messages on the bus.
5609
5610         * tests/check/elements/playbin.c: (create_playbin),
5611         (GST_START_TEST), (gst_codec_src_uri_get_type),
5612         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
5613         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
5614         (gst_codec_src_init_type), (gst_codec_src_base_init),
5615         (gst_codec_src_create), (gst_codec_src_class_init),
5616         (gst_codec_src_init), (plugin_init), (playbin_suite):
5617           Add some tests for the missing-plugin stuff.
5618
5619 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         * configure.ac:
5622         * gst-libs/gst/Makefile.am:
5623         * gst-libs/gst/utils/Makefile.am:
5624         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
5625         * gst-libs/gst/utils/base-utils.h:
5626         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
5627         (find_format_info), (caps_are_rtp_caps),
5628         (gst_base_utils_get_source_description),
5629         (gst_base_utils_get_sink_description),
5630         (gst_base_utils_get_decoder_description),
5631         (gst_base_utils_get_encoder_description),
5632         (gst_base_utils_get_element_description),
5633         (gst_base_utils_add_codec_description_to_tag_list),
5634         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
5635         * gst-libs/gst/utils/descriptions.h:
5636         * gst-libs/gst/utils/missing-plugins.c:
5637         (missing_structure_get_type), (copy_and_clean_caps),
5638         (gst_missing_uri_source_message_new),
5639         (gst_missing_uri_sink_message_new),
5640         (gst_missing_element_message_new),
5641         (gst_missing_decoder_message_new),
5642         (gst_missing_encoder_message_new),
5643         (missing_structure_get_string_detail),
5644         (missing_structure_get_caps_detail),
5645         (gst_missing_plugin_message_get_installer_detail),
5646         (gst_missing_plugin_message_get_description),
5647         (gst_is_missing_plugin_message):
5648         * gst-libs/gst/utils/missing-plugins.h:
5649           API: add new libgstbaseutils library with functions
5650           - to create and parse missing-plugins messages
5651           - that provide (translated) descriptions for caps/decoders/sources/etc.
5652           Closes #392393.
5653
5654         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5655         * pkgconfig/gstreamer-plugins-base.pc.in:
5656           Add new lib.
5657
5658         * docs/libs/gst-plugins-base-libs-docs.sgml:
5659         * docs/libs/gst-plugins-base-libs-sections.txt:
5660           Generate docs for new lib and API.
5661
5662         * tests/check/Makefile.am:
5663         * tests/check/libs/.cvsignore:
5664         * tests/check/libs/utils.c: (missing_msg_check_getters),
5665         (GST_START_TEST), (libgstbaseutils_suite):
5666           Add some basic unit tests.
5667
5668 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5669
5670         * ext/ogg/Makefile.am:
5671           Dist gstoggdemux.h to fix 'make distcheck'.
5672
5673         * sys/v4l/Makefile.am:
5674           Fix 'make distcheck' even more.
5675
5676 2007-01-09  Wim Taymans  <wim@fluendo.com>
5677
5678         * docs/plugins/Makefile.am:
5679         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5680         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5681         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
5682         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
5683         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
5684         (gst_ogg_demux_perform_seek):
5685         * ext/ogg/gstoggdemux.h:
5686         Added docs.
5687         Add some more comments.
5688         Small cleanups.
5689
5690 2007-01-09  Wim Taymans  <wim@fluendo.com>
5691
5692         * ext/theora/theoradec.c:
5693         * ext/vorbis/vorbisdec.c:
5694         * gst-libs/gst/audio/gstringbuffer.c:
5695         (gst_ring_buffer_commit_full):
5696         * gst-libs/gst/audio/gstringbuffer.h:
5697         * gst-libs/gst/rtp/gstrtpbuffer.c:
5698         * gst-libs/gst/tag/gstvorbistag.c:
5699         Small documentation updates/fixes
5700
5701 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5702
5703         * configure.ac:
5704           Require core CVS HEAD for Andy's basesrc/sink API additions.
5705
5706 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5707
5708         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
5709
5710         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
5711         (plugin_init):
5712           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
5713           on flac.sf.net (there appear to be other versions of the first
5714           ogg page in the wild) (#391365).
5715
5716 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5717
5718         * configure.ac:
5719           Check if localtime_r() is available.
5720
5721         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
5722           If localtime_r() is not available, fall back to localtime(). Should
5723           fix build on MingW (#393310).
5724
5725 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5726
5727         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
5728         * gst/subparse/gstsubparse.h:
5729           Remove spurious 1000 subtrahend when calculating the timestamp from
5730           the frame number and the frame rate . Also, use the frames/second
5731           value specified in the first line of the file, if one is specified
5732           there. Should fix #357503.
5733
5734         * tests/check/elements/subparse.c: (do_test),
5735         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
5736         (subparse_suite):
5737           Add some basic unit tests for the microdvd subtitle format.
5738
5739 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5740
5741         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5742
5743         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5744         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
5745         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
5746         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
5747         (gst_xvimagesink_set_xwindow_id),
5748         (gst_xvimagesink_set_event_handling),
5749         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5750         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5751         Fixes: #390076.
5752         Add an adaptor property to select a specific XV adaptor.
5753         * sys/xvimage/xvimagesink.h:
5754
5755 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5756
5757         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5758         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
5759         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
5760         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
5761         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
5762         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
5763         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5764         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
5765         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5766         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
5767         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
5768         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
5769         Use flow_lock much more to protect every access to xwindow.
5770         Try to catch erros while creating images in case some drivers are
5771         just generating an XError when the requested image is too big.
5772         Should fix : #354698, #384008, #384060.
5773         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
5774         Implement some stress testing of setting window xid.
5775
5776 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5777
5778         * win32/common/libgsaudio.def:
5779           Add new exported function.
5780         * win32/common/libgstogg.dsp:
5781           Add gstoggaviparse.c to the build.
5782         * win32/common/libgstvideoscale.dsp:
5783           Add vs_4tap.c to the build.
5784         * win32/common/libgstvorbis.dsp:
5785           Add vorbistag.c to the build.
5786         
5787 2007-01-06  Andy Wingo  <wingo@pobox.com>
5788
5789         * gst-libs/gst/audio/gstbaseaudiosink.c
5790         (gst_base_audio_sink_class_init)
5791         (gst_base_audio_sink_init): 
5792         (gst_base_audio_sink_activate_pull): Add an activate_pull function
5793         to baseaudiosink, and tell basesink that we can work in pull mode.
5794         This way the ring buffer thread drives the pipeline directly, if
5795         pull mode is possible. There is some lingering nastiness regarding
5796         capsnego, however.
5797         (gst_base_audio_sink_callback): Implement the callback to pull
5798         data. This interface is a bit light, though -- it should get a
5799         GstFlowReturn return value at least.
5800
5801 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5802
5803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
5804         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5805         * gst/playback/gstdecodebin2.c:
5806         (gst_decode_group_check_if_blocked):
5807           Printf format and missing argument fixes.
5808
5809 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
5810
5811         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
5812         (gst_ogm_parse_change_state):
5813         Activate pads before adding them to the element.
5814
5815 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5816
5817         * tests/examples/seek/scrubby.c: (main):
5818         * tests/examples/seek/seek.c: (main):
5819           Call g_thread_init() first thing in main() (see #391278).
5820
5821 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5822
5823         * tests/check/Makefile.am:
5824         * tests/check/libs/.cvsignore:
5825         * tests/check/libs/netbuffer.c: (GST_START_TEST),
5826         (netbuffer_suite):
5827           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
5828           for the time being, since it's broken, see #393099.
5829
5830 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         * tests/check/Makefile.am:
5833           Update to use GST_PLUGINS_BASE_CFLAGS as well.
5834
5835 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5836
5837         * configure.ac:
5838           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
5839           so that GST_BASE_CFLAGS can go inbetween them, making sure
5840           we use uninstalled gst-libs headers
5841         * docs/libs/Makefile.am:
5842         * ext/alsa/Makefile.am:
5843         * ext/cdparanoia/Makefile.am:
5844         * ext/gnomevfs/Makefile.am:
5845         * ext/libvisual/Makefile.am:
5846         * ext/ogg/Makefile.am:
5847         * ext/theora/Makefile.am:
5848         * ext/vorbis/Makefile.am:
5849         * gst-libs/gst/audio/Makefile.am:
5850         * gst-libs/gst/cdda/Makefile.am:
5851         * gst-libs/gst/interfaces/Makefile.am:
5852         * gst-libs/gst/riff/Makefile.am:
5853         * gst-libs/gst/rtp/Makefile.am:
5854         * gst-libs/gst/tag/Makefile.am:
5855         * gst/adder/Makefile.am:
5856         * gst/audioconvert/Makefile.am:
5857         * gst/audiorate/Makefile.am:
5858         * gst/audioresample/Makefile.am:
5859         * gst/playback/Makefile.am:
5860         * gst/tcp/Makefile.am:
5861         * gst/videoscale/Makefile.am:
5862         * gst/volume/Makefile.am:
5863         * sys/ximage/Makefile.am:
5864         * sys/xvimage/Makefile.am:
5865         * tests/icles/Makefile.am:
5866           adapt
5867
5868 2007-01-04  Julien MOUTTE  <julien@moutte.net>
5869
5870         * gst-libs/gst/interfaces/xoverlay.c:
5871         (gst_x_overlay_handle_events):
5872         * gst-libs/gst/interfaces/xoverlay.h:
5873         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5874         (gst_ximagesink_set_xwindow_id),
5875         (gst_ximagesink_set_event_handling),
5876         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
5877         (gst_ximagesink_get_property), (gst_ximagesink_init),
5878         (gst_ximagesink_class_init):
5879         * sys/ximage/ximagesink.h:
5880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
5881         (gst_xvimagesink_set_xwindow_id),
5882         (gst_xvimagesink_set_event_handling),
5883         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
5884         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
5885         (gst_xvimagesink_class_init):
5886         * sys/xvimage/xvimagesink.h:
5887         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
5888         Add a method to the XOverlay interface to allow disabling of 
5889         event handling in x[v]imagesink elements. This will let X events
5890         propagate to parent windows which can be usefull in some cases.
5891         Be carefull that the application is then responsible of pushing
5892         navigation events and expose events to the video sink.
5893         Fixes: #387138.
5894
5895 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
5896
5897         * gst-libs/gst/tag/gstvorbistag.c:
5898         * tests/check/libs/tag.c: (GST_START_TEST):
5899           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
5900           (fixes #392070).
5901
5902 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
5903
5904         * configure.ac:
5905         * docs/Makefile.am:
5906         * docs/design/Makefile.am:
5907           Dist design docs.
5908
5909 2006-12-27  Julien MOUTTE  <julien@moutte.net>
5910
5911         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
5912         typo. Fixes: #390063.
5913
5914 2006-12-27  Julien MOUTTE  <julien@moutte.net>
5915
5916         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
5918         caps leak.
5919         * win32/common/config.h: Updated.
5920
5921 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
5922
5923         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
5924         (setup_gdpdepay_streamheader):
5925         * tests/check/elements/gdppay.c: (cleanup_gdppay),
5926         (setup_gdppay_streamheader):
5927           Fix the dp tests, but activating the pads for the streamheader tests
5928           too and cleaning up conditionaly
5929
5930 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
5931
5932         * gst/ffmpegcolorspace/avcodec.h:
5933         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5934         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5935         (gst_ffmpegcsp_avpicture_fill):
5936         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
5937         (img_get_alpha_info):
5938         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
5939         other end of the word. Fixes: #387073.
5940
5941         Add some inconsequential branch hints in a couple of places.
5942
5943 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5944
5945         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5946         (gst_ffmpeg_caps_to_smpfmt):
5947           The "signed" field in raw audio caps is of boolean type, trying to
5948           extract the value with _get_int() will fail (fix to keep in sync with
5949           the copy in gst-ffmpeg)
5950
5951 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5952
5953         * tests/check/elements/audioresample.c: (cleanup_audioresample):
5954         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
5955         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
5956         (cleanup_gdpdepay):
5957         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
5958         * tests/check/elements/subparse.c: (teardown_subparse):
5959         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
5960         * tests/check/elements/videorate.c: (cleanup_videorate):
5961         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
5962         * tests/check/elements/volume.c: (cleanup_volume):
5963         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
5964         (cleanup_vorbisdec):
5965         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5966         (cleanup_vorbistag):
5967           consistent pad (de)activation
5968
5969 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5970
5971         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5972           Forgot to register the extensions.
5973
5974 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5975
5976         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
5977         (plugin_init):
5978           Add typefinder for VIVO files (my christmas present to the 90s).
5979
5980 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5981
5982         * gst/playback/gstdecodebin.c: (type_found):
5983           Special-case the text/plain media type: we only want to recognise it
5984           as a 'raw' decoded media type if it comes from a demuxer or subtitle
5985           parser, but not if the entire stream is of text/plain type. If the
5986           entire stream is text/plain, we should just error out.
5987
5988           This fixes playback of audio files with lyrics in totem. Totem can't
5989           distinguish between text files and subtitle files and passes any
5990           .txt file with the same basename as the main file to playbin as
5991           suburi, and playbin will then throw a 'subtitle found, but no video
5992           stream' error, which isn't entirely helpful. See #380342.
5993
5994           Also, with this change we'll show a slightly more correct error
5995           message in case totem passes a playlist file to us (although a
5996           custom error message wording instead of the default text would
5997           probably not be a bad idea either).
5998
5999           Same problem also needs to be fixed for playbin+decodebin2.
6000
6001         * tests/check/Makefile.am:
6002         * tests/check/elements/decodebin.c: (src_handoff_cb),
6003         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
6004         (decodebin_suite):
6005           Add simple unit test for decodebin for the above.
6006
6007 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6008
6009         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
6010         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
6011           Refuse to change state to READY when we failed to create any of the
6012           required elements in our instance init function.
6013
6014 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6015
6016         * docs/libs/gst-plugins-base-libs-sections.txt:
6017           Small docs fixes/updates.
6018
6019         * gst-libs/gst/video/gstvideosink.h:
6020           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
6021           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
6022           removed from the base sink API between 0.9.6 and 0.9.7).
6023           API: add GST_VIDEO_SINK_CAST and use it for the height/width
6024           accessor macros, so we don't do a runtime GObject type check every
6025           time we use them.
6026
6027 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6028
6029         * Makefile.am:
6030         * gst-plugins-base.doap:
6031         * gst-plugins-base.spec.in:
6032           add doap file
6033
6034 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6035
6036         Patch by: Jens Granseuer <jensgr at gmx net>
6037
6038         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6039         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6040         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
6041         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
6042         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
6043           Declare variables at the beginning of a block. Fixes #383195.
6044
6045 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
6046
6047         * configure.ac:
6048         Bump version nano - back to CVS.
6049
6050
6051 === release 0.10.11 ===
6052
6053 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
6054
6055         * configure.ac:
6056           releasing 0.10.11, "Dumb things"
6057
6058 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
6059
6060         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
6061         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
6062         Handle the case where an element has multiple pads with 
6063         unfixed caps as well as still possibly producing more dynamic 
6064         pads by storing each case as a distinct entry in the dynamic list.
6065         Fixes #38223 again.
6066
6067 2006-12-04  Wim Taymans  <wim@fluendo.com>
6068
6069         * gst/playback/gstdecodebin.c: (close_pad_link):
6070         Fix #382223, add more dynamic caps handling.
6071
6072 2006-12-04  Wim Taymans  <wim@fluendo.com>
6073
6074         * gst-libs/gst/audio/gstringbuffer.h:
6075         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
6076         (gst_netaddress_set_ip4_interface),
6077         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
6078         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
6079         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
6080         (gst_netaddress_get_ttl):
6081         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6082         * gst/playback/gstdecodebin.c: (close_pad_link):
6083         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
6084         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
6085         * win32/common/config.h:
6086
6087 2006-12-01  Michael Smith  <msmith@fluendo.com>
6088
6089         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6090           Delete bad debug code.
6091           Fixes #381219
6092
6093 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6094
6095         * gst/videoscale/vs_4tap.c:
6096         * win32/MANIFEST:
6097         * win32/common/config.h:
6098         * win32/vs8/libgstvideoscale.vcproj:
6099         Fix compilation on win32 under VS8
6100         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6101         Partially fixes #381175
6102
6103 2006-11-30  Michael Smith  <msmith@fluendo.com>
6104
6105         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6106         (GST_START_TEST):
6107           It would be very bad if, after a discont buffer, we thought every
6108           single following buffer was also discont. So, add to the test to
6109           ensure that this isn't the case.
6110           
6111         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
6112           ... it was the case. So fix it.
6113
6114 2006-11-28  Wim Taymans  <wim@fluendo.com>
6115
6116         * gst/playback/gstplaybasebin.c: (check_queue_event):
6117         Improve debug.
6118
6119         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
6120         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
6121         padtemplate caps. Refixes #357577.
6122
6123 2006-11-28  Wim Taymans  <wim@fluendo.com>
6124
6125         * gst/playback/gstplaybasebin.c: (check_queue_event),
6126         (queue_threshold_reached), (queue_out_of_data),
6127         (gen_preroll_element):
6128         Add event probe to see when EOS is in a queue and we can disable the
6129         underrun signals. Fixes #357577.
6130
6131 2006-11-28  Edward Hervey  <edward@fluendo.com>
6132
6133         * gst/playback/Makefile.am:
6134         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
6135         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
6136         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
6137         (gst_decode_bin_init), (gst_decode_bin_dispose),
6138         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
6139         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
6140         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
6141         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
6142         (connect_element), (expose_pad), (type_found),
6143         (pad_added_group_cb), (pad_removed_group_cb),
6144         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
6145         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
6146         (are_raw_caps), (multi_queue_overrun_cb),
6147         (multi_queue_underrun_cb), (gst_decode_group_new),
6148         (get_current_group), (group_demuxer_event_probe),
6149         (gst_decode_group_control_demuxer_pad),
6150         (gst_decode_group_control_source_pad),
6151         (gst_decode_group_check_if_blocked),
6152         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
6153         (gst_decode_group_hide), (gst_decode_group_free),
6154         (gst_decode_group_set_complete), (source_pad_blocked_cb),
6155         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
6156         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
6157         (plugin_init):
6158         New decodebin2 element.
6159         Closes #370092
6160         * gst/playback/gstplay-marshal.list:
6161         Added marshallers for new signals in decodebin2
6162         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
6163         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
6164         is set.
6165
6166 2006-11-28  Wim Taymans  <wim@fluendo.com>
6167
6168         * gst/playback/gstplaybasebin.c: (setup_source),
6169         (gst_play_base_bin_change_state):
6170         Disable rtsp:// uris for the release, it's not good enough yet.
6171         Remove unused var.
6172
6173 2006-11-26  Wim Taymans  <wim@fluendo.com>
6174
6175         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6176         (theora_dec_push_forward), (theora_dec_push_reverse),
6177         (theora_handle_data_packet), (theora_dec_decode_buffer),
6178         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6179         (theora_dec_chain_forward), (theora_dec_chain):
6180         Implement reverse playback.
6181
6182         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6183         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
6184         (vorbis_dec_chain_forward):
6185         Clear buffers used for reverse playback in _reset.
6186         No need to set the eos flag, we clip samples using the segment.
6187
6188 2006-11-24  Wim Taymans  <wim@fluendo.com>
6189
6190         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6191         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
6192         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
6193         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
6194         Some cleanups.
6195         Handle continued pages in reverse mode.
6196
6197 2006-11-24  Wim Taymans  <wim@fluendo.com>
6198
6199         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6200         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6201         (vorbis_dec_flush_decode):
6202         Small cleanups.
6203         Don't try to add invalid timestamps.
6204         Clipping will unref the buffer.
6205
6206 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6207
6208         * gst/adder/gstadder.h:
6209         * gst/audiotestsrc/gstaudiotestsrc.h:
6210           remove obsolete _factory_init protos
6211
6212 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6213
6214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
6215           Fix spacing in debug message.
6216
6217 2006-11-23  Wim Taymans  <wim@fluendo.com>
6218
6219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6220         (gst_ogg_demux_chain):
6221         Don't just ignore return values from _pad_push().
6222         Small debug improvements.
6223
6224 2006-11-23  Michael Smith  <msmith@fluendo.com>
6225
6226         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
6227           If our incoming buffer is marked as DISCONT, then increment the page
6228           number (so that the discontinuity is marked in the final ogg
6229           bitstream) and flush the previous page.
6230
6231 2006-11-22  Michael Smith  <msmith@fluendo.com>
6232
6233         * ext/theora/gsttheoraenc.h:
6234         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6235         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
6236         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
6237         (theora_enc_chain), (theora_enc_change_state):
6238           Mark discontinuities of > 3/4 of a frame, reinit encoder.
6239
6240         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6241         (GST_START_TEST), (theoraenc_suite):
6242           Enable discontinuity test, fix it.
6243
6244 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6245
6246         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6247         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
6248         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
6249         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
6250         (gst_text_overlay_change_state):
6251         * ext/pango/gsttextoverlay.h:
6252           Some textoverlay fixes: for one, in the video chain function,
6253           actually wait for a text buffer to come in if there is none at the
6254           moment and there should be one; also, deal more gracefully with
6255           incoming buffers that do not have a timestamp or duration; discard
6256           text buffer when not needed any longer. Fixes #341681.
6257
6258         * tests/check/Makefile.am:
6259         * tests/check/elements/.cvsignore:
6260         * tests/check/elements/textoverlay.c:
6261         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
6262         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
6263         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
6264         (test_video_waits_for_text_send_text_newsegment_thread),
6265         (test_video_waits_for_text_shutdown_element),
6266         (test_render_continuity_push_video_buffers_thread),
6267         (textoverlay_suite):
6268           Add some unit tests for textoverlay.
6269
6270 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6271
6272         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6273           Avoid integer underflow when the found probability for mp3 is
6274           smaller than the 'penalty' we subtract if there's not a clean
6275           mp3 header sync at offset 0.
6276
6277 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
6278
6279         * docs/libs/gst-plugins-base-libs-sections.txt:
6280           Add some new symbols to the docs
6281
6282 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6283
6284         * tests/check/Makefile.am:
6285         * tests/check/elements/ffmpegcolorspace.c:
6286         (ffmpegcolorspace_suite):
6287           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
6288           (for now not for valgrinding though, since it takes too long).
6289
6290 2006-11-20  Wim Taymans  <wim@fluendo.com>
6291
6292         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6293         (gst_ffmpeg_pixfmt_to_caps):
6294         Fix RGBA32 caps. Fixes #357038.
6295
6296 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6297
6298         * gst-libs/gst/interfaces/mixertrack.h:
6299           Add FIXME so we can add some padding here in 0.11
6300
6301 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6302
6303         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6304           Fix GstBaseRTPAudioPayload structure so the whole GObject
6305           inheritance business actually works (parent class instance structure
6306           must always come first in the derived class instance structure).
6307
6308 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6309
6310         * gst/videotestsrc/Makefile.am:
6311         * tests/check/Makefile.am:
6312           Make sure our checks and the videotestsrc plugin link against the
6313           local uninstalled gst libs and not any installed gst libs that
6314           might happen to exist as well.
6315
6316         * tests/check/elements/adder.c: (message_received),
6317         (test_event_message_received), (test_play_twice_message_received):
6318         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
6319           Fix compiler warnings when compiling against core with disabled
6320           debugging system.
6321
6322 2006-11-16  Michael Smith  <msmith@fluendo.com>
6323
6324         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6325         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
6326           Fix audiorate, so that it accurately sets offsets and timestamps.
6327           Doesn't change the fundamental algorithmic decisions; so should be
6328           safe.
6329
6330         * tests/check/Makefile.am:
6331           Enable audiorate test now that it passes.
6332
6333 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
6334
6335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6336           clear xv when going to NULL, remove // commented non-existant proto
6337
6338         * tests/examples/seek/seek.c: (main):
6339           add missing tooltip description for scrub and play_scrub
6340
6341 2006-11-14  David Schleef  <ds@schleef.org>
6342
6343         * configure.ac:
6344           Bump liboil requirement to 0.3.8.
6345         * gst-libs/gst/riff/riff-media.c:
6346           Add Dirac fourcc.
6347         * gst/videoscale/vs_image.h:
6348         * gst/videoscale/vs_scanline.h:
6349           Use liboil's stdint.h.
6350         * gst/videotestsrc/videotestsrc.c:
6351           Remove liboil related ifdef's, since they aren't needed now, and
6352           won't work with future versions.
6353
6354 2006-11-14  David Schleef  <ds@schleef.org>
6355
6356         * gst/videoscale/Makefile.am:
6357         * gst/videoscale/gstvideoscale.c:
6358         * gst/videoscale/gstvideoscale.h:
6359         * gst/videoscale/vs_4tap.c:
6360         * gst/videoscale/vs_4tap.h:
6361         * gst/videoscale/vs_image.c:
6362         * gst/videoscale/vs_image.h:
6363         * gst/videoscale/vs_scanline.c:
6364         * gst/videoscale/vs_scanline.h:
6365           Add a 4-tap image scaler.  Theoretically looks much prettier.
6366           The tap calculation could use some improvement.
6367
6368 2006-11-14  Wim Taymans  <wim@fluendo.com>
6369
6370         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
6371
6372         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
6373         (gst_riff_parse_strf_iavs):
6374         * gst/subparse/gstsubparse.c: (convert_encoding):
6375         * gst/tcp/gstmultifdsink.c:
6376         (gst_multi_fd_sink_handle_client_write):
6377         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
6378         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
6379         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6380         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
6381         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6382         (gst_ximagesink_ximage_new):
6383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6384         Various gsize and gssize printf fixes. Fixes #372507.
6385
6386 2006-11-13  Wim Taymans  <wim@fluendo.com>
6387
6388         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6389         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
6390         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6391         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
6392         (vorbis_dec_chain_forward), (vorbis_dec_chain):
6393         * ext/vorbis/vorbisdec.h:
6394         First stab at vorbis reverse playback.
6395
6396 2006-11-13  Wim Taymans  <wim@fluendo.com>
6397
6398         * gst-libs/gst/audio/gstbaseaudiosink.c:
6399         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6400         * gst-libs/gst/audio/gstbaseaudiosink.h:
6401         Make the clock sync code more accurate wrt resampling and playback
6402         at different rates.
6403         
6404         * gst-libs/gst/audio/gstringbuffer.c:
6405         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
6406         * gst-libs/gst/audio/gstringbuffer.h:
6407         Use better algorithm to interpolate sample rates. 
6408
6409 2006-11-13  Michael Smith  <msmith@fluendo.com>
6410
6411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
6412           Improve a debug line slightly.
6413
6414         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
6415           Call gst_riff_init() in plugin_init, to avoid getting errors from
6416           the debug system (unrelated changes to another plugin made this turn
6417           up; not sure why).
6418
6419 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6420
6421         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
6422
6423         * win32/common/libgsttag.def:
6424           Add missing symbol (#366492).
6425
6426 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6427
6428         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
6429           Don't unref a NULL pad.
6430
6431 2006-11-09  Wim Taymans  <wim@fluendo.com>
6432
6433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6434         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
6435         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
6436         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
6437         (gst_ogg_demux_loop):
6438         Implement first stab at reverse playback.
6439
6440 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
6441
6442         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6443         (gst_riff_create_video_template_caps):
6444           add h263/h264 variants to the caps, Fixes #363118
6445
6446 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6447
6448         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
6449         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
6450           Use g_strerror instead of strerror so we get UTF-8.
6451
6452 2006-11-03  David Schleef  <ds@schleef.org>
6453
6454         * ext/ogg/gstoggdemux.c:
6455         * ext/ogg/gstoggmux.c:
6456           Add/remove KW-DIRAC header here, since it is ogg-specific.
6457
6458 2006-11-03  Michael Smith  <msmith@fluendo.com>
6459
6460         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
6461           Recognise more mpeg4 elementary video streams.
6462
6463 2006-11-02  Edward Hervey  <edward@fluendo.com>
6464
6465         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6466         Lower the probability of mp3 typefinding functions if we don't find a
6467         valid mp3 header at the start of the file.
6468         Closes #369482
6469
6470 2006-11-02  Wim Taymans  <wim@fluendo.com>
6471
6472         * ext/theora/gsttheoradec.h:
6473         * ext/theora/theoradec.c: (gst_theora_dec_init),
6474         (theora_dec_sink_event), (theora_dec_chain_forward),
6475         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6476         (theora_dec_chain):
6477         Document and partially implement an algorithm for doing reverse playback
6478         of theora video.
6479
6480 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6481
6482         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6483
6484         * win32/common/config.h:
6485         * win32/common/interfaces-enumtypes.c:
6486         * win32/common/libgsttag.def:
6487         * win32/vs8/gst-plugins-base.sln:
6488         * win32/vs8/libgstaudioresample.vcproj:
6489         * win32/vs8/libgstinterfaces.vcproj:
6490         * win32/vs8/libgstogg.vcproj:
6491         * win32/vs8/libgstriff.vcproj:
6492         * win32/vs8/libgsttag.vcproj:
6493         * win32/vs8/libgsttheora.vcproj:
6494         * win32/vs8/libgstvideoscale.vcproj:
6495         * win32/vs8/libgstvorbis.vcproj:
6496           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
6497           to libgsttag.def; add missing dependencies for some vs8 projects;
6498           re-arrange placement of .def files in vs8 projects (#366334).
6499
6500 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6501
6502         * ext/ogg/gstogg.c:
6503           Remove unused variable.
6504
6505         * ext/ogg/gstoggdemux.c:
6506           Fix Wim's surname in plugin description.
6507
6508 2006-10-31  Wim Taymans  <wim@fluendo.com>
6509
6510         * gst-plugins-base.spec.in:
6511         spec new .h file. Fixes #368310.
6512
6513 2006-10-31  Michael Smith  <msmith@fluendo.com>
6514
6515         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6516         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
6517         (gst_multi_fd_sink_get_stats),
6518         (gst_multi_fd_sink_remove_client_link),
6519         (gst_multi_fd_sink_queue_buffer),
6520         (gst_multi_fd_sink_handle_clients):
6521         * gst/tcp/gstmultifdsink.h:
6522           Make using the remove or clear signals threadsafe.
6523           Make calling get-stats with an invalid fd not segfault.
6524           Fixes 368273.
6525
6526 2006-10-31  Wim Taymans  <wim@fluendo.com>
6527
6528         * gst-libs/gst/rtp/Makefile.am:
6529         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6530         (gst_base_rtp_audio_payload_init):
6531         Fix and activate base audio payloader.
6532
6533 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6534
6535         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
6536         (plugin_init):
6537           Add typefinder for QuickTime Image Files (see #366156).
6538
6539 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6540
6541         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
6542           Another typo fix (#366212).
6543
6544 2006-10-27  Wim Taymans  <wim@fluendo.com>
6545
6546         * gst/volume/gstvolume.c: (volume_transform_ip):
6547         Use stream time to synchronize volume property instead of rather random
6548         timestamps. This is needed when gnonlin does its time shifting.
6549
6550 2006-10-27  Wim Taymans  <wim@fluendo.com>
6551
6552         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
6553
6554         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
6555         Remove the pad from the element in release_pad. Fixes #364812.
6556
6557 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6558
6559         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6561           Explicitly create our custom buffer classes at a thread-safe
6562           location as well, since g_type_class_ref() doesn't seem to be
6563           entirely thread-safe either (#365501; also see #349410).
6564
6565 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
6568         (gst_riff_parse_info):
6569           If strings in INFO chunk are not UTF-8, do something similar to
6570           what we do for ID3v1 tags: check a number of environment variables
6571           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
6572           character sets to try, otherwise try the current locale and/or fall
6573           back on ISO-8859-1. Fixes #360552.
6574
6575 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         * gst/videotestsrc/gstvideotestsrc.c:
6578         (gst_video_test_src_pattern_get_type),
6579         (gst_video_test_src_set_pattern):
6580         * gst/videotestsrc/gstvideotestsrc.h:
6581         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
6582         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
6583         (gst_video_test_src_checkers8):
6584         * gst/videotestsrc/videotestsrc.h:
6585           Add a bunch of exciting new checkers patterns.
6586
6587 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6588
6589         * gst/subparse/Makefile.am:
6590         * gst/subparse/gstsubparse.c:
6591         (gst_sub_parse_data_format_autodetect),
6592         (gst_sub_parse_format_autodetect), (handle_buffer),
6593         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
6594         * gst/subparse/gstsubparse.h:
6595         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
6596         (parse_tmplayer):
6597         * gst/subparse/tmplayerparse.h:
6598           Add support for TMPlayer-type subtitles (#362845).
6599
6600         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
6601         (GST_START_TEST), (subparse_suite):
6602           Add some basic unit tests for the above.
6603
6604 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6605
6606         * tests/check/elements/audiorate.c: (test_injector_base_init),
6607         (test_injector_class_init), (test_injector_chain),
6608         (test_injector_init), (probe_cb), (do_perfect_stream_test),
6609         (GST_START_TEST), (audiorate_suite):
6610           More tests for audiorate: inject buffers to check behaviour when
6611           buffers overlap.
6612
6613 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         * tests/check/Makefile.am:
6616         * tests/check/elements/.cvsignore:
6617         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
6618         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
6619           Add some basic unit tests for audiorate. Disabled at the moment
6620           since it doesn't pass yet (see bug #363119).
6621
6622 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6623
6624         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
6625         (parse_subrip), (handle_buffer):
6626           Add missing closing tags for markup and fix broken markup,
6627           otherwise pango won't render anything (fixes #357531). Also,
6628           make sure the text we send out is always NUL-terminated
6629           (better safe than sorry etc.).
6630
6631         * tests/check/elements/subparse.c: (test_srt_do_test),
6632         (test_srt):
6633           Some more tests for .srt incl. tests for the above stuff.
6634
6635 2006-10-20  Julien MOUTTE  <julien@moutte.net>
6636
6637         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6639         Patch by: Stefan Kost  <ensonic@users.sf.net>
6640         Try to redraw borders only when needed. Apparently this consumes
6641         resources on small devices... :-O (#363607)
6642
6643 2006-10-20  Michael Smith  <msmith@fluendo.com>
6644
6645         * gst/tcp/gstmultifdsink.c:
6646         (gst_multi_fd_sink_client_queue_buffer):
6647           If caps change, then update the client's idea of the caps so that we
6648           don't end up re-sending streamheaders for every single buffer after
6649           the caps change.
6650
6651 2006-10-20  Michael Smith  <msmith@fluendo.com>
6652
6653         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
6654         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
6655           Set caps on pushed buffers; fix up refcounting of caps objects.
6656
6657 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6658
6659         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
6660         (plugin_init):
6661           Typefind mmsh header data packet to application/x-mmsh (#362625).
6662
6663 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6664
6665         * tests/check/Makefile.am:
6666         * tests/check/elements/.cvsignore:
6667         * tests/check/elements/subparse.c: (buffer_from_static_string),
6668         (setup_subparse), (teardown_subparse), (test_srt_do_test),
6669         (GST_START_TEST), (subparse_suite):
6670           Add very simple unit test for subparse.
6671
6672 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6673
6674         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
6675         (parse_subrip):
6676           Strip trailing newlines from subtitle text output.
6677
6678 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6679
6680         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6681         (gst_sub_parse_change_state):
6682           Fix memleak; clear subparse->textbuf n state change function.
6683
6684 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6685
6686         * gst/subparse/gstsubparse.c:
6687         (gst_sub_parse_data_format_autodetect):
6688           Don't require subrip (.srt) files to start with a chunk number of 1.
6689
6690 2006-10-18  Wim Taymans  <wim@fluendo.com>
6691
6692         * gst-libs/gst/audio/gstbaseaudiosink.c:
6693         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6694         * gst-libs/gst/audio/gstbaseaudiosink.h:
6695         Extract rate from the NEWSEGMENT event.
6696         Use commit_full to also take rate adjustment into account when writing
6697         samples to the ringbuffer.
6698         
6699         * gst-libs/gst/audio/gstringbuffer.c:
6700         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
6701         (gst_ring_buffer_read):
6702         * gst-libs/gst/audio/gstringbuffer.h:
6703         Added _commit_full() to also take rate into account.
6704         Use simple interpolation algorithm to resample audio.
6705         API: gst_ring_buffer_commit_full()
6706
6707         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
6708         * tests/examples/seek/seek.c: (segment_done):
6709         Don't try to seek with 0.0 rate, just pause instead.
6710         Remove bogus debug line.
6711
6712 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
6715         (setup_source):
6716           Catch async errors when starting up the subtitle bin, so we can
6717           stop waiting and continue with the main film instead of hanging
6718           forever. Fixes #339366.
6719
6720         * tests/check/elements/playbin.c: (playbin_suite):
6721           Enable unit test for the above.
6722
6723 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6724
6725         * tests/check/Makefile.am:
6726         * tests/check/elements/.cvsignore:
6727         * tests/check/elements/playbin.c: (GST_START_TEST),
6728         (gst_red_video_src_uri_get_type),
6729         (gst_red_video_src_uri_get_protocols),
6730         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
6731         (gst_red_video_src_uri_handler_init),
6732         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
6733         (gst_red_video_src_create), (gst_red_video_src_class_init),
6734         (gst_red_video_src_init), (plugin_init), (playbin_suite):
6735           Some small and basic unit tests for playbin; not very useful yet,
6736           but at least a start.
6737
6738 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6739
6740         * gst/playback/gstplaybin.c: (setup_sinks):
6741           The old pad activation spiel.
6742
6743 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6744
6745         * gst/playback/gstplaybasebin.c: (setup_source):
6746           Don't hang forever if the subbin already fails to start up in 
6747           the state change to PAUSED (#339366).
6748
6749 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6750
6751         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
6752         (gst_tuner_set_channel), (gst_tuner_get_channel),
6753         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
6754         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
6755         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
6756         (gst_tuner_find_channel_by_name):
6757           Fix some function guards, add some more function guards.
6758
6759 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
6760
6761         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
6762         (remove_element_chain):
6763         Don't return a pad from get_our_ghost_pad unless it is actually the
6764         one we want.
6765         Change a cast in remove_element_chain slightly.
6766
6767 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6768
6769         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6770         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
6771         Segment seeking needs to use the rate and set stop to -1.
6772
6773 2006-10-13  Wim Taymans  <wim@fluendo.com>
6774
6775         * gst-libs/gst/audio/gstbaseaudiosink.c:
6776         (gst_base_audio_sink_setcaps):
6777         Don't crash when ringbuffer is not yet created.
6778         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6779         Fixes #361634.
6780
6781         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6782         * gst/playback/gststreamselector.c:
6783         (gst_stream_selector_request_new_pad):
6784         Activate pads befre adding them to running elements.
6785
6786 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6787
6788         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6789         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
6790         updater when we start grabing the slider. Don't wait for the
6791         pipeline to be PAUSED.
6792
6793 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
6796         (gst_mixer_set_volume), (gst_mixer_get_volume),
6797         (gst_mixer_set_mute), (gst_mixer_set_option),
6798         (gst_mixer_get_option), (gst_mixer_mute_toggled),
6799         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
6800         (gst_mixer_option_changed):
6801           Guard mixer interface functions against bogus arguments.
6802
6803 2006-10-12  Julien MOUTTE  <julien@moutte.net>
6804
6805         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
6806         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
6807         (msg_state_changed), (main): Use state-changed messages to trigger
6808         start/stop of scale update timer. Indeed the scale slider was
6809         jumping here and there because the update timer was activated 
6810         before seek completed. This fixes instant applying of rate changes
6811         by pressing the spinbutton like a crazy man !
6812
6813 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6814
6815         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
6816
6817         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6818         (gst_basertppayload_finalize):
6819           Fix two small memory leaks (#361456).
6820
6821 2006-10-10  Julien MOUTTE  <julien@moutte.net>
6822
6823         * tests/examples/seek/seek.c: (do_seek),
6824         (rate_spinbutton_changed_cb): When changing spinbutton we try
6825         to change the rate on the fly.
6826
6827 2006-10-10  Wim Taymans  <wim@fluendo.com>
6828
6829         * gst-libs/gst/riff/riff-ids.h:
6830         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6831         (gst_riff_create_audio_template_caps):
6832         Add WMS caps.
6833
6834 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6835
6836         Patch by: Josep Torra Valles <josep@fluendo.com>
6837
6838         * ext/gnomevfs/gstgnomevfssink.c:
6839         * ext/gnomevfs/gstgnomevfssrc.c:
6840         Fix URI interface implementation return type.
6841         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
6842         Fix what looks like a copy/paste issue when assigning values.
6843         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6844         (gst_audio_filter_template_get_type):
6845         Cast to prevent Forte warnings.
6846         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6847         Fix URI interface implementation return type.
6848         gst_pad_query_position requires a signed integer pointer as
6849         3rd parameter, GstClockTime is unsigned.
6850         * gst/audioconvert/audioconvert.c:
6851         Fix integer overflow when treated as signed.
6852         * gst/audioresample/resample.c: (resample_add_input_data):
6853         Cast to prevent warnings on Forte.
6854         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
6855         Fix integer overflow when treated as signed.
6856         * gst/ffmpegcolorspace/imgconvert_template.h:
6857         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
6858         * gst/playback/gstdecodebin.c: (queue_filled_cb),
6859         (cleanup_decodebin):
6860         Who initialises a guint to -1!
6861         Cast function pointers to prevent warnings on Forte.
6862         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
6863         (queue_threshold_reached):
6864         Cast function pointers correctly to prevent warnings on Forte.
6865         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6866         Cast function pointers correctly to prevent warnings on Forte.
6867         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
6868         Obvious change to unsigned, 0xEF > max signed char.
6869         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
6870         GstClockTime is unsigned, initialise correctly.
6871         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
6872         Cast so pointer arithemetic doesn't cause warnings on Forte.
6873         * gst/videorate/gstvideorate.c:
6874         Use correct return value.
6875         * tests/examples/seek/scrubby.c:
6876         GstClockTime is unsigned, initialise correctly.
6877
6878 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6879
6880         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
6881
6882         * gst/typefind/gsttypefindfunctions.c:
6883           Recognise XML files and XML-like files shorter than 256 bytes as
6884           well (fixes #359237).
6885
6886 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
6887
6888         Patch by: Renato Filho <renato.filho@indt.org.br>
6889         
6890         * gst/typefind/gsttypefindfunctions.c:
6891         Added typefind functions to video/x-nuv media.
6892         
6893 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
6894
6895         * gst-libs/gst/interfaces/xoverlay.c:
6896         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
6897           Some more guards against invalid input.
6898
6899 2006-10-07  Julien MOUTTE  <julien@moutte.net>
6900
6901         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
6902         Useless goto.
6903         * tests/examples/seek/seek.c: (do_seek),
6904         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
6905         seek example to experiment with rates != 1.0 (reverse playback !)
6906
6907 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
6908
6909         * gst-libs/gst/interfaces/xoverlay.c:
6910           Unref message in doc-example (spotted by Robert McQueen)
6911
6912 2006-10-06  Wim Taymans  <wim@fluendo.com>
6913
6914         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6915         (mpeg1_parse_header), (mpeg1_sys_type_find):
6916         printf fix.
6917
6918 2006-10-06  Wim Taymans  <wim@fluendo.com>
6919
6920         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6921         (close_pad_link):
6922         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6923         Activate dynamic pads before adding them to the element.
6924
6925 2006-10-06  Michael Smith  <msmith@fluendo.com>
6926
6927         * gst-libs/gst/floatcast/floatcast.h:
6928           Fix obviously-bogus macros; use the correct types.
6929
6930 2006-10-06  Wim Taymans  <wim@fluendo.com>
6931
6932         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6933         (gst_base_rtp_depayload_change_state):
6934         Also call parent state change function to activate pads.
6935
6936         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6937         (mpeg1_parse_header), (mpeg1_sys_type_find):
6938         Add some more debug info in mpeg typefinding.
6939
6940 2006-10-06  Michael Smith  <msmith@fluendo.com>
6941
6942         * ext/theora/theoradec.c: (theora_dec_chain):
6943           Zero byte theora packets are valid and well-defined; don't warn on
6944           them.
6945
6946 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6947
6948         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6949         (gst_multi_fd_sink_get_stats), (find_limits),
6950         (gst_multi_fd_sink_queue_buffer):
6951           API: add dropped_buffers to the get-stats GValueArray
6952
6953 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
6954
6955         * ext/alsa/gstalsadeviceprobe.c:
6956         (gst_alsa_device_property_probe_get_values):
6957         * ext/alsa/gstalsasink.c: (set_hwparams):
6958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
6959         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
6960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
6961         (gst_ogg_mux_process_best_pad):
6962         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
6963         (gst_ogg_parse_chain):
6964         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
6965         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6966         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
6967         (gst_vorbis_enc_buffer_check_discontinuous):
6968         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
6969         * gst-libs/gst/audio/gstbaseaudiosink.c:
6970         (gst_base_audio_sink_render):
6971         * gst-libs/gst/cdda/gstcddabasesrc.c:
6972         (gst_cdda_base_src_handle_track_seek):
6973         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6974         (gst_base_rtp_depayload_push_full):
6975         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6976         * gst/audioresample/resample.c: (resample_input_pushthrough):
6977         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
6978         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
6979         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6980         (wavpack_type_find):
6981         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6982         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6983         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
6984         * tests/check/elements/volume.c: (GST_START_TEST):
6985           Printf format fixes.
6986
6987 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6988
6989         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
6990           Fix a simple mistake (see the docs)
6991           Fixes #359580
6992
6993 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         * docs/plugins/Makefile.am:
6996         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6997         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6998         * docs/plugins/gst-plugins-base-plugins.args:
6999         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7000         * docs/plugins/inspect/plugin-adder.xml:
7001         * docs/plugins/inspect/plugin-alsa.xml:
7002         * docs/plugins/inspect/plugin-audioconvert.xml:
7003         * docs/plugins/inspect/plugin-audiorate.xml:
7004         * docs/plugins/inspect/plugin-audioresample.xml:
7005         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7006         * docs/plugins/inspect/plugin-cdparanoia.xml:
7007         * docs/plugins/inspect/plugin-decodebin.xml:
7008         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7009         * docs/plugins/inspect/plugin-gdp.xml:
7010         * docs/plugins/inspect/plugin-gnomevfs.xml:
7011         * docs/plugins/inspect/plugin-libvisual.xml:
7012         * docs/plugins/inspect/plugin-ogg.xml:
7013         * docs/plugins/inspect/plugin-pango.xml:
7014         * docs/plugins/inspect/plugin-playbin.xml:
7015         * docs/plugins/inspect/plugin-subparse.xml:
7016         * docs/plugins/inspect/plugin-tcp.xml:
7017         * docs/plugins/inspect/plugin-theora.xml:
7018         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7019         * docs/plugins/inspect/plugin-video4linux.xml:
7020         * docs/plugins/inspect/plugin-videorate.xml:
7021         * docs/plugins/inspect/plugin-videoscale.xml:
7022         * docs/plugins/inspect/plugin-videotestsrc.xml:
7023         * docs/plugins/inspect/plugin-volume.xml:
7024         * docs/plugins/inspect/plugin-vorbis.xml:
7025         * docs/plugins/inspect/plugin-ximagesink.xml:
7026         * docs/plugins/inspect/plugin-xvimagesink.xml:
7027           Add vorbistag element to docs; update version numbers to 0.10.10.1.
7028
7029 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7030
7031         Patch by: James "Doc" Livingston <doclivingston at gmail com>
7032
7033         * ext/vorbis/Makefile.am:
7034         * ext/vorbis/vorbis.c: (plugin_init):
7035         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
7036         (vorbis_parse_parse_packet), (vorbis_parse_chain):
7037         * ext/vorbis/vorbisparse.h:
7038         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
7039         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
7040         (gst_vorbis_tag_parse_packet):
7041         * ext/vorbis/vorbistag.h:
7042           Add new vorbistag element which derives from vorbisparse
7043           and is essentially the same as well, only that it implements
7044           the GstTagSetter interface and can modify the stream's
7045           vorbiscomment on the fly (#335635).
7046
7047         * tests/check/Makefile.am:
7048         * tests/check/elements/.cvsignore:
7049         * tests/check/elements/vorbistag.c: (setup_vorbistag),
7050         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
7051         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
7052         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
7053           Add unit test for new vorbistag element.
7054
7055 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7056
7057         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
7058         (vorbis_parse_push_headers), (vorbis_parse_chain):
7059           Set BOS flag in packet structure to fix 'jump depends
7060           on unitialized value' errors in valgrind; various minor
7061           clean-ups.
7062
7063 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
7064
7065         * gst/playback/gstdecodebin.c: (close_pad_link):
7066         Fix typo in a debug statement.
7067
7068         * gst/playback/gstplaybasebin.c: (probe_triggered),
7069         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
7070         (gen_source_element), (source_new_pad), (analyse_source),
7071         (setup_source):
7072         When handling no_more_pads in new_decoded_pad, make sure to treat
7073         subtitle pads correctly. Fixes playback with subtitle files.
7074
7075         Move a recurring message to LOG level.
7076
7077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7078         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
7079         which ends up as -1 when cast to an int. Make the logic handle the
7080         max value as an unsigned mask and only change the colorkey when it's
7081         a value we recognise.
7082
7083 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7084
7085         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7086         Removed empty * between paragraphs
7087
7088 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7089
7090         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7091         * gst-libs/gst/rtp/README:
7092         Moved some documentation into .c file
7093
7094 2006-09-29  Wim Taymans  <wim@fluendo.com>
7095
7096         * gst/playback/gstdecodebin.c: (no_more_pads):
7097         Fix compilation.
7098
7099 2006-09-29  Wim Taymans  <wim@fluendo.com>
7100
7101         * gst/playback/gstdecodebin.c: (new_caps):
7102         Remove g_print
7103
7104         * gst/playback/gstplaybin.c:
7105         Add some docs.
7106
7107 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7108
7109         * tests/check/Makefile.am:
7110           Re-enable cddabasesrc test to see if it works again
7111           now.
7112
7113 2006-09-29  Wim Taymans  <wim@fluendo.com>
7114
7115         * gst/playback/gstplaybasebin.c: (setup_subtitle),
7116         (gen_source_element):
7117         Handle invalid URIs a bit more gracefully.
7118
7119 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7120
7121         * tests/check/pipelines/oggmux.c:
7122           Remove obsolete comment.
7123
7124 2006-09-29  Michael Smith  <msmith@fluendo.com>
7125
7126         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7127         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
7128         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
7129         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
7130         (gst_ogg_mux_collected):
7131           Commit patch from James "Doc" Livingston, adds proper EOS handling
7132           in oggmux. GStreamer can, for the first time ever, create a valid
7133           Ogg file! Yay!
7134
7135         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
7136         (oggmux_suite):
7137           Reenable tests now that they pass.
7138
7139 2006-09-29  Wim Taymans  <wim@fluendo.com>
7140
7141         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7142         Stop reading commands when EOF (we read 0) as well.
7143
7144 2006-09-28  Wim Taymans  <wim@fluendo.com>
7145
7146         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
7147         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
7148         (find_dynamic), (unlinked), (close_link):
7149         Implement delayed caps linking needed for element with a lot of
7150         different caps on the src pads that get fixed at runtime.
7151         Improve management of dynamic elements.
7152
7153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7154         (group_destroy), (group_commit), (check_queue), (queue_overrun),
7155         (gen_preroll_element), (remove_groups), (unknown_type),
7156         (add_element_stream), (no_more_pads_full), (no_more_pads),
7157         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
7158         (new_decoded_pad), (setup_subtitle), (array_has_value),
7159         (gen_source_element), (source_new_pad), (has_all_raw_caps),
7160         (analyse_source), (remove_decoders), (make_decoder),
7161         (remove_source), (setup_source), (finish_source), (prepare_output),
7162         (gst_play_base_bin_change_state):
7163         * gst/playback/gstplaybasebin.h:
7164         Use more _CAST instead of full type checking casts.
7165         Small cleanups, plug some leaks.
7166         Handle dynamic sources.
7167         Add some helper functions to create lists of strings used for
7168         blacklisting and other stuff.
7169         Refactor some code dealing with analysing the source.
7170         Re-enable sources without pads (like cd:// or other selfcontained
7171         elements).
7172
7173 2006-09-28  Wim Taymans  <wim@fluendo.com>
7174
7175         * gst-libs/gst/audio/gstbaseaudiosink.c:
7176         (gst_base_audio_sink_render):
7177         When we have a timestamp, we can still perform clipping.
7178         When we have no clock, we must play the sample ASAP.
7179
7180 2006-09-28  Wim Taymans  <wim@fluendo.com>
7181
7182         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7183         Set caps on outgoing buffers.
7184
7185         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7186         (gst_video_rate_event), (gst_video_rate_chain):
7187         * gst/videorate/gstvideorate.h:
7188         Fix videorate some more. Fixes #357977
7189
7190 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7191
7192         * tests/check/elements/adder.c: (adder_suite):
7193           Don't set timeout to 6 seconds when we're running
7194           in valgrind ... (and how is 6 seconds longer than
7195           the default anyway?)
7196
7197 2006-09-28  Wim Taymans  <wim@fluendo.com>
7198
7199         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7200         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
7201         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
7202         Keep sink and src segment to keep track of time and support more
7203         input formats.
7204         Fix bogus next_offset and run_time calculation, don't understand how
7205         this could have worked before. Fixes #357976.
7206         Remove some unneeded vars.
7207
7208 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7209
7210         * gst/playback/gstplaybin.c: (remove_sinks):
7211           Only remove visualisation from visbin if there is a visbin (or:
7212           don't throw warnings when closing totem without playing a file).
7213
7214 2006-09-27  Wim Taymans  <wim@fluendo.com>
7215
7216         * gst-libs/gst/audio/gstbaseaudiosink.c:
7217         (gst_base_audio_sink_render):
7218         Add some more info in a WARNING.
7219
7220         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7221         (gst_base_audio_src_create):
7222         Handle PAUSE in create function, use new -core addition to
7223         wait for playing. Fixes pausing and resuming capture from an
7224         audiosrc.
7225
7226         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7227         (gst_ring_buffer_read):
7228         Constify some more.
7229         Caller supports interrupted reads now.
7230
7231 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7232
7233         * tests/check/Makefile.am:
7234           Another attempt to make the gen64 buildbot happy.
7235
7236 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
7237
7238         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
7239
7240         * ext/libvisual/visual.c: (gst_visual_clear_actors),
7241         (gst_visual_chain), (gst_visual_change_state):
7242           Libvisual plugin was not passing audio data to libvisual 0.4.0 
7243           correctly. Fixes #357800
7244
7245 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7246
7247         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
7248           Add timeout to _get_state() so we see which pipeline it is
7249           that causes trouble on the gen64 build bot.
7250
7251 2006-09-27  Wim Taymans  <wim@fluendo.com>
7252
7253         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7254         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
7255         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
7256         (gst_base_rtp_depayload_set_gst_timestamp):
7257         the source pad always uses fixed caps.
7258
7259 2006-09-27  Wim Taymans  <wim@fluendo.com>
7260
7261         * docs/libs/gst-plugins-base-libs-docs.sgml:
7262         * docs/libs/gst-plugins-base-libs-sections.txt:
7263         * gst-libs/gst/audio/gstaudioclock.c:
7264         * gst-libs/gst/audio/gstaudioclock.h:
7265         * gst-libs/gst/audio/gstaudiosink.c:
7266         * gst-libs/gst/audio/gstaudiosink.h:
7267         * gst-libs/gst/audio/gstaudiosrc.c:
7268         * gst-libs/gst/audio/gstbaseaudiosink.c:
7269         (gst_base_audio_sink_render):
7270         * gst-libs/gst/audio/gstbaseaudiosink.h:
7271         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
7272         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7273         * gst-libs/gst/audio/gstringbuffer.h:
7274         Added docs for the audio libs.
7275
7276 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7277
7278         * tests/check/Makefile.am:
7279           Temporarily disable test that fails on the bots for unknown reasons.
7280
7281 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7282
7283         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7284         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7285         Moved AudioCodecType into priv
7286         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
7287
7288 2006-09-25  Wim Taymans  <wim@fluendo.com>
7289
7290         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
7291         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
7292         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
7293         (new_pad):
7294         Cleanups and small leak fixes.
7295         Added Depayloaders to valid list of autopluggable elements.
7296
7297 2006-09-25  Wim Taymans  <wim@fluendo.com>
7298
7299         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7300         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
7301         (gen_video_element), (gen_text_element), (gen_audio_element),
7302         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7303         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
7304         Detect NO_PREROLL state change returns and disable clock distribution to
7305         the sinks so that sync is disabled.
7306         Avoid some type checking and do simple casts instead.
7307         Small cleanups, fix some FIXMEs.
7308         Be more robust when linking user specified elements, catch an report
7309         errors. Fixes #357404.
7310         Fix some leaks in the error paths.
7311
7312 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
7313
7314         * ChangeLog:
7315           ChangeLog surgery for missing bug-number
7316
7317 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7318
7319         Patch by: Peter Kjellerstedt  <pkj at axis com>
7320
7321         * gst/playback/test.c:
7322           Fix compilation with uClibc and -Werror (#357591).
7323
7324 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7325
7326         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7327           Parse dates that are followed by a time as well (#357532).
7328
7329         * tests/check/libs/tag.c: (test_vorbis_tags):
7330           Add unit test for this.
7331
7332 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7333
7334         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7335         (gst_audio_convert_transform_caps):
7336         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
7337         * gst/videotestsrc/videotestsrc.h:
7338           A few array const-ifications.
7339
7340 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * tests/check/Makefile.am:
7343           See if this makes the build bots happy.
7344
7345         * tests/check/libs/cddabasesrc.c:
7346           UTF8-ise my name.
7347
7348 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7349
7350         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7351
7352         * gst/subparse/samiparse.c: (handle_start_font),
7353         (fix_invalid_entities):
7354           More case-insensitivity for certain tags; recognise entities with
7355           decimal codes as special entities as well (#357330).
7356
7357 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7358
7359         * gst-libs/gst/Makefile.am:
7360           Need to build tag directory before cdda.
7361
7362 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7363
7364         * docs/libs/gst-plugins-base-libs-sections.txt:
7365         * gst-libs/gst/cdda/Makefile.am:
7366         * gst-libs/gst/cdda/gstcddabasesrc.c:
7367         (gst_cdda_base_src_base_init):
7368         * gst-libs/gst/cdda/gstcddabasesrc.h:
7369         * gst-libs/gst/tag/tag.h:
7370         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
7371         (gst_tag_register_musicbrainz_tags):
7372           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
7373           depend on libgsttag. This is required so we can extract/read tags like
7374           DISCID without depending on libgstcddabasesrc (which used to register
7375           them).
7376
7377         * gst-libs/gst/tag/gstvorbistag.c:
7378           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
7379           tags (also see #347848).
7380
7381         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
7382           Log vorbis comments we are actually writing. Const-ify array.
7383
7384 2006-09-23  Wim Taymans  <wim@fluendo.com>
7385
7386         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7387         Improve buffering a bit by avoiding a deadlock because we cannot assume
7388         the underrun is always called.
7389
7390 2006-09-23  Wim Taymans  <wim@fluendo.com>
7391
7392         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7393
7394         * gst-libs/gst/riff/riff-ids.h:
7395         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7396         (gst_riff_create_audio_template_caps):
7397         Added MPEG-4 AAC and id and caps. Fixes #357289
7398         Added WMA9 Lossless id.
7399
7400 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7401
7402         * ext/gnomevfs/gstgnomevfssrc.c:
7403           Fix misleading docs addition.
7404
7405         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7406           Get rid of compiler warning the right way.
7407
7408 2006-09-22  Wim Taymans  <wim@fluendo.com>
7409
7410         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7411         (gst_base_rtp_depayload_finalize),
7412         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7413         (gst_base_rtp_depayload_push_full),
7414         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
7415         (gst_base_rtp_depayload_process),
7416         (gst_base_rtp_depayload_set_gst_timestamp),
7417         (gst_base_rtp_depayload_queue_release):
7418         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7419         Small cleanups.
7420         Fix some leaks.
7421         Refactored the process method and added methods to push from the process
7422         vmethod.
7423         Use _scale functions.
7424         API: gst_base_rtp_depayload_push_ts
7425         API: gst_base_rtp_depayload_push
7426
7427         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7428         timestamps are uint.
7429
7430 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
7431
7432         * gst-libs/gst/interfaces/xoverlay.c:
7433           Remove unused statement from doc example.
7434
7435 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
7436
7437         * gst-libs/gst/interfaces/videoorientation.c:
7438         (gst_video_orientation_iface_init),
7439         (gst_video_orientation_get_hflip),
7440         (gst_video_orientation_get_vflip),
7441         (gst_video_orientation_get_hcenter),
7442         (gst_video_orientation_get_vcenter),
7443         (gst_video_orientation_set_hflip),
7444         (gst_video_orientation_set_vflip),
7445         (gst_video_orientation_set_hcenter),
7446         (gst_video_orientation_set_vcenter):
7447           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
7448           in ChangeLog)
7449
7450 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
7451
7452         * tests/check/Makefile.am:
7453         * tests/check/elements/.cvsignore:
7454         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
7455         (create_rgb_conversions), (rgb_conversion_free),
7456         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
7457         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
7458           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
7459           but disable for now since it doesn't pass (something wrong with
7460           RGBA somewhere).
7461
7462 2006-09-21  Wim Taymans  <wim@fluendo.com>
7463
7464         * gst/playback/gstplaybasebin.c: (group_commit),
7465         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
7466         (queue_out_of_data), (gen_preroll_element),
7467         (preroll_remove_overrun), (probe_triggered):
7468         Refactor handling of overrun detection.
7469         Separate handling of group completion and deadlock detection when doing
7470         network buffering. This should fix some deadlocks that were not detected
7471         because the group was completed.
7472         Add more comments, improve debugging.
7473
7474 2006-09-21  Wim Taymans  <wim@fluendo.com>
7475
7476         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7477         * tests/check/libs/audio.c:
7478         Some more compilation fixes.
7479
7480 2006-09-21  Wim Taymans  <wim@fluendo.com>
7481
7482         * gst-libs/gst/audio/gstringbuffer.c:
7483         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7484         (gst_ring_buffer_read):
7485         Early morning compilation fix.
7486
7487 2006-09-20  Wim Taymans  <wim@fluendo.com>
7488
7489         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7490         * tests/check/elements/multifdsink.c: (GST_START_TEST):
7491         * tests/check/elements/videorate.c: (GST_START_TEST):
7492         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
7493         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
7494         Fix some warnings.
7495
7496 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7497
7498         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7499         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7500         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7501           Handcrafted merge to help CVS understanding what I changed and what
7502           not.
7503
7504 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7505
7506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7507         (gst_xvimagesink_get_times):
7508           change colorkey behaviour back according to #354773 comment 6/7
7509
7510 2006-09-19  Michael Smith  <msmith@fluendo.com>
7511
7512         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7513         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
7514         (gst_multi_fd_sink_recover_client),
7515         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
7516         (gst_multi_fd_sink_get_property):
7517         * gst/tcp/gstmultifdsink.h:
7518           Implement stubbed out properties unit-type, units-soft-max,
7519           units-max, to allow specifying maximum sizes in units other than
7520           buffers.
7521           Fixes #355935
7522
7523 2006-09-19  Wim Taymans  <wim@fluendo.com>
7524
7525         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7526         (gst_riff_create_audio_template_caps):
7527         Reorder the audio formats a bit for clarity.
7528         Detect and create caps for MSGSM and MSN (WAV49).
7529         Fixes #356596.
7530
7531         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7532         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7533         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7534         Small cleanups, move error handling out of normal flow for clarity.
7535
7536 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7537
7538         * docs/libs/gst-plugins-base-libs-docs.sgml:
7539         * docs/libs/gst-plugins-base-libs.types:
7540         * gst-libs/gst/interfaces/Makefile.am:
7541         * gst-libs/gst/interfaces/videoorientation.c:
7542         (gst_video_orientation_get_type),
7543         (gst_video_orientation_iface_init),
7544         (gst_video_orientation_get_hflip),
7545         (gst_video_orientation_get_vflip),
7546         (gst_video_orientation_get_hcenter),
7547         (gst_video_orientation_get_vcenter),
7548         (gst_video_orientation_set_hflip),
7549         (gst_video_orientation_set_vflip),
7550         (gst_video_orientation_set_hcenter),
7551         (gst_video_orientation_set_vcenter):
7552         * gst-libs/gst/interfaces/videoorientation.h:
7553           API: Add new interface to control video orientation (fixes #354908)
7554
7555 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7556
7557         * gst/videotestsrc/gstvideotestsrc.c:
7558           Use G_UNLIKELY in _create and log one more detail.
7559           
7560         (gst_video_test_src_get_times), (gst_video_test_src_create):
7561         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7562           Use gst_util_uint64_scale_int in _get_times().
7563
7564 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7565
7566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
7567           Give better warning message (add object and detail).
7568
7569 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7570
7571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7572         (gst_xvimagesink_get_times):
7573           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
7574           #354773), use gst_util_uint64_scale_int in _get_times()
7575
7576 2006-09-18  Michael Smith  <msmith@fluendo.com>
7577
7578         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
7579           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
7580           always true, leading to dropping all timestamps.
7581
7582 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7583
7584         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
7585         (gst_visual_chain), (gst_visual_change_state):
7586           update to work also with libvisual 0.4 API, fix double unref (#355914)
7587           
7588         * tools/gst-launch-ext.1.in:
7589         * tools/gst-visualise.1.in:
7590           remove references to old man-pages
7591
7592         * tests/examples/seek/seek.c: (main):
7593           add real meadi-buttons, add tool-tips for the seek-options, arrange
7594           seek options in a table
7595
7596 2006-09-18  Michael Smith  <msmith@fluendo.com>
7597
7598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
7599         (gst_ogg_mux_push_buffer):
7600           Don't generate out-of-order timestamps from oggmux, instead clamp
7601           output timestamps to be >= the previously output ts.
7602           Fixes #355595
7603
7604 2006-09-18  Michael Smith  <msmith@fluendo.com>
7605
7606         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7607         (gst_multi_fd_sink_class_init):
7608           Updates, fixes, and typo corrections for multifdsink. No functional
7609           changes.
7610
7611 2006-09-17  Michael Smith  <msmith@fluendo.com>
7612
7613         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
7614           Don't crash on truncated files - check that we got an 8 byte buffer
7615           before trying to memcmp it.
7616
7617 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7618
7619         * gst/playback/gstplaybasebin.c: (get_active_source):
7620           Make stream-switching appear instant to the application
7621           (ie. make sure that a g_object_get on 'current-foo' returns
7622           the stream previously set with g_object_set(). Totem needs
7623           this to update stream-related meta-info (like audio-codec)
7624           correctly when switching streams.
7625
7626 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7627
7628         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
7629         (gst_alsa_mixer_ensure_track_list):
7630           Try harder to guess which mixer track is the master mixer
7631           track (instead of just taking the first one that has a pvolume).
7632           Fixes #342228.
7633
7634 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7635
7636         reviewed by: <delete if not using a buddy>
7637
7638         * gst-libs/gst/audio/audio.h:
7639         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
7640
7641 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7642
7643         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
7644         (gst_audio_convert_transform_caps):
7645           Get structure-name just once.
7646
7647 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7648
7649         * tests/check/elements/audioresample.c: (GST_START_TEST):
7650         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7651         * tests/check/elements/volume.c: (GST_START_TEST):
7652         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
7653         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
7654         (test_pipeline), (GST_START_TEST):
7655         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7656         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7657           Fix big batch of compiler warnings.
7658
7659 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7660
7661         * ext/gnomevfs/gstgnomevfssrc.c:
7662           Add docs about icydemux usage in connection with gnomevfssrc
7663
7664         * ext/libvisual/visual.c:
7665         * ext/ogg/gstoggaviparse.c:
7666         * ext/ogg/gstoggdemux.c:
7667         * ext/ogg/gstoggmux.c:
7668         * ext/ogg/gstoggparse.c:
7669         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7670         * gst-libs/gst/audio/gstaudiosink.c:
7671         * gst-libs/gst/audio/gstaudiosrc.c:
7672         * gst/audiorate/gstaudiorate.c:
7673           More G_OBJECT macro fixing.
7674
7675         * gst/audiotestsrc/gstaudiotestsrc.h:
7676           Fix wrong info in header due to copy & paste
7677
7678 2006-09-15  Wim Taymans  <wim@fluendo.com>
7679
7680         * gst-libs/gst/audio/gstbaseaudiosink.c:
7681         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
7682         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7683         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
7684         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
7685         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7686         Do the delay calculation in the source/sink base classes as this is
7687         specific for the capture/playback mode.
7688         Try to fixate a bit better, like round depth up to a multiple of 8
7689         bigger than width.
7690         Handle underruns correctly by marking DISCONT on buffers and adjusting
7691         timestamps to handle the gap.
7692         Set offset/offset_end correctly on buffers.
7693
7694         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
7695         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7696         (gst_ring_buffer_read):
7697         Remove resync and underrun recovery from the ringbuffer.
7698         Fix ringbuffer read code on under/overrun.
7699
7700 2006-09-15  Wim Taymans  <wim@fluendo.com>
7701
7702         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7703         (gst_play_base_bin_init), (fill_buffer), (check_queue),
7704         (queue_threshold_reached), (gst_play_base_bin_set_property),
7705         (gst_play_base_bin_get_property):
7706         * gst/playback/gstplaybasebin.h:
7707         Don't use a 0 low watermark when buffering, it is catching starvation
7708         way too late. Instead, use a 3 second queue with 30 and 95
7709         percent low/high watermarks. 
7710         Added queue-min-threshold property to configure low watermark.
7711         Use new _buffering message API.
7712         Make queue_threshold variable big enough to store a uint64 time value.
7713         API: playbin::queue-min-threshold property.
7714
7715 2006-09-15  Wim Taymans  <wim@fluendo.com>
7716
7717         * configure.ac:
7718         We require 0.10.10.1 now because of _wait_preroll().
7719
7720         * gst-libs/gst/audio/gstbaseaudiosink.c:
7721         (gst_base_audio_sink_render):
7722         Use gst_base_sink_wait_preroll().
7723
7724 2006-09-15  Wim Taymans  <wim@fluendo.com>
7725
7726         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
7727         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
7728         Use DEBUG_OBJECT more.
7729
7730 === release 0.10.10 ===
7731
7732 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7733
7734         patch by: Michael Smith <msmith at fluendo dot com>
7735
7736         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
7737         (gst_multi_fd_sink_client_queue_buffer),
7738         (gst_multi_fd_sink_new_client):
7739         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7740         (multifdsink_suite):
7741           Fix implementation of sync-method 'next-keyframe'
7742           Closes #354594
7743
7744 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7745
7746         patch by: Wim Taymans <wim at fluendo dot com>
7747
7748         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7749         This patch removes the RANDOM flag that was incorrectly introduced with
7750         revision 1.91.  Fixes #354590
7751
7752 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         * tests/check/Makefile.am:
7755           Random variation in Makefile line to see if it makes the
7756           gen64-base-full bot any happier.
7757
7758 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7759
7760         * tests/check/pipelines/oggmux.c: (oggmux_suite):
7761           Disable test that fails at the moment (killed after timeout).
7762
7763 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7764
7765         Patch by: James Livingston  <doclivingston at gmail.com>
7766
7767         * tests/check/Makefile.am:
7768         * tests/check/pipelines/.cvsignore:
7769         * tests/check/pipelines/oggmux.c: (get_page_codec),
7770         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
7771         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
7772         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
7773         (test_theora_vorbis), (oggmux_suite):
7774           Add simple unit test for oggmux from #337026 with checking for the
7775           EOS flags disabled for the time being.
7776
7777 2006-09-04  Wim Taymans  <wim@fluendo.com>
7778
7779         patch by: Alessandro Dessina <alessandro nnva org>
7780
7781         * ext/ogg/gstoggmux.c:
7782         Add cmml caps to oggmux. Fixes #353912
7783
7784 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7787           Returning a return value often helps. In this case, we
7788           don't need the return value anyway, so just get rid of it.
7789           Should make build bots much happier.
7790
7791 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7792
7793         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
7794         (paint_get_structure), (gst_video_test_src_get_size),
7795         (gst_video_test_src_smpte), (gst_video_test_src_snow),
7796         (gst_video_test_src_unicolor), (paint_setup_AYUV),
7797         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
7798         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
7799         * gst/videotestsrc/videotestsrc.h:
7800           Add support for AYUV and the various RGBA formats. Initialise
7801           fields of paintinfo structs allocated on the stack.
7802
7803         * tests/check/elements/videotestsrc.c: (right_shift_colour),
7804         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
7805         (check_rgb_buf), (videotestsrc_suite):
7806           Add unit tests for videotestsrc's RGB output.
7807
7808 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
7809
7810         * gst/videotestsrc/gstvideotestsrc.c:
7811         (gst_video_test_src_pattern_get_type),
7812         (gst_video_test_src_set_pattern):
7813         * gst/videotestsrc/gstvideotestsrc.h:
7814         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
7815         (gst_video_test_src_black), (gst_video_test_src_white),
7816         (gst_video_test_src_red), (gst_video_test_src_green),
7817         (gst_video_test_src_blue):
7818         * gst/videotestsrc/videotestsrc.h:
7819           Add more uni-colour patterns ("white", "red", "green", and "blue").
7820
7821 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
7822
7823         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
7824           Fix stride for YVYU, should be word-aligned (#353658).
7825
7826 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
7827
7828         * gst/adder/gstadder.c: (gst_adder_src_event):
7829           Fix build.
7830
7831 2006-08-31  Edward Hervey  <edward@fluendo.com>
7832
7833         * gst/adder/gstadder.c: (forward_event_func),
7834         (gst_adder_src_event), (gst_adder_collected),
7835         (gst_adder_change_state):
7836         * gst/adder/gstadder.h:
7837         Remember the start position asked in the incoming seeks, so we can
7838         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
7839         of assuming it will always be 0).
7840
7841 2006-08-31  Edward Hervey  <edward@fluendo.com>
7842
7843         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
7844         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
7845         (gst_ogg_demux_loop):
7846         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
7847
7848 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
7849
7850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7851         (gst_ffmpegcsp_get_unit_size):
7852           Return FALSE instead of returning a random false unit
7853           size when the format isn't known/supported (even if
7854           this shouldn't happen under normal circumstances).
7855
7856 2006-08-29  Wim Taymans  <wim@fluendo.com>
7857
7858         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
7859
7860         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
7861         (gst_gnome_vfs_src_start):
7862         Try harder to get the size from a uri by using _info_uri() when
7863         _info_from_handle() does not give us enough info. 
7864         Also follow symlinks when getting the size.
7865         Partially Fixes #332864.
7866
7867 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7868
7869         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
7870
7871         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
7872         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
7873         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
7874         (gst_alsa_mixer_set_record):
7875         * ext/alsa/gstalsamixertrack.c:
7876         (gst_alsa_mixer_track_update_alsa_capabilities),
7877         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
7878         (gst_alsa_mixer_track_update):
7879         * ext/alsa/gstalsamixertrack.h:
7880           Improve and fix mixer track handling, in particular better handling
7881           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
7882           separate track objects for tracks that have both capture and playback
7883           volume (and label them differently as well so they're not mistakenly
7884           assumed to be duplicates); classify mixer tracks that only affect
7885           the audible volume of something (rather than the capture volume)
7886           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
7887           for capture tracks to correspond to alsa-pswitch alsa-cswitch
7888           (following the meaning documented in the mixer interface header
7889           file); add support for alsa's exclusive cswitch groups; update/sync
7890           state/flags better if mixer settings are changed by another
7891           application. Fixes #336075.
7892
7893 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7894
7895         * gst/playback/gstplaybin.c:
7896           Improve docs: add section about BUFFERING messages sent by playbin.
7897
7898 2006-08-29  Michael Smith  <msmith@fluendo.com>
7899
7900         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
7901         (gst_vorbis_enc_buffer_check_discontinuous),
7902         (gst_vorbis_enc_chain):
7903           Ignore explicit DISCONT marked on buffers (which is often spurious,
7904           particularly when using multiple segments), in favour of solely
7905           using the timestamps/durations.
7906
7907 2006-08-29  Edward Hervey  <edward@fluendo.com>
7908
7909         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7910         Don't rely on incoming buffers offset anymore, since it is completely
7911         broken when using multiple segments.
7912         Instead convert the incoming buffers timestamp to running time, and
7913         then convert that value to the offsets.
7914         Also inform GstSegment of the last outputted stop position, which is
7915         needed if we received several segments with an unknown stop value.
7916
7917 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7918
7919         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
7920           fix buffer unreffing on a header push failure
7921
7922 2006-08-28  Wim Taymans  <wim@fluendo.com>
7923
7924         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
7925         (gst_audio_rate_chain):
7926         Make the metadata of the buffer writable before changing its
7927         flags.
7928
7929 2006-08-28  Wim Taymans  <wim@fluendo.com>
7930
7931         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7932         (gst_audio_rate_setcaps), (gst_audio_rate_init),
7933         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
7934         (gst_audio_rate_chain), (gst_audio_rate_change_state):
7935         Fix audiorate some more.
7936         Reset and resync counters on flush and READY.
7937         Handle the DISCONT flag correctly.
7938         Use GstSegment to track position.
7939         Fail when not negotiated.
7940         Fixes #353234.
7941
7942 2006-08-25  Michael Smith  <msmith@fluendo.com>
7943
7944         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
7945           Fix spelling.
7946           Remove accidently included debug line.
7947
7948 2006-08-25  Wim Taymans  <wim@fluendo.com>
7949
7950         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
7951         Small cleanups.
7952         If a buffer is received with no caps, make the buffer metadata
7953         writable and set the caps, making sure that we don't screw up the
7954         refcounts.
7955
7956 2006-08-25  Michael Smith  <msmith@fluendo.com>
7957
7958         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
7959         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
7960           Fix memory leaks and misleading debug messages, add a couple of
7961           comments.
7962
7963         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
7964         (gst_multi_fd_sink_render):
7965           Do not use gst_buffer_make_writable() in a basesink render method,
7966           as it may incorrectly unref the buffer. Instead, use convoluted
7967           dance to avoid copying the buffer except when we need to.
7968
7969 2006-08-25  Michael Smith  <msmith@fluendo.com>
7970
7971         * ext/vorbis/vorbisenc.c:
7972         (gst_vorbis_enc_buffer_check_discontinuous):
7973           Allow very small discontinuities in the timestamps. These we can't
7974           do anything useful with anyway (because vorbis's timestamps have
7975           only sample granularity), and are commonly produced by elements with
7976           minor bugs. Allow up to 1/2 a sample out.
7977           Fixes #351742.
7978
7979 2006-08-24  Wim Taymans  <wim@fluendo.com>
7980
7981         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
7982         (play_scrub_toggle_cb), (main):
7983         Add a checkbox to enable play scrubbing. Makes it possible to disable
7984         normal scrubbing.
7985
7986 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7987
7988         * tests/check/elements/.cvsignore:
7989           make buildbot happy
7990
7991 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7992
7993         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7994         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
7995         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
7996         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
7997         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7998         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
7999         (gst_ogm_text_parse_strip_trailing_zeroes),
8000         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
8001         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
8002           Refactor ogm parse, do better input checking, misc. clean-ups.
8003           Cache incoming events and push them once the source pad has
8004           been created. Don't pass unterminated strings to sscanf().
8005           Strip trailing zeroes from subtitle text output, since they
8006           are not valid UTF-8. Don't push vorbiscomment packets on
8007           the subtitle text pad. Output perfect streams if possible.
8008
8009 2006-08-23  Wim Taymans  <wim@fluendo.com>
8010
8011         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8012         Waits for tasks to settle down so that we clean up correctly for 
8013         valgrind.
8014
8015 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8016
8017         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
8018           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
8019           actually return return value in taglists_are_equal.
8020
8021 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8022
8023         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8024           Fix crash due to broken bitstream parsing on x86-64: can't make
8025           any assumptions about sizeof(struct) due to alignment/packing
8026           differences on different architectures. Fixes #351790.
8027
8028 2006-08-22  Wim Taymans  <wim@fluendo.com>
8029
8030         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8031         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8032         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8033         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8034         (gst_riff_parse_info):
8035         Protect public functions against bad input.
8036         Do some cleanups.
8037         Fix documentation.
8038
8039 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8040
8041         * gst-libs/gst/riff/riff-ids.h:
8042         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8043           Add voxware audio IDs (even if we can't play it) (#351795).
8044
8045 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8046
8047         * gst-libs/gst/riff/riff-media.c:
8048         (gst_riff_create_video_template_caps),
8049         (gst_riff_create_audio_template_caps),
8050         (gst_riff_create_iavs_template_caps):
8051           Const-ify some arrays and use G_N_ELEMENTS instead
8052           of wasting oodles of RAM on terminator bits.
8053
8054 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8055
8056         * gst-libs/gst/tag/gstvorbistag.c:
8057         (gst_tag_list_to_vorbiscomment_buffer):
8058         * tests/check/libs/tag.c: (GST_START_TEST):
8059           And the same for _to_vorbiscomment_buffer(): allow
8060           id_data_len == 0 for speex.
8061
8062 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8063
8064         * configure.ac:
8065         * docs/plugins/Makefile.am:
8066         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8067         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8068         * docs/plugins/inspect/plugin-gdp.xml:
8069         * gst/gdp/Makefile.am:
8070         * tests/check/Makefile.am:
8071           Move GDP plugin to -base from -bad.  Closes #347783.
8072
8073 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8074
8075         * gst-libs/gst/tag/gstvorbistag.c:
8076         (gst_tag_list_from_vorbiscomment_buffer):
8077           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
8078           Also add some checks to make sure we don't memcmp() beyond the end of
8079           vorbiscomment buffer if the ID to check for is larger than the buffer.
8080
8081         * tests/check/libs/tag.c: (GST_START_TEST):
8082           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
8083
8084 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8085
8086         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
8087         (gst_vorbis_enc_set_metadata):
8088           Use vorbis comment utility functions from libgsttag
8089           instead of re-inventing the wheel (partially fixes #347091).
8090
8091 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8092
8093         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8094         Fix leaks. Wait for state transitions that might happen ASYNC, as well
8095         as some that won't.
8096
8097 2006-08-21  Wim Taymans  <wim@fluendo.com>
8098
8099         * docs/libs/Makefile.am:
8100         * docs/libs/gst-plugins-base-libs-sections.txt:
8101         * docs/libs/gst-plugins-base-libs.types:
8102         Don't try to GObject scan the netbuffer as it's not a GObject.
8103         Fixes #351308.
8104
8105         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8106         * gst-libs/gst/netbuffer/gstnetbuffer.h:
8107         Document GstNetBuffer.
8108
8109 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8110
8111         * tests/check/elements/audioconvert.c: (GST_START_TEST),
8112         (audioconvert_suite):
8113           Add testcase for caps-size-explosion
8114
8115 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8116
8117         * gst/audioconvert/gstaudioconvert.c:
8118         (gst_audio_convert_get_unit_size), (set_structure_widths):
8119           Lower debug, use g_assert in _get_unit_size
8120
8121         * gst/audioresample/gstaudioresample.c:
8122         (audioresample_get_unit_size):
8123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8124         (gst_ffmpegcsp_get_unit_size):
8125         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
8126           use g_assert in _get_unit_size
8127
8128 2006-08-18  Wim Taymans  <wim@fluendo.com>
8129
8130         * docs/libs/gst-plugins-base-libs-sections.txt:
8131         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
8132         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
8133         (gst_rtp_buffer_get_payload_buffer):
8134         * gst-libs/gst/rtp/gstrtpbuffer.h:
8135         Document GstRTPBuffer.
8136         Added function to efficiently strip payload headers.
8137         API: gst_rtp_buffer_get_payload_subbuffer()
8138
8139 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8140
8141         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
8142         (gst_tag_to_vorbis_comments):
8143           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
8144           tags and deserialise them properly as well (#347091).
8145           Add some more gtk-doc blurbs and also some g_return_if_fail().
8146
8147         * tests/check/libs/tag.c: (GST_START_TEST),
8148         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
8149           More tests.
8150
8151 2006-08-17  Wim Taymans  <wim@fluendo.com>
8152
8153         * ext/ogg/Makefile.am:
8154         * ext/ogg/gstogg.c: (plugin_init):
8155         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
8156         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
8157         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
8158         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
8159         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
8160         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
8161         Added ogg-in-avi parser element. Fixes #140139.
8162
8163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8164         Fixed a bug in oggdemux debug code.
8165
8166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8167         (gst_riff_create_audio_template_caps):
8168         Recognise Ogg in the AVI extensible wave format.
8169
8170 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8171
8172         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8173           Make buffer durations add up (duration should be next_ts-ts for
8174           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
8175           from CVS.
8176
8177         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
8178         (test_buffer_timestamps), (cddabasesrc_suite):
8179           Add unit test for the above.
8180
8181         * tests/check/Makefile.am:
8182           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
8183           to see what happens.
8184
8185 2006-08-16  Wim Taymans  <wim@fluendo.com>
8186
8187         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
8188         (gst_alsasink_open):
8189         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
8190         (gst_alsasrc_open):
8191         Avoid setting and using a NULL device name.
8192         Print more info when we fail to open a device.
8193
8194 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8195
8196         * docs/libs/gst-plugins-base-libs-sections.txt:
8197         * gst-libs/gst/tag/tag.h:
8198         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
8199           API: add gst_tag_parse_extended_comment() (#351426).
8200
8201         * tests/check/Makefile.am:
8202         * tests/check/libs/.cvsignore:
8203         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
8204           Add unit test for gst_tag_parse_extended_comment().
8205
8206 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8207
8208         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
8209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
8210           Fix leak (#351502).
8211
8212 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8213
8214         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8215         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8216         * docs/plugins/gst-plugins-base-plugins.args:
8217         * gst/playback/gstplaybin.c:
8218           Document playbin.
8219           
8220         * docs/plugins/inspect/plugin-adder.xml:
8221         * docs/plugins/inspect/plugin-alsa.xml:
8222         * docs/plugins/inspect/plugin-audioconvert.xml:
8223         * docs/plugins/inspect/plugin-audiorate.xml:
8224         * docs/plugins/inspect/plugin-audioresample.xml:
8225         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8226         * docs/plugins/inspect/plugin-cdparanoia.xml:
8227         * docs/plugins/inspect/plugin-decodebin.xml:
8228         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8229         * docs/plugins/inspect/plugin-gnomevfs.xml:
8230         * docs/plugins/inspect/plugin-ogg.xml:
8231         * docs/plugins/inspect/plugin-pango.xml:
8232         * docs/plugins/inspect/plugin-playbin.xml:
8233         * docs/plugins/inspect/plugin-subparse.xml:
8234         * docs/plugins/inspect/plugin-tcp.xml:
8235         * docs/plugins/inspect/plugin-theora.xml:
8236         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8237         * docs/plugins/inspect/plugin-video4linux.xml:
8238         * docs/plugins/inspect/plugin-videorate.xml:
8239         * docs/plugins/inspect/plugin-videoscale.xml:
8240         * docs/plugins/inspect/plugin-videotestsrc.xml:
8241         * docs/plugins/inspect/plugin-volume.xml:
8242         * docs/plugins/inspect/plugin-vorbis.xml:
8243         * docs/plugins/inspect/plugin-ximagesink.xml:
8244         * docs/plugins/inspect/plugin-xvimagesink.xml:
8245           Update to CVS version.
8246
8247 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8248
8249         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8250         (gst_play_bin_set_property), (gst_play_bin_get_property),
8251         (value_list_append_structure_list),
8252         (gst_play_bin_handle_redirect_message),
8253         (gst_play_bin_handle_message):
8254           API: GstPlayBin::connection-speed
8255           Add "connection-speed" property; re-order redirect messages with
8256           multiple redirect locations depending on the minimum bitrate if
8257           that information is available and a connection speed is set
8258           (#350399).
8259
8260 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8261
8262         * gst/playback/gstplaybin.c:
8263           Update max volume to the same value that the volume element uses.
8264
8265 2006-08-14  Wim Taymans  <wim@fluendo.com>
8266
8267         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8268         Less uglyness..
8269
8270 2006-08-14  Wim Taymans  <wim@fluendo.com>
8271
8272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
8273         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
8274         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
8275         Add some more debug info.
8276         Don't crash when a seek failed.
8277         Actually return the result of the seek instead of TRUE.
8278         Ignore multiple BOS pages with the same serial so that we don't create
8279         the same stream multiple times.
8280         Post an error when we fail to do the initial seek.
8281
8282 2006-08-13  Wim Taymans  <wim@fluendo.com>
8283
8284         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8285         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
8286         Small code cleanup.
8287
8288         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
8289         (gst_alsa_mixer_new):
8290         Remove hack that always set the device to hw:0*.
8291         Properly find the card name for whatever device was configured.
8292         Do some better debugging.
8293         Fixes #350784.
8294
8295         * ext/alsa/gstalsamixerelement.c:
8296         (gst_alsa_mixer_element_set_property),
8297         (gst_alsa_mixer_element_change_state):
8298         Cleanups.
8299         Handle setting of a NULL device name better.
8300
8301 2006-08-11  Wim Taymans  <wim@fluendo.com>
8302
8303         * gst/adder/gstadder.c:
8304         Don't clip float values. Fixes #350900.
8305
8306 2006-08-11  Andy Wingo  <wingo@pobox.com>
8307
8308         * gst/tcp/gsttcp.c: Really fix the build?
8309
8310         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
8311         fixes the build.
8312
8313 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8314
8315         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
8316           Float caps shouldn't have a "signed" field.
8317
8318 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8319
8320         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
8321           Implement SEEKING query in its most basic form, so that we can
8322           at least check if we're seekable or not (#350655).
8323
8324 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
8325
8326         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8327           The checks here are not even close to anything that would
8328           justify MAXIMUM probability, lowering to POSSIBLE until someone
8329           fixes the checks (case at hand: quicktime redirection files
8330           might start with 00 00 01 XX and pass the checks here just
8331           fine, see #350399).
8332
8333 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8334
8335         Patch by: Sjoerd Simons  <sjoerd at luon net>
8336
8337         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
8338           Better detection for multipart/x-mixed-replace: accept leading
8339           whitespaces before the boundary marker as well (as our very own
8340           multipartmux used to produce) (#349068).
8341
8342 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
8343
8344         Patch by: Young-Ho Cha  <ganadist at chollian net>
8345
8346         * gst-libs/gst/riff/riff-ids.h:
8347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8348         (gst_riff_create_audio_template_caps):
8349           Detect DTS audio streams (#350157).
8350
8351 2006-08-05  Andy Wingo  <wingo@pobox.com>
8352
8353         * ext/theora/gsttheoraparse.h:
8354         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
8355         (theora_parse_dispose, theora_parse_set_property)
8356         (theora_parse_get_property, theora_parse_munge_granulepos)
8357         (theora_parse_push_buffer, theora_parse_change_state):
8358         API: GstTheoraParse::synchronization-points
8359         Add a property 'synchronization-points' to fix badly synchronized oggs.
8360
8361 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8362
8363         * tests/check/Makefile.am:
8364         * tests/check/libs/.cvsignore:
8365         * tests/check/libs/audio.c: (structure_contains_channel_positions),
8366         (fixed_caps_have_channel_positions), (GST_START_TEST),
8367         (audio_suite), (main):
8368           Add a few tests for the channel position stuff in libgstaudio.
8369
8370 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8371
8372         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
8373         (gst_alsa_detect_channels):
8374         * ext/alsa/gstalsasink.c:
8375           Add support for cards that (only) do more than 8 channels,
8376           like the Delta 44 (#345188).
8377
8378         * gst-libs/gst/audio/multichannel.c:
8379         (gst_audio_check_channel_positions):
8380         * gst-libs/gst/audio/multichannel.h:
8381           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
8382           unspecified channel position and cannot be combined with any
8383           of the other audio channel positions; adjust position layout
8384           checks accordingly (#345188).
8385
8386 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8387
8388         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8389           Recognise ancient RealAudio files (see #349779).
8390
8391 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8392
8393         Patch by: Jens Granseuer  <jensgr at gmx net>
8394
8395         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8396           Add typefinder for Interplay's MVE format (#348973).
8397
8398 2006-08-02  Wim Taymans  <wim@fluendo.com>
8399
8400         Patch by: Marcel Moreaux <marcelm at luon dot net>
8401
8402         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8403         (gst_base_rtp_depayload_add_to_queue):
8404         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8405         Handle RTP sequence number rollover.
8406         Disable jitterbuffer by default.
8407
8408 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
8409
8410         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
8411         (audioresample_set_caps):
8412         Don't leak references to the incoming caps. Clean them up when
8413         stopping.
8414
8415         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
8416         (gst_video_scale_finalize):
8417         Don't leak our temporary pixel buffer.
8418
8419         * tests/check/Makefile.am:
8420         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
8421         (GST_START_TEST), (simple_launch_lines_suite):
8422
8423         Fix leaks and re-enable the test for valgrind checking.
8424
8425 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8426
8427         Patch by: Sjoerd Simons  <sjoerd at luon net>
8428
8429         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
8430         (plugin_init):
8431           Add typefind function for multipart/x-mixed-replace (#348916).
8432
8433 2006-07-28  Wim Taymans  <wim@fluendo.com>
8434
8435         * gst/adder/gstadder.c: (gst_adder_setcaps),
8436         (gst_adder_query_duration):
8437         Fix leak in duration query.
8438         Reflow some docs and notes.
8439
8440 2006-07-28  Michael Smith  <msmith@fluendo.com>
8441
8442         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
8443         (vorbisenc_suite):
8444           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
8445           aspect of it.
8446
8447 2006-07-28  Michael Smith  <msmith@fluendo.com>
8448
8449         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
8450         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
8451         (gst_vorbis_enc_push_buffer),
8452         (gst_vorbis_enc_buffer_check_discontinuous),
8453         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8454         * ext/vorbis/vorbisenc.h:
8455           Handle discontinuities in the input vorbis stream correctly,
8456           so that the output is properly timestamped (and has good granulepos
8457           values). Needs some oggmux fixes too.
8458
8459 2006-07-27  Wim Taymans  <wim@fluendo.com>
8460
8461         patch by: Kai Vehmanen <kv2004 eca cx>
8462
8463         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8464         (gst_base_rtp_depayload_chain),
8465         (gst_base_rtp_depayload_handle_sink_event),
8466         (gst_base_rtp_depayload_change_state):
8467         Don't send multiple newsegments with different formats.
8468         Fixes #348677.
8469
8470 2006-07-26  Wim Taymans  <wim@fluendo.com>
8471
8472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8473         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
8474         Make seeking in ogg more accurate again by doing the more correct
8475         granuletime to stream time conversion.
8476
8477 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8478
8479         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
8480         (gst_multi_fd_sink_new_client):
8481           debug a little more understandably
8482           do not use goto as a substitute for break, especially if
8483           break is also being used
8484
8485 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8486
8487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8488         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8489           Remove GLib-2.6 compatibility cruft.
8490
8491 2006-07-24  Wim Taymans  <wim@fluendo.com>
8492
8493         * gst-libs/gst/audio/gstbaseaudiosink.c:
8494         (gst_base_audio_sink_render):
8495         Don't try to align a sample to an unknown value.
8496
8497 2006-07-24  Wim Taymans  <wim@fluendo.com>
8498
8499         * gst-libs/gst/audio/gstbaseaudiosink.c:
8500         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
8501         When the audio clock is slaved to another clock, never try to align
8502         samples but trust the rate interpolation algorithm.
8503
8504 2006-07-24  Wim Taymans  <wim@fluendo.com>
8505
8506         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8507         Don't try to calculate silence samples, base class does this much
8508         better now.
8509
8510         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8511         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
8512         (gst_ring_buffer_acquire):
8513         Calculate silence samples correctly.
8514
8515         * gst-libs/gst/audio/gstringbuffer.h:
8516         Add _CAST macro.
8517
8518 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
8519
8520         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
8521           Limit search for the first markup tag to the first few kB of
8522           the file. If we don't find one there, it's highly unlikely that
8523           this is an XML(-ish) file.
8524
8525 2006-07-21  Andy Wingo  <wingo@pobox.com>
8526
8527         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
8528         test to the one in vorbisenc. Also commented out.
8529
8530         * tests/check/pipelines/vorbisenc.c: 
8531         (test_discontinuity): New test, commented out until Mike lands
8532         some elite vorbisenc patches.
8533
8534         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
8535         Bufferstraw was actually factored out of these tests. Now we share
8536         code yay.
8537
8538         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
8539         for bufferstraw addition to gstcheck.
8540
8541 2006-07-21  Wim Taymans  <wim@fluendo.com>
8542
8543         * ext/theora/theoradec.c: (clip_buffer):
8544         Better clipping.
8545
8546 2006-07-21  Wim Taymans  <wim@fluendo.com>
8547
8548         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
8549         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
8550         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
8551         Fix leak.
8552         Avoid type casting when we can.
8553
8554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
8555         Fix mem leak.
8556
8557 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
8558
8559         * ext/alsa/gstalsamixerelement.c:
8560         (gst_alsa_mixer_element_change_state):
8561           Make state change fail if the specified device can't be opened
8562           for some reason.
8563
8564 2006-07-20  Wim Taymans  <wim@fluendo.com>
8565
8566         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8567         (cb_newpad), (main):
8568         Example of a small audio/video player using decodebin.
8569
8570 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8571
8572         * gst-libs/gst/riff/riff-ids.h:
8573           Add 'fact' chunk id
8574
8575 2006-07-19  Wim Taymans  <wim@fluendo.com>
8576
8577         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8578         (gst_base_rtp_depayload_chain),
8579         (gst_base_rtp_depayload_change_state):
8580         Don't assert when not negotiated but post a meaningfull 
8581         error message. Fixes #347918.
8582
8583         * gst-libs/gst/rtp/gstbasertppayload.c:
8584         Add comment about better default MTU size.
8585
8586         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
8587         Small cleanups, start docs.
8588
8589 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8590
8591         Patch by: Martin Szulecki
8592
8593         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
8594           If "device-name" is requested and the device is not
8595           open, try to temporarily open it to obtain this
8596           information (#342494).
8597
8598 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * gst-libs/gst/tag/gstid3tag.c:
8601           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
8602
8603         * gst-libs/gst/tag/gsttageditingprivate.h:
8604         * gst-libs/gst/tag/gstvorbistag.c:
8605           Some more random const-ifications.
8606
8607 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8608
8609         * gst-libs/gst/riff/riff-ids.h:
8610         * gst-libs/gst/riff/riff-media.c:
8611         (gst_riff_create_video_template_caps):
8612           Add more FOURCCs (sort list to make stuff easier to find),
8613           add comment what those 16 bytes in struct _gst_riff_strh according to
8614           one avi-dumper are
8615
8616 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8617
8618         * gst-libs/gst/audio/multichannel.c:
8619         (gst_audio_check_channel_positions),
8620         (gst_audio_fixate_channel_positions):
8621           Const-ify two arrays.
8622
8623 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8624
8625         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
8626           Fix typo, so that alsasink also advertises 8 channels
8627           if that's supported (tags: can, worms, open, alsa, ph34r).
8628
8629 2006-07-17  Wim Taymans  <wim@fluendo.com>
8630
8631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8632         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
8633         *sigh*, when is the compiler going to warn when the comments
8634         are out-of-sync with the code.. Refix case of busted theora
8635         headers with 0 granule pos.
8636
8637 2006-07-14  Wim Taymans  <wim@fluendo.com>
8638
8639         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8640         (gst_base_rtp_depayload_wait),
8641         (gst_base_rtp_depayload_change_state),
8642         (gst_base_rtp_depayload_set_property),
8643         (gst_base_rtp_depayload_get_property):
8644         Fix 99% cpu load by waiting for absolute times on the
8645         clock. Fixes #347300.
8646
8647 2006-07-14  Andy Wingo  <wingo@pobox.com>
8648
8649         * ext/theora/gsttheoraparse.h: 
8650         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
8651         (theora_parse_push_headers, theora_parse_clear_queue)
8652         (theora_parse_drain_queue_prematurely, )
8653         (theora_parse_sink_event, theora_parse_change_state): Queue events
8654         until we initialized our state, like in vorbisparse.
8655
8656         * ext/vorbis/vorbisparse.h: 
8657         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
8658         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
8659         (vorbis_parse_drain_queue_prematurely, )
8660         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
8661         until we have initialized our state. Fixes seeking after an
8662         initial pad block.
8663
8664 2006-07-14  Andy Wingo  <wingo@pobox.com>
8665
8666         Patch by: Iain Holmes <iaingnome@gmail.com>
8667         
8668         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
8669
8670 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
8671
8672         * configure.ac:
8673         Bump nano back to CVS
8674
8675 === release 0.10.9 ===
8676
8677 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
8678
8679         * configure.ac:
8680           releasing 0.10.9, "I walk the line"
8681
8682 2006-07-14  Michael Smith  <msmith@fluendo.com>
8683
8684         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
8685           Move a g_cond_signal to earlier to avoid sometimes deadlocking
8686           (commonly happens when running this test under valgrind) when trying
8687           to remove the buffer probe.
8688
8689 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8690
8691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
8692         Fix missing g_unlock from the previous commit
8693
8694 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8695
8696         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8697         (gst_ximagesink_change_state):
8698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8699         (gst_xvimagesink_change_state):
8700         Implement a locking order to ensure we always take the object lock
8701         before the x_lock and never vice-versa.
8702
8703 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8704
8705         * gst/playback/gstdecodebin.c: (find_compatibles):
8706         Fix a caps leak when linking (#347304)
8707
8708         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8709         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
8710         (gst_ximagesink_change_state):
8711         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8712         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
8713         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8714         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
8715         Don't leak shared memory resources. Use the object lock to protect
8716         against the xcontext disappearing while returning a buffer from the
8717         pipeline. (#347304)
8718
8719 2006-07-12  Edward Hervey  <edward@fluendo.com>
8720
8721         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
8722         (vorbis_handle_comment_packet):
8723         gst_tag_list_merge() returns a new object. Take that into account when
8724         using it. This avoids memleak.
8725         Revert previous commit which is not needed.
8726
8727 2006-07-12  Edward Hervey  <edward@fluendo.com>
8728
8729         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
8730         Reset the decoder in finalize so that all fields get cleared.
8731
8732 2006-07-12  Wim Taymans  <wim@fluendo.com>
8733
8734         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8735         (gst_base_audio_src_set_clock),
8736         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
8737         Don't try to post an error message when setting the clock fails
8738         as this can happen when adding an element to a bin which will then
8739         deadlock. Fixes #347296.
8740
8741 2006-07-12  Edward Hervey  <edward@fluendo.com>
8742
8743         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8744         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8745         (vorbis_handle_type_packet):
8746         Post tag messages on the bus even if we're not initialized.
8747         If we're not initialized, we still postpone the event pushing of tags.
8748
8749 2006-07-12  Wim Taymans  <wim@fluendo.com>
8750
8751         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8752         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8753         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8754         Revert last two changes that broke the freeze.
8755
8756 2006-07-12  Wim Taymans  <wim@fluendo.com>
8757
8758         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8759         basesink calculates silence sample correctly for us.
8760
8761 2006-07-12  Wim Taymans  <wim@fluendo.com>
8762
8763         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8764         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8765         Calculate correct silence samples so we don't fill our ringbuffer
8766         with noise.
8767
8768 2006-07-12  Edward Hervey  <edward@fluendo.com>
8769
8770         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8771         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
8772         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
8773         * ext/vorbis/vorbisdec.h:
8774         Delay sending events (newsegment, tags) until the decoder is properly
8775         initialized.
8776         Fixes #347295
8777
8778 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
8779
8780         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
8781         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
8782           Patch from #347221 adding a test for audioconvert
8783           channel remappings.
8784
8785 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8788         (gst_ssa_parse_parse_line):
8789           Don't include the terminating NUL in the buffer size,
8790           it's only there for extra paranoia (would add random
8791           '*' characters at the end of each subtitle since the
8792           terminator itself is not valid UTF-8 technically).
8793           Also fix indenting after boilerplate macro.
8794
8795 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8796
8797         * gst/playback/gstdecodebin.c: (close_pad_link):
8798           Also emit 'unknown-type' signal (which should really be
8799           called unhandled-type) if we found potential decoders/demuxers
8800           in the registry but none of them worked in the end (as in the
8801           case where the plugins don't exist any longer but are still
8802           listed in the registry). Fixes #329798.
8803
8804 2006-07-08  Andy Wingo  <wingo@pobox.com>
8805
8806         * theoraparse.c (theora_parse_push_buffer)
8807         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
8808         Add some more debugging. Fix granulepos reconstruction in the face
8809         of discontinuities.
8810
8811 2006-07-06  Wim Taymans  <wim@fluendo.com>
8812
8813         * gst-libs/gst/audio/gstbaseaudiosink.c:
8814         (gst_base_audio_sink_class_init),
8815         (gst_base_audio_sink_provide_clock):
8816         Use gobject_class instead of G_OBJECT_CLASS (klass)
8817
8818         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8819         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
8820         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
8821         (gst_base_audio_src_get_time),
8822         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
8823         (gst_base_audio_src_create_ringbuffer):
8824         Fix latency and buffer-time constants and properties ala basesink.
8825         Implement pull based scheduling. Fixes #346527.
8826         Set default blocksize in GstBaseSrc to 0, we default to pushing out
8827         one segment.
8828         Refuse slaving to another clock instead of silently not working.
8829         Only provide a clock when we are actually able to do so.
8830         Various small cleanups and compiler hints.
8831
8832 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8833
8834         Patch by: Lutz Mueller <lutz at topfrose de>
8835
8836         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
8837         (plugin_init):
8838           Add typefinding for text/html (#346581).
8839
8840 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8841
8842         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
8843         (xml_check_first_element), (xml_type_find), (smil_type_find):
8844           Fix SMIL typefinding, make xml_check_first_element() more
8845           useful.
8846
8847 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8848
8849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8850         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
8851         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
8852         * gst/playback/gstplaybasebin.h:
8853           Protect list of elements with a subtitle-encoding property and
8854           the subtitle encoding member itself with a lock of their own
8855           instead of using the object lock. This prevents a dead-lock in
8856           the element-remove callback in some circumstances when shutting
8857           down playbin.
8858
8859 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8860
8861         * win32/common/libgsttag.def:
8862         Export some new functions.
8863         * win32/vs6/libgstogg.dsp:
8864         Add a link to libgsttag-0.10.lib.
8865
8866 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8867
8868         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8869           Some const-ification.
8870
8871 2006-07-04  Wim Taymans  <wim@fluendo.com>
8872
8873         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
8874         Improve checking if we are dealing with a stream. Added some
8875         more uris that need buffering.
8876
8877 2006-07-03  Edward Hervey  <edward@fluendo.com>
8878
8879         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
8880         Remove unused variable.
8881
8882 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8883
8884         * Makefile.am:
8885           include lcov.mak
8886         * configure.ac:
8887           add GCOV_LIBS to GST_LIBS
8888
8889 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
8890
8891         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
8892
8893         * ext/alsa/gstalsasrc.c:
8894           Add 32 bps to template caps and increase channels range
8895           from [1,2] to [1,MAX]. See #346326.
8896
8897 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
8898
8899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8900           Recognise 'WMVA' video codec fourcc (#345879).
8901           
8902 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8903          
8904         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8905           Fixed nasty memory leak
8906
8907 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8908
8909         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
8910         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
8911           fix logging
8912
8913 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
8914
8915         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8916         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
8917         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
8918         Protect remove_fakesink using a mutex, so that we don't try and
8919         remove the fakesink simultaneously from multiple threads.
8920
8921         When going from READY to PAUSED, restore the fakesink, so that
8922         it is there when decodebin gets reused.
8923
8924 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
8925
8926         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8927         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8928         * gst-libs/gst/rtp/gstbasertppayload.c:
8929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8930         * gst/tcp/gstmultifdsink.c:
8931         * gst/tcp/gsttcpclientsink.c:
8932         * gst/tcp/gsttcpclientsrc.c:
8933         * gst/tcp/gsttcpserversink.c:
8934         * gst/tcp/gsttcpserversrc.c:
8935         * gst/videorate/gstvideorate.c:
8936         * gst/videotestsrc/gstvideotestsrc.c:
8937         * sys/v4l/gstv4ljpegsrc.c:
8938         * sys/v4l/gstv4lmjpegsink.c:
8939         * sys/v4l/gstv4lsrc.c:
8940         * tests/examples/seek/scrubby.c:
8941         * tests/examples/seek/seek.c:
8942           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
8943
8944 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8945
8946         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
8947           Second field in GEnumValue shouldn't be a description,
8948           but a stringified version of the enum value.
8949
8950 2006-06-22  Wim Taymans  <wim@fluendo.com>
8951
8952         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8953         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
8954         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8955         Avoid type checking in buffer casts.
8956         Avoid caps copy in buffer_alloc when we can.
8957         Use pad_peer_accept.
8958
8959 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8960
8961         * gst-libs/gst/tag/tag.h:
8962           Oops, make that 'Since: 0.10.9'.
8963
8964 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8965
8966         * docs/libs/gst-plugins-base-libs-sections.txt:
8967         * gst-libs/gst/tag/tag.h:
8968         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
8969         (gst_tag_image_type_get_type):
8970           API: add GstTagImageType enum to describe images contained
8971           in image tags (#345641).
8972
8973 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8974
8975         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
8976           Fix warnings with gst-inspect: "buffers-min" property
8977           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
8978           typo in property description.
8979
8980 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8981
8982         Patch by: Cody Russell <bratsche at gnome org>
8983
8984         * gst/audioresample/gstaudioresample.c:
8985         (gst_audioresample_class_init):
8986         * gst/playback/gststreamselector.c:
8987         (gst_stream_selector_class_init):
8988         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
8989         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
8990         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
8991         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
8992         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
8993         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
8994         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
8995         * gst/videotestsrc/gstvideotestsrc.c:
8996         (gst_video_test_src_class_init):
8997         * gst/volume/gstvolume.c: (gst_volume_class_init):
8998           Avoid unnecessary class cast check in class_init
8999           functions (#337747).
9000
9001 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
9002
9003         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
9004         (gst_text_overlay_video_chain):
9005           g_markup_escape_text() REALLY doesn't like non-UTF8 input
9006           and doesn't validate its input either (and neither did
9007           textoverlay it seems). Let's do that then and fix #345206.
9008
9009 2006-06-19  Wim Taymans  <wim@fluendo.com>
9010
9011         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9012         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
9013         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
9014         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
9015         (find_syncframe), (find_limits), (assign_value),
9016         (count_burst_unit), (gst_multi_fd_sink_new_client),
9017         (gst_multi_fd_sink_handle_client_write),
9018         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
9019         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
9020         (gst_multi_fd_sink_change_state):
9021         * gst/tcp/gstmultifdsink.h:
9022         Added shiny new burst-on-connect methods.
9023         Add properties to control the minimal amount of data queued.
9024         Small cleanups.
9025         API: bytes-min property
9026         API: time-min property
9027         API: buffers-min property
9028         API: burst-unit property
9029         API: burst-value property
9030         API: add-full signal
9031
9032         * gst/tcp/gsttcp-marshal.list:
9033         Added new marshaller code for the new signal.
9034
9035         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9036         (multifdsink_suite):
9037         Added testcases for new burst methods.
9038
9039 2006-06-19  Edward Hervey  <edward@fluendo.com>
9040
9041         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
9042         Implement clipping for accurate seeking.
9043         Closes #345225
9044
9045 2006-06-19  Wim Taymans  <wim@fluendo.com>
9046
9047         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
9048
9049         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
9050         (gst_video_scale_transform):
9051         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
9052
9053 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9054
9055         * configure.ac:
9056           Fix --disable-external (can't set conditionals conditionally,
9057           #343602).
9058
9059 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9060
9061         * tests/check/elements/audioresample.c: (test_reuse),
9062         (audioresample_suite):
9063           Add test case for bug #342789 fixed below.
9064
9065 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9066
9067         * gst/audioresample/gstaudioresample.c:
9068         (gst_audioresample_class_init), (gst_audioresample_init),
9069         (audioresample_start), (audioresample_stop),
9070         (gst_audioresample_set_property), (gst_audioresample_get_property):
9071           Implement GstBaseTransform::start and ::stop so that audioresample
9072           can clear its internal state properly and be reused instead of
9073           causing non-negotiated errors with playbin under some circumstances
9074           (#342789).
9075
9076         * tests/check/elements/audioresample.c: (setup_audioresample),
9077         (cleanup_audioresample):
9078           Need to set element state here so that ::start and ::stop are
9079           called.
9080
9081 2006-06-16  Wim Taymans  <wim@fluendo.com>
9082
9083         Patch by: Young-Ho Cha <ganadist at chollian dot net>
9084
9085         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
9086         Parse extra data better, apparently it's right behind
9087         the normal strf header size. Fixes #343500.
9088
9089 2006-06-16  Wim Taymans  <wim@fluendo.com>
9090
9091         * ext/alsa/gstalsasink.c: (set_hwparams):
9092         If we fail to set the buffer_time and period_time alsa
9093         parameters, post a warning and leave alsa select a 
9094         default instead of failing. Fixes #342085
9095
9096 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9097
9098         * docs/libs/gst-plugins-base-libs-sections.txt:
9099         * gst-libs/gst/cdda/gstcddabasesrc.h:
9100           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
9101           out in the header file and shouldn't be listed in the docs.
9102
9103         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9104           Must dereference pointer to fourcc in the debug statement.
9105
9106 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
9107
9108         * docs/libs/Makefile.am:
9109         * docs/libs/gst-plugins-base-libs-docs.sgml:
9110         * docs/libs/gst-plugins-base-libs-sections.txt:
9111         * docs/libs/gst-plugins-base-libs.types:
9112         add remaining symbols into correct setions
9113         
9114         * gst-libs/gst/audio/gstringbuffer.c:
9115         fix incomplete docs
9116         
9117         * gst-libs/gst/audio/gstringbuffer.h:
9118         comment out not yet implemented function
9119         
9120         
9121         * gst-libs/gst/floatcast/floatcast.h:
9122         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9123         add short descriptions
9124         
9125         
9126         * gst-libs/gst/interfaces/propertyprobe.c:
9127         fix return value docs   
9128         
9129         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9130         simplify debug logging
9131         
9132         * gst-libs/gst/riff/riff-read.h:
9133         sync function prototype and docs
9134         
9135         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9136         remove left over symbol
9137
9138 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9139
9140         * autogen.sh:
9141         * configure.ac:
9142         * docs/Makefile.am:
9143           Use GST_PLUGIN_DOCS macro in configure.ac, add
9144           --enable-plugin-docs default to autogen.sh and use
9145           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
9146
9147 2006-06-15  Wim Taymans  <wim@fluendo.com>
9148
9149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9150         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
9151         (gst_ogg_demux_loop):
9152         Combine GstFlowReturn from the source pads to give a
9153         meaningfull result to the upstream peer or to stop the
9154         processing task in case of errors.
9155
9156 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9157
9158         * gst/playback/gststreaminfo.c: (cb_probe):
9159           Try GST_TAG_CODEC as fallback when extracting the
9160           codec name; more debug info.
9161
9162 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9163
9164         * ext/ogg/Makefile.am:
9165         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9166           Extract language tags from ogm subtitle streams, so that
9167           the subtitle menu choices are labelled correctly in
9168           Totem (fixes #344708).
9169
9170 2006-06-14  Wim Taymans  <wim@fluendo.com>
9171
9172         Patch by: Alessandro Decina <alessandro at nnva dot org>
9173
9174         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
9175         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
9176         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
9177         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
9178         Fix various leaks. Fixes #343699.
9179         Add x-smoke mime type.
9180
9181 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst-libs/gst/riff/riff-ids.h:
9184           Add IDs for 'bext' chunks (see #343837).
9185
9186 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9187
9188         Patch by: Young-Ho Cha  <ganadist at chollian net>
9189
9190         * gst/subparse/samiparse.c: (sami_context_pop_state),
9191         (handle_start_font), (end_sami_element):
9192           Honour font face tags in SAMI subtitles (#344503).
9193
9194 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9195
9196         * po/POTFILES.in:
9197           add missing files containing translatable strings
9198
9199 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9200
9201         * docs/libs/tmpl/.cvsignore:
9202           we don't want those *.sgml files in CVS either
9203
9204 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9205
9206         * docs/libs/.cvsignore:
9207         * tests/check/elements/.cvsignore:
9208         * tests/check/libs/.cvsignore:
9209           ignore more
9210
9211 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9212
9213         * docs/libs/Makefile.am:
9214           also commiting the changed Makefile.am (added more libs to the
9215           doc-build)
9216
9217 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9218
9219         * docs/libs/gst-plugins-base-libs-docs.sgml:
9220         * docs/libs/gst-plugins-base-libs-sections.txt:
9221         * docs/libs/gst-plugins-base-libs.types:
9222           first batch of reordering things, add index & hierarchy
9223
9224 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9225
9226         * configure.ac:
9227           use GST_PKG_CHECK_MODULES, cleans up output
9228
9229 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9230
9231         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9232           Add support for burn:// URIs (#343385); const-ify things a bit,
9233           use G_N_ELEMENTS instead of hard-coded array size.
9234
9235 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9236
9237         Patch by: Young-Ho Cha  <ganadist at chollian net>
9238
9239         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
9240           Fix up broken entities before passing them to libxml *sigh*.
9241           (#343303).
9242           
9243 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9244
9245         * configure.ac:
9246           back to TRUNK
9247
9248 === release 0.10.8 ===
9249
9250 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
9251
9252         * configure.ac:
9253           releasing 0.10.8, "Moar gij ziet mij nie"
9254
9255 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9256
9257         * configure.ac:
9258         * po/af.po:
9259         * po/az.po:
9260         * po/cs.po:
9261         * po/en_GB.po:
9262         * po/hu.po:
9263         * po/it.po:
9264         * po/nb.po:
9265         * po/nl.po:
9266         * po/or.po:
9267         * po/sq.po:
9268         * po/sr.po:
9269         * po/sv.po:
9270         * po/uk.po:
9271         * po/vi.po:
9272         * win32/common/config.h:
9273           0.10.7.2 prerelease
9274
9275 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9276
9277         * docs/libs/tmpl/gstaudio.sgml:
9278         * docs/libs/tmpl/gstcolorbalance.sgml:
9279         * docs/libs/tmpl/gstmixer.sgml:
9280         * docs/libs/tmpl/gstringbuffer.sgml:
9281         * docs/libs/tmpl/gsttuner.sgml:
9282         * docs/libs/tmpl/gstxoverlay.sgml:
9283         * gst-libs/gst/audio/audio.c:
9284         * gst-libs/gst/audio/gstringbuffer.c:
9285         * gst-libs/gst/interfaces/colorbalance.c:
9286         * gst-libs/gst/interfaces/mixer.c:
9287         * gst-libs/gst/interfaces/tuner.c:
9288         * gst-libs/gst/interfaces/xoverlay.c:
9289           move last template doc snippets to source code and delete them
9290
9291 2006-06-06  Michael Smith  <msmith@fluendo.com>
9292
9293         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
9294         (theora_parse_drain_queue):
9295           Mark DELTA_UNIT on non-keyframes.
9296
9297 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
9298
9299         * gst-libs/gst/audio/gstbaseaudiosink.c:
9300         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
9301         * gst-libs/gst/audio/gstbaseaudiosink.h:
9302         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
9303         (gst_ring_buffer_samples_done):
9304         * gst-libs/gst/audio/gstringbuffer.h:
9305         Document better the fact that latency_time and buffer_time are values
9306         stored in microseconds, and not the usual GStreamer nanoseconds.
9307         Change the variables (compatibly) that store them from GstClockTime 
9308         to guint64 to make it more clear that they're not storing clock times.
9309         Also, remove the bogus property description that says the user can
9310         specify -1 to get the default value, since that's never been the case.
9311
9312         When computing the default segment size for the ring buffer, make it
9313         an integer number of samples.
9314
9315         When the sub-class indicates a delay greater than the number of
9316         samples we've written return 0 from the audio sink get_time method.
9317
9318 2006-06-02  Michael Smith  <msmith@fluendo.com>
9319
9320         * tests/check/elements/audioconvert.c: (set_channel_positions),
9321         (get_float_mc_caps), (get_int_mc_caps):
9322         * tests/check/elements/audioresample.c:
9323         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
9324         * tests/check/elements/videorate.c:
9325         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
9326         * tests/check/elements/volume.c:
9327         * tests/check/elements/vorbisdec.c:
9328         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
9329           Don't busy-wait in tests; this was causing test timeouts very
9330           frequently when running under valgrind.
9331
9332 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9333
9334         * gst/tcp/README:
9335         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
9336         (gst_multi_fd_sink_remove_client_link),
9337         (gst_multi_fd_sink_client_queue_caps),
9338         (gst_multi_fd_sink_client_queue_buffer),
9339         (gst_multi_fd_sink_handle_client_write),
9340         (gst_multi_fd_sink_render):
9341         * gst/tcp/gstmultifdsink.h:
9342           make multifdsink properly deal with streamheader:
9343           - streamheader is taken from caps
9344           - buffers marked with IN_CAPS are not sent
9345           - streamheaders are sent, on connection, from the caps of the
9346             buffer where the client gets positioned to
9347           - further streamheader changes are done every time the client
9348             will receive a buffer with different caps
9349         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9350         (gst_multifdsink_create_streamheader):
9351           add tests for this
9352
9353 2006-06-02  Michael Smith  <msmith@fluendo.com>
9354
9355         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9356           Reinstate limit on channel count. Vorbis does not define the meaning
9357           of > 6 channels, so they're just independent channels. Gstreamer
9358           currently has no mechanism to represent N independent channels.
9359
9360 2006-06-02  Michael Smith  <msmith@fluendo.com>
9361
9362         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9363           Don't arbitrarily restrict channel counts and rate in vorbis.
9364           In terms of effects likely on real-world files, this fixes 96kHz
9365           playback of vorbis.
9366
9367 2006-06-02  Michael Smith  <msmith@fluendo.com>
9368
9369         * gst/audioconvert/audioconvert.c: (float):
9370           More correct float->int conversion.
9371
9372 2006-06-02  Michael Smith  <msmith@fluendo.com>
9373
9374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
9375           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
9376           value. Fixes g-critical on trying to play back ogg containing
9377           unknown codec.
9378
9379 2006-06-02  Wim Taymans  <wim@fluendo.com>
9380
9381         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
9382         (setup_source):
9383         * gst/playback/gstplaybasebin.h:
9384         Make the subtitle detection work from any thread so we don't
9385         deadlock. Fixes #343397.
9386
9387 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9388
9389         * gst/volume/Makefile.am:
9390           Seriously, it's not *that* hard to get compilation right.  Even
9391           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
9392
9393 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9394
9395         * gst/volume/gstvolume.c: (volume_choose_func),
9396         (volume_update_real_volume), (gst_volume_class_init),
9397         (gst_volume_init), (volume_process_float), (volume_process_int16),
9398         (volume_process_int16_clamp), (volume_set_caps),
9399         (volume_transform_ip), (plugin_init):
9400         * gst/volume/gstvolume.h:
9401         rewrite the passthrough check, split _int16 and _int16_clamp, fix
9402         another property desc., remove unused param from process function
9403         
9404         * tests/check/elements/volume.c: (volume_suite):
9405         reactivate the passthrough test
9406
9407 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9408
9409         * ext/alsa/gstalsamixerelement.h:
9410         * ext/alsa/gstalsamixeroptions.h:
9411         * ext/alsa/gstalsamixertrack.h:
9412         * ext/gnomevfs/gstgnomevfssink.h:
9413         * ext/gnomevfs/gstgnomevfssrc.h:
9414         * ext/theora/gsttheoradec.h:
9415         * ext/theora/gsttheoraenc.h:
9416         * ext/theora/gsttheoraparse.h:
9417         * ext/vorbis/vorbisparse.h:
9418         * gst-libs/gst/audio/gstaudioclock.h:
9419         * gst-libs/gst/audio/gstaudiofilter.h:
9420         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9421         * gst/audioconvert/gstaudioconvert.h:
9422         * gst/audioresample/gstaudioresample.h:
9423         * gst/audiotestsrc/gstaudiotestsrc.h:
9424         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9425         * gst/playback/gststreamselector.h:
9426         * gst/tcp/gstmultifdsink.h:
9427         * gst/tcp/gsttcpclientsink.h:
9428         * gst/tcp/gsttcpclientsrc.h:
9429         * gst/tcp/gsttcpserversink.h:
9430         * gst/tcp/gsttcpserversrc.h:
9431         * gst/videorate/gstvideorate.h:
9432         * gst/videoscale/gstvideoscale.h:
9433         * gst/videotestsrc/gstvideotestsrc.h:
9434         * gst/volume/gstvolume.h:
9435         * sys/v4l/gstv4ljpegsrc.h:
9436         * sys/v4l/gstv4lmjpegsink.h:
9437         * sys/v4l/gstv4lmjpegsrc.h:
9438         * sys/v4l/gstv4lsrc.h:
9439         * sys/ximage/ximagesink.h:
9440         * sys/xvimage/xvimagesink.h:
9441         * tests/old/testsuite/alsa/sinesrc.h:
9442         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9443
9444 2006-05-31  Wim Taymans  <wim@fluendo.com>
9445
9446         * ext/libvisual/visual.c: (gst_visual_reset),
9447         (gst_visual_sink_setcaps), (gst_visual_sink_event),
9448         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
9449         Handle DISCONT.
9450         Use running time before doing QoS.
9451         Handle mono too.
9452
9453 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9454
9455         * docs/libs/Makefile.am:
9456           set a magic variable to indicate we know the docs are incomplete
9457
9458 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9459
9460         * win32/common/libgstvideo.def:
9461           export gst_video_calculate_display_ratio
9462         * win32/vs6/libgstvideoscale.dsp:
9463           add link to libgstvideo-0.10.lib
9464
9465 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * gst/playback/gstplaybasebin.c: (gen_source_element):
9468           Throw a more comprehensible error for rtsp:// URIs (rather
9469           than erroring out with a negotiation error later on) until
9470           we fix playbin to handle rtspsrc etc.
9471
9472 2006-05-30  Wim Taymans  <wim@fluendo.com>
9473
9474         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
9475         (gst_text_overlay_text_event):
9476         Added some FIXMEs.
9477
9478 2006-05-30  Wim Taymans  <wim@fluendo.com>
9479
9480         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
9481         (gst_adder_request_new_pad), (gst_adder_release_pad):
9482         * gst/adder/gstadder.h:
9483         Implement release_request_pad.
9484         Make padcounter atomic.
9485
9486         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
9487         Added check for release_pad in adder.
9488
9489 2006-05-30  Wim Taymans  <wim@fluendo.com>
9490
9491         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
9492         Fix build again.
9493
9494 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9495
9496         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9497         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
9498         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9499         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
9500         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
9501         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
9502         (gst_ogg_demux_bisect_forward_serialno),
9503         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
9504         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
9505           add more debugging
9506           clean up printf formats for granulepos and serialno
9507
9508 2006-05-30  Michael Smith  <msmith@fluendo.com>
9509
9510         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9511         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
9512         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
9513         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
9514         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
9515         * ext/vorbis/vorbisenc.h:
9516           Multi-channel caps negotiation, so we can do proper multichannel
9517           vorbis encoding, negotiated through audioconvert.
9518
9519 2006-05-30  Wim Taymans  <wim@fluendo.com>
9520
9521         * tests/check/elements/adder.c: (test_event_message_received),
9522         (test_play_twice_message_received), (GST_START_TEST),
9523         (adder_suite):
9524         Added check to show that #339935 is fixed with ongoing
9525         adder and collectpads fixes.
9526
9527 2006-05-29  Wim Taymans  <wim@fluendo.com>
9528
9529         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
9530         Don't leak pad name.
9531
9532 2006-05-29  Wim Taymans  <wim@fluendo.com>
9533
9534         * gst/adder/gstadder.c: (gst_adder_query_duration),
9535         (forward_event_func), (forward_event), (gst_adder_src_event):
9536         Fix adder seeking.
9537         Make query/seeking code threadsafe.
9538
9539         * tests/check/Makefile.am:
9540         * tests/check/elements/adder.c: (test_event_message_received),
9541         (GST_START_TEST), (test_play_twice_message_received):
9542         Fix adder test case.
9543
9544 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
9545
9546         Patch by: Young-Ho Cha  <ganadist at chollian net>
9547
9548         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9549         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9550         (set_encoding_element), (decodebin_element_added_cb),
9551         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
9552         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9553         * gst/playback/gstplaybasebin.h:
9554           Add 'subtitle-encoding' property to playbin, so applications can
9555           force a subtitle encoding for non-UTF8 subtitles (#342268).
9556
9557         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
9558         (gst_sub_parse_set_property):
9559           Rename recently-added 'encoding' property to 'subtitle-encoding'
9560           (so it can be proxied by playbin/decodebin in a generic way
9561           with less danger of false positives).
9562
9563 2006-05-29  Michael Smith  <msmith@fluendo.com>
9564
9565         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9566         (append_with_other_format), (set_structure_widths),
9567         (gst_audio_convert_transform_caps):
9568           Patch from #341562: give more specific audio caps in get_caps, so
9569           that basetransform  can make better decisions on what caps to
9570           negotiate.
9571
9572 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9573
9574         * tests/check/elements/volume.c:
9575         make it compile again
9576
9577 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9578
9579         * tests/check/elements/volume.c: (volume_suite):
9580         disable test until #343196 gets resolved
9581
9582 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9583
9584         * gst/adder/gstadder.c: (gst_adder_get_type):
9585         Make it easier to copy&paste
9586         
9587         * gst/volume/Makefile.am:
9588         * gst/volume/gstvolume.c: (volume_update_real_volume),
9589         (gst_volume_set_volume), (gst_volume_set_mute),
9590         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
9591         (volume_transform_ip), (volume_update_mute),
9592         (volume_update_volume):
9593         * gst/volume/gstvolume.h:
9594         Add own debug category, move duplicate code to helper function, fix
9595         property texts, add more comments and prepare ffor liboil-goodness
9596         
9597         * tests/check/Makefile.am:
9598         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9599         add test for mute and passtrough case, be a bit more verbose to track
9600         failure
9601         
9602         * tests/check/generic/states.c: (GST_START_TEST):
9603         catch elements that fail to instantiate
9604
9605 2006-05-28  Edward Hervey  <edward@fluendo.com>
9606
9607         * tests/check/pipelines/simple-launch-lines.c:
9608         * tests/check/pipelines/theoraenc.c:
9609         * tests/check/pipelines/vorbisenc.c:
9610         Comment out tests using parse_launch() if core was built without
9611         parsing capabilities.
9612
9613 2006-05-27  Edward Hervey  <edward@fluendo.com>
9614
9615         * tests/check/Makefile.am:
9616         Extra bonus points for whoever explains to ensonic that you are meant
9617         to test unit tests thoroughly before commiting them, especially if
9618         you know it's going to break.
9619         De-activated element/adder tests.
9620
9621 2006-05-27  Edward Hervey  <edward@fluendo.com>
9622
9623         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9624         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
9625         Marking caps conversion issues as GST_WARNING is way too verbose,
9626         Moving them to GST_LOG.
9627
9628 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9629
9630         * README:
9631           Replace current README (containing the release notes from
9632           some 0.9.x version) with a proper README taken from the core.
9633
9634 2006-05-26  Wim Taymans  <wim@fluendo.com>
9635
9636         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9637         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
9638         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
9639         (vorbis_dec_change_state):
9640         Small cleanups.
9641         Add some FIXMEs
9642         Clip output samples to segment boundaries.
9643
9644 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9645
9646         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9647         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
9648         Improve the errors produced on bad output, including some human
9649         readable description strings.
9650         Handle the (theoretical for ximagesink) case where the XServer 
9651         has a different idea about the size required for a particular 
9652         frame and gives us too small a memory allocation.
9653
9654 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9655
9656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9657         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
9658         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
9659         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9660         Improve the errors produced on bad output, including some human 
9661         readable description strings.
9662         Handle RGB Xv formats properly by transforming them into our 
9663         big-endian caps description.
9664         Use gst_caps_truncate to ensure that we never try and choose a
9665         non-fixed caps in buffer_alloc.
9666         Handle the case where the XServer has a different idea about the size
9667         required for a particular frame and gives us too small a memory
9668         allocation.
9669         Use -1 to indicate 'no image format', because 0 is a valid XServer
9670         image format number.
9671         Put RGB Xv formats at the end of the caps, so that we always prefer
9672         YUV format frames.
9673         Iterate the available Xv Encodings to determine the maximum width and
9674         height, and then return that in our caps.
9675         (Closes #315312, #337544)
9676
9677 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9678
9679         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
9680         When there is only one unfinished pad and it receives an event that
9681         doesn't match our requirements, we need to set alldone=FALSE so that
9682         the fakesink is not removed yet.
9683
9684 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9685
9686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9687           Use gst_type_find_helper_for_buffer() to find the type
9688           of stream from the first packet.
9689
9690         * configure.ac:
9691           Bump requirements to core CVS (needed for vorbis
9692           typefinding to work).
9693
9694 2006-05-24  Edward Hervey  <edward@fluendo.com>
9695
9696         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
9697         Added the 'prfl' atom type which MQV (no, it's not a typo) files
9698         contain.  Else they play perfectly fine with qtdemux.
9699
9700 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
9701
9702         * ext/theora/theoradec.c:
9703         * ext/theora/theoraenc.c:
9704         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
9705         * gst/audiorate/gstaudiorate.c:
9706           make more debug catagories static
9707         
9708         * tests/check/Makefile.am:
9709         * tests/check/elements/adder.c: (message_received),
9710         (test_event_message_received), (GST_START_TEST),
9711         (test_play_twice_message_received), (adder_suite):
9712           added test case for using element twice, extra bonus points for anyone
9713           who can make these test run reliably
9714
9715 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9716
9717         * ext/theora/theoradec.c: (theora_dec_chain):
9718           Make work with time-stamped input buffers that do not
9719           have a granulepos in BUFFER_OFFSET_END (like theora
9720           buffers coming from matroskademux). Fixes #342448.
9721
9722 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9723
9724         Patch by: Peter Kjellerstedt  <pkj at axis com>
9725
9726         * gst/tcp/Makefile.am:
9727           fdstresstest doesn't need Gtk+, fix compilation if 
9728           gtk is not available (#342566).
9729
9730 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9731          
9732         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9733           80 line columns
9734           Removed redundant floor()
9735
9736 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9737
9738         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9739           On second thought, just skip JUNK chunks automatically, so
9740           the caller doesn't have to handle this. Fixes #342345.
9741           Also, return GST_FLOW_UNEXPECTED if we get a short read,
9742           not GST_FLOW_ERROR.
9743
9744 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9745
9746         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9747           Don't bail out on JUNK chunks with a size of 0 (would try to
9748           pull_range 0 bytes before, which sources don't like too much).
9749           See #342345.
9750
9751 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9752
9753         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
9754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9755         Use the gstutil scaling function to preserve 64 bits while calculating
9756         output width and height from the display-aspect-ratio. (A continuation
9757         of #341542)
9758
9759 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9760
9761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9762         (gst_xvimagesink_buffer_alloc):
9763         * sys/xvimage/xvimagesink.h:
9764         When performing buffer allocations, remember the caps and image format
9765         we return so that if the same caps are asked for next time we can
9766         return them immediately without doing any caps intersections.
9767
9768 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9769          
9770         * gst-libs/gst/rtp/README:
9771           Some new documentation
9772         * gst-libs/gst/rtp/gstrtpbuffer.h:       
9773           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
9774         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9775         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
9776           New RTP audio base payloader class. Supports frame or sample based
9777           codecs.  Not enabled in Makefile.am until approved.
9778
9779 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9780
9781         * tests/check/elements/alsa.c: (test_device_property_probe):
9782           Fix test case: don't try to free NULL GValueArray when there
9783           are no devices.
9784
9785 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9786
9787         * tests/check/Makefile.am:
9788         * tests/check/elements/alsa.c: (test_device_property_probe),
9789         (alsa_suite), (main):
9790           Add simple test that runs a device property probe on alsasrc,
9791           alsasink and alsamixer. Disable valgrind check for now (too
9792           many leaks in libasound, and valgrind ignored my suppressions
9793           additions).
9794
9795 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9796
9797         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
9798         (gst_alsa_device_property_probe_probe_property),
9799         (gst_alsa_device_property_probe_needs_probe),
9800         (gst_alsa_device_property_probe_get_values),
9801         (gst_alsa_type_add_device_property_probe_interface):
9802         * ext/alsa/gstalsadeviceprobe.h:
9803         * ext/alsa/gstalsamixerelement.c:
9804         (gst_alsa_mixer_element_init_interfaces):
9805         * ext/alsa/gstalsamixerelement.h:
9806           Clean up and simplify alsa device probing. Make it actually work
9807           for multiple classes. Don't cache results any longer.
9808
9809         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
9810         (gst_alsasink_init):
9811         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
9812         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
9813         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
9814           Make alsasink and alsasrc implement the GstPropertyProbe interface
9815           for device probing (#342181).
9816           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
9817
9818 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9819
9820         * gst/subparse/samiparse.c: (handle_start_font):
9821           Don't ignore return value of strtol (++compiler_happiness).
9822
9823 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9824
9825         Patch by: Young-Ho Cha  <ganadist chollian net>
9826
9827         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9828         (gst_sub_parse_class_init), (gst_sub_parse_init),
9829         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
9830         (convert_encoding):
9831         * gst/subparse/gstsubparse.h:
9832           Add 'encoding' property (#341681).
9833
9834         * gst/subparse/samiparse.c: (characters_sami):
9835           Output is pango markup, so we need to escape text
9836           between tags (#342143).
9837
9838 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9839
9840         * gst-libs/gst/audio/multichannel.c:
9841         (gst_audio_check_channel_positions):
9842           It's okay to have caps with channels=1 and a channel position
9843           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
9844           (deinterleavers might want to keep the position in the caps,
9845           so that they can be re-interleaved again properly later).
9846           Leave check for unexpected 2-channel layouts intact for now.
9847
9848 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9849
9850         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
9851         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
9852         basesrc can do its job correctly.
9853
9854 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9855
9856         * ext/alsa/Makefile.am:
9857         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
9858         (gst_alsa_detect_formats), (get_channel_free_structure),
9859         (caps_add_channel_configuration), (gst_alsa_detect_channels),
9860         (gst_alsa_probe_supported_formats):
9861         * ext/alsa/gstalsa.h:
9862         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9863           Refactor and improve caps probing code: probe signedness
9864           when we probe the supported formats/widths; set endianness
9865           to the one we actually probed for (ie. cpu endianness).
9866           
9867         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
9868         (gst_alsasrc_close):
9869         * ext/alsa/gstalsasrc.h:
9870           Implement caps probing for alsasrc.
9871
9872 2006-05-15  Wim Taymans  <wim@fluendo.com>
9873
9874         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9875         (theora_dec_src_query), (theora_dec_src_event),
9876         (theora_dec_sink_event), (theora_handle_comment_packet),
9877         (theora_handle_data_packet), (theora_dec_change_state):
9878         Cleanups, add some G_LIKELY.
9879         Use segment helpers instead of our own wrong code.
9880         Clear queued buffers on seek and READY.
9881
9882         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
9883         (vorbis_dec_convert), (vorbis_dec_src_query),
9884         (vorbis_dec_src_event), (vorbis_dec_sink_event),
9885         (vorbis_handle_comment_packet), (vorbis_dec_push),
9886         (vorbis_handle_data_packet), (vorbis_dec_chain),
9887         (vorbis_dec_change_state):
9888         * ext/vorbis/vorbisdec.h:
9889         Remove old useless packetno variable.
9890         Do position query properly.
9891         Add some G_LIKELY.
9892         Do cleanup of queued buffers in new helper function
9893         and use it.
9894
9895 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9896
9897         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9898           Query supported sample rates. Fixes #341732.
9899
9900 2006-05-15  Julien MOUTTE  <julien@moutte.net>
9901
9902         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
9903         (gst_decode_bin_change_state): Make decodebin reusable
9904         when going from PAUSE_TO_READY and then back to PAUSED.
9905         Fixes #331678.
9906
9907 2006-05-15  Wim Taymans  <wim@fluendo.com>
9908
9909         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
9910         (vorbis_dec_convert), (vorbis_dec_src_query),
9911         (vorbis_dec_sink_query), (vorbis_dec_src_event),
9912         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
9913         (vorbis_dec_clean_queued), (vorbis_dec_push),
9914         (vorbis_handle_data_packet), (vorbis_dec_change_state):
9915         Cleanups. Use refcounting and DEBUG_OBJECT.
9916         Reset segment on flush, use code methods instead of our
9917         own wrong version.
9918         Fix potential memleak.
9919
9920 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9921
9922         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9923         (gst_alsasink_init):
9924         * ext/alsa/gstalsasink.h:
9925           Don't leak allocated snd_output_t structure if there's
9926           more than one alsasink instance at a time (#341873).
9927           Also fix GObject macros in header file.
9928           
9929 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9930
9931         * gst/subparse/gstsubparse.c:
9932         (gst_sub_parse_data_format_autodetect):
9933           Don't use libxml functions in the typefinding code.
9934
9935 2006-05-15  Wim Taymans  <wim@fluendo.com>
9936
9937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9938         Fix seeking performance in the case where a non-header 
9939         packet has a 0 granulepos (busted theora case). 
9940         Fixes #341719
9941         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
9942          the first place, you limelight stealer you)
9943
9944 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9945
9946         * gst/subparse/gstsubparse.c:
9947         (gst_sub_parse_data_format_autodetect):
9948           Improve SAMI typefinding: handle case where there are
9949           whitespaces or newlines in front of the first <SAMI>
9950           tag (#169936).
9951
9952 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9953
9954         * configure.ac:
9955           Build video4linux plugin even if there's no XVIDEO, just
9956           without implementing the GstXOverlay interface (#334002).
9957          
9958 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9959
9960         * configure.ac:
9961         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
9962         (plugin_init):
9963           Add tentative support for libvisual-0.4 (#336881).
9964
9965 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9966
9967         Patch by: Young-Ho Cha <ganadist at chollian net>
9968
9969         * gst/subparse/samiparse.c: (handle_start_font):
9970           Need to map "silver" colour explicitly (#169936).
9971
9972 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9973
9974         Patch by: Young-Ho Cha  <ganadist at chollian net>
9975
9976         * gst/subparse/Makefile.am:
9977         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9978         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
9979         (gst_sub_parse_format_autodetect), (feed_textbuf),
9980         (gst_subparse_type_find), (plugin_init):
9981         * gst/subparse/gstsubparse.h:
9982         * gst/subparse/samiparse.c:
9983         * gst/subparse/samiparse.h:
9984           Add support for SAMI subtitles (#169936).
9985
9986 2006-05-14  Michael Smith  <msmith@fluendo.com>
9987
9988         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
9989           Fix #341696: crash when mixing L+R+C to mono or stereo.
9990         * tests/check/Makefile.am:
9991         * tests/check/elements/audioconvert.c: (set_channel_positions),
9992         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
9993         (audioconvert_suite):
9994           Add test for the above, including some generic framework bits for
9995           testing multichannel things.
9996
9997 === release 0.10.7 ===
9998
9999 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
10000
10001         * configure.ac:
10002           releasing 0.10.7, "Leave the gun"
10003
10004 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
10005
10006         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10008         Fix the build.
10009
10010 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
10011
10012         * docs/libs/gst-plugins-base-libs-docs.sgml:
10013         * docs/libs/gst-plugins-base-libs-sections.txt:
10014         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
10015         * gst-libs/gst/video/video.h:
10016         * gst/videoscale/Makefile.am:
10017         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10019         * tests/check/Makefile.am:
10020         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
10021         (main):
10022           Fix integer overflow problem with pixel-aspect-ratio calculations
10023           in videoscale and xvimagesink (#341542)
10024
10025 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * gst-libs/gst/tag/gstid3tag.c:
10028           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
10029
10030 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
10031
10032         * win32/MANIFEST:
10033           update win32 files listing
10034
10035 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10036
10037         patch by: Sjoerd Simons (sjoerd@luon.net)
10038
10039         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10040         (group_create), (group_destroy), (add_stream),
10041         (gst_play_base_bin_get_property),
10042         (gst_play_base_bin_get_streaminfo_value_array):
10043         * gst/playback/gstplaybasebin.h:
10044           API: GstPlayBaseBin::stream-info-value-array property
10045           use a more bindings-friendly way of exposing streaminfo
10046           using a GValueArray.  Tested in ipython.
10047           Closes #341114
10048
10049 2006-05-11  Wim Taymans  <wim@fluendo.com>
10050
10051         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
10052         (queue_underrun_cb), (queue_filled_cb):
10053         Also catch queue underruns but don't do anything yet.
10054         Refactor and comment queue enlarging code a bit.
10055
10056         * gst/playback/gstplaybasebin.c: (queue_overrun),
10057         (queue_threshold_reached), (queue_out_of_data),
10058         (gen_preroll_element):
10059         If a queue over/underruns check that we don't create nasty
10060         deadlocks when the min-threshold is not reached but the
10061         max-bytes is. In those cases disable max-bytes when we
10062         know that the queue is fed timed data.
10063         Add more comments.
10064
10065 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10066
10067         * gst/playback/gstplaybin.c: (gen_audio_element):
10068           Make playbin automatically plug an 'audioresample'
10069           element before the audio sink as well. This solves
10070           problems with sinks that only accept a very specific
10071           sample rate, like esdsink (e.g. #340379).
10072
10073 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         * gst/playback/gstplaybasebin.c: (gen_source_element):
10076           Make http sources send special headers so that we receive
10077           icecast metadata if the http stream is an icecast stream
10078           (otherwise the server will just ignore them). This also
10079           means that from now on users will need the 'icydemux'
10080           element from gst-plugins-good installed if they want to
10081           listen to icecast radio streams. (#341432, #333657).
10082
10083 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10084
10085         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
10086         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
10087           remove stupid example from docs - it should come with a simple
10088           C program instead.
10089           Clean up/fix docs
10090         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10091         (fail_if_can_read), (GST_START_TEST),
10092         (gst_multifdsink_create_streamheader), (multifdsink_suite):
10093           add a test for changing streamheader which exposes a bug in
10094           multifdsink
10095
10096 2006-05-11  Michael Smith  <msmith@fluendo.com>
10097
10098         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
10099         (gst_gnome_vfs_src_received_headers_callback):
10100         * ext/gnomevfs/gstgnomevfssrc.h:
10101           Don't set icy-caps unless we have a sane interval value. Move
10102           interval to a local variable; we never use it outside this function.
10103
10104 2006-05-11  Wim Taymans  <wim@fluendo.com>
10105
10106         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10108         Register special buffer types along with the objects so
10109         that they are not registered at runtime from N different
10110         streaming threads since they are not threadsafe.
10111
10112 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10113
10114         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10115         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
10116           add two more tests, one doing streamheader
10117
10118 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10119
10120         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
10121           clean up the bufqueue when shutting down
10122         * tests/check/Makefile.am:
10123         * tests/check/elements/multifdsink.c: (setup_multifdsink),
10124         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
10125         (main):
10126           add a test for the leak that was just fixed
10127
10128 2006-05-10  Wim Taymans  <wim@fluendo.com>
10129
10130         * gst/adder/gstadder.c: (gst_adder_setcaps),
10131         (gst_adder_query_duration), (gst_adder_query), (forward_event),
10132         (gst_adder_src_event), (gst_adder_sink_event),
10133         (gst_adder_class_init), (gst_adder_finalize),
10134         (gst_adder_request_new_pad), (gst_adder_collected):
10135         * gst/adder/gstadder.h:
10136         Updated some docs. Added comments and FIXMEs all over the place.
10137         Improve debugging info.
10138         Fix leak on finalize by not calling the parent.
10139         Implement duration query.
10140         Make event forwarding threadsafe.
10141         Correctly send NEWSEGMENT at start and after flush.
10142         Handle EOS correctly.
10143         Post error when not negotiated.
10144
10145         * tests/check/elements/adder.c: (GST_START_TEST):
10146         Added FIXME in the test.
10147
10148 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10149
10150         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10151         (gst_text_overlay_halign_get_type),
10152         (gst_text_overlay_wrap_mode_get_type):
10153         * ext/theora/theoradec.c: (theora_handle_type_packet),
10154         (theora_handle_data_packet):
10155         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
10156         (theora_enc_sink_setcaps), (theora_enc_chain):
10157         * gst-libs/gst/cdda/gstcddabasesrc.c:
10158         (gst_cdda_base_src_mode_get_type):
10159         * gst/audiotestsrc/gstaudiotestsrc.c:
10160         (gst_audiostestsrc_wave_get_type):
10161         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10162         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10163         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10164         (gst_sync_method_get_type), (gst_unit_type_get_type),
10165         (gst_client_status_get_type):
10166         * gst/videoscale/gstvideoscale.c:
10167         (gst_video_scale_method_get_type):
10168         * gst/videotestsrc/gstvideotestsrc.c:
10169         (gst_video_test_src_pattern_get_type):
10170         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
10171         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
10172         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
10173         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
10174         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
10175         (paint_setup_RGB565), (paint_setup_xRGB1555):
10176           Const-ify GEnumValue and GFlagsValue arrays. Use
10177           GST_ROUND_UP_* macros instead of home-made ones.
10178
10179 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10180
10181         * configure.ac:
10182           Require core CVS for the new newsegment stuff.
10183
10184 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10185
10186         Patch by: Sjoerd Simons  <sjoerd at luon net>
10187
10188         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
10189           Register nick for enum value (#341160).
10190
10191 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
10192
10193         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
10194         (plugin_init):
10195          backout typefind patch #340375
10196          
10197         * tests/check/elements/adder.c: (message_received),
10198         (GST_START_TEST), (adder_suite):
10199           redo, signal-handling of test
10200
10201 2006-05-09  Wim Taymans  <wim@fluendo.com>
10202
10203         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
10204         (gst_adder_collected):
10205         * gst/adder/gstadder.h:
10206         Remove bogus segment merging and forwarding, we don't
10207         care about timestamps anyway and we just produce a
10208         continuous stream. 
10209         Also create a nice NEWSEGMENT event when we start.
10210         Use _scale_int some more.
10211
10212 2006-05-09  Edward Hervey  <edward@fluendo.com>
10213
10214         * tests/icles/stress-xoverlay.c:
10215         Fix if core was built without parsing support.
10216
10217 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10218
10219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10220           Add SEDG (Samsung MPEG-4) fourcc.
10221
10222 2006-05-09  Edward Hervey  <edward@fluendo.com>
10223
10224         * tests/icles/stress-xoverlay.c:
10225         * tests/examples/volume/volume.c:
10226         Fix if core was built without parsing support.
10227
10228         * tests/examples/seek/seek.c:
10229         Disable the parse_launch example if core was built without parsing
10230         support.
10231
10232 2006-05-08  Edward Hervey  <edward@fluendo.com>
10233
10234         * autogen.sh: (CONFIGURE_DEF_OPT): 
10235         libtoolize on Darwin/MacOSX is called glibtoolize
10236
10237 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10238
10239         * tests/check/Makefile.am:
10240         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
10241           Disable the adder test, until the build-slaves posses the kindness to 
10242           either like it or to give valid reason for not doing so 
10243
10244 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10245
10246         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10247         (adder_suite):
10248           Shuffle NULL state change around and raise timeout more
10249
10250 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10251
10252         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
10253         (mp4_type_find), (plugin_init):
10254           Add typefind to distinguish between "audio/x-m4a" and new type
10255           "video/mp4". Fixes #340375
10256
10257         * tests/check/elements/adder.c: (adder_suite):
10258           Raise timeout to make buildbot happy
10259
10260 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10261
10262         * gst/adder/gstadder.c: (gst_adder_sink_event),
10263         (gst_adder_request_new_pad), (gst_adder_change_state):
10264         * gst/adder/gstadder.h:
10265         * tests/check/Makefile.am:
10266         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10267         (adder_suite), (main):
10268           Add sink-event handling to adder. It tries to merge incomming
10269           newsegment-events. Added test to check if segment_done is comming
10270           through. Fixes #340060
10271
10272 2006-05-05  Andy Wingo  <wingo@pobox.com>
10273
10274         * ext/theora/theoraparse.c (gst_theora_parse_init)
10275         (theora_parse_src_convert, theora_parse_src_query):
10276         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
10277         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
10278         query functions on the source pads of the theora and vorbis parse
10279         elements. Fixes position querying when doing a remux.
10280
10281 2006-05-05  Michael Smith  <msmith@fluendo.com>
10282
10283         * ext/theora/theoraparse.c: (parse_granulepos),
10284         (theora_parse_drain_queue_prematurely),
10285         (theora_parse_queue_buffer), (theora_parse_sink_event):
10286           Fix flushing.
10287           Fix invalid granulepos outputs when starting with a non-keyframe.
10288
10289 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
10290
10291         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
10292         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
10293         Rearrange MPEG system stream detection, fixing some memleaks in the
10294         process.
10295         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
10296         they clean up their data correctly.
10297         Remove unused ogganx caps and move the 'is_annodex' check to inside
10298         the 'is_ogg' if statement.
10299
10300 2006-05-05  Wim Taymans  <wim@fluendo.com>
10301
10302         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
10303         Properly remove ghostpads. Fixes #340392
10304
10305 2006-05-04  David Schleef  <ds@schleef.org>
10306
10307         * gst/typefind/gsttypefindfunctions.c:
10308
10309 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
10310
10311         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10312         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
10313
10314         When typefinding an MP3 in push-based mode, don't penalise the
10315         probability down to 74% when we found 5 valid frames just because we
10316         can't peek the end of the file.
10317
10318         Make the probability for detecting MPEG Transport Streams based on the
10319         number of sequential headers we successfully detected.
10320
10321 2006-05-03  Wim Taymans  <wim@fluendo.com>
10322
10323         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10324         (vorbis_dec_push), (vorbis_dec_chain):
10325         Still produce an error when we receive an empty packet.
10326
10327 2006-05-03  Wim Taymans  <wim@fluendo.com>
10328
10329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
10330         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
10331         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
10332         Mark buffers with DISCONT after seek and after activating new
10333         chains.
10334
10335         * ext/theora/gsttheoradec.h:
10336         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10337         (theora_get_query_types), (theora_dec_sink_event),
10338         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
10339         (theora_dec_change_state):
10340         Fix frame counter.
10341         Detect and mark DISCONT buffers.
10342
10343         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10344         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
10345         (vorbis_dec_change_state):
10346         * ext/vorbis/vorbisdec.h:
10347         Use GstSegment.
10348         Detect and mark DISCONT buffers.
10349         Don't crash on 0 sized buffers.
10350
10351 2006-05-03  Wim Taymans  <wim@fluendo.com>
10352
10353         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
10354         (volume_transform_ip):
10355         Increase "volume" property to 10.0. Fixes #340369.
10356         Set the process function to NULL when capsnego fails so that
10357         we properly error out.
10358
10359 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10360
10361         * gst/playback/gstplaybin.c: (add_sink):
10362         * gst/playback/test.c: (main):
10363         * gst/playback/test5.c: (dump_element_stats):
10364         * gst/playback/test6.c: (main):
10365           free caps using gst_caps_unref, don't leak caps-strings
10366
10367 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
10368
10369         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
10370         (plugin_init):
10371           Refine musepack typefinding a bit. Return MAXIMUM
10372           probability when we detect stream version 7 to make
10373           sure the mpeg audio typefinder doesn't trump us.
10374
10375 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10376
10377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10378           Protect against unexpected NULL strf_data buffer.
10379
10380 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10381
10382         * tests/check/elements/audioconvert.c: (verify_convert),
10383         (GST_START_TEST):
10384           interpret the out[] buffer in the order the bytes are actually
10385           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
10386           Other tests should use BYTE_ORDER since the array is filled in
10387           with actual values
10388
10389 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10390
10391         * tests/check/elements/audioconvert.c: (verify_convert),
10392         (GST_START_TEST):
10393           when a test fails, give an indication of which it is
10394
10395 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10396
10397         * gst-libs/gst/cdda/gstcddabasesrc.c:
10398           compile fix; strtol() needs <stdlib.h>
10399
10400 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10401
10402         * ext/alsa/gstalsamixerelement.c:
10403         * ext/alsa/gstalsasrc.c:
10404         * ext/cdparanoia/gstcdparanoiasrc.c:
10405         * ext/gnomevfs/gstgnomevfssink.c:
10406         * ext/gnomevfs/gstgnomevfssrc.c:
10407         * ext/ogg/gstoggdemux.c:
10408         * ext/ogg/gstoggmux.c:
10409         * ext/ogg/gstoggparse.c:
10410         * ext/ogg/gstogmparse.c:
10411         * ext/pango/gstclockoverlay.c:
10412         * ext/pango/gsttextoverlay.c:
10413         * ext/pango/gsttextrender.c:
10414         * ext/pango/gsttimeoverlay.c:
10415         * ext/theora/theoradec.c:
10416         * ext/theora/theoraenc.c:
10417         * ext/vorbis/vorbisdec.c:
10418         * ext/vorbis/vorbisenc.c:
10419         * gst-libs/gst/audio/gstaudiofilter.c:
10420         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10421         * gst/audioconvert/gstaudioconvert.c:
10422         * gst/audiorate/gstaudiorate.c:
10423         * gst/audioresample/gstaudioresample.c:
10424         * gst/audiotestsrc/gstaudiotestsrc.c:
10425         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10426         * gst/playback/gstdecodebin.c:
10427         * gst/playback/gstplaybin.c:
10428         * gst/playback/gststreamselector.c:
10429         * gst/subparse/gstsubparse.c:
10430         * gst/tcp/gstmultifdsink.c:
10431         * gst/tcp/gsttcpclientsink.c:
10432         * gst/tcp/gsttcpclientsrc.c:
10433         * gst/tcp/gsttcpserversink.c:
10434         * gst/tcp/gsttcpserversrc.c:
10435         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10436         * gst/videorate/gstvideorate.c:
10437         * gst/videoscale/gstvideoscale.c:
10438         * gst/videotestsrc/gstvideotestsrc.c:
10439         * gst/volume/gstvolume.c:
10440         * sys/v4l/gstv4ljpegsrc.c:
10441         * sys/v4l/gstv4lmjpegsink.c:
10442         * sys/v4l/gstv4lmjpegsrc.c:
10443         * sys/v4l/gstv4lsrc.c:
10444         * sys/ximage/ximagesink.c:
10445         * sys/xvimage/xvimagesink.c:
10446         * tests/check/libs/cddabasesrc.c:
10447           make GstElementDetails const
10448
10449 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10450
10451         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
10452         (gst_adder_init):
10453           send events from src-pad to all sink-pads fixes #338657
10454
10455 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10456
10457         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
10458         (alsasink_parse_spec):
10459           query width capabilities from alsa, fixes #338919
10460
10461 2006-04-28  Wim Taymans  <wim@fluendo.com>
10462
10463         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
10464         (gst_multi_fd_sink_remove_client_link):
10465         * gst/tcp/gstmultifdsink.h:
10466         Fix race condition in multifdsink that can lead to spurious 
10467         duplicate clients. this patch adds a new signal that is fired when
10468         multifdsink has removed all references to the fd.
10469         Fixes #339574.
10470         Updated documentation.
10471         API: client-fd-removed signal added
10472
10473 2006-04-28  Michael Smith  <msmith@fluendo.com>
10474
10475         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
10476           When asking g_value_array_new to prealloc elements, we may as well
10477           ask for the right number of elements.
10478
10479 2006-04-28  Wim Taymans  <wim@fluendo.com>
10480
10481         * gst-libs/gst/audio/gstbaseaudiosink.c:
10482         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
10483         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10484         patch to make timestamp checking more tollerant to rounding 
10485         errors given that real discontinuities are to be marked on
10486         buffers. Fixes some asf files and #338778.
10487         Also avoid some crashers when we receive an event in the 
10488         NULL state.
10489
10490 2006-04-28  Michael Smith  <msmith@fluendo.com>
10491
10492         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10493         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
10494         (gst_gnome_vfs_src_get_property),
10495         (gst_gnome_vfs_src_send_additional_headers_callback),
10496         (gst_gnome_vfs_src_received_headers_callback),
10497         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
10498         (gst_gnome_vfs_src_stop):
10499         * ext/gnomevfs/gstgnomevfssrc.h:
10500           Remove ICY handling (mostly) from gnomevfssrc, in favour of
10501           proper shared support within icydemux.
10502
10503 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10504
10505         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
10506         (gst_video_rate_swap_prev), (gst_video_rate_chain):
10507           fix up docs
10508           fix a leak when no caps negotiated
10509           fix counting of input frames
10510         * tests/check/elements/.cvsignore:
10511         * tests/check/elements/videorate.c: (assert_videorate_stats),
10512         (GST_START_TEST), (videorate_suite):
10513           add tests for these
10514
10515 2006-04-28  Wim Taymans  <wim@fluendo.com>
10516
10517         * gst-libs/gst/audio/gstringbuffer.c:
10518         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
10519         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
10520         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10521         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10522         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10523         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10524         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10525         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
10526         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
10527         Check arguments passed to public functions instead of
10528         crashing.
10529
10530 2006-04-28  Wim Taymans  <wim@fluendo.com>
10531
10532         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10533         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
10534         GstBaseAudioSrc must be live or it does not work.
10535
10536         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
10537         Don't set live to TRUE as this is the default in the parentclass.
10538
10539 2006-04-28  Wim Taymans  <wim@fluendo.com>
10540
10541         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
10542         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
10543         Videoscale doesn't pass on pixel-aspect ratio. Handle all
10544         fixation cases better. Fixes #338991
10545
10546 2006-04-28  Wim Taymans  <wim@fluendo.com>
10547
10548         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10549         Handle 0/1 framerate correctly Fixes #331901.
10550
10551 2006-04-28  Wim Taymans  <wim@fluendo.com>
10552
10553         * tests/check/elements/audioconvert.c: (get_float_caps),
10554         (GST_START_TEST), (audioconvert_suite):
10555         Added check for correct clipping when doing float samples
10556         in audioconvert.
10557
10558 2006-04-28  Wim Taymans  <wim@fluendo.com>
10559
10560         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
10561         (gst_video_rate_chain):
10562         Print more debugging info.
10563
10564 2006-04-28  Wim Taymans  <wim@fluendo.com>
10565
10566         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10567         (resample_set_state_from_caps):
10568         Add support for other formats audioresample can handle such as
10569         32 bits in and float and 64 bits float. Fixes #301759
10570
10571 2006-04-28  Wim Taymans  <wim@fluendo.com>
10572
10573         * gst/audioconvert/audioconvert.c: (float):
10574         correctly clip float samples > 1.0. Fixes #338718
10575
10576 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         Patch by: Young-Ho Cha  <ganadist at chollian net>
10579
10580         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10581         (gst_text_overlay_render_text):
10582           Don't strip newlines from the text. Also, center lines
10583           within multi-line paragraphs (#339405).
10584
10585 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10586
10587         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
10588           Fix wavpack typefinding to work in more cases (don't peek
10589           for chunks of multiple hundred kBs at once, but process
10590           things step-by-step in smaller units). Fixes #339786.
10591
10592 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10593
10594         * configure.ac:
10595           back to HEAD
10596
10597 === release 0.10.6 ===
10598
10599 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
10600
10601         * configure.ac:
10602           releasing 0.10.6, "Chao"
10603
10604 2006-04-26  David Schleef  <ds@schleef.org>
10605
10606         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
10607           Fixes #338897.
10608
10609 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10610
10611         * configure.ac:
10612         * win32/common/config.h:
10613           new prerelease
10614
10615 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10616
10617         patch by: Wim Taymans
10618
10619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
10620         (gst_ogg_demux_perform_seek):
10621           make sure correct newsegments are sent, so that the decoder
10622           and the demuxer agree on timestamps.  Fixes playback of a lot
10623           of Ogg files that do not start from 0.  Fixes #339833.
10624
10625 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10626
10627         Patch by: Edward Hervey  <edward@fluendo.com>
10628
10629         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
10630         * tests/check/Makefile.am:
10631         * tests/check/elements/videorate.c: (assert_videorate_stats),
10632         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
10633         (videorate_suite), (main):
10634           Fix an infinite loop if frames are passed in with wrongly ordered
10635           timestamps.  Fixes #339013.
10636
10637 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10638
10639         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10640
10641         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10642           fix typefinding on some ISO files.  Fixes #339212.
10643
10644 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10645
10646         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10649           add another H264 fourcc.  Fixes #339047.
10650
10651 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10652
10653         Patch by: Jan Schmidt
10654
10655         * gst/playback/gststreamselector.c:
10656         (gst_stream_selector_bufferalloc):
10657           Restore old StreamSelector behaviour.
10658           Fixes #338419.
10659
10660 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10661
10662         * configure.ac:
10663         * win32/common/config.h:
10664           prerelease
10665
10666 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10667
10668         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
10669
10670         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10671         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
10672           Fix some memory leaks: on finalize, free buffers left in the queue
10673           before destroying the queue; in _push(), unref rtp_buf even if
10674           the process vfunc returned a NULL buffer as output buffer (#337548);
10675           demote some recuring debug messages to LOG level.
10676
10677 2006-04-11  Wim Taymans  <wim@fluendo.com>
10678
10679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10680         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10681         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
10682         (gst_ogg_demux_loop):
10683         More cleanups.
10684         Respect segment stop when emiting EOS or SEGMENT_DONE.
10685         Fixes (#337945).
10686
10687 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10688
10689         * gst/playback/gststreamselector.c:
10690         (gst_stream_selector_get_property):
10691           Don't leak pad name.
10692
10693 2006-04-10  Michael Smith  <msmith@fluendo.com>
10694
10695         * tests/check/Makefile.am:
10696         * tests/check/gst-plugins-base.supp:
10697           Suppress an old libtheora bug (fixed in more recent versions), so 
10698           that FC4 buildslaves can pass.
10699
10700 2006-04-10  Wim Taymans  <wim@fluendo.com>
10701
10702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10703         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10704         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
10705         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
10706         (gst_ogg_demux_loop):
10707         Don't leak events.
10708         Remember what error we got when finding chains, if we
10709         were shutdown, that would not be an error.
10710
10711 2006-04-10  Wim Taymans  <wim@fluendo.com>
10712
10713         * gst-libs/gst/audio/gstbaseaudiosink.c:
10714         (gst_base_audio_sink_event):
10715         Starting the ringbuffer when we did not acquire it can cause
10716         a deadlock, is pointless and causes nasty things for
10717         subclasses. 
10718         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
10719
10720 2006-04-10  Wim Taymans  <wim@fluendo.com>
10721
10722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10723         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10724         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10725         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
10726         (gst_ogg_demux_deactivate_current_chain),
10727         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10728         (gst_ogg_demux_bisect_forward_serialno),
10729         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
10730         Add some more debugging.
10731
10732 2006-04-10  Wim Taymans  <wim@fluendo.com>
10733
10734         * ext/theora/theoradec.c: (theora_dec_src_event),
10735         (theora_handle_data_packet):
10736         Some more debug info.
10737
10738         * tests/examples/seek/seek.c: (start_seek), (main):
10739         Print element messages too.
10740
10741 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10742
10743         * gst/audioresample/debug.h:
10744           replace debug macros with variable number of parameters
10745           by a simple alias to gstreamer standard debug macros 
10746          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
10747           supported by MSVC 6.0 and 7.1)
10748         * gst/audioresample/resample.h:
10749           define M_PI and rint for WIN32
10750         * win32/common/libgstaudio.def:
10751         * win32/common/libgstriff.def:
10752         * win32/common/libgsttag.def:
10753         * win32/common/libgstvideo.def:
10754           add new exported functions
10755         * win32/vs6:
10756           update project files
10757
10758 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10759
10760         * ext/alsa/gstalsamixeroptions.c:
10761         (gst_alsa_mixer_options_class_init):
10762         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
10763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
10764         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
10765         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
10766         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
10767         * gst-libs/gst/audio/gstaudiofilter.c:
10768         (gst_audio_filter_class_init):
10769         * gst-libs/gst/audio/gstaudiosink.c:
10770         (gst_audioringbuffer_class_init):
10771         * gst-libs/gst/audio/gstaudiosrc.c:
10772         (gst_audioringbuffer_class_init):
10773         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
10774         * gst-libs/gst/interfaces/colorbalancechannel.c:
10775         (gst_color_balance_channel_class_init):
10776         * gst-libs/gst/interfaces/mixeroptions.c:
10777         (gst_mixer_options_class_init):
10778         * gst-libs/gst/interfaces/mixertrack.c:
10779         (gst_mixer_track_class_init):
10780         * gst-libs/gst/interfaces/tunerchannel.c:
10781         (gst_tuner_channel_class_init):
10782         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
10783         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10784         (gst_netbuffer_class_init):
10785         * gst-libs/gst/rtp/gstbasertppayload.c:
10786         (gst_basertppayload_class_init):
10787         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10788         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10789         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10790         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
10791         * gst/playback/gststreamselector.c:
10792         (gst_stream_selector_class_init):
10793         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
10794         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
10795         * sys/v4l/gstv4lcolorbalance.c:
10796         (gst_v4l_color_balance_channel_class_init):
10797         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
10798         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
10799         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
10800         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
10801         (gst_v4l_tuner_norm_class_init):
10802         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
10803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
10804         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
10805         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10806
10807 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10808
10809         * ext/pango/gsttextrender.h:
10810         * gst-libs/gst/audio/gstaudiosink.h:
10811         * gst-libs/gst/audio/gstaudiosrc.h:
10812         * gst-libs/gst/audio/gstbaseaudiosink.h:
10813         * gst-libs/gst/audio/gstbaseaudiosrc.h:
10814         * gst-libs/gst/audio/gstringbuffer.h:
10815         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10816         * gst-libs/gst/rtp/gstbasertppayload.h:
10817         * gst-libs/gst/video/gstvideofilter.h:
10818         * gst-libs/gst/video/gstvideosink.h:
10819         * gst/playback/gstplaybasebin.h:
10820         * gst/tcp/gstmultifdsink.h:
10821         * sys/v4l/gstv4lelement.h:
10822         Fix broken GObject macros
10823
10824 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10825
10826         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
10827         More debug to trace why my USB headset is not working with gst
10828
10829 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
10830
10831         * gst/playback/gstplaybasebin.c: (group_destroy):
10832         Clean up our group elements properly in the case where it never 
10833         got committed - it still got added unconditionally to the bin.
10834
10835 2006-04-07  Wim Taymans  <wim@fluendo.com>
10836
10837         * ext/theora/theoradec.c: (theora_dec_sink_event),
10838         (theora_handle_data_packet), (theora_dec_chain):
10839         Unref unhandled events.
10840         Protect against empty buffers.
10841         Perform QoS on running time.
10842
10843 2006-04-07  Michael Smith  <msmith@fluendo.com>
10844
10845         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
10846         (gst_vorbis_enc_chain):
10847           Remove leaks from vorbisenc.
10848           Mostly minor changes, the only significant one is that now the
10849           buffers we set as 'streamheader' on the caps are copies of the
10850           original buffers, to avoid circular refcounting problems.
10851
10852 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
10853
10854         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
10855           Don't remove our mute-probe if someone else already did so.
10856           Don't set a 2nd one if there is already one pending on the pad.
10857
10858         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
10859         (do_playbin_seek):
10860           When a seek fails, ensure that playbin is still set back to playing.
10861           
10862         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
10863         (mpeg_ts_type_find), (plugin_init):
10864           Add a typefind function for mpeg-ts streams. (Closes: #336617)
10865
10866 2006-04-06  Andy Wingo  <wingo@pobox.com>
10867
10868         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
10869         (gst_video_rate_init): Caps-related parameters should not be reset
10870         by a flush -- move their inits to the instance init function.
10871         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
10872         is not OK, just return the result.
10873
10874         * gst/audiotestsrc/gstaudiotestsrc.c
10875         (gst_audio_test_src_class_init)
10876         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
10877         broken by Stefan's commit on 24 March.
10878
10879         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
10880         buffers being pushed out. Fixes oggmux ! multifdsink.
10881
10882 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
10885         (gst_vorbis_dec_init), (vorbis_dec_finalize):
10886         * ext/vorbis/vorbisdec.h:
10887         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
10888         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
10889         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
10890         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
10891         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
10892         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
10893         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
10894         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
10895         (gst_vorbis_enc_buffer_from_packet),
10896         (gst_vorbis_enc_buffer_from_header_packet),
10897         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
10898         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
10899         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
10900         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
10901         (gst_vorbis_enc_change_state):
10902         * ext/vorbis/vorbisenc.h:
10903           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
10904           vorbisenc adhere to the official nomenclature; use boilerplate
10905           macro.
10906
10907 2006-04-04  Andy Wingo  <wingo@pobox.com>
10908
10909         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
10910         Whoops, fix bug introduced. Bad hacker!
10911         
10912         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
10913         Properly handle the case where you get EOS before any buffers are
10914         received. Use gst_buffer_make_metadata_writable where appropriate.
10915
10916         * ext/theora/theoradec.c (theora_handle_data_packet): This value
10917         is often negative -- make it signed so as not to wrap around.
10918         Fixes segfaults introduced on 9 March.
10919
10920 2006-04-03  Wim Taymans  <wim@fluendo.com>
10921
10922         * ext/theora/gsttheoradec.h:
10923         * ext/theora/theoradec.c: (theora_dec_src_event):
10924         Don't try to store a gdouble in a gboolean.
10925         Small cleanups.
10926
10927 2006-04-03  Michael Smith  <msmith@fluendo.com>
10928
10929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
10930           Oggmux sucks.
10931           Make it suck slightly less by writing out the final page.
10932           Still can't encode a vorbis-in-ogg file correctly, though.
10933
10934 2006-04-03  Andy Wingo  <wingo@pobox.com>
10935
10936         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
10937         a g_print.
10938
10939         * ext/theora/theora.c (plugin_init): Register theoraparse.
10940
10941         * ext/theora/gsttheoraparse.h: 
10942         * ext/theora/theoraparse.c: New files implementing a theora
10943         parser. Now we can properly remux ogg/theora+vorbis, yay.
10944
10945         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
10946
10947 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10948
10949         * gst/audiotestsrc/gstaudiotestsrc.c:
10950           Fixed the sample pipeline (see #323798)
10951
10952 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10953
10954         * configure.ac:
10955         * win32/common/config.h:
10956         * win32/common/config.h.in:
10957           use AS_VERSION and AS_NANO
10958           more cleanups
10959
10960 2006-03-31  Andy Wingo  <wingo@pobox.com>
10961
10962         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
10963         uninitialized variable return that would happen.
10964         
10965         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
10966         uninitialized variable return that would never happen.
10967
10968         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
10969         (vorbis_parse_sink_event): Add an event function to flush our
10970         state on a seek, and to drain buffers on a premature EOS.
10971         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
10972         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
10973         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
10974         (vorbis_parse_drain_queue): Queue up buffers until we can set
10975         their timestamps and granulepos values.
10976
10977         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
10978         and keep track of data needed for deriving granulepos and
10979         timestamps for buffers.
10980
10981 2006-03-29  Wim Taymans  <wim@fluendo.com>
10982
10983         Patch by: j^ <j at bootlab dot org>
10984
10985         * ext/alsa/gstalsamixerelement.c:
10986         (gst_alsa_mixer_element_class_init):
10987         * ext/alsa/gstalsasink.c:
10988         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
10989         * ext/ogg/gstoggdemux.c:
10990         * ext/ogg/gstoggmux.c:
10991         * ext/ogg/gstoggparse.c:
10992         * ext/pango/gstclockoverlay.c:
10993         * ext/pango/gsttextoverlay.c:
10994         * ext/pango/gsttextrender.c:
10995         * ext/pango/gsttimeoverlay.c:
10996         * ext/theora/theoradec.c:
10997         * ext/theora/theoraenc.c:
10998         * ext/vorbis/vorbisdec.c:
10999         * ext/vorbis/vorbisenc.c:
11000         * gst/audioconvert/gstaudioconvert.c:
11001         * gst/subparse/gstsubparse.c:
11002         * gst/tcp/gstmultifdsink.c:
11003         * gst/tcp/gsttcpclientsink.c:
11004         * gst/tcp/gsttcpclientsrc.c:
11005         * gst/tcp/gsttcpserversink.c:
11006         * gst/tcp/gsttcpserversrc.c:
11007           better/unified long descriptions
11008           Fixes #336477
11009
11010 2006-03-29  Wim Taymans  <wim@fluendo.com>
11011
11012         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
11013         (stop_seek):
11014         Don't let double and triple clicks mess up our state.
11015
11016 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * gst/playback/gstplaybin.c: (gen_video_element),
11019         (gen_text_element), (gen_audio_element), (gen_vis_element):
11020           Error out gracefully when we can't create any of the usual
11021           conversion elements for some reason. Also, don't try to
11022           create an audioscale (sic) element that's not used anyway.
11023
11024 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * gst/playback/gstplaybasebin.c: (setup_source):
11027           Don't post RESOURCE_NOT_FOUND error when we can't find a source
11028           element for a particular protocol, that's confusing for users.
11029           Instead, post a RESOURCE_FAILED error, so that our own error
11030           message is actually shown in totem etc. (#336303).
11031
11032 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11035
11036         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
11037         (gst_gnome_vfs_src_get_icy_metadata):
11038           Fix some minor memory leaks (#336194).
11039
11040 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11041
11042         * ext/gnomevfs/gstgnomevfs.c:
11043         (gst_gnome_vfs_location_to_uri_string):
11044         * ext/gnomevfs/gstgnomevfs.h:
11045         * ext/gnomevfs/gstgnomevfssink.c:
11046         (gst_gnome_vfs_sink_set_property):
11047         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
11048           Make gnomevfssink accept filenames as well as URIs for the
11049           "location" property, just like gnomevfssrc does (and
11050           filesrc/filesink do) (#336190).
11051
11052 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11053
11054         * tests/check/generic/clock-selection.c: (GST_START_TEST):
11055           set to NULL before unreffing, fixes a valgrind leak.
11056           Why was this not triggering the error that an object needs to
11057           be NULL before unreffing ?
11058         * win32/common/config.h:
11059           update
11060
11061 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * gst/subparse/gstsubparse.c: (convert_encoding),
11064         (gst_sub_parse_change_state):
11065         * gst/subparse/gstsubparse.h:
11066           Text subtitle files may or may not be UTF-8. If it's not, we
11067           don't really want to see '?' characters in place of non-ASCII
11068           characters like accented characters. So let's assume the input
11069           is UTF-8 until we come across text that is clearly not. If it's
11070           not UTF-8, we don't really know what it is, so try the following:
11071           (a) see whether the GST_SUBTITLE_ENCODING environment variable
11072           is set; if not, check (b) if the current locale encoding is
11073           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
11074           the current locale encoding is UTF-8 and the environment variable
11075           was not set to any particular encoding. Not perfect, but better
11076           than nothing (and better than before, I think) (fixes #172848).
11077
11078 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11079
11080         * configure.ac:
11081           update core requirement to 0.10.4.1 because of async_playback
11082           vmethod on GstBaseSink
11083
11084 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11085
11086         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11087         * gst/adder/gstadder.c: (gst_adder_init):
11088         use DEBUG_FUNCPTR for collectpads
11089
11090 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11091
11092         * docs/plugins/Makefile.am:
11093         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11094         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11095         * ext/cdparanoia/gstcdparanoiasrc.c:
11096         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
11097         (gst_gnome_vfs_sink_class_init):
11098         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
11099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
11100         * ext/ogg/gstoggmux.c:
11101         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
11102         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
11103         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
11104         * ext/pango/gsttextoverlay.c:
11105         * ext/pango/gsttextrender.c:
11106         * ext/theora/theoradec.c:
11107         * ext/theora/theoraenc.c:
11108         * ext/vorbis/vorbisdec.c:
11109         * ext/vorbis/vorbisenc.c:
11110         * gst-libs/gst/audio/gstaudiofilter.c:
11111         (gst_audio_filter_base_init):
11112         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11113         (gst_audio_filter_template_base_init):
11114         * gst/adder/gstadder.c: (gst_adder_get_type):
11115         * gst/adder/gstadder.h:
11116         * gst/audioconvert/gstaudioconvert.c:
11117         * gst/audiotestsrc/gstaudiotestsrc.c:
11118         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11119         (gst_audio_test_src_create):
11120         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11121         * gst/playback/gstdecodebin.c:
11122         * gst/playback/gstplaybin.c:
11123         * gst/playback/gststreamselector.c:
11124         (gst_stream_selector_base_init):
11125         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
11126         * gst/volume/gstvolume.c:
11127         * sys/v4l/gstv4lmjpegsink.c:
11128         * sys/v4l/gstv4lmjpegsrc.c:
11129         * tests/check/libs/cddabasesrc.c:
11130         * tests/old/examples/gob/gst-identity2.gob:
11131           Add docs for adder, use GST_ELEMENT_DETAILS macro,
11132           define GstElementDetails at the top
11133
11134 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
11135
11136         * win32/common/libgstinterfaces.def:
11137         Add a lot of export functions for gst-python
11138         * win32/vs6/libgstinterfaces.dsp:
11139         Add a missing include folder in the project configuration
11140         
11141 2006-03-23  Wim Taymans  <wim@fluendo.com>
11142
11143         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11144         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11145         (gst_base_audio_src_change_state):
11146         Fix audio sources, forgot to make the ringbuffer
11147         startable...
11148
11149 2006-03-23  Wim Taymans  <wim@fluendo.com>
11150
11151         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11152         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11153         (gst_base_audio_src_change_state):
11154         unparent instead of unref the ringbuffer.
11155
11156 2006-03-23  Wim Taymans  <wim@fluendo.com>
11157
11158         * gst-libs/gst/audio/gstbaseaudiosink.c:
11159         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
11160         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
11161         Implement new async_play vmethod to start slaving and allow
11162         playback start in case of async PLAY state changes. 
11163
11164         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11165         Enable QoS with new method in base class.
11166
11167 2006-03-23  Wim Taymans  <wim@fluendo.com>
11168
11169         Patch by: Julien MOUTTE <julien at moutte dot net>
11170
11171         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
11172         (gst_video_test_src_do_seek), (gst_video_test_src_create):
11173         Partially handle 0 framerate, only EOS after the first frame
11174         is missing.
11175
11176 2006-03-23  Wim Taymans  <wim@fluendo.com>
11177
11178         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11179
11180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11181         (gst_riff_create_video_template_caps):
11182         * gst/ffmpegcolorspace/avcodec.h:
11183         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11184         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11185         (gst_ffmpegcsp_avpicture_fill):
11186         * gst/ffmpegcolorspace/imgconvert.c:
11187         Patch for support of YVU9 AVI files (#334822)
11188
11189 2006-03-22  Edward Hervey  <edward@fluendo.com>
11190
11191         * docs/design/design-decodebin.txt:
11192         Added design document for new decodebin
11193         (Target Caps): text/x-pango-markup is also a default target caps.
11194
11195 2006-03-22  Wim Taymans  <wim@fluendo.com>
11196
11197         * gst-libs/gst/audio/gstbaseaudiosink.c:
11198         (gst_base_audio_sink_dispose):
11199         Since we _parent the ringbuffer, we also need to
11200         _unparent instead of a plain _unref.
11201
11202 2006-03-22  Wim Taymans  <wim@fluendo.com>
11203
11204         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
11205         (stop_seek), (scrub_toggle_cb), (main):
11206         Add scrub checkbox.
11207
11208 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11209
11210         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
11211         (gst_ogg_parse_chain):
11212           Fix very inefficient usage of linked lists (#335365).
11213
11214 2006-03-21  Edward Hervey  <edward@fluendo.com>
11215
11216         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11217         * gst/playback/gstplaybin.c: (handoff):
11218         * gst/playback/gststreamselector.c:
11219         (gst_stream_selector_set_property):
11220         gcc 4.1 unreferenced pointer fixes.
11221         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11223         gst_buffer_ref() now takes a GstBuffer*.
11224
11225 2006-03-20  Julien MOUTTE  <julien@moutte.net>
11226
11227         * sys/xvimage/xvimagesink.c:
11228         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
11229         by Jan Schmidt.
11230
11231 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
11232
11233         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
11234         (id3v1_type_find), (apetag_type_find), (plugin_init):
11235           Can't do tag preferences via probability, as tags would then
11236           lose against types that are recognised with MAXIMUM probability
11237           (like .wav); so let all tag typefinders return MAXIMUM themselves
11238           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
11239           that we can prefer APE to ID3v1 (fixes #335028).
11240           
11241 2006-03-17  Wim Taymans  <wim@fluendo.com>
11242
11243         * gst-libs/gst/audio/gstbaseaudiosink.c:
11244         (gst_base_audio_sink_change_state):
11245         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
11246         (gst_ring_buffer_may_start):
11247         * gst-libs/gst/audio/gstringbuffer.h:
11248         Only start playback if we are playing.
11249         should fix #330748.
11250
11251 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
11252
11253         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11254         * win32/common/config.h:
11255           Revert accidental commits to these files.
11256
11257 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11258
11259         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11260
11261         * tests/Makefile.am:
11262           Don't try to build tests in tests/icles if we
11263           don't have X (#323852)
11264
11265 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11266
11267         * gst-libs/gst/tag/gstid3tag.c:
11268           Add TXXX frame identifiers for replaygain stuff as used
11269           by some taggers (see #323721).
11270
11271 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
11272
11273         * gst/playback/gststreamselector.c:
11274         (gst_stream_selector_set_property),
11275         (gst_stream_selector_bufferalloc):
11276           Preserve the existing buggy streamselector behaviour by performing
11277           a fallback buffer allocation when downstream isn't linked yet.
11278           This should really be fixed in playbin by blocking pads until it's
11279           linked them.
11280           Also, use gst_pad_alloc_buffer instead of
11281           gst_pad_alloc_buffer_and_set.
11282
11283 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11284
11285         * gst-libs/gst/tag/gstid3tag.c:
11286           Don't crash on unknown ID3v2 TXXX frames.
11287           
11288 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11289
11290         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
11291           Chain up to the parent finalize method.
11292           Add 32-bit sample size to the template caps.
11293
11294         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11295         (gst_riff_create_video_template_caps):
11296           Add the fourcc that the VMWare codec uses.
11297           
11298         * gst/playback/gststreamselector.c:
11299         (gst_stream_selector_set_property),
11300         (gst_stream_selector_bufferalloc),
11301         (gst_stream_selector_request_new_pad):
11302           For the active pad, forward buffer-alloc requests, otherwise
11303           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
11304           having to memcpy every frame when used by playbin.
11305
11306         * gst/tcp/gstmultifdsink.c:
11307         (gst_multi_fd_sink_handle_client_write):
11308           Get negotiated caps from the sink pad, rather than the sink
11309           pad's peer.
11310
11311 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11312
11313         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11314         
11315         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
11316           Don't forget to set src->callbacks_pushed to FALSE again when
11317           popping them, otherwise re-activation in a different mode won't
11318           work (#334620).
11319
11320 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11321
11322         Patch by: Sebastien Moutte  <sebastien moutte net>
11323
11324         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
11325         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
11326         (gst_ffmpeg_smpfmt_to_caps):
11327           Replace __VA_ARGS__ caps creation macros with varargs functions.
11328           Makes things compile on MSVC (#320765), looks nicer, and we can
11329           tell the compiler to check for the NULL terminator.
11330
11331 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11332
11333         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11334
11335         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11336           Make sure the buffer we copy into is really always big
11337           enough, this time for real (#333488).
11338           
11339 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11342           Add support for 24bpp DIB (#305279).
11343
11344 2006-03-14  Wim Taymans  <wim@fluendo.com>
11345
11346         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
11347         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
11349         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11350         (gst_video_scale_init), (gst_video_scale_src_event):
11351         Re-enable QoS after the release.
11352         Rework videoscale to use the base class src_event handler.
11353
11354 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * configure.ac:
11357           back to CVS.
11358
11359 === release 0.10.5 ===
11360
11361 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
11362
11363         * configure.ac:
11364           releasing 0.10.5, "Net"
11365
11366 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * docs/plugins/Makefile.am:
11369           Part of previous cdparanoiasrc docs fixes, forgot to commit.
11370           
11371 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11372
11373         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11374         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11375         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11376           Add cdparanoiasrc to docs.
11377
11378         * gst-libs/gst/cdda/gstcddabasesrc.c:
11379           More GstCddaBaseSrc docs.
11380
11381 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * docs/libs/gst-plugins-base-libs-sections.txt:
11384         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
11385         * gst-libs/gst/tag/tag.h:
11386           API: libgsttag: new method gst_tag_from_id3_user_tag().
11387
11388 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11389
11390         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11391           NULL-terminate array of mpeg4 video file extensions.
11392           Fixes crash on PPC (#334226).
11393
11394 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11395
11396         * ext/gnomevfs/gstgnomevfssrc.c:
11397         (gst_gnome_vfs_src_check_get_range):
11398           gnome_vfs_uri_is_local() alone is not a good indicator
11399           whether we can operate in pull-mode with a specific URI,
11400           as it returns FALSE for file:// URIs that point to an
11401           NFS-mounted path. Be more conservative here: whitelist
11402           local files, blacklist http URIs and use the old
11403           mechanism for anything else (fixes #334216).
11404
11405 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11406
11407         * configure.ac:
11408           back to trunk
11409
11410 === release 0.10.4 ===
11411
11412 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
11413
11414         * configure.ac:
11415           releasing 0.10.4, "Power"
11416
11417 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
11418
11419         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11420         Disable max-lateness by setting it to -1 for now, so that 
11421         we can bed QoS stuff in thoroughly between now and the next
11422         release.
11423
11424 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         Patch by: Fabrizio Gennari
11427
11428         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11429           Make sure we don't read beyond the palette buffer in case of
11430           broken or manipulated files (#333488)
11431
11432 2006-03-10  Edward Hervey  <edward@fluendo.com>
11433
11434         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11435         Fix for variable not initialized.
11436
11437 2006-03-09  Wim Taymans  <wim@fluendo.com>
11438
11439         * ext/libvisual/visual.c: (gst_visual_get_type),
11440         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
11441         (gst_visual_chain):
11442         Small cleanups.
11443
11444         * ext/theora/gsttheoradec.h:
11445         * ext/theora/theoradec.c: (gst_theora_dec_init),
11446         (gst_theora_dec_reset), (_theora_granule_time),
11447         (theora_dec_src_convert), (theora_dec_sink_convert),
11448         (theora_dec_src_query), (theora_dec_src_event),
11449         (theora_dec_sink_event), (theora_handle_comment_packet),
11450         (theora_handle_header_packet), (theora_dec_push),
11451         (theora_handle_data_packet), (theora_dec_chain),
11452         (theora_dec_change_state):
11453         Add simple QoS.
11454
11455 2006-03-09  Wim Taymans  <wim@fluendo.com>
11456
11457         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11458         (audiocast_register_listener), (gst_gnome_vfs_src_start):
11459         Some cleanups.
11460
11461 2006-03-09  Wim Taymans  <wim@fluendo.com>
11462
11463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
11464         Don't try to activate NULL chains.
11465
11466 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11469           Fix invalid memory access to region before peek'd data (#332964).
11470
11471 2006-03-09  Wim Taymans  <wim@fluendo.com>
11472
11473         Patch by: Christophe Fergeau
11474
11475         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
11476         * ext/pango/gsttextrender.c: (gst_text_render_init):
11477         * gst/adder/gstadder.c: (gst_adder_init):
11478         Don't leak padtemplates, closes #333510.
11479
11480 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11481
11482         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
11483           Fix invalid memory access: make sure string passed to
11484           regexec() is NUL-termianted.
11485
11486 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11487
11488         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11489         (mp3_type_find):
11490           Refactor mpeg/audio typefinding to make it more maintainable
11491           and easier to fine-tune. Make probing into middle of the file
11492           work properly (fixes #333900, also see #152688).
11493
11494 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11495
11496         * gst/typefind/gsttypefindfunctions.c:
11497         (utf8_type_find_have_valid_utf8_at_offset):
11498           Remove part from previous commit that was bogus:
11499           g_utf8_validate() does in fact not accept embedded
11500           zeroes, so we don't need to check for those (thanks
11501           to Mike for the hint).
11502
11503 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         * gst/typefind/gsttypefindfunctions.c:
11506         (utf8_type_find_count_embedded_zeroes),
11507         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
11508           Make plain/text typefinder more conservative: firstly, check
11509           for embedded zeroes, which are perfectly valid UTF-8 characters,
11510           but also a fairly good sign that something is not a plain text
11511           file; secondly, probe into the middle of the file if possible.
11512           If we can't probe into the middle, limit the probability value
11513           to be returned to TYPE_FIND_POSSIBLE (see #333900).
11514
11515 2006-03-08  Michael Smith  <msmith@fluendo.com>
11516
11517         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11518           Make typefind function name for mpeg4 video unique.
11519
11520 2006-03-08  Wim Taymans  <wim@fluendo.com>
11521
11522         * ext/libvisual/visual.c: (gst_visual_init),
11523         (gst_visual_clear_actors), (gst_visual_dispose),
11524         (gst_visual_reset), (gst_visual_src_setcaps),
11525         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
11526         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
11527         (gst_visual_chain), (gst_visual_change_state):
11528         Cleanups, post nice errors.
11529         Handle sink and src events.
11530         Implement simple QoS.
11531
11532         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11533         Use new basesink methods to configure max-lateness.
11534         Small doc update.
11535
11536         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11537         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
11538         Debug statement cleanups.
11539
11540         * gst/volume/gstvolume.c: (gst_volume_class_init):
11541         Simple cleanup.
11542
11543 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
11546         (gst_text_overlay_init), (gst_text_overlay_set_property),
11547         (gst_text_overlay_get_property):
11548           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
11549           as string type properties, but mark them deprecated. Add
11550           'halignment' and 'valignment' properties that use enums
11551           instead of strings.
11552
11553 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11554
11555         Patch by: Fabrizio Gennari
11556
11557         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11558           Allow palettes with less than 256 colours in AVI files
11559           (#333488)
11560
11561 2006-03-07  Julien MOUTTE  <julien@moutte.net>
11562
11563         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
11564         (gst_text_overlay_video_event): Fix wrong EOS handling on text
11565         pad. We were releasing the queued text buffer when we should keep
11566         it until video pad gets EOS or discard the text buffer because it's
11567         too old. That was eating the last subtitle buffer. Add some more
11568         debug.
11569
11570 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11571
11572         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
11573         (gst_text_overlay_video_chain):
11574           Fix invalid memory access (we can't access a buffer after it's been
11575           pushed downstream without taking a reference); fix memory leak (if
11576           there's no text to render, bail out before allocating stuff).
11577
11578 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11579
11580         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11581         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
11582         * ext/pango/gsttextoverlay.h:
11583           If input is plain text, escape it before passing it to
11584           pango_layout_set_markup().
11585
11586 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11587
11588         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
11589           Don't ignore flow return from gst_pad_push().
11590
11591 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11592
11593         Patch by: Fabrizio Gennari
11594
11595         * ext/libvisual/visual.c: (gst_visual_getcaps),
11596         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
11597         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
11598         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
11599         (gst_vorbisenc_convert_sink):
11600         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
11601         (gst_audio_duration_from_pad_buffer):
11602         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
11603         (gst_audio_filter_chain):
11604         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11605         (gst_base_rtp_depayload_setcaps):
11606         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
11607         (gst_video_get_size):
11608         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11609           Don't leak references returned by gst_pad_get_parent()
11610           (#333663)
11611
11612 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
11613
11614         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
11615           change location param details
11616         * gst/volume/gstvolume.c: (plugin_init):
11617           correct plugin description
11618
11619 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11620
11621         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
11622         (gst_gnome_vfs_src_check_get_range):
11623           Override GstBaseSrc::check_get_range() in order to avoid opening
11624           the resource just to check whether we can operate in pull-mode or
11625           not - we can predict that pretty well from the URI alone. Should
11626           fix problems with last.fm (#331690). (Requires latest core CVS).
11627
11628 2006-03-06  Wim Taymans  <wim@fluendo.com>
11629
11630         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
11631         (gst_video_sink_class_init):
11632         Throw away frames that are later than 20 ms.
11633
11634 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11635
11636         Patch by: Fabrizio Gennari
11637
11638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11639           Set depth on WMA caps (#333545)
11640
11641 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11642
11643         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11644         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11645           put Theora BOS pages before others.  This hardcodes
11646           the Ogg/Theora I profile, but hey.
11647
11648 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11649
11650         * ext/ogg/README:
11651           updated with some examples
11652         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
11653         (granulepos_add), (theora_buffer_from_packet):
11654         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
11655         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
11656         (gst_vorbisenc_chain):
11657           implement strategy from ext/ogg/README
11658         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11659         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11660         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
11661         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
11662           Fix muxer so that oggz-validate is happy with all streams;
11663           except for no eos mark, and the BOS page ordering
11664         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11665         (check_buffer_granulepos):
11666         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
11667           update tests to check for OFFSET being set as requested
11668           fixed type of granulepos, it's not a ClockTime
11669
11670 2006-03-05  Julien MOUTTE  <julien@moutte.net>
11671
11672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11673         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
11674         Check that the xvimage we are creating has a correct size
11675         before returning it. (#314897)
11676
11677 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11678
11679         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11680           Give id3 and ape tag typefinders a rank slightly higher
11681           than PRIMARY to ensure they're always run before any of
11682           the other typefinders (in particular wav and mp3) (#324186).
11683
11684 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11685
11686         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11687           Add support for '3IVD' fourcc (#333403).
11688
11689 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11690
11691         * configure.ac:
11692           Bump requirements to GStreamer CVS for the new error enum.
11693
11694         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
11695           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
11696           space left on the device (fixes #333352).
11697
11698 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
11699
11700         * win32/vs6:
11701           add a project file for libgstvolume
11702           update the workspace
11703
11704 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11705
11706         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11707         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11708         (GST_START_TEST):
11709           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
11710           Set IN_CAPS on header buffers
11711
11712 2006-03-02  Wim Taymans  <wim@fluendo.com>
11713
11714         * docs/plugins/Makefile.am:
11715         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11716         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11717         Add audioresample to docs.
11718
11719         * gst/audioconvert/gstaudioconvert.c:
11720         Add revision date.
11721
11722         * gst/audioresample/gstaudioresample.c:
11723         (gst_audioresample_base_init), (gst_audioresample_class_init),
11724         (gst_audioresample_init), (gst_audioresample_dispose),
11725         (audioresample_get_unit_size), (audioresample_transform_caps),
11726         (resample_set_state_from_caps), (audioresample_transform_size),
11727         (audioresample_set_caps), (audioresample_event),
11728         (audioresample_do_output), (audioresample_transform),
11729         (audioresample_pushthrough), (gst_audioresample_set_property),
11730         (gst_audioresample_get_property), (plugin_init):
11731         * gst/audioresample/gstaudioresample.h:
11732         Added docs.
11733         Small code cleanups.
11734
11735 2006-03-02  Wim Taymans  <wim@fluendo.com>
11736
11737         * docs/plugins/Makefile.am:
11738         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11739         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11740         Added videoscale to docs.
11741
11742         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
11743         (gst_video_rate_swap_prev), (gst_video_rate_event),
11744         (gst_video_rate_chain):
11745         Fix typo in docs.
11746
11747         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11748         (gst_video_scale_init), (gst_video_scale_prepare_size),
11749         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
11750         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
11751         * gst/videoscale/gstvideoscale.h:
11752         Added docs, examples.
11753         Some code cleanups.
11754         Post errors instead of g_warning.
11755
11756 2006-03-02  Wim Taymans  <wim@fluendo.com>
11757
11758         * docs/libs/gst-plugins-base-libs-docs.sgml:
11759         * docs/libs/gst-plugins-base-libs-sections.txt:
11760         * docs/libs/gst-plugins-base-libs.types:
11761         * docs/plugins/Makefile.am:
11762         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11763         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11764         Added some more docs to libs and plugins.
11765
11766         * gst-libs/gst/audio/gstringbuffer.c:
11767         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
11768         * gst-libs/gst/audio/gstringbuffer.h:
11769         Document ringbuffer some more.
11770
11771         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
11772         (gst_video_rate_setcaps), (gst_video_rate_reset),
11773         (gst_video_rate_init), (gst_video_rate_flush_prev),
11774         (gst_video_rate_swap_prev), (gst_video_rate_event),
11775         (gst_video_rate_chain), (gst_video_rate_change_state):
11776         * gst/videorate/gstvideorate.h:
11777         Fix videorate to use segments.
11778         Make it work with 0/1 framerates (closes #331903)
11779         Handle EOS correctly.
11780         Added docs.
11781
11782 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11783
11784         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
11785         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11786         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
11787           In state change function, first chain up to parent class,
11788           then handle downwards state change stuff. Remove some
11789           commented out cruft from 0.8 code.
11790
11791 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11792
11793         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11794         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11795         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
11796         (gst_ogm_parse_chain):
11797           Don't remove/re-add source pad if the new caps are the same as
11798           the old caps anyway (#333042). When removing source pad, don't
11799           unref it afterwards - we didn't ref it when adding. Sprinkle some
11800           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
11801           after using gst_pad_get_parent(). Return downstream flow return
11802           value in chain function.
11803
11804 2006-03-02  Wim Taymans  <wim@fluendo.com>
11805
11806         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11807         * docs/plugins/gst-plugins-base-plugins.args:
11808         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11809         * docs/plugins/gst-plugins-base-plugins.interfaces:
11810         * docs/plugins/gst-plugins-base-plugins.signals:
11811         Fix hierarchy, added some more elements to the docs.
11812
11813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11814         (gst_ffmpegcsp_get_type):
11815         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
11816         Fix docs for ffmpegcolorspace.
11817
11818 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
11821         (apetag_type_find), (ape_type_find), (plugin_init):
11822           Some typefinding fine-tuning:
11823           - rank ID3/APE tags in order of preference via probabilities, so that
11824             ID3v2 > APEv2 > APEv1 > ID3v1.
11825           - three or four bytes don't really justify MAXIMUM probability,
11826             change those to 'very likely' (musepack and monkeysaudio).
11827
11828 2006-03-01  Wim Taymans  <wim@fluendo.com>
11829
11830         * docs/plugins/Makefile.am:
11831         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11832         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11833         * ext/alsa/gstalsamixer.c:
11834         * ext/alsa/gstalsamixer.h:
11835         * ext/alsa/gstalsamixerelement.c:
11836         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
11837         * ext/alsa/gstalsamixerelement.h:
11838         * ext/alsa/gstalsasink.c:
11839         * ext/alsa/gstalsasink.h:
11840         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
11841         (gst_alsasrc_init):
11842         * ext/alsa/gstalsasrc.h:
11843         Added alsa docs.
11844         Small code cleanups.
11845
11846 2006-03-01  Wim Taymans  <wim@fluendo.com>
11847
11848         * ext/theora/Makefile.am:
11849         Dist new header too,
11850
11851 2006-03-01  Wim Taymans  <wim@fluendo.com>
11852
11853         * docs/plugins/Makefile.am:
11854         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11855         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11856         * ext/gnomevfs/gstgnomevfssink.h:
11857         * ext/gnomevfs/gstgnomevfssrc.h:
11858         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11859         * ext/vorbis/vorbisdec.h:
11860         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
11861         * ext/vorbis/vorbisenc.h:
11862         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
11863         (vorbis_parse_chain), (vorbis_parse_change_state):
11864         * ext/vorbis/vorbisparse.h:
11865         * gst/audioconvert/gstaudioconvert.h:
11866         * gst/tcp/gsttcpserversink.h:
11867         * gst/videotestsrc/gstvideotestsrc.c:
11868         * gst/videotestsrc/gstvideotestsrc.h:
11869         * gst/volume/gstvolume.c:
11870         * gst/volume/gstvolume.h:
11871         Fix some more docs.
11872         Added docs for vorbisdec and vorbisparse.
11873         Fix vorbisparse.
11874
11875 2006-03-01  Wim Taymans  <wim@fluendo.com>
11876
11877         * docs/plugins/Makefile.am:
11878         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11879         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11880         * ext/pango/gstclockoverlay.h:
11881         * ext/pango/gsttextoverlay.h:
11882         * ext/pango/gsttextrender.h:
11883         * ext/pango/gsttimeoverlay.h:
11884         * ext/theora/gsttheoradec.h:
11885         * ext/theora/gsttheoraenc.h:
11886         * ext/theora/theoradec.c:
11887         * ext/theora/theoraenc.c:
11888         * gst/audioconvert/gstaudioconvert.h:
11889         * gst/audiotestsrc/gstaudiotestsrc.h:
11890         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
11891         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
11892         * gst/tcp/gstmultifdsink.h:
11893         Updated/added documentation.
11894
11895         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
11896         (gst_text_overlay_halign_get_type),
11897         (gst_text_overlay_wrap_mode_get_type),
11898         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
11899         (gst_text_overlay_init), (gst_text_overlay_set_property),
11900         (gst_text_overlay_get_property):
11901         Fix up properties to be enums instead of string to make bindings,
11902         introspection and automatic GUI creation possible.
11903         Add getters for the properties.
11904
11905 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
11906
11907         * gst/audiotestsrc/gstaudiotestsrc.c:
11908           added defines of M_PI and M_PI_2
11909         * gst/ffmpegcolorspace/avcodec.h:
11910           removed #include "stdint.h" for win32 as _stdint.h is 
11911           autogenerated to win32/common
11912         * win32/common/libgstaudio.def:
11913         * win32/common/libgsttag.def:
11914           added some exports
11915         * win32/vs6:
11916           some project files bugs corrected
11917         * win32/vs7:
11918           project files are reset to the default vs7 configuration 
11919           (they link to msvcr71.dll using default optimizations)
11920           
11921 2006-02-28  Wim Taymans  <wim@fluendo.com>
11922
11923         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
11924         Fix some docs.
11925
11926 2006-02-28  Edward Hervey  <edward@fluendo.com>
11927
11928         * ext/alsa/gstalsasrc.c:
11929         Set proper class on the ElementDetails:
11930         Source/Audio instead of Src/Audio/
11931
11932 2006-02-28  Edward Hervey  <edward@fluendo.com>
11933
11934         * gst/videoscale/vs_scanline.c:
11935         (vs_scanline_resample_nearest_RGBA):
11936         Revert optimization in videoscale. It should go in liboil and have
11937         an appropriate liboil function.
11938
11939 2006-02-28  Wim Taymans  <wim@fluendo.com>
11940
11941         * gst-libs/gst/audio/gstbaseaudiosink.c:
11942         (gst_base_audio_sink_provide_clock):
11943         Don't try to provide a clock in the NULL state.
11944
11945 2006-02-28  Wim Taymans  <wim@fluendo.com>
11946
11947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11948         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
11949         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11950         (gst_ogg_demux_deactivate_current_chain),
11951         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
11952         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
11953         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
11954         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11955         Use GstSegment infrastructure to remove duplicated code
11956         and handle more seek cases correctly.
11957
11958 2006-02-28  Wim Taymans  <wim@fluendo.com>
11959
11960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11961         (gst_ffmpegcsp_transform):
11962         Don't ignore return code from ffmpeg convert function.
11963
11964         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
11965         Split out some long statements to ease debugging.
11966
11967 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
11968
11969         * ext/libvisual/visual.c: (gst_visual_init),
11970         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
11971         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
11972         being able to renegotiate the size. Instead, use the negotiation
11973         algorithm from the goom plugin to pick an initial output caps. 
11974
11975         Also, allow theoretical libvisual plugins that might support non-GL 
11976         output even if they also do GL.
11977
11978 2006-02-26  Julien MOUTTE  <julien@moutte.net>
11979
11980         * ext/libvisual/visual.c: (gst_visual_init),
11981         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
11982         (plugin_init): Load only non GL plugins. Fix some memleaks and 
11983         possible negotiation issues.
11984
11985 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11986
11987         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
11988
11989 2006-02-24  Michael Smith  <msmith@fluendo.com>
11990
11991         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
11992         (cmml_type_find), (plugin_init):
11993           Fix CMML type find function to not require a specific minor version
11994           of the CMML header.
11995
11996           Add an MPEG4 video elementary stream typefind function.
11997
11998 2006-02-04  Michael Smith  <msmith@fluendo.com>
11999
12000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
12001         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
12002         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12003         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
12004         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
12005         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
12006           Annodex support in ogg demuxer. Doesn't do very much without the
12007           other annodex patches (to come).
12008
12009 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12010
12011         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
12012
12013         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12014           Pick up palette for MS video v1 (#327028)
12015
12016 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12019         (gst_ffmpegcsp_caps_remove_format_info),
12020         (gst_ffmpegcsp_get_unit_size):
12021           The 'palette_data' field from incoming RGB caps shouldn't be
12022           proxied on outgoing YUV caps; also, restrict unit size
12023           adjustment in case of paletted data only to the unit that
12024           actually has a palette. Fixes #330711.
12025
12026 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12027
12028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12029         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
12030         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
12031         (gst_ffmpegcsp_get_unit_size):
12032           Plug some memory leaks.
12033
12034 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         * sys/ximage/Makefile.am:
12037         * sys/xvimage/Makefile.am:
12038           Add some _CFLAGS and _LIBS that seem to be missing
12039           and/or required for Cygwin (see #317048).
12040
12041 2006-02-22  Wim Taymans  <wim@fluendo.com>
12042
12043         * ext/alsa/gstalsasrc.c:
12044         Fix description as pointed out by caugier.
12045
12046 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
12047
12048         Reviewed by : Edward Hervey  <edward@fluendo.com>
12049
12050         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12051         (qt_type_find):
12052         Better 3gp typefinding (#331526).
12053
12054 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12057           Don't send EOS event here, the base class will send one for us.
12058
12059         * gst/playback/gstplaybasebin.c: (prepare_output):
12060           Subpictures without video stream aren't allowed either.
12061         
12062         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12063           Fix debug statement copy'n'paste-o.
12064
12065 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12066
12067         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
12068           Fix issues with mixer keeping state when muting/unmuting
12069           and when changing the volume whilst muted (see #331763
12070           and #331765).
12071
12072 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12073
12074         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
12075         (parse_subrip), (gst_sub_parse_format_autodetect):
12076           Set right caps given that we send escaped text. Also,
12077           honour <i></i>, <b></b> and <u></u> markers that can be found
12078           in .srt files (fixes #310202).
12079
12080 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12081
12082         * gst-libs/gst/audio/mixerutils.c:
12083         (element_factory_rank_compare_func):
12084           Make order in which elements are tried more determinable.
12085
12086 2006-02-20  Julien MOUTTE  <julien@moutte.net>
12087
12088         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12089         (remove_element_chain), (cleanup_decodebin),
12090         (gst_decode_bin_change_state): Make decodebin reusable by
12091         fixing remove_element_chain first and then introduce a
12092         cleaner in state change to ->NULL. (Closes #331678)
12093
12094 2006-02-19  Wim Taymans  <wim@fluendo.com>
12095
12096         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
12097         use 0666 mask when creating files so umask gets applied
12098         correctly. Fixes #331295.
12099
12100 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12101
12102         * gst/subparse/Makefile.am:
12103         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
12104         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
12105         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
12106         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
12107         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
12108         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
12109         * gst/subparse/gstssaparse.h:
12110         * gst/subparse/gstsubparse.c: (plugin_init):
12111           Add very basic parser for SSA subtitle streams (as often
12112           found in matroska files).
12113
12114 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12115
12116         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
12117           That should be text/x-pango-markup, not text/x-pango-layout.
12118
12119 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12120
12121         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
12122         Polishing.
12123
12124 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12125
12126         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12127         (gst_text_overlay_finalize), (gst_text_overlay_init),
12128         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12129         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12130         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12131         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12132         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12133         Fix state change deadlock.
12134
12135 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12136
12137         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12138         (gst_text_overlay_finalize), (gst_text_overlay_init),
12139         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12140         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12141         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12142         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12143         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12144         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
12145         and subtitles files.
12146
12147 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12148
12149         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
12150         should be considered as raw.
12151
12152 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12153
12154         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12155         (cb_probe):
12156         * gst/playback/gststreaminfo.h: Introduce language informations.
12157
12158 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12159
12160         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12161         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12162         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12163         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12164         Set shared memory segments to be deleted as soon as we have attached,
12165         that way they get cleaned up automatically if we crash.
12166
12167 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12168
12169         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
12170         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
12171         functions are called with lock held.
12172
12173 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12174
12175         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12176         (gst_text_overlay_finalize), (gst_text_overlay_init),
12177         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12178         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12179         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12180         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12181         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12182         (gst_text_overlay_change_state): Refactoring of textoverlay
12183         without collectpads. This now supports sparse subtitles coming
12184         from a demuxer instead of a sub file. Seeking is still broken 
12185         though. Need to discuss with wtay some more on how to handle
12186         seeking correctly.
12187         * ext/pango/gsttextoverlay.h:
12188         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
12189         subtitles coming from the demuxer.
12190
12191 2006-02-17  Wim Taymans  <wim@fluendo.com>
12192
12193         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12194         (gst_vorbisenc_convert_sink):
12195         Use some more scaling functions.
12196
12197 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12198
12199         * ext/cdparanoia/gstcdparanoiasrc.c:
12200         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
12201         (gst_cd_paranoia_paranoia_callback),
12202         (gst_cd_paranoia_src_signal_is_being_watched),
12203         (gst_cd_paranoia_src_read_sector):
12204         * ext/cdparanoia/gstcdparanoiasrc.h:
12205           Add back 'transport-error' and 'uncorrected-error' signals and
12206           make them actually be fired when bad stuff happens (#319340).
12207
12208 2006-02-17  Wim Taymans  <wim@fluendo.com>
12209
12210         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
12211         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12212         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
12213         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
12214         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
12215         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
12216         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
12217         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12218         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
12219         (gst_ring_buffer_clear):
12220         Small cleanups.
12221         Added some G_LIKELY.
12222
12223 2006-02-17  Wim Taymans  <wim@fluendo.com>
12224
12225         * gst-libs/gst/audio/TODO:
12226         Update TODO
12227
12228         * gst-libs/gst/audio/gstbaseaudiosink.c:
12229         (gst_base_audio_sink_get_offset):
12230         When trying to play samples ASAP and we don't have a
12231         previous sample, try to play at position 0 instead of
12232         an invalid position.
12233
12234 2006-02-17  Wim Taymans  <wim@fluendo.com>
12235
12236         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
12237         (gst_alsasink_reset):
12238         Also release lock when we get an error in _reset();
12239         fix an error message.
12240
12241 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12242
12243         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
12244         (gst_alsasink_init), (get_channel_free_structure),
12245         (caps_add_channel_configuration), (gst_alsasink_getcaps),
12246         (gst_alsasink_close):
12247         * ext/alsa/gstalsasink.h:
12248           Add support for more than 2 channels (#326720).
12249
12250 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12251
12252         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12253           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
12254           with 4 or 6 channels, assume a default channel layout to make things
12255           work (not sure there's anything else we can do in those cases).
12256
12257 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12258
12259         * gst-libs/gst/audio/multichannel.c:
12260           Minor docs fix.
12261
12262         * gst-libs/gst/riff/Makefile.am:
12263         * gst-libs/gst/riff/riff-ids.h:
12264         * gst-libs/gst/riff/riff-media.c:
12265         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
12266           Add support for WAVEFORMATEX, eg. PCM audio with more than two
12267           channels and a channel layout map.
12268           
12269 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
12270
12271         Reviewed by Edward Hervey  <edward@fluendo.com>
12272
12273         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
12274         C-level optimization of the RGBA nearest neighbour function.
12275         Eventually this might end up in liboil with vectorized versions.
12276
12277 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12278
12279         * gst-libs/gst/audio/multichannel.c:
12280         (gst_audio_get_channel_positions):
12281           When we have more than 2 channels, but no channel layout is
12282           specified in the caps, return some default channel layout
12283           to the caller and warn about about a possibly buggy element
12284           (could be buggy filtercaps as well of course) (#317038).
12285
12286 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12287
12288         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12289           Add gst-libs/gst/cdda to list of lib search paths.
12290
12291 2006-02-15  Andy Wingo  <wingo@pobox.com>
12292
12293         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
12294         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
12295         to the Lord Jesus that I do not have to touch the ogg muxer ever
12296         again.
12297
12298 2006-02-15  Edward Hervey  <edward@fluendo.com>
12299
12300         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12301         quicktime movie files can also contain 'uuid' atoms.
12302
12303 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12304
12305         * gst/audioconvert/plugin.c: (plugin_init):
12306           Register the GstAudioChannelPosition enum type with the type
12307           system in the plugin_init function, so that it is known before
12308           any element actually makes use of multi-channel stuff. This is
12309           required for example if one wants to be able to deserialise/use
12310           a caps string with channel positions before any pipeline has
12311           been setup and started, like with gst-launch.
12312
12313 2006-02-14  Wim Taymans  <wim@fluendo.com>
12314
12315         * gst-libs/gst/audio/gstringbuffer.c:
12316         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
12317         (gst_ring_buffer_samples_done), (wait_segment),
12318         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
12319         Add some compiler G_(UN_)LIKELY help.
12320         SIGNAL the ringbuffer waiters when going to PAUSED as well to
12321         make sure they can exit their functions. Should fix #330748
12322
12323 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12324
12325         * Makefile.am:
12326         * configure.ac:
12327         * win32/MANIFEST:
12328         * win32/common/_stdint.h:
12329           Windows does not have long long; copy the generated _stdint.h
12330         * win32/common/interfaces-enumtypes.c:
12331         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12332         (gst_mixer_track_flags_get_type),
12333         (gst_tuner_channel_flags_get_type):
12334         * win32/common/multichannel-enumtypes.c:
12335         (gst_audio_channel_position_get_type):
12336           update
12337
12338 2006-02-13  Wim Taymans  <wim@fluendo.com>
12339
12340         * gst-libs/gst/audio/gstbaseaudiosink.c:
12341         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
12342         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12343         Always sync on first sample we receive when starting.
12344
12345 2006-02-13  Wim Taymans  <wim@fluendo.com>
12346
12347         * gst/playback/gstplaybin.c: (gen_vis_element):
12348         Update vis bin docs.
12349         Move queue after tee so we don't queue video buffers but
12350         audio samples instead. Fixes problems where the video queue
12351         is filled and the audio queue empty.
12352
12353 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
12354
12355         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12356           No need to push an EOS event here, GstBaseSrc will do that for us
12357           when we return FLOW_UNEXPECTED.
12358           
12359 2006-02-12  Wim Taymans  <wim@fluendo.com>
12360
12361         * gst-libs/gst/audio/gstbaseaudiosink.c:
12362         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
12363         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
12364         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12365         Use scale functions when possible.
12366         Fix error messages.
12367         Free clockid when after waiting for EOS.
12368         Use G_(UN_)LIKLY when it makes sense.
12369         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
12370
12371 2006-02-12  Edward Hervey  <edward@fluendo.com>
12372
12373         * gst/playback/gstplaybasebin.c: (prepare_output): 
12374         Remove stray semi-colon (fixes #330888).
12375
12376 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
12377
12378         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
12380         Fix up the XShm call testing so that we catch errors, and don't
12381         cause new ones by attempting to detach from a segment we failed
12382         to attach to. Fixes #312439.
12383
12384 2006-02-10  Edward Hervey  <edward@fluendo.com>
12385
12386         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12387         Added flv file typefind (video/x-flv).
12388
12389 2006-02-10  Edward Hervey  <edward@fluendo.com>
12390
12391         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12392         (gst_riff_create_video_template_caps):
12393         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
12394         Also added the caps to the default set of riff video caps.
12395
12396 2006-02-09  Andy Wingo  <wingo@pobox.com>
12397
12398         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
12399         time and the end time of the last packet in the page.
12400         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
12401         on the pages in our queue, set the duration as well. Reflow a
12402         debug statement.
12403         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
12404         Fixes bad muxing order.
12405
12406 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12407
12408         * gst-libs/gst/rtp/gstbasertppayload.c:
12409         (gst_basertppayload_setcaps), (gst_basertppayload_push):
12410           update seqnum before setting it on the packet; this makes sure
12411           that the timestamp and seqnum properties match after pushing
12412           a buffer
12413
12414 2006-02-09  Andy Wingo  <wingo@pobox.com>
12415
12416         * gst-libs/gst/audio/gstringbuffer.c
12417         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
12418         overflow after 13.5 hours of recording. Kapow!
12419
12420         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
12421         the buffer size -- we don't care about underrun/overrun reporting
12422         right now, just need to return a useful value.
12423
12424 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12425
12426         * configure.ac:
12427           Back to CVS
12428
12429 === release 0.10.3 ===
12430
12431 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12432
12433         * configure.ac:
12434           releasing 0.10.3, "Under Pressure"
12435
12436 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12437
12438         * configure.ac:
12439         Drat. Bump libtool version number for new API.
12440         Prelease 0.10.2.3 (of 0.10.3)
12441
12442 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12443
12444         * configure.ac:
12445         * win32/common/config.h:
12446         0.10.2.2 prerelease (of 0.10.3).
12447
12448 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12449
12450         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
12451           Revert Andy's newsegment change pending a more correct
12452           fix.
12453
12454 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12455
12456         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12457         (qt_type_find), (plugin_init):
12458           detect more files as 3gp
12459           group and reorder the iso file formats
12460
12461 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12462
12463         * ext/vorbis/vorbis.c: (plugin_init):
12464           Register musicbrainz tags, so apps don't have to.
12465
12466 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12467
12468         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
12469         (gst_tag_to_vorbis_tag):
12470           Make sure we called gst_tag_register_musicbrainz_tags()
12471           before possibly mapping a vorbiscomment string from/to a
12472           musicbrainz tag.
12473
12474 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12475
12476         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12477           In case we can't find the required number of consecutive
12478           mpeg audio frames to positively identify an MPEG audio
12479           stream, check if there's at least a valid mpeg audio
12480           frame right at offset 0 and if so suggest mpeg/audio
12481           caps with a very low probability (#153004).
12482
12483 2006-02-07  Andy Wingo  <wingo@pobox.com>
12484
12485         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
12486         a TIME segment if we get timestamped buffers. Requires recent
12487         fixes in core to work properly.
12488
12489 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12490
12491         * gst/playback/gstplaybasebin.c: (prepare_output):
12492           Don't print the URI as part of the error message, it
12493           makes error dialogs look rather ugly, especially if
12494           the URI is very long or has characters in it that
12495           need escaping.
12496
12497 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12498
12499         * gst/playback/gstplaybasebin.c: (prepare_output):
12500           Error out if we have only text or subtitles, but nothing
12501           else. Also error out if we have subtitles but no video
12502           stream.
12503
12504 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12505
12506         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12507           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
12508           Post an error message on the bus when we encounter an
12509           error, which will hopefully be more meaningful than the
12510           'Internal Flow Error' message users get to see if we
12511           just return GST_FLOW_ERROR.
12512
12513 2006-02-07  Andy Wingo  <wingo@pobox.com>
12514
12515         * configure.ac (GST_MAJORMINOR): Update core version req to
12516         0.10.2.2, for the collectpads API addition (#330244).
12517
12518 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12519
12520         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12521           Return FALSE from plugin_init() when GnomeVFS can't
12522           be initialised for some reason (#328423).
12523
12524 2006-02-06  Julien MOUTTE  <julien@moutte.net>
12525
12526         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
12527         Stick to seeking theory until i find the bug.
12528         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
12529
12530 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12531
12532         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12533         (theora_enc_finalize), (theora_enc_sink_setcaps),
12534         (theora_set_header_on_caps), (theora_enc_chain),
12535         (theora_enc_change_state):
12536         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12537           Make theoraenc and the tests leak free. Like, really.
12538
12539 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12540
12541         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12542         (theora_enc_finalize), (theora_enc_sink_setcaps):
12543           Add a finalize method to ensure we clean up state even if
12544           someone omitted the state change back to NULL.
12545
12546         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
12547         (gst_vorbisenc_chain):
12548           Free some more leaked bits.
12549
12550         * tests/check/pipelines/theoraenc.c: (start_pipeline),
12551         (stop_pipeline):
12552           Wait for state changes to happen if they're ASYNC.
12553
12554           This ought to teach those fancy pants buildbots a lesson.
12555
12556 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12557
12558         * gst-libs/gst/tag/gstid3tag.c:
12559           Add mapping for ID3 International Standard Recording Code
12560           tag "TSRC"
12561
12562 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12563
12564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
12565           Don't leak tag names.
12566
12567 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12568
12569         * docs/libs/gst-plugins-base-libs-docs.sgml:
12570         * docs/libs/gst-plugins-base-libs-sections.txt:
12571         * gst-libs/gst/tag/gstid3tag.c:
12572         * gst-libs/gst/tag/gstvorbistag.c:
12573         * gst-libs/gst/tag/tags.c:
12574           Split libgsttag docs into multiple sections.
12575
12576 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12577
12578         * docs/libs/Makefile.am:
12579         * docs/libs/gst-plugins-base-libs-docs.sgml:
12580         * docs/libs/gst-plugins-base-libs-sections.txt:
12581         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
12582         * gst-libs/gst/tag/gstvorbistag.c:
12583         * gst-libs/gst/tag/tag.h:
12584         * gst-libs/gst/tag/tags.c:
12585           Add libgsttag to the docs.
12586
12587 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12588
12589         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
12590         (gst_text_overlay_init), (gst_text_overlay_src_event),
12591         (gst_text_overlay_collected): Fix clockoverlay.
12592
12593 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12594
12595         * docs/libs/compiling.sgml:
12596           Fix typo: it's pkg-config, not pkg-gconfig
12597
12598         * docs/libs/gst-plugins-base-libs-docs.sgml:
12599         * docs/libs/gst-plugins-base-libs-sections.txt:
12600         * docs/libs/tmpl/gstgconf.sgml:
12601           There is no libgstgconf in 0.10, remove it
12602           from the docs.
12603
12604 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12605
12606         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
12607         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12608         (gst_text_overlay_src_event), (gst_text_overlay_collected):
12609         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12610         (gst_sub_parse_class_init), (gst_sub_parse_init),
12611         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
12612         (parse_mpsub), (parser_state_init), (handle_buffer),
12613         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
12614         * gst/subparse/gstsubparse.h: Introduce seeking code.
12615
12616 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12617
12618         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12619           Add comment about LANGUAGE tag inconsistency (we want
12620           ISO-639-1, but extract three-letter identifiers?)
12621
12622         * po/POTFILES.in:
12623           Add two translatable files.
12624
12625 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12626
12627         * gst-libs/gst/tag/Makefile.am:
12628         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12629         * gst-libs/gst/tag/tag.h:
12630         * gst-libs/gst/tag/tags.c:
12631         (gst_tag_register_musicbrainz_tags_internal),
12632         (gst_tag_register_musicbrainz_tags):
12633           Forward-port some tags stuff from the 0.8 branch. This is
12634           mostly the addition of musicbrainz tags and their mapping
12635           to vorbistags, and a vorbistag mapping of the language tag.
12636
12637 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12638
12639         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
12640         refactoring.
12641
12642 2006-02-04  David Schleef  <ds@schleef.org>
12643
12644         * ext/ogg/gstoggmux.c:
12645         * gst/typefind/gsttypefindfunctions.c:
12646           Add Dirac typefinding and add dirac format to oggmux.
12647
12648 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
12649
12650         * gst/playback/gstdecodebin.c: (try_to_link_1):
12651           Don't put essential function call into
12652           g_return_*() macro, otherwise it'll all be
12653           replaced by NOOPs when compiling with
12654           G_DISABLE_CHECKS defined.
12655
12656 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12657
12658         * ext/ogg/gstoggdemux.c:
12659         * ext/ogg/gstoggparse.c:
12660         * gst/tcp/gsttcpserversink.c:
12661         * sys/v4l/v4lsrc_calls.c:
12662         * sys/v4l/v4lsrc_calls.h:
12663         Just make it compile with --disable-gst-debug.
12664
12665 2006-02-03  Wim Taymans  <wim@fluendo.com>
12666
12667         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
12668         (gst_alsasink_class_init), (gst_alsasink_init),
12669         (gst_alsasink_write), (gst_alsasink_reset):
12670         * ext/alsa/gstalsasink.h:
12671         Add lock to protect alsa calls.
12672         Implement reset to flush samples ASAP, does not work
12673         with dmix though.
12674
12675 2006-02-02  Wim Taymans  <wim@fluendo.com>
12676
12677         * gst-libs/gst/audio/gstbaseaudiosink.c:
12678         (gst_base_audio_sink_provide_clock):
12679         Ugh.. getting late I guess...
12680
12681 2006-02-02  Wim Taymans  <wim@fluendo.com>
12682
12683         * gst-libs/gst/audio/gstbaseaudiosink.c:
12684         (gst_base_audio_sink_provide_clock),
12685         (gst_base_audio_sink_set_property),
12686         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
12687         Don't try to provide a clock when we are not negotiated since
12688         we might not be able to make it run.
12689
12690 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12691
12692         * gst/playback/gstdecodebin.c: (try_to_link_1):
12693           Unlinking two source pads is ... hard.
12694
12695 2006-02-02  Wim Taymans  <wim@fluendo.com>
12696
12697         * gst-libs/gst/audio/TODO:
12698         Updated.
12699
12700         * gst-libs/gst/audio/gstbaseaudiosink.c:
12701         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
12702         On EOS, wait till the last sample is played before posting EOS.
12703
12704 2006-02-01  Philippe Kalaf <burger at speedy dot org>
12705
12706         Patch by: Kai Vehmanen
12707         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12708           Adds ability to enable newsegment bypass by setting queue_delay to
12709           zero. Also avoid thread being started if queue_delay is zero.
12710
12711 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12712
12713         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
12714           Make test work again by connecting fakesinks to each decoded pad,
12715           which makes the pipeline wait until each fakesink has a buffer
12716           queued before going to PAUSED state. At that point we know the
12717           decodebin pads are negotiated.
12718
12719 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12720
12721         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
12722         (gst_cdda_base_src_handle_event):
12723         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
12724           Pass unhandled queries to the parent class's query function.
12725
12726 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12727
12728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
12729         (gst_ogg_pad_src_query):
12730         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12731         * ext/theora/theoradec.c: (theora_dec_src_query),
12732         (theora_dec_sink_query):
12733         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12734         (vorbis_dec_sink_query):
12735         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
12736         (gst_vorbisenc_sink_query):
12737         * gst/adder/gstadder.c: (gst_adder_query):
12738           Pass unhandled queries upstream instead of just
12739           dropping them (#326447). Also, fix supported
12740           query types list for some elements.
12741
12742 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12743
12744         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
12745         (paris_type_find), (ilbc_type_find), (plugin_init):
12746           Fix typefinding for audio/x-au, audio/x-paris and
12747           audio/iLBC-sh. We cannot use the START_WITH macros
12748           here, because there can only be one typefind factory
12749           with the same name (caps), so the second one would
12750           replace the first one and the first one would never
12751           be called when doing typefinding (see #161712).
12752           
12753
12754 2006-01-31  Wim Taymans  <wim@fluendo.com>
12755
12756         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
12757         (vorbis_handle_header_packet), (vorbis_dec_push),
12758         (vorbis_handle_data_packet):
12759         Use scale_int when we can, add some more scaling.
12760         Check packettype before parsing it.
12761
12762 2006-01-31  Wim Taymans  <wim@fluendo.com>
12763
12764         * ext/theora/theoradec.c: (_theora_granule_time),
12765         (theora_dec_src_convert), (theora_dec_sink_convert):
12766         Call right _scale functions.
12767         Use parameter instead of some other random value.
12768
12769 2006-01-31  Wim Taymans  <wim@fluendo.com>
12770
12771         * ext/theora/theoradec.c: (_theora_granule_frame),
12772         (_theora_granule_time), (_inc_granulepos),
12773         (theora_dec_src_convert), (theora_dec_sink_convert),
12774         (theora_handle_type_packet), (theora_handle_data_packet),
12775         (theora_dec_chain):
12776         Use higher precision timestamps calculation.
12777         Convert some other conversions to _scale.
12778
12779 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
12780
12781         * gst/audiotestsrc/gstaudiotestsrc.c:
12782         (gst_audio_test_src_create_sine_table), (plugin_init):
12783         * gst/volume/gstvolume.c: (plugin_init):
12784           initialize gst_controller before using
12785
12786 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12787
12788         * tests/check/pipelines/theoraenc.c:
12789         * tests/check/pipelines/vorbisenc.c:
12790         Define constant using G_GINT64_CONSTANT to avoid errors when
12791         passing it around - otherwise it gets truncated to 32 bits.
12792
12793         Fixes failing tests.
12794
12795 2006-01-31  Andy Wingo  <wingo@pobox.com>
12796
12797         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
12798         caps being set doesn't have a framerate value. Basically a stopgap
12799         measure.
12800
12801         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
12802         technically correct enough to put into core though.
12803         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
12804         DURATION. Fixes theoraenc ! oggmux.
12805
12806         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
12807         fraction, not double.
12808
12809 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
12810
12811         * win32/vs7:
12812         add vs7 project files created by Sergey Scobich
12813
12814 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
12815
12816         * win32/vs8:
12817         add vs8 project files created by Sergey Scobich
12818         
12819 2006-01-30  Andy Wingo  <wingo@pobox.com>
12820
12821         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
12822         timestamp + duration, not just timestamp -- ogg pages should be
12823         ordered by stop time. Necessary fix given the change in vorbis
12824         timestamps.
12825
12826         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
12827         (gst_theora_enc_init): Pull the granule shift out of the encoder.
12828         (granulepos_add): New function, handles the messiness of adjusting
12829         granulepos values.
12830         (theora_buffer_from_packet):
12831         (theora_enc_chain):
12832         (theora_enc_sink_event): Use granulepos_add, not +.
12833
12834         * tests/check/pipelines/theoraenc.c
12835         (check_buffer_granulepos_from_starttime): Just check the frame
12836         count, not the actual granulepos -- we can't dictate to the
12837         encoder when it should be placing keyframes.
12838
12839 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12840
12841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12842           SERVICE_NOT_AVAILABLE happens for example when you're trying to
12843           play an http:// stream from a server that's not serving
12844
12845 2006-01-30  Andy Wingo  <wingo@pobox.com>
12846
12847         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
12848         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
12849         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
12850         available.
12851
12852         * ext/theora/gsttheoraenc.h:
12853         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
12854         although theoraenc was timestamping correctly. Added handling of
12855         streams that start with nonzero timestamps.
12856
12857         * tests/check/Makefile.am:
12858         * tests/check/pipelines/theoraenc.c: New file, basically does same
12859         tests as vorbisenc.
12860
12861         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
12862
12863 2006-01-30  Wim Taymans  <wim@fluendo.com>
12864
12865         * gst-libs/gst/audio/gstaudiosink.c:
12866         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
12867         (gst_audioringbuffer_pause):
12868         Implement pause that does not wait for completion.
12869
12870         * gst-libs/gst/audio/gstbaseaudiosink.c:
12871         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12872         Don't drop buffers when going to PAUSED but perform preroll on
12873         remaining samples now that core base class supports this.
12874
12875         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
12876         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
12877         (gst_ring_buffer_commit):
12878         Pause should not signal waiters.
12879         Implement return value of _commit correctly.
12880
12881 2006-01-30  Andy Wingo  <wingo@pobox.com>
12882
12883         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
12884
12885         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
12886         updated to timestamp from the first sample, not the last.
12887         (gst_vorbisenc_buffer_from_header_packet): New function, takes
12888         special care of granulepos and timestamp for header packets.
12889         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
12890         when the first buffer has a nonzero timestamp.
12891
12892         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
12893         (GstVorbisEnc.subgranule_offset): New members. Take care of the
12894         case when the first audio buffer we get has a nonzero timestamp.
12895         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
12896         properly timestamp vorbis buffers with the time of the first
12897         sample, not the last.
12898         
12899         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
12900         vorbis_granule_time_copy -- now it takes the granule/subgranule
12901         offset into account.
12902
12903         * tests/check/pipelines/vorbisenc.c: New test for correctness of
12904         timestamps, durations, and granulepos on buffers produced by
12905         vorbisenc.
12906
12907 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
12908
12909         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12910         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
12911           Patch from Eric Jonas to support conversions to/from UYVY 
12912           (Fixes: #324626)
12913
12914 2006-01-30  Julien MOUTTE  <julien@moutte.net>
12915
12916         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
12917         (setup_subtitle), (setup_source), (set_active_source):
12918         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12919         (gen_text_element), (gen_audio_element), (gen_vis_element),
12920         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
12921
12922 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
12923
12924         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
12925         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
12926                 use gst_guint64_to_gdouble to be compliant with vs6
12927         * gst/playback/gstdecodebin.c: (try_to_link_1)
12928         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
12929                 use G_GINT64_CONSTANT for int64 constants
12930         * win32/common/libgstinterfaces.def:
12931                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
12932         * win32/vs6:
12933                 update and add new project files
12934                 
12935 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12936
12937         * Makefile.am:
12938         * win32/MANIFEST:
12939         * win32/common/interfaces-enumtypes.c:
12940         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12941         (gst_mixer_track_flags_get_type),
12942         (gst_tuner_channel_flags_get_type):
12943         * win32/common/interfaces-enumtypes.h:
12944         * win32/common/multichannel-enumtypes.c:
12945         (gst_audio_channel_position_get_type):
12946         * win32/common/multichannel-enumtypes.h:
12947           add a win32-update rule like in core, and copy over enumtypes files
12948
12949 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12950
12951         * win32/MANIFEST:
12952         * win32/common/config.h:
12953         * win32/common/config.h.in:
12954           add config files just like in core
12955
12956 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
12957
12958         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
12959           Make gcc-4.1 happy (part of #327357).
12960
12961 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12962
12963         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
12964         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
12965         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
12966         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
12967         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
12968         (gst_alsasrc_unprepare), (gst_alsasrc_read):
12969           Update all error messages.  All of them should either use
12970           the default translated message, or actually provide a
12971           translatable string.
12972           Make the string for channel count problems meaningful.
12973
12974 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12975
12976         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12977           check for and throw RESOURCE_BUSY
12978
12979 2006-01-27  David Schleef  <ds@schleef.org>
12980
12981         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
12982           checked in this change -- it requires liboil features not
12983           in 0.3.6.  Revert parts.
12984
12985 2006-01-27  David Schleef  <ds@schleef.org>
12986
12987         * REQUIREMENTS:
12988         * configure.ac: update liboil requirement to 0.3.6
12989         * gst/videoscale/Makefile.am:
12990         * gst/videoscale/vs_scanline.c: liboilify
12991
12992 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12993
12994         * ext/libvisual/visual.c: (get_buffer):
12995           When pad_alloc returns a GstFlowReturn other
12996           than GST_FLOW_OK, make sure it is passed upstream.
12997
12998 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12999
13000         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13001         (gst_alsasink_class_init):
13002           Free the device name string.
13003
13004         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13005         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
13006         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
13007           Don't remove a pad from the collectpads structure until it
13008           is released - it's a request pad, and may receive data again
13009           if the element gets moved back to PLAYING state.
13010
13011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13012           Ensure we turn on double buffering on the Xv port, and
13013           set the colour key to something dark and mysterious that
13014           isn't black.
13015
13016 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13017
13018         * ext/alsa/gstalsaplugin.c: (plugin_init):
13019         * ext/cdparanoia/gstcdparanoiasrc.c:
13020         (gst_cd_paranoia_src_base_init), (plugin_init):
13021         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
13023           - a library should not call setlocale. see "Libraries" node in
13024             gettext manual
13025           - make sure all plugins that use translation do bindtextdomain
13026             to point to the localedir
13027         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
13028         (setup_sinks), (plugin_init):
13029           all this, and check for NULL when creating sinks
13030
13031 2006-01-27  Julien MOUTTE  <julien@moutte.net>
13032
13033         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
13034         (plugin_init): Make typefinding of subtitles work again.
13035
13036 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
13037
13038         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13039         (mp3_type_frame_length_from_header), (mp3_type_find),
13040         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
13041         (plugin_init):
13042           Backport a bunch of typefinding fixes from the 0.8 branch.
13043           Also, improve wavpack typefinding: if we can't peek the
13044           entire wavpack block, try to parse the bits we can get and
13045           see if we find what we're looking for in those.
13046
13047 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13048
13049         * sys/ximage/ximagesink.c:
13050         (gst_ximagesink_calculate_pixel_aspect_ratio):
13051         * sys/xvimage/xvimagesink.c:
13052         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
13053         more cases of pixel aspect ratio.
13054
13055 2006-01-26  Edward Hervey  <edward@fluendo.com>
13056
13057         * gst/playback/gstdecodebin.c: (pad_probe):
13058         Also consider the flush-start and tag events as unblockers
13059         for the pad probes.
13060
13061 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13062
13063         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13064         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
13065         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
13066         On the fly visualisation switch, works disabling, enabling as
13067         well but it won't be able to enable vis in a playbin that was
13068         created with no visualisation.
13069
13070 2006-01-25  Wim Taymans  <wim@fluendo.com>
13071
13072         * gst-libs/gst/audio/gstbaseaudiosink.c:
13073         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13074         Undo previous commit that returned WRONG_STATE sooner, it breaks 
13075         resume after pause.
13076
13077 2006-01-25  Wim Taymans  <wim@fluendo.com>
13078
13079         * gst-libs/gst/audio/gstbaseaudiosink.c:
13080         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
13081         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
13082         Improve debugging.
13083         Post error when caps cannot be parsed.
13084         Resync on discontinuity in the stream.
13085         Clip samples to segment boundaries.
13086         return WRONG_STATE sooner when we are flushing.
13087
13088         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
13089         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
13090         Make audiosrc operate in TIME.
13091         Set TIMESTAMP and DURATION on buffers.
13092
13093 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
13094
13095         * tests/examples/seek/seek.c: (main):
13096           Output tag messages as well.
13097
13098 2006-01-23  Edward Hervey  <edward@fluendo.com>
13099
13100         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13101         (free_pad_probes), (remove_fakesink), (pad_probe),
13102         (close_pad_link), (gst_decode_bin_change_state):
13103         Replace GstPadBlockCallback with pad probes that detect
13104         first buffer AND eos before removing fakesink.
13105         Fixes hang with demuxers doing EOS while pre-rolling.
13106         Solves #328279
13107
13108 2006-01-23  Andy Wingo  <wingo@pobox.com>
13109
13110         * ext/alsa/gstalsasink.c:
13111         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13112         (gst_base_rtp_depayload_setcaps),
13113         (gst_base_rtp_depayload_add_to_queue),
13114         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
13115         
13116         Patch by: Jens Granseuer <jensgr at gmx dot net>
13117
13118 2006-01-22  Julien MOUTTE  <julien@moutte.net>
13119
13120         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13121         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13122         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
13123         frames. We might get a frame destroyed after changing state to
13124         NULL, adding a safety check on xcontext.
13125
13126 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
13127
13128         * gst-libs/gst/interfaces/xoverlay.c:
13129           Fix prepare-xwindow-id code example in the docs - we need to
13130           ignore all messages that aren't element messages as well.
13131           
13132 2006-01-21  Julien MOUTTE  <julien@moutte.net>
13133
13134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
13135           I think one day i'll completely undestand how caps negotiation
13136           is supposed to work. This refactoring handles buffer_alloc
13137           called with caps we can't handle. We definitely don't want a
13138           set_caps with those caps, so we define and allocate a buffer
13139           we would like to receive.
13140
13141 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13142
13143         * gst/playback/gstplaybasebin.c: (setup_source):
13144           Free iterator when done.
13145
13146 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
13147
13148         * gst-libs/gst/audio/gstbaseaudiosink.c:
13149         (gst_base_audio_sink_render):
13150           Fix playback of non-synchronised streams by assuming a rate
13151           of 1.0 instead of a random one.
13152
13153           Makes this work again:
13154
13155           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
13156           endianness=(int)4321, signed=(boolean)true, width=(int)16,
13157           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
13158           audioresample ! alsasink
13159
13160 === release 0.10.2 ===
13161
13162 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
13163
13164         * configure.ac:
13165           releasing 0.10.2, "Then the devil is six"
13166
13167 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
13168
13169         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13170         * gst/playback/gststreamselector.c:
13171         (gst_stream_selector_set_property):
13172           Comment out broken code that connects to the state-changed signal.
13173           At this point, changing current stream selection is broken, but 
13174           stuff like gst-launch playbin current-audio=1 works and filters
13175           to the chosen stream.
13176
13177 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13178
13179         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13180           Fix #327216 (null dereference in vorbisdec)
13181
13182 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
13183
13184         * ext/theora/theoradec.c: (theora_handle_comment_packet):
13185           Post taglist actually on bus instead of just freeing it
13186           (fixes #327114 and totem bug #327080).
13187
13188         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13189           Use gst_element_found_tags_for_pad(), so that the tags
13190           are sent downstream as an event as well.
13191
13192 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13193
13194         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13195         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13196         (gst_ximagesink_buffer_alloc):
13197         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
13198         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
13199         (gst_xvimagesink_buffer_alloc):
13200           move all regularly occurring messages to GST_LOG level
13201           add some more object logs
13202
13203 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13204
13205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13206           fix a silly segfault
13207
13208 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
13209
13210         * docs/libs/gst-plugins-base-libs-docs.sgml:
13211         * docs/libs/gst-plugins-base-libs-sections.txt:
13212         * gst-libs/gst/audio/mixerutils.c:
13213         * gst-libs/gst/audio/mixerutils.h:
13214           Add docs for mixerutils stuff.
13215
13216 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13217
13218         * gst/playback/gstplaybasebin.c: (setup_source):
13219           Fix playback for sources that emit raw audio or
13220           raw video streams (e.g.: cd audio sources) (#325984).
13221
13222 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13223
13224         * gst-libs/gst/audio/mixerutils.c:
13225         (gst_audio_mixer_filter_do_filter):
13226           actually save the element we create
13227
13228 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13229
13230         * gst-libs/gst/cdda/gstcddabasesrc.c:
13231         (gst_cdda_base_src_handle_track_seek):
13232           No need to post a tag message on the bus when seeking
13233           within the same track, only post it when the current
13234           track changes.
13235
13236 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13237
13238         * gst/playback/gstplaybasebin.c: (group_destroy),
13239         (probe_triggered), (new_decoded_pad), (mute_group_type),
13240         (set_active_source):
13241         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13242         * gst/playback/gststreamselector.c:
13243         (gst_stream_selector_base_init),
13244         (gst_stream_selector_set_property),
13245         (gst_stream_selector_request_new_pad):
13246           Reenable stream selection. These mechanisms need a complete overhaul
13247           in the face of 0.8->0.10 changes though.
13248
13249 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13250
13251         * ext/ogg/gstoggdemux.c:
13252           Change the pad template to src_%d to match the pads that 
13253           are created from it. decodebin needs this information in order
13254           to decide that oggdemux is capable of producing multiple pads
13255           (and hence needs queues inserted).
13256
13257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13258         (gst_ogg_mux_collected):
13259           Make debug output more useful by using GST_PTR_FORMAT.
13260
13261 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13262
13263         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13264
13265         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
13266           Set depth and width for alaw/mulaw (fixes #326601).
13267
13268 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13269
13270         * tests/icles/Makefile.am:
13271           don't build the tests if we don't have the libs
13272
13273 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13274
13275         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
13276         (gst_cd_paranoia_paranoia_callback):
13277           Don't try to free NULL pointers.
13278
13279 2006-01-10  Edward Hervey  <edward@fluendo.com>
13280
13281         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
13282         (gst_audio_rate_change_state), (plugin_init):
13283         Add debugging category.
13284         Fix type issues.
13285         Add case for incoming buffers without valid offset/offset_end.
13286
13287 2006-01-10  Michael Smith  <msmith@fluendo.com>
13288
13289         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
13290           Don't leak GCond in audio sources.
13291
13292 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
13293
13294         * gst/playback/gstplaybin.c: (gen_audio_element):
13295           Don't leak an autoaudiosink/alsasink when we generate
13296           a new audio element. (old code, I guess)
13297
13298 2006-01-10  Michael Smith  <msmith@fluendo.com>
13299
13300         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
13301           Support float audio in audiorate.
13302           Use width rather than depth for selecting sample width.
13303
13304 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13305
13306         * gst/videotestsrc/videotestsrc.h:
13307           Use GLib types here (that way we don't have to include the
13308           generated _stdint.h header, which makes life easier for win32
13309           folks that don't use autotools for the build) (#325990, patch
13310           by: Sergey Scobich).
13311
13312 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13313
13314         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13315         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13316         (gst_ring_buffer_pause), (wait_segment):
13317         * gst-libs/gst/audio/gstringbuffer.h:
13318           Name (private) union, makes Forte compiler happy (this time
13319           for real) (#324900).
13320
13321 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13322
13323         * gst-libs/gst/audio/Makefile.am:
13324           Link against libgstinterfaces, needed for mixer
13325           and property probe stuff.
13326
13327 2006-01-09  Edward Hervey  <edward@fluendo.com>
13328
13329         * gst-libs/gst/Makefile.am:
13330
13331 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13332
13333         * gst-libs/gst/audio/Makefile.am:
13334         * gst-libs/gst/audio/mixerutils.c:
13335         (gst_audio_mixer_filter_do_filter),
13336         (gst_audio_mixer_filter_check_element),
13337         (gst_audio_mixer_filter_probe_feature),
13338         (element_factory_rank_compare_func),
13339         (gst_audio_default_registry_mixer_filter):
13340         * gst-libs/gst/audio/mixerutils.h:
13341           Add gst_audio_default_registry_mixer_filter() utility
13342           function.
13343
13344 2006-01-03  Michael Smith  <msmith@fluendo.com>
13345
13346         * gst/audioresample/resample.h:
13347           As before, but for o_buf
13348
13349 2006-01-03  Michael Smith  <msmith@fluendo.com>
13350
13351         * gst/audioresample/resample.h:
13352           Declare struct _ResampleState.buffer as unsigned char *, not void *,
13353           since we do arithmetic on it.
13354
13355 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
13356
13357         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13358         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13359         (gst_ring_buffer_pause), (wait_segment):
13360         * gst-libs/gst/audio/gstringbuffer.h:
13361           Sun's Forte compiler doesn't seem to like anonymous structs,
13362           so use same setup as in GstBaseSrc (fixes #324900).
13363
13364 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13365
13366         * configure.ac:
13367         * gst/volume/Makefile.am:
13368         * gst/volume/demo.c:
13369           move old example to tests/examples/volume/volune.c
13370         * tests/examples/Makefile.am:
13371         * tests/examples/seek/seek.c: (main):
13372           change window-close event from "delete-event" to "destroy"
13373         * tests/examples/volume/Makefile.am:
13374         * tests/examples/volume/volume.c: (value_changed_callback),
13375         (setup_gui), (message_received), (eos_message_received), (main):
13376           fix event handling and bus usage
13377
13378 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
13379
13380         * gst/audiotestsrc/gstaudiotestsrc.c:
13381         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
13382         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
13383         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
13384         (gst_audio_test_src_create_square),
13385         (gst_audio_test_src_create_saw),
13386         (gst_audio_test_src_create_triangle),
13387         (gst_audio_test_src_create_silence),
13388         (gst_audio_test_src_create_white_noise),
13389         (gst_audio_test_src_create_pink_noise),
13390         (gst_audio_test_src_init_sine_table),
13391         (gst_audio_test_src_create_sine_table),
13392         (gst_audio_test_src_change_wave),
13393         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
13394         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
13395         * gst/audiotestsrc/gstaudiotestsrc.h:
13396           update to basesrc changes, implement segmented seeking and eos
13397           handling, add a 'sine-tab' waveform for performance critical playback
13398
13399 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13400
13401         * po/POTFILES.in:
13402           ... and this time the other modified file that I missed last time.
13403
13404 2005-12-29  Michael Smith  <msmith@fluendo.com>
13405
13406         * gst/playback/gstdecodebin.c: (new_pad):
13407           Fix non-C89 variable declaration not at the start of a block. Should
13408           help some compilers.
13409
13410 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13411
13412         * tests/check/Makefile.am:
13413           And now fix 'make distcheck' (builddir != srcdir)
13414
13415 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13416
13417         * configure.ac:
13418         * ext/cdparanoia/Makefile.am:
13419         * ext/cdparanoia/gstcdparanoia.c:
13420         * ext/cdparanoia/gstcdparanoia.h:
13421         * ext/cdparanoia/gstcdparanoiasrc.c:
13422         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
13423         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
13424         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
13425         (gst_cd_paranoia_paranoia_callback),
13426         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
13427         (gst_cd_paranoia_src_set_property),
13428         (gst_cd_paranoia_src_get_property), (plugin_init):
13429         * ext/cdparanoia/gstcdparanoiasrc.h:
13430           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
13431           plugin again (there are still fixes required to playbin to make
13432           cdda:// uris work there).
13433
13434 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13435
13436         * tests/check/Makefile.am:
13437           Fix test case compilation.
13438
13439 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13440
13441         * gst-libs/gst/cdda/gstcddabasesrc.c:
13442         (gst_cdda_base_src_update_duration),
13443         (gst_cdda_base_src_calculate_cddb_id):
13444           An integer is not a string. Fix access to uninitialised variable.
13445
13446         * tests/check/Makefile.am:
13447           Add cddabasesrc unit test; also actually enable the vorbis test.
13448
13449         * tests/check/generic/states.c:
13450           Blacklist new cd audio elements as well.
13451
13452         * tests/check/libs/cddabasesrc.c:
13453           Unit test for GstCddaBaseSrc (discid calculation mostly).
13454
13455 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13456
13457         * docs/libs/Makefile.am:
13458         * docs/libs/gst-plugins-base-libs-docs.sgml:
13459         * docs/libs/gst-plugins-base-libs-sections.txt:
13460         * docs/libs/gst-plugins-base-libs.types:
13461           Add docs for libgstcdda/GstCddaBaseSrc.
13462
13463         * gst-libs/gst/interfaces/mixertrack.h:
13464           Do one struct member per line with a semicolon at the end, that way
13465           even gtk-doc might parse it without complaining.
13466
13467 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13468
13469         * configure.ac:
13470         * gst-libs/gst/Makefile.am:
13471         * gst-libs/gst/cdda/Makefile.am:
13472         * gst-libs/gst/cdda/base64.c:
13473         * gst-libs/gst/cdda/base64.h:
13474         * gst-libs/gst/cdda/gstcddabasesrc.c:
13475         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
13476         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
13477         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
13478         (gst_cdda_base_src_get_property),
13479         (gst_cdda_base_src_get_track_from_sector),
13480         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
13481         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
13482         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
13483         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
13484         (gst_cdda_base_src_uri_get_protocols),
13485         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
13486         (gst_cdda_base_src_uri_handler_init),
13487         (gst_cdda_base_src_setup_interfaces),
13488         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
13489         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
13490         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
13491         (gst_cdda_base_src_add_tags),
13492         (gst_cdda_base_src_add_index_associations),
13493         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
13494         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
13495         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
13496         (gst_cdda_base_src_create):
13497         * gst-libs/gst/cdda/gstcddabasesrc.h:
13498         * gst-libs/gst/cdda/sha1.c:
13499         * gst-libs/gst/cdda/sha1.h:
13500           Add new libgstcdda with GstCddaBaseSrc class.
13501
13502 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13503
13504         * ext/gnomevfs/gstgnomevfssink.h:
13505           Use GstBaseSinkClass as parent_class member for class struct, not
13506           GstBaseSink.
13507
13508 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13509
13510         Patch by: Michael Benes
13511
13512         * gst/videotestsrc/gstvideotestsrc.c:
13513         (gst_video_test_src_class_init), (gst_video_test_src_start):
13514           Add start method to reset running time and number of frames sent
13515           when starting up (fixes #324696)
13516
13517 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13518
13519         * docs/plugins/Makefile.am:
13520         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13521         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13522         * docs/plugins/gst-plugins-base-plugins.args:
13523         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13524         * docs/plugins/gst-plugins-base-plugins.signals:
13525           Add docs stuff for gnomevfssrc and gnomevfssink.
13526
13527         * ext/gnomevfs/gstgnomevfssrc.c:
13528           Fix example pipeline in gtk-doc blurb.
13529
13530 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13531
13532         * ext/gnomevfs/Makefile.am:
13533         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
13534         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
13535         (gst_gnome_vfs_handle_get_type), (plugin_init):
13536         * ext/gnomevfs/gstgnomevfs.h:
13537         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
13538         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
13539         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
13540         (gst_gnome_vfs_sink_set_property),
13541         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
13542         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
13543         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
13544         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
13545         (gst_gnome_vfs_sink_uri_get_type),
13546         (gst_gnome_vfs_sink_uri_get_protocols),
13547         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
13548         (gst_gnome_vfs_sink_uri_handler_init):
13549         * ext/gnomevfs/gstgnomevfssink.h:
13550           Port gnomevfssink; add gtk-doc blurb.
13551
13552         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
13553         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
13554         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
13555         (gst_gnome_vfs_src_uri_get_type),
13556         (gst_gnome_vfs_src_uri_get_protocols),
13557         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
13558         (gst_gnome_vfs_src_uri_handler_init),
13559         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
13560         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
13561         (gst_gnome_vfs_src_send_additional_headers_callback),
13562         (gst_gnome_vfs_src_received_headers_callback),
13563         (gst_gnome_vfs_src_push_callbacks),
13564         (gst_gnome_vfs_src_pop_callbacks),
13565         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
13566         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
13567         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
13568         * ext/gnomevfs/gstgnomevfssrc.h:
13569           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
13570           file; add gtk-doc blurb with example pipelines.
13571
13572 === release 0.10.1 ===
13573
13574 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
13575
13576         * configure.ac:
13577           releasing 0.10.1, "Dobro Dedek"
13578
13579 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
13580
13581         * gst/typefind/gsttypefindfunctions.c:
13582         iLBC30 and iLBC20 added to typefind.
13583
13584 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13585
13586         * gst-libs/gst/audio/gstbaseaudiosink.c:
13587         (gst_base_audio_sink_class_init):
13588         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13589         (gst_base_audio_src_class_init):
13590           update strings, values are in microseconds
13591           change the default sink buffer time to something that is smaller
13592           (to help software volume mixing have a slightly lower delay) but
13593           still be acceptable on Wim's laptop
13594
13595 2005-12-20  Edward Hervey  <edward@fluendo.com>
13596
13597         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
13598         Made a quack, forgot to add DUCK to the riff video template.
13599
13600 2005-12-19  Edward Hervey  <edward@fluendo.com>
13601
13602         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
13603         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13604         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13605         (gst_ogm_parse_chain):
13606         Make sure pads are initialized correctly.
13607         * gst-libs/gst/riff/riff-ids.h:
13608         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13609         (gst_riff_create_video_template_caps):
13610         Add a whole bunch of FOURCC <=> MimeType.
13611         Extend the riff video pad template to support the newly added fourcc.
13612
13613 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13614
13615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
13616         (gst_ogg_demux_activate_chain):
13617           Extra debug output when activating/deactivating chains.
13618
13619         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13620         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
13621         (unlinked):
13622           Remove a queue from our list when it becomes unlinked.
13623           Don't add queues to elements in class 'Demux' if they
13624           can only produce one pad 
13625
13626 2005-12-18  Julien MOUTTE  <julien@moutte.net>
13627
13628         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
13629         (gst_video_sink_get_type): Add a debug category.
13630
13631 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13632
13633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13634         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
13635           Handle downstream newsegment by sending our own newsegment before the
13636           next buffer to be released. (#323900)
13637
13638 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13639
13640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13641         (gst_base_rtp_depayload_set_gst_timestamp):
13642           add queue delay to new segment as well (as opposed to just the first
13643           buffer). (bug #322347)
13644
13645 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13646
13647         * ext/libvisual/visual.c: (make_valid_name):
13648           change some char* into char[]
13649         * gst/audiotestsrc/gstaudiotestsrc.c:
13650         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
13651         (gst_audio_test_src_create):
13652         * gst/audiotestsrc/gstaudiotestsrc.h:
13653           prepare to handle EOS and SEGMENT_DONE
13654
13655 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13656
13657         * tests/check/generic/states.c: (GST_START_TEST):
13658           Blacklist cdparanoia element in state test.
13659
13660 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13661
13662           Patch by: Benjamin Pineau
13663
13664         * gst/tcp/gsttcp.c:
13665         * gst/tcp/gsttcpclientsink.c:
13666         * gst/tcp/gsttcpserversink.c:
13667         * gst/tcp/gsttcpserversrc.c:
13668           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
13669
13670 2005-12-15  Michael Smith  <msmith@fluendo.com>
13671
13672         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
13673         (gst_video_rate_chain):
13674           Fix timestamping for videorate when the first buffer it sees has a
13675           non-zero timestamp. Fix some misleading debug output.
13676
13677 2005-12-15  Michael Smith  <msmith@fluendo.com>
13678
13679         * gst/audioresample/gstaudioresample.c:
13680           Don't leak all input buffers to audioresample.
13681
13682 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13683
13684         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
13685           Don't operate on empty text buffers. Strip newlines and
13686           tabs only from the end of the text, but leave them intact
13687           in the middle. Fix typo in gtk-doc description.
13688
13689 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13690
13691         * gst/playback/gstplaybasebin.c:
13692         * gst/playback/gstplaybin.c: (handoff):
13693           Make sure the video frame buffer we return to apps via the
13694           "frame" property always has caps set on it. Modify
13695           _gst_gvalue_set_object() macro to handle NULL objects
13696           gracefully too.
13697
13698 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
13699
13700         * gst/audiotestsrc/gstaudiotestsrc.c:
13701         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
13702         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
13703         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
13704         (gst_audio_test_src_create):
13705         * gst/audiotestsrc/gstaudiotestsrc.h:
13706         Adjust to some recent api changes and add wtays new cool seeking
13707         capabillities
13708
13709 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
13710
13711         * ext/alsa/Makefile.am:
13712         * ext/alsa/gstalsadeviceprobe.c:
13713         * ext/alsa/gstalsadeviceprobe.h:
13714           Helper functions to add device probing via the GstPropertyProbe
13715           interface to a class.
13716
13717         * ext/alsa/gstalsamixer.h:
13718           Comment out GST_ALSA_MIXER, it returns a struct that's not
13719           used.
13720
13721         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13722           Add some debug info. 
13723
13724         * ext/alsa/gstalsamixerelement.c:
13725         (gst_alsa_mixer_element_interface_supported),
13726         (gst_implements_interface_init),
13727         (gst_alsa_mixer_element_init_interfaces),
13728         (gst_alsa_mixer_element_class_init),
13729         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
13730         (gst_alsa_mixer_element_set_property),
13731         (gst_alsa_mixer_element_get_property),
13732         (gst_alsa_mixer_element_change_state):
13733         * ext/alsa/gstalsamixerelement.h:
13734           Add 'device' and 'device-name' properties. Add GstPropertyProbe
13735           for device handling (gnome-volume-control will need that).
13736
13737 2005-12-12  Christian Schaller  <uraeus@gnome.org>
13738
13739         * ext/Makefile.am: fix cdparanoia entry
13740         * gst-plugins-base.spec.in: add cdparanoia
13741
13742 2005-12-12  Michael Smith  <msmith@fluendo.com>
13743
13744         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13745           Use the correct function to free list of typefind factories.
13746
13747 2005-12-12  Wim Taymans  <wim@fluendo.com>
13748
13749         * gst/videotestsrc/gstvideotestsrc.c:
13750         (gst_video_test_src_class_init), (gst_video_test_src_init),
13751         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
13752         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
13753         (gst_video_test_src_create):
13754         * gst/videotestsrc/gstvideotestsrc.h:
13755         Implement seeking in videotestsrc.
13756         Small cleanups.
13757
13758 2005-12-12  Wim Taymans  <wim@fluendo.com>
13759
13760         * ext/cdparanoia/Makefile.am:
13761         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13762         (gst_paranoia_endian_get_type), (_do_init),
13763         (cdparanoia_class_init), (cdparanoia_init),
13764         (cdparanoia_set_property), (cdparanoia_get_property),
13765         (cdparanoia_do_seek), (cdparanoia_is_seekable),
13766         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
13767         (cdparanoia_convert), (cdparanoia_get_query_types),
13768         (cdparanoia_query), (cdparanoia_set_index),
13769         (cdparanoia_uri_set_uri):
13770         * ext/cdparanoia/gstcdparanoia.h:
13771         Partially ported cdparanoia now that basesrc can support a
13772         plugin like this..
13773
13774 2005-12-12  Wim Taymans  <wim@fluendo.com>
13775
13776         * tests/examples/seek/scrubby.c: (main):
13777         Set higher priority for bus events so they don't get reordered with
13778         gtk gui events.
13779
13780         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
13781         (flush_toggle_cb), (main):
13782         Added checkbox to disable flushing seeks. 
13783         Disable scrubbing when doing non flushing seeks.
13784
13785 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13786
13787         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
13788         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
13789         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
13790         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
13791           Implement some sort of event handling that doesn't rely on
13792           g_return_if_fail; make sure we always push the last chunk of an 
13793           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
13794           state change function; remove some old cruft. Seeking is still
13795           rather unlikely to work though.
13796
13797         * tools/.cvsignore:
13798           Ignore more.
13799
13800 2005-12-11  Julien MOUTTE  <julien@moutte.net>
13801
13802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
13803         Fixed a leak of the current image reference when cleaning up.
13804         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
13805
13806 2005-12-09  Michael Smith  <msmith@fluendo.com>
13807
13808         * tools/Makefile.am:
13809         * tools/gst-launch-ext-m.m:
13810           Remove gst-launch-ext. It doesn't work, and is no longer
13811           particularly useful.
13812
13813 2005-12-08  Luca Ognibene  <luogni@tin.it>
13814
13815         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13816           don't pass random values to ogmparse convert function.
13817           Make seeking possible in the exile1.ogm file.
13818
13819 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
13820
13821         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13822         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13823           Work around refcount problem with g_value_set_object() that occur
13824           if the core has been compiled against GLib-2.6 (g_value_set_object()
13825           will only g_object_ref() the element, but the caller will
13826           gst_object_unref() it and bad things will happen due to the way
13827           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
13828           totem for people on FC4 using Thomas's 0.10 RPMs.
13829           
13830 2005-12-07  Edward Hervey  <edward@fluendo.com>
13831
13832         Time to welcome ogm to 0.10 :)
13833         
13834         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
13835         (gst_ogg_pad_typefind):
13836         Oggdemux can now properly typefind elements with dynamic pads.
13837         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13838         Properly set caps on src pad, and set caps on outgoing buffers.
13839
13840 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13841
13842         * ext/alsa/gstalsamixer.h:
13843         * ext/alsa/gstalsamixerelement.h:
13844         * ext/alsa/gstalsamixeroptions.h:
13845         * ext/alsa/gstalsamixertrack.h:
13846         * ext/alsa/gstalsasink.c:
13847         * ext/alsa/gstalsasink.h:
13848         * ext/alsa/gstalsasrc.c:
13849         * ext/alsa/gstalsasrc.h:
13850         * ext/cdparanoia/gstcdparanoia.h:
13851         * ext/gnomevfs/gstgnomevfsuri.h:
13852         * ext/ogg/gstoggdemux.c:
13853         * ext/ogg/gstoggmux.c:
13854         * ext/pango/gsttextoverlay.h:
13855         * ext/theora/theoradec.c:
13856         * ext/theora/theoraenc.c:
13857         * ext/vorbis/vorbisdec.h:
13858         * ext/vorbis/vorbisenc.c:
13859         * ext/vorbis/vorbisenc.h:
13860         * ext/vorbis/vorbisparse.h:
13861         * gst-libs/gst/audio/gstaudioclock.h:
13862         * gst-libs/gst/audio/gstaudiosink.c:
13863         * gst-libs/gst/audio/gstaudiosink.h:
13864         * gst-libs/gst/audio/gstaudiosrc.c:
13865         * gst-libs/gst/audio/gstaudiosrc.h:
13866         * gst-libs/gst/audio/gstbaseaudiosink.c:
13867         * gst-libs/gst/audio/gstbaseaudiosink.h:
13868         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13869         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13870         * gst-libs/gst/audio/gstringbuffer.h:
13871         * gst-libs/gst/audio/multichannel.h:
13872         * gst-libs/gst/floatcast/floatcast.h:
13873         * gst-libs/gst/interfaces/colorbalance.c:
13874         * gst-libs/gst/interfaces/colorbalance.h:
13875         * gst-libs/gst/interfaces/colorbalancechannel.h:
13876         * gst-libs/gst/interfaces/mixer.h:
13877         * gst-libs/gst/interfaces/mixeroptions.h:
13878         * gst-libs/gst/interfaces/mixertrack.h:
13879         * gst-libs/gst/interfaces/navigation.h:
13880         * gst-libs/gst/interfaces/propertyprobe.h:
13881         * gst-libs/gst/interfaces/tuner.h:
13882         * gst-libs/gst/interfaces/tunerchannel.h:
13883         * gst-libs/gst/interfaces/tunernorm.h:
13884         * gst-libs/gst/interfaces/xoverlay.h:
13885         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13886         * gst-libs/gst/riff/riff-ids.h:
13887         * gst-libs/gst/riff/riff-media.h:
13888         * gst-libs/gst/riff/riff-read.h:
13889         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13890         * gst-libs/gst/rtp/gstbasertppayload.c:
13891         * gst-libs/gst/rtp/gstbasertppayload.h:
13892         * gst-libs/gst/rtp/gstrtpbuffer.c:
13893         * gst-libs/gst/rtp/gstrtpbuffer.h:
13894         * gst-libs/gst/tag/gsttageditingprivate.h:
13895         * gst-libs/gst/tag/gstvorbistag.c:
13896         (gst_tag_list_from_vorbiscomment_buffer):
13897         * gst-libs/gst/tag/tag.h:
13898         * gst-libs/gst/video/video.h:
13899         * gst/adder/gstadder.c:
13900         * gst/adder/gstadder.h:
13901         * gst/audioconvert/audioconvert.c:
13902         * gst/audioconvert/audioconvert.h:
13903         * gst/audioconvert/gstaudioconvert.c:
13904         * gst/audioconvert/gstchannelmix.c:
13905         * gst/audioconvert/gstchannelmix.h:
13906         * gst/audiorate/gstaudiorate.c:
13907         * gst/audioresample/buffer.h:
13908         * gst/audioresample/functable.h:
13909         * gst/audioresample/gstaudioresample.c:
13910         * gst/audioresample/resample.h:
13911         * gst/ffmpegcolorspace/avcodec.h:
13912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13913         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13914         * gst/ffmpegcolorspace/imgconvert.c:
13915         * gst/ffmpegcolorspace/imgconvert_template.h:
13916         * gst/playback/gstdecodebin.c:
13917         * gst/playback/gstplaybasebin.h:
13918         * gst/playback/gstplaybin.c:
13919         * gst/playback/gststreaminfo.h:
13920         * gst/tcp/gstfdset.c:
13921         * gst/tcp/gstfdset.h:
13922         * gst/tcp/gstmultifdsink.c:
13923         * gst/tcp/gstmultifdsink.h:
13924         * gst/tcp/gsttcp.h:
13925         * gst/tcp/gsttcpclientsrc.c:
13926         * gst/tcp/gsttcpclientsrc.h:
13927         * gst/tcp/gsttcpplugin.h:
13928         * gst/tcp/gsttcpserversink.c:
13929         * gst/tcp/gsttcpserversrc.c:
13930         * gst/typefind/gsttypefindfunctions.c:
13931         * gst/videorate/gstvideorate.c:
13932         * gst/videotestsrc/gstvideotestsrc.h:
13933         * gst/videotestsrc/videotestsrc.h:
13934         * sys/v4l/gstv4lcolorbalance.h:
13935         * sys/v4l/gstv4ltuner.h:
13936         * sys/v4l/gstv4lxoverlay.h:
13937         * sys/v4l/v4l_calls.h:
13938         * sys/v4l/videodev_mjpeg.h:
13939         * tests/check/elements/audioconvert.c:
13940         * tests/check/elements/audioresample.c:
13941         * tests/check/elements/audiotestsrc.c:
13942         * tests/check/elements/videotestsrc.c:
13943         * tests/check/elements/volume.c:
13944         * tests/examples/seek/scrubby.c:
13945         * tests/examples/seek/seek.c:
13946           expand tabs
13947
13948 === release 0.10.0 ===
13949
13950 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13951
13952         * configure.ac:
13953           releasing 0.10.0, "Mont-d'or"
13954
13955 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
13956
13957         * tests/examples/seek/Makefile.am:
13958         Build fix for when gtk is not available.
13959
13960 2005-12-05  Andy Wingo  <wingo@pobox.com>
13961
13962         * ext/libvisual/visual.c: (get_buffer):
13963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
13964         * ext/pango/gsttextrender.c: (gst_text_render_chain):
13965         * ext/theora/theoradec.c: (theora_handle_data_packet):
13966         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13967         (theora_enc_chain):
13968         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13969         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
13970         Update for alloc_buffer changes.
13971
13972 2005-12-05  Andy Wingo  <wingo@pobox.com>
13973
13974         patch by: Kai Vehmanen <kv2004 eca cx>
13975         
13976         * gst-libs/gst/rtp/gstbasertpdepayload.c
13977         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
13978
13979 2005-12-04  Andy Wingo  <wingo@pobox.com>
13980
13981         patch by: Sebastien Cote <sebas642 yahoo ca>
13982         
13983         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
13984         Fixes #319172.
13985
13986 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
13987
13988         * docs/plugins/Makefile.am:
13989         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13990         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13991         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13992         * ext/pango/gstclockoverlay.c:
13993         * ext/pango/gsttextoverlay.c: 
13994         * ext/pango/gsttextrender.c:
13995         * ext/pango/gsttimeoverlay.c:
13996           Add gtk-doc blurbs to pango elements.
13997
13998 2005-12-02  Wim Taymans  <wim@fluendo.com>
13999
14000         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
14001         * gst/audioresample/buffer.h:
14002         * gst/audioresample/gstaudioresample.c:
14003         * gst/audioresample/gstaudioresample.h:
14004         * gst/audioresample/resample.c: (resample_input_flush),
14005         (resample_input_pushthrough), (resample_input_eos),
14006         (resample_get_output_size_for_input),
14007         (resample_get_input_size_for_output), (resample_get_output_size),
14008         (resample_get_output_data):
14009         * gst/audioresample/resample.h:
14010         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14011         Fix audioresample, seek torture, new segments, reverse negotiation
14012         etc.. work fine.
14013
14014 2005-12-02  Wim Taymans  <wim@fluendo.com>
14015
14016         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14017         Small cleanups.
14018
14019 2005-12-02  Wim Taymans  <wim@fluendo.com>
14020
14021         * gst/audioconvert/gstaudioconvert.c:
14022         (gst_audio_convert_transform):
14023         Post errors.
14024
14025 === release 0.9.7 ===
14026
14027 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14028
14029         * configure.ac:
14030           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
14031
14032 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14033
14034         * Makefile.am:
14035         * po/hu.po:
14036         * win32/MANIFEST:
14037         * win32/gst.sln:
14038           add win32 MANIFEST file
14039           do something to the hungarian translation
14040
14041 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
14042
14043         * ext/Makefile.am:
14044           Add $(PANGO_DIR) to SUBDIRS
14045
14046         * ext/pango/gstclockoverlay.c:
14047         * ext/pango/gsttimeoverlay.c:
14048           Fix and improve element descriptions.
14049
14050 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14051
14052         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14053         * docs/plugins/inspect/plugin-libvisual.xml:
14054         * docs/plugins/inspect/plugin-pango.xml:
14055           add pango plugin to docs
14056
14057 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14058
14059         * configure.ac:
14060         * ext/Makefile.am:
14061           moved pango to base
14062
14063 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14064
14065         * configure.ac:
14066         * tests/Makefile.am:
14067         * tests/icles/.cvsignore:
14068         * tests/icles/Makefile.am:
14069         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
14070         (close_display), (resize_window), (move_window), (create_window),
14071         (terminate_playback), (pause_playback), (start_playback), (main):
14072           add stress test for xoverlay from Julien
14073
14074 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14075
14076         * docs/libs/tmpl/gstcolorbalance.sgml:
14077         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14078         * gst-libs/gst/rtp/gstbasertppayload.c:
14079         * gst-libs/gst/rtp/gstrtpbuffer.c:
14080         * gst-libs/gst/rtp/gstrtpbuffer.h:
14081           Do burger's rename for rtp payloaders and depayloaders
14082
14083 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14084
14085         * win32/:
14086           add Visual Studio 6 build files
14087
14088 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14089
14090         * docs/libs/gst-plugins-base-libs-docs.sgml:
14091         * docs/libs/gst-plugins-base-libs-sections.txt:
14092         * docs/libs/tmpl/gstaudio.sgml:
14093         * docs/libs/tmpl/gstringbuffer.sgml:
14094         * gst-libs/gst/interfaces/xoverlay.c:
14095         * gst-libs/gst/video/gstvideofilter.c:
14096         * gst-libs/gst/video/gstvideosink.c:
14097           update documentation
14098
14099 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14100
14101         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
14102         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
14103         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
14104         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
14105         (gst_multi_fd_sink_get_stats),
14106         (gst_multi_fd_sink_remove_client_link),
14107         (gst_multi_fd_sink_handle_client_read),
14108         (gst_multi_fd_sink_client_queue_data),
14109         (gst_multi_fd_sink_client_queue_caps),
14110         (gst_multi_fd_sink_client_queue_buffer),
14111         (gst_multi_fd_sink_new_client),
14112         (gst_multi_fd_sink_handle_client_write),
14113         (gst_multi_fd_sink_recover_client),
14114         (gst_multi_fd_sink_queue_buffer),
14115         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
14116         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
14117         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
14118         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
14119         * gst/tcp/gstmultifdsink.h:
14120         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
14121         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
14122         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
14123         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
14124         (gst_tcp_client_sink_set_property),
14125         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
14126         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
14127         * gst/tcp/gsttcpclientsink.h:
14128         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
14129         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
14130         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
14131         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
14132         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
14133         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
14134         * gst/tcp/gsttcpclientsrc.h:
14135         * gst/tcp/gsttcpplugin.c: (plugin_init):
14136         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
14137         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
14138         (gst_tcp_server_sink_finalize),
14139         (gst_tcp_server_sink_handle_server_read),
14140         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
14141         (gst_tcp_server_sink_set_property),
14142         (gst_tcp_server_sink_get_property),
14143         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
14144         * gst/tcp/gsttcpserversink.h:
14145         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
14146         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
14147         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
14148         (gst_tcp_server_src_set_property),
14149         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
14150         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
14151         * gst/tcp/gsttcpserversrc.h:
14152           more borgifying
14153
14154 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14155
14156         * docs/plugins/Makefile.am:
14157         * docs/plugins/gst-plugins-base-plugins.args:
14158         * docs/plugins/inspect/plugin-libvisual.xml:
14159         * gst/audioconvert/plugin.h:
14160         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
14161         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
14162         (gst_audio_rate_setcaps), (gst_audio_rate_init),
14163         (gst_audio_rate_chain), (gst_audio_rate_set_property),
14164         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
14165         (plugin_init):
14166         * gst/audiotestsrc/gstaudiotestsrc.c:
14167         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
14168         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14169         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
14170         (gst_audio_test_src_get_query_types),
14171         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
14172         (gst_audio_test_src_create_square),
14173         (gst_audio_test_src_create_saw),
14174         (gst_audio_test_src_create_triangle),
14175         (gst_audio_test_src_create_silence),
14176         (gst_audio_test_src_create_white_noise),
14177         (gst_audio_test_src_init_pink_noise),
14178         (gst_audio_test_src_generate_pink_noise_value),
14179         (gst_audio_test_src_create_pink_noise),
14180         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
14181         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
14182         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
14183         (plugin_init):
14184         * gst/audiotestsrc/gstaudiotestsrc.h:
14185         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
14186         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
14187         (gst_sub_parse_init), (gst_sub_parse_formats),
14188         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
14189         (convert_encoding), (get_next_line),
14190         (gst_sub_parse_data_format_autodetect),
14191         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
14192         (gst_sub_parse_loop), (gst_sub_parse_chain),
14193         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
14194         (plugin_init):
14195         * gst/subparse/gstsubparse.h:
14196         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
14197         (gst_video_rate_base_init), (gst_video_rate_class_init),
14198         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
14199         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
14200         (gst_video_rate_init), (gst_video_rate_event),
14201         (gst_video_rate_chain), (gst_video_rate_set_property),
14202         (gst_video_rate_get_property), (gst_video_rate_change_state),
14203         (plugin_init):
14204         * gst/videoscale/gstvideoscale.c:
14205         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
14206         (gst_video_scale_src_template_factory),
14207         (gst_video_scale_sink_template_factory),
14208         (gst_video_scale_get_type), (gst_video_scale_base_init),
14209         (gst_video_scale_class_init), (gst_video_scale_init),
14210         (gst_video_scale_set_property), (gst_video_scale_get_property),
14211         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
14212         (gst_video_scale_prepare_size), (parse_caps),
14213         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
14214         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
14215         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
14216         (plugin_init):
14217         * gst/videoscale/gstvideoscale.h:
14218         * gst/videotestsrc/gstvideotestsrc.c:
14219         (gst_video_test_src_pattern_get_type),
14220         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
14221         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
14222         (gst_video_test_src_set_pattern),
14223         (gst_video_test_src_set_property),
14224         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
14225         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
14226         (gst_video_test_src_event), (gst_video_test_src_get_times),
14227         (gst_video_test_src_create), (plugin_init):
14228         * gst/videotestsrc/gstvideotestsrc.h:
14229         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
14230         (gst_video_test_src_smpte), (gst_video_test_src_snow),
14231         (gst_video_test_src_black):
14232         * gst/videotestsrc/videotestsrc.h:
14233           borgify further
14234           clean up docs a little
14235
14236 2005-11-30  Wim Taymans  <wim@fluendo.com>
14237
14238         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14239         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
14240         (gst_basertppayload_event), (gst_basertppayload_push),
14241         (gst_basertppayload_change_state):
14242         * gst-libs/gst/rtp/gstbasertppayload.h:
14243         closed #320644.
14244
14245 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14246
14247         * docs/libs/gst-plugins-base-libs-docs.sgml:
14248         * docs/libs/gst-plugins-base-libs-sections.txt:
14249         * gst-libs/gst/video/gstvideofilter.c:
14250         * gst-libs/gst/video/gstvideosink.c:
14251         * gst-libs/gst/video/gstvideosink.h: Adding docs.
14252
14253 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14254
14255         * LICENSE:
14256           move
14257         * po/af.po:
14258         * po/az.po:
14259         * po/cs.po:
14260         * po/en_GB.po:
14261         * po/hu.po:
14262         * po/it.po:
14263         * po/nb.po:
14264         * po/nl.po:
14265         * po/or.po:
14266         * po/sq.po:
14267         * po/sr.po:
14268         * po/sv.po:
14269         * po/uk.po:
14270         * po/vi.po:
14271         * Makefile.am:
14272           update
14273         * scripts/autoplugins.sh:
14274           remove
14275
14276 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14277
14278         * Makefile.am:
14279         * configure.ac:
14280         * examples/Makefile.am:
14281         * examples/capsfilter/Makefile.am:
14282         * examples/capsfilter/capsfilter1.c:
14283         * examples/gob/Makefile.am:
14284         * examples/gob/gst-identity2.gob:
14285         * examples/indexing/.cvsignore:
14286         * examples/indexing/Makefile.am:
14287         * examples/indexing/indexmpeg.c:
14288         * examples/seeking/.cvsignore:
14289         * examples/seeking/Makefile.am:
14290         * examples/seeking/cdparanoia.c:
14291         * examples/seeking/cdplayer.c:
14292         * examples/seeking/chained.c:
14293         * examples/seeking/scrubby.c:
14294         * examples/seeking/seek.c:
14295         * examples/stats/Makefile.am:
14296         * examples/stats/mp2ogg.c:
14297         * examples/switch/.cvsignore:
14298         * examples/switch/Makefile.am:
14299         * examples/switch/switcher.c:
14300         * tests/Makefile.am:
14301         * tests/check/generic/.cvsignore:
14302         * tests/check/pipelines/.cvsignore:
14303         * tests/examples/Makefile.am:
14304         * tests/examples/seek/Makefile.am:
14305           reorganize stuff under tests/
14306
14307 2005-11-30  Edward Hervey  <edward@fluendo.com>
14308
14309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14310         Go away you stupid GstStaticPadTemplate memleak.
14311
14312 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14313
14314         * gst-libs/gst/net/Makefile.am:
14315         * gst-libs/gst/net/README:
14316         * gst-libs/gst/net/gstnetbuffer.c:
14317         * gst-libs/gst/net/gstnetbuffer.h:
14318           this was moved to "netbuffer"
14319
14320 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14321
14322         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
14323         (gst_video_filter_class_init), (gst_video_filter_init):
14324         * gst-libs/gst/video/gstvideofilter.h:
14325           borgify name to bring in line with other classes
14326
14327 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14328
14329         * gst/audioscale/.cvsignore:
14330         * gst/audioscale/Makefile.am:
14331         * gst/audioscale/README:
14332         * gst/audioscale/audioscale.vcproj:
14333         * gst/audioscale/dtof.c:
14334         * gst/audioscale/dtos.c:
14335         * gst/audioscale/functable.c:
14336         * gst/audioscale/gstaudioscale.c:
14337         * gst/audioscale/gstaudioscale.h:
14338         * gst/audioscale/private.h:
14339         * gst/audioscale/resample.c:
14340         * gst/audioscale/resample.h:
14341         * gst/audioscale/test.c:
14342           remove
14343
14344 2005-11-30  Edward Hervey  <edward@fluendo.com>
14345
14346         * gst-libs/gst/netbuffer/Makefile.am:
14347         really, really tired
14348
14349 2005-11-30  Edward Hervey  <edward@fluendo.com>
14350
14351         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14352         Update for new GstTypeFindFactory _register()
14353
14354 2005-11-30  Edward Hervey  <edward@fluendo.com>
14355
14356         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
14357         Let's not override libgstnet from core for no reason...
14358         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
14359         Ok, maybe not so quick next time.
14360
14361 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14362
14363         * configure.ac:
14364         * gst-libs/gst/Makefile.am:
14365           moved gst-libs/gst/net to netbuffer through CVS surgery
14366           remove old directory
14367           updating build to accomodate
14368           (#322257)
14369
14370 2005-11-29  Andy Wingo  <wingo@pobox.com>
14371
14372         * pkgconfig/gstreamer-plugins-base.pc.in:
14373         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
14374         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
14375         (#322257).
14376
14377 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14378
14379         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14380         3rd time's the charm. Correct ref-counting for discarded buffers.
14381
14382 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14383
14384         * gst/playback/gststreamselector.c:
14385         (gst_stream_selector_class_init),
14386         (gst_stream_selector_set_property),
14387         (gst_stream_selector_get_property),
14388         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14389         Fix ref-counting
14390
14391 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14392
14393         * gst/subparse/gstsubparse.c: (feed_textbuf):
14394           Don't access already unref'ed buffer.
14395
14396 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14397
14398         * gst/playback/gststreamselector.c:
14399         (gst_stream_selector_class_init), (gst_stream_selector_init),
14400         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
14401         (gst_stream_selector_get_property),
14402         (gst_stream_selector_get_linked_pad),
14403         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14404         * gst/playback/gststreamselector.h:
14405         Add the active-pad property for playbin to use shortly. Ignore buffers
14406         from any other pad, returning GST_FLOW_NOT_LINKED
14407
14408 2005-11-29  Julien MOUTTE  <julien@moutte.net>
14409
14410         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
14411         patch from bug #322704 (Alessandro Decina).
14412
14413 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14414
14415         * gst-libs/gst/audio/Makefile.am:
14416           folded audiofilter into the audio library
14417
14418 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14419
14420         * gst/videoscale/gstvideoscale.h:
14421         * gst/videoscale/gstvideoscale.c:
14422           remove unimplemented scale methods
14423
14424 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14425
14426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
14427           Don't leak caps.
14428
14429 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14430
14431         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
14432         (gst_ximagesink_setcaps):
14433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14434         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
14435         happens (only visible on ximagesink but bug is in xv too) set_caps was
14436         destroying the internal x[v]image used to memcpy non locally alloced
14437         buffers so that it got renewed on next _chain. The issue is that 
14438         _expose will try to put that image as it reffed it in _put.
14439         Using gst_buffer_unref instead of destroy fixes it !
14440
14441 2005-11-28  Edward Hervey  <edward@fluendo.com>
14442
14443         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14444         (try_to_link_1), (queue_filled_cb):
14445         Better use of the queues. Start with a small size queue and only increase
14446         the size of the queues when the other queues are empty.
14447
14448 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14449
14450         * gst-libs/gst/video/Makefile.am:
14451           compile in copied-over videofilter into the video library
14452         * gst-libs/gst/video/videosink.h:
14453           rename the header to gstvideosink.h since it's a base GstObject class
14454         * sys/ximage/ximagesink.h:
14455         * sys/xvimage/xvimagesink.h:
14456           use the new header
14457
14458 2005-11-28  Wim Taymans  <wim@fluendo.com>
14459
14460         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
14461         * gst/playback/gstplaybasebin.h:
14462         Prepare to handle errors betters.
14463
14464         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
14465         Set sinks to PAUSED first before adding and linking them so that
14466         we don't interrupt dataflow.
14467
14468 2005-11-28  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst-libs/gst/audio/TODO:
14471         Updated TODO
14472
14473         * gst-libs/gst/audio/gstaudiosink.c:
14474         (gst_audioringbuffer_open_device),
14475         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
14476         (gst_audioringbuffer_release):
14477         Small cleanups.
14478
14479         * gst-libs/gst/audio/gstbaseaudiosink.c:
14480         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
14481         (gst_base_audio_sink_change_state):
14482         Slave to the master clock when going to PLAYING and unslave when
14483         going to PAUSED.
14484
14485         * gst-libs/gst/audio/gstringbuffer.c:
14486         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14487         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14488         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14489         (gst_ring_buffer_clear_all), (wait_segment),
14490         (gst_ring_buffer_commit), (gst_ring_buffer_read),
14491         (gst_ring_buffer_advance):
14492         * gst-libs/gst/audio/gstringbuffer.h:
14493         Add some docs and cleanups.
14494
14495 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14496
14497         * sys/xvimage/xvimagesink.c:
14498         (gst_xvimagesink_navigation_send_event): Fix navigation events
14499         coordinates translation with pixel aspect ratios.
14500
14501 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14502
14503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
14504         Use calculated video geometry from _setcaps instead of buffer
14505         caps to respect pixel aspect ratio. (fixes #322388)
14506
14507 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14508
14509         * docs/libs/tmpl/gstcolorbalance.sgml:
14510         * docs/libs/tmpl/gstmixer.sgml:
14511         * docs/libs/tmpl/gstxoverlay.sgml:
14512         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
14513         interface.
14514
14515 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14516
14517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14518         Refuse to create an XvImage if we can't find the format.
14519
14520 2005-11-28  Edward Hervey  <edward@fluendo.com>
14521
14522         * gst-libs/gst/riff/riff-media.c:
14523         (gst_riff_create_audio_template_caps):
14524         Add ATRAC3 to the list of riff-possible audio caps.
14525         I know we still don't have a plugin for atrac3, but it's saner to output
14526         that than a cryptic mimetype.
14527
14528 2005-11-27  Edward Hervey  <edward@fluendo.com>
14529
14530         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
14531         Don't try to create a zero-sized subbuffer.
14532
14533 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14534
14535         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
14536         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
14537         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
14538         (gst_ximagesink_expose): Fixed a tricky race.
14539         * sys/ximage/ximagesink.h:
14540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14541         (gst_xvimagesink_expose): Fixed a tricky race.
14542         * sys/xvimage/xvimagesink.h:
14543
14544 2005-11-27  Edward Hervey  <edward@fluendo.com>
14545
14546         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14547         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
14548         Remove unused properties, and add queues between demuxers and decoders
14549         so that a lot more files can preroll properly.
14550
14551 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14552
14553         * gst-libs/gst/net/Makefile.am:
14554         * gst-libs/gst/rtp/Makefile.am:
14555         * gst-libs/gst/tag/Makefile.am:
14556           remove silly include
14557         * gst/tags/Makefile.am:
14558         * gst/tags/gsttagediting.c:
14559         * gst/tags/gsttageditingprivate.h:
14560         * gst/tags/tagedit.vcproj:
14561           remove directory, is as good as empty
14562
14563 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14564
14565         * configure.ac:
14566           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
14567         * gst-libs/Makefile.am:
14568         * gst-libs/gst/audio/Makefile.am:
14569         * gst-libs/gst/interfaces/Makefile.am:
14570         * gst-libs/gst/net/Makefile.am:
14571         * gst-libs/gst/riff/Makefile.am:
14572         * gst-libs/gst/rtp/Makefile.am:
14573         * gst-libs/gst/tag/Makefile.am:
14574         * gst-libs/gst/video/Makefile.am:
14575           and use them
14576
14577 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14578
14579         * docs/libs/tmpl/gstcolorbalance.sgml:
14580         * docs/libs/tmpl/gstmixer.sgml:
14581         * docs/libs/tmpl/gstxoverlay.sgml:
14582         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
14583         * sys/ximage/ximagesink.h:
14584         * sys/xvimage/xvimagesink.h: More and more documentation.
14585
14586 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14587
14588         * docs/libs/gst-plugins-base-libs-docs.sgml:
14589         * docs/libs/gst-plugins-base-libs-sections.txt:
14590         * docs/libs/tmpl/gstcolorbalance.sgml:
14591         * docs/libs/tmpl/gstmixer.sgml:
14592         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
14593         to documentation.
14594
14595 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14596
14597         * docs/plugins/Makefile.am:
14598         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14599         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14600         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
14601
14602 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14603
14604         * docs/plugins/Makefile.am:
14605         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14606         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14607         * docs/plugins/inspect/plugin-adder.xml:
14608         * docs/plugins/inspect/plugin-alsa.xml:
14609         * docs/plugins/inspect/plugin-audioconvert.xml:
14610         * docs/plugins/inspect/plugin-audiorate.xml:
14611         * docs/plugins/inspect/plugin-audioresample.xml:
14612         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14613         * docs/plugins/inspect/plugin-decodebin.xml:
14614         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14615         * docs/plugins/inspect/plugin-gnomevfs.xml:
14616         * docs/plugins/inspect/plugin-ogg.xml:
14617         * docs/plugins/inspect/plugin-playbin.xml:
14618         * docs/plugins/inspect/plugin-subparse.xml:
14619         * docs/plugins/inspect/plugin-tcp.xml:
14620         * docs/plugins/inspect/plugin-theora.xml:
14621         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14622         * docs/plugins/inspect/plugin-video4linux.xml:
14623         * docs/plugins/inspect/plugin-videorate.xml:
14624         * docs/plugins/inspect/plugin-videoscale.xml:
14625         * docs/plugins/inspect/plugin-videotestsrc.xml:
14626         * docs/plugins/inspect/plugin-volume.xml:
14627         * docs/plugins/inspect/plugin-vorbis.xml:
14628         * docs/plugins/inspect/plugin-ximagesink.xml:
14629         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
14630         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
14631
14632 2005-11-26  Edward Hervey  <edward@fluendo.com>
14633
14634         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
14635         Properly return GstFlowReturn from gst_pad_push in chain functions.
14636
14637 2005-11-25  Michael Smith  <msmith@fluendo.com>
14638
14639         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14640         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14641         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14642         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
14643           Handle various conditions better when we don't understand a stream.
14644           Removes a heap of CRITICALs on ogg streams containing unknown data.
14645
14646 2005-11-24  Andy Wingo  <wingo@pobox.com>
14647
14648         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
14649         Be threadsafe.
14650
14651 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14652
14653         * configure.ac: back to HEAD
14654
14655 === release 0.9.6 ===
14656
14657 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14658
14659         * configure.ac:
14660           releasing 0.9.6, "White Eight"
14661
14662 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14663
14664         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
14665         * docs/plugins/inspect/plugin-sine.xml:
14666           remove sinesrc some more
14667
14668 2005-11-23  Wim Taymans  <wim@fluendo.com>
14669
14670         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14671         If we are reading too slowly, jump forward in the ringbuffer
14672         instead of blocking.
14673
14674 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14675
14676         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
14677         (gst_visual_chain):
14678         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
14679         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
14680         (gst_videorate_chain):
14681         * gst/videotestsrc/gstvideotestsrc.c:
14682         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
14683         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
14684         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
14685         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
14686         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14687         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14688           Updates for API changes
14689
14690 2005-11-23  Wim Taymans  <wim@fluendo.com>
14691
14692         * gst-libs/gst/audio/gstbaseaudiosink.c:
14693         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14694         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14695         Fix for calibration API change.
14696
14697 2005-11-23  Michael Smith <msmith@fluendo.com>
14698
14699         * gst-libs/gst/audio/multichannel.c:
14700         (gst_audio_get_channel_positions),
14701         (gst_audio_set_channel_positions),
14702         (gst_audio_set_structure_channel_positions_list),
14703         (gst_audio_fixate_channel_positions):
14704           Use gst_value_array_*() functions on value arrays, not
14705           gst_value_list_*().
14706
14707 2005-11-23  Edward Hervey  <edward@fluendo.com>
14708
14709         * autogen.sh:
14710         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
14711         Fixes autogen
14712
14713 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14714
14715         * check/Makefile.am:
14716         * check/elements/videotestsrc.c: (setup_videotestsrc),
14717         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
14718         (main):
14719           add a test for videotestsrc
14720
14721 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14722
14723         * gst/sine/.cvsignore:
14724         * gst/sine/Makefile.am:
14725         * gst/sine/gstsinesrc.c:
14726         * gst/sine/gstsinesrc.h:
14727         * gst/sine/sinesrc.vcproj:
14728           and remove sinesrc from the repository.  Closes #321446
14729
14730 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14731
14732         * configure.ac:
14733         * gst-plugins-base.spec.in:
14734           remove sinesrc from the build
14735
14736 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14737
14738         * check/Makefile.am:
14739         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
14740         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
14741         (main):
14742           add a test for audiotestsrc, testing all waves.  Even seems
14743           leak-free at first glance, nice job Stefan
14744
14745 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14746
14747         * po/af.po:
14748         * po/az.po:
14749         * po/cs.po:
14750         * po/en_GB.po:
14751         * po/hu.po:
14752         * po/it.po:
14753         * po/nb.po:
14754         * po/nl.po:
14755         * po/or.po:
14756         * po/sq.po:
14757         * po/sr.po:
14758         * po/sv.po:
14759         * po/uk.po:
14760         * po/vi.po:
14761           Translation string updates
14762
14763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14764         (gst_v4lsrc_set_caps):
14765         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14766         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14767         * sys/v4l/v4lsrc_calls.h:
14768           Improve v4lsrc, by making it work again.
14769
14770 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14771
14772         * ext/libvisual/visual.c: (gst_visual_chain):
14773           Fix the fps calculations.
14774
14775         * gst/ffmpegcolorspace/avcodec.h:
14776           Move structure element for clarity
14777
14778         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
14779         * gst-libs/gst/interfaces/tunernorm.h:
14780         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
14781         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
14782         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
14783         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
14784         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
14785         (gst_v4lmjpegsrc_getcaps):
14786         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14787         (gst_v4lsrc_set_caps):
14788         * sys/v4l/gstv4lsrc.h:
14789         * sys/v4l/v4l_calls.c: (gst_v4l_open):
14790         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14791         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14792         * sys/v4l/v4lsrc_calls.h:
14793           Fractional framerates...
14794
14795 2005-11-22  Wim Taymans  <wim@fluendo.com>
14796
14797         * gst-libs/gst/audio/gstbaseaudiosink.c:
14798         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14799         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14800         And we provide a clock by default, of course...
14801
14802 2005-11-22  Wim Taymans  <wim@fluendo.com>
14803
14804         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
14805         This clock can be slaved to a master clock now.
14806
14807         * gst-libs/gst/audio/gstbaseaudiosink.c:
14808         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
14809         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
14810         (gst_base_audio_sink_set_clock),
14811         (gst_base_audio_sink_set_property),
14812         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
14813         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14814         * gst-libs/gst/audio/gstbaseaudiosink.h:
14815         Handle slaving the internal clock to the clock selected in the
14816         pipeline.
14817         Add property to make the basesink not provide a clock.
14818
14819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14820         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14821         (gst_base_rtp_depayload_wait):
14822         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14823         We can use the clock in GstElement, no need to store it ourselves.
14824
14825 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14826
14827         * docs/libs/tmpl/gstaudio.sgml:
14828           update
14829         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
14830         (gst_paranoia_endian_get_type):
14831         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
14832         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14833         * gst/audiotestsrc/gstaudiotestsrc.c:
14834         (gst_audiostestsrc_wave_get_type):
14835         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
14836         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
14837         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14838         (gst_sync_method_get_type), (gst_unit_type_get_type),
14839         (gst_client_status_get_type), (gst_multifdsink_class_init),
14840         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
14841         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
14842         (gst_multifdsink_get_property):
14843         * gst/tcp/gstmultifdsink.h:
14844         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
14845         * gst/videotestsrc/gstvideotestsrc.c:
14846         (gst_videotestsrc_pattern_get_type):
14847           remove deprecated properties
14848           fix up enums to correctly have short lowercase dashed nicks
14849
14850 2005-11-22  Michael Smith <msmith@fluendo.com>
14851
14852         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14853         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14854           Add underscore.
14855
14856 2005-11-22  Michael Smith <msmith@fluendo.com>
14857
14858         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14859         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14860           Use utility method for scaling clocktime for fractional framerates.
14861
14862 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14863
14864         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
14865         (gst_visual_chain):
14866         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14867         * ext/theora/theoradec.c: (theora_handle_type_packet):
14868         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
14869         (theora_enc_chain):
14870         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14871         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
14872         * gst-libs/gst/video/video.h:
14873         * gst/ffmpegcolorspace/avcodec.h:
14874         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14875         (gst_ffmpeg_caps_to_pixfmt):
14876         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14877         (gst_ffmpegcsp_set_caps):
14878         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14879         (gst_videorate_setcaps), (gst_videorate_blank_data),
14880         (gst_videorate_chain):
14881         * gst/videotestsrc/gstvideotestsrc.c:
14882         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
14883         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
14884         (gst_videotestsrc_event), (gst_videotestsrc_create):
14885         * gst/videotestsrc/gstvideotestsrc.h:
14886         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14887         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
14888         (gst_ximagesink_get_times), (gst_ximagesink_init):
14889         * sys/ximage/ximagesink.h:
14890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
14891         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14892         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
14893         * sys/xvimage/xvimagesink.h:
14894           Convert elements to use fractions for their framerate.
14895           V4L elements to come later tonight.
14896
14897 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14898
14899         * gst-libs/gst/audio/audio.c:
14900         * gst-libs/gst/audio/audio.h:
14901           remove some deprecated functions
14902
14903 2005-11-22  Andy Wingo  <wingo@pobox.com>
14904
14905         * Update for gst_tag_setter API changes.
14906
14907 2005-11-22  Andy Wingo  <wingo@pobox.com>
14908
14909         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
14910         (gst_ogg_demux_perform_seek):
14911         * ext/theora/theoradec.c (theora_dec_sink_event):
14912         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
14913         update-funcnames.
14914
14915 2005-11-22  Wim Taymans  <wim@fluendo.com>
14916
14917         * examples/seeking/seek.c: (main):
14918         Give higher priority to bus signals than the gtk events
14919         to fix a race condition in the segment looping.
14920
14921 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14922
14923         * ext/theora/Makefile.am:
14924         * ext/vorbis/Makefile.am:
14925         * gst-libs/gst/tag/Makefile.am:
14926         * gst-plugins-base.spec.in:
14927           Rename libgsttagedit to libgsttag (#322117).
14928
14929 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14930
14931         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14933           Call gst_x_overlay_prepare_xwindow_id() to give applications
14934           a final chance to set their own xwindow id before the video
14935           sink creates its own window.
14936
14937 2005-11-22  Julien MOUTTE  <julien@moutte.net>
14938
14939         * sys/xvimage/xvimagesink.c:
14940         (gst_xvimagesink_navigation_send_event): Handle navigation
14941         events correcly with borders if applicable.
14942
14943 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14944
14945         Patch by: Luca Ognibene
14946
14947         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14948         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
14949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14950         (gst_ffmpegcsp_caps_remove_format_info):
14951         * gst/ffmpegcolorspace/imgconvert.c:
14952         * gst/ffmpegcolorspace/imgconvert_template.h:
14953           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
14954           #318353); use gst_structure_has_name().
14955
14956 2005-11-22  Julien MOUTTE  <julien@moutte.net>
14957
14958         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
14959         (gst_ximagesink_class_init): Add debug macros on functions.
14960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14961         (gst_xvimagesink_xwindow_draw_borders),
14962         (gst_xvimagesink_xvimage_put),
14963         (gst_xvimagesink_xwindow_update_geometry),
14964         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
14965         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
14966         (gst_xvimagesink_xcontext_clear),
14967         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14968         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14969         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
14970         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
14971         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
14972         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14973         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
14974         expose while being PAUSED, out of data flow navigation events, etc..
14975
14976 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14977
14978         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
14979         * gst-libs/gst/audio/audio.h:
14980           fix prototype - wondering why the test worked regardless
14981
14982 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14983
14984         * check/Makefile.am:
14985         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
14986         * gst-libs/gst/audio/audio.h:
14987           add a method that returns a proper GstClockTime
14988
14989 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14990
14991         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
14992         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
14993         * gst-libs/gst/interfaces/xoverlay.h:
14994           Remove everything having to do with the desired size; add 
14995           gst_x_overlay_prepare_xwindow_id() function; remove the
14996           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
14997           post a message on the bus instead (#321816).
14998
14999         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
15000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
15001         (gst_xvimagesink_xoverlay_init):
15002           Remove desired size stuff (#321816).
15003
15004 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15007         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15008         (mpeg_video_type_find), (mpeg_video_stream_type_find):
15009           Terminate vararg functions with NULL instead of 0 to 
15010           make gcc4 happy.
15011
15012 2005-11-21  Andy Wingo  <wingo@pobox.com>
15013
15014         patch by: Sebastien Cote <sebas642@yahoo.ca>
15015         
15016         * gst-libs/gst/rtp/gstrtpbuffer.h: 
15017         * gst-libs/gst/rtp/gstrtpbuffer.c
15018         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
15019
15020 2005-11-21  Andy Wingo  <wingo@pobox.com>
15021
15022         * gst/playback/gstplaybin.c (gen_audio_element) 
15023         (gen_video_element): Use the new MISSING_PLUGIN core error
15024         category. Closes #320060.
15025
15026         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
15027         * gst/videorate/gstvideorate.c (gst_videorate_event):
15028         * ext/theora/theoradec.c (theora_dec_sink_event): 
15029         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
15030         stream lock.
15031
15032         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
15033         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
15034         stream lock changes.
15035
15036 2005-11-21  Wim Taymans  <wim@fluendo.com>
15037
15038         * gst-libs/gst/audio/gstbaseaudiosink.c:
15039         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15040         (gst_base_audio_sink_provide_clock),
15041         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
15042         (gst_base_audio_sink_change_state):
15043         * gst/audioresample/gstaudioresample.c:
15044         Segment update fix.
15045
15046 2005-11-21  Andy Wingo  <wingo@pobox.com>
15047
15048         * *.h:
15049         * *.c: Ran scripts/update-macros. Oh yes.
15050
15051 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15052
15053         * sys/ximage/Makefile.am:
15054         * sys/ximage/ximage.c:
15055           Rename ximage plugin to ximagesink (#321426) (Don't forget to
15056           remove your old libgstximage.* manually if necessary).
15057
15058 2005-11-21  Michael Smith <msmith@fluendo.com>
15059
15060         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
15061           Minimal fix for bug #320200: set the min/max bitrate in the correct
15062           units. A better fix would be to upgrade to the RATEMANAGE2
15063           interface, rather than using the deprecated interface used here, but
15064           that would require an update in our libvorbis dependency (to 1.1),
15065           which is probably undesirable.
15066
15067 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15068
15069         * ext/libvisual/visual.c: (get_buffer):
15070         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15071         (gst_base_audio_src_fixate):
15072         * gst/audioconvert/gstaudioconvert.c:
15073         (gst_audio_convert_fixate_caps):
15074         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
15075         * gst/audiotestsrc/gstaudiotestsrc.c:
15076         (gst_audiotestsrc_src_fixate):
15077         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15078         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
15079         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
15080         * gst/videotestsrc/gstvideotestsrc.c:
15081         (gst_videotestsrc_src_fixate):
15082         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
15083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
15084           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15085           (#322027)
15086
15087
15088 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15089
15090         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15091         (gst_riff_create_iavs_caps):
15092         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
15093         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15094         (gst_riff_parse_info):
15095         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
15096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
15097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15098           Fixes for GST_FOURCC_FORMAT API change.
15099
15100 2005-11-21  Andy Wingo  <wingo@pobox.com>
15101
15102         patch by: Alessandro Dessina <alessandro nnva org>
15103
15104         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
15105         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
15106         (gst_ogg_parse_chain):
15107         * ext/theora/theoraenc.c (theora_set_header_on_caps):
15108         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
15109         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
15110         gst_value_list calls on arrays. Fixes #321962.
15111
15112 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15113
15114         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15115         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
15116         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15117         * gst/adder/gstadder.c: (gst_adder_init),
15118         (gst_adder_request_new_pad), (gst_adder_collected),
15119         (gst_adder_change_state):
15120           Update for gst_collectpads_foo() to gst_collect_pads_foo()
15121           API change.
15122
15123 2005-11-21  Michael Smith <msmith@fluendo.com>
15124
15125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15126         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
15127           Properly handle pad_push return values.
15128
15129 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
15130
15131         * gst-libs/gst/tag/Makefile.am:
15132         * gst-libs/gst/tag/gstvorbistag.c:
15133         (gst_tag_list_to_vorbiscomment_buffer):
15134           Remove obsolete vorbistag element and debug category.
15135
15136         * gst/playback/gstplaybasebin.c: (check_queue):
15137           Don't divide by 0 when queue-threshold is 0.
15138
15139         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
15140           Don't modify an existing pixel-aspect-ratio if we fail to read
15141           a new one.
15142
15143 2005-11-20  Wim Taymans  <wim@fluendo.com>
15144
15145         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
15146         (gst_vorbisenc_push_packet):
15147         GST_PAD_IS_USABLE is gone, use the return value of
15148         the push or pad_alloc_buffer instead.
15149
15150 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15151
15152         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15153         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15154         (gst_ximagesink_ximage_destroy),
15155         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
15156         (gst_ximagesink_xwindow_new),
15157         (gst_ximagesink_xwindow_update_geometry),
15158         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
15159         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
15160         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
15161         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15162         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
15163         (gst_ximagesink_navigation_send_event),
15164         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
15165         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15166         (gst_ximagesink_finalize), (gst_ximagesink_init),
15167         (gst_ximagesink_class_init):
15168         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
15169         This new version brings correct software scaling, non flickering
15170         window while resizing, pixel aspect ratio handling, usage of
15171         hardware buffer pools, out of data flow event thread for 
15172         navigation and handling of expose events even when being PAUSED,
15173         a new property to keep video aspect ratio when resizing, etc...
15174
15175 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15176
15177         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15178         (gst_videoscale_fixate_caps): Introduce back caps fixate with
15179         handling of PAR.
15180
15181 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
15182
15183         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
15184         Unsetting IS_SINK flag from the fakesink, so decodebin
15185         never behaves as a sink.
15186
15187 2005-11-17  Wim Taymans  <wim@fluendo.com>
15188
15189         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15190         (gst_base_audio_src_change_state):
15191         Fix the audiosrc base class again, we did not unflush.
15192
15193 2005-11-17  Julien MOUTTE  <julien@moutte.net>
15194
15195         * examples/seeking/seek.c: (make_dv_pipeline),
15196         (make_vorbis_theora_pipeline), (make_avi_pipeline),
15197         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
15198         to ogg/vorbis/theora pipeline.
15199
15200 2005-11-17  Wim Taymans  <wim@fluendo.com>
15201
15202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
15203         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15204         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15205         Fix EOS on multiple streams.
15206         More debugging.
15207
15208 2005-11-16  Wim Taymans  <wim@fluendo.com>
15209
15210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
15211         (gst_ogg_demux_perform_seek):
15212         Segment done must include stream time.
15213
15214         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15215         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
15216         (gst_ogg_mux_change_state):
15217         Fix ogg muxer again.
15218
15219 2005-11-16  Wim Taymans  <wim@fluendo.com>
15220
15221         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
15222         Fix compile again.
15223
15224 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15225
15226         * ext/libvisual/visual.c: (gst_visual_init):
15227         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
15228         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
15229         (gst_ogg_parse_chain):
15230         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15231         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
15232         * ext/theora/theoradec.c: (gst_theora_dec_init):
15233         * ext/theora/theoraenc.c: (gst_theora_enc_init):
15234         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15235         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
15236         * gst/adder/gstadder.c: (gst_adder_class_init),
15237         (gst_adder_dispose):
15238         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
15239         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15240         * gst/videorate/gstvideorate.c: (gst_videorate_init):
15241           Fix a whole set of pad template leaks
15242
15243 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15244
15245         * check/generic/states.c: (GST_START_TEST):
15246           fix the test so that it only checks for elements that are part of
15247           this source module
15248
15249 2005-11-16  Michael Smith <msmith@fluendo.com>
15250
15251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
15252         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
15253         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15254         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15255         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
15256         (gst_ogg_mux_change_state):
15257           Fix leaking collectpads.
15258
15259 2005-11-16  Edward Hervey  <edward@fluendo.com>
15260
15261         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15262         (gst_videorate_event), (gst_videorate_chain):
15263         Handle segment seeks
15264
15265 2005-11-16  Wim Taymans  <wim@fluendo.com>
15266
15267         * gst-libs/gst/audio/gstbaseaudiosink.c:
15268         (gst_base_audio_sink_provide_clock),
15269         (gst_base_audio_sink_change_state):
15270         Set ringbuffer to non-flushing when going to PAUSED, set to
15271         flushing again when going to READY.
15272
15273         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
15274         (gst_ring_buffer_stop):
15275         Start in flushing mode by default.
15276         Don't set flushing in the _stop method, let the app call
15277         this explicitly.
15278
15279 2005-11-16  Julien MOUTTE  <julien@moutte.net>
15280
15281         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
15282         * gst-libs/gst/video/videosink.h: Add helper function needed
15283         for video sinks.
15284
15285 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15286
15287         * gst/videoscale/gstvideoscale.c:
15288         (gst_videoscale_handle_src_event):
15289           Don't leak reference to pad parent.
15290
15291 2005-11-16  Wim Taymans  <wim@fluendo.com>
15292
15293         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
15294         Set ringbuffer to flushing when stopping so that we don't
15295         block on wait_segment anymore and livelock.
15296
15297 2005-11-16  Wim Taymans  <wim@fluendo.com>
15298
15299         * examples/seeking/seek.c: (send_event), (do_seek),
15300         (loop_toggle_cb), (segment_done), (main):
15301         Added looping checkbox.
15302
15303 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15304
15305         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15306         (gst_ogg_demux_init):
15307         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15308         (gst_vorbis_dec_init):
15309           revert unrefs, they don't pass make check
15310
15311 2005-11-15  Johan Dahlin  <johan@gnome.org>
15312
15313         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15314         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
15315         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15316         (gst_vorbis_dec_init):
15317         Fix pad template leaks. 
15318
15319 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15320
15321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
15322           Make state change function thread safe.
15323
15324 2005-11-15  Edward Hervey  <edward@fluendo.com>
15325
15326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
15327         (gst_ogg_demux_class_init):
15328         Implement GstElement::send_event, so we can send seek events
15329         in GST_STATE_READY
15330
15331 2005-11-14  Julien MOUTTE  <julien@moutte.net>
15332
15333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
15334         Discovered how to take away flickering while resizing the
15335         window. Please don't put that in ximagesink, refactoring in
15336         progress.
15337
15338 2005-11-14  Michael Smith <msmith@fluendo.com>
15339
15340         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
15341         (gst_multifdsink_render):
15342           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
15343
15344 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15345
15346         * gst/playback/gstplaybin.c: (gen_audio_element):
15347           Use autoaudiosink, it tends to be more widely available than
15348           autoaudiiosink.
15349           
15350 2005-11-14  Andy Wingo  <wingo@pobox.com>
15351
15352         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
15353         as well if it is available. Fixes #316442.
15354
15355 2005-11-14  Michael Smith <msmith@fluendo.com>
15356
15357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
15358         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15359         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15360         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15361         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
15362         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15363         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
15364         (gst_vorbisenc_change_state):
15365           Fix a small memory leak in vorbisenc.
15366           Fix large memory leaks in oggmux, also fix lots of state change
15367           bugs in oggmux.
15368
15369 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15370
15371         * gst/videotestsrc/gstvideotestsrc.c:
15372         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
15373         (gst_videotestsrc_src_fixate):
15374           move fixation to a fixate function
15375           remove negotiate function, basesrc's is good enough
15376           fixes a bug for check when using the element alone
15377
15378 2005-11-13  Edward Hervey  <edward@fluendo.com>
15379
15380         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
15381         (key_toggle_cb), (main):
15382         Added checkboxes for adding/removing the accurate and key_unit seek
15383         flags.
15384
15385 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15386
15387         * configure.ac: back to HEAD
15388
15389 === release 0.9.5 ===
15390
15391 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15392
15393         * configure.ac:
15394           releasing 0.9.5, "No No Kia"
15395
15396 2005-11-11  Edward Hervey  <edward@fluendo.com>
15397
15398         * examples/seeking/seek.c: (make_parselaunch_pipeline):
15399         Added parse-launch syntax seeking mode for the seeking example.
15400         This should help stress-test even more cases.
15401         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
15402
15403 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15404
15405         * sys/xvimage/xvimagesink.c:
15406         (gst_xvimagesink_navigation_send_event):
15407           Check whether peer pad exists before sending navigation events
15408           to it.
15409
15410 2005-11-11  Michael Smith <msmith@fluendo.com>
15411
15412         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
15413         (gst_vorbisenc_buffer_from_packet):
15414         * ext/vorbis/vorbisenc.h:
15415           Set duration on encoded buffers. This allows oggmux's
15416           max_page_delay parameter to actually work.
15417
15418 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15419
15420         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15421         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
15422         (gst_ffmpegcsp_avpicture_fill):
15423         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15424         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
15425           Make palettes work again (see #132341). Use our own macros
15426           for rounding up.
15427
15428 2005-11-10  Andy Wingo  <wingo@pobox.com>
15429
15430         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
15431         string doober.
15432
15433 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15434
15435         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15436         (gst_ffmpegcsp_transform_caps):
15437           Prefer passthrough in transform_caps
15438
15439 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15440
15441         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15442           check for ALSA errors properly, instead of relying on ALSA's
15443           error strings to serve to the user.
15444
15445 2005-11-10  Wim Taymans  <wim@fluendo.com>
15446
15447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
15448         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
15449         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
15450         Modernise the seek code.
15451
15452 2005-11-10  Michael Smith <msmith@fluendo.com>
15453         
15454         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
15455         (setup_substreams), (set_active_source):
15456           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
15457           trying to go to NULL if we failed to read a file.
15458
15459 2005-11-10  Wim Taymans  <wim@fluendo.com>
15460
15461         * gst/audiotestsrc/gstaudiotestsrc.c:
15462         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
15463         (gst_audiotestsrc_create):
15464         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15465         (gst_sinesrc_get_times), (gst_sinesrc_create):
15466         * gst/videotestsrc/gstvideotestsrc.c:
15467         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
15468         (gst_videotestsrc_create):
15469         The base class can now sync for us.
15470
15471 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15472
15473         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
15474           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
15475           name=source autoprobe=false autoprobe-fps=false copy-mode=1
15476           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
15477           format=(fourcc)I420" ! xvimagesink
15478
15479 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
15480
15481         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15482         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
15483         (gst_sinesrc_newsegment):
15484           Send newsegment event in TIME format, set duration if
15485           num-buffers is set, fix duration querying.
15486
15487 2005-11-10  Michael Smith <msmith@fluendo.com>
15488
15489         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15490         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15491         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15492         (gst_ogg_mux_collected):
15493          Fix EOS handling, partially. Now forwarding an EOS event once we have
15494          EOS on all pads works correctly. However, we still don't properly set
15495          EOS on the actual ogg stream pages.
15496
15497 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
15498
15499         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
15500           Set elements to NULL state before disposing of them.
15501
15502 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
15503
15504         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15505
15506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15507         (gst_base_rtp_depayload_init),
15508         (gst_base_rtp_depayload_set_gst_timestamp):
15509         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15510           We need to send a newsegment event for each instance, not
15511           just for the first instance of this class (get rid of
15512           static variable in function). (#321011).
15513           
15514 2005-11-08  Michael Smith <msmith@fluendo.com>
15515
15516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15517         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
15518         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
15519         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
15520           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
15521           This makes us mux things correctly according to the ogg muxing
15522           rules. Still not handling EOS correctly right now, though.
15523
15524 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         * gst/audioconvert/gstaudioconvert.c:
15527           Fix typo in docs. 
15528
15529 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15530
15531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15532         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
15533           Initialise segment_stop to GST_CLOCK_TIME_NONE when
15534           creating a new chain; should fix live streaming. Also
15535           add more debug output and fix a typo.
15536
15537 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
15538
15539         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15540
15541         * gst/volume/gstvolume.c: (volume_set_caps):
15542           Fix compilation on Solaris with Forte. (#320923)
15543
15544 2005-11-08  Wim Taymans  <wim@fluendo.com>
15545
15546         * gst-libs/gst/audio/gstbaseaudiosink.c:
15547         (gst_base_audio_sink_render):
15548         No need to do a typecheck.
15549
15550 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15551
15552         * ext/alsa/gstalsa.h:
15553           We register a debug category, so let's use it.
15554
15555 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15556
15557         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15558         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
15559         Fixed a small problem.
15560
15561 2005-11-04  Wim Taymans  <wim@fluendo.com>
15562
15563         * examples/seeking/Makefile.am:
15564         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
15565         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
15566         (make_playerbin_pipeline), (format_value), (update_scale),
15567         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
15568         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
15569         (print_usage), (main):
15570         Added app for playback speed testing.
15571
15572         * examples/seeking/seek.c: (dynamic_link),
15573         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
15574         (make_mpeg_pipeline), (do_seek), (set_update_scale),
15575         (message_received), (main):
15576         Updated seek example.
15577
15578 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15579
15580         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15581         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15582         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
15583         (gst_base_rtp_depayload_set_clock):
15584         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15585         Don't sleep on the bench (system clock) when you have a nice 
15586         comfortable bed (Gstreamer clock) to sleep on.
15587
15588 2005-11-03  Wim Taymans  <wim@fluendo.com>
15589
15590         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15591         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
15592         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
15593         Handle the case where a pad_block failed.
15594
15595 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
15596
15597         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
15598
15599         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15600         (gst_base_rtp_depayload_add_to_queue),
15601         (gst_base_rtp_depayload_push),
15602         (gst_base_rtp_depayload_set_gst_timestamp),
15603         (gst_base_rtp_depayload_queue_release):
15604           Fixes some bugs in the depayloader's queuing/de-queueing code.
15605
15606 2005-10-31  Michael Smith <msmith@fluendo.com>
15607
15608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15609         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15610         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
15611           Patch from Alessandro Decina <alessandro@nnva.org>.
15612           Make oggdemux only find the final time in a chain, not per-pad,
15613           since the per-pad information can be very expensive to locate, and
15614           it isn't used anywhere. This makes reading a file containing
15615           OggSkeleton reasonably fast.
15616           Also, make chain finding work when there are logical bitstreams that
15617           can't be decoded. Fixes #319110.
15618
15619 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15620
15621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15622         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15623         (gst_base_rtp_depayload_chain),
15624         (gst_base_rtp_depayload_add_to_queue),
15625         (gst_base_rtp_depayload_push),
15626         (gst_base_rtp_depayload_set_gst_timestamp),
15627         (gst_base_rtp_depayload_queue_release),
15628         (gst_base_rtp_depayload_start_thread),
15629         (gst_base_rtp_depayload_set_property),
15630         (gst_base_rtp_depayload_get_property):
15631         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15632         Some random fixes, to fullfill the desires of thomas.
15633
15634 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15635
15636         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15637         (gst_base_rtp_depayload_add_to_queue),
15638         (gst_base_rtp_depayload_push):
15639         Fixed the queueing algorithm.
15640
15641 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15642
15643         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15644         (gst_base_rtp_depayload_push):
15645         A small fix
15646
15647 2005-10-31  Wim Taymans  <wim@fluendo.com>
15648
15649         * gst-libs/gst/audio/gstringbuffer.h:
15650         Don't break ABI.
15651
15652         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15653         (gst_ffmpeg_caps_to_pixfmt):
15654         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15655         (gst_ffmpegcsp_set_caps):
15656         Some more comments.
15657         Handle missing required caps fields better.
15658
15659 2005-10-31  Wim Taymans  <wim@fluendo.com>
15660
15661         * gst-libs/gst/audio/gstbaseaudiosink.c:
15662         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
15663         (gst_base_audio_sink_render):
15664         * gst-libs/gst/audio/gstringbuffer.c:
15665         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15666         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15667         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
15668         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
15669         (gst_ring_buffer_read):
15670         * gst-libs/gst/audio/gstringbuffer.h:
15671         Add flushing mode to the ringbuffer so that it in all cases does
15672         not try to handle more audio. This makes sure it does not try to
15673         block anymore when flushing and fixes a livelock.
15674
15675 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15676
15677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
15678         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
15679         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
15680           Explicitly check for -1 values before doing a conversion
15681           and always map them to -1. (#315545)
15682
15683 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15684
15685         * gst/playback/gstplaybin.c: (gen_video_element):
15686           first try autovideosink, then xvimagesink, then error out
15687         * po/POTFILES.in:
15688           add translatable file
15689         * po/af.po:
15690         * po/az.po:
15691         * po/cs.po:
15692         * po/en_GB.po:
15693         * po/hu.po:
15694         * po/it.po:
15695         * po/nb.po:
15696         * po/nl.po:
15697         * po/or.po:
15698         * po/sq.po:
15699         * po/sr.po:
15700         * po/sv.po:
15701         * po/uk.po:
15702         * po/vi.po:
15703           update translations
15704
15705 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
15706
15707         * gst-libs/gst/rtp/gstbasedepayload.c:
15708         * gst-libs/gst/rtp/gstbasedepayload.h:
15709           Minor cleanups
15710
15711 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
15712
15713         * gst/playback/.cvsignore:
15714         * gst/playback/decodetest.c:
15715         * gst/playback/test3.c:
15716           Port these two tests as well.
15717
15718 2005-10-27  Wim Taymans  <wim@fluendo.com>
15719
15720         * ext/theora/theoradec.c: (theora_dec_src_query),
15721         (theora_dec_sink_event):
15722         * ext/theora/theoraenc.c: (theora_enc_sink_event),
15723         (theora_enc_change_state):
15724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15725         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15726         Take proper locks when handling events.
15727
15728 2005-10-27  Wim Taymans  <wim@fluendo.com>
15729
15730         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
15731         (gst_adder_change_state):
15732         Fix timestamps and fix deadlock when stopping the collectpads.
15733
15734 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15735
15736         * gst-libs/gst/rtp/gstrtpbuffer.h:
15737         Declaring the payload types as strings too so that they can be used
15738         in the padtemplate inialization.
15739
15740 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
15741
15742         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
15743
15744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15745         (gst_base_rtp_depayload_class_init):
15746         Fixes a small but nasty bug. The derived elements no longer segfaults
15747         on finalization.
15748
15749 2005-10-26  Michael Smith <msmith@fluendo.com>
15750
15751         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
15752           When clearing an audioconvert context, set tmpbufsize to zero, so
15753           we'll allocate it again later if required.
15754           This fixes audioconvert re-negotiating formats, which previously
15755           segfaulted with a NULL destination buffer.
15756
15757 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
15758
15759         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15760         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
15761         (gst_base_rtp_depayload_set_gst_timestamp),
15762         (gst_base_rtp_depayload_queue_release):
15763         Fixed a smalll memleak.
15764
15765 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15767         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
15768         (gst_base_rtp_depayload_finalize),
15769         (gst_base_rtp_depayload_setcaps),
15770         (gst_base_rtp_depayload_add_to_queue),
15771         (gst_base_rtp_depayload_push),
15772         (gst_base_rtp_depayload_set_gst_timestamp),
15773         (gst_base_rtp_depayload_queue_release),
15774         (gst_base_rtp_depayload_thread),
15775         (gst_base_rtp_depayload_change_state):
15776         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15777         Changed the C++ comments to C comments
15778
15779 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15780
15781         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
15782         * gst/tcp/gsttcpclientsrc.h:
15783         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
15784         * gst/tcp/gsttcpserversrc.h:
15785           Remove unused 'curoffset' structure member.
15786
15787 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15788
15789         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15790         (gst_base_rtp_depayload_base_init),
15791         (gst_base_rtp_depayload_finalize):
15792         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15793         * gst-libs/gst/rtp/gstbasertppayload.h:
15794           The pad-template on the sinkpad should be set by the derived classes.
15795           Also added some useful macros.
15796
15797 2005-10-24  Wim Taymans  <wim@fluendo.com>
15798
15799         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15800         Correctly flush decoder samples even if we could not
15801         copy them to an output buffer. Fixes #319618.
15802
15803 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15804
15805         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
15806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
15807         the caps against our xcontext caps.
15808
15809 2005-10-24  Wim Taymans  <wim@fluendo.com>
15810
15811         * gst-libs/gst/audio/gstbaseaudiosink.c:
15812         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
15813         Remove g_print
15814         Use sync property from baseclass to disable sync.
15815
15816 2005-10-24  Wim Taymans  <wim@fluendo.com>
15817
15818         * gst-libs/gst/audio/gstbaseaudiosink.c:
15819         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
15820         Buffers with no timestamps get aligned with previous buffers or
15821         on underrun, played ASAP.
15822
15823 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15824
15825         * gst-libs/gst/video/video.h:
15826         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15827         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
15829         here comes my change on caps for framerate and geometry range.
15830         We are now accepting 1 to MAXINT for width and height, and from
15831         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
15832         to be blended correctly in videomixer.
15833
15834 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15835
15836         * configure.ac:
15837           back to HEAD
15838
15839 === release 0.9.4 ===
15840
15841 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15842
15843         * NEWS:
15844         * RELEASE:
15845         * configure.ac:
15846           releasing 0.9.4, "Velociraptor"
15847
15848 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15849
15850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15851         * po/POTFILES.in:
15852           STOPPED -> FAILED
15853
15854 2005-10-21  Wim Taymans  <wim@fluendo.com>
15855
15856         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15857         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
15858         (pad_blocked), (close_pad_link), (new_pad):
15859         Don't try to remove elements twice.
15860
15861 2005-10-21  Wim Taymans  <wim@fluendo.com>
15862
15863         * ext/theora/theoradec.c: (theora_dec_src_query),
15864         (theora_dec_sink_event):
15865         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15866         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15867         (vorbis_handle_data_packet):
15868         * ext/vorbis/vorbisdec.h:
15869         Fix old naming.
15870
15871         * gst-libs/gst/audio/gstbaseaudiosink.c:
15872         (gst_base_audio_sink_render):
15873         Don't try to sync on buffers without a timestamp.
15874
15875 2005-10-21  Wim Taymans  <wim@fluendo.com>
15876
15877         * ext/theora/theoradec.c: (theora_dec_src_query),
15878         (theora_dec_sink_event):
15879         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15880         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15881         (vorbis_handle_data_packet):
15882         * ext/vorbis/vorbisdec.h:
15883         Fix old naming.
15884
15885 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15886
15887         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
15888         (gst_vorbisenc_src_query):
15889           Implement position and duration queries.
15890
15891         * gst/playback/test3.c: (update_scale), (main):
15892           Fix for async state changes and print nicer output.
15893
15894 2005-10-20  Wim Taymans  <wim@fluendo.com>
15895
15896         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15897         (dump_element_stats), (main):
15898         * gst/playback/test6.c: (main):
15899         Fix tests again
15900
15901 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15902
15903         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
15904         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15905           Don't use functions for position queries when handling
15906           duration queries.
15907
15908 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15909
15910         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15911         (vorbis_handle_data_packet), (vorbis_dec_chain),
15912         (vorbis_dec_change_state):
15913         * ext/vorbis/vorbisdec.h:
15914           Vorbis streams can be embedded in other container formats
15915           than ogg, container formats where the demuxer might set 
15916           timestamps on encoded vorbis buffers instead of those silly 
15917           granulepos thingies. In short: make vorbisdec handle 
15918           timestamps on incoming buffers as well.
15919
15920 2005-10-20  Wim Taymans  <wim@fluendo.com>
15921
15922         * gst/playback/gstplaybasebin.c: (group_destroy),
15923         (gst_play_base_bin_change_state):
15924         Fix leak.
15925         Handle case where playbasebin is now ASYNC because
15926         decodebin is.
15927
15928 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15929
15930         * gst/audioconvert/Makefile.am:
15931         * gst/audioconvert/bufferframesconvert.c:
15932         * gst/audioconvert/plugin.c: (plugin_init):
15933         * gst/audioconvert/plugin.h:
15934           And bye bye buffer-frames-convert
15935
15936 2005-10-19  Wim Taymans  <wim@fluendo.com>
15937
15938         * check/elements/audioconvert.c:
15939         * docs/libs/tmpl/gstaudio.sgml:
15940         * docs/libs/tmpl/gstcolorbalance.sgml:
15941         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15942         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
15943         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
15944         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
15945         * gst-libs/gst/audio/audio.h:
15946         * gst/audioconvert/audioconvert.h:
15947         * gst/audioconvert/gstaudioconvert.c:
15948         (gst_audio_convert_parse_caps):
15949         * gst/volume/gstvolume.c:
15950         Bye bye buffer-frames.
15951
15952 2005-10-19  Wim Taymans  <wim@fluendo.com>
15953
15954         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
15955         (query_positions_elems), (query_positions_pads), (update_scale),
15956         (do_seek), (set_update_scale), (message_received), (main):
15957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15958         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
15959         (gst_ogg_demux_loop):
15960         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
15961         * ext/theora/theoradec.c: (theora_dec_src_query),
15962         (theora_dec_sink_event):
15963         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15964         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
15965         * gst/adder/gstadder.c: (gst_adder_query):
15966         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
15967         * gst/playback/test3.c: (update_scale):
15968         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15969         (dump_element_stats), (main):
15970         * gst/playback/test6.c: (main):
15971         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15972         Query API update.
15973
15974 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15975
15976         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
15977         (xml_check_first_element), (xml_type_find), (smil_type_find),
15978         (plugin_init):
15979           Add typefinding for SMIL and for generic XML. Based on patch by
15980           Akos Maroy (#308663).
15981
15982 2005-10-18  Wim Taymans  <wim@fluendo.com>
15983
15984         * gst/playback/Makefile.am:
15985         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15986         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
15987         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
15988         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
15989         (gst_decode_bin_change_state):
15990         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15991         (gst_play_bin_send_event_to_sink):
15992         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15993         (dump_element_stats), (main):
15994         * gst/playback/test6.c: (main):
15995         Make playbin async, it'll commit state to paused when all streams
15996         are detected.
15997         Remove ugly hack.
15998         Added test6.c to show async behaviour.
15999
16000 2005-10-18  Wim Taymans  <wim@fluendo.com>
16001
16002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16003         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
16004         Fix for segment-start/stop API change.
16005
16006 2005-10-18  Wim Taymans  <wim@fluendo.com>
16007
16008         * check/Makefile.am:
16009         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
16010         (main):
16011         Add future test for clock selection.
16012
16013 2005-10-18  Wim Taymans  <wim@fluendo.com>
16014
16015         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
16016         (gst_alsasink_close):
16017         Set handle to NULL.
16018
16019         * gst-libs/gst/audio/gstringbuffer.c:
16020         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16021         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
16022         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16023         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
16024         (gst_ring_buffer_read):
16025         More debug info.
16026
16027 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
16028
16029         * gst/audiotestsrc/Makefile.am:
16030         * gst/sine/Makefile.am:
16031         * gst/volume/Makefile.am:
16032           fix broken build of controllerized plugins
16033
16034 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16035
16036         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16037
16038         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16039         (gst_riff_create_video_template_caps):
16040           Add support for Indeo-3 (IV32).
16041
16042 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16043
16044         * configure.ac:
16045           rewrite
16046
16047 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16048
16049         * gst-libs/gst/video/video.c: (gst_video_get_size):
16050         * gst/audiotestsrc/gstaudiotestsrc.c:
16051           doc updates
16052
16053 2005-10-17  Andy Wingo  <wingo@pobox.com>
16054
16055         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
16056         with the collectpads change.
16057         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
16058
16059         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
16060
16061         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
16062
16063         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
16064         alloc_buffer flow return to callers.
16065         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
16066         change. Fix some memleaks in theoraenc.
16067
16068         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
16069         in strange circumstance.
16070
16071 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16072
16073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16074         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
16075         from caps, let's use the caps...
16076
16077 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16078
16079         * configure.ac:
16080           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
16081
16082 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16083
16084         * gst-libs/gst/interfaces/Makefile.am:
16085           fix silly typo
16086
16087 2005-10-16  Andy Wingo  <wingo@pobox.com>
16088
16089         * gst/playback/gstdecodebin.c
16090         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
16091         function!
16092         (try_to_link_1): Increase kraziness level.
16093
16094 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16095
16096         * configure.ac:
16097           restructure like the core one
16098         * gst-libs/gst/audio/Makefile.am:
16099         * gst-libs/gst/interfaces/Makefile.am:
16100         * gst-libs/gst/net/Makefile.am:
16101         * gst-libs/gst/riff/Makefile.am:
16102         * gst-libs/gst/rtp/Makefile.am:
16103         * gst-libs/gst/tag/Makefile.am:
16104         * gst-libs/gst/video/Makefile.am:
16105           use correct linker flags, now the libs are properly versioned
16106         * check/elements/audioconvert.c: (verify_convert):
16107         * ext/alsa/gstalsaplugin.c:
16108         * ext/cdparanoia/gstcdparanoia.c:
16109         * ext/gnomevfs/gstgnomevfs.c:
16110         * ext/libvisual/visual.c:
16111         * ext/ogg/gstogg.c:
16112         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
16113         * ext/theora/theora.c:
16114         * ext/vorbis/vorbis.c:
16115         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16116         * gst-libs/gst/tag/gsttagediting.c:
16117         * gst-libs/gst/video/video.c:
16118         * gst/adder/gstadder.c:
16119         * gst/audioconvert/plugin.c:
16120         * gst/audiorate/gstaudiorate.c:
16121         * gst/audioresample/gstaudioresample.c:
16122         * gst/audioresample/resample_ref.c: (resample_scale_ref):
16123         * gst/audioscale/gstaudioscale.c:
16124         * gst/audioscale/resample.c:
16125         * gst/audiotestsrc/gstaudiotestsrc.c:
16126         * gst/ffmpegcolorspace/gstffmpeg.c:
16127         * gst/playback/gstdecodebin.c: (close_pad_link):
16128         * gst/playback/gstplaybin.c: (gen_video_element),
16129         (gen_audio_element):
16130         * gst/sine/gstsinesrc.c:
16131         * gst/subparse/gstsubparse.c:
16132         * gst/tags/gsttagediting.c:
16133         * gst/tcp/gsttcpplugin.c:
16134         * gst/typefind/gsttypefindfunctions.c:
16135         * gst/videorate/gstvideorate.c:
16136         * gst/videoscale/gstvideoscale.c:
16137         * gst/videotestsrc/gstvideotestsrc.c:
16138         * gst/volume/gstvolume.c:
16139         * sys/v4l/gstv4l.c:
16140         * sys/ximage/ximage.c:
16141         * sys/xvimage/xvimagesink.c:
16142           fix up defines
16143
16144 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
16145
16146         * ext/vorbis/vorbisenc.c:
16147         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
16148         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
16149         (gst_tag_to_vorbis_comments):
16150           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
16151
16152 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
16153
16154         * examples/stats/mp2ogg.c:
16155         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16156           typo fixes
16157
16158 2005-10-13  Michael Smith <msmith@fluendo.com>
16159
16160         * ext/ogg/gstoggmux.c:
16161           Use magic glib macros to define constants as 64 bit, to ensure
16162           appropriate vararg passing.
16163
16164 2005-10-13  Michael Smith <msmith@fluendo.com>
16165
16166         * ext/ogg/gstoggmux.c:
16167         * gst/audioconvert/audioconvert.c: (float):
16168           Don't use LL suffix, as it's not portable, and neither of these
16169           uses required it anyway.
16170
16171 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
16172
16173         * examples/indexing/indexmpeg.c: (main):
16174         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
16175         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
16176         (cdparanoia_convert), (cdparanoia_query):
16177         * ext/cdparanoia/gstcdparanoia.h:
16178         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
16179         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
16180         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
16181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16182         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
16183         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
16184         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16185         (gst_multifdsink_render), (gst_multifdsink_start),
16186         (gst_multifdsink_stop):
16187         * gst/tcp/gstmultifdsink.h:
16188         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
16189         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16190         (gst_tcpclientsink_stop):
16191         * gst/tcp/gsttcpclientsink.h:
16192         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16193         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
16194         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
16195         * gst/tcp/gsttcpclientsrc.h:
16196         * gst/tcp/gsttcpserversink.h:
16197         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
16198         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16199         (gst_tcpserversrc_stop):
16200         * gst/tcp/gsttcpserversrc.h:
16201         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
16202         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
16203         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
16204           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16205           moved bitshift from macro to enum definition
16206
16207 2005-10-12  Wim Taymans  <wim@fluendo.com>
16208
16209         * examples/seeking/Makefile.am:
16210         Oops.
16211
16212 2005-10-12  Wim Taymans  <wim@fluendo.com>
16213
16214         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16215         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16216         Don't assert on normal stuff.
16217
16218         * gst/playback/gstplaybin.c: (do_playbin_seek):
16219         API fix.
16220
16221 2005-10-12  Wim Taymans  <wim@fluendo.com>
16222
16223         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16224         * examples/seeking/Makefile.am:
16225         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
16226         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16227         (do_seek), (set_update_scale), (message_received), (main):
16228         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16229         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16230         Update for _get_state() API change.
16231
16232 2005-10-11  Wim Taymans  <wim@fluendo.com>
16233
16234         * gst-libs/gst/audio/gstbaseaudiosink.c:
16235         (gst_base_audio_sink_render):
16236         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16237         (gst_base_audio_src_create):
16238         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16239         (gst_ring_buffer_read):
16240         Cleanups.
16241         Commit and read from ringbuffer in samples rather than bytes.
16242
16243 2005-10-11  Wim Taymans  <wim@fluendo.com>
16244
16245         * gst-libs/gst/audio/gstbaseaudiosink.c:
16246         (gst_base_audio_sink_render):
16247         Respect segment rate and accum when scheduling samples.
16248
16249 2005-10-11  Julien MOUTTE  <julien@moutte.net>
16250
16251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16252         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
16253         EOS correctly, that needs more work.
16254
16255 2005-10-11  Wim Taymans  <wim@fluendo.com>
16256
16257         * check/generic/states.c: (GST_START_TEST):
16258         remove old property.
16259
16260         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16261         (gst_ogg_demux_perform_seek):
16262         * ext/theora/theoradec.c: (theora_dec_sink_event):
16263         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16264         (vorbis_handle_data_packet):
16265         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16266         (gst_base_rtp_depayload_set_gst_timestamp):
16267         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16268         Update for newsegment API change.
16269
16270 2005-10-11  Michael Smith <msmith@fluendo.com>
16271
16272         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16273         (do_playbin_seek), (gst_play_bin_send_event):
16274           Override send_event differently, so that we can takes bits of
16275           functionality from GstPipeline (special handling for seeks,
16276           including pausing/resuming, and resetting stream time) and still get
16277           the appropriate behaviour of only forwarding event to a single sink,
16278           rather than all of them.
16279           Unfortunately requires a lot of code duplication, but the
16280           alternatives are equally ugly in the end.
16281
16282 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16283
16284         * check/elements/audioconvert.c: (setup_audioconvert),
16285         (cleanup_audioconvert), (get_int_caps), (verify_convert),
16286         (GST_START_TEST), (audioconvert_suite):
16287           clean up tests a little, fix some leaks.
16288
16289 2005-10-10  Wim Taymans  <wim@fluendo.com>
16290
16291         * ext/alsa/gstalsasink.c:
16292         Also allow unsigned int.
16293
16294         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16295         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16296         Small cleanup
16297
16298 2005-10-10  Wim Taymans  <wim@fluendo.com>
16299
16300         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16301         Small update, use API as stated in design docs.
16302
16303         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16304         (update_scale), (do_seek), (seek_cb), (set_update_scale),
16305         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
16306         (message_received), (main):
16307         Updated seek example for GOption. Some usability improvements.
16308
16309 2005-10-10  Wim Taymans  <wim@fluendo.com>
16310
16311         * gst/audioconvert/audioconvert.h:
16312         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
16313         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
16314         Alloc temp storage somewhere else where we can do it more
16315         portable.
16316
16317 2005-10-10  Wim Taymans  <wim@fluendo.com>
16318
16319         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
16320         (gst_tcpserversrc_start):
16321         Don't block in accept while doing the state change, move
16322         to poll and make cancellable.
16323
16324 2005-10-09  Philippe Khalaf <burger@speedy.org>
16325
16326         * gst-libs/gst/rtp/rtpbasedepayload.c:
16327         Set timestamp and add queue delay to timestamp
16328         * gst-libs/gst/rtp/rtpbuffer.h:
16329         Set correct payload type for h263
16330
16331 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16332
16333         * gst/audiotestsrc/gstaudiotestsrc.c:
16334         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
16335         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
16336         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
16337         (gst_audiotestsrc_create_triangle),
16338         (gst_audiotestsrc_create_silence),
16339         (gst_audiotestsrc_create_white_noise),
16340         (gst_audiotestsrc_init_pink_noise),
16341         (gst_audiotestsrc_generate_pink_noise_value),
16342         (gst_audiotestsrc_create_pink_noise),
16343         (gst_audiotestsrc_change_wave):
16344         * gst/audiotestsrc/gstaudiotestsrc.h:
16345           fixed typo, added pink noise
16346
16347 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16348
16349         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
16350         (plugin_init):
16351           Add wavpack and spc typefind functions from 0.8 branch.
16352
16353 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16354
16355         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
16356         (ar_type_find), (msdos_type_find), (plugin_init):
16357           Add typefind functions for tar archives, ar archives,
16358           RAR archives, and msdos-executables (dlls, exe, etc.).
16359           Some of those would be wrongly identified as mpeg
16360           streams of some sort before (#315550).
16361
16362 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16363
16364         * configure.ac:
16365         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16366         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16367         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
16368         * gst/audiotestsrc/Makefile.am:
16369         * gst/audiotestsrc/gstaudiotestsrc.c:
16370         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
16371         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
16372         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
16373         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
16374         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
16375         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
16376         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
16377         (gst_audiotestsrc_create_silence),
16378         (gst_audiotestsrc_create_white_noise),
16379         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
16380         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
16381         (gst_audiotestsrc_start), (plugin_init):
16382         * gst/audiotestsrc/gstaudiotestsrc.h:
16383           add new plugin and element
16384         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
16385           use gobject_class
16386
16387 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16388
16389         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
16390         (gst_adder_init), (gst_adder_request_new_pad),
16391         (gst_adder_change_state):
16392           Add query function to source pad, so adder reports the correct
16393           time/sample position when queried (#315457); fix state change
16394           function; use GST_DEBUG_FUNCPTR() for pad functions.
16395
16396 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16397
16398         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
16399           Fix leaks in typefind registration
16400           Clean up the gratuitous commenting and whitespacing a little
16401
16402 2005-10-08  Wim Taymans  <wim@fluendo.com>
16403
16404         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
16405         Only actually wait for the thread to be stopped if it's 
16406         running.
16407
16408 2005-10-08  Wim Taymans  <wim@fluendo.com>
16409
16410         * gst-libs/gst/audio/gstbaseaudiosink.c:
16411         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16412         If we receive EOS we can start playback of what we had.
16413
16414 2005-10-08  Wim Taymans  <wim@fluendo.com>
16415
16416         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16417         (gst_multifdsink_finalize), (multifdsink_hash_remove),
16418         (gst_multifdsink_stop):
16419         Fix crasher when going to NULL multiple times.
16420
16421 2005-10-06  Wim Taymans  <wim@fluendo.com>
16422
16423         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
16424         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16425         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16426         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
16427         patch from Edgard Lima <edgard.lima@indt.org.br>
16428         Fixed gstbaseaudiosrc adding ring buffer sync to it.
16429
16430 2005-10-06  Wim Taymans  <wim@fluendo.com>
16431
16432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16433         Report the FLOW_RETURN as string in the error message.
16434
16435         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
16436         Don't assert when clearing an unnegotiated buffer.
16437
16438 2005-10-04  Michael Smith <msmith@fluendo.com>
16439
16440         * gst/playback/gstplaybasebin.c: (group_destroy),
16441         (gen_preroll_element), (remove_groups), (setup_source):
16442         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
16443         (setup_sinks), (gst_play_bin_send_event),
16444         (gst_play_bin_change_state):
16445           Set state to NULL before removing from bin. Fix refcounting.
16446
16447 2005-10-04  Michael Smith <msmith@fluendo.com>
16448
16449         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16450           Correct refcounting in send_event() function. Previously was wrong
16451           if the first sink was unable to handle the event.
16452
16453 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16454
16455         * configure.ac:
16456           back to development
16457
16458 === release 0.9.3 ===
16459
16460 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16461
16462         * configure.ac:
16463           Releasing 0.9.3, "De Facto"
16464
16465 2005-10-03  Andy Wingo  <wingo@pobox.com>
16466
16467         * gst/playback/gstdecodebin.c (try_to_link_1)
16468         (remove_element_chain): set element to NULL before removing it.
16469
16470 2005-10-02  Johan Dahlin  <johan@gnome.org>
16471
16472         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
16473         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
16474         MT safe.
16475
16476 2005-10-02  Andy Wingo  <wingo@pobox.com>
16477
16478         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
16479         (gst_ring_buffer_prepare_read): 
16480         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
16481         Demote to LOG.
16482
16483 2005-09-29  Wim Taymans  <wim@fluendo.com>
16484
16485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
16486         * ext/theora/theoradec.c: (theora_handle_data_packet):
16487         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16488         Propagate error codes from alloc_buffer too.
16489
16490 2005-09-29  Wim Taymans  <wim@fluendo.com>
16491
16492         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16493         We use fixed caps.
16494
16495         * gst/playback/Makefile.am:
16496         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16497         (dump_element_stats), (main):
16498         Added example stream introspection code.
16499
16500 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
16501
16502         * gst/adder/gstadder.c: (gst_adder_collected):
16503           fix adder for float elements
16504
16505 2005-09-28  Wim Taymans  <wim@fluendo.com>
16506
16507         * gst-libs/gst/audio/gstbaseaudiosink.c:
16508         (gst_base_audio_sink_class_init),
16509         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
16510         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16511         (gst_base_audio_src_class_init),
16512         (gst_base_audio_src_provide_clock):
16513         get_clock -> provide_clock
16514
16515 2005-09-28  Andy Wingo  <wingo@pobox.com>
16516
16517         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
16518         and unlocking.
16519
16520         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
16521         unlocking.
16522
16523         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
16524         Actually add the pad template.
16525         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
16526
16527         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
16528         I'm at it...
16529
16530         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
16531         from fdsrc. Get caps in create() instead of start() so it can be
16532         interrupted. Interruption somewhat untested.
16533
16534         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
16535         Proper EOS handling.
16536
16537 2005-09-27  Andy Wingo  <wingo@pobox.com>
16538
16539         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
16540
16541         * gst/tcp/gsttcpserversrc.c: Cleaned up.
16542
16543         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
16544
16545         * gst/tcp/gsttcp.h: 
16546         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
16547         out of tcpclientsrc.c. Cancellable.
16548         (gst_tcp_socket_read): Made private, cancellable, with better
16549         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
16550         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
16551         whole buffer, and better diagnostics.
16552         (gst_tcp_gdp_read_caps): Same.
16553
16554         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
16555
16556 2005-09-26  Andy Wingo  <wingo@pobox.com>
16557
16558         * gst/sine/gstsinesrc.h:
16559         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
16560         change the 'sync' property to 'is-live' and implement it halfway,
16561         update for controller api change.
16562
16563         * gst/volume/gstvolume.c (volume_transform_ip): Update for
16564         controller api change.
16565
16566 2005-09-24  Wim Taymans  <wim@fluendo.com>
16567
16568         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
16569         * gst-libs/gst/audio/gstaudiosink.c:
16570         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16571         (gst_audioringbuffer_stop):
16572         * gst-libs/gst/audio/gstbaseaudiosink.c:
16573         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16574         (gst_base_audio_sink_change_state):
16575         * gst-libs/gst/audio/gstbaseaudiosink.h:
16576         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
16577         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16578         (gst_ring_buffer_commit), (gst_ring_buffer_read):
16579         * gst-libs/gst/audio/gstringbuffer.h:
16580         Fix sync again. Moved sample alignment to basesink.
16581
16582 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16583
16584         * docs/plugins/Makefile.am:
16585         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16586         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16587         * gst/volume/gstvolume.c:
16588           add/fix docs
16589         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
16590         * gst-libs/gst/audio/audio.h:
16591           add conversion macros for frames <-> clocktime
16592
16593 2005-09-23  David Schleef  <ds@schleef.org>
16594
16595         * gst/audioresample/Makefile.am:
16596         * gst/audioresample/debug.h:
16597         * gst/audioresample/gstaudioresample.c:
16598         * gst/audioresample/resample.c: Convert to using gst debugging
16599
16600 2005-09-22  Wim Taymans  <wim@fluendo.com>
16601
16602         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16603         (gst_play_bin_send_event):
16604         Only seek on one sink, the first one that succeeds.
16605
16606 2005-09-22  Michael Smith <msmith@fluendo.com>
16607
16608         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
16609         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
16610         Don't flush encoder state unless we have an initialised encoder.
16611         Clear out encoder state on PAUSED_TO_READY.
16612
16613 2005-09-22  Wim Taymans  <wim@fluendo.com>
16614
16615         * gst-libs/gst/rtp/gstbasertppayload.c:
16616         (gst_basertppayload_class_init), (gst_basertppayload_init),
16617         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16618         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16619         (gst_basertppayload_is_filled), (gst_basertppayload_push),
16620         (gst_basertppayload_set_property),
16621         (gst_basertppayload_get_property),
16622         (gst_basertppayload_change_state):
16623         * gst-libs/gst/rtp/gstbasertppayload.h:
16624         Added max-ptime to control amount of data in the rtp packets.
16625
16626 2005-09-21  Andy Wingo  <wingo@pobox.com>
16627
16628         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
16629         thingies.
16630
16631         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
16632         can be called multiple times, dogs.
16633
16634 2005-09-21  Wim Taymans  <wim@fluendo.com>
16635
16636         * gst-libs/gst/rtp/gstbasertppayload.c:
16637         (gst_basertppayload_class_init), (gst_basertppayload_init),
16638         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16639         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16640         (gst_basertppayload_push), (gst_basertppayload_get_property),
16641         (gst_basertppayload_change_state):
16642         Allow 0 ssrc too.
16643
16644 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
16645
16646         * docs/libs/compiling.sgml:
16647           fixing typos
16648
16649 2005-09-20  Wim Taymans  <wim@fluendo.com>
16650
16651         * gst-libs/gst/rtp/gstbasertppayload.c:
16652         (gst_basertppayload_class_init), (gst_basertppayload_init),
16653         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16654         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16655         (gst_basertppayload_push), (gst_basertppayload_set_property),
16656         (gst_basertppayload_get_property),
16657         (gst_basertppayload_change_state):
16658         * gst-libs/gst/rtp/gstbasertppayload.h:
16659         Added property to configure sequence number offsets.
16660
16661 2005-09-20  Wim Taymans  <wim@fluendo.com>
16662
16663         * gst-libs/gst/rtp/gstbasertppayload.c:
16664         (gst_basertppayload_class_init), (gst_basertppayload_init),
16665         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16666         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16667         (gst_basertppayload_push), (gst_basertppayload_set_property),
16668         (gst_basertppayload_get_property),
16669         (gst_basertppayload_change_state):
16670         * gst-libs/gst/rtp/gstbasertppayload.h:
16671         Make timestamp offset configurable.
16672
16673 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16674
16675         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16676           fix wrong pop/unref
16677
16678 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
16679
16680         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16681
16682         * gst-libs/gst/interfaces/propertyprobe.c:
16683         (gst_property_probe_probe_property_name),
16684         (gst_property_probe_needs_probe_name),
16685         (gst_property_probe_get_values_name),
16686         (gst_property_probe_probe_and_get_values_name):
16687           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
16688           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
16689
16690 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16691
16692         * check/Makefile.am:
16693           have some tests be disabled for valgrinding
16694         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
16695         (GST_START_TEST):
16696         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
16697           Fix A Leak.  Chain To Parent Finalize.
16698
16699 2005-09-19  Wim Taymans  <wim@fluendo.com>
16700
16701         * examples/seeking/seek.c: (make_wav_pipeline), (main):
16702         Fixed wav pipeline.
16703
16704 2005-09-19  Wim Taymans  <wim@fluendo.com>
16705
16706         * gst-libs/gst/rtp/gstbasertppayload.c:
16707         (gst_basertppayload_class_init), (gst_basertppayload_init),
16708         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16709         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16710         (gst_basertppayload_push), (gst_basertppayload_get_property),
16711         (gst_basertppayload_change_state):
16712         Posting ERROR and WARNING messages is good.
16713
16714 2005-09-19  Wim Taymans  <wim@fluendo.com>
16715
16716         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16717         (gst_base_rtp_depayload_add_to_queue),
16718         (gst_base_rtp_depayload_push),
16719         (gst_base_rtp_depayload_set_gst_timestamp),
16720         (gst_base_rtp_depayload_queue_release):
16721         This one was not supposed to go in.
16722
16723 2005-09-19  Wim Taymans  <wim@fluendo.com>
16724
16725         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16726         Fix for bus API.
16727
16728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16729         (gst_base_rtp_depayload_chain),
16730         (gst_base_rtp_depayload_add_to_queue),
16731         (gst_base_rtp_depayload_push),
16732         (gst_base_rtp_depayload_set_gst_timestamp),
16733         (gst_base_rtp_depayload_queue_release):
16734         Some cleanups.
16735
16736         * gst-libs/gst/rtp/gstbasertppayload.c:
16737         (gst_basertppayload_class_init), (gst_basertppayload_init),
16738         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
16739         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16740         (gst_basertppayload_get_property),
16741         (gst_basertppayload_change_state):
16742         Added debugging category.
16743
16744 2005-09-18  David Schleef  <ds@schleef.org>
16745
16746         * gst/playback/gstdecodebin.c: free plugin list correctly
16747         * gst/playback/gstplaybin.c: emit warning if autovideosink
16748           and autoaudiosink can't be found (instead of segfaulting)
16749
16750 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16751
16752         * check/elements/audioconvert.c: (GST_START_TEST):
16753           try out 24 bit conversion
16754
16755 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16756
16757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16758         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16759         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
16760         * ext/vorbis/vorbisenc.h:
16761           Fix EOS handling.  Still needs a fix in the ogg muxer to
16762           mark the last page as eos.
16763
16764 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16765
16766         * common/gtk-doc-plugins.mak:
16767         * docs/plugins/Makefile.am:
16768         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16769         * gst/ffmpegcolorspace/Makefile.am:
16770         * gst/ffmpegcolorspace/avcodec.h:
16771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16772         * gst/tcp/gstmultifdsink.c:
16773           fix up ffmpegcolorspace docs; extract header
16774
16775 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16776
16777         * common/gtk-doc-plugins.mak:
16778         * docs/plugins/Makefile.am:
16779         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16780         * ext/theora/Makefile.am:
16781         * ext/theora/gsttheoraenc.h:
16782         * ext/theora/theoraenc.c:
16783         * ext/vorbis/vorbisenc.c:
16784           pick up signals and args for vorbis; add some docs for vorbis
16785
16786 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16787
16788         * common/gstdoc-scangobj:
16789         * common/gtk-doc-plugins.mak:
16790         * docs/libs/Makefile.am:
16791         * docs/plugins/gst-plugins-base-plugins.args:
16792         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16793         * docs/plugins/gst-plugins-base-plugins.interfaces:
16794         * docs/plugins/gst-plugins-base-plugins.prerequisites:
16795         * docs/plugins/gst-plugins-base-plugins.signals:
16796           only scanobj stuff from our source module.  Not sure yet
16797           if that's correct, given the hierarchy stuff :)
16798
16799 2005-09-15  Wim Taymans  <wim@fluendo.com>
16800
16801         * gst/audioconvert/gstaudioconvert.c:
16802         And enable 24 bits mode as well..
16803
16804 2005-09-15  Wim Taymans  <wim@fluendo.com>
16805
16806         * gst-libs/gst/rtp/Makefile.am:
16807         * gst-libs/gst/rtp/gstbasertppayload.c:
16808         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
16809         (gst_basertppayload_class_init), (gst_basertppayload_init),
16810         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
16811         (gst_basertppayload_chain), (gst_basertppayload_set_options),
16812         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16813         (gst_basertppayload_set_property),
16814         (gst_basertppayload_get_property),
16815         (gst_basertppayload_change_state):
16816         * gst-libs/gst/rtp/gstbasertppayload.h:
16817         Added rtp payloader base class.
16818
16819 2005-09-15  Andy Wingo  <wingo@pobox.com>
16820
16821         * configure.ac (plugindir): Remove the EOL matcher from the
16822         regexp, as it causes me problems. Libtool? Make? Who knows?
16823
16824 2005-09-14  David Schleef  <ds@schleef.org>
16825
16826         * check/generic/states.c: 
16827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
16828         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
16829           Fixes for changes in registry API.
16830
16831         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
16832           to GST_PLUGIN_LDFLAGS.
16833         * ext/libvisual/visual.c: Make the library shut up.
16834         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
16835         * gst-libs/gst/audio/gstaudiofilter.c: same
16836
16837 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16838
16839         * docs/plugins/Makefile.am:
16840         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16841         * docs/plugins/inspect/plugin-libvisual.xml:
16842         * docs/plugins/tmpl/element-tcpserversink.sgml:
16843         * ext/theora/theoraenc.c:
16844           add libvisual plugin and theoraenc element to docs
16845
16846 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16847
16848         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16849         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16850         * ext/theora/theoraenc.c:
16851           add theoraenc
16852
16853 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
16854
16855         * gst/audioconvert/Makefile.am:
16856           Audioconvert derives from GstBaseTransform and should
16857           link to the library with our base elements to avoid
16858           unresolved symbols. Makes things work with MinGW (#316160)
16859
16860         * gst/playback/test4.c: (main):
16861           Fix MinGW build problem and use g_usleep() instead of 
16862           sleep() (#316162)
16863
16864 2005-09-12  Wim Taymans  <wim@fluendo.com>
16865
16866         * gst/audioconvert/audioconvert.c: (float),
16867         (audio_convert_prepare_context), (audio_convert_convert):
16868         * gst/audioconvert/audioconvert.h:
16869         Cleanups, speedups, simplifications, added back support
16870         for 24 bits.
16871
16872 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16873
16874         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16875         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16876         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
16877         * docs/plugins/tmpl/element-tcpserversink.sgml:
16878         * gst/ffmpegcolorspace/gstffmpeg.c:
16879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16880         * gst/videotestsrc/gstvideotestsrc.c:
16881         * gst/volume/gstvolume.c:
16882           add more elements to the docs
16883
16884 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16885
16886         * check/Makefile.am:
16887         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
16888         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
16889           Add extra tests for basetransform based components. 
16890           Comment out the test_element_negotiation test until we decide
16891           if it's testing correct behaviour.
16892         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
16893         (gst_visual_chain), (gst_visual_change_state):
16894           Slightly more correct but still bogus timestamping.
16895           Fix state change function.
16896         * gst/audioconvert/gstaudioconvert.c:
16897         (gst_audio_convert_class_init):
16898         * gst/audioresample/gstaudioresample.c:
16899         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16900         (gst_ffmpegcsp_class_init):
16901         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16902         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
16903         (gst_videoscale_prepare_image):
16904         * gst/volume/gstvolume.c: (gst_volume_class_init),
16905         (volume_transform_ip):
16906           Basetransform updates. Enable passthrough modes.
16907         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16908         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
16909         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
16910           Negotiation fix that allows the window to return to the original
16911           size and renegotiate passthrough upstream. Extra debug output.
16912
16913 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16914
16915         * gst/sine/gstsinesrc.c:
16916         * gst/volume/gstvolume.c:
16917           fix up header include
16918
16919 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
16920
16921         * gst-libs/gst/audio/gstbaseaudiosink.c:
16922         (gst_base_audio_sink_render):
16923         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
16924         * gst/volume/gstvolume.c: (gst_volume_class_init),
16925         (volume_transform):
16926           fixing lost sync, some more debugging
16927
16928 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
16929
16930         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16931         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
16932         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
16933         (gst_xvimagesink_check_xshm_calls):
16934           Fix compilation when XShm is not available.
16935
16936 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16937
16938         * ext/libvisual/visual.c: (gst_visual_dispose),
16939         (gst_visual_getcaps), (gst_visual_src_setcaps),
16940         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
16941         (gst_visual_change_state):
16942           Finish fixing up libvisual plugin so that it runs. 
16943
16944 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16945
16946         * ext/vorbis/vorbisenc.c:
16947         * gst-libs/gst/tag/gstvorbistag.c:
16948           gsttaginterface.h -> gsttagsetter.h
16949
16950 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16951
16952         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
16953           added another test that failes for me (test is not active by default)
16954
16955 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16956
16957         * configure.ac:
16958           v4l2 is no longer in gst-plugins-base
16959
16960 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16961
16962         * configure.ac:
16963           In the output at the end, don't show the first plugin on the same
16964           line as "Core plug-ins, always built:".
16965           Indent the output as for other plugin categories
16966         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
16967           #define that can be used to not use peer buffer_alloc functions for
16968           test purposes.
16969         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16970         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
16971         (gst_ximagesink_show_frame):
16972         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
16973         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
16974         (gst_xvimagesink_show_frame):
16975           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
16976           fails gracefully instead of XError aborting or deadlocking.
16977
16978 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16979
16980         * ext/libvisual/Makefile.am:
16981           link against gst-base-libs
16982
16983 2005-09-06  David Schleef  <ds@schleef.org>
16984
16985         * configure.ac: Enable libvisual plugin.
16986         * ext/libvisual/Makefile.am:
16987         * ext/libvisual/visual.c: Fixes to make it compile.
16988
16989 === release 0.9.2 ===
16990
16991 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16992
16993         * NEWS:
16994         * RELEASE:
16995         * configure.ac:
16996         * docs/random/ChangeLog-0.8:
16997           releasing 0.9.2, "Spoon"
16998
16999 2005-09-05  Michael Smith <msmith@fluendo.com>
17000
17001         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
17002           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
17003           that in the vorbisenc element.
17004
17005 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17006
17007         * common/gtk-doc-plugins.mak:
17008         * docs/plugins/Makefile.am:
17009           fix distcheck
17010         * gst/audioresample/resample.c:
17011           fix wrong docstring
17012
17013 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17014
17015         * common/gst-xmlinspect.py:
17016         * common/gtk-doc-plugins.mak:
17017           only inspect plugins for this given package
17018           require gst-python 0.9
17019
17020 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17021
17022         * Makefile.am:
17023         * autogen.sh:
17024         * common/gst-xmlinspect.py:
17025         * configure.ac:
17026         * docs/Makefile.am:
17027         * docs/plugins/inspect/plugin-alsa.xml:
17028         * docs/plugins/inspect/plugin-audioresample.xml:
17029         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17030         * docs/plugins/inspect/plugin-ogg.xml:
17031         * docs/plugins/tmpl/element-gnomevfssink.sgml:
17032         * docs/plugins/tmpl/element-multifdsink.sgml:
17033         * docs/plugins/tmpl/element-tcpserversink.sgml:
17034         * docs/plugins/tmpl/element-vorbisenc.sgml:
17035         * gst-plugins-base.spec.in:
17036           various doc-related updates
17037
17038 2005-08-31  Wim Taymans  <wim@fluendo.com>
17039
17040         * gst-libs/gst/audio/gstbaseaudiosink.c:
17041         (gst_base_audio_sink_render):
17042         Resync if the buffer timestamps drift more than a 10th 
17043         of a second.
17044
17045 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
17046
17047         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
17048         (gst_v4lsrc_get_property):
17049           The 'timestamp-offset' property is registered as an int64, so
17050           let's use g_value_{set|get}_int64() in our setter and getter
17051           functions (makes it work and fixes warnings with gst-inspect).
17052
17053 2005-08-30  Wim Taymans  <wim@fluendo.com>
17054
17055         * check/elements/audioconvert.c: (setup_audioconvert):
17056         * check/elements/audioresample.c: (setup_audioresample):
17057         * check/elements/volume.c: (setup_volume):
17058         Fix checks.
17059
17060 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17061
17062         * common/gtk-doc-plugins.mak:
17063         * common/plugins.xsl:
17064         * docs/plugins/Makefile.am:
17065           make module a param
17066
17067 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17068
17069         * examples/seeking/seek.c: (make_mp3_pipeline),
17070         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
17071         (play_cb), (pause_cb), (stop_cb):
17072           update the example
17073
17074 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17075
17076         * gst/volume/gstvolume.c: (gst_volume_class_init),
17077         (volume_transform):
17078           do not update controlled params, if buffer has no timestamp
17079
17080 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17081
17082         * configure.ac:
17083         * gst/sine/Makefile.am:
17084         * gst/volume/Makefile.am:
17085           controllerized elements also need to link against controller-libs ;)
17086
17087 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17088
17089         * docs/libs/tmpl/gstcolorbalance.sgml:
17090         * docs/libs/tmpl/gstgconf.sgml:
17091         * docs/libs/tmpl/gstmixer.sgml:
17092         * docs/libs/tmpl/gstringbuffer.sgml:
17093         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17094         (gst_sinesrc_create):
17095         * gst/volume/gstvolume.c: (gst_volume_class_init),
17096         (volume_transform):
17097           controllerized two audio plugins
17098
17099 2005-08-29  Andy Wingo  <wingo@pobox.com>
17100
17101         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
17102         (vorbis_handle_data_packet): Fix some int overflow errors.
17103
17104         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
17105         -1.
17106         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
17107         valid.
17108         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
17109         if it's valid. Fixed streaming-mode playback.
17110
17111         * check/elements/volume.c (cleanup_volume): Fix for running
17112         CK_FORK=no.
17113
17114         * check/elements/audioconvert.c: Convert from native endian, not
17115         little endian.
17116
17117 2005-08-29  Michael Smith <msmith@fluendo.com>
17118
17119         * ext/ogg/Makefile.am:
17120         * ext/ogg/gstogg.c: (plugin_init):
17121         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
17122         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
17123         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
17124         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
17125         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
17126         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
17127         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
17128         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
17129         Add an ogg parser element.
17130
17131 2005-08-28  Andy Wingo  <wingo@pobox.com>
17132
17133         * Updates for two-arg init from GST_BOILERPLATE_FULL.
17134
17135 2005-08-26  Wim Taymans  <wim@fluendo.com>
17136
17137         * gst/audioconvert/audioconvert.c: (if), (float),
17138         (audio_convert_get_func_index), (check_default),
17139         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17140         (audio_convert_clean_context), (audio_convert_get_sizes),
17141         (audio_convert_convert):
17142         Cleanups.
17143
17144 2005-08-26  Wim Taymans  <wim@fluendo.com>
17145
17146         * gst/audioconvert/audioconvert.c: (if), (float),
17147         (audio_convert_get_func_index), (check_default),
17148         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17149         (audio_convert_clean_context), (audio_convert_get_sizes),
17150         (audio_convert_convert):
17151         More elegant and working temp buffer selection algo.
17152
17153 2005-08-26  Wim Taymans  <wim@fluendo.com>
17154
17155         * gst/audioconvert/audioconvert.c: (if), (float),
17156         (audio_convert_get_func_index), (check_default),
17157         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17158         (audio_convert_clean_context), (audio_convert_get_sizes),
17159         (get_temp_buffer), (audio_convert_convert):
17160         Use realloc else we lose our original data.
17161
17162 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17163
17164         * gst/audioresample/gstaudioresample.c:
17165           use base class' newsegment to properly timestamp
17166
17167 2005-08-26  Wim Taymans  <wim@fluendo.com>
17168
17169         * gst/audioconvert/audioconvert.c: (if), (float),
17170         (audio_convert_get_func_index), (check_default),
17171         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17172         (audio_convert_clean_context), (audio_convert_get_sizes),
17173         (get_temp_buffer), (audio_convert_convert):
17174         * gst/audioconvert/gstaudioconvert.c:
17175         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
17176         (gst_audio_convert_transform_caps),
17177         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
17178         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
17179         Oops, allocate enough space to perform the channel mix.
17180
17181 2005-08-26  Wim Taymans  <wim@fluendo.com>
17182
17183         * gst/audioconvert/Makefile.am:
17184         * gst/audioconvert/audioconvert.c: (if), (float),
17185         (audio_convert_get_func_index), (check_default),
17186         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17187         (audio_convert_clean_context), (audio_convert_get_sizes),
17188         (get_temp_buffer), (audio_convert_convert):
17189         * gst/audioconvert/audioconvert.h:
17190         * gst/audioconvert/gstaudioconvert.c:
17191         (gst_audio_convert_class_init), (gst_audio_convert_init),
17192         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
17193         (gst_audio_convert_get_unit_size),
17194         (gst_audio_convert_transform_caps),
17195         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
17196         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
17197         * gst/audioconvert/gstaudioconvert.h:
17198         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17199         (gst_channel_mix_fill_identical),
17200         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
17201         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
17202         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
17203         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
17204         (gst_channel_mix_mix):
17205         * gst/audioconvert/gstchannelmix.h:
17206         Cleanups, librarify a bit, optimize, better negotiation and more.
17207
17208 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17209
17210         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
17211         Another from MikeS:
17212         During typefinding, don't support negative offsets
17213         (offsets from the end of the stream) in our typefind->peek() function
17214         - nothing embedded in ogg ever needs them. However, we need to recognise
17215         those requests and reject them, otherwise we return invalid pointers.
17216
17217 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17218
17219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17220         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
17221         (vorbisdec_finalize), (vorbis_handle_type_packet):
17222           Big shout-out to MikeS for fixing this giant memory leak.
17223           Huzzah!
17224
17225 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17226
17227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
17228         (audio_convert_get_unit_size):
17229           plug some leaks
17230
17231 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17232
17233         * check/Makefile.am:
17234         * check/elements/audioconvert.c: (setup_audioconvert),
17235         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17236         (GST_START_TEST), (audioconvert_suite), (main):
17237           add a test for audioconvert
17238         * gst/audioresample/gstaudioresample.c:
17239         * gst/audioresample/gstaudioresample.h:
17240           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
17241           note that for buffers of 1/3 sec this means DURATION(c) is 
17242           one nanosecond more than for a and b
17243
17244 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17245
17246         * check/Makefile.am:
17247         * check/elements/audioresample.c: (setup_audioresample),
17248         (cleanup_audioresample), (fail_unless_perfect_stream),
17249         (test_perfect_stream_instance), (GST_START_TEST),
17250           add a check for audioresample
17251         (audioresample_suite), (main):
17252         * check/elements/volume.c: (GST_START_TEST):
17253           remove unused method
17254         * gst/audioresample/gstaudioresample.c:
17255           set correct buffer parameters since we're changing them
17256         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17257           add some debug
17258
17259 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17260
17261         * gst/audioresample/debug.c:
17262         * gst/audioresample/gstaudioresample.c:
17263           add room for extra overlap samples when asked to transform size
17264           protect against possible mem corruption and check for discrepancies
17265           between written size and outbuffer's size so we can warn for
17266           potential problems
17267         * gst/audioresample/resample.c: (resample_init),
17268         (resample_get_output_size_for_input), (resample_get_output_size),
17269         (resample_set_n_channels), (resample_set_format):
17270           set debug level based on RESAMPLE_DEBUG env var
17271           make sure that get_output_size* returns a whole number of
17272           sample_size
17273           set sample_size each time either channel or format is set
17274         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
17275         * gst/audioresample/resample_functable.c:
17276         (resample_scale_functable):
17277         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17278           remove r->sample_size, it's done in resample.c now
17279           add some debugging to the ref implementation
17280           make sure we only give back bytes that are wholes of the sample
17281           size
17282
17283 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
17284         * gst/playback/gstplaybasebin.c: (fill_buffer):
17285         Revert unpopular change for GST_MESSAGE_SRC to GObject.
17286
17287 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
17288
17289         * gst/volume/gstvolume.c:
17290           made set_caps function static
17291
17292 2005-08-24  Wim Taymans  <wim@fluendo.com>
17293
17294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17295         (gst_vorbisenc_change_state):
17296         Stop leaking taglists.
17297
17298 2005-08-24  Wim Taymans  <wim@fluendo.com>
17299
17300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
17301         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
17302         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
17303         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
17304         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17305         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
17306         Parse seeking events better.
17307         Unref static caps.
17308         Generate correct newsegment events, fixes seeking in live oggs.
17309
17310         * ext/theora/theoradec.c: (theora_dec_src_query),
17311         (theora_dec_src_event), (theora_dec_src_getcaps),
17312         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
17313         Use newsegment values to report correct play time.
17314
17315         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17316         (vorbis_dec_src_event), (vorbis_dec_sink_event):
17317         * ext/vorbis/vorbisdec.h:
17318         Parse and use newsegment values to report correct play time.
17319
17320         * gst-libs/gst/audio/gstbaseaudiosink.c:
17321         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17322         Clear ringbuffer on flush.
17323         Use newsegment values to calculate playback time.
17324
17325         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
17326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
17327         Basesink does newsegment calculations for us now.
17328
17329 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17330
17331         * check/Makefile.am:
17332         * configure.ac:
17333           add core's plugins to the mix so that playbin works
17334         * check/generic/states.c: (GST_START_TEST):
17335           set a 0 timeout on pipelines, so they don't force the next
17336           state change
17337         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
17338         (gst_play_base_bin_change_state):
17339           remove the crappy error handling and do GST error handling
17340
17341 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17342
17343         * check/Makefile.am:
17344         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
17345           add same test as to core, it bitches out on playbin atm.
17346
17347 2005-08-24  Wim Taymans  <wim@fluendo.com>
17348
17349         * configure.ac:
17350         Remove audioscale.
17351
17352 2005-08-24  Wim Taymans  <wim@fluendo.com>
17353
17354         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
17355         (gst_videoscale_prepare_size), (parse_caps),
17356         (gst_videoscale_set_caps), (gst_videoscale_get_size),
17357         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
17358         (gst_videoscale_transform):
17359         * gst/videoscale/gstvideoscale.h:
17360         Refactor, make use of BaseTranform really well.
17361
17362 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17363
17364         * configure.ac:
17365           compile audioresample
17366         * gst/audioresample/Makefile.am:
17367         * gst/audioresample/buffer.c:
17368         * gst/audioresample/functable.c:
17369         * gst/audioresample/gstaudioresample.c:
17370         * gst/audioresample/gstaudioresample.h:
17371         * gst/audioresample/resample.c:
17372         (resample_get_output_size_for_input):
17373         * gst/audioresample/resample.h:
17374         * gst/audioresample/resample_chunk.c:
17375         * gst/audioresample/resample_functable.c:
17376         * gst/audioresample/resample_ref.c:
17377           port to use basetransform; doesn't work in all cases yet
17378
17379 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17380
17381         * gst/audioconvert/gstaudioconvert.c:
17382         (gst_audio_convert_class_init), (gst_audio_convert_init),
17383         (audio_convert_get_unit_size), (audio_convert_transform_caps),
17384         (audio_convert_fixate_caps), (audio_convert_set_caps),
17385         (audio_convert_transform),
17386         (gst_audio_convert_buffer_to_default_format),
17387         (gst_audio_convert_buffer_from_default_format),
17388         (gst_audio_convert_channels):
17389         * gst/audioconvert/gstchannelmix.c:
17390         * gst/audioconvert/gstchannelmix.h:
17391           port to basetransform
17392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17393         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
17394         (gst_ffmpegcsp_get_unit_size):
17395         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17396         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
17397           fix for basetransform changes
17398
17399 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
17400
17401         * check/Makefile.am:
17402           Add CHECK_CFLAGS and LDFLAGS
17403
17404         * gst/playback/gstplaybasebin.c: (fill_buffer):
17405           GST_MESSAGE_SRC became a GObject
17406
17407 2005-08-24  Wim Taymans  <wim@fluendo.com>
17408
17409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
17410         (gst_ring_buffer_clear_all):
17411         * gst-libs/gst/audio/gstringbuffer.h:
17412         Added function to clear the ringbuffer.
17413
17414 2005-08-24  Andy Wingo  <wingo@pobox.com>
17415
17416         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
17417         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
17418         of _open and _close.
17419
17420         * sys/v4l/gstv4lxoverlay.h:
17421         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
17422         an Xv connection here, instead of all the time. Make Xv only be
17423         loaded if you axe for it. Kindof a workaround for buggy behaviour
17424         of Xv when using remote xservers (XvQueryExtension would block).
17425         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
17426         replace the _open and _close public API. Only start the xv
17427         connection if necessary.
17428         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
17429
17430 2005-08-23  David Schleef  <ds@schleef.org>
17431
17432         * gst/audioresample/Makefile.am: Leet audioresampling code
17433         * gst/audioresample/buffer.c:
17434         * gst/audioresample/buffer.h:
17435         * gst/audioresample/debug.c:
17436         * gst/audioresample/debug.h:
17437         * gst/audioresample/functable.c:
17438         * gst/audioresample/functable.h:
17439         * gst/audioresample/gstaudioresample.c:
17440         * gst/audioresample/gstaudioresample.h:
17441         * gst/audioresample/resample.c:
17442         * gst/audioresample/resample.h:
17443         * gst/audioresample/resample_chunk.c:
17444         * gst/audioresample/resample_functable.c:
17445         * gst/audioresample/resample_ref.c:
17446
17447 2005-08-23  Wim Taymans  <wim@fluendo.com>
17448
17449         * examples/seeking/seek.c: (make_vorbis_pipeline),
17450         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
17451         Small seek updates.
17452
17453 2005-08-23  Andy Wingo  <wingo@pobox.com>
17454
17455         * gst-libs/gst/audio/gstbaseaudiosrc.c
17456         (gst_base_audio_src_fixate): Only fixate endianness if it is
17457         present in the caps.
17458
17459 2005-08-22  Andy Wingo  <wingo@pobox.com>
17460
17461         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
17462         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
17463         device-name property.
17464
17465         * gst-libs/gst/audio/gstaudiosrc.h:
17466         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
17467         close_device in the ring buffer, like gstaudiosink.
17468
17469         * ext/alsa/gstalsamixer.h:
17470         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
17471         macro to implement the interface without much code. Cleanups. 
17472
17473         * ext/alsa/gstalsasrc.h:
17474         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
17475         READY.
17476
17477         * ext/alsa/Makefile.am: Add new files.
17478         * ext/alsa/gstalsamixerelement.c: 
17479         * ext/alsa/gstalsamixerelement.c: Split element code out from
17480         mixer code so that alsasrc can be a mixer too.
17481
17482 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17483
17484         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17485         (GST_START_TEST):
17486         * check/elements/vorbisdec.c: (setup_vorbisdec),
17487         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
17488         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17489         (vorbis_handle_identification_packet),
17490         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
17491         (vorbis_handle_header_packet), (vorbis_dec_push),
17492         (vorbis_dec_chain):
17493           use the setup/teardown methods to save code.  save code is good.
17494
17495 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17496
17497         * check/Makefile.am:
17498           add ext dir for plugins
17499           add vorbisdec test conditionally
17500         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17501         (GST_START_TEST), (volume_suite):
17502           add a test with wrong caps
17503         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
17504         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
17505           add a vorbisdec test
17506         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
17507         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
17508           clean up debug output
17509         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17510           yay, fix a segfault/security issue in vorbisdec
17511           gst-launch fakesrc ! vorbisdec wasn't happy
17512         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
17513         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
17514         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
17515         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17516         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
17517         (gst_vorbisenc_set_metadata), (get_constraints_string),
17518         (update_start_message), (gst_vorbisenc_setup),
17519         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17520         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
17521         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
17522         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
17523         * ext/vorbis/vorbisenc.h:
17524           march in line
17525         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17526         (gst_ffmpegcsp_transform):
17527           have the kow come home
17528         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17529           debug my func ptr
17530         * gst/volume/gstvolume.c: (volume_set_caps):
17531           add a debug
17532
17533 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17534
17535         * Makefile.am:
17536         * check/.cvsignore:
17537         * check/Makefile.am:
17538         * check/elements/.cvsignore:
17539         * check/elements/volume.c: (chain_func), (event_func),
17540         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
17541         (main):
17542         * configure.ac:
17543           add unit test structure for gst-plugins-base
17544           add a test for volume
17545         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
17546         (gst_volume_set_volume), (gst_volume_get_volume),
17547         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
17548         (volume_funcfind), (volume_process_float), (volume_process_int16),
17549         (volume_set_caps), (volume_transform), (volume_update_mute),
17550         (volume_update_volume), (volume_set_property),
17551         (volume_get_property):
17552           document a little; use basetransform vmethod _set_caps
17553
17554 2005-08-19  Andy Wingo  <wingo@pobox.com>
17555
17556         * ext/alsa/gstalsamixertrack.h:
17557         * ext/alsa/gstalsamixertrack.c:
17558         * ext/alsa/gstalsamixeroptions.h:
17559         * ext/alsa/gstalsamixeroptions.c:
17560         * ext/alsa/gstalsamixer.h:
17561         * ext/alsa/gstalsamixer.c: Port to 0.9.
17562
17563         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
17564         Remove gstalsa.c and alsaclock. No more cruft here.
17565         
17566 2005-08-18  Wim Taymans  <wim@fluendo.com>
17567
17568         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17569         (gst_base_rtp_depayload_chain),
17570         (gst_base_rtp_depayload_add_to_queue),
17571         (gst_base_rtp_depayload_push),
17572         (gst_base_rtp_depayload_queue_release):
17573         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17574         Fix for RTPBuffer changes.
17575
17576         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
17577         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
17578         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
17579         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
17580         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
17581         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
17582         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
17583         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
17584         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
17585         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
17586         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
17587         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
17588         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
17589         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
17590         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
17591         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
17592         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
17593         (gst_rtpbuffer_get_payload):
17594         * gst-libs/gst/rtp/gstrtpbuffer.h:
17595         Don't subclass GstBuffer but add methods and helper functions
17596         to construct and manipulate RTP packets in regular GstBuffers.
17597
17598 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
17599
17600         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
17601           moved statement below switch
17602         * gst/volume/gstvolume.c: (gst_volume_class_init):
17603           added debug ptr
17604
17605 2005-08-16  Wim Taymans  <wim@fluendo.com>
17606
17607         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17608         (gst_base_audio_src_change_state):
17609         Open and close device in READY<->NULL state change.
17610
17611 2005-08-16  Andy Wingo  <wingo@pobox.com>
17612
17613         * examples/seeking/Makefile.am: Don't compile non-compiling
17614         compiled objects with the compiler.
17615
17616         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
17617         elements.
17618
17619 2005-08-12  Philippe Khalaf <burger@speedy.org>
17620         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17621         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17622           Made a thread to release the queue.
17623           Removed timestamp conversion for now.
17624
17625 2005-08-10  Philippe Khalaf <burger@speedy.org>
17626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17627         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17628           Added rtp timestamp -> gst timestamp conversion.
17629           Fixed several problems with queue.
17630
17631 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17632
17633         * gst-libs/gst/audio/gstaudioclock.h:
17634         * gst-libs/gst/audio/gstaudiofilter.h:
17635         * gst-libs/gst/audio/gstaudiosink.h:
17636         * gst-libs/gst/audio/gstaudiosrc.h:
17637         * gst-libs/gst/audio/gstbaseaudiosink.h:
17638         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17639         * gst-libs/gst/audio/gstringbuffer.h:
17640         * gst-libs/gst/net/gstnetbuffer.h:
17641         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17642         * gst-libs/gst/rtp/gstrtpbuffer.h:
17643           Add padding (you will need to rebuild gst-plugins-base,
17644           gst-plugins and all applications afterwards!)
17645
17646 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17647
17648         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
17649         (gst_riff_parse_chunk):
17650           Fix bug in debug message and add some more debug messages.
17651
17652 2005-08-08  Edward Hervey  <edward@fluendo.com>
17653
17654         * gst-libs/gst/riff/riff-media.c:
17655         backported updates since branch
17656
17657 2005-08-08  Andy Wingo  <wingo@pobox.com>
17658
17659         * gst-libs/gst/audio/gstbaseaudiosink.c
17660         (gst_base_audio_sink_change_state): Open the device in NULL->READY
17661         like good elements should. Close on READY->NULL too.
17662
17663         * gst-libs/gst/audio/gstaudiosink.c
17664         (gst_audioringbuffer_open_device,
17665         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
17666         (gst_audioringbuffer_release): Updates for new ring buffer API,
17667         hook into the new audio sink api.
17668
17669         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
17670         (GstAudioSinkClass.close): Just open and close the device -- no
17671         resource allocation or configuration.
17672         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
17673         vmethods, handle device setup and resource allocation.
17674
17675         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
17676         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
17677         base class API.
17678
17679         * gst-libs/gst/audio/gstringbuffer.h
17680         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
17681         New vmethods.
17682
17683         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
17684         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
17685         New API functions. The device should be opened before acquiring
17686         and closed after releasing.
17687
17688 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
17689
17690         * gst-libs/gst/interfaces/mixer.h:
17691           Reset padding to GST_PADDING.
17692
17693 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17694
17695         * gst/playback/gstplaybin.c: (remove_sinks):
17696           Remove visualization from parent explicitely; works around some
17697           apparent refcount issue that I haven't tracked down yet.
17698
17699 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17700
17701         * ext/alsa/gstalsasink.c: (set_hwparams):
17702           Assign debug category, add negotiation debug msgs.
17703
17704 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17705
17706         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
17707           Fix error code for file-not-found to NOT_FOUND.
17708
17709 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17710
17711         * common/gtk-doc-plugins.mak:
17712         * docs/plugins/Makefile.am:
17713         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17714         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17715           renamed to actual element names, so much nicer to look at
17716         * docs/plugins/tmpl/gstmultifdsink.sgml:
17717           remove
17718         * docs/plugins/tmpl/multifdsink.sgml:
17719         * docs/plugins/tmpl/tcpserversink.sgml:
17720           add
17721         * ext/alsa/gstalsa.c:
17722         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
17723         * ext/ogg/gstoggmux.c:
17724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17725         * gst/playback/gstdecodebin.c:
17726         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17727         * gst/tcp/gsttcpserversink.c:
17728           various fixes and documentation additions
17729
17730 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17731
17732         * common/Makefile.am:
17733         * common/gstdoc-scangobj:
17734         * common/gtk-doc-plugins.mak:
17735         * common/gtk-doc.mak:
17736           add a custom scangobj that uses the registry
17737           add a custom gtk-doc-plugins.mak that uses it
17738           some doc build fixes
17739         * configure.ac:
17740         * docs/Makefile.am:
17741         * docs/plugins/Makefile.am:
17742         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17743         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17744         * docs/plugins/gst-plugins-base-plugins.types:
17745         * docs/plugins/tmpl/gstmultifdsink.sgml:
17746           add docs for one element, multifdsink
17747         * gst/adder/gstadder.h:
17748         * gst/volume/gstvolume.h:
17749           don't privatize enum
17750         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
17751         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17752         (gst_sync_method_get_type), (gst_client_status_get_type),
17753         (gst_multifdsink_class_init),
17754         (gst_multifdsink_client_queue_buffer),
17755         (gst_multifdsink_handle_client_write):
17756         * gst/tcp/gstmultifdsink.h:
17757         * gst/tcp/gsttcp.h:
17758         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17759         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17760         (gst_tcpclientsink_render):
17761         * gst/tcp/gsttcpclientsink.h:
17762         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17763         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
17764         (gst_tcpclientsrc_start):
17765         * gst/tcp/gsttcpclientsrc.h:
17766         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17767         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
17768         * gst/tcp/gsttcpserversrc.h:
17769         * gst/typefind/gsttypefindfunctions.c:
17770           remove superfluous Type stuff
17771
17772 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17773
17774         * gst/playback/gstplaybin.c: (gen_video_element):
17775           Enable videoscale.
17776
17777 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17778
17779         * gst-libs/gst/gconf/gconf.c:
17780         * gst-libs/gst/gconf/gconf.h:
17781           Fix some Andy Problem [tm].
17782
17783 2005-08-04  Andy Wingo  <wingo@pobox.com>
17784
17785         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
17786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
17787         (gst_ffmpegcsp_get_size): Adapt to API changes.
17788
17789         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
17790         Implement an in-place do-nothing transform.
17791
17792 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17793
17794         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
17795         (gst_ximagesink_renegotiate_size):
17796           Do not set new window sizes yet if we prepare a new buffer size
17797           for upstream renegotiation (software scaling) at some point in the
17798           future, because this new size waqs not actually accepted yet. Once
17799           accepted, renegotiation later on will set the new sizes just fine.
17800           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
17801           embedding testcase.
17802
17803 2005-08-03  Andy Wingo  <wingo@pobox.com>
17804
17805         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
17806         (gst_ximagesink_buffer_alloc): 
17807         Protect the height, width, and desired_caps with the pool_lock.
17808         Fixes videotestsrc ! queue ! ximagesink.
17809
17810 2005-08-02  Edward Hervey  <edward@fluendo.com>
17811
17812         * gst/volume/gstvolume.c:
17813         include left from controller cleanup
17814
17815 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
17816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
17817           Stop collectpads before calling the parent state
17818           change function on PAUSED->READY.
17819
17820 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
17821         * configure.ac:
17822           When testing for X libs, use the X CFlags 
17823         * gst/adder/gstadder.c: (gst_adder_change_state):
17824           Stop the collectpads before calling parent state change function
17825           on PAUSED->READY, otherwise we deadlock deactivating pads.
17826
17827 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
17828
17829         * configure.ac:
17830         * docs/libs/tmpl/gstcolorbalance.sgml:
17831         * docs/libs/tmpl/gstmixer.sgml:
17832         * examples/Makefile.am:
17833         * gst/sine/Makefile.am:
17834         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
17835         (gst_sinesrc_set_property), (plugin_init):
17836         * gst/sine/gstsinesrc.h:
17837         * gst/volume/Makefile.am:
17838         * gst/volume/gstvolume.c: (gst_volume_set_volume),
17839         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
17840         (volume_process_float), (volume_process_int16),
17841         (volume_set_property), (plugin_init):
17842         * gst/volume/gstvolume.h:
17843           deactivate and remove dparams (libgstcontrol)
17844
17845 2005-07-29  Wim Taymans  <wim@fluendo.com>
17846
17847         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
17848         Convert me to BaseTransform!! help..
17849
17850 2005-07-29  Andy Wingo  <wingo@pobox.com>
17851
17852         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
17853         sinks.
17854
17855         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
17856         support of both endiannesses.
17857
17858 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
17859
17860         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17861           Fix confusing debug message (s/event/query/)
17862
17863 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
17864
17865         * gst/videotestsrc/videotestsrc.h:
17866           Use "_stdint.h" instead of <stdint.h>
17867
17868 2005-07-27  Wim Taymans  <wim@fluendo.com>
17869
17870         * ext/vorbis/Makefile.am:
17871         Revert wrong commit.
17872
17873 2005-07-27  Wim Taymans  <wim@fluendo.com>
17874
17875         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
17876         More compilation fixen.
17877
17878 2005-07-27  Wim Taymans  <wim@fluendo.com>
17879
17880         * gst-libs/gst/audio/gstbaseaudiosink.c:
17881         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
17882         (gst_base_audio_sink_create_ringbuffer),
17883         (gst_base_audio_sink_change_state):
17884         Fix compilation.
17885
17886 2005-07-27  Wim Taymans  <wim@fluendo.com>
17887
17888         * examples/seeking/seek.c: (setup_dynamic_link),
17889         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
17890         (query_positions_elems), (query_positions_pads), (do_seek):
17891         Update seek example.
17892
17893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
17894         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
17895         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
17896         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
17897         (gst_ogg_demux_handle_event),
17898         (gst_ogg_demux_deactivate_current_chain),
17899         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
17900         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17901         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
17902         (gst_ogg_demux_loop):
17903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
17904         * ext/theora/theoradec.c: (theora_dec_src_event),
17905         (theora_dec_src_getcaps), (theora_dec_sink_event),
17906         (theora_dec_push), (theora_dec_chain):
17907         * ext/vorbis/Makefile.am:
17908         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
17909         (vorbis_dec_sink_event), (vorbis_dec_push),
17910         (vorbis_handle_data_packet):
17911         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
17912         (gst_vorbisenc_chain):
17913         * gst/playback/gststreaminfo.c: (cb_probe):
17914         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
17915         * gst/videorate/gstvideorate.c: (gst_videorate_event):
17916         * gst/videoscale/gstvideoscale.c:
17917         (gst_videoscale_handle_src_event):
17918         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
17919         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
17920         (gst_ximagesink_navigation_send_event):
17921         * sys/xvimage/xvimagesink.c:
17922         (gst_xvimagesink_navigation_send_event):
17923         Various event updates and cleanups
17924
17925 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17926
17927         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
17928           Fix segfault for I420/YV12.
17929
17930 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17931
17932         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
17933           Report bitrate.
17934
17935 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17936
17937         * gst/playback/gstplaybin.c: (gen_video_element),
17938         (gen_audio_element):
17939           Switch to auto*sink elements as default sinks; add volume element
17940           so that volume control in totem works.
17941
17942 2005-07-21  Wim Taymans  <wim@fluendo.com>
17943
17944         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17945         * gst/playback/gstplaybin.c: (setup_sinks),
17946         (gst_play_bin_change_state):
17947         Refcount fix and more comments.
17948
17949 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17950
17951         * sys/ximage/Makefile.am:
17952         * sys/ximage/ximage.c: (plugin_init):
17953         * sys/ximage/ximagesink.c:
17954         Prepare for adding ximagesrc, rename of plugin to ximage etc.
17955         
17956
17957 2005-07-21  Wim Taymans  <wim@fluendo.com>
17958
17959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
17960         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
17961         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
17962         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17963         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
17964         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
17965         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
17966         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
17967         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
17968         Generate correct disconts for live chained oggs.
17969
17970         * gst-libs/gst/audio/gstbaseaudiosink.c:
17971         (gst_base_audio_sink_render),
17972         (gst_base_audio_sink_create_ringbuffer),
17973         (gst_base_audio_sink_change_state):
17974         Handle discont math correctly.
17975
17976         * gst/playback/gstplaybin.c: (add_sink):
17977         Some small debug cleanup.
17978
17979 2005-07-21  Wim Taymans  <wim@fluendo.com>
17980
17981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
17982         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
17983         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
17984         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17985         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
17986         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
17987         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
17988         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
17989         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17990         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17991         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
17992         (gst_ogg_demux_change_state), (gst_ogg_print):
17993         Reorganize code to send the right disconts when in streaming
17994         mode.
17995
17996 2005-07-20  Andy Wingo  <wingo@pobox.com>
17997
17998         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
17999         fix (?), fixes a seggie mcfalterson (#310894).
18000
18001 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18002
18003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
18004         (gst_ogg_mux_set_header_on_caps):
18005         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18006         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18007         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
18008         * gst-libs/gst/audio/multichannel.c:
18009         (gst_audio_set_channel_positions),
18010         (gst_audio_set_structure_channel_positions_list):
18011         * gst/playback/gstdecodebin.c: (dynamic_create):
18012         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
18013         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18014           Fixes for API changes in core.
18015
18016 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18017
18018         * gst/playback/gstplaybasebin.c: (fill_buffer):
18019           Use _new_custom() so we can set custom message types for buffering
18020           messages.
18021
18022 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18023
18024         * configure.ac:
18025         * gst-libs/gst/Makefile.am:
18026         * gst-libs/gst/gconf/.cvsignore:
18027         * gst-libs/gst/gconf/Makefile.am:
18028         * gst-libs/gst/gconf/test-gconf.c:
18029         * pkgconfig/Makefile.am:
18030         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
18031         * pkgconfig/gstreamer-gconf.pc.in:
18032           Remove gconf stuff, use gconf elements instead from now on.
18033
18034 2005-07-20  Wim Taymans  <wim@fluendo.com>
18035
18036         * gst-libs/gst/audio/TODO:
18037         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
18038         (gst_audio_clock_get_internal_time):
18039         * gst-libs/gst/audio/gstaudioclock.h:
18040         * gst-libs/gst/audio/gstbaseaudiosink.c:
18041         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18042         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
18043         (gst_base_audio_sink_render),
18044         (gst_base_audio_sink_create_ringbuffer),
18045         (gst_base_audio_sink_change_state):
18046         Make sure the audio clock always returns an increasing value.
18047
18048 2005-07-19  Andy Wingo  <wingo@pobox.com>
18049
18050         * gst/videotestsrc/: Cleanups.
18051
18052 2005-07-19  Wim Taymans  <wim@fluendo.com>
18053
18054         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
18055         Better debugging.
18056
18057 2005-07-19  Wim Taymans  <wim@fluendo.com>
18058
18059         * examples/seeking/seek.c: (make_dv_pipeline),
18060         (make_vorbis_theora_pipeline), (query_rates),
18061         (query_positions_elems), (query_positions_pads), (do_seek):
18062         Make correct DV pipeline.
18063
18064 2005-07-18  Andy Wingo  <wingo@pobox.com>
18065
18066         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
18067         default. Also because it's the only thing that really works. (This
18068         is used in the GConf elements).
18069         Use AS_LIBTOOL_TAGS.
18070
18071 2005-07-18  Wim Taymans  <wim@fluendo.com>
18072
18073         * gst/playback/gstdecodebin.c: (remove_element_chain):
18074         * gst/playback/gstplaybin.c: (add_sink):
18075         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18076         (gst_stream_info_set_mute):
18077         * gst/playback/gststreamselector.c:
18078         (gst_stream_selector_get_linked_pad),
18079         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
18080         More leak and compile fixes.
18081
18082 2005-07-18  Wim Taymans  <wim@fluendo.com>
18083
18084         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18085         (query_rates), (query_positions_elems), (query_positions_pads),
18086         (do_seek), (seek_cb), (stop_seek):
18087         Updated seek example. 
18088
18089         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
18090         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
18091         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
18092         * gst/playback/gstplaybin.c: (add_sink):
18093         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18094         (gst_stream_info_set_mute):
18095         Some refcount leak fixes.
18096
18097 2005-07-16  Wim Taymans  <wim@fluendo.com>
18098
18099         * gst-libs/gst/audio/gstbaseaudiosink.c:
18100         (gst_base_audio_sink_render):
18101         Align samples even if we have roundoff errors in the 
18102         timestamp conversion.
18103
18104 2005-07-16  Wim Taymans  <wim@fluendo.com>
18105
18106         * docs/libs/tmpl/gstringbuffer.sgml:
18107         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18108         (query_rates), (query_positions_elems), (query_positions_pads),
18109         (update_scale), (do_seek):
18110         Updated seek example.
18111
18112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18113         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
18114         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
18115         (gst_ogg_demux_loop):
18116         Push out correct discont values.
18117
18118         * ext/theora/theoradec.c: (theora_dec_src_convert),
18119         (theora_dec_sink_convert), (theora_dec_src_getcaps),
18120         (theora_dec_sink_event), (theora_handle_type_packet),
18121         (theora_handle_header_packet), (theora_dec_push),
18122         (theora_handle_data_packet), (theora_dec_chain),
18123         (theora_dec_change_state):
18124         Better timestamping.
18125
18126         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18127         (vorbis_dec_sink_event), (vorbis_dec_push),
18128         (vorbis_handle_data_packet), (vorbis_dec_chain):
18129         * ext/vorbis/vorbisdec.h:
18130         Better timestamping.
18131
18132         * gst-libs/gst/audio/gstbaseaudiosink.c:
18133         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
18134         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18135         Handle syncing on timestamps instead of sample offsets. Make
18136         use of DISCONT values as described in design docs.
18137
18138         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18139         (gst_base_audio_src_get_time):
18140         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
18141         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
18142         (gst_ring_buffer_read):
18143         * gst-libs/gst/audio/gstringbuffer.h:
18144         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
18145         (gst_ximagesink_show_frame):
18146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
18147         Correcly convert buffer timestamp to stream time.
18148
18149 2005-07-16  Wim Taymans  <wim@fluendo.com>
18150
18151         * gst/audioconvert/gstaudioconvert.c:
18152         (gst_audio_convert_get_buffer):
18153         Timestamp buffers correctly.
18154
18155         * gst/playback/gstplaybin.c: (gen_video_element):
18156         Make internal fakesink silent.
18157
18158 2005-07-15  Wim Taymans  <wim@fluendo.com>
18159
18160         * gst/ffmpegcolorspace/Makefile.am:
18161         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18162         (gst_ffmpegcsp_caps_remove_format_info),
18163         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
18164         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
18165         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
18166         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
18167         Ported ffmpegcolorspace to basetransform.
18168
18169         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
18170         * gst/volume/gstvolume.c: (volume_transform):
18171         Ported to new API.
18172
18173 2005-07-14  Wim Taymans  <wim@fluendo.com>
18174
18175         * gst/videotestsrc/Makefile.am:
18176         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
18177         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
18178         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
18179         (gst_videotestsrc_init), (gst_videotestsrc_event),
18180         (gst_videotestsrc_create), (gst_videotestsrc_start),
18181         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
18182         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18183         (gst_videotestsrc_get_property):
18184         * gst/videotestsrc/gstvideotestsrc.h:
18185         Make videotestsrc a pushsrc.
18186
18187 2005-07-14  Wim Taymans  <wim@fluendo.com>
18188
18189         * gst/tcp/gstfdset.c: (gst_fdset_free):
18190         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
18191         (gst_multifdsink_add), (gst_multifdsink_remove),
18192         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18193         (gst_multifdsink_remove_client_link),
18194         (gst_multifdsink_client_queue_data),
18195         (gst_multifdsink_client_queue_caps),
18196         (gst_multifdsink_client_queue_buffer),
18197         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
18198         (gst_multifdsink_stop):
18199         * gst/tcp/gstmultifdsink.h:
18200         0.8 backporting.
18201
18202         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18203         Also draw image when not from a pool.
18204
18205 2005-07-14  Wim Taymans  <wim@fluendo.com>
18206
18207         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18208         (mute_stream), (silence_stream):
18209         Small debug additions.
18210
18211 2005-07-14  Wim Taymans  <wim@fluendo.com>
18212
18213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
18214         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18215         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
18216         Better error recovery, ignore unconnected pads and
18217         non-fatal errors.
18218
18219 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18220
18221         * docs/libs/tmpl/gstaudio.sgml:
18222         * docs/libs/tmpl/gstcolorbalance.sgml:
18223         * docs/libs/tmpl/gstgconf.sgml:
18224         * docs/libs/tmpl/gstmixer.sgml:
18225         * docs/libs/tmpl/gstringbuffer.sgml:
18226         * docs/libs/tmpl/gsttuner.sgml:
18227         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18228         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18229         (gst_tcpclientsrc_class_init):
18230         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18231         (gst_tcpserversrc_class_init):
18232         * sys/v4l/gstv4lelement.c:
18233           more autistic cleanliness in functions/names/defines
18234
18235 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18236
18237         * configure.ac:
18238           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
18239           added manually to each Makefile.am so we are sure it goes
18240           *last* and doesn't add -L flags before linking in libs of our
18241           own, like, say, internal .la libs, that then accidentally pick
18242           up the installed copy.
18243         * docs/libs/Makefile.am:
18244         * ext/alsa/Makefile.am:
18245         * ext/cdparanoia/Makefile.am:
18246         * ext/gnomevfs/Makefile.am:
18247         * ext/libvisual/Makefile.am:
18248         * ext/ogg/Makefile.am:
18249         * ext/theora/Makefile.am:
18250         * ext/vorbis/Makefile.am:
18251         * gst-libs/gst/video/Makefile.am:
18252         * gst/adder/Makefile.am:
18253         * gst/audioconvert/Makefile.am:
18254         * gst/audiorate/Makefile.am:
18255         * gst/audioscale/Makefile.am:
18256         * gst/ffmpegcolorspace/Makefile.am:
18257         * gst/playback/Makefile.am:
18258         * gst/sine/Makefile.am:
18259         * gst/subparse/Makefile.am:
18260         * gst/tags/Makefile.am:
18261         * gst/tcp/Makefile.am:
18262         * gst/typefind/Makefile.am:
18263         * gst/videorate/Makefile.am:
18264         * gst/videoscale/Makefile.am:
18265         * gst/videotestsrc/Makefile.am:
18266         * gst/volume/Makefile.am:
18267         * sys/v4l/Makefile.am:
18268         * sys/ximage/Makefile.am:
18269         * sys/xvimage/Makefile.am:
18270           adapt properly to this change. This should make sure that
18271           plugins and libs properly link to the as-yet-uninstalled
18272           copies of stuff like libgstinterfaces and libgstvideo
18273
18274 2005-07-13  Andy Wingo  <wingo@pobox.com>
18275
18276         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
18277         (gst_v4lsrc_fixate): Fixate on format as well.
18278
18279         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
18280         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
18281         buffer points to it.
18282         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
18283         rather just doing X calls ourselves. Also fixes a memleak.
18284
18285 2005-07-12  Andy Wingo  <wingo@pobox.com>
18286
18287         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
18288         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
18289         (gst_v4lsrc_create): Re-add the copy-mode property, default to
18290         TRUE to avoid deadlocks if an element holds on to our buffers.
18291
18292 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18293
18294         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18295         (gst_sinesrc_init), (gst_sinesrc_create),
18296         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18297         (gst_sinesrc_start):
18298         * gst/sine/gstsinesrc.h:
18299           removing num-buffers property before moving it
18300
18301 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18302
18303         * configure.ac:
18304           use overridable ERROR_CFLAGS
18305         * docs/libs/gst-plugins-base-libs.types:
18306         * docs/libs/tmpl/gstringbuffer.sgml:
18307         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18308         (gst_alsasink_class_init):
18309         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18310         (gst_alsasrc_class_init):
18311         * gst-libs/gst/audio/audio.h:
18312         * gst-libs/gst/audio/gstaudioclock.h:
18313         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
18314         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
18315         (gst_audio_filter_link), (gst_audio_filter_init),
18316         (gst_audio_filter_chain), (gst_audio_filter_set_property),
18317         (gst_audio_filter_get_property),
18318         (gst_audio_filter_class_add_pad_templates):
18319         * gst-libs/gst/audio/gstaudiofilter.h:
18320         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
18321         (gst_audio_filter_template_get_type),
18322         (gst_audio_filter_template_base_init),
18323         (gst_audio_filter_template_class_init),
18324         (gst_audio_filter_template_init),
18325         (gst_audio_filter_template_set_property),
18326         (gst_audio_filter_template_get_property), (plugin_init),
18327         (gst_audio_filter_template_setup),
18328         (gst_audio_filter_template_filter),
18329         (gst_audio_filter_template_filter_inplace):
18330         * gst-libs/gst/audio/gstaudiosink.c:
18331         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18332         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
18333         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18334         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18335         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
18336         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
18337         * gst-libs/gst/audio/gstaudiosink.h:
18338         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18339         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18340         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18341         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
18342         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
18343         (gst_audio_src_class_init), (gst_audio_src_init),
18344         (gst_audio_src_create_ringbuffer):
18345         * gst-libs/gst/audio/gstaudiosrc.h:
18346         * gst-libs/gst/audio/gstbaseaudiosink.c:
18347         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
18348         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18349         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
18350         (gst_base_audio_sink_set_property),
18351         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
18352         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
18353         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
18354         (gst_base_audio_sink_create_ringbuffer),
18355         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
18356         * gst-libs/gst/audio/gstbaseaudiosink.h:
18357         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18358         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
18359         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
18360         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
18361         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
18362         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
18363         (gst_base_audio_src_event), (gst_base_audio_src_create),
18364         (gst_base_audio_src_create_ringbuffer),
18365         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
18366         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18367         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18368         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
18369         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
18370         (gst_ring_buffer_debug_spec_caps),
18371         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
18372         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
18373         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
18374         (gst_ring_buffer_start), (gst_ring_buffer_pause),
18375         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
18376         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18377         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
18378         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
18379         (gst_ring_buffer_clear):
18380         * gst-libs/gst/audio/gstringbuffer.h:
18381         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
18382         (gst_video_sink_class_init), (gst_video_sink_get_type):
18383         * gst-libs/gst/video/videosink.h:
18384         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18385         (gst_multifdsink_class_init),
18386         (gst_multifdsink_handle_client_write),
18387         (gst_multifdsink_change_state):
18388         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18389         (gst_tcpclientsink_setcaps):
18390         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18391         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
18392         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
18393         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18394         (gst_ximagesink_send_pending_navigation),
18395         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
18396         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
18397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18398         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
18399         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
18400         (gst_xvimagesink_send_pending_navigation),
18401         (gst_xvimagesink_navigation_send_event),
18402         (gst_xvimagesink_set_xwindow_id),
18403         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
18404         (gst_xvimagesink_get_type):
18405         more macro splitting
18406
18407 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18408
18409         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
18410           plug a memleak, allows me to import 1479 albums in one go
18411           in jamboree
18412         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18413         (vorbis_handle_type_packet), (vorbis_dec_chain),
18414         (vorbis_dec_change_state):
18415           fix some format strings
18416
18417 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18418
18419         * docs/libs/tmpl/gstcolorbalance.sgml:
18420         * docs/libs/tmpl/gstmixer.sgml:
18421         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18422         (gst_alsasink_set_property), (gst_alsasink_get_property):
18423         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
18424         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
18425           add device property
18426
18427 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18428
18429         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18430         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18431         (audiocast_register_listener), (audiocast_thread_run),
18432         (gst_gnomevfssrc_send_additional_headers_callback),
18433         (gst_gnomevfssrc_received_headers_callback),
18434         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
18435         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
18436         (gst_gnomevfssrc_get_size):
18437           add/clean up debugging
18438         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
18439           cleanups
18440
18441 2005-07-07  Andy Wingo  <wingo@pobox.com>
18442
18443         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
18444         framerate. Need to get a handle on when exactly this function is
18445         called, tho.
18446
18447         * sys/v4l/v4lsrc_calls.h:
18448         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
18449         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
18450         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
18451
18452         * sys/v4l/v4l_calls.h: Cast to V4lElement.
18453         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
18454         v4lelements are sources.
18455
18456         * sys/v4l/gstv4lxoverlay.h:
18457         * sys/v4l/gstv4lxoverlay.c:
18458         * sys/v4l/gstv4ltuner.h:
18459         * sys/v4l/gstv4ltuner.c: Header loc fixen.
18460         
18461         * sys/v4l/gstv4lsrc.h:
18462         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
18463         PushSrc/BaseSrc. Removed most sync-related properties, videorate
18464         or something should handle that. Made a live source.
18465
18466         * sys/v4l/gstv4lelement.h:
18467         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
18468         signals. Some cleanups.
18469
18470         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
18471
18472         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
18473         stuff.
18474
18475         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
18476         stuff.
18477
18478         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
18479
18480 2005-07-07  Wim Taymans  <wim@fluendo.com>
18481
18482         * ext/theora/theoradec.c: (theora_get_query_types),
18483         (theora_dec_src_getcaps), (theora_dec_push):
18484         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
18485         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
18486         Remove deprecated/unused query types.
18487
18488 2005-07-06  Wim Taymans  <wim@fluendo.com>
18489
18490         * ext/alsa/Makefile.am:
18491         * ext/alsa/gstalsaplugin.c: (plugin_init):
18492         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
18493         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18494         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
18495         (gst_alsasrc_class_init), (gst_alsasrc_init),
18496         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
18497         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
18498         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
18499         (gst_alsasrc_reset):
18500         * ext/alsa/gstalsasrc.h:
18501         * gst-libs/gst/audio/Makefile.am:
18502         * gst-libs/gst/audio/gstaudiosink.c:
18503         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18504         (gst_audioringbuffer_start):
18505         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18506         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18507         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
18508         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
18509         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18510         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18511         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
18512         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
18513         * gst-libs/gst/audio/gstaudiosrc.h:
18514         * gst-libs/gst/audio/gstbaseaudiosink.c:
18515         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18516         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
18517         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
18518         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18519         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
18520         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
18521         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
18522         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
18523         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
18524         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
18525         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
18526         (gst_baseaudiosrc_change_state):
18527         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18528         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
18529         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
18530         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
18531         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18532         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
18533         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
18534         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
18535         * gst-libs/gst/audio/gstringbuffer.h:
18536         Added audiosource base classes.
18537         Ported alsasrc, still very basic.
18538
18539 2005-07-06  Wim Taymans  <wim@fluendo.com>
18540
18541         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
18542         (theora_dec_push), (theora_handle_data_packet):
18543         Prepare for better timestamp fix later.
18544
18545         * gst/audioconvert/gstaudioconvert.c:
18546         List most accurate caps first
18547
18548         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
18549         Use proper pad task function.
18550
18551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18552         (gst_xvimagesink_show_frame):
18553         Fix deadlock when alloc failed.
18554
18555 2005-07-05  Andy Wingo  <wingo@pobox.com>
18556
18557         * ext/gnomevfs/gstgnomevfssrc.c:
18558         * gst/sine/gstsinesrc.c:
18559         * gst/tcp/gsttcpserversrc.c:
18560         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
18561
18562         * sys/v4l/: Port from 0.8.
18563
18564         * Many files: Null if we got it....
18565
18566 2005-07-05  Andy Wingo  <wingo@pobox.com>
18567
18568         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
18569         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
18570         Signedness fixes.
18571
18572 2005-07-05  Wim Taymans  <wim@fluendo.com>
18573
18574         * configure.ac:
18575         * gst/tcp/Makefile.am:
18576         * gst/tcp/README:
18577         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18578         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
18579         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
18580         (is_sync_frame), (gst_multifdsink_handle_client_write),
18581         (gst_multifdsink_render), (gst_multifdsink_start),
18582         (gst_multifdsink_stop), (gst_multifdsink_change_state):
18583         * gst/tcp/gstmultifdsink.h:
18584         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
18585         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
18586         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
18587         * gst/tcp/gsttcp.h:
18588         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18589         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
18590         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
18591         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
18592         * gst/tcp/gsttcpclientsink.h:
18593         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18594         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
18595         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
18596         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
18597         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
18598         * gst/tcp/gsttcpclientsrc.h:
18599         * gst/tcp/gsttcpplugin.c: (plugin_init):
18600         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
18601         * gst/tcp/gsttcpserversink.h:
18602         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18603         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
18604         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
18605         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
18606         (gst_tcpserversrc_stop):
18607         * gst/tcp/gsttcpserversrc.h:
18608         * gst/tcp/gsttcpsink.c:
18609         * gst/tcp/gsttcpsink.h:
18610         * gst/tcp/gsttcpsrc.c:
18611         * gst/tcp/gsttcpsrc.h:
18612         Ported tcp plugins to 0.9. 
18613         
18614
18615 2005-07-05  Andy Wingo  <wingo@pobox.com>
18616
18617         * gst/playback/gstplaybasebin.c (fill_buffer):
18618         message_new_application fixen.
18619
18620         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
18621         Style fix.
18622
18623 2005-07-04  Wim Taymans  <wim@fluendo.com>
18624
18625         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18626         Set caps on output buffer.
18627
18628 2005-07-04  Andy Wingo  <wingo@pobox.com>
18629
18630         * ext/gnomevfs/gstgnomevfssrc.c
18631         (gst_gnomevfssrc_received_headers_callback) 
18632         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
18633         hopefully.
18634
18635         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
18636         No refcount leakage.
18637
18638         * configure.ac: Enable -Werror.
18639         
18640         * ext/theora/theoradec.c (theora_dec_src_getcaps):
18641         * gst/audioconvert/bufferframesconvert.c
18642         (buffer_frames_convert_fixate):
18643         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
18644         (gst_audio_convert_fixate):
18645         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
18646         (gst_sinesrc_create): Fixate func changes.
18647         
18648         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18649         (gst_ximagesink_buffer_alloc): Unused var.
18650
18651 2005-07-01  Andy Wingo  <wingo@pobox.com>
18652
18653         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
18654         getcaps to do explicit caps. Needs to be done in all decoders,
18655         possibly via a base class.
18656
18657         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
18658
18659         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
18660         caps on the sink pad, just rely on the pad template. Also, setting
18661         ANY caps on a pad is not valid because the caps are not fixed.
18662
18663         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
18664         caps on the buffer, and get the width from the desired_caps if
18665         they're set.
18666         (gst_ximagesink_renegotiate_size): Implement via setting the
18667         desired_caps on the ximagesink.
18668         (gst_ximagesink_setcaps): Only reset the width of the player if it
18669         wasn't already set. Not sure if this is right.
18670         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
18671
18672         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
18673         that the user wants. NULL unless the window has been resized.
18674
18675         * gst/volume/gstvolume.c (volume_transform): Adapt to
18676         basetransform refcount changes.
18677         
18678 2005-07-01  Andy Wingo  <wingo@pobox.com>
18679
18680         * gst/videoscale/gstvideoscale.c:
18681         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
18682         from BaseTransform, implements a transform_caps. Removed dead code
18683         including some PAR stuff that was never reached -- should probably
18684         be added back somehow.
18685
18686 2005-07-01  Andy Wingo  <wingo@pobox.com>
18687
18688         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
18689         come later.
18690
18691 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18692
18693         * configure.ac:
18694         * docs/libs/Makefile.am:
18695         * docs/libs/gst-plugins-libs.types:
18696         * ext/alsa/Makefile.am:
18697         * ext/alsa/gstalsamixer.h:
18698         * ext/alsa/gstalsamixeroptions.h:
18699         * ext/alsa/gstalsamixertrack.h:
18700         * gst-libs/gst/Makefile.am:
18701         * gst-libs/gst/colorbalance/.cvsignore:
18702         * gst-libs/gst/colorbalance/Makefile.am:
18703         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18704         * gst-libs/gst/colorbalance/colorbalance.c:
18705         * gst-libs/gst/colorbalance/colorbalance.h:
18706         * gst-libs/gst/colorbalance/colorbalance.vcproj:
18707         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18708         * gst-libs/gst/colorbalance/colorbalancechannel.h:
18709         * gst-libs/gst/interfaces/Makefile.am:
18710         * gst-libs/gst/interfaces/colorbalance.c:
18711         (gst_color_balance_class_init):
18712         * gst-libs/gst/interfaces/colorbalance.h:
18713         * gst-libs/gst/interfaces/interfaces-marshal.list:
18714         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
18715         * gst-libs/gst/interfaces/mixer.h:
18716         * gst-libs/gst/interfaces/mixeroptions.h:
18717         * gst-libs/gst/interfaces/navigation.c:
18718         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
18719         * gst-libs/gst/interfaces/tuner.h:
18720         * gst/volume/Makefile.am:
18721         * gst/volume/gstvolume.c:
18722         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18723         * sys/ximage/Makefile.am:
18724         * sys/ximage/ximagesink.c:
18725         * sys/xvimage/Makefile.am:
18726         * sys/xvimage/xvimagesink.c:
18727           fold in all interfaces into an interfaces dir, preserving CVS
18728           history
18729
18730 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18731
18732         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18733           Fix build after riff changes.
18734
18735 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18736
18737         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18738         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18739         (gst_riff_create_video_template_caps),
18740         (gst_riff_create_audio_template_caps),
18741         (gst_riff_create_iavs_template_caps):
18742         * gst-libs/gst/riff/riff-media.h:
18743         * gst-libs/gst/riff/riff-read.h:
18744         * gst-libs/gst/riff/riff.c: (gst_riff_init):
18745           Add gst_riff_init() to initialize the debug category, instead
18746           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
18747
18748 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18749
18750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
18751           Oops, I shouldn't apply hacks.
18752
18753 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18754
18755         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
18756           Remove pad_loop function which doesn't work.
18757
18758 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18759
18760         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
18761           Send EOS when deactivating.
18762         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18763         (check_queue), (queue_threshold_reached), (queue_out_of_data),
18764         (gen_preroll_element), (probe_triggered), (mute_stream),
18765         (silence_stream), (new_decoded_pad), (setup_substreams),
18766         (set_active_source):
18767         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
18768         (remove_sinks), (add_sink):
18769         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
18770           Change for new probe API.
18771
18772 2005-06-29  Wim Taymans  <wim@fluendo.com>
18773
18774         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
18775         * gst-libs/gst/audio/gstbaseaudiosink.c:
18776         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18777         (gst_baseaudiosink_change_state):
18778         * gst-libs/gst/audio/gstbaseaudiosink.h:
18779         * gst-libs/gst/audio/gstringbuffer.c:
18780         (gst_ringbuffer_set_callback):
18781         Fix compilation error.
18782         Ringbuffer starts out as not running.
18783         Free our clock in dispose.
18784         When releasing the ringbuffer we need to renegotiate so
18785         clear the pad caps.
18786
18787 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18788
18789         * autogen.sh:
18790         * configure.ac:
18791         * docs/Makefile.am:
18792         * docs/libs/Makefile.am:
18793         * docs/libs/gst-plugins-libs-docs.sgml:
18794         * docs/libs/gst-plugins-libs-sections.txt:
18795         * docs/libs/gst-plugins-libs.types:
18796         * docs/libs/tmpl/gstaudio.sgml:
18797         * docs/libs/tmpl/gstcolorbalance.sgml:
18798         * docs/libs/tmpl/gstringbuffer.sgml:
18799         * gst-libs/gst/audio/gstringbuffer.c:
18800         (gst_ringbuffer_set_callback):
18801           reinstate gtk-doc docs for plugin libs
18802
18803 2005-06-28  Wim Taymans  <wim@fluendo.com>
18804
18805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18806         (gst_ogg_demux_init):
18807         Removed pad loop function.
18808
18809 2005-06-28  Wim Taymans  <wim@fluendo.com>
18810
18811         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
18812         If we're building a chain we are not in an error case
18813         when we queue a buffer.
18814
18815 2005-06-28  Andy Wingo  <wingo@pobox.com>
18816
18817         * *.c: Don't cast to GstObject before reffing/unreffing.
18818
18819 2005-06-27  Andy Wingo  <wingo@pobox.com>
18820
18821         * gst/videotestsrc/gstvideotestsrc.c
18822         (gst_videotestsrc_activate_push): Activation API changes.
18823
18824         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
18825         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
18826         they have refs on the decodebin.
18827
18828         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
18829         parent class.
18830         (gst_ogg_pad_typefind): Don't leak a pad ref.
18831         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
18832         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
18833         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
18834
18835 2005-06-27  Edward Hervey  <edward@fluendo.com>
18836
18837         * ext/theora/theoradec.c: (theora_dec_change_state): 
18838         re-arranged call to parent's state change in order to avoid locks (or
18839         worse).
18840
18841 2005-06-26  Edward Hervey  <edward@fluendo.com>
18842
18843         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
18844         2nd argument of 'unknow-type' signal is a GstCaps and not a
18845         GstMiniObject
18846
18847 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
18848         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
18849           Set the worker thread's running flag to TRUE before starting the
18850           thread.
18851         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
18852           Catch a failure to add typefind to the bin.
18853
18854 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18855
18856         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18857         (gst_sinesrc_init), (gst_sinesrc_create),
18858         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18859         (gst_sinesrc_start):
18860         * gst/sine/gstsinesrc.h:
18861           add num-buffers and timestamp-offset properties
18862         * gst/videotestsrc/gstvideotestsrc.c:
18863         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
18864         (gst_videotestsrc_get_property):
18865           add timestamp-offset property
18866
18867 2005-06-23  Christian Schaller  <uraeus@gnome.org>
18868
18869         * configure.ac: add videorate
18870         * gst-plugins-base.spec.in: add videorate
18871
18872 2005-06-23  Wim Taymans  <wim@fluendo.com>
18873
18874         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18875         (gst_videorate_getcaps), (gst_videorate_setcaps),
18876         (gst_videorate_event), (gst_videorate_chain):
18877         Fixed videorate, fixating an already fixated caps is not
18878         an error.
18879
18880 2005-06-23  Wim Taymans  <wim@fluendo.com>
18881
18882         * ext/ogg/README:
18883         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
18884         Buffer on caps is not boxed anymore.
18885
18886 2005-06-22  Wim Taymans  <wim@fluendo.com>
18887
18888         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18889         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18890         Set buffers on caps as miniobjects and not as boxed.
18891
18892 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18893
18894         * configure.ac:
18895           back to HEAD
18896
18897 === release 0.9.1 ===
18898
18899 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18900
18901         * .cvsignore:
18902         * NEWS:
18903         * README:
18904         * RELEASE:
18905         * configure.ac:
18906         * po/af.po:
18907         * po/az.po:
18908         * po/cs.po:
18909         * po/en_GB.po:
18910         * po/hu.po:
18911         * po/it.po:
18912         * po/nb.po:
18913         * po/nl.po:
18914         * po/or.po:
18915         * po/sq.po:
18916         * po/sr.po:
18917         * po/sv.po:
18918         * po/uk.po:
18919         * po/vi.po:
18920           updates for release
18921
18922 2005-06-09  Andy Wingo  <wingo@pobox.com>
18923
18924         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
18925         
18926 2005-06-09  Andy Wingo  <wingo@pobox.com>
18927
18928         * configure.ac:
18929         * gst-libs/gst/Makefile.am:
18930         * gst-libs/gst/net/Makefile.am:
18931         Add gstnet to build.
18932
18933 2005-06-09  Andy Wingo  <wingo@pobox.com>
18934
18935         * gst-libs/gst/gconf/gconf.c:
18936         * gst/playback/test.c:
18937         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
18938         fixes.
18939
18940         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
18941
18942         * ext/theora/theoraenc.c (theora_enc_chain): 
18943         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
18944
18945         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
18946         RealPad.
18947
18948 2005-06-02  Wim Taymans  <wim@fluendo.com>
18949
18950         * gst-libs/gst/net/Makefile.am:
18951         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18952         * pkgconfig/gstreamer-libs.pc.in:
18953         Added net stuff, version net lib.
18954
18955 2005-06-02  Wim Taymans  <wim@fluendo.com>
18956
18957         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18958         (query_rates), (query_positions_elems), (query_positions_pads),
18959         (do_seek):
18960         Updated seek example.
18961
18962 2005-06-02  Andy Wingo  <wingo@pobox.com>
18963
18964         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
18965         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
18966         list.
18967
18968         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
18969         remove the typefind, the bin dispose will do it for us. When it's
18970         removed and unreffed, the signal handler will be disconnected,
18971         too.
18972         (unlinked): It's too difficult to disconnect from unlinked
18973         handlers, as they are on pads not elements. Just punt if the pads
18974         aren't grandkids of the bin.
18975
18976 2005-06-02  Wim Taymans  <wim@fluendo.com>
18977
18978         * ext/ogg/README:
18979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18980         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
18981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
18982         * ext/theora/theoradec.c: (theora_dec_src_query),
18983         (theora_handle_data_packet):
18984         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18985         (theora_enc_chain):
18986         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18987         (vorbis_handle_data_packet):
18988         * gst/audioconvert/bufferframesconvert.c:
18989         (buffer_frames_convert_chain):
18990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18991         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18992         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
18993         (gst_ffmpegcsp_chain):
18994         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18995         (gst_videorate_getcaps), (gst_videorate_setcaps),
18996         (gst_videorate_event), (gst_videorate_chain):
18997         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
18998         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
18999         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19000         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
19001         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19002         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19003         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19004         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19005         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
19006         Cleanups and buffer alloc.
19007
19008 2005-05-31  Wim Taymans  <wim@fluendo.com>
19009
19010         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
19011         Don't try to call the delay method when the device is not
19012         opened.
19013
19014 2005-05-31  Wim Taymans  <wim@fluendo.com>
19015
19016         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
19017         Get actual segment size and buffer size after opening
19018         the device.
19019
19020 2005-05-30  Wim Taymans  <wim@fluendo.com>
19021
19022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
19023         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
19024         Also FLUSH upstream, makes the loop function exit faster.
19025         
19026         * ext/theora/theoradec.c: (theora_dec_src_query):
19027         Some more debug info in the query.
19028         
19029         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19030         (gst_ximagesink_setcaps):
19031         Release lock on par error, better error reporting.
19032
19033 2005-05-26  Wim Taymans  <wim@fluendo.com>
19034
19035         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19036         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
19037         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
19038         Clear chains in READY
19039         Queue packets until the chain is activated.
19040
19041 2005-05-25  Wim Taymans  <wim@fluendo.com>
19042
19043         * gst-libs/gst/audio/gstaudiosink.c:
19044         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19045         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19046         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19047         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19048         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19049         (gst_audiosink_create_ringbuffer):
19050         * gst-libs/gst/audio/gstbaseaudiosink.c:
19051         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19052         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19053         (gst_baseaudiosink_set_property), (build_linear_format),
19054         (debug_spec_caps), (debug_spec_buffer),
19055         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19056         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19057         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19058         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19059         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19060         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19061         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19062         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19063         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19064         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19065         (wait_segment), (gst_ringbuffer_commit),
19066         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19067         (gst_ringbuffer_clear):
19068         Various small cleanups.
19069
19070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19071         (gst_audio_convert_change_state):
19072         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
19073         No need to take the locks anymore.
19074
19075 2005-05-25  Wim Taymans  <wim@fluendo.com>
19076
19077         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19078         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
19079         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
19080         (type_found):
19081         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
19082         (group_destroy), (group_commit), (queue_overrun),
19083         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
19084         (mute_stream), (new_decoded_pad), (setup_substreams),
19085         (setup_source), (mute_group_type), (set_active_source),
19086         (gst_play_base_bin_change_state):
19087         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19088         (gen_video_element), (gen_text_element), (gen_audio_element),
19089         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
19090         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
19091         (gst_stream_info_dispose), (gst_stream_info_set_mute):
19092         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19093         Some playbin cleanups mostly refcounting sloppyness.
19094
19095 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19096
19097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19098           Work with streaming input.
19099
19100 2005-05-25  Wim Taymans  <wim@fluendo.com>
19101
19102         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19103         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19104         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19105         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
19106         No need to take the STREAM lock anymore.
19107
19108 2005-05-25  Wim Taymans  <wim@fluendo.com>
19109
19110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
19111         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
19112         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
19113         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
19114         (gst_ogg_demux_sink_activate):
19115         * ext/theora/theoradec.c: (theora_dec_src_event),
19116         (theora_handle_comment_packet), (theora_dec_chain),
19117         (theora_dec_change_state):
19118         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19119         (vorbis_handle_data_packet), (vorbis_dec_chain),
19120         (vorbis_dec_change_state):
19121         Remove STREAM locks as they are taken in core now.
19122         Never set bogus granulepos on vorbis/theora.
19123         Fix leaks in theoradec tag parsing.
19124
19125 2005-05-25  Wim Taymans  <wim@fluendo.com>
19126
19127         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
19128         Fix memleaks, GST_BUFFER_DATA() is not freed.
19129
19130 2005-05-25  Wim Taymans  <wim@fluendo.com>
19131
19132         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19133         Open non-blocking, set to blocking mode afterwards to avoid
19134         lockups when audio device is busy.
19135
19136 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19137
19138         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
19139           This can't be good.
19140
19141 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19142
19143         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19144         (gst_audio_convert_chain), (gst_audio_convert_link_src),
19145         (gst_audio_convert_setcaps):
19146           Implement instant setup switching.
19147
19148 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19149
19150         * gst/playback/gstplaybasebin.c: (probe_triggered):
19151           Fix missing unlock.
19152         * gst/playback/gstplaybin.c: (add_sink):
19153           First add, then link (otherwise pad link fails).
19154
19155 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19156
19157         * examples/Makefile.am:
19158         fix buildbot (make distcheck)
19159
19160 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19161
19162         * gst/playback/gstplaybin.c: (gen_vis_element):
19163           Remove some wrong code. Doesn't work yet.
19164
19165 2005-05-19  Wim Taymans  <wim@fluendo.com>
19166
19167         * gst-libs/gst/net/Makefile.am:
19168         * gst-libs/gst/net/README:
19169         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
19170         (gst_netbuffer_class_init), (gst_netbuffer_init),
19171         (gst_netbuffer_finalize), (gst_netbuffer_copy),
19172         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
19173         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
19174         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
19175         * gst-libs/gst/net/gstnetbuffer.h:
19176         Added buffer subclass to store extra to/from addresses for
19177         network sources/sinks.
19178
19179 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19180
19181         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
19182           Don't lock an unassigned variable.
19183
19184 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19185
19186         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
19187           Increase buffer for video, decrease buffer for other media types.
19188         * gst/playback/gstplaybin.c: (gen_video_element),
19189         (gen_audio_element):
19190           Change names for debugging purposes.
19191
19192 2005-05-18  Wim Taymans  <wim@fluendo.com>
19193
19194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19195         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19196         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19197         (gst_ffmpegcsp_chain):
19198         Enable buffer alloc passthrough if the source and dest
19199         formats are the same.
19200
19201 2005-05-17  Wim Taymans  <wim@fluendo.com>
19202
19203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19204         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
19205         (gst_ogg_demux_chain_unlocked):
19206         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19207         (gst_audio_convert_caps_remove_format_info),
19208         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19209         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
19210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19211         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19212         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
19213         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
19214         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19215         (gst_ffmpegcsp_get_property):
19216         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19217         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19218         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19219         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
19220         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
19221         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19222         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
19223         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
19224         Leak fixes in oggdemux.
19225         Some cleanups in audioconvert.
19226         Make passthrough work along with buffer_alloc etc.
19227         Make buffer_alloc and buffer recycling actually work in
19228         xvimagesink.
19229
19230 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19231
19232         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
19233           make the compiler happy
19234
19235 2005-05-17  Wim Taymans  <wim@fluendo.com>
19236
19237         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
19238         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19239         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
19240         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
19241         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19242         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
19243         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19244         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19245         (gst_xvimagesink_set_xwindow_id):
19246         * sys/xvimage/xvimagesink.h:
19247         Port xvimagesink to new MiniObject.
19248
19249 2005-05-17  Wim Taymans  <wim@fluendo.com>
19250
19251         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19252         (gst_audiofilter_chain):
19253         * gst-libs/gst/audio/gstaudiosink.c:
19254         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19255         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19256         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19257         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19258         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19259         (gst_audiosink_create_ringbuffer):
19260         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19261         (gst_audio_convert_caps_remove_format_info),
19262         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19263         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19264         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19265         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19266         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19267         Fix passthrough in ffmpegcolorspace.
19268         Fix memset in audiosink on wrong memory.
19269
19270 2005-05-16  David Schleef  <ds@schleef.org>
19271
19272         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
19273         to GstMiniObject.
19274
19275 2005-05-16  David Schleef  <ds@schleef.org>
19276
19277         Port from GstData to GstMiniObject.
19278         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
19280         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
19281         (gst_ogg_mux_collected):
19282         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19283         * ext/theora/theoradec.c: (theora_handle_comment_packet),
19284         (theora_handle_data_packet):
19285         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19286         (theora_set_header_on_caps), (theora_enc_chain):
19287         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19288         (vorbis_handle_comment_packet):
19289         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19290         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
19291         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
19292         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
19293         * gst/audioconvert/gstaudioconvert.c:
19294         (gst_audio_convert_get_buffer):
19295         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19296         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
19297         (mute_stream), (silence_stream):
19298         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
19299         * gst/volume/gstvolume.c: (volume_transform):
19300         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19301         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
19302         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
19303         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19304         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
19305         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
19306         (gst_ximagesink_buffer_alloc):
19307         * sys/ximage/ximagesink.h:
19308
19309 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19310
19311         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19312         (fill_buffer), (check_queue), (queue_threshold_reached),
19313         (queue_out_of_data):
19314         * gst/playback/gstplaybasebin.h:
19315           Post buffer-fullness on the bus.
19316
19317 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19318
19319         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19320         (try_to_link_1):
19321         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19322         (group_commit), (probe_triggered), (setup_source),
19323         (gst_play_base_bin_change_state):
19324         * gst/playback/gstplaybasebin.h:
19325         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19326         (gst_play_bin_init), (remove_sinks), (setup_sinks),
19327         (gst_play_bin_change_state):
19328           Move setup_output_pads into a virtual function, remove
19329           group-switch (no longer needed) and redirect (handled by bus
19330           now) signals.
19331
19332 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19333
19334         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19335         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
19336         (get_active_group), (get_building_group), (group_destroy),
19337         (group_commit), (check_queue), (queue_overrun),
19338         (queue_threshold_reached), (queue_out_of_data),
19339         (gen_preroll_element), (remove_groups), (unknown_type),
19340         (add_element_stream), (no_more_pads), (probe_triggered),
19341         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
19342         (setup_substreams), (setup_source), (finish_source),
19343         (prepare_output), (muted_group_change_state),
19344         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19345         (gst_play_base_bin_change_state):
19346         * gst/playback/gstplaybasebin.h:
19347         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19348         (gst_play_bin_init), (gst_play_bin_set_property),
19349         (gen_video_element), (gen_text_element), (gen_audio_element),
19350         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
19351         (gst_play_bin_change_state):
19352         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19353         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
19354         (stream_info_change_state), (gst_stream_info_set_mute),
19355         (gst_stream_info_get_property):
19356         * gst/playback/gststreaminfo.h:
19357         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19358         (gst_stream_selector_get_linked_pad),
19359         (gst_stream_selector_getcaps),
19360         (gst_stream_selector_get_linked_pads),
19361         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19362         * gst/playback/gststreamselector.h:
19363           Rough port of playbin. Needs some more work, but is mostly done,
19364           and uses a few locks in important places, which should make stuff
19365           like chain-switches clean. Still uses GST_STATE() in a few places,
19366           which isn't all that good an idea, subtitles/elements disabled
19367           because no elements to test with and thus probably broken, query
19368           and event handling moved to GstBin, internal thread removed
19369           alltogether because the pipeline does that for us now. Can play
19370           Ogg/Vorbis files. Haven't tested anything else yet.
19371
19372 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19373
19374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
19375           Do no-more-pads (needed for autoplugging).
19376
19377 2005-05-10  Andy Wingo  <wingo@pobox.com>
19378
19379         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
19380         message to the bus with the tags. Still not sent downstream tho.
19381
19382         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
19383         get_parent.
19384         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
19385         avoid refcounting hassles.
19386
19387 2005-05-09  Andy Wingo  <wingo@pobox.com>
19388
19389         * gst/volume/Makefile.am:
19390         * gst/volume/demo.c
19391         * gst/volume/gstvolume.h
19392         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
19393         basetransform. Probably need an audio filter base class.
19394
19395 2005-05-09  Wim Taymans  <wim@fluendo.com>
19396
19397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
19398         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
19399         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
19400         (gst_vorbisenc_chain):
19401         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19402         (gst_audio_convert_caps_remove_format_info),
19403         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19404         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19405         Make caps writable before writing to it.
19406         Fix negotiation in audioconvert some more.
19407
19408 2005-05-09  Wim Taymans  <wim@fluendo.com>
19409
19410         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19411         (gst_videorate_getcaps), (gst_videorate_setcaps),
19412         (gst_videorate_event), (gst_videorate_chain):
19413         Better negotiation.
19414
19415 2005-05-09  Wim Taymans  <wim@fluendo.com>
19416
19417         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19418         (gst_videorate_getcaps), (gst_videorate_setcaps),
19419         (gst_videorate_blank_data), (gst_videorate_init),
19420         (gst_videorate_event), (gst_videorate_chain),
19421         (gst_videorate_change_state):
19422         Port videorate, do a better job at negotiation while we're at
19423         it.
19424
19425 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
19426
19427         * configure.ac:
19428           Disable libvisual
19429
19430         * examples/Makefile.am:
19431         * gst-libs/gst/audio/Makefile.am:
19432         * gst-libs/gst/riff/Makefile.am:
19433         * gst-libs/gst/tag/Makefile.am:
19434         * gst-libs/gst/video/Makefile.am:
19435           Fixups for missing variables.
19436
19437 2005-05-09  Wim Taymans  <wim@fluendo.com>
19438
19439         * examples/seeking/seek.c: (make_theora_pipeline),
19440         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
19441         (query_rates), (query_positions_elems), (query_positions_pads),
19442         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
19443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19444         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
19445         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
19446         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
19447         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
19448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19449         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19450         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19451         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
19452         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
19453         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
19454         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19455         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
19456         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
19457         (theora_dec_src_convert), (theora_dec_sink_convert),
19458         (theora_dec_src_query), (theora_dec_sink_query),
19459         (theora_dec_src_event), (theora_dec_sink_event),
19460         (theora_handle_comment_packet), (theora_handle_type_packet),
19461         (theora_handle_header_packet), (theora_handle_data_packet),
19462         (theora_dec_chain):
19463         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19464         (vorbis_dec_convert), (vorbis_dec_src_query),
19465         (vorbis_dec_sink_query), (vorbis_dec_src_event),
19466         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19467         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19468         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19469         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
19470         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
19471         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
19472         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19473         (gst_play_bin_query):
19474         * gst/playback/test3.c: (update_scale):
19475         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
19476         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
19477         * gst/subparse/gstsubparse.c: (gst_subparse_init):
19478         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19479         (gst_videotestsrc_src_query):
19480         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
19481         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
19482         (paint_hline_YUV9):
19483         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
19484         Port to new query API.
19485         Updated seek.
19486         Cleanups in x[v]imagesink
19487
19488 2005-05-09  Andy Wingo  <wingo@pobox.com>
19489
19490         * ext/alsa/gstalsasink.h:
19491         * ext/gnomevfs/gstgnomevfssrc.c:
19492         (gst_gnomevfssrc_get_icy_metadata):
19493         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
19494         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
19495         * ext/theora/theoradec.c (theora_dec_src_query)
19496         (theora_dec_src_event, theora_dec_sink_event)
19497         (theora_handle_comment_packet, theora_handle_data_packet):
19498         * ext/theora/theoraenc.c (theora_enc_chain):
19499         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
19500         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
19501         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
19502         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
19503         (qt_type_find):
19504         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
19505         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
19506         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
19507         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
19508         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
19509         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
19510         (paint_setup_xBGR8888, paint_setup_RGBx8888)
19511         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
19512         (paint_setup_RGB565, paint_setup_xRGB1555):
19513         * gst/videotestsrc/videotestsrc.h:
19514         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
19515         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
19516         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
19517         GCC4 fixes.
19518         
19519         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
19520         gst_pad_query_position. Fixes oggdemux.
19521
19522 2005-05-08  David Schleef  <ds@schleef.org>
19523
19524         * configure.ac: Require liboil.
19525         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
19526         a few more.
19527         * gst/videotestsrc/videotestsrc.c:
19528         * gst/videotestsrc/videotestsrc.h:
19529
19530 2005-05-06  Wim Taymans  <wim@fluendo.com>
19531
19532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19533         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19534         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19535         Well, unreffing a buffer right before pushing it is asking
19536         for trouble..
19537
19538 2005-05-06  Christian Schaller  <uraeus@gnome.org>
19539
19540         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
19541
19542 2005-05-06  Wim Taymans  <wim@fluendo.com>
19543
19544         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19545         (gst_audio_convert_caps_remove_format_info),
19546         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19547         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19549         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19550         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19551         * gst/sine/Makefile.am:
19552         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
19553         (gst_sinesrc_class_init), (gst_sinesrc_init),
19554         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
19555         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
19556         (gst_sinesrc_update_freq):
19557         * gst/sine/gstsinesrc.h:
19558         * gst/tcp/gstmultifdsink.c:
19559         * sys/xvimage/xvimagesink.c:
19560         Fixed negotiation wrt _peer_get_caps()
19561         Some cleanups.
19562
19563
19564 2005-05-06  Wim Taymans  <wim@fluendo.com>
19565
19566         * gst-libs/gst/audio/gstaudiosink.c:
19567         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19568         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19569         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19570         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19571         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19572         (gst_audiosink_create_ringbuffer):
19573         * gst-libs/gst/audio/gstbaseaudiosink.c:
19574         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19575         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19576         (gst_baseaudiosink_set_property), (build_linear_format),
19577         (debug_spec_caps), (debug_spec_buffer),
19578         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19579         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19580         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19581         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19582         * gst-libs/gst/audio/gstbaseaudiosink.h:
19583         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19584         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19585         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19586         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19587         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19588         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19589         (wait_segment), (gst_ringbuffer_commit),
19590         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19591         (gst_ringbuffer_clear):
19592         * gst-libs/gst/audio/gstringbuffer.h:
19593         Make the base audiosink return an error when there is no
19594         audiobuffer negotiated.
19595
19596 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19597
19598         * ext/Makefile.am:
19599         Disable cdparanoia until someone ports it!
19600
19601 2005-05-06  Wim Taymans  <wim@fluendo.com>
19602
19603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19604         (gst_ogg_demux_sink_activate):
19605         And revert after wingo's revert.. sigh..
19606
19607 2005-05-05  Andy Wingo  <wingo@pobox.com>
19608
19609         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
19610         GObject.
19611         * configure.ac: Return audiorate and subparse from the ghetto.
19612         Re-enable -Wall -Werror.
19613         * gst/subparse/gstsubparse.c:
19614         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
19615         or chain-based. Cleaned up a bit. Not tested.
19616         
19617 2005-05-05  Christian Schaller <christian@fluendo.com> 
19618
19619         * Makefile.am: remove stuff that is not building
19620         * configure.ac: remove stuff that is not building
19621         * examples/Makefile.am: remove stuff that is not building
19622         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
19623         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
19624         * sys/Makefile.am: remove stuff that is not building
19625         * testsuite/Makefile.am: remove stuff that is not building
19626
19627 2005-05-05  Andy Wingo  <wingo@pobox.com>
19628
19629         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19630         * gst-libs/gst/tag/gstvorbistag.c:
19631         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
19632         * gst/adder/gstadder.h:
19633         * gst/audioconvert/gstchannelmix.c:
19634         (gst_audio_convert_fill_one_other):
19635         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
19636         (gst_audiorate_init), (gst_audiorate_chain):
19637         * gst/playback/gstplaybasebin.c: (setup_source):
19638         * gst/playback/test3.c: (update_scale):
19639         Some GCC4 fixes
19640         
19641         * po/af.po:
19642         * po/az.po:
19643         * po/cs.po:
19644         * po/en_GB.po:
19645         * po/hu.po:
19646         * po/it.po:
19647         * po/nb.po:
19648         * po/nl.po:
19649         * po/or.po:
19650         * po/sq.po:
19651         * po/sr.po:
19652         * po/sv.po:
19653         * po/uk.po:
19654         * po/vi.po: Foo
19655
19656 2005-05-05  Wim Taymans  <wim@fluendo.com>
19657
19658         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19659         (gst_audio_convert_caps_remove_format_info),
19660         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
19661         (gst_audio_convert_change_state), (gst_audio_convert_channels):
19662         * gst/videotestsrc/gstvideotestsrc.c:
19663         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
19664         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
19665         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
19666         (gst_videotestsrc_init), (gst_videotestsrc_loop):
19667         Don't ignore _push() return values.
19668         Make sure no processing is done when shutting down.
19669         Videotestsrc pad activation fix.
19670
19671 2005-05-05  Wim Taymans  <wim@fluendo.com>
19672
19673         * gst/adder/Makefile.am:
19674         * gst/adder/gstadder.c: (gst_adder_setcaps),
19675         (gst_adder_class_init), (gst_adder_init),
19676         (gst_adder_request_new_pad), (gst_adder_collected),
19677         (gst_adder_change_state):
19678         * gst/adder/gstadder.h:
19679         Ported adder as an example of a mixer element using
19680         collect pads. Needs more negotiation work.
19681
19682 2005-05-05  Wim Taymans  <wim@fluendo.com>
19683
19684         * ext/theora/theoradec.c: (_inc_granulepos),
19685         (theora_dec_src_event), (theora_dec_sink_event),
19686         (theora_handle_comment_packet), (theora_handle_type_packet),
19687         (theora_handle_header_packet), (theora_handle_data_packet),
19688         (theora_dec_chain):
19689         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19690         (gst_theora_enc_init), (theora_enc_sink_setcaps),
19691         (theora_push_buffer), (theora_push_packet),
19692         (theora_enc_sink_event), (theora_enc_chain),
19693         (theora_enc_change_state), (theora_enc_set_property),
19694         (theora_enc_get_property):
19695         Added stream lock to decoder so that we can serialize
19696         the discont event.
19697         More theoraenc porting, recover from errors, do clean
19698         shutdown.
19699
19700 2005-05-05  Wim Taymans  <wim@fluendo.com>
19701
19702         * ext/ogg/Makefile.am:
19703         * ext/ogg/README:
19704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19705         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
19706         (gst_ogg_print):
19707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19708         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19709         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19710         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19711         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
19712         (gst_ogg_mux_change_state):
19713         Ported ogg muxer.
19714
19715 2005-05-05  Wim Taymans  <wim@fluendo.com>
19716
19717         * docs/design-audiosinks.txt:
19718         * gst-libs/gst/audio/TODO:
19719         * gst-libs/gst/audio/gstaudiosink.c:
19720         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19721         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19722         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19723         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19724         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19725         (gst_audiosink_create_ringbuffer):
19726         * gst-libs/gst/audio/gstbaseaudiosink.c:
19727         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19728         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19729         (gst_baseaudiosink_set_property), (build_linear_format),
19730         (debug_spec_caps), (debug_spec_buffer),
19731         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19732         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19733         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19734         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19735         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19736         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19737         (gst_ringbuffer_release), (gst_ringbuffer_play),
19738         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19739         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19740         (gst_ringbuffer_set_sample), (wait_segment),
19741         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19742         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19743         More work on the audiosink, mostly debugging and a race in
19744         shutdown.
19745
19746 2005-04-28  Wim Taymans  <wim@fluendo.com>
19747
19748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19749         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
19750         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
19751         (vorbis_dec_src_query), (vorbis_dec_src_event),
19752         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19753         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19754         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19755         Don't crap out when seeking back to position 0.
19756
19757 2005-04-28  Wim Taymans  <wim@fluendo.com>
19758
19759         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19760         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19761         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
19762         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
19763         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
19764         Make audio sink configurable, use alsasink as default.
19765
19766 2005-04-28  Wim Taymans  <wim@fluendo.com>
19767
19768         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19769         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19770         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19771         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
19772         (vorbis_dec_change_state):
19773         * ext/vorbis/vorbisdec.h:
19774         Refactor, use STREAM_LOCK.
19775
19776 2005-04-28  Wim Taymans  <wim@fluendo.com>
19777
19778         * ext/theora/theoradec.c: (_inc_granulepos),
19779         (theora_dec_sink_event), (theora_handle_comment_packet),
19780         (theora_handle_type_packet), (theora_handle_header_packet),
19781         (theora_handle_data_packet), (theora_dec_chain),
19782         (theora_dec_change_state):
19783         Refactor a bit, use STREAM_LOCK.
19784
19785 2005-04-28  Wim Taymans  <wim@fluendo.com>
19786
19787         * ext/alsa/Makefile.am:
19788         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
19789         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
19790         (gst_alsa_link), (gst_alsa_close_audio):
19791         * ext/alsa/gstalsaplugin.c: (plugin_init):
19792         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
19793         (gst_alsasink_dispose), (gst_alsasink_base_init),
19794         (gst_alsasink_class_init), (gst_alsasink_init),
19795         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
19796         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
19797         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
19798         (gst_alsasink_reset):
19799         * ext/alsa/gstalsasink.h:
19800         Implement alsasink with simple open/write/close API. 
19801         Make alsa dir build by disabling compilation of code.
19802
19803 2005-04-28  Wim Taymans  <wim@fluendo.com>
19804
19805         * gst-libs/gst/audio/Makefile.am:
19806         * gst-libs/gst/audio/audio.h:
19807         * gst-libs/gst/audio/audioclock.c:
19808         * gst-libs/gst/audio/audioclock.h:
19809         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
19810         (gst_audio_clock_class_init), (gst_audio_clock_init),
19811         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
19812         * gst-libs/gst/audio/gstaudioclock.h:
19813         * gst-libs/gst/audio/gstaudiosink.c:
19814         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19815         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19816         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19817         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19818         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19819         (gst_audiosink_create_ringbuffer):
19820         * gst-libs/gst/audio/gstbaseaudiosink.c:
19821         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19822         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19823         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
19824         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
19825         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19826         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19827         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19828         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19829         * gst-libs/gst/audio/gstbaseaudiosink.h:
19830         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19831         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
19832         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19833         (gst_ringbuffer_release), (gst_ringbuffer_play),
19834         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19835         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19836         (gst_ringbuffer_set_sample), (wait_segment),
19837         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19838         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19839         * gst-libs/gst/audio/gstringbuffer.h:
19840         Make ringbuffer faster and more simple by removing the locks
19841         in the playback thread.
19842         Add sample accurate playback based on buffer sample offsets.
19843         Make the baseaudiosink provide a clock.
19844         Parse caps in the base class.
19845         Correctly handle seeking, flushing and state changes.
19846
19847 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19848
19849         * configure.ac:
19850         * gst/audioconvert/Makefile.am:
19851         * gst/audioscale/Makefile.am:
19852           Fix part of the build.  Come on guys, autogen didn't even work :)
19853
19854 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19855
19856         * configure.ac:
19857         * gst-libs/gst/Makefile.am:
19858         * gst-libs/gst/media-info/.cvsignore:
19859         * gst-libs/gst/media-info/Makefile.am:
19860         * gst-libs/gst/media-info/README:
19861         * gst-libs/gst/media-info/media-info-priv.c:
19862         * gst-libs/gst/media-info/media-info-priv.h:
19863         * gst-libs/gst/media-info/media-info-test.c:
19864         * gst-libs/gst/media-info/media-info.c:
19865         * gst-libs/gst/media-info/media-info.h:
19866         * gst-libs/gst/media-info/media-info.vcproj:
19867         * pkgconfig/Makefile.am:
19868         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19869         * pkgconfig/gstreamer-media-info.pc.in:
19870           Remove media-info, which is also successed by playbin (see Totem
19871           implementation).
19872
19873 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19874
19875         * configure.ac:
19876         * examples/Makefile.am:
19877         * examples/gstplay/.cvsignore:
19878         * examples/gstplay/Makefile.am:
19879         * examples/gstplay/player.c:
19880         * gst-libs/gst/Makefile.am:
19881         * gst-libs/gst/play/.cvsignore:
19882         * gst-libs/gst/play/Makefile.am:
19883         * gst-libs/gst/play/play.c:
19884         * gst-libs/gst/play/play.h:
19885         * gst-libs/gst/play/play.vcproj:
19886         * pkgconfig/Makefile.am:
19887         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19888         * pkgconfig/gstreamer-play.pc.in:
19889           Remove libgstplay, playbin is now the official successor.
19890
19891 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19892
19893         * configure.ac:
19894         * gst-libs/gst/Makefile.am:
19895         * gst-libs/gst/xwindowlistener/Makefile.am:
19896         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19897         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
19898           Remove deprecated xwindowlistener (I've moved xwindowlistening
19899           in the v4l/v4l2 plugins over to serverside).
19900
19901 2005-04-25  David Schleef  <ds@schleef.org>
19902
19903         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
19904         to examples/dynparams.  Examples do not belong interspersed with
19905         source code.
19906         * examples/dynparams/demo-dparams.c:
19907         * gst/sine/Makefile.am:
19908         * gst/sine/demo-dparams.c:
19909
19910 2005-04-25  David Schleef  <ds@schleef.org>
19911
19912         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
19913         * gst-libs/gst/audio/Makefile.am:
19914         * gst-libs/gst/riff/Makefile.am:
19915         * gst-libs/gst/tag/Makefile.am:
19916         * gst-libs/gst/video/Makefile.am:
19917         * gst-libs/gst/xwindowlistener/Makefile.am:
19918
19919         Convert to 0.9 API, seems to work:
19920         * sys/ximage/Makefile.am:
19921         * sys/ximage/ximagesink.c:
19922
19923 2005-04-24  David Schleef  <ds@schleef.org>
19924
19925         Link plugins against libraries:
19926         * ext/alsa/Makefile.am:
19927         * gst/tcp/Makefile.am:
19928
19929         Remove asm code that should be in liboil
19930         * gst/videoscale/Makefile.am:
19931         * gst/videoscale/videoscale_x86_asm.s:
19932
19933         gettext wants these checked in:
19934         * po/af.po:
19935         * po/az.po:
19936         * po/cs.po:
19937         * po/en_GB.po:
19938         * po/hu.po:
19939         * po/it.po:
19940         * po/nb.po:
19941         * po/nl.po:
19942         * po/or.po:
19943         * po/sq.po:
19944         * po/sr.po:
19945         * po/sv.po:
19946         * po/uk.po:
19947         * po/vi.po:
19948
19949 2005-04-24  David Schleef  <ds@schleef.org>
19950
19951         Convert gst_main() to g_main_loop_run()
19952         * gst/playback/decodetest.c: (main):
19953         * gst/playback/test2.c: (main):
19954         * gst/playback/test3.c: (main):
19955         * gst/playback/test4.c: (main):
19956
19957         Link plugins against libraries:
19958         * ext/libvisual/Makefile.am:
19959         * sys/xvimage/Makefile.am:
19960
19961 2005-04-24  David Schleef  <ds@schleef.org>
19962
19963         * configure.ac: Remove idct and resample libs
19964         * gst-libs/gst/Makefile.am: same
19965
19966         Remove usage of gst_library_load():
19967         * ext/alsa/gstalsaplugin.c: (plugin_init):
19968         * ext/libvisual/visual.c: (plugin_init):
19969         * ext/ogg/gstogg.c: (plugin_init):
19970         * ext/theora/theora.c: (plugin_init):
19971         * ext/vorbis/vorbis.c: (plugin_init):
19972         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
19973         * gst/audioscale/gstaudioscale.c:
19974         * gst/adder/gstadder.c: (plugin_init):
19975         * gst/audioconvert/plugin.c: (plugin_init):
19976         * sys/ximage/ximagesink.c: (plugin_init):
19977         * sys/xvimage/xvimagesink.c: (plugin_init):
19978         * gst/tcp/gsttcpplugin.c: (plugin_init):
19979
19980         Link plugins against libraries:
19981         * ext/ogg/Makefile.am:
19982         * ext/theora/Makefile.am:
19983         * ext/vorbis/Makefile.am:
19984         * gst/audioconvert/Makefile.am:
19985
19986         Create proper libraries:
19987         * gst-libs/gst/riff/Makefile.am:
19988         * gst-libs/gst/audio/Makefile.am:
19989         * gst-libs/gst/video/Makefile.am:
19990
19991         Move resample library to audioscale plugin directory:
19992         * gst-libs/gst/resample/Makefile.am:
19993         * gst-libs/gst/resample/README:
19994         * gst-libs/gst/resample/dtof.c:
19995         * gst-libs/gst/resample/dtos.c:
19996         * gst-libs/gst/resample/functable.c:
19997         * gst-libs/gst/resample/private.h:
19998         * gst-libs/gst/resample/resample.c:
19999         * gst-libs/gst/resample/resample.h:
20000         * gst-libs/gst/resample/resample.vcproj:
20001         * gst-libs/gst/resample/test.c:
20002         * gst/audioscale/Makefile.am:
20003         * gst/audioscale/README:
20004         * gst/audioscale/dtof.c:
20005         * gst/audioscale/dtos.c:
20006         * gst/audioscale/functable.c:
20007         * gst/audioscale/private.h:
20008         * gst/audioscale/resample.c:
20009         * gst/audioscale/resample.h:
20010         * gst/audioscale/test.c:
20011
20012         Move tagedit library to gst-libs:
20013         * gst-libs/gst/tag/Makefile.am:
20014         * gst-libs/gst/tag/gstid3tag.c:
20015         * gst-libs/gst/tag/gsttagediting.c:
20016         * gst-libs/gst/tag/gsttageditingprivate.h:
20017         * gst-libs/gst/tag/gstvorbistag.c:
20018         * gst/tags/Makefile.am:
20019         * gst/tags/gstid3tag.c:
20020         * gst/tags/gstvorbistag.c:
20021
20022         Fix for core changes:
20023         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20024         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
20025         (gst_sinesrc_getrange):
20026
20027 2005-04-23  David Schleef  <ds@schleef.org>
20028
20029         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
20030         in gst-plugins in a long time, and properly belongs in liboil.
20031         * gst-libs/gst/idct/Makefile.am:
20032         * gst-libs/gst/idct/README:
20033         * gst-libs/gst/idct/dct.h:
20034         * gst-libs/gst/idct/doieee:
20035         * gst-libs/gst/idct/fastintidct.c:
20036         * gst-libs/gst/idct/floatidct.c:
20037         * gst-libs/gst/idct/idct.c:
20038         * gst-libs/gst/idct/idct.h:
20039         * gst-libs/gst/idct/idtc.vcproj:
20040         * gst-libs/gst/idct/ieeetest.c:
20041         * gst-libs/gst/idct/intidct.c:
20042
20043 2005-04-20  Wim Taymans  <wim@fluendo.com>
20044
20045         * docs/design-audiosinks.txt:
20046         * gst-libs/gst/audio/Makefile.am:
20047         * gst-libs/gst/audio/TODO:
20048         * gst-libs/gst/audio/gstaudiosink.c:
20049         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20050         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20051         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
20052         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20053         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20054         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
20055         (gst_audiosink_class_init), (gst_audiosink_init),
20056         (gst_audiosink_create_ringbuffer):
20057         * gst-libs/gst/audio/gstaudiosink.h:
20058         * gst-libs/gst/audio/gstbaseaudiosink.c:
20059         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
20060         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
20061         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
20062         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
20063         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
20064         (gst_baseaudiosink_create_ringbuffer),
20065         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20066         * gst-libs/gst/audio/gstbaseaudiosink.h:
20067         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20068         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
20069         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
20070         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20071         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
20072         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20073         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
20074         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
20075         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
20076         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
20077         * gst-libs/gst/audio/gstringbuffer.h:
20078         An attempt at a set of audio base classes together with some
20079         design docs.
20080
20081 2005-04-20  Wim Taymans  <wim@fluendo.com>
20082
20083         * gst/audioconvert/Makefile.am:
20084         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20085         (gst_audio_convert_caps_remove_format_info),
20086         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20087         (gst_audio_convert_channels):
20088         Link against audio libs.
20089         Fix audio convert plugin.
20090
20091 2005-04-20  Wim Taymans  <wim@fluendo.com>
20092
20093         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
20094         (gst_ogg_demux_sink_activate):
20095         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20096         (theora_set_header_on_caps), (theora_enc_sink_event),
20097         (theora_enc_chain):
20098         Fix theora encoder.
20099
20100 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20101
20102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
20103         * gst/playback/gstdecodebin.c: (find_compatibles):
20104           Work with staticpadtemplates in elementfactories.
20105
20106 2005-04-12  Wim Taymans  <wim@fluendo.com>
20107
20108         * gst/playback/README:
20109         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20110         (compare_ranks), (print_feature), (gst_decode_bin_init),
20111         (dynamic_create), (dynamic_free), (find_compatibles),
20112         (mimetype_is_raw), (close_pad_link), (got_redirect),
20113         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
20114         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
20115         (gst_decode_bin_change_state):
20116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20117         (gst_play_base_bin_init), (group_destroy), (group_commit),
20118         (check_queue), (queue_overrun), (queue_threshold_reached),
20119         (queue_out_of_data), (gen_preroll_element), (unknown_type),
20120         (new_decoded_pad), (setup_subtitle), (gen_source_element),
20121         (got_redirect), (setup_source), (play_base_eos),
20122         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20123         (gst_play_base_bin_remove_element):
20124         * gst/playback/gstplaybasebin.h:
20125         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20126         (gst_play_bin_init), (gst_play_bin_dispose),
20127         (gst_play_bin_set_property), (gen_video_element),
20128         (gen_text_element), (gen_audio_element), (remove_sinks),
20129         (gst_play_bin_send_event):
20130         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
20131         (stream_info_change_state), (gst_stream_info_set_mute):
20132         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20133         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
20134         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
20135         (gst_stream_selector_chain):
20136         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20137         (main):
20138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
20139         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
20140         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20141         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
20142         Raw and crude port of decodebin. 
20143         Make playbin compile.
20144
20145 2005-04-06  Wim Taymans  <wim@fluendo.com>
20146
20147         * ext/gnomevfs/Makefile.am:
20148         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20149         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20150         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20151         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
20152         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
20153         (gst_gnomevfssrc_stop):
20154         * ext/ogg/Makefile.am:
20155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
20156         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
20157         * ext/theora/Makefile.am:
20158         * ext/theora/theoradec.c: (_inc_granulepos),
20159         (theora_dec_sink_event), (theora_dec_chain):
20160         * ext/vorbis/Makefile.am:
20161         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20162         (vorbis_dec_sink_event), (vorbis_dec_chain):
20163         * gst-libs/gst/audio/Makefile.am:
20164         * sys/xvimage/Makefile.am:
20165         Make gnomevfssrc extend the source base class.
20166         Fix linking against libs in various plugins.
20167
20168 2005-04-06  Andy Wingo  <wingo@pobox.com>
20169
20170         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
20171         GST_BASE_LIBS.
20172
20173         * configure.ac: Add check and AC_SUBST for libgstbase.
20174
20175 2005-03-31  Wim Taymans  <wim@fluendo.com>
20176
20177         * examples/seeking/Makefile.am:
20178         * examples/seeking/cdparanoia.c: (main):
20179         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
20180         (play_cb), (pause_cb), (stop_cb), (main):
20181         * examples/seeking/playbin.c:
20182         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
20183         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
20184         (make_sid_pipeline), (make_vorbis_pipeline),
20185         (make_theora_pipeline), (make_vorbis_theora_pipeline),
20186         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20187         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
20188         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
20189         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
20190         (stop_cb), (main):
20191         * examples/seeking/spider_seek.c:
20192         * examples/seeking/vorbisfile.c:
20193         * ext/gnomevfs/Makefile.am:
20194         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20195         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
20196         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20197         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
20198         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
20199         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
20200         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
20201         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20202         * ext/ogg/README:
20203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
20204         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
20205         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
20206         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
20207         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
20208         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
20209         (gst_ogg_pad_event), (gst_ogg_pad_reset),
20210         (gst_ogg_demux_factory_filter), (compare_ranks),
20211         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
20212         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
20213         (gst_ogg_chain_new), (gst_ogg_chain_free),
20214         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
20215         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
20216         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
20217         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
20218         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
20219         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
20220         (gst_ogg_demux_get_prev_page),
20221         (gst_ogg_demux_deactivate_current_chain),
20222         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
20223         (gst_ogg_demux_bisect_forward_serialno),
20224         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20225         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
20226         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
20227         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
20228         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
20229         (gst_ogg_demux_change_state), (gst_ogg_print):
20230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20231         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
20232         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
20233         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
20234         (gst_ogg_mux_loop):
20235         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20236         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20237         (theora_dec_src_convert), (theora_dec_sink_convert),
20238         (theora_dec_src_query), (theora_dec_src_event),
20239         (theora_dec_sink_event), (theora_dec_chain),
20240         (theora_dec_change_state):
20241         * ext/theora/theoraenc.c: (gst_theora_enc_init),
20242         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
20243         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
20244         (theora_enc_change_state):
20245         * ext/vorbis/Makefile.am:
20246         * ext/vorbis/oggvorbisenc.c:
20247         * ext/vorbis/oggvorbisenc.h:
20248         * ext/vorbis/vorbis.c: (plugin_init):
20249         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20250         (vorbis_dec_src_query), (vorbis_dec_src_event),
20251         (vorbis_dec_sink_event), (vorbis_dec_chain),
20252         (vorbis_dec_change_state):
20253         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20254         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
20255         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20256         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20257         (gst_vorbisenc_change_state):
20258         * ext/vorbis/vorbisenc.h:
20259         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
20260         * gst-libs/gst/audio/audioclock.c:
20261         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20262         (gst_audiofilter_init), (gst_audiofilter_chain):
20263         * gst-libs/gst/audio/testchannels.c: (main):
20264         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
20265         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
20266         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
20267         (gmip_find_track_streaminfo), (gmip_find_track_format):
20268         * gst-libs/gst/media-info/media-info.c:
20269         (gst_media_info_read_idler):
20270         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
20271         (gst_play_get_all_by_interface):
20272         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
20273         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
20274         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20275         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
20276         (gst_riff_parse_info):
20277         * gst-libs/gst/riff/riff-read.h:
20278         * gst-libs/gst/riff/riff.c: (plugin_init):
20279         * gst-libs/gst/video/Makefile.am:
20280         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
20281         (gst_videosink_class_init), (gst_videosink_get_type):
20282         * gst-libs/gst/video/videosink.h:
20283         * gst/audioconvert/bufferframesconvert.c:
20284         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
20285         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
20286         * gst/audioconvert/channelmixtest.c: (main):
20287         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20288         (gst_audio_convert_chain),
20289         (gst_audio_convert_caps_remove_format_info),
20290         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
20291         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
20292         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
20293         (gst_audio_convert_buffer_to_default_format),
20294         (gst_audio_convert_buffer_from_default_format),
20295         (gst_audio_convert_channels):
20296         * gst/audioconvert/gstchannelmix.h:
20297         * gst/ffmpegcolorspace/avcodec.h:
20298         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20299         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20300         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
20301         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
20302         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
20303         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20304         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
20305         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20306         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20307         (dv_type_find):
20308         * gst/videotestsrc/gstvideotestsrc.c:
20309         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
20310         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
20311         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
20312         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
20313         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
20314         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
20315         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
20316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20317         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
20318         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
20319         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
20320         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20321         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20322         (gst_xvimagesink_navigation_send_event),
20323         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
20324         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
20325         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20326         * sys/xvimage/xvimagesink.h:
20327         Plugin port to 0.9, ogg/theora playback should work in the seek
20328         example now.
20329         Removed old examples.
20330         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
20331         explained in 0.9 TODO doc.
20332
20333
20334 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20335
20336         * autogen.sh:
20337         * configure.ac:
20338         * ext/Makefile.am:
20339         * gst/Makefile.am:
20340         * po/POTFILES.in:
20341         * po/af.po:
20342         * po/az.po:
20343         * po/cs.po:
20344         * po/en_GB.po:
20345         * po/hu.po:
20346         * po/it.po:
20347         * po/nb.po:
20348         * po/nl.po:
20349         * po/or.po:
20350         * po/sq.po:
20351         * po/sr.po:
20352         * po/sv.po:
20353         * po/uk.po:
20354         * po/vi.po:
20355         * sys/Makefile.am:
20356         * testsuite/Makefile.am:
20357           remove a whole bunch of plugins.  This module now contains a set
20358           of free reference plugins/elements as agreed.
20359
20360 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20361
20362         * configure.ac:
20363           hunting season on 0.9 is now OPEN
20364
20365 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20366
20367         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20368           Kick the hell out of gcc for not warning me about a symbol conflict.
20369
20370 2005-02-22  Luca Ognibene  <luogni@tin.it>
20371
20372         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20373
20374         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
20375           Don't leak caps string (fixes #168134)
20376
20377         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
20378         (gst_jpegenc_init), (gst_jpegenc_finalize),
20379         (gst_jpegenc_change_state):
20380           Don't leak line buffers and context struct (fixes #168133).
20381
20382 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
20383
20384         * configure.ac:
20385         * ext/dirac/gstdiracdec.cc:
20386         (gst_diracdec_chain):
20387           Since dirac 0.5.0 the framerate in dirac is expressed as a
20388           rational number. Fix build and up requirement to 0.5.0, and
20389           also pass parameters to gst_diracdec_link in the right order
20390           (fixes #167959).
20391
20392 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
20393
20394         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
20395         * ext/faad/gstfaad.h:
20396         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
20397         certain invalid muxed streams, where some packets will contain 
20398         junk after decoder data. Partially fixes #149158.
20399
20400 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
20401         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
20402           Make sure we only write to writable buffers
20403
20404 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
20405
20406         * gst-libs/gst/riff/riff-media.c:
20407         (gst_riff_create_audio_caps_with_data):
20408           Do actually fix invalid RIFF fmt header values for alaw
20409           and mulaw audio instead of just saying so.
20410
20411         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20412           Give gst_riff_create_audio_caps_with_data() a chance to
20413           fix up broken format header fields before extracting any
20414           parameters from the header. (fixes #167633)
20415
20416 2005-02-19  Martin Holters  <martin.holters@gmx.de>
20417
20418         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20419
20420         * gst/audioconvert/bufferframesconvert.c:
20421         (buffer_frames_convert_link):
20422           Don't leak othercaps. (fixes #167878)
20423
20424 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
20425
20426         * configure.ac:
20427         * ext/libvisual/visual.c: (gst_visual_srclink),
20428         (gst_visual_change_state):
20429           Support libvisual 0.2.0.
20430
20431 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
20432
20433         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
20434         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
20435           Use same rowstrides for I420 as used everywhere else.
20436
20437 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
20438
20439         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
20440           Declare variables at beginning of block and make gcc-2.95 happy
20441           (fixes # 167482, patch by Gergely Nagy).
20442           
20443         * gst/tcp/gsttcpclientsrc.c:
20444         * gst/tcp/gsttcpclientsrc.h:
20445           Move some includes into the header, so that struct sockaddr_in is
20446           defined when it should be defined on FreeBSD as well (fixes
20447           #167483).
20448           
20449         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
20450           Don't pass uninitialised values to setsockopt() here either.
20451
20452 2005-02-17  Luca Ognibene  <luogni at tin dot it>
20453
20454         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20455
20456         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
20457           Don't pass uninitialised values to setsockopt(). (fixes #167704)
20458
20459 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20460
20461         * gst/playback/gstplaybin.c: (add_sink):
20462           Invert bin_add/link order to workaround deadlock in opt.
20463
20464 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20465
20466         * gst/modplug/gstmodplug.cc:
20467           Add missing break causing position queries to fail.
20468
20469 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20470
20471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
20472           Granpos can apparently be -1, which screws up calculations...
20473
20474 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
20475
20476         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20477         (gst_ximagesink_send_pending_navigation),
20478         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
20479         (gst_ximagesink_init):
20480         * sys/ximage/ximagesink.h:
20481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20482         (gst_xvimagesink_send_pending_navigation),
20483         (gst_xvimagesink_navigation_send_event),
20484         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
20485         * sys/xvimage/xvimagesink.h:
20486           Use a mutex protected list to marshal navigation
20487           events into the stream thread from whichever thread
20488           sends them.
20489
20490 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
20491
20492         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
20493           Display current position and track length; misc. clean-ups.
20494           
20495         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
20496         (speed_init), (speed_chain):
20497           Add query function, so that the stream length and current position
20498           get adjusted when queried (note that current position queries may
20499           still be wrong if the audio sink returns values based on buffer
20500           timestamps instead of passing on the query).
20501
20502 2005-02-13  Benjamin Otte  <otte@gnome.org>
20503
20504         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20505         (gst_audio_convert_channels):
20506           create channel conversion matrix when linking
20507         * gst/audioconvert/.cvsignore:
20508         * gst/audioconvert/Makefile.am:
20509         * gst/audioconvert/channelmixtest.c: (main):
20510           add (ugly) test that ensures stereo <=> mono conversion works
20511           correctly
20512
20513 2005-02-13  Benjamin Otte  <otte@gnome.org>
20514
20515         * gst/audioconvert/gstchannelmix.h:
20516           include missing header file
20517         * gst/audioconvert/gstchannelmix.c:
20518         (gst_audio_convert_fill_compatible):
20519           use same sign for both channels when converting to/from compatible
20520           channel. Previously used different signs made the signals cancel
20521           each other out and appear like silence. (fixes #167269)
20522
20523 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20524
20525         * gst/ffmpegcolorspace/avcodec.h:
20526         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20527         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20528         (gst_ffmpegcsp_avpicture_fill):
20529         * gst/ffmpegcolorspace/imgconvert.c:
20530           Convert to and from YV12 (fixes #156379).
20531
20532 2005-02-12  Julien MOUTTE  <julien@moutte.net>
20533
20534         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20535         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
20536         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
20537         (gst_ximagesink_expose), (gst_ximagesink_set_property),
20538         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
20539         methods from chain and negotiation and vice versa (Fixes #166142).
20540         * sys/ximage/ximagesink.h: Add stream_lock.
20541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20542         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20543         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20544         (gst_xvimagesink_expose): Check for xcontext before trying to link.
20545
20546 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20547
20548         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
20549           Don't send "Hey! You gave me a NULL pointer you naughty person" as
20550           error message when we can't open the DVD device (when dvdnav_open()
20551           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
20552           the above). Send something more useful instead (fixes #167117).
20553
20554 2005-02-11  Julien MOUTTE  <julien@moutte.net>
20555
20556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20557         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
20558         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20559         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20560         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20561         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
20562         methods from chain and negotiation and vice versa (Fixes #166142).
20563         Fix a possible bug of images in the buffer pool being discarded because
20564         we are looking at the wrong geometry.
20565         * sys/xvimage/xvimagesink.h: Add stream_lock.
20566
20567 2005-02-11  David Schleef  <ds@schleef.org>
20568
20569         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
20570         unsigned int. (fixes #167128)
20571
20572 2005-02-11  David Schleef  <ds@schleef.org>
20573
20574         * gst/librfb/Makefile.am: Testing stuff before committing is
20575           for wimps... and people with fast machines.  Fix stupid
20576           mistake.
20577
20578 2005-02-11  David Schleef  <ds@schleef.org>
20579
20580         * configure.ac: Pull in librfb from my CVS tree, because it is
20581           too small and annoying to be separate.  Move rfbsrc plugin
20582           to gst/.
20583         * ext/Makefile.am:
20584         * ext/librfb/Makefile.am:
20585         * ext/librfb/gstrfbsrc.c:
20586         * gst/librfb/Makefile.am:
20587         * gst/librfb/gstrfbsrc.c:
20588         * gst/librfb/rfb.c:
20589         * gst/librfb/rfb.h:
20590         * gst/librfb/rfbbuffer.c:
20591         * gst/librfb/rfbbuffer.h:
20592         * gst/librfb/rfbbytestream.c:
20593         * gst/librfb/rfbbytestream.h:
20594         * gst/librfb/rfbcontext.h:
20595         * gst/librfb/rfbdecoder.c:
20596         * gst/librfb/rfbdecoder.h:
20597         * gst/librfb/rfbutil.h:
20598
20599 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
20600
20601         * gst/speed/Makefile.am:
20602         * gst/speed/demo-mp3.c: (main):
20603         * gst/speed/filter.func:
20604         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
20605         (speed_class_init), (speed_init), (speed_chain_int16),
20606         (speed_chain_float32), (speed_chain), (speed_set_property),
20607         (speed_get_property), (speed_change_state):
20608         * gst/speed/gstspeed.h:
20609           Fix speed element and make it chain-based (fixes #156467),
20610           and make it handle more than one channel.
20611
20612 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
20613
20614         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
20615         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
20616         (gst_dtsdec_chain), (gst_dtsdec_change_state):
20617         * ext/dts/gstdtsdec.h:
20618           Don't clobber the stack constructing the channels array.
20619           Make the element chain-based. DTS tracks can now be played.
20620           
20621 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
20622
20623         * gst-libs/gst/audio/multichannel.h:
20624         * gst-libs/gst/gconf/gconf.h:
20625         * gst-libs/gst/idct/idct.h:
20626         * gst-libs/gst/media-info/media-info-priv.h:
20627         * gst-libs/gst/play/play.h:
20628         * gst-libs/gst/resample/private.h:
20629         * gst-libs/gst/resample/resample.h:
20630         * gst-libs/gst/riff/riff-ids.h:
20631         * gst-libs/gst/video/video.h:
20632         * gst-libs/gst/video/videosink.h:
20633           Add G_BEGIN_DECLS and G_END_DECLS around headers where
20634           missing, so that they work when included from C++ code.
20635
20636 2005-02-09  David Schleef  <ds@schleef.org>
20637
20638         * testsuite/gst-lint: Check for non-statically scoped
20639           parent_class variables.  This won't be a problem once
20640           plugins are loaded with RTLD_LOCAL.
20641
20642 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20643
20644         * ext/mplex/gstmplexibitstream.cc:
20645           gcc madness.
20646
20647 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20648
20649         * ext/ogg/gstogmparse.c:
20650         * gst/debug/gstnavigationtest.c:
20651           Die, thou faulty symbol pollutors (non-static parent_class).
20652
20653 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20654
20655         * ext/mplex/gstmplexibitstream.cc:
20656           Fix event handling (#165525).
20657
20658 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20659
20660         * ext/mikmod/gstmikmod.c:
20661         * gst/modplug/gstmodplug.cc:
20662           Add missing endianness to template (fixes #165509).
20663
20664 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20665
20666         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
20667           Fix wrong order of reading of optional bytes (#165290).
20668
20669 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20670
20671         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20672           Implement FILLER event awareness.
20673
20674 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20675
20676         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
20677           Fix track calculations (#166208).
20678
20679 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20680
20681         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20682
20683         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
20684         * ext/libpng/gstpngenc.c:
20685           Fix byte-order, use proper fixed caps. Fixes #164197.
20686
20687 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
20688
20689         * configure.ac:
20690           Add dvdlpcmdec 
20691
20692         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
20693         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
20694           Don't push buffers if the src pad isn't negotiated yet.
20695           
20696         * gst/audioconvert/gstaudioconvert.c:
20697         (gst_audio_convert_buffer_to_default_format),
20698         (gst_audio_convert_buffer_from_default_format):
20699           Add support for 24-bit width.
20700
20701         * gst/dvdlpcmdec/.cvsignore:
20702         * gst/dvdlpcmdec/Makefile.am:
20703         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
20704         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
20705         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
20706         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
20707         (plugin_init):
20708         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
20709           New decoder for rearranging DVD LPCM into our audio/x-raw-int
20710           format. Needs support for the channels maps if someone can find 
20711           a DVD LPCM track with > 2 channels.
20712
20713         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
20714         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
20715         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
20716         * gst/mpegstream/gstdvddemux.h:
20717         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
20718         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
20719         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
20720         * gst/mpegstream/gstmpegdemux.h:
20721         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
20722         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
20723         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
20724         (gst_mpeg_parse_handle_src_query),
20725         (gst_mpeg_parse_handle_src_event):
20726           Use audio/x-dvd-lpcm for LPCM output.
20727           Add DTS output.
20728
20729 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20730
20731         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20732
20733         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
20734         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
20735           Add BGRA handling (#165736).
20736
20737 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
20738
20739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20740
20741         * gst/law/alaw-decode.c: (alawdec_link):
20742         * gst/law/alaw-encode.c: (alawenc_link):
20743         * gst/law/mulaw-decode.c: (mulawdec_link):
20744         * gst/law/mulaw-encode.c: (mulawenc_link):
20745           Fix caps memleaks (#166600).
20746
20747 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
20748
20749         * ext/tarkin/mem.h:
20750         * ext/tarkin/wavelet.h:
20751         * ext/tarkin/yuv.h:
20752         * gst/ffmpegcolorspace/avcodec.h:
20753           Include "_stdint.h" instead of <stdint.h>. Fixes build on
20754           systems that don't have stdint.h, like Solaris9 (fixes #166631).
20755
20756 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20757
20758         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
20759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
20760         (gst_xvimagesink_change_state):
20761           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
20762           Xv video (and thereby regenerate Xv colourkey) in clear() so
20763           that PLAY -> READY -> PLAY works (fixes #162504).
20764
20765 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20766
20767         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
20768           Switch to list instead of range, since MJPEG-devices really just
20769           support decimations, not any size.
20770
20771 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20772         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
20773         (gst_mpeg2dec_reset), (free_all_buffers),
20774         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
20775         * ext/mpeg2dec/gstmpeg2dec.h:
20776           The libmpeg2 user-allocated buffer management is awkward, 
20777           to say the least. Hopefully this fixes things.
20778
20779 2005-02-04  Andy Wingo  <wingo@pobox.com>
20780
20781         * gst/audioconvert/bufferframesconvert.c
20782         (buffer_frames_convert_fixate): New function, fixates to 256
20783         frames per buffer by default. (Much better than 1.)
20784         (buffer_frames_convert_init): Set the fixate function for both src
20785         and sink pad.
20786         (buffer_frames_convert_link): After success setting nonfixed caps,
20787         get the negotiated caps so we can know how many buffer-frames it
20788         will be. No idea how this worked at all before.
20789
20790 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20791
20792         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20793         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
20794         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
20795         (handle_sequence), (handle_picture):
20796         * ext/mpeg2dec/gstmpeg2dec.h:
20797           Rearrange buffer tracking and refcounting and refactor
20798           a little for readability. 
20799
20800 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
20801         * sys/v4l/gstv4l.c: (plugin_init):
20802         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
20803         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
20804         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
20805         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
20806         * sys/v4l/gstv4ljpegsrc.h:
20807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
20808         * sys/v4l/v4l_calls.h:
20809         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
20810         (gst_v4lsrc_get_fps):
20811         * sys/v4l/v4lsrc_calls.h:
20812           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
20813           you jpeg inside rgb frames" driver.
20814           Don't error in the v4lsrc link function, just return 
20815           REFUSED.
20816
20817 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20818
20819         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20820         (gst_qcamsrc_open):
20821           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
20822
20823 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20824
20825         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
20826           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
20827
20828 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20829
20830         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
20831           Reset negotiated state on PAUSED->READY.
20832
20833 2005-02-02  David Schleef  <ds@schleef.org>
20834
20835         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
20836         whereever possible.  (Fixes #165997)
20837         * examples/capsfilter/capsfilter1.c: (main):
20838         * examples/dynparams/filter.c: (create_ui):
20839         * examples/seeking/cdparanoia.c: (get_track_info), (main):
20840         * examples/seeking/chained.c: (main):
20841         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
20842         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
20843         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
20844         (make_mpeg_pipeline), (make_mpegnt_pipeline):
20845         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20846         * examples/switch/switcher.c: (main):
20847         * ext/dv/demo-play.c: (main):
20848         * ext/faad/gstfaad.c: (gst_faad_change_state):
20849         * ext/mad/gstmad.c: (gst_mad_chain):
20850         * ext/smoothwave/demo-osssrc.c: (main):
20851         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
20852         (gst_gconf_render_bin_from_description),
20853         (gst_gconf_get_default_audio_sink),
20854         (gst_gconf_get_default_video_sink),
20855         (gst_gconf_get_default_audio_src),
20856         (gst_gconf_get_default_video_src),
20857         (gst_gconf_get_default_visualization_element):
20858         * gst/level/demo.c: (main):
20859         * gst/level/plot.c: (main):
20860         * gst/playback/gstplaybin.c: (gen_video_element),
20861         (gen_audio_element):
20862         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
20863         * gst/playondemand/demo-mp3.c: (setup_pipeline):
20864         * gst/sine/demo-dparams.c: (main):
20865         * gst/spectrum/demo-osssrc.c: (main):
20866         * gst/speed/demo-mp3.c: (main):
20867         * gst/volume/demo.c: (main):
20868         * testsuite/embed/embed.c: (main):
20869
20870 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
20871
20872         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
20873         (gst_tcpclientsink_finalize):
20874         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
20875         (gst_tcpclientsrc_finalize):
20876         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20877         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
20878         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
20879         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
20880           Don't leak the hostname when shutting down.
20881           In tcpserversrc, take a copy of the default hostname.
20882
20883 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20884
20885         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
20886           Set caps to systemstream=TRUE.
20887
20888 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20889
20890         * testsuite/Makefile.am:
20891           Fix more OSX buildbots.
20892
20893 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
20894
20895         * ext/mpeg2dec/gstmpeg2dec.c:
20896           Don't send things to NULL PAD_PEERs
20897
20898         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
20899           Copy-on-write the incoming buffer.
20900
20901         * gst/mpegstream/gstdvddemux.h:
20902         * gst/mpegstream/gstmpegclock.h:
20903         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20904         (normal_seek), (gst_mpeg_demux_handle_src_event):
20905         * gst/mpegstream/gstmpegdemux.h:
20906         * gst/mpegstream/gstmpegpacketize.h:
20907         * gst/mpegstream/gstmpegparse.c:
20908         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
20909         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
20910         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
20911         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
20912         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
20913         * gst/mpegstream/gstmpegparse.h:
20914         * gst/mpegstream/gstrfc2250enc.h:
20915           Various changes to the way time is computed that make seeking and
20916           total time estimation much better here.
20917           Use G_BEGIN/END_DECLS instead of __cplusplus
20918
20919         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
20920           Use gst_buffer_stamp instead of only copying the TIMESTAMP
20921
20922 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20923
20924         * gst/subparse/gstsubparse.c:
20925           Fix OSX buildbot.
20926
20927 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
20928
20929         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
20930         (theora_enc_chain), (theora_enc_change_state):
20931         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20932         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
20933         (gst_vorbisenc_change_state):
20934         * ext/vorbis/vorbisenc.h:
20935           Set granulepos and timestamp correctly for streams not
20936           starting at 0, taking into account the initial delay.
20937
20938 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
20939
20940         * gst/mpegstream/gstdvddemux.c:
20941           Add audio/x-dts to audio pad template caps
20942
20943 2005-01-30  David Schleef  <ds@schleef.org>
20944
20945         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
20946         (create_context), (gst_polypsink_link): Fix silly endianness
20947         bug.  Add some debugging.  Remove float from caps; it doesn't
20948         work.  Attempt to get remote audio working.
20949
20950 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20951
20952         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
20953           Add 3IV2 fourcc.
20954
20955 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20956
20957         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
20958         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
20959         (gst_avi_demux_stream_data):
20960         * gst/avi/gstavidemux.h:
20961           Invert DIB images. Fixes #132341.
20962
20963 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20964
20965         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20966         (gst_ffmpegcsp_chain):
20967           D'oh, reference the palette data, not the palette structure.
20968           Fixes color distortion in #132341.
20969
20970 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20971
20972         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20973           PAR can be non-fixed when not provided as argument (#162626).
20974
20975 2005-01-29  David Moore  <dcm@acm.org>
20976
20977         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20978
20979         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20980         (gst_qtdemux_loop_header):
20981           Re-apply patch from #142272 that allows non-seekable sources,
20982           re-proposed by Daniel Drake <dsd@gentoo.org>.
20983
20984 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20985
20986         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
20987           Use the src template for creating the src pad (#162330).
20988
20989 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20990
20991         * configure.ac:
20992         * ext/musepack/Makefile.am:
20993         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
20994         (gst_musepackdec_init), (gst_musepackdec_dispose),
20995         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
20996         (gst_musepack_stream_init), (gst_musepackdec_loop),
20997         (gst_musepackdec_change_state):
20998         * ext/musepack/gstmusepackdec.cpp:
20999         * ext/musepack/gstmusepackdec.h:
21000         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
21001         (gst_musepack_reader_read), (gst_musepack_reader_seek),
21002         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
21003         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
21004         * ext/musepack/gstmusepackreader.cpp:
21005         * ext/musepack/gstmusepackreader.h:
21006           Update to 1.1 API (#165446).
21007
21008 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21009
21010         * ext/Makefile.am:
21011           Unbreak buildbot.
21012
21013 2005-01-28  Andy Wingo  <wingo@pobox.com>
21014
21015         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
21016         to reflect a different dubious internet source. Add a reference
21017         and some commentary.
21018
21019 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21020
21021         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
21022         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
21023         * gst/playback/gststreamselector.h:
21024           Be more selective when we're redoing caps negotiation from
21025           within the chain function on a stream change.
21026
21027 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21028
21029         * configure.ac:
21030         * ext/Makefile.am:
21031         * ext/amrnb/Makefile.am:
21032         * ext/amrnb/amrnb.c: (plugin_init):
21033         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
21034         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
21035         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
21036         (gst_amrnbdec_state_change):
21037         * ext/amrnb/amrnbdec.h:
21038         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
21039         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
21040         (gst_amrnbparse_init), (gst_amrnbparse_formats),
21041         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
21042         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
21043         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
21044         * ext/amrnb/amrnbparse.h:
21045           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
21046         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21047           Add AMR-NB/-WB raw formats.
21048         * ext/alsa/gstalsa.c: (gst_alsa_link):
21049           Keep valid time when changing format.
21050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21051         (qtdemux_parse_trak):
21052           Add some more format-specific options (#140141, #143555, #155163).
21053
21054 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21055
21056         * gst/matroska/matroska-demux.c:
21057         (gst_matroska_demux_parse_blockgroup):
21058           Fix logic error in timing of subtitle stream synchronization.
21059         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21060           Add skip-chunk, which is found in kodak-camera streams.
21061
21062 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21063
21064         * po/LINGUAS:
21065         * po/vi.po:
21066           Adding Vietnamese translation (submitted by Clytie Siddall)
21067
21068 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21069
21070         * gst/playback/gstdecodebin.c: (try_to_link_1):
21071           Use realpad for signal.
21072
21073 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21074
21075         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
21076           Fix category so decodebin picks it up.
21077
21078 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21079
21080         * ext/mad/Makefile.am:
21081         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
21082         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
21083         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
21084         (found_type), (gst_id3demux_bin_change_state):
21085         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21086         (gst_id3_tag_init), (gst_id3_tag_handle_event),
21087         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21088         (gst_id3_tag_change_state), (plugin_init):
21089         * ext/mad/gstmad.h:
21090           Add id3demuxbin (which is a simple bin consisting of id3demux
21091           and typefind), take over rank from id3demux, remove typefind
21092           code from id3demux. Makes all broken mp3s that I know of work,
21093           and thereby fixes #152688.
21094
21095 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
21096
21097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21098
21099         * ext/mad/gstmad.c: (gst_mad_src_event):
21100         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
21101           Allow seeks on audio pad, make mad forward those (#164826).
21102         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21103           Set duration (#165335).
21104
21105 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21106
21107         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
21108         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
21109         (gst_asf_demux_process_ext_content_desc),
21110         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
21111         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
21112         * gst/asfdemux/gstasfdemux.h:
21113           Improve metadata display, e.g. if the metadata comes before the
21114           streams are loaded (which is perfectly valid).
21115
21116 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21117
21118         * tools/gst-launch-ext-m.m:
21119           Fix AVI/ASF pipelines (#165340).
21120
21121 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
21122         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
21123         build failure on amd64
21124
21125 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
21126
21127         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
21128         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
21129           Check environment variables GST_ID3V2_TAG_ENCODING,
21130           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21131           list of character encodings to force interpretation of non-unicode
21132           strings stored in an ID3v2 tag to a particular encoding. If none
21133           is specified, try to use current locale's encoding, then fall back
21134           to ISO-8859-1 (which will always succeed). (Resolves #149274)
21135         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
21136         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
21137           Check environment variables GST_ID3V1_TAG_ENCODING,
21138           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21139           list of character encodings to use in case a string encountered
21140           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
21141           specified, try to use the current locale's encoding, then fall
21142           back to ISO-8859-1 (which will always succeed).
21143
21144 2005-01-25  Benjamin Otte  <otte@gnome.org>
21145
21146         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21147           - on half framerate, compute the rate in advance so the comparisons
21148             don't compare wrong values
21149           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
21150             behaviour
21151           - don't use mad_header_decode anymore, mad_frame_decode does that
21152             automatically
21153           - when getting rid of consumed bytes, reset the stream's skiplen
21154           (fixes #163867)
21155
21156 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21157
21158         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
21159           Use 1/2 a second for default max_discont, as PES streams from DVB
21160           seem to have larger spacings in the SCR. 
21161           Fix a typo.
21162
21163 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21164
21165         * gst/playback/gstplaybasebin.c: (group_commit):
21166           Notify delayed stream-info availability.
21167
21168 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21169         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
21170         (gst_a52dec_handle_event), (gst_a52dec_chain):
21171         Add some debug output. Check that a discont has a valid
21172         time associated.
21173         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21174         (gst_alsa_sink_loop):
21175         Ignore TAG events. A little extra debug for broken timestamps.
21176         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
21177         (dvdnavsrc_change_state):
21178         Ensure we send a discont to engage the link before we send any
21179         other events.
21180         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
21181         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
21182         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
21183         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
21184         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
21185         dvd://title works in totem because typefinding sends a seek that ends
21186         up going back to chapter 1 regardless.
21187         * ext/mpeg2dec/gstmpeg2dec.c:
21188         * ext/mpeg2dec/gstmpeg2dec.h:
21189         Output correct timestamps and handle disconts.
21190         * ext/ogg/gstoggdemux.c: (get_relative):
21191         Small guard against a null dereference.
21192         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
21193         (gst_textoverlay_set_property):
21194         Free memory when done. Don't call gst_event_filler_get_duration on
21195         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
21196         g_warning.
21197         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
21198         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
21199         (gst_sw_srclink), (gst_smoothwave_chain):
21200         Draw solid lines, prettier colours.
21201         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
21202         Add a default palette that'll work for some movies.
21203         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
21204         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
21205         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
21206         * gst/mpegstream/gstdvddemux.h:
21207         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21208         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
21209         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21210         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
21211         * gst/mpegstream/gstmpegparse.h:
21212         Use PTM/NAV events when for timestamp adjustment when connected to 
21213         dvdnavsrc. Don't use many discont events where one suffices.
21214         * gst/playback/gstplaybasebin.c: (group_destroy),
21215         (gen_preroll_element), (gst_play_base_bin_add_element):
21216         * gst/playback/gstplaybasebin.h:
21217         Make sure we remove subtitles from the same bin we put them in.
21218         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
21219         (gst_subparse_buffer_format_autodetect),
21220         (gst_subparse_change_state):
21221         Fix some memleaks and invalid accesses.
21222         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
21223         (oggskel_type_find), (cmml_type_find), (plugin_init):
21224         Some typefind functions for Annodex v3.0 files
21225         * gst/wavparse/gstwavparse.h:
21226         GstRiffReadClass is the correct parent class.
21227
21228 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21229
21230         * gst-libs/gst/riff/riff-media.c:
21231         (gst_riff_create_video_caps_with_data):
21232           Add extradata to huffyuv (fixes #165013).
21233         * gst-libs/gst/riff/riff-read.c:
21234         (gst_riff_read_strf_vids_with_data):
21235           Fix extradata extraction if it is in the chunk size.
21236
21237 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
21238
21239         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21240
21241         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
21242         (gst_quarktv_change_state), (gst_quarktv_dispose):
21243           Memory free'ing location fix (#164708).
21244
21245 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21246
21247         * gst/playback/gstplaybasebin.c: (group_commit),
21248         (gen_preroll_element), (probe_triggered), (gen_source_element),
21249         (setup_source), (gst_play_base_bin_change_state),
21250         (gst_play_base_bin_add_element):
21251           Don't block for streams.
21252         * gst/playback/gststreaminfo.c: (stream_info_change_state),
21253         (gst_stream_info_set_mute):
21254           Use gst_pad_set_active_recursive.
21255
21256 2005-01-25  Andy Wingo  <wingo@pobox.com>
21257
21258         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
21259         for #ifndef HAVE_XVIDEO.
21260
21261 2005-01-24  Jeffrey C. Ollie
21262
21263         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
21264
21265         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
21266         * ext/gsm/gstgsmdec.h:
21267         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
21268         * ext/gsm/gstgsmenc.h:
21269         Fix rate to 8kHz as per spec, removes obscure errors when no rate
21270         was given by property. Add proper buffer timestamps and offsets.
21271
21272 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21273
21274         * gst-libs/gst/riff/riff-media.c:
21275         (gst_riff_create_audio_caps_with_data):
21276           Audio can be <8000Hz.
21277
21278 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21279
21280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21281           Explicit state change to workaround refcount bugs.
21282
21283 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21284
21285         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
21286         (gst_avimux_riff_get_avi_header):
21287           Fix...
21288
21289 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21290
21291         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
21292         (gst_riff_read_element_data):
21293         * gst-libs/gst/riff/riff-read.h:
21294           Add _peek version (req'ed in CDXA).
21295         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
21296         (gst_cdxaparse_loop):
21297           Fix parsing in playbin.
21298         * gst/playback/gstdecodebin.c: (close_pad_link):
21299           Ignore current_ pads, they cause major annoyance.
21300
21301 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21302
21303         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21304           Safety guard.
21305
21306 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21307
21308         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
21309           Fix padding...
21310
21311 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21312
21313         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
21314           Allow for 0-sized buffers. Fixes length query problems in
21315           starwars.mkv from the testsuite.
21316
21317 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
21318
21319         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
21320         (gst_video_box_i420), (gst_video_box_chain):
21321           Fix row strides for I420 (fixes #163159)
21322           
21323 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21324
21325         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21326           MPEG2 has a useful rate property, so we can actually use that.
21327           For MPEG-1, continue using the bytes/time properties.
21328
21329 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21330
21331         * gst-libs/gst/riff/riff-media.c:
21332         (gst_riff_create_video_caps_with_data),
21333         (gst_riff_create_video_template_caps):
21334           Add intel-h263.
21335
21336 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21337
21338         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21339           Fail if caps negotiation fails. Should fix #162184, and should
21340           definately be in there regardless of it fixing the actual bug.
21341         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
21342         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
21343         (gst_avimux_riff_get_avix_header),
21344         (gst_avimux_riff_get_video_header),
21345         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
21346         (gst_avimux_start_file), (gst_avimux_handle_event),
21347         (gst_avimux_change_state):
21348         * gst/avi/gstavimux.h:
21349           Refactor structure writing to use GST_WRITE_UINT macros, add
21350           metadata writing support.
21351
21352 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21353
21354         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
21355           Elements may already be destroyed when this function is called.
21356
21357 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21358
21359         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21360         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
21361           More memory leak fixes (#149162).
21362
21363 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21364
21365         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21366         (gst_qtdemux_add_stream):
21367           Fix two memleaks.
21368
21369 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21370
21371         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21372           Argh...
21373
21374 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21375
21376         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21377           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
21378           when fixating to six channels in Totem.
21379
21380 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21381
21382         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
21383           Fix compile warnings on Solaris 10 buildbot
21384
21385 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21386
21387         * ext/dvdread/dvdreadsrc.c: (_read):
21388           Don't read beyond the last cell in a chapter (fixes 
21389           invalid memory access)
21390
21391 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21392
21393         * ext/dvdread/stream_labels.c:
21394         (dvdreadsrc_get_audio_stream_labels):
21395           Use NULL for an empty GList instead of g_list_alloc(); fix 
21396           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
21397           of GString (easier to bulk free later)
21398
21399 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21400
21401         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21402
21403         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21404         (gst_ffmpeg_pixfmt_to_caps):
21405           Fix BGRA32 caps (#164209).
21406
21407 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21408
21409         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21410
21411         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21412         (gst_ffmpeg_caps_to_pixfmt):
21413           alpha_mask can be RGBA/ABGR. Fixes #164265.
21414
21415 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
21416
21417         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21418
21419         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
21420         (gst_mpeg2dec_alloc_buffer):
21421         * ext/mpeg2dec/gstmpeg2dec.h:
21422           Crop if decoding size is not the actual image size (#163676).
21423
21424 2005-01-17  Steve Baker  <steve@stevebaker.org>
21425
21426         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21427
21428         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
21429         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
21430           Add libsndfile typefind functions (#163309).
21431
21432 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21433
21434         * tools/gst-launch-ext-m.m:
21435           Add .aac, fix .m1v/.m2v (#163891).
21436
21437 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21438
21439         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
21440           Sanity check, don't wait endlessly since the clock might not
21441           actually run at this point (which is a deadlock). Fixes #164069.
21442
21443 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21444
21445         * gst/playback/gstplaybasebin.c: (probe_triggered):
21446           Of course, only pause if group is done...
21447
21448 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21449
21450         * gst/playback/gstplaybasebin.c: (probe_triggered):
21451           Thread safety.
21452
21453 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
21454
21455         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
21456           Don't return state change success when the parent
21457           failed.
21458
21459 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21460
21461         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
21462           Free events (fix memleak in #162905).
21463
21464 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
21465
21466         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21467
21468         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21469         (gst_ffmpeg_caps_to_pixfmt):
21470           Fix for depth = 15. Fixes #161675.
21471
21472 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21473
21474         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
21475           Set FPS correctly, even for webcams and the like.
21476         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
21477           Don error on setting while capturing.
21478
21479 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21480
21481         * ext/dv/gstdvdec.c:
21482         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21483         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21484           I'm a bad boy. using /1001. to force C to do float division
21485           and not integer division (as it did in my last commit)
21486           Thanks to David I. Lehn for pointing this mistake.
21487
21488 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21489
21490         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21491           Revert Johan's 1.35->1.36 since it breaks compat.
21492
21493 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21494
21495         * ext/dv/gstdvdec.c:
21496         * ext/libfame/gstlibfame.c:
21497         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21498         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21499           replace framerate aproximations by their real value
21500           (24000/1001, 30000/1001, 60000/1001)
21501           Finish fixing bug #164049
21502
21503 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21504
21505         * ext/ogg/gstoggmux.c:
21506           eos/bos debugging
21507         * gst/tcp/gstmultifdsink.c:
21508         * gst/tcp/gstmultifdsink.h:
21509         * gst/tcp/gsttcp.c:
21510         * gst/tcp/gsttcp.h:
21511         * gst/tcp/gsttcpclientsink.c:
21512         * gst/tcp/gsttcpclientsrc.c:
21513         * gst/tcp/gsttcpserversink.c:
21514         * gst/tcp/gsttcpserversrc.c:
21515           improve reusability of elements after state changes and errors
21516           make multifdsink throw away streamheaders when receiving new ones
21517
21518 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21519
21520         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21521           Fix for if items are already in list...
21522
21523 2005-01-12  Benjamin Otte  <otte@gnome.org>
21524
21525         * gst/adder/gstadder.c: (gst_adder_loop):
21526           fix adder a bit so it doesn't screw up with events as much anymore
21527
21528 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
21529
21530         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
21531         (pixbufscale_scale), (gst_pixbufscale_chain):
21532         * ext/gdk_pixbuf/pixbufscale.h:
21533           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
21534           to ensure rowstrides are calculated the same way as 
21535           ffmpegcolorspace
21536           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
21537           that we pick up duration and offset also.
21538
21539 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21540
21541         * gst/avi/gstavimux.c: (gst_avimux_class_init),
21542         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
21543           Reusability fixes.
21544
21545 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21546
21547         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21548         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21549         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21550         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21551           Update flags when requested.
21552
21553 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21554
21555         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21556           Fix dmix.
21557
21558 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21559
21560         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21561         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
21562         (probe_triggered), (new_decoded_pad), (gen_source_element),
21563         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
21564         * gst/playback/gstplaybasebin.h:
21565         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21566         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
21567         (gst_play_bin_change_state):
21568           Implement group-switch signal for use in apps to clear metadata
21569           cache, clean up subtitle, add suburi property instead of # hack,
21570           some error-out fixes.
21571
21572 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21573
21574         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21575           Debug.
21576         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
21577           If we got a state change in the _get handler, don't return success.
21578
21579 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21580
21581         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
21582         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
21583           Make jpegdec quiet on MJPEG decoding
21584         * gst/asfdemux/README:
21585           Fix mimetypes for MJPEG and H263
21586
21587 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21588
21589         * ext/theora/theoradec.c: (theora_dec_chain):
21590           Fix broken code generation by gcc by swapping arguments.
21591         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21592           Fix \n in debug.
21593
21594 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21595
21596         * TODO:
21597           delete this file, it is by far outdated
21598         * ext/alsa/gstalsa.1: remove
21599         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
21600         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
21601         (gst_alsa_get_caps):
21602           Add HW probing for supported sample rates. Fixes #161704
21603
21604 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21605
21606         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21607           Don't crash, biatch! :).
21608
21609 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21610
21611         * ext/musepack/gstmusepackreader.cpp:
21612         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21613           Some work on tags - still doesn't work in playbin...
21614         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21615           Handle events...
21616
21617 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21618
21619         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
21620           Also shove tags on kid pads.
21621
21622 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21623
21624         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21625           Don't bail on unknown events.
21626         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21627           Don't crash on events before negotiation.
21628         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21629           Send tags on pads, too.
21630         * gst/playback/gststreamselector.c:
21631         (gst_stream_selector_request_new_pad):
21632           Forward events on first pad if no input was selected yet.
21633
21634 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21635
21636         * gst/playback/gstplaybasebin.c: (setup_substreams):
21637           Don't disable streamtype if the stream doesn't exist, since
21638           then playing a video after audio will disable both and nothing
21639           will happen. Fixes the testsuite.
21640
21641 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21642
21643         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
21644         (gst_v4l_xoverlay_set_xwindow_id):
21645         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
21646         (gst_v4l2_xoverlay_set_xwindow_id):
21647           Add debug categories, fix overlay disabling.
21648
21649 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21650
21651         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
21652         * ext/alsa/gstalsa.h:
21653           Add HW probing for period_count/size and buffer_size MIX/MAX
21654           Adjust default/user defined value if out of bounds
21655           Should fix bug #162024
21656
21657 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21658
21659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
21660           Fix warning (#161191).
21661
21662 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21663
21664         * ext/dvdread/stream_labels.c:
21665         (dvdreadsrc_get_audio_stream_labels):
21666           Fix warning (init the good variable in switch default)
21667
21668 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
21669
21670         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21671
21672         * gst/tta/gstttaparse.c: (gst_tta_src_event):
21673           Fix gcc-2.95 compile (#163485).
21674
21675 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21676
21677         * configure.ac:
21678         * ext/flac/gstflacenc.c: (gst_flacenc_init),
21679         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21680         (gst_flacenc_tell_callback), (gst_flacenc_chain),
21681         (gst_flacenc_change_state):
21682         * ext/flac/gstflacenc.h:
21683           Update for API change in flac-1.1.1. Update requirement in
21684           configure.ac. Fixes #162974.
21685
21686 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21687
21688         * gst/playback/gstplaybasebin.c: (group_destroy):
21689           Remove hack to get rid of assert and get rid of unlinked
21690           signals properly.
21691
21692 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21693
21694         * gst/playback/gstplaybasebin.c: (setup_source):
21695           Set source to NULL so that resources are free'ed. Fixes issues
21696           with playback of CDDA and similar device-accessing things.
21697
21698 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21699
21700         * testsuite/embed/Makefile.am:
21701           test->noinst, fix make test in buildbot.
21702
21703 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21704
21705         * ext/dvdread/stream_labels.c: new file
21706         * ext/dvdread/stream_labels.h: new file
21707         * ext/dvdread/Makefile.am:
21708         * ext/dvdread/dvdreadsrc.c: (_seek_title):
21709           Extract audio stream label from DVD IFO files.
21710           It only dump them on the console for now, still have to
21711           make playbin aware of them.
21712
21713 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21714
21715         * gst/playback/gstplaybasebin.c: (setup_source):
21716           Fix hanging subs.
21717
21718 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21719
21720         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21721         (gen_preroll_element), (remove_groups), (setup_subtitle),
21722         (gen_source_element), (setup_source):
21723         * gst/playback/gstplaybasebin.h:
21724           Multiple .sub files is just a stupid idea... Fix some threading
21725           mistakes. Interestingly, external .sub files cause playbin to
21726           hang, I don't know why... Parsing fixes contributed by Fran??ois
21727           Kooman <fkooman@tuxed.net>.
21728
21729 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21730
21731         * testsuite/embed/Makefile.am:
21732           Fix buildbot.
21733
21734 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21735
21736         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21737
21738         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21739         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21740         (gst_pngenc_set_property):
21741         * ext/libpng/gstpngenc.h:
21742           Add compression level property (#163323).
21743
21744 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21745
21746         * configure.ac:
21747         * examples/capsfilter/capsfilter1.c: (main):
21748         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21749         * ext/dvdread/Makefile.am:
21750         * ext/dvdread/demo-play:
21751         * ext/dvdread/demo-play.c:
21752         * gconf/gstreamer.schemas.in:
21753         * gst-libs/gst/gconf/gconf.c:
21754         * sys/v4l/TODO:
21755         * testsuite/Makefile.am:
21756         * testsuite/embed/Makefile.am:
21757         * testsuite/embed/embed.c: (cb_expose), (main):
21758           Remove all references to xvideosink, fix examples (#140845).
21759         * gst/playback/gstplaybasebin.c: (group_destroy):
21760           Apparently, disposal does not unlink - so do explicitely.
21761         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21762           Add debug.
21763
21764 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
21765
21766         * README: fix PKG_CONFIG_PATH instructions, what was there
21767         previously was breaking default search path, not nice. 
21768         Fixes #163358
21769
21770 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21771
21772         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
21773         (gst_audioscale_chain):
21774           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
21775           when resampling - how the ^@$^!@^! is this possible?!?
21776
21777 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21778
21779         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21780           Reset variables on READY.
21781         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
21782         (gst_matroska_mux_loop):
21783           Require data before writing header.
21784
21785 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
21786
21787         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21788
21789         * ext/mad/gstmad.c: (gst_mad_chain):
21790           Don't call mad_stream_sync() directly after recovering sync.
21791           Fixes #151661.
21792
21793 2005-01-09  Martin Eikermann  <meiker@upb.de>
21794
21795         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21796
21797         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
21798         (snapshot_handler), (gst_snapshot_sinkconnect),
21799         (gst_snapshot_chain):
21800           Allocate resources when required, fix recursive signal emission
21801           and fix caps. Fixes #161667.
21802
21803 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21804
21805         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21806
21807         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
21808         (gst_pngdec_chain):
21809           Handle only 8-bppc (bits-per-pixel-component) images, better
21810           error handling and correct strides. Fixes #163177.
21811         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
21812         (gst_pngenc_chain):
21813           Better error handling. Fixes #163348.
21814
21815 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21816
21817         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
21818         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
21819         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
21820         (dvdnavsrc_uri_handler_init):
21821           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
21822         * gst/playback/gstplaybasebin.c: (gen_source_element):
21823           Add MMS to streaming URIs.
21824
21825 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21826
21827         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
21828         * sys/xvimage/xvimagesink.c:
21829         (gst_xvimagesink_navigation_send_event):
21830           Check for pad availability before sending event.
21831
21832 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21833
21834         * gst-plugins.spec.in:
21835           Add subparse.
21836
21837 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21838
21839         * configure.ac:
21840           Since we use functions from CVS, up requirement.
21841
21842 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21843
21844         * gst/playback/Makefile.am:
21845         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21846         (group_destroy), (group_commit), (group_is_muted),
21847         (gen_preroll_element), (add_stream), (unknown_type),
21848         (probe_triggered), (preroll_unlinked), (mute_stream),
21849         (silence_stream), (new_decoded_pad), (setup_substreams),
21850         (setup_source), (get_active_source), (mute_group_type),
21851         (muted_group_change_state), (set_active_source),
21852         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
21853         (play_base_eos), (gst_play_base_bin_change_state):
21854         * gst/playback/gstplaybasebin.h:
21855         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
21856         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
21857         (gst_stream_info_dispose), (stream_info_mute_pad),
21858         (stream_info_change_state), (gst_stream_info_set_mute):
21859         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
21860         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
21861         (gst_stream_selector_init), (gst_stream_selector_dispose),
21862         (gst_stream_selector_get_linked_pad),
21863         (gst_stream_selector_get_caps), (gst_stream_selector_link),
21864         (gst_stream_selector_get_linked_pads),
21865         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
21866         * gst/playback/gststreamselector.h:
21867           Adding stream selection support plus required properties for
21868           applications to use this. Fully fixes #100931.
21869
21870 2005-01-08  Benjamin Otte  <otte@gnome.org>
21871
21872         * gst/games/gstpuzzle.c: (nav_event_handler):
21873           - handle nav events differently: forward every event no matter if it
21874             was handled or not.
21875           - translate events
21876           You can now cheat by using navigationtest ! puzzle and moving the
21877           mouse close to the edge of a tile. ;)
21878
21879 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21880
21881         * configure.ac:
21882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21883         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
21884         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
21885         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
21886         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
21887         (gst_ogm_parse_plugin_init):
21888         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
21889         (gst_textoverlay_link), (gst_textoverlay_getcaps),
21890         (gst_textoverlay_event), (gst_textoverlay_video_chain),
21891         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
21892         * ext/pango/gsttextoverlay.h:
21893         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21894         (gst_matroska_demux_handle_seek_event),
21895         (gst_matroska_demux_sync_streams),
21896         (gst_matroska_demux_parse_blockgroup),
21897         (gst_matroska_demux_subtitle_caps),
21898         (gst_matroska_demux_plugin_init):
21899         * gst/matroska/matroska-ids.h:
21900         * gst/playback/gstdecodebin.c: (close_pad_link):
21901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21902         (gen_preroll_element), (remove_groups), (add_stream),
21903         (new_decoded_pad), (setup_subtitles), (gen_source_element),
21904         (setup_source):
21905         * gst/playback/gstplaybasebin.h:
21906         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
21907         * gst/subparse/Makefile.am:
21908         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
21909         (gst_subparse_base_init), (gst_subparse_class_init),
21910         (gst_subparse_init), (gst_subparse_formats),
21911         (gst_subparse_eventmask), (gst_subparse_event),
21912         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
21913         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
21914         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
21915         (parse_mpsub_deinit), (parse_mpsub_init),
21916         (gst_subparse_buffer_format_autodetect),
21917         (gst_subparse_format_autodetect), (gst_subparse_loop),
21918         (gst_subparse_change_state), (gst_subparse_type_find),
21919         (plugin_init):
21920         * gst/subparse/gstsubparse.h:
21921         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
21922         (plugin_init):
21923           Add subtitle support, .sub parser (supports SRT and MPsub),
21924           OGM text support, Matroska UTF-8 text support, deadlock fixes
21925           all over the place, subtitle awareness in decodebin/playbin
21926           and some fixes to textoverlay to handle subtitles in a stream
21927           correctly. Fixes #100931.
21928
21929 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21930
21931         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21932           Check for pad availability before doing a query on it.
21933
21934 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21935
21936         * ext/dv/gstdvdec.c:
21937           really fix bpp24/32 dvdec caps (classic rgba indeed)
21938         * gst/asfdemux/gstasfdemux.c:
21939         (gst_asf_demux_process_ext_content_desc):
21940           don't send text tags if they are empty (bis repetita)
21941
21942 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21943
21944         * ext/dv/gstdvdec.c:
21945          remove unneeded comment from dvdec
21946           (related to DV 4CC codes in AVI files)
21947           moved them in gstreamer/docs/random/mimetypes
21948         * gst/asfdemux/gstasfdemux.c:
21949         (gst_asf_demux_process_ext_content_desc):
21950          don't send text tags if they are empty
21951          fix mem leak on error path
21952         * gst/ffmpegcolorspace/avcodec.h:
21953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21954         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21955         (gst_ffmpegcsp_avpicture_fill):
21956         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
21957         * gst/ffmpegcolorspace/imgconvert_template.h:
21958          adds BGR32 and BGRA32 to ffmpegcolorspace
21959           (still bad colors, fixing it on next commit)
21960           helps with dvdec outputing BGR32
21961
21962 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21963
21964         * ext/dv/gstdvdec.c:
21965          Fix audio caps i just broke (missing ',')
21966         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
21967         (gst_matroska_mux_reset):
21968          Fix typo + add FIXME about old "x-gst-metadata" crap
21969
21970 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21971
21972         * ext/dv/demo-play.c: (main):
21973          xvideosink -> xvimagesink
21974         * ext/dv/gstdvdec.c:
21975          change rgb 32/32 caps to 24/32 (no alpha)
21976          change nb of channels to be a list (2 or 4, not 2)
21977          change sample rate to be a list (32, 44.1, 48 kHz) not a range
21978         * gst/asfdemux/gstasfdemux.c:
21979         (gst_asf_demux_process_ext_content_desc):
21980          Add 'date/year' to extracted metadata list
21981
21982 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21983
21984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21985           The return value of fixate_to does not imply that the requested
21986           value was set, so don't assume.
21987
21988 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
21989
21990         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21991
21992         * ext/libpng/gstpngdec.c:
21993         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
21994         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
21995         * ext/libpng/gstpngenc.h:
21996           Alpha support (encoder; #163161), mime fixage.
21997
21998 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
21999
22000         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22001
22002         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
22003         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
22004         (gst_faac_set_property), (gst_faac_get_property):
22005         * ext/faac/gstfaac.h:
22006           Allow for ADTS output (#153434).
22007
22008 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22009
22010         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22011           Fix against template (#150576).
22012
22013 2005-01-06  Benjamin Otte  <otte@gnome.org>
22014
22015         * gst/games/gstpuzzle.c: (draw_puzzle):
22016           don't draw a puzzle if either width or height of tiles would be 0.
22017
22018 2005-01-06  Benjamin Otte  <otte@gnome.org>
22019
22020         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
22021         (gst_puzzle_class_init), (gst_puzzle_finalize):
22022           no memleaks, please
22023         (gst_puzzle_create), (gst_puzzle_init),
22024         (gst_puzzle_set_property), (gst_puzzle_setup):
22025           change initialization code around so we don't reshuffle on resize
22026         (draw_puzzle):
22027           fix another stupid typo
22028
22029 2005-01-06  Benjamin Otte  <otte@gnome.org>
22030
22031         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
22032           fix stupid typo that borked copying on YUY2
22033
22034 2005-01-06  Benjamin Otte  <otte@gnome.org>
22035
22036         * gst/games/gstpuzzle.c: (draw_puzzle):
22037           fix edges when image sizes aren't multiples of tile sizes
22038
22039 2005-01-06  Benjamin Otte  <otte@gnome.org>
22040
22041         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
22042           make RGB endianness work correctly
22043         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
22044           refactor and fix race with initial shuffling
22045         (nav_event_handler):
22046           allow using the mouse to puzzle
22047         (draw_puzzle):
22048           insist on tiles having width and height as multiples of 4 to get
22049           clean YUV image handling
22050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22051         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
22052           s/DEBUG/LOG/ for common messages
22053         (gst_xvimagesink_navigation_send_event):
22054           fix mouse event translation to not include screen PAR
22055         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22056           fix mouse event translation to actually work
22057
22058 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22059
22060         * gst/asfdemux/gstasfdemux.c:
22061         (gst_asf_demux_process_ext_content_desc):
22062          Extract TrackNumber metadata + clean up code
22063         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
22064          Hope this is the good fix (var used unitialised)
22065
22066 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22067
22068         * ext/faad/gstfaad.c: (gst_faad_chain):
22069           Only increment timestamp if it's valid. Fixes raw AAC streams.
22070
22071 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22072
22073         * configure.ac:
22074         * gst/games/Makefile.am:
22075         * gst/games/gstpuzzle.c:
22076           add a puzzle game with...
22077         * gst/games/gstvideoimage.c:
22078         * gst/games/gstvideoimage.h:
22079           ... full colorspace support (that includes YUV9 and RGB16)) stolen
22080           from videotestsrc and made into something that would be a nice
22081           library for a lot of other plugins.
22082
22083 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22084
22085         * configure.ac:
22086          don't compile faad plugin if a RC of 2.0 is found
22087          Fixes #155346 (and FC1 buildbot)
22088         * gst/asfdemux/gstasfdemux.c:
22089         (gst_asf_demux_process_ext_content_desc):
22090          try to make Solaris compiler happier
22091
22092 2005-01-06  Paul Jack  <pjack@sfaf.org>
22093
22094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22095
22096         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
22097           Fix segfault (#161667).
22098
22099 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22100
22101         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22102           Fix framerate reporting.
22103
22104 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22105
22106         * gst-libs/gst/riff/riff-ids.h:
22107         * gst/wavenc/riff.h:
22108          Add AMR (VBR and CBR) ids to riff.h audio codec list
22109         * gst/asfdemux/gstasfdemux.c:
22110         (gst_asf_demux_process_ext_content_desc),
22111         (gst_asf_demux_process_object):
22112           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
22113
22114 2005-01-05  Martin Eikermann  <meiker@upb.de>
22115
22116         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22117
22118         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22119         (gst_dvd_demux_handle_discont):
22120         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
22121         (gst_mpeg_demux_handle_discont):
22122           Recreate pads on new-media (#160730).
22123         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
22124           Send discont even if manager changes timestamps (#161929).
22125
22126 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
22127
22128         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22129
22130         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
22131           Fix invalid memory access (#159211).
22132
22133 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22134
22135         * examples/gstplay/player.c: (main):
22136           Don't iterate.
22137         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
22138           Add visualizations.
22139         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
22140         (gst_a52dec_handle_frame):
22141           Set duration.
22142         * ext/dvdnav/gst-dvd:
22143           Add audioconvert. Fixes #161325.
22144         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
22145           Explicitely case to gint64. Possible valgrind error.
22146         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
22147         (gst_play_tick_callback), (gst_play_change_state),
22148         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
22149         (gst_play_set_location), (gst_play_get_location),
22150         (gst_play_seek_to_time), (gst_play_set_data_src),
22151         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22152         (gst_play_set_visualization), (gst_play_connect_visualization),
22153         (gst_play_get_framerate), (gst_play_get_all_by_interface),
22154         (gst_play_new):
22155           Use playbin. Fixes #139749 and #147744.
22156         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
22157           Add genre tag.
22158         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
22159         (audioscale_get_type), (gst_audioscale_base_init),
22160         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
22161         (gst_audioscale_getcaps), (gst_audioscale_fixate),
22162         (gst_audioscale_link), (gst_audioscale_get_buffer),
22163         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
22164         (gst_audioscale_init), (gst_audioscale_dispose),
22165         (gst_audioscale_chain), (gst_audioscale_set_property),
22166         (gst_audioscale_get_property), (plugin_init):
22167           Indent properly.
22168         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22169           Fix LPCM.
22170         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
22171         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
22172         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
22173           Add more metadata (fixes #162656).
22174
22175 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22176
22177         * configure.ac:
22178           back to cvs
22179
22180 === release 0.8.7 ===
22181
22182 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22183
22184         * NEWS:
22185         * RELEASE:
22186         * configure.ac:
22187           releasing 0.8.7, "Hyperspace"
22188
22189 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22190
22191         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
22192
22193         * gst/playback/gstplaybasebin.c:
22194          Fix for #162924 - free caps after use, not before
22195
22196 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22197
22198         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22199
22200         * gst/playback/gstplaybasebin.c:
22201         * gst/wavparse/gstwavparse.c:
22202           Fix for #154773 - fixes playback of small .wav files
22203
22204 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22205
22206         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22207
22208         * gst/audioscale/gstaudioscale.c:
22209           Fix for #162819 - make audioscale reusable
22210           Fixes playback of more than one file with playbin/totem
22211
22212 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22213
22214         * gst/ffmpegcolorspace/avcodec.h:
22215         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22216         * gst/ffmpegcolorspace/imgconvert.c:
22217           clean up the mess that made me cry and avoid needless duplication
22218
22219 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22220
22221         * gst/ffmpegcolorspace/imgconvert.c:
22222           give some indication of why we're segfaulting
22223
22224 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22225
22226         * configure.ac:
22227           Fix indentation, fix v4l2 plugin detection.
22228         * ext/Makefile.am:
22229           Fix libmms location (Maciej, use diff -u!).
22230         * ext/alsa/gstalsa.c: (gst_alsa_init):
22231           Initialize caps cache to NULL.
22232         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22233           Only change state on audiosink if it exists.
22234
22235 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
22236
22237         * gst/matroska/matroska-demux.c:
22238         * gst/matroska/matroska-ids.h:
22239         * gst/matroska/matroska-demux.h:
22240         Fix Vorbis streams failing to decode in some files, where cluster_time
22241         isn't 0, because then it doesn't send codec_priv before actual data.
22242         Remove time-based test and replace it with marker set on beginning of
22243         new stream
22244
22245 2004-12-28  David Schleef  <ds@schleef.org>
22246
22247         Merge patch from Ronald fixing problems with streaming
22248         text.
22249         * ext/cairo/gstcairo.c: (plugin_init):
22250         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22251         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22252         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22253         (gst_textoverlay_font_init), (gst_textoverlay_init),
22254         (gst_textoverlay_set_property):
22255         * ext/cairo/gsttextoverlay.h:
22256
22257 2004-12-27  David Schleef  <ds@schleef.org>
22258
22259         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22260         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22261         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22262         (gst_textoverlay_font_init), (gst_textoverlay_init),
22263         (gst_textoverlay_set_property): Improvements to actually
22264         render text as white on black outline on video, including
22265         font selection and horizontal/vertical alignment.  (Ronald's
22266         christmas present)
22267         * ext/cairo/gsttextoverlay.h:
22268
22269 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22270
22271         * ext/ogg/gstogg.c:
22272         * ext/ogg/gstogmparse.c:
22273           fix ogm[audio/video]parse plugin registration
22274           (riff won't load if bytestream is already loaded)
22275
22276 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22277
22278         * gst/audioconvert/gstchannelmix.c:
22279           fix for GLIB < 2.4
22280
22281 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22282
22283         * Makefile.am:
22284         * configure.ac:
22285           disable docs again until it actually passes make distcheck.
22286
22287 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22288
22289         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
22290         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
22291         (plugin_init):
22292           Add 3GP (variables name Q3GP because they can't start with a
22293           number). Add samr audio fourcc (used in .3gp files), decoder
22294           is work in progress. Also do a GST_WARNING instead of ERROR
22295           in case of unknown nodes, to decrease output.
22296
22297 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22298
22299         * Makefile.am:
22300           really fix dist
22301
22302 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22303
22304         * configure.ac:
22305         * ext/speex/gstspeexdec.h:
22306         * ext/speex/gstspeexenc.h:
22307           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
22308           Fix detection code in configure.ac
22309
22310 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22311
22312         * gst/matroska/matroska-demux.c:
22313         (gst_matroska_demux_parse_blockgroup):
22314           Save position, so that queries give proper return values. Don't
22315           know how this could ever have worked before...
22316
22317 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22318
22319         * configure.ac:
22320           Put additional LAME check inside the conditional.  Fixes #152339
22321
22322 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22323
22324         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22325         (gst_avi_demux_stream_scan):
22326           Add some more debug. Fix logic error when setting movi offset
22327           while reading index.
22328
22329 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22330
22331         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22332         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
22333         (gst_avi_demux_process_next_entry):
22334           Add some debugging. Better detection of broken indexes and the
22335           accompanying index recovery. No infinite loops on state changes
22336           when we're still in our loopfunction.
22337
22338 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22339
22340         * configure.ac:
22341           Fix up.
22342
22343 2004-12-22  Archana Shah  <archana.shah@wipro.com>
22344
22345         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22346
22347         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
22348           Normalizing the value before setting
22349         (gst_sunaudiomixer_get_volume):
22350           Normalizing the value after getting. Fixes bug# 161980
22351
22352 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22353
22354         * Makefile.am: Make sure docs gets disted
22355         * docs/Makefile.am: Make sure all needed files get disted
22356         * gst-plugins.spec.in: latest updates
22357
22358 2004-12-22  Wim Taymans  <wim@fluendo.com>
22359
22360         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22361         Revert patch 1.38 as clock distribution over schedulers does
22362         not work correcly in the core yet.
22363
22364 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22365
22366         * sys/oss/README: remove this file, which predates my birth
22367           (and which content is by far outdated)
22368
22369 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
22370
22371         * Makefile.am:
22372         * configure.ac:
22373         * docs/Makefile.am:
22374         * docs/libs/Makefile.am:
22375         * docs/libs/gst-plugins-libs-docs.sgml:
22376         * docs/libs/gst-plugins-libs-sections.txt:
22377         * docs/libs/tmpl/gstgconf.sgml:
22378         * docs/upload.mak:
22379         * docs/version.entities.in:
22380           Added boilerplate gtk-doc files for plugin-libs documentation.
22381
22382 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22383
22384         * gst/auparse/gstauparse.c: fix int and float audio caps
22385
22386 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22387
22388         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22389         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22390           g_assert() can be a macro, don't use #ifdef inside it.
22391
22392 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
22393
22394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22395
22396         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
22397         (gst_videorate_init), (gst_videorate_chain),
22398         (gst_videorate_change_state):
22399           Event handling (fixes #159986).
22400
22401 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22402
22403         * gst-libs/gst/riff/riff-media.c:
22404         (gst_riff_create_video_caps_with_data):
22405           Add BLZ0 (Blizzard's version of DivX) fourcc.
22406
22407 2004-12-18  David Schleef  <ds@schleef.org>
22408
22409         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
22410         portability fix.
22411
22412 2004-12-18  David Schleef  <ds@schleef.org>
22413
22414         * gst/tta/ttadec.h: Disable some header code that isn't used
22415         and clearly isn't portable.
22416
22417 2004-12-18  David Schleef  <ds@schleef.org>
22418
22419         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
22420         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22421         (avcodec_get_pix_fmt), (avpicture_layout),
22422         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
22423         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
22424         Fix code to not use GCC extensions (and c99 extensions that
22425         Forte does not like.)
22426
22427 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22428
22429         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22430
22431         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
22432         (gst_deinterlace_chain):
22433           Rowstride fixes. Fixes #161039.
22434         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
22435         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
22436         (gst_video_crop_getcaps), (gst_video_crop_link),
22437         (gst_video_crop_i420), (gst_video_crop_chain),
22438         (gst_video_crop_change_state):
22439           Rework of negotiation. Actually works now. Fixes #158650.
22440
22441 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22442
22443         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
22444           That was very stupid.
22445
22446 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22447
22448         * gst/matroska/matroska-demux.c:
22449         (gst_matroska_demux_parse_blockgroup):
22450           Fix possible crasher.
22451
22452 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22453
22454         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
22455         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
22456           Lace sizes can be zero.
22457
22458 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22459
22460         * ext/musepack/gstmusepackdec.cpp:
22461           Fetch error return values. Fixes #161624.
22462         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
22463           Really EOS.
22464
22465 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22466
22467         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
22468           Work for truncated (unfinished download etc.) files. Fixes #160514.
22469
22470 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22471
22472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22473           Fix for integer overflow. Makes #156001 not crash. Probably masks
22474           the real bug.
22475
22476 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22477
22478         * gst/ac3parse/gstac3parse.c: (plugin_init):
22479           Parsers never have ranks. Fixes #159651.
22480
22481 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22482
22483         * gst/playback/gstdecodebin.c: (compare_ranks):
22484           make sure the facotries are ordered the same every time even if they
22485           have the same rank by using the name
22486         * gst/playback/gstdecodebin.c: (find_compatibles):
22487           make sure we don't add factories to the list twice
22488
22489 2004-12-16  David Schleef  <ds@schleef.org>
22490
22491         * configure.ac: look for musepack headers as musepack/*.h
22492         (fixes #159847)
22493         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
22494         * ext/musepack/gstmusepackreader.h: same
22495
22496 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22497
22498         * gst-libs/gst/riff/riff-read.c:
22499         (gst_riff_read_strf_auds_with_data):
22500           Read extradata correctly (fixes #155879).
22501
22502 2004-12-16  David Schleef  <ds@schleef.org>
22503
22504         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
22505         audio.  does _not_ attempt or allow conversion unless channels
22506         is 1 or 2.
22507
22508 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22509
22510         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
22511
22512 2004-12-16  David Schleef  <ds@schleef.org>
22513
22514         * gst/audioscale/gstaudioscale.c: the resample library only
22515         handles 1 or 2 channels.  Change caps to compensate.
22516
22517 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22518
22519         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
22520         (gst_matroska_demux_audio_caps):
22521           Some MPEG-AAC hacks, because else it doesn't work...
22522
22523 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22524
22525         * gst-libs/gst/riff/riff-media.c:
22526         (gst_riff_create_video_caps_with_data),
22527         (gst_riff_create_video_template_caps):
22528           Add h264.
22529
22530 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22531
22532         * gst-libs/gst/audio/Makefile.am:
22533           Try to fix buildbot.
22534
22535 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22536
22537         * gst/tcp/gstmultifdsink.c:
22538           Clean up and uniformize debugging.
22539
22540 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
22541
22542         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22543
22544         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22545         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
22546         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
22547         (gst_mpeg_demux_change_state):
22548           Reset on ready. Fixes 160276.
22549
22550 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22551
22552         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22553
22554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22555         (gst_ffmpegcsp_pad_link):
22556           Fix memleak (#154815).
22557
22558 2004-12-16  James Bowes  <bowes@cs.dal.ca>
22559
22560         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22561
22562         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
22563         (gst_musicbrainz_init), (gst_musicbrainz_chain),
22564         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
22565         * ext/musicbrainz/gsttrm.h:
22566           Add support for using a proxy server when getting a trm id from
22567           the MusicBrainz database (#149613).
22568
22569 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
22570
22571         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22572
22573         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
22574         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22575           Fix memleaks (#157233).
22576
22577 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22578
22579         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22580
22581         * gst-libs/gst/resample/resample.c: (gst_resample_close):
22582         * gst-libs/gst/resample/resample.h:
22583         * gst/audioscale/gstaudioscale.c:
22584           Fix memleak (#159215).
22585
22586 2004-12-16  Toni Willberg  <toniw@iki.fi>
22587
22588         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22589
22590         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
22591         * sys/oss/oss_probe.c: (main):
22592           Check for mono/stereo support (similar to samplerate probing),
22593           fixes #159433. Also add missing copyright header to oss_probe.c.
22594
22595 2004-12-15  David Schleef  <ds@schleef.org>
22596
22597         * configure.ac: add audioresample and cairo plugins.  Remove
22598         HAVE_MMX stuff, because it's not used.
22599         * ext/Makefile.am: same
22600         * ext/audioresample/Makefile.am: You are not ready for an
22601         audio resampling element based on audioresample.
22602         * ext/audioresample/gstaudioresample.c:
22603         * ext/audioresample/gstaudioresample.h:
22604         * ext/cairo/Makefile.am: You are not ready for overlay elements
22605         based on cairo.  Don't look too closely, these elements kinda
22606         suck right now.
22607         * ext/cairo/gstcairo.c: new
22608         * ext/cairo/gsttextoverlay.c: new
22609         * ext/cairo/gsttextoverlay.h: new
22610         * ext/cairo/gsttimeoverlay.c: new
22611         * ext/cairo/gsttimeoverlay.h: new
22612         * gst-libs/gst/media-info/media-info-priv.h: fix compile
22613         problem with compilers that don't support variadic macros.
22614
22615 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
22616
22617         Reviewed by:  David Schleef  <ds@schleef.org>
22618
22619         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
22620         Bala, registering sunaudiosrc (oops!), and cleaning up code a
22621         bit.  Also ran indent-gst.
22622         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
22623         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
22624         (gst_sunaudiosrc_setparams):
22625
22626 2004-12-14  David Schleef  <ds@schleef.org>
22627
22628         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
22629         output rate to 16000.  Should fix #160235.
22630
22631 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22632
22633         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22634         Add typefinding for mpeg2 pes streams
22635
22636 2004-12-13  David Schleef  <ds@schleef.org>
22637
22638         * configure.ac:  Applied patch from bug #143659, making default
22639         sources and sinks OS-dependent (for Solaris), and added code
22640         for OS/X.
22641         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
22642
22643 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22644
22645         * gst-libs/gst/riff/riff-media.c:
22646           forgot to add h2.64 to avidemux template caps
22647
22648 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22649
22650         * gst/wavenc/riff.h:
22651         * gst-libs/gst/riff/riff-media.c:
22652         * gst-libs/gst/riff/riff-ids.h:
22653         * gst/avi/gstavimux.c
22654         add 4CC code for VideoSoft h264 in AVI (VSSH)
22655           fixes bug #160655
22656         remove s323 from riff, it's quicktime specific :(
22657
22658 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22659
22660         * gst/asfdemux/README
22661         * gst/wavenc/riff.h
22662         * gst-libs/gst/riff/riff-ids.h
22663         * gst-libs/gst/riff/riff-media.c
22664         * gst/qtdemux/qtdemux.c:
22665           add new 4CC codes for h263 related codecs
22666           fixes partially bug #155163
22667
22668 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
22669
22670         * configure.ac: Update polyaudio requirement to 0.7
22671         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
22672
22673 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22674
22675         * gst/interleave/deinterleave.c:
22676         fix my name's spelling! :)
22677
22678 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22679
22680         * AUTHORS ChangeLog
22681         * gst/auparse/gstauparse.c
22682         * gst/interleave/deinterleave.c
22683         * gst/law/:
22684                 alaw-decode.c alaw-encode.c
22685                 mulaw-decode.c mulaw-encode.c
22686         * gst/oneton/gstoneton.c
22687         * sys/osxaudio/:
22688                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
22689         * sys/osxvideo/:
22690                 cocoawindow.h cocoawindow.m
22691                 osxvideosink.h osxvideosink.m
22692
22693         put the same mail address for Zaheer Abbas Merali everywhere
22694
22695 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22696
22697         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
22698           Align by packetsize, and assert that we a packet available before
22699           playing. The first makes webstreams work (they often include
22700           trailing padding data in a packet), the second allows pausing a
22701           ASF stream in totem without getting demux errors afterwards.
22702
22703 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22704
22705         * ext/ogg/gstoggdemux.c: (get_relative):
22706           Check for non-NULL before accessing member (end-of-chain).
22707
22708 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22709
22710         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22711         (cdparanoia_set_property), (cdparanoia_get_property):
22712         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22713         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
22714         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22715         (dvdreadsrc_init), (dvdreadsrc_set_property),
22716         (dvdreadsrc_get_property):
22717         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
22718         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
22719           Synchronize property names where not yet the case. Devices are
22720           now device=X, other versions are deprecated (but still exist).
22721           Also use g_free() unconditionally.
22722         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22723         (setup_source), (gst_play_base_bin_get_property):
22724           Expose source.
22725
22726 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22727
22728         * configure.ac: move GCONF macro outside conditional for the am
22729           conditional. Fixes #160439
22730
22731 2004-12-08  David Schleef  <ds@schleef.org>
22732
22733         * tools/gst-visualise-m.m: Switch to elements that currently
22734         exist.
22735
22736 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22737
22738         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22739           We love wrong commas.
22740
22741 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22742
22743         * gst/matroska/matroska-demux.c:
22744         (gst_matroska_demux_handle_src_query):
22745           Don't set DEFAULT, unsupported - makes length display incorrectly
22746           in some cases.
22747
22748 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22749
22750         * gst/monoscope/README: remove blurb about files being GPL
22751         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
22752         * gst/monoscope/monoscope.c: Change license to BSD with explanation
22753           monoscope is now effectively LGPL licensed
22754
22755 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22756
22757         * gst/monoscope/README: Update information to be more correct
22758         * gst/monoscope/convolve.c: Relicense to LGPL
22759         * gst/monoscope/convolve.h: Relicense to LGPL
22760
22761 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
22762
22763         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22764           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
22765         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
22766           set default_duration for mpeg1 audio
22767
22768 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22769
22770         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
22771         * ext/alsa/gstalsa.h:
22772           refactor big chunks of the core caps negotiation code to make it
22773           a lot faster, because people claim it's really slow
22774           (actually, just cache the getcaps when the device is opened)
22775
22776 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22777
22778         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
22779         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
22780         (gst_a52dec_handle_frame), (gst_a52dec_chain),
22781         (gst_a52dec_change_state), (plugin_init):
22782         * ext/a52dec/gsta52dec.h:
22783           Do something useful with timestamps. Make chain-based (since
22784           there's really no reason to be loopbased).
22785         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
22786           Update current_byte/frame correctly.
22787
22788 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22789
22790         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
22791         (gst_ape_demux_stream_init):
22792           Forward tags, too.
22793
22794 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22795
22796         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
22797           Let's make sure we're done typefinding when detecting tags.
22798
22799 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22800
22801         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
22802         (gst_ebml_read_init), (gst_ebml_read_use_event),
22803         (gst_ebml_read_element_id), (gst_ebml_peek_id),
22804         (gst_ebml_read_seek), (gst_ebml_read_skip),
22805         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
22806         (gst_ebml_read_master):
22807         * gst/matroska/ebml-read.h:
22808         * gst/matroska/matroska-demux.c:
22809         (gst_matroska_demux_parse_contents),
22810         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
22811           Disgustingly evil hack for working around INTERRUPT events and
22812           their extremely annoying habit of being a pain in the ass. We
22813           simply peek a cluster before reading any of it.
22814
22815 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22816
22817         * ext/musepack/gstmusepackdec.cpp:
22818           There's also floating point libmusepacks.
22819
22820 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22821
22822         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
22823         (gst_faad_chanpos_to_gst), (gst_faad_chain):
22824           Set DURATION even if source buffer didn't. Also use increasing
22825           timestamps.
22826         * gst-libs/gst/riff/riff-media.c:
22827         (gst_riff_create_audio_caps_with_data):
22828           Block_align can have larger values than 8192.
22829
22830 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22831
22832         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
22833         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
22834         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
22835         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
22836           Fix caps.
22837
22838 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22839
22840         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22841           Fix logic bug.
22842
22843 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22844
22845         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
22846           Yay, another one.
22847
22848 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22849
22850         * ext/esd/esdsink.c: (gst_esdsink_chain):
22851           Make error actually say something useful (fixes #156798).
22852         * gst-libs/gst/riff/riff-media.c:
22853         (gst_riff_create_video_caps_with_data),
22854         (gst_riff_create_video_template_caps):
22855           Add Intel Video 5.0 fourcc (IV50).
22856
22857 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
22858
22859         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
22860         detection on mono and stereo mp3 files.
22861
22862 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22863
22864         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22865           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
22866           the contained stream).
22867
22868 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22869
22870         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
22871           Oops, remove debug.
22872
22873 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22874
22875         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22876
22877         * gst/law/alaw-decode.c: (alawdec_getcaps):
22878         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
22879           Prevent warnings when negotiating caps (fixes #159338).
22880
22881 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22882
22883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22884         (gst_ffmpegcsp_chain):
22885           Remove old leftover that shouldn't be there...
22886
22887 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22888
22889         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22890
22891         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
22892           Don't forward DISCONT events (fixes #159684).
22893
22894 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22895
22896         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
22897           Unlink manually since sometimes bin disposal (and therefore
22898           pad unlinking) is delayed, which will cause a new media file
22899           to not be able to start playing instantly.
22900
22901 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22902
22903         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
22904           On mute of an unlinked stream, check for pad availability so
22905           we don't crash on unlinked pad.
22906
22907 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22908
22909         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22910         (gst_avi_demux_massage_index):
22911           Fix quite humiliating bug in omitting 0-sized index chunks but
22912           forgetting to count them for timestamps.
22913
22914 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22915
22916         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
22917           Actually leave the loop if we failed to sync. Don't crash.
22918
22919 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22920
22921         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
22922         (gst_dvd_demux_process_private):
22923         * gst/mpegstream/gstdvddemux.h:
22924           Fix crash (#159759). Doesn't work, though. :-(.
22925
22926 2004-11-28  Benjamin Otte  <otte@gnome.org>
22927
22928         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
22929           more overwriting protection due to modifying channels one by one
22930           instead of all at once
22931
22932 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22933
22934         * gst/audioconvert/gstchannelmix.c:
22935         (gst_audio_convert_fill_normalize):
22936           Normalize using absolute values.
22937
22938 2004-11-28  Julien MOUTTE  <julien@moutte.net>
22939
22940         * configure.ac:
22941         * ext/Makefile.am:
22942         * ext/directfb/Makefile.am:
22943         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
22944         (gst_directfbvideosink_get_pixel_format),
22945         (gst_directfbvideosink_get_format_from_fourcc),
22946         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
22947         (gst_directfbvideosink_sink_link),
22948         (gst_directfbvideosink_change_state),
22949         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
22950         (gst_directfbvideosink_buffer_alloc),
22951         (gst_directfbvideosink_interface_supported),
22952         (gst_directfbvideosink_interface_init),
22953         (gst_directfbvideosink_navigation_send_event),
22954         (gst_directfbvideosink_navigation_init),
22955         (gst_directfbvideosink_set_property),
22956         (gst_directfbvideosink_get_property),
22957         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
22958         (gst_directfbvideosink_base_init),
22959         (gst_directfbvideosink_class_init),
22960         (gst_directfbvideosink_get_type), (plugin_init):
22961         * ext/directfb/directfbvideosink.h: Adding a first version of
22962         directfbvideosink.
22963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
22964         more.
22965
22966 2004-11-28  Benjamin Otte  <otte@gnome.org>
22967
22968         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
22969           walk the samples backwards if out_channels > in_channels so we don't
22970           overwrite data
22971
22972 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22973
22974         * gst/audioconvert/Makefile.am:
22975         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22976         (gst_audio_convert_link), (gst_audio_convert_change_state),
22977         (gst_audio_convert_channels):
22978         * gst/audioconvert/gstchannelmix.c:
22979         (gst_audio_convert_unset_matrix),
22980         (gst_audio_convert_fill_identical),
22981         (gst_audio_convert_fill_compatible),
22982         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
22983         (gst_audio_convert_fill_others),
22984         (gst_audio_convert_fill_normalize),
22985         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
22986         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
22987         * gst/audioconvert/gstchannelmix.h:
22988           Implement a channel mixer.
22989
22990 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
22991
22992         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
22993         * ext/alsa/gstalsa.h:
22994         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
22995         Make alsasink actually honor gst_element_set_clock and use that
22996         clock instead of its internal one.
22997
22998 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
22999
23000         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
23001         (gst_play_base_bin_change_state): nullify source and decoder when
23002         going from READY to NULL so that we don't try to do weird stuff with
23003         them when going from NULL to READY
23004         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
23005         instead of g_object_unref
23006         (gen_video_element), (gen_audio_element): more refcounting fixes, now
23007         it should be correct
23008         (gst_play_bin_change_state): don't call remove_sinks if we are
23009         currently disposing the object
23010
23011 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23012
23013         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23014           Don't forget bass if it's there. Else left channel is silent...
23015
23016 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23017
23018         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
23019         (gst_a52dec_change_state):
23020           Don't do sample adjusting anymore, we use float audio now.
23021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
23022           Don't fixate to non-existing properties.
23023
23024 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23025
23026         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
23027         (gst_a52dec_change_state):
23028           Advertise that we can do surround sound.
23029
23030 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23031
23032         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
23033           Add buffer-frames=0.
23034         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
23035         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
23036         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
23037         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
23038         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
23039         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
23040         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
23041         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
23042         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
23043         * ext/dvdread/dvdreadsrc.h:
23044           Add seeking, querying for bytes, sectors, title, angle and
23045           chapter. Handle multiple chapters. Relicense to LGPL because
23046           Billy agreed on that (thanks Billy!).
23047
23048 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23049
23050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
23051         call parent dispose method
23052
23053 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
23054
23055         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
23056         (gst_audio_clock_get_internal_time):
23057         Fix active <-> inactive transitions: ensure time value always
23058         grows and avoid abrupt value changes.
23059
23060 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
23061
23062         * configure.ac:
23063         * gst/tta/Makefile.am:
23064         * gst/tta/crc32.h:
23065         * gst/tta/filters.h:
23066         * gst/tta/gsttta.c:
23067         * gst/tta/gstttadec.c:
23068         * gst/tta/gstttadec.h:
23069         * gst/tta/gstttaparse.c:
23070         * gst/tta/gstttaparse.h:
23071         * gst/tta/ttadec.h:
23072           added TTA parser and decoder
23073
23074 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23075
23076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23077         (probe_triggered), (check_queue), (buffer_underrun),
23078         (buffer_running), (buffer_overrun), (gen_source_element),
23079         (setup_source):
23080         * gst/playback/gstplaybasebin.h:
23081           Implement buffering. Needs some more work.
23082
23083 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23084
23085         * ext/theora/theoradec.c: (theora_dec_chain):
23086           Fix ilog mask range overflow.
23087
23088 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23089
23090         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23091           Don't omit the last (which in case of dmix is the only :) )
23092           channel count. Don't set channels if <= 2.
23093
23094 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
23095
23096         * gst/playback/gstplaybin.c: (gen_video_element),
23097         (gen_audio_element): Removed 2 obsolete comments
23098
23099 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23100
23101         * ext/vorbis/oggvorbisenc.c
23102         * ext/vorbis/vorbisenc.c :
23103           change description fields of those plugins to differentiate them
23104           (pitivi show Encoders by description, they had the same one)
23105
23106 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
23107
23108         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23109
23110         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23111         (gst_play_bin_set_property), (gen_video_element),
23112         (gen_audio_element):
23113           Refcounting fixes for provided audio-/videosinks.
23114
23115 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23116
23117         * gst/playback/gstplaybin.c: (gen_video_element),
23118         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
23119           Don't reference all sinks, but only the video- and audiosinks.
23120           The vis. element should be disposed when we're done with it.
23121           We don't have any reason to keep it around. This fixes warnings
23122           when reusing playbin for playing multiple audio files with
23123           vis. enabled. Also release audio device on pause - idea stolen
23124           from Rhythmbox.
23125
23126 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23127
23128         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
23129         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
23130         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23131         * ext/alsa/gstalsaplugin.c: (plugin_init):
23132         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
23133         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
23134         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
23135         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
23136         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
23137         (gst_faad_change_state), (plugin_init):
23138         * ext/faad/gstfaad.h:
23139         * ext/vorbis/vorbis.c: (plugin_init):
23140         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23141         * gst-libs/gst/audio/Makefile.am:
23142         * gst-libs/gst/audio/audio.c: (plugin_init):
23143         * gst-libs/gst/audio/multichannel.c:
23144         (gst_audio_check_channel_positions),
23145         (gst_audio_get_channel_positions),
23146         (gst_audio_set_channel_positions),
23147         (gst_audio_set_structure_channel_positions_list),
23148         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
23149         (gst_audio_fixate_channel_positions):
23150         * gst-libs/gst/audio/multichannel.h:
23151         * gst-libs/gst/audio/testchannels.c: (main):
23152         * gst/audioconvert/gstaudioconvert.c:
23153         (gst_audio_convert_class_init), (gst_audio_convert_init),
23154         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
23155         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
23156         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23157         * gst/audioconvert/plugin.c: (plugin_init):
23158           Surround sound support.
23159
23160 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23161
23162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
23163           Fix position for discont if we're close as well. Nitpicking, but
23164           saves a few milliseconds of extra waiting or skipping.
23165
23166 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23167
23168         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
23169           We sometimes need parsers for playback, so add those too.
23170
23171 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23172
23173         * configure.ac:
23174         * gst/apetag/Makefile.am:
23175         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
23176         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
23177         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
23178         (gst_ape_demux_get_src_query_types),
23179         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
23180         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
23181         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
23182         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
23183         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
23184         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
23185         (gst_ape_demux_change_state):
23186         * gst/apetag/apedemux.h:
23187         * gst/apetag/apetag.c: (plugin_init):
23188         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
23189         (plugin_init):
23190           APE v1/2 tag reader plus typefind function.
23191
23192 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23193
23194         * configure.ac:
23195         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23196         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23197           Remove hacks for older core. Require newer core version
23198           accordingly.
23199
23200 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23201
23202         * gst/cdxaparse/Makefile.am:
23203         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
23204         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
23205         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
23206         * gst/cdxaparse/gstcdxaparse.h:
23207         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
23208         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
23209         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
23210         (gst_cdxastrip_get_src_query_types),
23211         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
23212         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
23213         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
23214         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
23215         * gst/cdxaparse/gstcdxastrip.h:
23216           SVCD/VCD header stripping separated from CDXA image parsing.
23217         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23218         (plugin_init):
23219           Add VCD/SVCD header typefinding for VCD/SVCD.
23220         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
23221         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
23222         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
23223         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
23224         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
23225         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
23226         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
23227         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
23228         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
23229         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
23230         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
23231         * sys/vcd/vcdsrc.h:
23232           Fix up, add seeking, querying, URI interface. Works in totem now.
23233
23234 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23235
23236         * configure.ac:
23237           back to CVS
23238
23239 === release 0.8.6 ===
23240
23241 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23242
23243         * NEWS:
23244         * RELEASE:
23245         * configure.ac:
23246         * po/af.po:
23247         * po/az.po:
23248         * po/cs.po:
23249         * po/en_GB.po:
23250         * po/hu.po:
23251         * po/it.po:
23252         * po/nb.po:
23253         * po/nl.po:
23254         * po/or.po:
23255         * po/sq.po:
23256         * po/sr.po:
23257         * po/sv.po:
23258         * po/uk.po:
23259           releasing 0.8.6, "IOU Love"
23260
23261 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23262
23263         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23264
23265         * gst/playback/gstplaybasebin.c:
23266           Fix unplayable files error handling.  Fixes #158365
23267
23268 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23269
23270         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23271
23272         * gst/typefind/gsttypefindfunctions.c:
23273           Fix broken mp3 typefinding.  Fixes #158375
23274
23275 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23276
23277         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23278
23279         * ext/ogg/gstoggdemux.c:
23280           Fix sync on broken files.  Fixes #158976
23281
23282 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23283
23284         patch by: Edward Hervey <bilboed@bilboed.com>
23285
23286         * ext/libpng/gstpngenc.c:
23287           Copy over buffer properties.  Fixes #158832
23288
23289 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23290
23291         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
23292
23293         * ext/dvdread/dvdreadsrc.c:
23294           Fixes invalid reads (#158462)
23295
23296 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23297
23298         * sys/v4l/gstv4lsrc.c:
23299         * sys/v4l/gstv4lsrc.h:
23300         * sys/v4l/v4lsrc_calls.c:
23301           Probe less and cache it.  Fixes #159187.
23302
23303 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23304
23305         * gst/videorate/gstvideorate.c:
23306           Handle all video formats. Fixes #159186.
23307
23308 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
23309         * gst/synaesthesia/gstsynaesthesia.c:
23310         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
23311         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
23312         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
23313         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
23314         (gst_synaesthesia_change_state), (plugin_init):
23315         Fix up synaesthesia to work under different samplerates/ buffer sizes.
23316         Force 320x200 output, as that's the only thing the underlying
23317         synaesthesia implementation supports. Still needs to be made
23318         re-entrant.
23319
23320 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23321
23322         * configure.ac:
23323           Fix mpeg2enc configure check (similar to mplex check below).
23324
23325 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
23326
23327         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23328
23329         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23330           Fix for gcc-2.95 (fixes #158221).
23331
23332 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23333
23334         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23335           Re-add clock distribution hack (until new core is released).
23336           Fixes #158125.
23337
23338 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
23339         * configure.ac:
23340           fix mplex configure check segfaulting on some systems (bug #140994)
23341
23342 2004-11-13  Benjamin Otte  <otte@gnome.org>
23343
23344         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
23345           add debugging
23346         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23347           do a wait when we enter the loop func with no data available to
23348           write instead of getting into an 100% CPU loop by just returning and
23349           being called again by the scheduler
23350
23351 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
23352
23353         * configure.ac:
23354         * ext/libvisual/visual.c: (gst_visual_get_type),
23355         (libvisual_log_handler), (gst_visual_getcaps),
23356         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
23357         (plugin_init):
23358           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
23359         * ext/smoothwave/Makefile.am:
23360         * ext/smoothwave/demo-osssrc.c: (main):
23361         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
23362         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
23363         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
23364         (plugin_init):
23365         * ext/smoothwave/gstsmoothwave.h:
23366           Make gstsmoothwave a working element in the 20th century.
23367
23368         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
23369           Fix incorrect link function
23370
23371 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23372
23373         * gst/volume/gstvolume.c:
23374           Allow buffer-frames=0.
23375
23376 2004-11-12 Iain <iaingnome@gmail.com>
23377
23378         * configure.ac: Check for polypaudio
23379
23380         * ext/Makefile.am: Build the polyp dir
23381
23382         * ext/polyp: The polypsink sources.
23383
23384 2004-10-30 Iain <iaingnome@gmail.com>
23385
23386         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
23387         caps to reflect the new number of channels.
23388
23389 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23390
23391         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23392           Fix for negotiation order problem. This would show when the
23393           ALSA loopfuction was called before any other function. ALSA
23394           wouldn't do anything because we're not negotiated yet, leading
23395           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
23396
23397 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23398
23399         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23400
23401         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23402           No warnings (#157986).
23403
23404 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23405
23406         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23407           Prefer apev1/2 and id3v1 (at end of file) over musepack.
23408
23409 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23410
23411         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
23412           Signal no-more-pads (so it works in playbin).
23413
23414 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23415
23416         * ext/musepack/gstmusepackreader.cpp:
23417           Workaround for older core.
23418
23419 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23420
23421         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
23422           Actually test for odd width/height rather than testing whether
23423           a temporary variable that was 0 before we subtracted 1 is now
23424           not equal to zero (which it always is).
23425
23426 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23427
23428         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
23429         Fix compilation if HAVE_XVIDEO is not defined
23430
23431 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23432
23433         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23434         Fix compilation if HAVE_XVIDEO is not defined
23435
23436 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
23437
23438         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
23439         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
23440         (gst_goom_change_state), (plugin_init):
23441         Use the bytestream adapter so goom doesn't depend on the input
23442         buffer size.
23443         Add a debug category
23444
23445 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23446
23447         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23448           Only set hardware parameters *after* negotiation. Before
23449           negotiation, it will set ANY and that seems to cause crashes
23450           (see e.g. #151288, #153227).
23451
23452 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23453
23454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23455           This seems to be antique leftover. It needs to pass error
23456           checking.
23457         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
23458         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
23459         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
23460         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
23461           Fix GstXOverlay implementation (#151059).
23462
23463 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23464
23465         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23466           Don't assert (#157853).
23467
23468 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23469
23470         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23471           Fix bytes/samples confustion.
23472         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
23473           Fix for underrun (#144389).
23474
23475 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23476
23477         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23478           Disable halfway-seek for pending release (since it needs a new
23479           core release).
23480
23481 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23482
23483         * sys/v4l/gstv4lsrc.c:
23484         * sys/v4l/gstv4lsrc.h:
23485         * sys/v4l/v4lsrc_calls.c:
23486           add autoprobe-fps property so we can separate autoprobing parts
23487
23488 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23489
23490         * sys/v4l/gstv4lsrc.c:
23491         * sys/v4l/v4lsrc_calls.c:
23492         initialise fourcc to catch unset fourcc's, and debug
23493
23494 2004-11-09  Wim Taymans  <wim@fluendo.com>
23495
23496         * gst/playback/README:
23497         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23498         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23499         (gst_play_bin_dispose), (gst_play_bin_set_property),
23500         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
23501         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23502         (gst_play_bin_get_formats), (gst_play_bin_convert),
23503         (gst_play_bin_get_query_types), (gst_play_bin_query):
23504         Cleanups and some more documentation.
23505
23506 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
23507
23508         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
23509         (gst_cacasink_init), (gst_cacasink_chain):
23510         * ext/libcaca/gstcacasink.h:
23511         Cacasink inherits from VideoSink, so let that store the clock.
23512
23513 2004-11-09  Wim Taymans  <wim@fluendo.com>
23514
23515         * gst/playback/README:
23516         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
23517         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
23518         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
23519         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
23520         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
23521         (setup_sinks):
23522         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
23523         (gst_stream_info_is_mute), (gst_stream_info_set_property):
23524         * gst/playback/gststreaminfo.h:
23525         Updated README.
23526         Only switch groups if all streams have muted (EOSed).
23527         Send Tags in sync with the stream playback instead of in
23528         the playback/preroll phase.
23529         Some cleanups, free the fakesrc elements.
23530
23531 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23532
23533         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
23534           buffer-frames property was missing
23535         * ext/arts/gst_arts.c:
23536           rate missing from sinkcaps
23537         * ext/audiofile/gstafparse.c:
23538         * ext/audiofile/gstafsink.c:
23539         * ext/audiofile/gstafsrc.c:
23540         * ext/swfdec/gstswfdec.c:
23541           int audio doesn't know buffer-frames
23542         * ext/cdparanoia/gstcdparanoia.c:
23543           int audio doesn't know chunksize either
23544         * ext/nas/nassink.c:
23545           it's endianness, not endianess
23546         * gst-libs/gst/audio/audio.h:
23547           make float standard pad template caps really describe float
23548         * gst/law/mulaw.c: (linear_factory):
23549           signed only, please
23550         * gst/mpegstream/gstdvddemux.c:
23551           widths of 20 are not valid
23552
23553 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23554
23555         Submitted by: Luca Ferretti <elle.uca@infinito.it>
23556
23557         * po/LINGUAS:
23558         * po/it.po:
23559           Add Italian
23560
23561 2004-11-08  Wim Taymans  <wim@fluendo.com>
23562
23563         * gst/playback/README:
23564         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23565         * gst/playback/gstplaybasebin.c: (probe_triggered),
23566         (gst_play_base_bin_change_state):
23567         Updated README, added more comments for fixmes etc..
23568
23569 2004-11-08  Wim Taymans  <wim@fluendo.com>
23570
23571         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23572         We can remove this hack now.
23573
23574 2004-11-08  Wim Taymans  <wim@fluendo.com>
23575
23576         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
23577         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23578         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23579         Only mix AYUV for maximum quality.
23580
23581 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23582
23583         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
23584         (gst_ogg_demux_push), (gst_ogg_pad_push):
23585           Let's act as if we're synchronized now! :).
23586         * ext/theora/theoradec.c: (theora_dec_chain):
23587           Add some debug.
23588
23589 2004-11-08  Wim Taymans  <wim@fluendo.com>
23590
23591         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23592         (gst_alpha_set_property), (gst_alpha_sink_link),
23593         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
23594         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
23595         (gst_alpha_init_params), (gst_alpha_chain):
23596         Implement alpha functions for AYUV too, this increases
23597         accuracy quite a bit.
23598
23599 2004-11-08  Wim Taymans  <wim@fluendo.com>
23600
23601         * gst/ffmpegcolorspace/avcodec.h:
23602         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23603         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
23604         (gst_ffmpegcsp_avpicture_fill):
23605         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23606         (gst_ffmpegcsp_caps_remove_format_info):
23607         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23608         (shrink12), (img_get_alpha_info), (deinterlace_line),
23609         (deinterlace_line_inplace):
23610         * gst/ffmpegcolorspace/imgconvert_template.h:
23611         Added AYUV colorspace and handle RGBA a bit more respectful.
23612
23613 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23614
23615         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23616           Actually always send a discont (cornercase when resending the
23617           same serial-tagged chain twice).
23618
23619 2004-11-08  Julien MOUTTE  <julien@moutte.net>
23620
23621         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
23622         (gst_ximagesink_finalize):
23623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
23624         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
23625
23626 2004-11-08  Wim Taymans  <wim@fluendo.com>
23627
23628         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
23629         Don't segfault on NULL data.
23630
23631 2004-11-08  Wim Taymans  <wim@fluendo.com>
23632
23633         * gst/playback/gstdecodebin.c: (unlinked):
23634         * gst/playback/gstplay-marshal.list:
23635         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23636         (gst_play_base_bin_init), (group_create), (get_active_group),
23637         (get_building_group), (group_destroy), (group_commit),
23638         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
23639         (add_element_stream), (no_more_pads), (probe_triggered),
23640         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
23641         (state_change), (setup_source), (gst_play_base_bin_get_property),
23642         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23643         (gst_play_base_bin_link_stream),
23644         (gst_play_base_bin_get_streaminfo):
23645         * gst/playback/gstplaybasebin.h:
23646         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23647         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
23648         Add support for chained ogg files. Prepare for playlist
23649         support. This patch introduces the concept of pad groups, which
23650         together compose one playable media file.
23651
23652 2004-11-07  David Schleef  <ds@schleef.org>
23653
23654         * testsuite/gst-lint: Check for pad templates that aren't statically
23655         scoped.
23656
23657 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23658
23659         * configure.ac:
23660         * ext/Makefile.am:
23661         * ext/musepack/Makefile.am:
23662         * ext/musepack/gstmusepackdec.cpp:
23663         * ext/musepack/gstmusepackdec.h:
23664         * ext/musepack/gstmusepackreader.cpp:
23665         * ext/musepack/gstmusepackreader.h:
23666           Add musepack decoder.
23667         * ext/faad/gstfaad.c: (gst_faad_base_init):
23668           Make pad templates static.
23669         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23670         (plugin_init):
23671           Add musepack typefinder, make mp3 typefinding work halfway stream,
23672           which doesn't actually work yet because id3demux doesn't implement
23673           _get_length().
23674
23675 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23676
23677         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23678         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
23679           Fix interrupt event handling (#144436).
23680
23681 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23682
23683         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
23684           Hide unused glory.
23685
23686 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23687
23688         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23689
23690         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
23691           Fix weird caps (#157548).
23692
23693 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23694
23695         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23696
23697         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
23698           Add missing NULL terminator (#157543).
23699
23700 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23701
23702         * gst/tcp/gsttcp.h:
23703         * gst/tcp/gsttcpclientsink.c:
23704         * gst/tcp/gsttcpclientsrc.c:
23705         * gst/tcp/gsttcpserversink.c:
23706         * gst/tcp/gsttcpserversrc.c:
23707           ports can go up to 65535.  Move common defines to gsttcp.h
23708
23709 2004-11-05  Wim Taymans  <wim@fluendo.com>
23710
23711         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
23712         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
23713         Added two more colorspaces.
23714
23715 2004-11-05  Wim Taymans  <wim@fluendo.com>
23716
23717         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23718         (gst_ffmpegcsp_avpicture_fill):
23719         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23720         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
23721         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
23722         More stride fixes.
23723
23724 2004-11-05  Wim Taymans  <wim@fluendo.com>
23725
23726         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
23727         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
23728         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23729         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
23730         (gst_videomixer_loop):
23731         More stride fixes.
23732
23733 2004-11-05  Benjamin Otte  <otte@gnome.org>
23734
23735         * ext/mad/gstmad.c: (gst_mad_chain):
23736           don't overflow data buffer. Flush not needed sync data when syncing
23737           failed.
23738
23739 2004-11-04  Wim Taymans  <wim@fluendo.com>
23740
23741         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23742         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
23743         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
23744         (gst_alpha_init_params), (gst_alpha_chain),
23745         (gst_alpha_change_state):
23746         Updated the chroma keying algorithm with something more
23747         sophisticated.
23748
23749 2004-11-03  Wim Taymans  <wim@fluendo.com>
23750
23751         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23752         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23753         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23754         Fix stride issues. Does not completely work for odd
23755         heights.
23756
23757 2004-11-03  Wim Taymans  <wim@fluendo.com>
23758
23759         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23760         (gst_alpha_chroma_key), (gst_alpha_chain):
23761         Fix stride issues. Does not completely work for odd
23762         heights.
23763
23764 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
23765
23766         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23767         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
23768         leak fixes
23769
23770 2004-11-03  Wim Taymans  <wim@fluendo.com>
23771
23772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23773         (gst_ffmpegcsp_avpicture_fill):
23774         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23775         (avpicture_alloc):
23776         * gst/ffmpegcolorspace/imgconvert_template.h:
23777         Use correct _fill function to get correct strides.
23778
23779 2004-11-02  David Schleef  <ds@schleef.org>
23780
23781         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23782         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
23783         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
23784         Change all g_print()s to debugging.  Add a bunch of consistency
23785         checks.
23786
23787 2004-11-02  Wim Taymans  <wim@fluendo.com>
23788
23789         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23790         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
23791         (unlinked), (no_more_pads), (close_link):
23792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23793         (unknown_type), (add_element_stream), (new_decoded_pad),
23794         (removed_decoded_pad), (setup_source):
23795         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
23796         (gst_stream_info_class_init), (gst_stream_info_init),
23797         (gst_stream_info_new), (gst_stream_info_dispose),
23798         (stream_info_mute_pad), (gst_stream_info_set_property),
23799         (gst_stream_info_get_property):
23800         * gst/playback/gststreaminfo.h:
23801         Fix playback of multiple files.
23802         a slightly different approach to handling dynamic pad removals.
23803         This one only looks at pads that we have linked.
23804
23805 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
23806
23807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
23808         free" warning from libc.
23809
23810 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23811
23812         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23813         (get_unconnected_element), (remove_starting_from), (pad_removed),
23814         (close_link):
23815           Implement support for dynamic pad changing. We listen to "live"
23816           pad removals (i.e. while playing) and re-setup autoplugging
23817           after that. Playbasebin/playbin need some more work for this
23818           to finally work, but decodebin supports (and replugs) chained
23819           ogg now.
23820
23821 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
23822
23823         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
23824         (gst_alsa_finalize):
23825         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
23826         (gst_cdaudio_finalize):
23827         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23828         (cdparanoia_finalize):
23829         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
23830         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
23831         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23832         (dvdreadsrc_finalize):
23833         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23834         (gst_flacdec_finalize):
23835         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
23836         (gst_flacenc_finalize):
23837         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
23838         (gst_gnomevfssink_finalize):
23839         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
23840         (gst_gnomevfssrc_finalize):
23841         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
23842         (gst_fameenc_finalize):
23843         * ext/nas/nassink.c: (gst_nassink_class_init),
23844         (gst_nassink_finalize):
23845         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
23846         (gst_sdlvideosink_class_init):
23847         * ext/sndfile/gstsf.c: (gst_sf_dispose):
23848         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
23849         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
23850         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
23851         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
23852         (gst_x_window_listener_dispose):
23853         * gst/audioscale/gstaudioscale.c:
23854         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
23855         (play_on_demand_finalize):
23856         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
23857         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23858         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
23859         (cdplayer_finalize):
23860         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
23861         (gst_glimagesink_class_init):
23862         * sys/oss/gstosselement.c: (gst_osselement_class_init),
23863         (gst_osselement_finalize):
23864         * sys/oss/gstosssink.c: (gst_osssink_dispose):
23865         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
23866         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
23867           Fixes a bunch of problems with finalize and dispose functions,
23868           either assumptions that dispose is only called once, or not calling
23869           the parent class dispose/finalize function
23870
23871 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
23872
23873         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
23874           added two api precondition guards
23875           use g_strdup with getenv to fix crash when using ENVVAR
23876
23877 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
23878         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23879         (gst_esdsink_finalize):
23880         Use a finalize function, not dispose, and more importantly,
23881         call the parent class finalize function too
23882
23883 2004-11-01  Johan Dahlin  <johan@gnome.org>
23884
23885         * ext/ogg/gstoggdemux.c:
23886         * gst/tags/gstvorbistag.c:
23887         Plug leaks.
23888
23889 2004-10-31  Benjamin Otte  <otte@gnome.org>
23890
23891         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23892           lotsa memleaks today. But they're all small...
23893
23894 2004-10-31  Benjamin Otte  <otte@gnome.org>
23895
23896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23897           another memleak crushed
23898
23899 2004-10-31  Benjamin Otte  <otte@gnome.org>
23900
23901         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
23902           fix memleak
23903
23904 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23905
23906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23907           Hack to prevent crash when going to READY inside signal handler
23908           while this function is active.
23909
23910 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23911
23912         * gst/ffmpegcolorspace/Makefile.am:
23913         * gst/ffmpegcolorspace/avcodec.h:
23914         * gst/ffmpegcolorspace/common.h:
23915         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
23916         * gst/ffmpegcolorspace/dsputil.h:
23917         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
23918         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23919         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
23920         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
23921         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
23922         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
23923         (gst_ffmpegcsp_avpicture_fill):
23924         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23925         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23926         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23927         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
23928         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23929         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23930         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23931         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
23932         * gst/ffmpegcolorspace/imgconvert.c:
23933         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
23934         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
23935         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
23936         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
23937         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
23938         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
23939         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
23940         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
23941         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
23942         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
23943         (grow21), (grow22), (grow41), (grow44), (conv411),
23944         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
23945         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
23946         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
23947         (avpicture_free), (is_yuv_planar), (img_convert),
23948         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
23949         (deinterlace_line_inplace), (deinterlace_bottom_field),
23950         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
23951         * gst/ffmpegcolorspace/imgconvert_template.h:
23952         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
23953         * gst/ffmpegcolorspace/mmx.h:
23954         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
23955         (av_fast_realloc), (av_mallocz_static), (av_free_static),
23956         (av_freep), (avcodec_get_context_defaults),
23957         (avcodec_alloc_context), (avcodec_init):
23958           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
23959           handling plus update from ffmpeg CVS. Large clean-up.
23960
23961 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23962
23963         * gst/playback/Makefile.am:
23964           We need the marshallers for decodebin, too.
23965
23966 2004-10-30  David Schleef  <ds@schleef.org>
23967
23968         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
23969           quicktime typefinding work with 64-bit offsets.
23970
23971 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
23972
23973         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
23974           Set EOS on the element when processing an EOS event.
23975         * ext/speex/gstspeexdec.h:
23976         * ext/speex/gstspeexenc.h:
23977           Only keep a const ptr to the mode
23978         * gst-libs/gst/riff/riff-media.c:
23979         (gst_riff_create_audio_caps_with_data),
23980         (gst_riff_create_audio_template_caps):
23981           Allow WMAV3, with up to 6 channels.
23982         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
23983           Don't call gst_pad_set_event_function on a sink pad.
23984         * gst/mpegstream/gstdvddemux.c:
23985         (gst_dvd_demux_get_subpicture_stream),
23986         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
23987           Copy the explicit caps that were set across to the cur_* pads,
23988           instead of trying to use a possibly non-existent negotiated caps.
23989           Reset the type of subpicture pads to UNKNOWN after calling
23990           init_stream, so that the caps get set.
23991
23992 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
23993
23994         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23995
23996         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23997           Don't touch buffer if it is of size 0 (fixes #151064).
23998
23999 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24000
24001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
24002           Synchronized discont handling.
24003
24004 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24005
24006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24007         (gst_ogg_demux_push):
24008           Make seeking sort-of exact again (fixes #156387).
24009
24010 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24011
24012         * gst/playback/gstplaybasebin.c: (unknown_type),
24013         (add_element_stream), (new_decoded_pad),
24014         (gst_play_base_bin_change_state):
24015         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24016         (gst_stream_info_init), (gst_stream_info_new),
24017         (gst_stream_info_dispose), (gst_stream_info_get_property):
24018         * gst/playback/gststreaminfo.h:
24019           Make caps explicitely available. Makes testing for unsupported
24020           types possible. Improves error reporting.
24021
24022 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24023
24024         * gst/audioconvert/gstaudioconvert.c:
24025         (gst_audio_convert_buffer_to_default_format):
24026           Really don't touch read-only buffers (#156563).
24027
24028 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
24029
24030         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24031
24032         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24033           Fix memleak (#155223).
24034
24035 2004-10-29  Wim Taymans  <wim@fluendo.com>
24036
24037         * gst/tcp/.cvsignore:
24038         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
24039         (gst_multifdsink_class_init), (gst_multifdsink_init),
24040         (gst_multifdsink_add), (gst_multifdsink_remove),
24041         (gst_multifdsink_remove_client_link), (is_sync_frame),
24042         (gst_multifdsink_new_client),
24043         (gst_multifdsink_handle_client_write),
24044         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24045         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24046         (gst_multifdsink_get_property):
24047         * gst/tcp/gstmultifdsink.h:
24048         Added burst on connect sync_method, deprecated sync_clients,
24049         streamlined the sync code some more.
24050
24051 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24052
24053         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
24054         (gst_play_base_bin_change_state):
24055           Improve error reporting.
24056
24057 2004-10-28  Wim Taymans  <wim@fluendo.com>
24058
24059         * gst/tcp/Makefile.am:
24060         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
24061         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
24062         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
24063         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24064         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24065         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24066         (gst_fdset_wait):
24067         Added more locks around fdset structures. Fixed/reworked
24068         the poll array resizing code.
24069         Added stress test for fdset.
24070
24071 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24072
24073         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24074         fix build
24075
24076 2004-10-28  Benjamin Otte  <otte@gnome.org>
24077
24078         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24079           fix link function to always query channels and query width for
24080           floats
24081         * configure.ac:
24082           add equalizer dir
24083         * gst/equalizer/Makefile.am:
24084         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
24085         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
24086         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
24087         (arg_to_scale), (setup_filter),
24088         (gst_iir_equalizer_compute_frequencies),
24089         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
24090         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
24091         (plugin_init):
24092           add an equalizer
24093
24094 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24095
24096         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
24097
24098         * po/LINGUAS:
24099         * po/nb.po:
24100           Added Norwegian Bokmaal translation
24101
24102 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24103
24104         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24105           Don't break on options (fixes #156488).
24106
24107 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24108
24109         * configure.ac:
24110         * ext/cdaudio/Makefile.am:
24111         * sys/Makefile.am:
24112           fix build on older automake
24113
24114 2004-10-26  Wim Taymans  <wim@fluendo.com>
24115
24116         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24117         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24118         Allow a little margin when negotiating the framerate.
24119
24120 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
24121
24122         * gst/level/gstlevel.c:
24123           synchonised naming of pads and pad-templates
24124
24125 2004-10-26  Wim Taymans  <wim@fluendo.com>
24126
24127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24128         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
24129         (_find_streams_check), (gst_ogg_demux_push):
24130         Fix EOS again. Needs to be done in a better way. We should not
24131         remove the pad if there is no new chained stream.
24132
24133 2004-10-26 Iain <iaingnome@gmail.com>
24134
24135         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
24136         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
24137         of the caps.
24138         * gst/interleave/interleave.c (interleave_class_init): Hook up release
24139         pad.
24140         (interleave_release_pad): Remove the pad.
24141         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
24142         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
24143         the set device.
24144         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
24145         attrs
24146         (gst_xvimagesink_xcontext_clear): Free the xcontext.
24147         (gst_xvimagesink_finalize): Free the par.
24148
24149 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24150
24151         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
24152         (gst_avimux_stop_file):
24153           First calculate the rate, and only then use it. Hdr.rate is a
24154           multiple and not a derivative of hdr.scale. Scale is not the
24155           same as blockalign but is solely related to rate.
24156
24157 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24158
24159         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
24160         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
24161           Implement seeking.
24162
24163 2004-10-25  James Henstridge  <james@jamesh.id.au>
24164
24165         Reviewed by:  David Schleef  <ds@schleef.org>
24166
24167         * examples/gstplay/player.c: (got_stream_length), (main):
24168         * examples/seeking/cdplayer.c: (update_scale):
24169         * examples/seeking/seek.c: (format_value), (update_scale):
24170         * examples/seeking/spider_seek.c: (format_value), (update_scale),
24171         (stop_seek):
24172         Build fixes on AMD64.
24173
24174 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24175
24176         reviewed by: Ronald Bultje <rbultje at gnome dot org>
24177
24178         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
24179         Fix for some v4l cards which hang in v4lsrc
24180
24181 2004-10-25  Wim Taymans  <wim@fluendo.com>
24182
24183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
24184         (gst_ogg_demux_push), (gst_ogg_chains_clear):
24185         Make sure to remove the pad when a new chain is
24186         encountered. Set some vars to NULL so we don't try
24187         to reference freed memory.
24188
24189 2004-10-25  Wim Taymans  <wim@fluendo.com>
24190
24191         * examples/seeking/Makefile.am:
24192         * examples/seeking/cdplayer.c: (update_scale):
24193         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
24194         * examples/seeking/playbin.c: (make_playerbin_pipeline),
24195         (format_value), (update_scale), (iterate), (start_seek),
24196         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
24197         (print_usage), (main):
24198         Added some more examples, update others.
24199
24200 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24201
24202         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24203         * ext/speex/gstspeexdec.c: (speex_dec_chain):
24204         * ext/theora/theoradec.c: (theora_dec_chain):
24205         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24206           Add codec-name metadata.
24207
24208 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
24209
24210         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24211
24212         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24213         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24214         * ext/alsa/gstalsamixertrack.h:
24215         * po/POTFILES.in:
24216           ALSA mixer track label internationalization (#154054).
24217
24218 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24219
24220         * ext/theora/theoradec.c: (theora_dec_chain):
24221           Export bitrate as metadata.
24222
24223 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24224
24225         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24226         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24227         * ext/alsa/gstalsamixertrack.h:
24228           Fix names, fix loop.
24229
24230 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24231
24232         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
24233         (speex_dec_convert):
24234           sinkconvert function so oggdemux can get the file length (totem).
24235
24236 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
24237
24238         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24239
24240         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24241           Don't push incomplete packets.
24242         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
24243           Fix MPEG-4 audio typefinding.
24244
24245 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24246
24247         * sys/v4l/Makefile.am:
24248         * sys/v4l/gstv4l.c: (plugin_init):
24249         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
24250         (gst_v4lelement_init), (gst_v4lelement_dispose),
24251         (gst_v4lelement_change_state):
24252         * sys/v4l/gstv4lelement.h:
24253         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
24254         (gst_v4l_xoverlay_close), (idle_refresh),
24255         (gst_v4l_xoverlay_set_xwindow_id):
24256         * sys/v4l/gstv4lxoverlay.h:
24257         * sys/v4l/v4l-overlay_calls.c:
24258         * sys/v4l/v4l_calls.h:
24259         * sys/v4l2/Makefile.am:
24260         * sys/v4l2/gstv4l2.c: (plugin_init):
24261         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
24262         (gst_v4l2element_init), (gst_v4l2element_dispose),
24263         (gst_v4l2element_change_state):
24264         * sys/v4l2/gstv4l2element.h:
24265         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
24266         (gst_v4l2_xoverlay_close), (idle_refresh),
24267         (gst_v4l2_xoverlay_set_xwindow_id):
24268         * sys/v4l2/gstv4l2xoverlay.h:
24269         * sys/v4l2/v4l2-overlay_calls.c:
24270         * sys/v4l2/v4l2_calls.h:
24271           Remove client-side overlay handling, use the X-server v4l plugin
24272           for that. Nicer overlay, less code. Also make the plugin
24273           compileable without X (but then without overlay, obviously).
24274           Makes xwindowlistener obsolete, should we remove that?
24275
24276 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24277
24278         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
24279         (gst_osssrc_src_query):
24280         * sys/oss/gstosssrc.h:
24281           OK, so people want offset in DEFAULT. This time, actually fix all
24282           cases.
24283         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24284           Add FPS properly.
24285
24286 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24287
24288         * gst/asfdemux/gstasfmux.c:
24289         * gst/avi/gstavimux.c:
24290           Framerate.
24291
24292 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24293
24294         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
24295           Fix properties (channel, norm, frequency).
24296
24297 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24298
24299         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
24300           Flag typo.
24301         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
24302           No warnings.
24303
24304 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24305
24306         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
24307           Fix hang.
24308
24309 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24310
24311         * sys/v4l2/gstv4l2element.h:
24312           Yet Another Hack (tm) for kernel header borkedness.
24313         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24314         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
24315         (gst_v4l2src_link), (gst_v4l2src_getcaps),
24316         (gst_v4l2src_change_state):
24317         * sys/v4l2/gstv4l2src.h:
24318         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
24319         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
24320           Fix caps, keep track of state, work.
24321
24322 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24323
24324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
24325           Quiet.
24326
24327 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24328
24329         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24330           Don't mix bytes and samples.
24331
24332 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24333
24334         * ext/ogg/gstoggmux.c:
24335           Basic pad template which accepts OGM tracks, speex, flac, vorbis
24336           and theora. Any is incorrect.
24337         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
24338           Fix caps.
24339         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
24340         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
24341         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
24342         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
24343         * sys/v4l/gstv4lmjpegsrc.h:
24344         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24345         (gst_v4lsrc_change_state):
24346         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
24347         (gst_v4lmjpegsrc_capture_stop):
24348           Fix caps. Keep track of internal state. Work.
24349
24350 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24351
24352         * ext/Makefile.am:
24353           Fix the build fixes.
24354
24355 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24356
24357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24358         (gst_ogg_demux_src_event), (_find_chain_seek),
24359         (gst_ogg_pad_push):
24360           Check for pad availability before using it.
24361         * ext/ogg/gstoggdemux.c: (_find_chain_process):
24362           Fix parsing of chained ogg. Needs more work on the decoder side.
24363
24364 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24365
24366         * gst/spectrum/Makefile.am:
24367         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
24368         (idle_func):
24369           Fix demo and reenable it. Yes, I'm currently playing with audio
24370           analysis tools
24371
24372 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24373
24374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24375           We love it if files that start at zero work too...
24376
24377 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24378
24379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24380           Handle files with missing EOS headers.
24381
24382 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24383
24384         * gst/tcp/gsttcpserversink.c:
24385         (gst_tcpserversink_handle_server_read),
24386         (gst_tcpserversink_init_send):
24387         Zero some variables first (need for accept not to return EINVAL)
24388
24389 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24390
24391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24392         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24393         * ext/theora/theoradec.c: (theora_dec_sink_convert),
24394         (theora_dec_chain):
24395         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
24396         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
24397           Seeking and querying finetune.
24398
24399 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24400
24401         * configure.ac:
24402         * ext/Makefile.am:
24403         * ext/raw1394/Makefile.am:
24404           fix the build
24405
24406 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24407
24408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24409           Wrong return.
24410         * gst/playback/Makefile.am:
24411         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24412         * gst/playback/gstplay-marshal.list:
24413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
24414           Fix marshallers.
24415
24416 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24417
24418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
24419           Silence.
24420
24421 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24422
24423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24424         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24425         (gst_ogg_pad_push):
24426           Yay for non-lineair granulepos in theora.
24427
24428 2004-10-18  Wim Taymans  <wim@fluendo.com>
24429
24430         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
24431         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24432         * ext/dv/gstdvdec.h:
24433         Make sure we renegotiate aspect ratio when the camera switches.
24434
24435 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24436
24437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24438         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24439           Start at zero.
24440         * ext/theora/theoradec.c: (theora_dec_chain):
24441           Skip headers. Bad idea for chained ogg, but fixes seeking.
24442
24443 2004-10-18  Wim Taymans  <wim@fluendo.com>
24444
24445         * configure.ac:
24446         I swear, this is the last time I touch this.
24447
24448 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24449
24450         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24451         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24452         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
24453           Faster seeking.
24454         * ext/theora/theoradec.c: (theora_dec_sink_convert):
24455           Time-to-default conversion.
24456         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24457           Don't error on unknown packets, just skip. We should probably
24458           read them if we want to support chained ogg.
24459
24460 2004-10-18  Wim Taymans  <wim@fluendo.com>
24461
24462         * configure.ac:
24463         Added cdaudio to wrong list.
24464
24465 2004-10-18  Wim Taymans  <wim@fluendo.com>
24466
24467         * configure.ac:
24468         Revive cdaudio.
24469
24470 2004-10-18  Wim Taymans  <wim@fluendo.com>
24471
24472         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24473         (gst_dvdec_video_link), (gst_dvdec_push):
24474         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
24475         (gst_smokeenc_resync), (gst_smokeenc_chain):
24476         Fix mimetype on smoke encoder.
24477         Add aspect ratio to dvdec. Not sure if these
24478         values are correct though....
24479
24480 2004-10-18  Wim Taymans  <wim@fluendo.com>
24481
24482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
24483         Fix vorbis property descriptions and ranges.
24484
24485 2004-10-18  Wim Taymans  <wim@fluendo.com>
24486
24487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24488         Really do nothing when no data is available.
24489         Go to the playing state when the stream is not seekable
24490         instead of failing.
24491
24492 2004-10-18  Wim Taymans  <wim@fluendo.com>
24493
24494         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
24495         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
24496         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
24497         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
24498         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
24499         Added uri handler for cd://
24500         Port to new API.
24501
24502 2004-10-18  Wim Taymans  <wim@fluendo.com>
24503
24504         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24505         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24506         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24507         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24508         (remove_prerolls), (unknown_type), (add_element_stream),
24509         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
24510         (gst_play_base_bin_remove_element),
24511         (gst_play_base_bin_link_stream):
24512         * gst/playback/gstplaybin.c: (gen_video_element),
24513         (gen_vis_element), (remove_sinks), (setup_sinks):
24514         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24515         (gst_stream_info_get_type), (gst_stream_info_class_init),
24516         (gst_stream_info_init), (gst_stream_info_new),
24517         (gst_stream_info_dispose), (stream_info_mute_pad),
24518         (gst_stream_info_set_property), (gst_stream_info_get_property):
24519         * gst/playback/gststreaminfo.h:
24520         Add sink padtemplate to decodebin.
24521         Added some more comments.
24522         Make queue size configurable in playbasebin.
24523         Added possibility to use elements as sinks (ex cdaudio).
24524
24525 2004-10-15  Wim Taymans  <wim@fluendo.com>
24526
24527         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
24528         (gst_speexenc_chain):
24529         Fix speex timestamps so that it gets muxed properly.
24530
24531 2004-10-15  Wim Taymans  <wim@fluendo.com>
24532
24533         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
24534         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
24535         (gst_dv1394src_init), (gst_dv1394src_dispose),
24536         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
24537         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
24538         (gst_dv1394src_event), (gst_dv1394src_get_formats),
24539         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
24540         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
24541         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
24542         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
24543         * ext/raw1394/gstdv1394src.h:
24544         Added conversion/query functions.
24545         Update buffer timestamps,
24546         Added signals.
24547         Added uri dv:// so it might play from the firewire in playbin.
24548         Fix a possible leak.
24549         Added debugging.
24550
24551 2004-10-15  Wim Taymans  <wim@fluendo.com>
24552
24553         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
24554         (gst_dv1394src_init), (gst_dv1394src_set_property),
24555         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
24556         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
24557         * ext/raw1394/gstdv1394src.h:
24558         Added AV/C VTR control support needed for some cameras.
24559         Added automatic port detection.
24560         Added properties for selecting the channel.
24561         The configure.ac script is not yet updated to reflect the
24562         new libavc1394 and librom1394 dependencies.
24563
24564 2004-10-15  Wim Taymans  <wim@fluendo.com>
24565
24566         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24567         (qtdemux_parse), (gst_qtdemux_handle_esds):
24568         An esds box is not a container.
24569         Fix parsing of mp4v boxes.
24570         Do not try to renegotiate fps for each frame. Need to
24571         find a better method. This should fix mp4 playback.
24572
24573 2004-10-14  David Schleef  <ds@schleef.org>
24574
24575         * configure.ac: update for swfdec-0.3 and liboil-0.2
24576         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
24577         * ext/swfdec/gstswfdec.h: same
24578         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
24579         * gst/videotestsrc/videotestsrc.c: same
24580
24581 2004-10-14  Wim Taymans  <wim@fluendo.com>
24582
24583         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24584         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
24585         (is_sync_frame), (gst_multifdsink_new_client),
24586         (gst_multifdsink_handle_client_write),
24587         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24588         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24589         Turn warnings into info.
24590         Don't allow a state change in the streaming thread.
24591
24592 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24593
24594         * ext/vorbis/oggvorbisenc.c:
24595         * ext/vorbis/vorbisdec.c:
24596           fix template sample rate
24597
24598 2004-10-13  Wim Taymans  <wim@fluendo.com>
24599
24600         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
24601         Decoding the header first fixes some problems in resyncing
24602         in more mp3s.
24603
24604 2004-10-12  Wim Taymans  <wim@fluendo.com>
24605
24606         * gst/playback/gstplaybin.c: (gen_video_element),
24607         (gen_vis_element), (remove_sinks), (setup_sinks):
24608         Added vis plugin support, need to configure the vis
24609         element to activate it.
24610
24611 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24612
24613         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
24614         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
24615           Some debug.
24616         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
24617         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
24618         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
24619         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
24620         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
24621         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
24622         * gst/avi/gstavidemux.h:
24623           Support for openDML-2.0 indx/ix## chunks. Support for broken index
24624           recovery (where, if part of the index is broken, we will still read
24625           the rest of the index and recover the broken part by stream
24626           scanning). More broken media support. EOS workarounds. General AVI
24627           braindamage headache recovery. Aspirin included.
24628
24629 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24630
24631         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
24632         (cdparanoia_event), (cdparanoia_query):
24633           Get rid of hideous lead-in.
24634
24635 2004-10-11  Wim Taymans  <wim@fluendo.com>
24636
24637         * gst/playback/gstplaybasebin.c: (setup_source):
24638         Wrong var used to get g_list_next.
24639
24640 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24641
24642         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24643         (cdparanoia_get), (cdparanoia_open):
24644           Report discid as metadata, add duration.
24645
24646 2004-10-11  Wim Taymans  <wim@fluendo.com>
24647
24648         * gst/playback/gstplaybasebin.c: (setup_source):
24649         Cleanup the previous pipeline a little earlier for the
24650         case that a source element provides raw data.
24651
24652 2004-10-11  Benjamin Otte  <otte@gnome.org>
24653
24654         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24655           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
24656           consuming the last 128 bytes, even though it was valid mp3 data.
24657
24658 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24659
24660         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24661         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24662         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24663         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
24664
24665 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24666
24667         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
24668         Fix for webcams that support only specific width or height
24669
24670 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24671
24672         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24673
24674         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
24675           Fix wrong discont event setup (fixes #154967).
24676
24677 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
24678
24679         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24680
24681         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24682           Error out on invalid data (fixes #154807).
24683
24684 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24685
24686         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24687
24688         * ext/dvdread/dvdreadsrc.c: (_read):
24689           Make titles > 0 work again (fixes #154834).
24690
24691 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24692
24693         * gst-libs/gst/riff/riff-media.c:
24694         (gst_riff_create_video_template_caps):
24695           WMV3 missing in template caps.
24696
24697 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24698
24699         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24700           OK, so the original code was too strict. It makes random AVI files
24701           hang for seconds upon opening, which is unacceptable and is far
24702           beyond the original goal of getting multiple chunks for one-chunk
24703           sounc stream files. So now do just that.
24704
24705 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24706
24707         * gst/playback/gstplaybasebin.c: (setup_source),
24708         (gst_play_base_bin_change_state):
24709           Actually clean up streaminfo if output fails. This would trigger
24710           if, for example, there was no CD in the drive. No preroll, so
24711           a streaminfo structure is created, but the subsequent state change
24712           of the thread fails.
24713         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
24714           Don't change state if parent failed.
24715
24716 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24717
24718         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24719         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
24720         (gen_video_element), (remove_sinks):
24721           Add small bits of code for screenshot handling.
24722
24723 2004-10-08  Wim Taymans  <wim@fluendo.com>
24724
24725         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
24726         (gen_video_element), (gen_audio_element), (setup_sinks):
24727         Don't assume the user provided sinks are named "sink"...
24728
24729 2004-10-08  Wim Taymans  <wim@fluendo.com>
24730
24731         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24732         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
24733         (gst_play_base_bin_link_stream):
24734         Do not try to autoplug sources that generate raw streams like
24735         cdparanoia.
24736         disconnect the preroll overrun signal when we don't need it anymore.
24737
24738 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
24739
24740         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24741         Added reworked patch from #154903 from milosz derezynski (deadchip).
24742
24743 2004-10-08  Wim Taymans  <wim@fluendo.com>
24744
24745         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24746         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
24747         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
24748         (cdparanoia_convert), (cdparanoia_uri_get_type),
24749         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
24750         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
24751         * ext/cdparanoia/gstcdparanoia.h:
24752         This adds the cdda://<tracknum> uri.
24753
24754 2004-10-08  Wim Taymans  <wim@fluendo.com>
24755
24756         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24757         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24758         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24759         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24760         (unknown_type), (gst_play_base_bin_remove_element),
24761         (gst_play_base_bin_link_stream):
24762         * gst/playback/gstplaybasebin.h:
24763         * gst/playback/gstplaybin.c: (gst_play_bin_init),
24764         (gst_play_bin_set_property), (gen_video_element),
24765         (gen_audio_element), (setup_sinks):
24766         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24767         (gst_stream_info_get_type), (gst_stream_info_class_init),
24768         (gst_stream_info_init), (gst_stream_info_new),
24769         (gst_stream_info_dispose), (stream_info_mute_pad),
24770         (gst_stream_info_set_property), (gst_stream_info_get_property):
24771         * gst/playback/gststreaminfo.h:
24772         Reuse the audio and video bins.
24773         Some internal cleanups in the stream selection code.
24774
24775 2004-10-08  Julien MOUTTE  <julien@moutte.net>
24776
24777         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24778         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24779         * sys/ximage/ximagesink.h:
24780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24781         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24782         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
24783         not coming from those elements. Moreover these elements should not keep
24784         the xid they have been given when in NULL state.
24785
24786 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24787
24788         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24789         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24790         * sys/ximage/ximagesink.h:
24791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24792         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24793         * sys/xvimage/xvimagesink.h:
24794           Actually only create a new toplevel window if we're not gonna
24795           embed it right after.
24796
24797 2004-10-07  Wim Taymans  <wim@fluendo.com>
24798
24799         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
24800         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
24801         * gst/playback/gstplaybin.c: (setup_sinks):
24802         Implement muting/unmuting of streams, mute streams that are not
24803         used.
24804
24805 2004-10-07  Wim Taymans  <wim@fluendo.com>
24806
24807         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
24808         (plugin_init):
24809         Added lame audio/x-ac3 typefind function.
24810
24811 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24812
24813         * configure.ac:
24814           bump nano to cvs
24815
24816 === release 0.8.5 ===
24817
24818 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24819
24820         * NEWS:
24821         * RELEASE:
24822         * configure.ac:
24823           releasing 0.8.5, "Take You On"
24824
24825 2004-10-06  Wim Taymans  <wim@fluendo.com>
24826
24827         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24828         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24829         (no_more_pads), (close_link), (type_found):
24830         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24831         * gst/playback/gstplaybin.c: (gen_video_element):
24832         Do not signal the no_more_pads after the first pad when
24833         we are plugging a non dynamic element with multiple
24834         output pads (like swfdec, dvdec, ...).
24835
24836 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24837
24838         * configure.ac:
24839           bump for prerelease
24840
24841 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24842
24843         * gst/wavparse/gstwavparse.c:
24844           add ATRAC3 to STATIC CAPS to fix a warning
24845
24846         * gst/matroska/ebml-read.c:
24847         * gst-libs/gst/riff/riff-read.c:
24848           fix typos
24849
24850 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24851
24852         * gst-libs/gst/riff/riff-media.c:
24853           generate caps for ATRAC3 audio streams
24854
24855         * gst/realmedia/rmdemux.c:
24856           generate caps for ATRAC3 audio streams
24857
24858 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24859
24860         * gst/wavparse/Makefile.am
24861         * gst/wavparse/riff.h
24862         * gst/wavparse/wavparse.vcproj
24863           riff.h removal (unused and duplication with riff-ids.h)
24864
24865 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24866
24867         * gst/wavparse/gstwavparse.h
24868           remove duplicated defines for audio codec codes
24869
24870         * gst-libs/gst/riff/riff-ids.h
24871         * gst/wavenc/riff.h:
24872           add "4CC" code for ATRAC3 audio streams
24873           add "4CC" code for ITU_G721_ADPCM (unused for now)
24874
24875 2004-10-06  Wim Taymans  <wim@fluendo.com>
24876
24877         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
24878         Actually _do_ negotiation. Pass gdouble as arg instead
24879         of guint64 for the framerate.
24880
24881 2004-10-06  Wim Taymans  <wim@fluendo.com>
24882
24883         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24884         (find_compatibles), (close_pad_link), (try_to_link_1),
24885         (no_more_pads), (close_link), (type_found):
24886         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24887         * gst/playback/gstplaybin.c: (gen_video_element),
24888         (gen_audio_element):
24889         Set state on newly added element to READY so that negotiation
24890         can happen ASAP.
24891         Addes some more debug info.
24892         Do not try to plug pads with multiple caps structures or ANY
24893         because it is too dangerous since we do not do dynamic
24894         replugging.
24895
24896 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24897
24898         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
24899
24900         * po/LINGUAS:
24901         * po/or.po:
24902           add Oriya translation
24903
24904 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24905
24906         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24907           Prevent overwrite of size member. Makes audio sound crappy.
24908
24909 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24910
24911         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24912         Add rmvb to the list of known RealMedia extensions
24913
24914 2004-10-05  Wim Taymans  <wim@fluendo.com>
24915
24916         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
24917         (mngdec_openstream), (mngdec_closestream),
24918         (mngdec_handle_sink_event), (mngdec_readdata),
24919         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
24920         (mngdec_getcanvasline), (mngdec_refresh),
24921         (gst_mngdec_change_state):
24922         Set the framerate correctly.
24923
24924 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24925
24926         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24927           There was something wrong with the index massaging.
24928
24929 2004-10-04  Wim Taymans  <wim@fluendo.com>
24930
24931         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
24932         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
24933         (gst_smokedec_chain):
24934         * ext/jpeg/gstsmokedec.h:
24935         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
24936         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
24937         * ext/jpeg/gstsmokeenc.h:
24938         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
24939         (smokecodec_decode_new), (smokecodec_info_free),
24940         (smokecodec_set_quality), (smokecodec_get_quality),
24941         (smokecodec_set_threshold), (smokecodec_get_threshold),
24942         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24943         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
24944         (smokecodec_encode), (smokecodec_parse_id),
24945         (smokecodec_parse_header), (smokecodec_decode):
24946         * ext/jpeg/smokecodec.h:
24947         * ext/jpeg/smokeformat.h:
24948         Updated smoke, new bitstream, allows embedding in ogg.
24949
24950 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24951
24952         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
24953           Fix seeking in some files. All this code is no longer needed (and
24954           actually breaks stuff) because we now synchronize the full index
24955           right when reading the header.
24956
24957 2004-10-04  Wim Taymans  <wim@fluendo.com>
24958
24959         * configure.ac:
24960         configure update for libmng.
24961
24962 2004-10-04  Wim Taymans  <wim@fluendo.com>
24963
24964         * ext/libmng/Makefile.am:
24965         * ext/libmng/gstmng.c: (plugin_init):
24966         * ext/libmng/gstmng.h:
24967         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
24968         (gst_mngdec_base_init), (gst_mngdec_class_init),
24969         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
24970         (gst_mngdec_loop), (gst_mngdec_get_property),
24971         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
24972         (mngdec_closestream), (mngdec_handle_sink_event),
24973         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
24974         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
24975         (gst_mngdec_change_state):
24976         * ext/libmng/gstmngdec.h:
24977         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
24978         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
24979         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
24980         (gst_mngenc_chain), (gst_mngenc_get_property),
24981         (gst_mngenc_set_property):
24982         * ext/libmng/gstmngenc.h:
24983         Added basic MNG decoder. Needs more work. The encoder does
24984         not work yet.
24985
24986 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24987
24988         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
24989         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
24990         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
24991           Don't hang on length=0 chunks. Some negotiation fixes. Signal
24992           no-more-pads.
24993
24994 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
24995
24996         * configure.ac:
24997           you need at least 1.0.4 of speex
24998
24999 2004-10-04 Iain <iaingnome@gmail.com>
25000
25001         * ext/speex/gstspeexdec.h: Revert the includes changes.
25002
25003         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
25004
25005 2004-09-30 Iain <iaingnome@gmail.com>
25006
25007         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
25008         found during init or set as a property instead of hardcoding /dev/audio
25009
25010 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25011
25012         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
25013         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
25014         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
25015         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
25016         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
25017         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
25018         (gst_rmdemux_dump_data):
25019           Use debug category, fix EOS handling. filesrc ! rmdemux now
25020           works.
25021
25022 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25023
25024         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25025         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
25026         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
25027           Improve allocation, cutting and sorting of the index. How takes a
25028           few seconds instead of minutes.
25029
25030 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
25031
25032         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
25033           fixed compilation
25034
25035 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25036
25037         * gst-libs/gst/riff/riff-media.c:
25038         (gst_riff_create_video_caps_with_data),
25039         (gst_riff_create_video_template_caps):
25040           Add wing commander format mimetype/fourccs.
25041         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25042           Don't crash if some value is 0.
25043
25044 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25045
25046         * gst-libs/gst/riff/riff-media.c:
25047         (gst_riff_create_video_caps_with_data),
25048         (gst_riff_create_video_template_caps):
25049           Add DIB fourcc (raw, palettized 8-bit RGB).
25050         * gst-libs/gst/riff/riff-read.c:
25051         (gst_riff_read_strf_vids_with_data):
25052           Oops, fix strf_data reading bug.
25053         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25054           Use a non-NULL tag.
25055         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25056           Time for hacks. Sorry Dave. At least one quicktime movie (a
25057           trailer) that I've encountered contains multiple video tracks.
25058           One of those is the actual video track, the other are one-frame
25059           tracks (images). Unfortunately, the number of frames according
25060           to the trak header is 1 for each, so that doesn't help. So
25061           instead, I look at the duration and discard tracks with a
25062           duration shorter than 20% of the length of the stream. Better
25063           than nothing.
25064
25065 2004-10-01  Christian Schaller <christian@fluendo.com>
25066
25067         * ext/ivorbis/vorbis.c:
25068           Patch from Phil Blundell (Bug 152341)
25069
25070 2004-10-01  Wim Taymans  <wim@fluendo.com>
25071
25072         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
25073         (speex_dec_get_formats), (speex_dec_convert),
25074         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
25075         (speex_dec_chain), (gst_speexdec_get_property),
25076         (gst_speexdec_set_property):
25077         Small cleanups.
25078
25079 2004-10-01  Wim Taymans  <wim@fluendo.com>
25080
25081         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
25082         (gst_wavparse_stream_init), (gst_wavparse_fmt),
25083         (gst_wavparse_other), (gst_wavparse_loop),
25084         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25085         (gst_wavparse_srcpad_event):
25086         * gst/wavparse/gstwavparse.h:
25087         Added some more debugging info.
25088         Fix the case where the length of the file is 0.
25089         Make sure we seek to sample borders.
25090
25091 2004-10-01  Wim Taymans  <wim@fluendo.com>
25092
25093         * gst/playback/README:
25094         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
25095         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25096         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25097         Add some debug info to decodebin, update README
25098
25099 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25100
25101         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
25102           Don't use g_print(); use GST_DEBUG().
25103
25104 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25105
25106         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25107         (gst_ogg_mux_queue_pads):
25108           Handle EOS properly.
25109
25110 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25111
25112         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25113
25114         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
25115         (gst_faad_chain), (gst_faad_change_state):
25116         * ext/faad/gstfaad.h:
25117           Allow playback of raw (unframed) MPEG AAC files (#148993).
25118
25119 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25120
25121         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25122
25123         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25124           Throw error if we didn't recognize the stream. Fixes #152289.
25125
25126 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25127
25128         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25129           Fix negotiation.
25130
25131 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
25132
25133         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25134
25135         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25136           Fix memleak.
25137
25138 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
25139
25140         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25141
25142         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
25143           Solve #152805.
25144         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
25145           Solve 152806.
25146
25147 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25148
25149         * gst-libs/gst/riff/riff-media.c:
25150         (gst_riff_create_video_caps_with_data),
25151         (gst_riff_create_audio_caps_with_data):
25152           Add codec_data handling (like asfdemux used to do).
25153         * gst/asfdemux/gstasf.c: (plugin_init):
25154         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25155         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
25156           Use riff-media for caps creation instead of our own (mostly
25157           broken) copy of its functions.
25158
25159 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25160
25161         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
25162           Don't actually error out if we get another return value than
25163           -EINVAL. Opposite to what I first thought, drivers have random
25164           return values for this, although -EINVAL is the expected return
25165           value. Since this is not fatal, we shouldn't use
25166           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
25167
25168 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25169
25170         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
25171         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
25172         (dvdreadsrc_get_property), (_open), (_seek), (_read),
25173         (dvdreadsrc_get), (dvdreadsrc_open_file),
25174         (dvdreadsrc_change_state):
25175           Fix. Don't do one big huge loop around the whole DVD, that will
25176           cache all data and thus eat sizeof(dvd) (several GB) before we
25177           see something.
25178         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25179           Actually NULL'ify event after using it.
25180         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
25181         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
25182         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25183         (gst_ebml_read_seek), (gst_ebml_read_skip):
25184           Handle events.
25185         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
25186         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
25187         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
25188           Fix timing (this will probably break if I seek using menus, but
25189           I didn't get there yet). VOBs and normal DVDs should now work.
25190           Add a mpeg2-only pad with high rank so this get autoplugged for
25191           MPEG-2 movies.
25192         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
25193         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
25194         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
25195         (gst_mpeg_demux_get_audio_stream),
25196         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
25197         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
25198           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
25199           MPEG-1 but use dvddemux for MPEG-2.
25200         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25201         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
25202         (gst_mpeg_parse_parse_packhead):
25203           Timing. Only add pad template if it exists. Add sink template from
25204           class and not from ourselves. This means we will always use the
25205           correct sink template even if it is not the one defined in this
25206           file.
25207
25208 2004-09-29  Wim Taymans  <wim@fluendo.com>
25209
25210         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
25211         (gst_mpeg_demux_parse_pes):
25212         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25213         Fix playback of mpeg again, timestamps where screwed up by
25214         patch 1.61.
25215
25216 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25217
25218         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
25219           Only return true if we actually filled something in. Prevents
25220           player applications from showing a random length for flac files.
25221         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
25222         (gst_riff_read_use_event), (gst_riff_read_handle_event),
25223         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
25224         (gst_riff_read_strf_vids_with_data),
25225         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
25226           OK, ok, so I implemented event handling. Apparently it's normal
25227           that we receive random events at random points without asking
25228           for it.
25229         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25230         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25231         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
25232         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25233         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
25234         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
25235         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
25236         * gst/avi/gstavidemux.h:
25237           Implement non-lineair chunk handling and subchunk processing.
25238           The first solves playback of AVI files where the audio and video
25239           data of individual buffers that we read are not synchronized.
25240           This should not happen according to the wonderful AVI specs, but
25241           of course it does happen in reality. It is also a prerequisite for
25242           the second. Subchunk processing allows us to cut chunks in small
25243           pieces and process each of these pieces separately. This is
25244           required because I've seen several AVI files with incredibly large
25245           audio chunks, even some files with only one audio chunk for the
25246           whole file. This allows for proper playback including seeking.
25247           This patch is supposed to fix all AVI A/V sync issues.
25248         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
25249         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
25250           Work.
25251         * gst/modplug/gstmodplug.cc:
25252           Proper return value setting for the query() function.
25253         * gst/playback/gstplaybasebin.c: (setup_source):
25254           Being in non-playing state (after, e.g., EOS) is not necessarily
25255           a bad thing. Allow for that. This fixes playback of short files.
25256           They don't actually playback fully now, because the clock already
25257           runs. This means that small files (<500kB) with a small length
25258           (<2sec) will still not or barely play. Other files, such as mod
25259           or flx, will work correctly, however.
25260
25261 2004-09-28  Wim Taymans  <wim@fluendo.com>
25262
25263         * ext/speex/gstspeex.c: (plugin_init):
25264         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
25265         (gst_speex_dec_class_init), (speex_dec_get_formats),
25266         (speex_get_event_masks), (speex_get_query_types),
25267         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
25268         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
25269         (gst_speexdec_get_property), (gst_speexdec_set_property),
25270         (speex_dec_change_state):
25271         * ext/speex/gstspeexdec.h:
25272         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
25273         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
25274         (gst_speexenc_base_init), (gst_speexenc_class_init),
25275         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
25276         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
25277         (gst_speexenc_src_query), (gst_speexenc_init),
25278         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
25279         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
25280         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
25281         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
25282         (gst_speexenc_chain), (gst_speexenc_get_property),
25283         (gst_speexenc_set_property), (gst_speexenc_change_state):
25284         * ext/speex/gstspeexenc.h:
25285         Rewrote speex encoder, make sure it can be embedded in ogg.
25286         Implemented speex decoder.
25287
25288 2004-09-28  Christian Schaller <christian@fluendo.com>
25289
25290         * configure.ac:
25291         Remove kioslave plugin. Markey is brewing a new working one
25292         * ext/Makefile.am: Remove kioslave plugin
25293         * ext/kio: remove
25294         * gst-plugins.spec.in: remove kio plugin from spec
25295
25296 2004-09-27  Wim Taymans  <wim@fluendo.com>
25297
25298         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25299         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25300         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
25301         (gst_multifdsink_new_client),
25302         (gst_multifdsink_handle_client_write),
25303         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25304         (gst_multifdsink_handle_clients):
25305         * gst/tcp/gstmultifdsink.h:
25306         Make syncing to keyframes actually work for new clients and lagging
25307         clients.
25308
25309 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25310
25311         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
25312         (gst_navigationtest_handle_src_event), (draw_box_planar411),
25313         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
25314         * gst/debug/gstnavigationtest.h:
25315           make navigationtest display button-press and button-release events
25316
25317 2004-09-26 Iain <iaingnome@gmail.com>
25318
25319         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
25320         the channels have received a new media event.
25321         (interleave_buffered_loop): Compresses a new media event on all
25322         channels into one.
25323
25324 2004-09-26 Iain <iaingnome@gmail.com>
25325
25326         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
25327         call the sinkpad's default event handler and not the srcpads. He also
25328         says this is confusing :)
25329         (gst_wavenc_stop_file): Company says that seek events only go upstream
25330         we should send a discontinuous downstream instead.
25331
25332 2004-09-25  Christian Schaller <christian@fluendo.com>
25333
25334         * Update SPEC file to be usable in conjunction with Fedora Core,
25335           Fedora.us and freshrpms packages
25336         * Fix typo in multifilesrc test Makefile
25337
25338 2004-09-24  Wim Taymans  <wim@fluendo.com>
25339
25340         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25341         Only signal the no_more_pads signal when we have
25342         added the stream to our list.
25343
25344 2004-09-24  Wim Taymans  <wim@fluendo.com>
25345
25346         * gst/playback/gstplaybasebin.c: (remove_prerolls),
25347         (new_decoded_pad):
25348         * gst/playback/gstplaybasebin.h:
25349         * gst/playback/gstplaybin.c: (setup_sinks):
25350         Don't try to preroll or decode more than one audio/video
25351         track.
25352
25353 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25354
25355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25356           Throw error if we failed to find a suitable output. This should
25357           throw an error if we successfully set up a pipeline (e.g. because
25358           we recognized a media file) but found no decodable streams in it
25359           (e.g. because it contains only media stream types for which we
25360           have no decoders, or because it's not a media type).
25361
25362 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25363
25364         * ext/dirac/Makefile.am:
25365         * ext/dirac/gstdirac.cc:
25366         * ext/dirac/gstdiracdec.cc:
25367         * ext/dirac/gstdiracdec.h:
25368           Do something. Don't actually know if this works because I don't
25369           have a demuxer yet.
25370         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
25371           Add channels=1 to caps returned from _getcaps().
25372         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
25373         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
25374         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
25375         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
25376         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
25377         (gst_ogm_parse_change_state):
25378           Separate between audio/video so ogmaudioparse actually uses the
25379           audio pad templates. Both audio and video work now, including
25380           autoplugging. Also use sometimes-srcpad hack.
25381         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25382           Handle events better. Don't hang on infinite loops.
25383         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
25384         (gst_avi_demux_init), (gst_avi_demux_reset),
25385         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25386         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
25387         (gst_avi_demux_change_state):
25388         * gst/avi/gstavidemux.h:
25389           Improve A/V sync. Still not perfect.
25390         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
25391         (gst_ebml_read_skip):
25392           Handle events better.
25393         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25394         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
25395         (qtdemux_audio_caps):
25396           Add IMA4. Improve event handling. Save offset after a seek when
25397           the headers are at the end of the file so that we don't end up in
25398           an infinite loop.
25399         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25400           Add low-priority typefind support for files with no length.
25401
25402 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25403
25404         * testsuite/multifilesink/Makefile.am:
25405         fix typo
25406
25407 2004-09-22  Julien MOUTTE  <julien@moutte.net>
25408
25409         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
25411         mistakes from thaytan's patches.
25412
25413 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25414
25415         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25416           For completeness, XSync in the destroy function as xvimage does.
25417
25418 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25419
25420         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25421            Correct caps negotiation
25422         * gst/volume/gstvolume.c: (volume_chain_float),
25423         (volume_chain_int16):
25424            Modify debug output to be little more informative
25425         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
25426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25427         (gst_xvimagesink_xvimage_destroy):
25428           Add XSync calls after detaching from the shared memory segment to
25429           avoid a crash.
25430
25431 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25432
25433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25434         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
25435         * ext/vorbis/vorbis.c: (plugin_init):
25436         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25437         (gst_vorbisenc_chain):
25438         * ext/vorbis/vorbisenc.h:
25439         remove explicit newmedia support from oggmux and vorbisenc
25440         add debug category to vorbisenc
25441         * gst/multifilesink/gstmultifilesink.c:
25442         (gst_multifilesink_class_init), (gst_multifilesink_init),
25443         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
25444         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
25445         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
25446         (plugin_init):
25447         * gst/multifilesink/gstmultifilesink.h:
25448         add support for streamheader in multifilesink
25449
25450 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25451
25452         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
25453         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
25454         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
25455           Prevent infinite loops. More correct error reporting.
25456         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25457           Error out if negotiation fails.
25458         * gst/playback/gstplaybasebin.c: (setup_source),
25459         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
25460         (gst_play_base_bin_found_tag):
25461           Error/tag forwarding. Pre-roll fixes for source errors on state
25462           changes (e.g. "file does not exist") to prevent hangs.
25463
25464 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25465
25466         * testsuite/multifilesink/Makefile.am:
25467         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
25468         (gst_newmedia_class_init), (gst_newmedia_init),
25469         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25470         (newfile_signal), (test_signal), (main):
25471         * testsuite/multifilesink/multifilesrc_test.c: (main):
25472         * testsuite/multifilesink/oggtheora_test.c:
25473         (gst_newmedia_base_init), (gst_newmedia_class_init),
25474         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25475         (test_format), (newfile_signal), (test_signal), (main):
25476         * testsuite/multifilesink/oggvorbis_test.c:
25477         (gst_newmedia_base_init), (gst_newmedia_class_init),
25478         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25479         (test_format), (newfile_signal), (test_signal), (main):
25480         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
25481         (gst_newmedia_class_init), (gst_newmedia_init),
25482         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25483         (newfile_signal), (test_signal), (main):
25484         New media tests
25485
25486 2004-09-20  Christian Schaller <christian@fluendo.com>
25487
25488         * Fix mikmod license to LGPL as they have relicensed
25489         * Move Dirac and Effectv into LGPL section of README_license
25490
25491 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25492
25493         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
25494         (gst_mad_change_state):
25495           Allow for mp3 rate/channels changes. However, only very
25496           conservatively. Reason that we *have* to enable this is smiply
25497           because the mad find_sync() function is not good enough, it will
25498           regularly sync on random data as valid frames and therefore make
25499           us provide random caps as *final* caps of the stream. The best fix
25500           I could think of is to simply require several of the same stream
25501           changes in a row before we change caps.
25502           The actual testcase that works now is #
25503         * ext/ogg/Makefile.am:
25504         * ext/ogg/gstogg.c: (plugin_init):
25505         * ext/ogg/gstogmparse.c:
25506           OGM support (video only for now; I need an audio sample file).
25507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25508         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
25509         (gst_asf_demux_add_video_stream):
25510           WMV extradata.
25511         * gst/playback/gstplaybasebin.c: (unknown_type):
25512           Don't error out on single unknown-types after all. It's wrong.
25513           If we found type of video and audio but not of a subtitle stream,
25514           it will still error out (which is unwanted). Will find a better fix
25515           later on.
25516         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
25517         (ogmaudio_type_find), (plugin_init):
25518           OGM support.
25519
25520 2004-09-20  Johan Dahlin  <johan@gnome.org>
25521
25522         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
25523         after setting caps.
25524
25525 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25526
25527         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
25528         * gst/wavenc/gstwavenc.h:
25529         Added newmedia support to wavenc
25530
25531 2004-09-17  Wim Taymans  <wim@fluendo.com>
25532
25533         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
25534         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
25535         (gst_fdset_fd_can_write), (gst_fdset_wait):
25536         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
25537         (gst_multifdsink_init), (gst_multifdsink_add),
25538         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
25539         (gst_multifdsink_remove_client_link),
25540         (gst_multifdsink_client_queue_buffer),
25541         (gst_multifdsink_handle_client_write),
25542         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
25543         (gst_multifdsink_close), (gst_multifdsink_change_state):
25544         * gst/tcp/gstmultifdsink.h:
25545         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25546         (gst_tcpserversink_removed):
25547         Small cleanups in fdset.c
25548         Use a hastable to map fd to the client structure for faster
25549         lookup in _remove and get_stats.
25550         Added virtual function to close the fds.
25551         Handle clients even when the select/poll call was unblocked because
25552         of a command.
25553         Implement syncing to keyframe in the recovery procedure.
25554
25555 2004-09-16 Iain <iaingnome@gmail.com>
25556
25557         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
25558         try caps.
25559
25560 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25561
25562         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
25563           Caps are only set if the type of the stream is unknown, but this
25564           is initialized in ->init_stream(), so set to UNKNOWN after calling
25565           ->init_stream() so that capsnego starts.
25566
25567 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25568
25569         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25570         (gst_avi_demux_stream_data):
25571           Just hardcode for raw audio then. AVI audio sucks.
25572
25573 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
25574
25575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25576         * gst/matroska/matroska-mux.c: (audiosink_templ),
25577         (gst_matroska_mux_audio_pad_link):
25578         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
25579         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
25580
25581 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25582
25583         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25584         (gst_avi_demux_stream_data):
25585           Try to fix a/v sync issues.
25586
25587 2004-09-15  David Schleef  <ds@schleef.org>
25588
25589         * configure.ac: remove NASM check, since we don't use it.  Update
25590         dirac check to 0.4
25591         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
25592         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25593         Initialized variables.
25594         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25595         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
25596         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
25597         SVQ3 format
25598
25599 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25600
25601         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25602         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
25603         * gst/avi/gstavidemux.h:
25604           Fix for compressed audio (mp3) timestamp generation. How did this
25605           ever work?
25606
25607 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25608
25609         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
25610           Volume is a double not a float.
25611
25612 2004-09-15  Wim Taymans  <wim@fluendo.com>
25613
25614         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
25615         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
25616         Don't close the fd in multifdsink as we didn't open it in the
25617         first place. Some cleanups.
25618
25619 2004-09-15  Wim Taymans  <wim@fluendo.com>
25620
25621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25623         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25624         Fix the case where the muxer would mark pages as delta
25625         frames when they are not (vorbis only ogg).
25626
25627 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25628
25629         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
25630         (gst_play_base_bin_change_state):
25631           Handle the case where we failed to setup a clear pipeline. This
25632           will throw an error (or EOS, another nice case) and if you don't
25633           catch that, the app will wait for the signal forever (and thus
25634           hang).
25635
25636 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25637
25638         * ext/gnomevfs/gstgnomevfssink.c:
25639         (gst_gnomevfssink_uri_get_protocols):
25640         * ext/gnomevfs/gstgnomevfssrc.c:
25641         (gst_gnomevfssrc_uri_get_protocols):
25642         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25643         * ext/gnomevfs/gstgnomevfsuri.h:
25644           Use _uri_new() instead of _open(), so it doesn't take as long and
25645           Christophe's computer won't hang.
25646         * gst/playback/gstplaybasebin.c: (unknown_type):
25647           Throw error on unknown media type, so apps actually display it.
25648
25649 2004-09-14  Brian Cameron  <brian.cameron@sun.com
25650
25651         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
25652           this script to work on Solaris since bash shell handles echo
25653           differenly than bash.
25654
25655 2004-09-17  Wim Taymans  <wim@fluendo.com>
25656
25657         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
25658         (setup_source), (gst_play_base_bin_set_property),
25659         (gst_play_base_bin_add_element):
25660         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
25661         Some more work on making sure seeking pauses the pipeline and
25662         that changing the uri actually does something.
25663
25664 2004-09-17  Wim Taymans  <wim@fluendo.com>
25665
25666         * gst/tcp/gstfdset.c: (gst_fdset_wait):
25667         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
25668         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
25669         (gst_tcpserversink_close):
25670         Be a bit more paranoid when freeing memory.
25671
25672 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25673
25674         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
25675         (qtdemux_parse_trak):
25676           Don't crash by dividing by zero (see sample movie in #126922).
25677
25678 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25679
25680         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25681           Don't touch non-existing data (fixes crash on file in #140147).
25682
25683 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25684
25685         * gst/playback/gstplaybasebin.c:
25686         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
25687           Handle double disposals, and proper change of URIs.
25688
25689 2004-09-13  Martin Eikermann <meiker@upb.de>
25690
25691         * gst/mpegstream/gstmpegparse.c:
25692           fix synchronistation for streams recorded from digital PCR
25693           fixes bug #119376
25694
25695 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25696
25697         * ext/gnomevfs/Makefile.am:
25698         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25699         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
25700         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
25701         (gst_gnomevfssink_uri_get_type),
25702         (gst_gnomevfssink_uri_get_protocols),
25703         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
25704         (gst_gnomevfssink_uri_handler_init),
25705         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
25706         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
25707         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25708         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
25709         (gst_gnomevfssrc_uri_get_type),
25710         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
25711         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
25712         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25713         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
25714         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25715         * ext/gnomevfs/gstgnomevfsuri.h:
25716           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
25717           of fake URIs to see which this version of Gnome-VFS likes, and
25718           uses that for the Gst-URI interface. Makes playbin support http://
25719           streams. Also fix up some stupid behaviour in gnomevfssrc.
25720
25721 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25722
25723         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25724         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25725         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25726         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25727           Update mixer (to sync with other sessions) if we try to obtain
25728           a new value. This makes alsamixer work accross applications.
25729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25730           Only call sync functions if we're running, else alsalib asserts.
25731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
25732           Sometimes fails to compile. Possibly a gcc bug.
25733         * gst/playback/gstplaybin.c: (gen_video_element),
25734         (gen_audio_element):
25735           Add a reference to an application-provided object, because we lose
25736           this same reference if we add it to the bin. If we don't do this,
25737           we can only use this object once and thus crash if we go from
25738           ready to playing, back to ready and back to playing again.
25739           Also add an audioscale element because several cheap soundcards -
25740           like mine - don't support all samplerates.
25741         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25742         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
25743           Fix wrong order or PAR calls. Makes automatically obtained PAR
25744           from the X server atually being used.
25745
25746 2004-09-12  David Schleef  <ds@schleef.org>
25747
25748         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
25749         #151887, #152102, #152247.
25750         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
25751         * examples/seeking/cdparanoia.c: same
25752         * examples/seeking/cdplayer.c: same
25753         * examples/seeking/seek.c: same
25754         * examples/seeking/spider_seek.c: same
25755         * examples/seeking/vorbisfile.c: same
25756         * examples/stats/mp2ogg.c: same
25757         * ext/esd/esdsink.c: (gst_esdsink_class_init),
25758         (gst_esdsink_dispose): Dispose of element properly.
25759         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
25760         fixes.
25761         * ext/nas/nassink.c: (gst_nassink_class_init),
25762         (gst_nassink_dispose): Dispose of element correctly.
25763         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
25764         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25765         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25766         Fix 64-bit warning.
25767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25768         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25769         Fix 64-bit warning.
25770
25771 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25772
25773         * configure.ac : change speex detection as 1.1.6 now uses
25774           .pc/pkg-config and they changed their headers location.
25775
25776 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
25777
25778         * gst/matroska/matroska-mux.h:
25779         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
25780         (gst_matroska_mux_start), (gst_matroska_mux_finish),
25781         (gst_matroska_mux_write_data):
25782           Write multiple blocks/frames per cluster.
25783                 Write meta-seek information (seek heads).
25784
25785 2004-09-09  Scott Wheeler <wheeler@kde.org>
25786
25787         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
25788         (gst_play_bin_set_property), (gst_play_bin_get_property),
25789         (gen_audio_element), (gen_audio_element):
25790           Add a volume element / property to the pipeline.
25791
25792 2004-09-07  Wim Taymans  <wim@fluendo.com>
25793
25794         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
25795         Copy timestamps from the master pad to the output buffers.
25796
25797 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25798
25799         * ext/raw1394/gstdv1394src.c:
25800           throw errors when applicable
25801
25802 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
25803
25804         * gst/matroska/ebml-ids.h:
25805         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
25806         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
25807         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
25808           automatically convert unix time <-> ebml time when reading/writing
25809           a date, use gst_ebml_write_uint to write CUETIME,
25810           not gst_ebml_write_date.
25811         * gst/matroska/matroska-ids.h:
25812         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
25813         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
25814         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
25815         (gst_matroska_mux_write_data):
25816           Write track and segment UIDs, write muxing date, write
25817           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
25818           Create cues for audio only files.
25819
25820 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25821
25822         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25823         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25824           Re-commit ALSA switches.
25825         * gst/adder/gstadder.c: (gst_adder_loop):
25826           64-bit fix (#151416).
25827         * gst/debug/progressreport.c: (gst_progressreport_report):
25828           64-bit fix (#151419).
25829         * gst/matroska/matroska-demux.c:
25830         (gst_matroska_demux_parse_contents):
25831           64-bit fix (#151420).
25832         * gst/playback/test3.c: (update_scale):
25833           64-bit fix (#151421).
25834
25835 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25836
25837         * configure.ac:
25838           bump nano to cvs
25839
25840 === release 0.8.4 ===
25841
25842 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25843
25844         * configure.ac: releasing 0.8.4, "Alias"
25845
25846 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25847
25848         * ext/theora/Makefile.am:
25849           fix makefile.  Fixes #151462.
25850
25851 2004-08-30  Wim Taymans  <wim@fluendo.com>
25852
25853         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
25854         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25855         (gst_multifdsink_remove_client_link),
25856         (gst_multifdsink_client_queue_buffer),
25857         (gst_multifdsink_handle_client_write):
25858         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
25859         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
25860         Fix some memory leaks.
25861
25862 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25863
25864         Patch by: David Schleef
25865
25866         * configure.ac:
25867         * sys/Makefile.am:
25868           rename our detection macro for V4L2.  Fixes #151236.
25869
25870 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25871
25872         Patch by: David Schleef
25873
25874         * configure.ac:
25875           check to define LAMEPRESET.  Fixes #151232.
25876
25877 2004-08-27  David Schleef  <ds@schleef.org>
25878
25879         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
25880         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
25881         (gst_glimagesink_fixate):  Move local variable declarations to
25882         make gcc-2.95 happy.
25883
25884 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25885
25886         * configure.ac:
25887           bump nano for prerelease
25888
25889 2004-08-27  David Schleef  <ds@schleef.org>
25890
25891         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
25892         * sys/sunaudio/gstsunaudiosrc.c:
25893         * sys/sunaudio/gstsunaudiosrc.h:
25894
25895 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
25896
25897         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
25898         handle EOS correctly
25899         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
25900         * gst/matroska/matroska-mux.h:
25901         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
25902         VFW compatibility mode
25903
25904 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25905
25906         patch by: Zaheer Abbas Merali
25907
25908         * ext/ogg/gstoggmux.c:
25909         * ext/vorbis/vorbisenc.c:
25910         * ext/vorbis/vorbisenc.h:
25911           handle NEWMEDIA
25912
25913 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
25914
25915         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
25916         fix byte order reversion on little endian machines.
25917         * gst/matroska/matroska-mux.c: (audiosink_templ),
25918         (gst_matroska_mux_audio_pad_link):
25919         add TTA codec to the list of supported codecs.
25920         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
25921         (gst_matroska_mux_start), (gst_matroska_mux_finish),
25922         (gst_matroska_mux_write_data):
25923         * gst/matroska/matroska-mux.h:
25924         write segment duration correctly, write muxing app string, fixes bugs
25925         #140897 and #140898.
25926         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
25927         wait for all pads to be negotiated before starting to mux.
25928
25929 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25930
25931         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
25932         * ext/lame/gstlame.h:
25933         Added new media support to lame
25934
25935 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
25936
25937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
25938         send vorbis headers at the beginning of a stream, fixes bug #141554.
25939         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
25940         bug #148950.
25941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
25942         (gst_matroska_demux_plugin_init):
25943         * gst/matroska/matroska-ids.h:
25944         enable demuxing of TTA audio streams, fixes bug #148951.
25945         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
25946         enable typefinding for TTA audio files, fixes bug #148711.
25947         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
25948         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
25949         fixes playback of packed bitstream and xvid with bframes, bug #135407.
25950
25951 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
25952
25953         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25954         (gst_riff_read_element_data), (gst_riff_read_seek),
25955         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
25956         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
25957         <teuf@gnome.org>
25958
25959 2004-08-23 Iain <iaingnome@gmail.com>
25960
25961         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
25962         tags. They appear to be handled differently to normal.
25963         (tag_list_to_id3_tag_foreach): Ditto.
25964
25965 2004-08-22  Wim Taymans  <wim@fluendo.com>
25966
25967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25968         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25969         Make sure we never send -1 granulepos.
25970
25971 2004-08-20  Wim Taymans  <wim@fluendo.com>
25972
25973         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25974         (gst_ogg_mux_loop):
25975         I will accept bitchslappings with non sharp objects.
25976
25977 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25978
25979         * configure.ac:
25980         Clean up the test for lame presets
25981
25982 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25983
25984         * configure.ac:
25985         * ext/lame/Makefile.am:
25986         * ext/lame/gstlame.c: (gst_lame_class_init),
25987         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
25988         Only enable lame presets if version of lame has presets in API
25989
25990 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
25991         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
25992         * gst/udp/gstudpsrc.h:
25993           Don't call gst_pad_push in a get function. Fixes #150449
25994
25995 2004-08-18  Wim Taymans  <wim@fluendo.com>
25996
25997         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
25998         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
25999         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26000         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26001         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26002         (gst_fdset_wait):
26003         * gst/tcp/gstfdset.h:
26004         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26005         (gst_multifdsink_client_queue_buffer),
26006         (gst_multifdsink_handle_client_write):
26007         * gst/tcp/gstmultifdsink.h:
26008         Some extra checks in gstfdset.
26009         Only use send() when the fd is a socket. Don't try to
26010         read from write only fds.
26011
26012 2004-08-18  Wim Taymans  <wim@fluendo.com>
26013
26014         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
26015         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26016         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26017         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26018         (gst_fdset_wait):
26019         Add more locking and bounds checking.
26020
26021 2004-08-18  Wim Taymans  <wim@fluendo.com>
26022
26023         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
26024         Realloc test fdset in the lock and right before starting
26025         the poll call. Bump the limit to 4096.
26026
26027 2004-08-17  David Schleef  <ds@schleef.org>
26028
26029         * sys/sunaudio/Makefile.am:
26030         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
26031         of rates and channels.  Make debugging less obnoxious.
26032
26033         Patch from Balamurali Viswanathan implementing a mixer for
26034         Sun audio.  (bug #144091):
26035         * sys/sunaudio/gstsunelement.c:
26036         * sys/sunaudio/gstsunelement.h:
26037         * sys/sunaudio/gstsunmixer.c:
26038         * sys/sunaudio/gstsunmixer.h:
26039
26040 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26041
26042         * gst/audioscale/gstaudioscale.c:
26043         * gst/audioscale/gstaudioscale.h:
26044         made audioscale resample from any sample rate to any sample rate
26045
26046 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26047
26048         * ext/libpng/gstpngdec.c:
26049           error out on unsupported types
26050
26051 2004-08-17  Iain <iaingnome@gmail.com>
26052
26053         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
26054         mid_side and loose_mid_side properties if its a stereo stream.
26055
26056 2004-08-17  Wim Taymans  <wim@fluendo.com>
26057
26058         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26059         (theora_get_formats), (theora_dec_src_convert),
26060         (theora_dec_sink_convert), (theora_dec_src_query),
26061         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26062         Add a debug line.
26063
26064 2004-08-17  Wim Taymans  <wim@fluendo.com>
26065
26066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
26067         (gst_ogg_pad_push):
26068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26069         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
26070         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
26071         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26072         Mark delta units in the muxer.
26073         Try to decode the packet after an out-of-sync error from
26074         libogg.
26075
26076 2004-08-17  Wim Taymans  <wim@fluendo.com>
26077
26078         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26079         (gst_multifdsink_init), (gst_multifdsink_add),
26080         (gst_multifdsink_client_queue_buffer),
26081         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
26082         * gst/tcp/gstmultifdsink.h:
26083         Added option to send a keyframe to clients as the first buffer.
26084         Make timeout property writable.
26085
26086 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26087
26088         patch by: Wim Taymans
26089
26090         * gst/tcp/gstfdset.c:
26091         * gst/tcp/gstmultifdsink.c:
26092           fix index comparison, should include 0
26093
26094 2004-08-16  Wim Taymans  <wim@fluendo.com>
26095
26096         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
26097         (gst_fdset_add_fd), (gst_fdset_remove_fd),
26098         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26099         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26100         (gst_fdset_wait):
26101           copy when reallocing for poll so the select arguments don't get
26102           changed during the call
26103
26104 2004-08-16  Wim Taymans  <wim@fluendo.com>
26105
26106         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26107         (gst_theora_enc_class_init), (theora_enc_sink_link),
26108         (theora_buffer_from_packet), (theora_enc_chain):
26109         Fix bug where buffers were not marked as keyframes
26110         correctly.
26111
26112 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26113
26114         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26115         (gst_lame_preset_get_type), (gst_lame_class_init):
26116         describe the enum values for vbr mode and presets more verbosely
26117
26118 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26119
26120         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
26121         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
26122         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
26123         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26124         * ext/lame/gstlame.h:
26125         add preset property to lame so it can use lame presets
26126
26127 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26128
26129         * ext/lame/gstlame.c: (gst_lame_get_property):
26130         whoops forgot break, thanks teuf
26131
26132 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26133
26134         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26135         (gst_lame_class_init), (gst_lame_src_getcaps),
26136         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
26137         (gst_lame_get_property), (gst_lame_setup):
26138         * ext/lame/gstlame.h:
26139         fix lame's broken vbr stuff, allow it to resample if need be, and also
26140         make xing header optional
26141
26142 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26143
26144         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
26145         added getcaps function so samplerate doesnt get fixated to silly values
26146
26147 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26148
26149         * ext/lame/gstlame.c: (gst_lame_src_link):
26150         revert previous fix
26151
26152 2004-08-12  Johan Dahlin  <johan@gnome.org>
26153
26154         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
26155         checks. Doesn't matter what state we are in. Interfaces are a
26156         compile time thing, not runtime. It also broke the python bindings.
26157
26158 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26159
26160         * ext/lame/gstlame.c: (gst_lame_src_link):
26161         made source pad link function check if sinkpad is ok..fixes the problem
26162         where core fixates the output rate of lame stupidly
26163
26164 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26165
26166         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
26167         * sys/v4l/v4l_calls.c:
26168         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
26169           fix fixate function to handle nonsimple caps.
26170           remove bogus check in _link
26171           cleanups
26172
26173 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26174
26175         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
26176         set default compression ratio parameter to 0.0 so bitrate parameter
26177         works :)
26178
26179 2004-08-11  David Schleef  <ds@schleef.org>
26180
26181         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
26182
26183 2004-08-11  David Schleef  <ds@schleef.org>
26184
26185         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
26186         before.
26187
26188 2004-08-11  David Schleef  <ds@schleef.org>
26189
26190         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
26191
26192 2004-08-11  David Schleef  <ds@schleef.org>
26193
26194         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
26195           license field
26196         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
26197         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
26198           LGPL.
26199         * gst/auparse/gstauparse.c: Fix plugin license field.
26200         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
26201         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
26202         * gst/rtp/gstrtp.c: Fix plugin license field.
26203
26204 2004-08-11  Wim Taymans  <wim@fluendo.com>
26205
26206         * gst/tcp/Makefile.am:
26207         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
26208         (ensure_size), (gst_fdset_new), (gst_fdset_free),
26209         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
26210         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
26211         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
26212         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26213         (gst_fdset_fd_can_write), (gst_fdset_wait):
26214         * gst/tcp/gstfdset.h:
26215         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26216         (gst_multifdsink_class_init), (gst_multifdsink_init),
26217         (gst_multifdsink_add), (gst_multifdsink_remove),
26218         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26219         (gst_multifdsink_remove_client_link),
26220         (gst_multifdsink_handle_client_read),
26221         (gst_multifdsink_client_queue_data),
26222         (gst_multifdsink_client_queue_caps),
26223         (gst_multifdsink_client_queue_buffer),
26224         (gst_multifdsink_handle_client_write),
26225         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26226         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26227         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26228         (gst_multifdsink_close):
26229         * gst/tcp/gstmultifdsink.h:
26230         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26231         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26232         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
26233         (gst_tcpserversink_close):
26234         * gst/tcp/gsttcpserversink.h:
26235         Abstracted away the select call, implemented poll (yes we ran into
26236         the 1024 limit in production).
26237
26238 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26239
26240         * gst/tcp/gsttcp.c:
26241         * gst/tcp/gsttcpplugin.c:
26242           improve debuggging, remove assert
26243
26244 2004-08-10  Wim Taymans  <wim@fluendo.com>
26245
26246         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26247         (gst_client_status_get_type), (gst_multifdsink_class_init),
26248         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
26249         (gst_multifdsink_handle_client_read),
26250         (gst_multifdsink_handle_client_write),
26251         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26252         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26253         (gst_multifdsink_get_property):
26254         * gst/tcp/gstmultifdsink.h:
26255         * gst/tcp/gsttcp-marshal.list:
26256         Starting to prepare for specifying buffer time in other units
26257         than buffers. Expose remove reason in signal.
26258
26259 2004-08-10  Wim Taymans  <wim@fluendo.com>
26260
26261         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26262         (gst_multifdsink_remove), (gst_multifdsink_clear),
26263         (gst_multifdsink_remove_client_link),
26264         (gst_multifdsink_handle_client_read),
26265         (gst_multifdsink_client_queue_data),
26266         (gst_multifdsink_client_queue_buffer),
26267         (gst_multifdsink_handle_client_write),
26268         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
26269         (gst_multifdsink_chain), (gst_multifdsink_close):
26270         * gst/tcp/gstmultifdsink.h:
26271         Added more debugging info. Changed the way clients are
26272         removed from the lists. Fixed a bug where a bad file descriptor
26273         could cause many clients to be removed.
26274
26275 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26276
26277         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
26278           allow all pixel-aspect-ratios, not just 1:1
26279
26280 2004-08-09  David Schleef  <ds@schleef.org>
26281
26282         * sys/glsink/ARB_multitexture.h:  Remove old files.
26283         * sys/glsink/EXT_paletted_texture.h:
26284         * sys/glsink/NV_register_combiners.h:
26285         * sys/glsink/gstgl_nvimage.c:
26286         * sys/glsink/gstgl_pdrimage.c:
26287         * sys/glsink/gstgl_rgbimage.c:
26288         * sys/glsink/gstglsink.c:
26289         * sys/glsink/gstglsink.h:
26290         * sys/glsink/gstglxwindow.c:
26291         * sys/glsink/regcomb_yuvrgb.c:
26292
26293 2004-08-09  David Schleef  <ds@schleef.org>
26294
26295         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
26296         GL sink plugin.  (Bug #147302)
26297
26298         * configure.ac: Test for OpenGL
26299         * sys/Makefile.am: Use test for OpenGL
26300         * sys/glsink/Makefile.am:
26301         * sys/glsink/glimagesink.c: rewrite
26302         * sys/glsink/glimagesink.h: rewrite
26303
26304 2004-08-09  David Schleef  <ds@schleef.org>
26305
26306         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
26307         sane framerates.
26308         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
26309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
26310         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
26311
26312 2004-08-09  Wim Taymans  <wim@fluendo.com>
26313
26314         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26315         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26316         (gst_multifdsink_client_remove),
26317         (gst_multifdsink_handle_client_read),
26318         (gst_multifdsink_handle_client_write),
26319         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26320         Do a bit more logging, make the client_read code more robust.
26321
26322 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26323
26324         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
26325         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
26326         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
26327         (gst_jpegdec_init), (gst_jpegdec_chain):
26328         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
26329         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
26330           cleanups, debugging fixes and memleak plugging
26331
26332 2004-08-09  Wim Taymans  <wim@fluendo.com>
26333
26334         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26335         (theora_get_formats), (theora_dec_src_convert),
26336         (theora_dec_sink_convert), (theora_dec_src_query),
26337         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
26338         (theora_dec_change_state):
26339         Don't crash on missing header packets.
26340
26341 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26342
26343         * po/LINGUAS:
26344         * po/sq.po:
26345           Added Albanian translation (Laurent Dhima)
26346         * po/cs.po:
26347           updated
26348
26349 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26350
26351         * ext/lame/gstlame.c:
26352           fix/add debugging
26353
26354 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26355
26356         * sys/ximage/ximagesink.c:
26357         * sys/xvimage/xvimagesink.c:
26358           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
26359
26360 2004-08-06  Wim Taymans  <wim@fluendo.com>
26361
26362         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26363         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26364         (gst_multifdsink_client_remove),
26365         (gst_multifdsink_handle_client_read),
26366         (gst_multifdsink_handle_client_write),
26367         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26368         Make sure we don't try to read more from a client that what
26369         ioctl says us or we deadlock.
26370
26371 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26372
26373         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
26374         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
26375         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26376           decouple running_time and n_frames so it can handle changing
26377           framerate while running
26378
26379 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26380
26381         * po/nl.po:
26382         * po/sv.po:
26383           updated translations
26384
26385 2004-08-04  Benjamin Otte  <otte@gnome.org>
26386
26387         * gst/videotestsrc/gstvideotestsrc.c:
26388         (gst_videotestsrc_get_capslist), (generate_capslist),
26389         (plugin_init):
26390           generate the list of supported caps at startup and reuse it instead
26391           of always generating it
26392
26393 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26394
26395         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
26396           whoops, last checkin broke normal build
26397
26398 2004-08-03  Benjamin Otte  <otte@gnome.org>
26399
26400         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
26401         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
26402         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
26403         (gst_alsa_mixer_get_option):
26404         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
26405         (dvdnavsrc_print_event):
26406         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
26407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
26408         (gst_ogg_mux_pad_unlink):
26409         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
26410         (gst_multipart_mux_pad_unlink):
26411         * gst/videofilter/gstvideobalance.c:
26412         (gst_videobalance_colorbalance_set_value):
26413         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
26414         (gst_videomixer_pad_unlink):
26415         * po/uk.po:
26416         * sys/oss/gstossmixer.c:
26417         * sys/v4l/gstv4lcolorbalance.c:
26418         * sys/v4l/gstv4ltuner.c:
26419         * sys/v4l/v4lsrc_calls.c:
26420         * sys/v4l2/gstv4l2colorbalance.c:
26421         * sys/v4l2/gstv4l2tuner.c:
26422           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
26423
26424 2004-08-03  Benjamin Otte  <otte@gnome.org>
26425
26426         * examples/dynparams/filter.c: (ui_control_create):
26427         * examples/gstplay/player.c: (print_tag):
26428         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
26429         * ext/gdk_pixbuf/gstgdkanimation.c:
26430         (gst_gdk_animation_iter_may_advance):
26431         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
26432         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
26433         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
26434         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
26435         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
26436         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
26437         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
26438         * gst/sine/demo-dparams.c: (main):
26439         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
26440         * testsuite/alsa/formats.c: (create_pipeline):
26441         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
26442           fixes for G_DISABLE_ASSERT and friends
26443         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26444         (mp3_type_frame_length_from_header), (mp3_type_find),
26445         (plugin_init):
26446           require mp3 typefinding to have at least MIN_HEADERS valid headers
26447           add typefinding for AAC adts files
26448
26449 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
26450
26451         * sys/ximage/ximagesink.c:
26452         (gst_ximagesink_calculate_pixel_aspect_ratio):
26453         * sys/xvimage/xvimagesink.c:
26454         (gst_xvimagesink_calculate_pixel_aspect_ratio):
26455         Make sure we calculate pixel-aspect-ratio using floating point maths
26456
26457 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26458
26459         * po/uk.po:
26460           updated translation
26461
26462 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26463
26464         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
26466           add debugging for display PAR calculation
26467
26468 2004-08-02  David Schleef  <ds@schleef.org>
26469
26470         * configure.ac: Fix mikmod CFLAGS.
26471
26472 2004-07-27  Benjamin Otte  <otte@gnome.org>
26473
26474         * gst/audioscale/gstaudioscale.c:
26475         - fix templates to only support S16, it's the only format that works
26476         - make caps nego code use try_set_caps_nonfixed and fixation instead
26477         of try_set_caps twice, which is not nice for autopluggers
26478         - change rank to secondary, so autopluggers can pick it up after
26479         audioconvert
26480
26481 2004-08-02  Iain <iain@prettypeople.org>
26482
26483         * gst/interleave/interleave.c (interleave_init),
26484         (interleave_request_new_pad),
26485         (interleave_pad_removed),
26486         (interleave_buffered_loop): Use the real pad count, not the artificial
26487         one.
26488
26489 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26490
26491         * configure.ac: bump nano back to development
26492
26493 === release 0.8.3 ===
26494
26495 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26496
26497         * configure.ac: releasing 0.8.3, "Water"
26498
26499 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26500
26501         * sys/xvimage/xvimagesink.c:
26502         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26503         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
26504         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
26505         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26506         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26507         * sys/xvimage/xvimagesink.h:
26508           apply similar PAR fixes as to ximagesink
26509
26510 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26511
26512         patch from: Benjamin Otte
26513
26514         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
26515           add link function to lame.  Fixes #148986.
26516
26517 2004-08-02  Johan Dahlin  <johan@gnome.org>
26518
26519         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
26520         fix debugging log
26521
26522 2004-07-30  David Schleef  <ds@schleef.org>
26523
26524         * gst/videomixer/Makefile.am: Fix things that should have been
26525         fixed in the last checkin.
26526
26527 2004-07-30  David Schleef  <ds@schleef.org>
26528
26529         * gst/multipart/Makefile.am: Fix things that should have been
26530         fixed in the last checkin.
26531
26532 2004-07-30  David Schleef  <ds@schleef.org>
26533
26534         * testsuite/multifilesink/Makefile.am: Fix unused variable.
26535
26536 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26537
26538         * configure.ac:
26539           bump nano for prerelease
26540         * po/af.po:
26541         * po/az.po:
26542         * po/cs.po:
26543         * po/en_GB.po:
26544         * po/hu.po:
26545         * po/nl.po:
26546         * po/sr.po:
26547         * po/sv.po:
26548         * po/uk.po:
26549           updates
26550
26551 2004-07-30  Wim Taymans  <wim@fluendo.com>
26552
26553         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26554         (gst_multifdsink_add), (gst_multifdsink_remove),
26555         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26556         (gst_multifdsink_client_remove),
26557         (gst_multifdsink_handle_client_write),
26558         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26559         * gst/tcp/gstmultifdsink.h:
26560         Recover from a select with a bad file descriptor by removing
26561         the client.
26562
26563 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26564
26565         * configure.ac:
26566           fix requirement of core
26567         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
26568         (gst_play_pipeline_setup):
26569           don't use colorspace element.  do use hermescolorspace element.
26570           make macro to get a colorspace element.
26571           mark strings for translation.
26572         * po/POTFILES.in:
26573           add play.c
26574         * po/af.po:
26575         * po/az.po:
26576         * po/cs.po:
26577         * po/en_GB.po:
26578         * po/hu.po:
26579         * po/nl.po:
26580         * po/sr.po:
26581         * po/sv.po:
26582         * po/uk.po:
26583           update translations
26584
26585 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26586
26587         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
26588         fix default for newmedia flag
26589
26590 2004-07-30  Wim Taymans  <wim@fluendo.com>
26591
26592         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26593         (gst_theora_dec_init), (theora_get_formats),
26594         (theora_dec_src_convert), (theora_dec_sink_convert),
26595         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26596         (theora_dec_chain), (theora_dec_set_property),
26597         (theora_dec_get_property):
26598         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26599         (gst_theora_enc_class_init), (gst_theora_enc_init),
26600         (theora_enc_sink_link), (theora_enc_chain),
26601         (theora_enc_set_property), (theora_enc_get_property):
26602         Added cropping option to theora decoder.
26603         Added border option to theora encoder.
26604
26605 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26606
26607         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26608         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26609         (gst_pngenc_set_property):
26610         * ext/libpng/gstpngenc.h:
26611         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
26612
26613 2004-07-30  Wim Taymans  <wim@fluendo.com>
26614
26615         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26616         (theora_enc_sink_link), (theora_enc_chain),
26617         (theora_enc_set_property), (theora_enc_get_property):
26618         Fix encoding of non-multiple-of-16 video.
26619
26620 2004-07-29  David Schleef  <ds@schleef.org>
26621
26622         * configure.ac: make test for audiofile more strict
26623
26624 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26625
26626         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26627           give different names to typefind functions
26628
26629 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26630
26631         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26632         (gst_ximagesink_calculate_pixel_aspect_ratio),
26633         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
26634         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26635         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
26636         (gst_ximagesink_get_property), (gst_ximagesink_init):
26637         * sys/ximage/ximagesink.h:
26638           allocate PAR's dynamically.
26639           use autodetected PAR if no object-set PAR is given.
26640           add workaround for directfb's X not setting physical size.
26641           fix to xvimagesink will follow tomorrow.
26642
26643 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26644
26645         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
26646         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
26647         (gst_shout2send_get_type), (gst_shout2send_set_clock),
26648         (gst_shout2send_class_init), (gst_shout2send_init),
26649         (set_shout_metadata), (gst_shout2send_set_metadata),
26650         (gst_shout2send_chain), (gst_shout2send_set_property),
26651         (gst_shout2send_get_property), (gst_shout2send_connect),
26652         (gst_shout2send_change_state):
26653         * ext/shout2/gstshout2.h:
26654         - fix for sending mp3 audio to icecast2 server, if pad link function not
26655         called before PAUSED state
26656         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
26657         - added tagging support for mp3 audio broadcasted
26658         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
26659         debug info
26660
26661 2004-07-28  Wim Taymans  <wim@fluendo.com>
26662
26663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26664         (gst_ogg_demux_push):
26665         Return query failure when we don't know the length of
26666         an ogg stream insteda of returning TRUE with a bogus value.
26667
26668 2004-07-28  Wim Taymans  <wim@fluendo.com>
26669
26670         * ext/theora/theoradec.c: (theora_get_formats),
26671         (theora_dec_src_convert), (theora_dec_sink_convert),
26672         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26673         (theora_dec_chain):
26674         Don't screw up the 1 Chroma for 1 luma sample situation when we
26675         have an odd offset/width by adding a black border in those cases.
26676
26677 2004-07-28  Wim Taymans  <wim@fluendo.com>
26678
26679         * ext/theora/theoradec.c: (theora_get_formats),
26680         (theora_dec_src_convert), (theora_dec_sink_convert),
26681         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26682         (theora_dec_chain):
26683         * ext/theora/theoraenc.c: (theora_enc_sink_link):
26684         Added first attempt at cropping of the image as required by the
26685         theora spec. We need more properties in the caps (offset_x,
26686         offset_y,stride) to implement this correctly.
26687
26688 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
26689
26690         * ext/dvdnav/README:
26691           Update the README to use dvddemux
26692         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
26693           Ensure getcaps returns a subset of the template caps
26694         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
26695         (gst_mpeg2subt_init):
26696           Ensure getcaps returns a subset of the template caps
26697         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26698         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
26699         (gst_dvd_demux_get_subpicture_stream),
26700         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
26701         * gst/mpegstream/gstdvddemux.h:
26702           Set the explicit caps on the current_video pad before pushing
26703           anything
26704         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
26705         (gst_mpeg_demux_get_audio_stream):
26706           Free caps used to gst_pad_set_explicit_caps, which takes a const
26707           GstCaps *
26708
26709 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26710
26711         * configure.ac: update GStreamer requirement to 0.8.4 because of
26712           GstFraction.
26713
26714 2004-07-28  Wim Taymans  <wim@fluendo.com>
26715
26716         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
26717         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
26718         Add the pad to the element after setting up the caps. This
26719         makes it a lot easier to autoplug.
26720
26721 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26722
26723         * gst/median/gstmedian.c:
26724         * gst/mpeg2subt/gstmpeg2subt.c:
26725         * gst/mpegaudioparse/gstmpegaudioparse.c:
26726         * gst/mpegstream/gstdvddemux.c:
26727         * gst/mpegstream/gstmpegdemux.c:
26728         * gst/mpegstream/gstmpegpacketize.c:
26729         * gst/rtjpeg/gstrtjpeg.c:
26730         * gst/rtjpeg/gstrtjpegdec.c:
26731         * gst/rtjpeg/gstrtjpegenc.c:
26732         * gst/sine/gstsinesrc.c:
26733         * gst/smooth/gstsmooth.c:
26734         * gst/smpte/gstsmpte.c:
26735         * gst/smpte/gstsmpte.h:
26736         * gst/stereo/gststereo.c:
26737         * gst/videofilter/gstgamma.c:
26738         * gst/videofilter/gstvideobalance.c:
26739         * gst/videofilter/gstvideofilter.c:
26740         * gst/videofilter/gstvideoflip.c:
26741         * gst/videoscale/gstvideoscale.c:
26742         * gst/videoscale/videoscale.c:
26743         * gst/videotestsrc/gstvideotestsrc.c:
26744         * gst/videotestsrc/videotestsrc.c:
26745         * gst/wavenc/gstwavenc.c:
26746         * gst/wavparse/gstwavparse.c:
26747           fix local includes and 64 bits constants
26748
26749 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26750
26751         * win32/gst.sln:
26752         * gst-libs/gst/*/*.vcproj:
26753         * gst/*/*.vcproj:
26754           more working plugins
26755
26756 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26757
26758         * testsuite/alsa/Makefile.am:
26759         * testsuite/alsa/srcstate.c:
26760         add test for alsasrc changing state
26761
26762 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26763
26764         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
26765         (gst_silence_get):
26766         * gst/silence/gstsilence.h:
26767         fix silence generation for 16bit raw audio
26768
26769 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26770
26771         * gst/matroska/matroska-demux.c:
26772         (gst_matroska_demux_parse_metadata),
26773         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
26774         * gst/mpegaudio/common.c:
26775         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
26776         (gst_videoscale_getcaps), (gst_videoscale_link),
26777         (gst_videoscale_src_fixate), (gst_videoscale_init),
26778         (gst_videoscale_finalize):
26779         * gst/videoscale/gstvideoscale.h:
26780         * gst/videotestsrc/gstvideotestsrc.c:
26781         (gst_videotestsrc_get_capslist):
26782         * gst/wavenc/gstwavenc.c:
26783         * sys/oss/gstossmixer.c: (fill_labels):
26784         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26785         (gst_ximagesink_handle_xevents),
26786         (gst_ximagesink_calculate_pixel_aspect_ratio),
26787         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
26788         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
26789         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26790         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
26791         (gst_ximagesink_init), (gst_ximagesink_class_init):
26792         * sys/ximage/ximagesink.h:
26793         * sys/xvimage/xvimagesink.c:
26794         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26795         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
26796         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26797         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26798         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26799         * sys/xvimage/xvimagesink.h:
26800           first batch of pixel aspect ratio commits.
26801
26802 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26803
26804         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26805         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
26806         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
26807           handle stride, needs work if we want to move stride handling
26808           upstream, but works correctly for our purposes.
26809
26810 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26811
26812         * gst/videoscale/README:
26813           add testing examples
26814         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
26815         (gst_videoscale_chain):
26816         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
26817         (gst_videoscale_get_size):
26818           add get_size function that handles stride like videotestsrc.
26819           fixes conversion for YUV formats for as much as I can test them.
26820
26821 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26822
26823         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26824         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
26825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26826         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26827         (gst_xvimagesink_xvimage_put):
26828           further cleanups, logging, error handling and synchronizing
26829
26830 2004-07-27  Wim Taymans  <wim@fluendo.com>
26831
26832         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26833         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26834         (gst_videomixer_pad_set_property),
26835         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26836         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26837         (gst_videomixer_class_init), (gst_videomixer_init),
26838         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
26839         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
26840         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
26841         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
26842         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
26843         (gst_videomixer_loop), (plugin_init):
26844         Be a nicer negotiation citizen and provide a getcaps function on
26845         the srcpad. This also fixes a crash when resizing.
26846
26847 2004-07-27  Julien MOUTTE  <julien@moutte.net>
26848
26849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26850         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
26851
26852 2004-07-27  Wim Taymans  <wim@fluendo.com>
26853
26854         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
26855         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26856         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26857         (gst_pngenc_set_property):
26858         * ext/libpng/gstpngenc.h:
26859         Added snapshot property to pngenc.
26860         removed g_print from pngdec
26861
26862 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26863
26864         * gst/ac3parse/ac3parse.vcproj
26865         * gst/adder/adder.vcproj
26866         * gst/alpha/alpha.vcproj
26867         * gst/alpha/alphacolor.vcproj
26868         * gst/asfdemux/asf.vcproj
26869         * gst/audioconvert/audioconvert.vcproj
26870         * gst/audiorate/audiorate.vcproj
26871         * gst/audioscale/audioscale.vcproj
26872         * gst/auparse/auparse.vcproj
26873         * gst/avi/avi.vcproj
26874         * gst/cdxaparse/cdxaparse.vcproj
26875         * gst/chart/chart.vcproj
26876         * gst/colorspace/colorspace.vcproj
26877         * gst/cutter/cutter.vcproj
26878         * gst/debug/debug.vcproj
26879         * gst/debug/efence.vcproj
26880         * gst/debug/navigationtest.vcproj
26881         * gst/deinterlace/deinterlace.vcproj
26882         * gst/effectv/effectv.vcproj
26883         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
26884         * gst/filter/filter.vcproj
26885         * gst/flx/flxdec.vcproj
26886         * gst/goom/goom.vcproj
26887         * gst/interleave/interleave.vcproj
26888         * gst/law/alaw.vcproj
26889         * gst/law/mulaw.vcproj
26890         * gst/matroska/matroska.vcproj
26891         * gst/median/median.vcproj
26892         * gst/mixmatrix/mixmatrix.vcproj
26893         * gst/mpeg1sys/mpeg1systemencode.vcproj
26894         * gst/mpeg1videoparse/mp1videoparse.vcproj
26895         * gst/mpeg2sub/mpeg2subt.vcproj
26896         * gst/mpegaudio/mpegaudio.vcproj
26897         * gst/mpegaudioparse/mpegaudioparse.vcproj
26898         * gst/mpegstream/mpegstream.vcproj
26899         * gst/multifilesink/multifilesink.vcproj
26900         * gst/multipart/multipart.vcproj
26901         * gst/oneton/oneton.vcproj
26902         * gst/overlay/overlay.vcproj
26903         * gst/passthrough/passthrough.vcproj
26904         * gst/qtdemux/qtdemux.vcproj
26905         * gst/realmedia/rmdemux.vcproj
26906         * gst/rtjpeg/rtjpeg.vcproj
26907         * gst/rtp/rtp.vcproj
26908         * gst/silence/silence.vcproj
26909         * gst/sine/sinesrc.vcproj
26910         * gst/smooth/smooth.vcproj
26911         * gst/smpte/smpte.vcproj
26912         * gst/spectrum/spectrum.vcproj
26913         * gst/speed/speed.vcproj
26914         * gst/stereo/stereo.vcproj
26915         * gst/switch/switch.vcproj
26916         * gst/tags/tagedit.vcproj
26917         * gst/tcp/tcp.vcproj
26918         * gst/typefind/typefindfunctions.vcproj
26919         * gst/udp/udp.vcproj
26920         * gst/videobox/videobox.vcproj
26921         * gst/videocrop/videocrop.vcproj
26922         * gst/videodrop/videodrop.vcproj
26923         * gst/videofilter/gamma.vcproj
26924         * gst/videofilter/videobalance.vcproj
26925         * gst/videofilter/videofilter.vcproj
26926         * gst/videofilter/videoflip.vcproj
26927         * gst/videoflip/videoflip.vcproj
26928         * gst/videomixer/videomixer.vcproj
26929         * gst/videorate/videorate.vcproj
26930         * gst/videoscale/videoscale.vcproj
26931         * gst/videotestsrc/videotestsrc.vcproj
26932         * gst/virtualdub/virtualdub.vcproj
26933         * gst/volenv/volenv.vcproj
26934         * gst/volume/volume.vcproj
26935         * gst/wavenc/wavenc.vcproj
26936         * gst/wavparse/wavparse.vcproj
26937         * gst/y4m/y4menc.vcproj
26938         * gst-libs/gst/audio/audio.vcproj
26939         * gst-libs/gst/audio/audiofilter.vcproj
26940         * gst-libs/gst/colorbalance/colorbalance.vcproj
26941         * gst-libs/gst/idct/idtc.vcproj
26942         * gst-libs/gst/media-info/media-info.vcproj
26943         * gst-libs/gst/mixer/mixer.vcproj
26944         * gst-libs/gst/navigation/navigation.vcproj
26945         * gst-libs/gst/play/play.vcproj
26946         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
26947         * gst-libs/gst/resample/resample.vcproj
26948         * gst-libs/gst/riff/riff.vcproj
26949         * gst-libs/gst/tuner/tuner.vcproj
26950         * gst-libs/gst/video/video.vcproj
26951         * gst-libs/gst/xoverlay/xoverlay.vcproj
26952           avoid problems with math.h, fix release dependancy
26953           rename GStreamer-0.8.lib to libgstreamer.lib
26954
26955 2004-07-27  Julien MOUTTE  <julien@moutte.net>
26956
26957         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
26958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
26959         the atom is not available we have to unlock the mutex. Fixes #148023
26960
26961 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26962
26963         * gst-libs/gst/media-info/media-info.h:
26964           issue for a vararg macro with MSVC
26965
26966 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26967
26968         * gst/effectv/effectv.vcproj
26969         * gst-libs/gst/idct/idct.vcproj:
26970         * gst-libs/gst/media-info/media-info.vcproj:
26971         * gst-libs/gst/navigation/navigation.vcproj:
26972         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
26973         * gst-libs/gst/video/video.vcproj:
26974         * gst-libs/gst/xoverlay/xoverlay.vcproj:
26975           fixes for build problems
26976
26977 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26978
26979         * gst-libs/gst/audio/audio.def:
26980         * gst-libs/gst/audio/riff.def:
26981           add some definitions needed by plugins
26982
26983 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26984
26985         * gst/asfdemux/gstasfmux.c
26986           Fix some 64 bits constants to be glib friendly
26987
26988 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26989
26990         * gst/ac3parse/gstac3parse.c
26991         * gst/audioscale/gstaudioscale.c
26992         * gst/auparse/gstauparse.c
26993         * gst/colorspace/gstcolorspace.c
26994         * gst/colorspace/yuv2rgb.h
26995           local include fixes
26996
26997 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26998
26999         * win32/gst.sln
27000           add more plugins to the build
27001
27002 2004-07-26  Julien MOUTTE  <julien@moutte.net>
27003
27004         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27005         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
27006
27007 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27008
27009         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
27010         (gst_level_set_property), (gst_level_get_property),
27011         (gst_level_base_init), (gst_level_class_init):
27012           add debugging categories.  cleanups.
27013
27014 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27015
27016         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27017         (gst_videoscale_planar411), (gst_videoscale_planar400),
27018         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
27019         (gst_videoscale_scale_nearest_str1),
27020         (gst_videoscale_scale_nearest_str2),
27021         (gst_videoscale_scale_nearest_str4),
27022         (gst_videoscale_scale_nearest_16bit),
27023         (gst_videoscale_scale_nearest_24bit):
27024           fixed stride issues
27025           tested with 320x240 -> 321, 322, 324 x240
27026           tested with YV12, I420, YUY2, UYVY
27027           fixed packed422rev (don't think it could have worked before)
27028           by testing with UYVY
27029
27030 2004-07-26  Benjamin Otte  <otte@gnome.org>
27031
27032         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
27033         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
27034         (plugin_init):
27035           add debugging category, add error checks like checking return values
27036           of setup calls, make sure it still works after
27037           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
27038
27039 2004-07-26  Wim Taymans  <wim@fluendo.com>
27040
27041         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27042         (gst_mpeg_demux_get_audio_stream),
27043         (gst_mpeg_demux_process_private):
27044         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
27045         Check for error codes from the negotiation functions. Make sure
27046         we really set the pad caps when a new pad is created.
27047
27048 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27049
27050         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27051         (gst_ffmpeg_caps_to_pix_fmt):
27052         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27054         (gst_ffmpegcolorspace_pad_link):
27055           don't make function do two things at the same time without reason.
27056
27057 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27058
27059         * gst/ac3parse/ac3parse.vcproj
27060         * gst/adder/adder.vcproj
27061         * gst/alpha/alpha.vcproj
27062         * gst/alpha/alphacolor.vcproj
27063         * gst/asfdemux/asf.vcproj
27064         * gst/audioconvert/audioconvert.vcproj
27065         * gst/audiorate/audiorate.vcproj
27066         * gst/audioscale/audioscale.vcproj
27067         * gst/auparse/auparse.vcproj
27068         * gst/avi/avi.vcproj
27069         * gst/cdxaparse/cdxaparse.vcproj
27070         * gst/chart/chart.vcproj
27071         * gst/colorspace/colorspace.vcproj
27072         * gst/cutter/cutter.vcproj
27073         * gst/debug/debug.vcproj
27074         * gst/debug/efence.vcproj
27075         * gst/debug/navigationtest.vcproj
27076         * gst/deinterlace/deinterlace.vcproj
27077         * gst/effectv/effectv.vcproj
27078         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27079         * gst/filter/filter.vcproj
27080         * gst/flx/flxdec.vcproj
27081         * gst/goom/goom.vcproj
27082         * gst/interleave/interleave.vcproj
27083         * gst/law/alaw.vcproj
27084         * gst/law/mulaw.vcproj
27085         * gst/matroska/matroska.vcproj
27086         * gst/median/median.vcproj
27087         * gst/mixmatrix/mixmatrix.vcproj
27088         * gst/mpeg1sys/mpeg1systemencode.vcproj
27089         * gst/mpeg1videoparse/mp1videoparse.vcproj
27090         * gst/mpeg2sub/mpeg2subt.vcproj
27091         * gst/mpegaudio/mpegaudio.vcproj
27092         * gst/mpegaudioparse/mpegaudioparse.vcproj
27093         * gst/mpegstream/mpegstream.vcproj
27094         * gst/multifilesink/multifilesink.vcproj
27095         * gst/multipart/multipart.vcproj
27096         * gst/oneton/oneton.vcproj
27097         * gst/overlay/overlay.vcproj
27098         * gst/passthrough/passthrough.vcproj
27099         * gst/qtdemux/qtdemux.vcproj
27100         * gst/realmedia/rmdemux.vcproj
27101         * gst/rtjpeg/rtjpeg.vcproj
27102         * gst/rtp/rtp.vcproj
27103         * gst/silence/silence.vcproj
27104         * gst/sine/sinesrc.vcproj
27105         * gst/smooth/smooth.vcproj
27106         * gst/smpte/smpte.vcproj
27107         * gst/spectrum/spectrum.vcproj
27108         * gst/speed/speed.vcproj
27109         * gst/stereo/stereo.vcproj
27110         * gst/switch/switch.vcproj
27111         * gst/tags/tagedit.vcproj
27112         * gst/tcp/tcp.vcproj
27113         * gst/typefind/typefindfunctions.vcproj
27114         * gst/udp/udp.vcproj
27115         * gst/videobox/videobox.vcproj
27116         * gst/videocrop/videocrop.vcproj
27117         * gst/videodrop/videodrop.vcproj
27118         * gst/videofilter/gamma.vcproj
27119         * gst/videofilter/videobalance.vcproj
27120         * gst/videofilter/videofilter.vcproj
27121         * gst/videofilter/videoflip.vcproj
27122         * gst/videoflip/videoflip.vcproj
27123         * gst/videomixer/videomixer.vcproj
27124         * gst/videorate/videorate.vcproj
27125         * gst/videoscale/videoscale.vcproj
27126         * gst/videotestsrc/videotestsrc.vcproj
27127         * gst/virtualdub/virtualdub.vcproj
27128         * gst/volenv/volenv.vcproj
27129         * gst/volume/volume.vcproj
27130         * gst/wavenc/wavenc.vcproj
27131         * gst/wavparse/wavparse.vcproj
27132         * gst/y4m/y4menc.vcproj
27133           more plugins supported under windows
27134
27135 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27136
27137         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27138         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
27139         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
27140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27141         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
27142           Add debugging statements.  Use the sizes as returned by the
27143           *CreateImage calls.
27144
27145 2004-07-26  Johan Dahlin  <johan@gnome.org>
27146
27147         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
27148         the pad is negotiated.
27149
27150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
27151
27152 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27153
27154         * gst-libs/gst/colorbalance/colorbalance.vcproj:
27155         * gst-libs/gst/idct/idct.vcproj:
27156         * gst-libs/gst/media-info/media-info.vcproj:
27157         * gst-libs/gst/mixer/mixer.vcproj:
27158         * gst-libs/gst/navigation/navigation.vcproj:
27159         * gst-libs/gst/play/play.vcproj:
27160         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27161         * gst-libs/gst/resample/resample.vcproj:
27162         * gst-libs/gst/tuner/tuner.vcproj:
27163         * gst-libs/gst/video/video.vcproj:
27164         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27165           more plugins supported under windows
27166
27167 2004-07-25 Iain <iain@prettypeople.org>
27168
27169         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
27170         pad now rather than when the pad is created because state changes wipe
27171         explicit caps (fixes #148043).
27172
27173 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
27174
27175         reviewed by Benjamin Otte  <otte@gnome.org>
27176
27177         * ext/mad/gstmad.c:
27178           fix mad plugin crashing on Sun (fixes #148289)
27179
27180 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27181
27182         * gst/avi/avi.def:
27183         * gst/avi/avi.vcproj:
27184         * gst/matroska/matroska.def:
27185         * gst/matroska/matroska.vcproj:
27186           remove unused .def files
27187
27188 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27189
27190         * gst-libs/gst/audio/gstaudiofilter.c:
27191           Clean the local include
27192
27193 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27194
27195         * win32/gst.sln:
27196         * gst-libs/gst/audio/audio.def:
27197         * gst-libs/gst/audio/audio.vcproj:
27198         * gst-libs/gst/audio/audiofilter.vcproj:
27199         * gst-libs/gst/audio/riff.def:
27200         * gst-libs/gst/audio/riff.vcproj:
27201         * gst-libs/gst/gst-libs.def:
27202         * gst-libs/gst/gst-libs.vcproj:
27203         * gst/avi/avi.vcproj:
27204         * gst/avi/avi.vcproj:
27205           Copy the files where needed after building, cleaner projects
27206
27207 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27208
27209         * gst/matroska/ebml-write.c:
27210           Fix some 64 bits constants to be glib friendly
27211
27212 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
27213
27214         * win32/gst.sln:
27215         * gst-libs/gst/gst-libs.def:
27216         * gst-libs/gst/gst-libs.vcproj:
27217         * gst/matroska/matroska.def:
27218         * gst/matroska/matroska.vcproj:
27219           Add the preliminary canvas to build plugins on Win32
27220
27221 2004-07-23  Benjamin Otte  <otte@gnome.org>
27222
27223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27224           don't enfore negotiation from source side, it breaks
27225           sinesrc ! audioconvert ! osssink
27226
27227 2004-07-22  David Schleef  <ds@schleef.org>
27228
27229         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
27230         for ELF files, since they can easily be recognized as audio/mpeg.
27231         (bug #147441)
27232
27233 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27234
27235         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27236         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
27237         (gst_videoscale_scale_nearest_24bit),
27238         (gst_videoscale_scale_nearest_16bit):
27239           fix 16bit and 24bit for stride (24bit might need testing)
27240           don't pretend we do more than one algorithm
27241
27242 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27243
27244         * configure.ac:
27245         * gst/Makefile.am:
27246         * gst/multifilesink/Makefile.am:
27247         * gst/multifilesink/gstmultifilesink.c:
27248         (gst_multifilesink_get_formats),
27249         (gst_multifilesink_get_query_types), (_do_init),
27250         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
27251         (gst_multifilesink_init), (gst_multifilesink_dispose),
27252         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
27253         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
27254         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
27255         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
27256         (gst_multifilesink_chain), (gst_multifilesink_change_state),
27257         (gst_multifilesink_uri_get_type),
27258         (gst_multifilesink_uri_get_protocols),
27259         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
27260         (gst_multifilesink_uri_handler_init), (plugin_init):
27261         * gst/multifilesink/gstmultifilesink.h:
27262         * testsuite/Makefile.am:
27263         * testsuite/multifilesink/Makefile.am:
27264         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
27265         (gst_newmedia_class_init), (gst_newmedia_init),
27266         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27267         (newfile_signal), (test_signal), (main):
27268         multifilesink plugin for creating new files every time a new media
27269         discontinuity event occurs
27270
27271 2004-07-22  Wim Taymans  <wim@fluendo.com>
27272
27273         * gst/alpha/Makefile.am:
27274         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
27275         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
27276         (gst_alpha_color_init), (gst_alpha_color_set_property),
27277         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
27278         (transform), (gst_alpha_color_chain),
27279         (gst_alpha_color_change_state), (plugin_init):
27280         Stupid plugin to to RGBA to AYUV conversion because none of
27281         the colorspace plugins can handle that yet.
27282
27283 2004-07-22  Wim Taymans  <wim@fluendo.com>
27284
27285         * examples/seeking/seek.c: (update_scale), (main):
27286         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27287         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27288         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27289         (gst_decode_bin_init), (gst_decode_bin_dispose),
27290         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27291         (no_more_pads), (close_link), (type_found),
27292         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27293         (plugin_init):
27294         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27295         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27296         (gst_play_base_bin_dispose), (queue_overrun),
27297         (gen_preroll_element), (remove_prerolls), (unknown_type),
27298         (no_more_pads), (new_stream), (setup_source),
27299         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27300         (play_base_eos), (gst_play_base_bin_change_state),
27301         (gst_play_base_bin_add_element),
27302         (gst_play_base_bin_remove_element),
27303         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27304         (gst_play_base_bin_unlink_stream),
27305         (gst_play_base_bin_get_streaminfo):
27306         * gst/playback/gstplaybin.c: (gen_video_element),
27307         (gen_audio_element):
27308         * gst/playback/gststreaminfo.h:
27309         More playback updates, attempt to fix things after the state change
27310         breakage.
27311
27312 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27313
27314         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
27315         (gst_videoscale_scale_nearest_16bit):
27316           comment algorithm
27317
27318 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27319
27320         * gst/videotestsrc/gstvideotestsrc.c:
27321         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
27322         (gst_videotestsrc_init), (gst_videotestsrc_get),
27323         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
27324         (gst_videotestsrc_get_property):
27325         * gst/videotestsrc/gstvideotestsrc.h:
27326         * gst/videotestsrc/videotestsrc.c:
27327         * gst/videotestsrc/videotestsrc.h:
27328           cleanup and commenting
27329
27330 2004-07-21  Wim Taymans  <wim@fluendo.com>
27331
27332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
27333         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
27334         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
27335         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
27336         (_find_chain_get_unknown_part), (_find_streams_check),
27337         (gst_ogg_demux_push), (gst_ogg_pad_push):
27338         * ext/theora/theoradec.c: (theora_get_formats),
27339         (theora_dec_src_convert), (theora_dec_sink_convert),
27340         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27341         (theora_dec_chain):
27342         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27343         (vorbis_dec_convert), (vorbis_dec_src_query),
27344         (vorbis_dec_src_event), (vorbis_dec_event):
27345         More seeking fixes, oggdemux now supports seeking to time and
27346         uses the downstream element to convert granulepos to time.
27347         Seeking in theora-only ogg files now works.
27348
27349 2004-07-21  Wim Taymans  <wim@fluendo.com>
27350
27351         * ext/theora/theoradec.c: (gst_theora_dec_init),
27352         (theora_get_formats), (theora_get_event_masks),
27353         (theora_get_query_types), (theora_dec_src_convert),
27354         (theora_dec_sink_convert), (theora_dec_src_query),
27355         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
27356         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27357         (vorbis_get_event_masks), (vorbis_get_query_types),
27358         (gst_vorbis_dec_init), (vorbis_dec_convert),
27359         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
27360         Added query/convert/formats functions to vorbis and theora decoders
27361         so that the outside world can use them too. Fixed seeking on an
27362         ogg/theora/vorbis file by disabling the seeking seeking on the
27363         theora srcpad.
27364
27365 2004-07-21  Julien MOUTTE  <julien@moutte.net>
27366
27367         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27368         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
27369         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
27370         images creation for both elements. We don't create the image on caps
27371         nego or renego, we just destroy the internal one if present if it does
27372         not match the needs. The chain function takes care of creating a new
27373         image when needed.
27374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27375         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
27376         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27377         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
27378         the image format information. The buffer pool checks for the context
27379         image format and discard images with different formats.
27380         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
27381
27382 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27383
27384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27385         (gst_ffmpegcolorspace_chain):
27386           no point in doing any chaining if the pad we want to push from
27387           isn't usable.
27388
27389 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27390
27391         * gst-libs/gst/riff/riff-media.c:
27392         (gst_riff_create_audio_caps_with_data):
27393           Fix double end-to-native symbol conversion (#148021).
27394
27395 2004-07-20  David Schleef  <ds@schleef.org>
27396
27397         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27398         Don't use an Atom that doesn't exist.
27399
27400 2004-07-20  Wim Taymans  <wim@fluendo.com>
27401
27402         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27403         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27404         (gst_multifdsink_client_remove),
27405         (gst_multifdsink_handle_client_write),
27406         (gst_multifdsink_queue_buffer):
27407         * gst/tcp/gstmultifdsink.h:
27408         More multifdsink stats. Avoid deadlock by releasing locks
27409         before sending out a signal.
27410
27411 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27412
27413         * po/LINGUAS:
27414         * po/hu.po:
27415           added Hungarian translation (Laszlo Dvornik)
27416
27417 2004-07-20  Wim Taymans  <wim@fluendo.com>
27418
27419         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27420         (gst_multifdsink_add), (gst_multifdsink_client_remove),
27421         (gst_multifdsink_handle_client_write),
27422         (gst_multifdsink_queue_buffer):
27423         * gst/tcp/gsttcp-marshal.list:
27424         Fixed the stupid marshal definition.
27425
27426 2004-07-20  Wim Taymans  <wim@fluendo.com>
27427
27428         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27429         (gst_multifdsink_init), (gst_multifdsink_add),
27430         (gst_multifdsink_client_remove),
27431         (gst_multifdsink_handle_client_write),
27432         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
27433         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
27434         (gst_multifdsink_init_send):
27435         * gst/tcp/gstmultifdsink.h:
27436         Added more stats, added timeout for a client, fixed some typos
27437         and added some comments.
27438
27439 2004-07-20  Wim Taymans  <wim@fluendo.com>
27440
27441         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27442         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27443         (gst_multifdsink_client_remove),
27444         (gst_multifdsink_handle_client_write):
27445         * gst/tcp/gstmultifdsink.h:
27446         * gst/tcp/gsttcp-marshal.list:
27447         Added get_stats method that returns a GValueArray of
27448         stats values.
27449
27450 2004-07-19  Benjamin Otte  <otte@gnome.org>
27451
27452         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
27453           make sure longname, description and author are valid UTF-8
27454
27455 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27456
27457         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
27458         (gst_ximagesink_set_property):
27459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
27460         (gst_xvimagesink_set_property):
27461           make sure SYNCHRONOUS is respected after getting the X context
27462
27463 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27464
27465         * gst/matroska/matroska-demux.c:
27466         (gst_matroska_demux_handle_src_event),
27467         (gst_matroska_demux_parse_blockgroup):
27468         * gst/matroska/matroska-ids.h:
27469           add BlockReference tag and ignore it to clear out log.
27470           ignore NAVIGATION events to clear out log.
27471
27472 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27473
27474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
27475         (gst_matroska_demux_add_stream):
27476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
27477           add debug categories
27478
27479 2004-07-16  Wim Taymans  <wim@fluendo.com>
27480
27481         * ext/libpng/Makefile.am:
27482         * ext/libpng/gstpng.c: (plugin_init):
27483         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
27484         (gst_pngdec_get_type), (gst_pngdec_base_init),
27485         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
27486         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
27487         * ext/libpng/gstpngdec.h:
27488         Added png decoder.
27489
27490 2004-07-16  Julien MOUTTE  <julien@moutte.net>
27491
27492         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
27493         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
27494         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
27495         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
27496         (gst_ximagesink_buffer_alloc):
27497         * sys/ximage/ximagesink.h:
27498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27499         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27500         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
27501         (gst_xvimagesink_buffer_alloc):
27502         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
27503         again. Using internal data pointer of the x(v)image to store image's
27504         data to be coherent with the buffer alloc mechanism. Investigated the
27505         image destruction code to be sure that everything gets freed correctly.
27506
27507 2004-07-16  Wim Taymans  <wim@fluendo.com>
27508
27509         * gst-libs/gst/riff/riff-read.c:
27510         (gst_riff_read_strf_vids_with_data),
27511         (gst_riff_read_strf_auds_with_data):
27512         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27513         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
27514         Make sure we don't create 0 sized subbuffers in riff-read.
27515         Signal the no more pads signal after reading the avi header.
27516
27517 2004-07-16  Wim Taymans  <wim@fluendo.com>
27518
27519         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27520         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27521         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27522         (gst_decode_bin_init), (gst_decode_bin_dispose),
27523         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27524         (no_more_pads), (close_link), (type_found),
27525         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27526         (gst_decode_bin_change_state), (plugin_init):
27527         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27528         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27529         (gst_play_base_bin_dispose), (queue_overrun),
27530         (gen_preroll_element), (remove_prerolls), (unknown_type),
27531         (no_more_pads), (new_stream), (setup_source),
27532         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27533         (play_base_eos), (gst_play_base_bin_change_state),
27534         (gst_play_base_bin_add_element),
27535         (gst_play_base_bin_remove_element),
27536         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27537         (gst_play_base_bin_unlink_stream),
27538         (gst_play_base_bin_get_streaminfo):
27539         * gst/playback/gstplaybasebin.h:
27540         Better error recovery. Added configurable preroll queue size. Faster
27541         detection of no-more-pads.
27542
27543 2004-07-16  Wim Taymans  <wim@fluendo.com>
27544
27545         * gst-libs/gst/video/video.h:
27546         Added 32 bits RGBA. Not sure if we should use another mime-type
27547         for alpha rgb. Currently the presence of the alpha_mask property
27548         signals an alpha channel.
27549
27550 2004-07-16  Wim Taymans  <wim@fluendo.com>
27551
27552         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27554         FPS seems to be 0.0 to MAX everywhere else.
27555
27556 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27557
27558         * gst-libs/gst/riff/riff-media.c:
27559         (gst_riff_create_video_caps_with_data):
27560           mp42/mp43 (no caps) exist too.
27561         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
27562           Set pixel_width/height; we've got them in-caps.
27563         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27564         * gst/wavparse/gstwavparse.c: (plugin_init):
27565           Both are valid primary.
27566         * sys/oss/gstossmixer.c:
27567           Remove i18n hack and enable translations.
27568
27569 2004-07-15  Benjamin Otte  <otte@gnome.org>
27570
27571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27572         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
27573           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
27574
27575 2004-07-15  Benjamin Otte  <otte@gnome.org>
27576
27577         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27578         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
27579         (gst_alsa_close_audio):
27580           disable some of the debugging code for now. Writing debugging to a
27581           buffer is broken in current alsalib releases.
27582
27583 2004-07-12  Benjamin Otte  <otte@gnome.org>
27584
27585         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
27586           use bufferpools
27587
27588 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27589
27590         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27591         (theora_dec_src_query), (theora_dec_event):
27592         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
27593           add debugging categories.  Remove \n's.
27594
27595 2004-07-13  Johan Dahlin  <johan@gnome.org>
27596
27597         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
27598         (gst_play_bin_get_property): Impl.
27599
27600 2004-07-13  Wim Taymans  <wim@fluendo.com>
27601
27602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
27603         When trying to find the stream length, seek back N pages
27604         instead of just one, where N is the number of streams in
27605         the current chain.
27606
27607 2004-07-13  Wim Taymans  <wim@fluendo.com>
27608
27609         * gst-libs/gst/riff/riff-media.c:
27610         (gst_riff_create_audio_caps_with_data),
27611         (gst_riff_create_audio_caps),
27612         (gst_riff_create_audio_template_caps):
27613         * gst-libs/gst/riff/riff-media.h:
27614         * gst-libs/gst/riff/riff-read.c:
27615         (gst_riff_read_strf_vids_with_data),
27616         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
27617         * gst-libs/gst/riff/riff-read.h:
27618         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27619         (gst_avi_demux_add_stream):
27620         Set codec_data on caps for avidemuxer.
27621
27622 2004-07-12  David Schleef  <ds@schleef.org>
27623
27624         * configure.ac: Fix test for Objective C
27625
27626 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
27627         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
27628         (gst_gdk_pixbuf_chain):
27629           Add svg and pcx to template caps, and ensure that getcaps returns a
27630           subset of the template caps.
27631           Copy each row manually for output, as gdkpixbuf may pad the
27632           rowstride to a 32-bit word boundary.
27633
27634 2004-07-12  Wim Taymans  <wim@fluendo.com>
27635
27636         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
27637         (gst_riff_create_video_template_caps):
27638         Fix the template caps to include some more media types.
27639
27640 2004-07-12  Wim Taymans  <wim@fluendo.com>
27641
27642         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27643         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27644         (compare_ranks), (print_feature), (gst_decode_bin_init),
27645         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27646         (try_to_link_1), (new_pad), (close_link), (type_found),
27647         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27648         (gst_decode_bin_change_state), (plugin_init):
27649         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27650         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27651         (gst_play_base_bin_dispose), (queue_overrun),
27652         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27653         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27654         (gst_play_base_bin_get_property), (play_base_eos),
27655         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27656         (gst_play_base_bin_remove_element),
27657         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27658         (gst_play_base_bin_unlink_stream),
27659         (gst_play_base_bin_get_streaminfo):
27660         * gst/playback/gstplaybasebin.h:
27661         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27662         (gst_play_bin_class_init), (gst_play_bin_init),
27663         (gst_play_bin_dispose), (gst_play_bin_set_property),
27664         (gst_play_bin_get_property), (gen_video_element),
27665         (gen_audio_element), (remove_sinks), (setup_sinks),
27666         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27667         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27668         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27669         (gst_play_bin_query), (plugin_init):
27670         * gst/playback/test4.c: (main):
27671         More fixes on reusing of the element.
27672
27673 2004-07-11  Benjamin Otte  <otte@gnome.org>
27674
27675         * ext/mad/gstmad.c: (normal_seek):
27676           allow seeking for other methods than just SET
27677
27678 2004-07-11  Andy Wingo  <wingo@pobox.com>
27679
27680         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
27681         float, "any" caps -> buffer_frames=[0,MAX].
27682
27683         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
27684         doesn't intersect our caps with the template any more. Do it
27685         ourselves.
27686         (interleave_buffered_loop): Use g_newa instead of malloc/free.
27687
27688 2004-07-09  Wim Taymans  <wim@fluendo.com>
27689
27690         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27691         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27692         (compare_ranks), (print_feature), (gst_decode_bin_init),
27693         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27694         (try_to_link_1), (new_pad), (close_link), (type_found),
27695         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27696         (gst_decode_bin_change_state), (plugin_init):
27697         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27698         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27699         (gst_play_base_bin_dispose), (queue_overrun),
27700         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27701         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27702         (gst_play_base_bin_get_property), (play_base_eos),
27703         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27704         (gst_play_base_bin_remove_element),
27705         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27706         (gst_play_base_bin_unlink_stream),
27707         (gst_play_base_bin_get_streaminfo):
27708         * gst/playback/gstplaybasebin.h:
27709         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27710         (gst_play_bin_class_init), (gst_play_bin_init),
27711         (gst_play_bin_dispose), (gst_play_bin_set_property),
27712         (gst_play_bin_get_property), (gen_video_element),
27713         (gen_audio_element), (remove_sinks), (setup_sinks),
27714         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27715         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27716         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27717         (gst_play_bin_query), (plugin_init):
27718         * gst/playback/test4.c: (main):
27719         Work on object reuse and seeking.
27720
27721 2004-07-09  Wim Taymans  <wim@fluendo.com>
27722
27723         * examples/seeking/seek.c: (iterate):
27724         Don't consume all CPU in the idle loop.
27725
27726 2004-07-09  Wim Taymans  <wim@fluendo.com>
27727
27728         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
27729         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
27730         Add pad to element *after* setting the pad functions so that
27731         the scheduler can use the correct ones.
27732
27733 2004-07-09  Wim Taymans  <wim@fluendo.com>
27734
27735         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
27736         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
27737         Sync to keyframe after seek
27738
27739 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27740
27741         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27742         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27743         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
27744         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
27745         * ext/libvisual/visual.c: (gst_visual_change_state):
27746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
27747         * ext/theora/theoradec.c: (theora_dec_change_state):
27748         * ext/theora/theoraenc.c: (theora_enc_change_state):
27749         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
27750         * gst-libs/gst/navigation/navigation.c:
27751         * gst/adder/gstadder.c: (gst_adder_change_state):
27752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
27753         (gst_audio_convert_get_buffer):
27754         * gst/multipart/multipartdemux.c:
27755         (gst_multipart_demux_change_state):
27756         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
27757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27758         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27759         * gst/videoscale/gstvideoscale.c:
27760         (gst_videoscale_handle_src_event):
27761         * gst/volume/gstvolume.c: (volume_chain_int16):
27762           don't assert in state change, this should be done by the base
27763           GstElement class.
27764           various debugging fixes.
27765
27766 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27767
27768         * configure.ac:
27769         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27770         (gst_play_dispose), (gst_play_set_location),
27771         (gst_play_set_data_src), (gst_play_set_video_sink),
27772         (gst_play_set_audio_sink), (gst_play_set_visualization),
27773         (gst_play_connect_visualization), (gst_play_get_sink_element),
27774         (gst_play_get_all_by_interface):
27775         * gst-libs/gst/play/play.h:
27776           add new method to get elements implementing an interface.
27777           add various error logging
27778
27779 2004-07-08  Wim Taymans  <wim@fluendo.com>
27780
27781         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
27782         (make_mpeg_pipeline), (make_mpegnt_pipeline),
27783         (make_playerbin_pipeline), (query_durations_elems),
27784         (query_durations_pads), (query_positions_elems),
27785         (query_positions_pads), (update_scale), (iterate), (stop_seek),
27786         (main):
27787         Added playbin seeking example.
27788
27789 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27790
27791         * gst-libs/gst/play/play.c: (gst_play_set_location),
27792         (gst_play_set_data_src), (gst_play_set_video_sink),
27793         (gst_play_set_audio_sink), (gst_play_set_visualization),
27794         (gst_play_connect_visualization), (gst_play_get_framerate):
27795           use a macro to look up elements from hash table
27796
27797 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27798
27799         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27800         (gst_play_get_length_callback), (gst_play_set_location),
27801         (gst_play_seek_to_time), (gst_play_set_data_src),
27802         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27803         (gst_play_set_visualization), (gst_play_connect_visualization),
27804         (gst_play_get_sink_element):
27805         - add debugging info
27806         - fix looking up sink elements by iterating over complete caps
27807         - put everything except for source and autoplugger in a complete bin
27808
27809 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27810
27811         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
27812         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
27813         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
27814         (gst_alsa_sink_write), (gst_alsa_sink_loop):
27815         * ext/alsa/gstalsasink.h:
27816         - add debugging info
27817         - clean up schizophrenia of data/buffer/event
27818         - fix double event unref error
27819
27820 2004-07-08  Wim Taymans  <wim@fluendo.com>
27821
27822         * gst/playback/Makefile.am:
27823         Add headers to noinst
27824
27825 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27826
27827         * tools/gst-launch-ext-m.m:
27828         * tools/gst-launch-ext.1.in:
27829           convert to the third millenium
27830
27831 2004-07-07  David Schleef  <ds@schleef.org>
27832
27833         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
27834
27835 2004-07-07  Wim Taymans  <wim@fluendo.com>
27836
27837         * gst/playback/Makefile.am:
27838         * gst/playback/README:
27839         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27840         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27841         (compare_ranks), (print_feature), (gst_decode_bin_init),
27842         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27843         (try_to_link_1), (new_pad), (close_link), (type_found),
27844         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27845         (plugin_init):
27846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27847         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27848         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
27849         (gen_preroll_element), (no_more_pads), (new_stream),
27850         (setup_source), (gst_play_base_bin_set_property),
27851         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
27852         (gst_play_base_bin_add_element),
27853         (gst_play_base_bin_remove_element),
27854         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27855         (gst_play_base_bin_unlink_stream),
27856         (gst_play_base_bin_get_streaminfo):
27857         * gst/playback/gstplaybasebin.h:
27858         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27859         (gst_play_bin_class_init), (gst_play_bin_init),
27860         (gst_play_bin_dispose), (gst_play_bin_set_property),
27861         (gst_play_bin_get_property), (gen_video_element),
27862         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
27863         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
27864         (gst_play_bin_get_formats), (gst_play_bin_convert),
27865         (gst_play_bin_get_query_types), (gst_play_bin_query),
27866         (plugin_init):
27867         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
27868         (gst_stream_info_get_type), (gst_stream_info_class_init),
27869         (gst_stream_info_init), (gst_stream_info_new),
27870         (gst_stream_info_dispose), (gst_stream_info_set_property),
27871         (gst_stream_info_get_property):
27872         * gst/playback/gststreaminfo.h:
27873         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
27874         (main):
27875         * gst/playback/test2.c: (main):
27876         * gst/playback/test3.c: (update_scale), (main):
27877         More playbin fixes. Added README. Do better element filtering.
27878         Added base class to preroll media. Added test apps.
27879
27880 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27881
27882         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
27883         * ext/mpeg2dec/gstmpeg2dec.h:
27884           various debugging improvements.  Reset stream to next picture
27885           instead of sequence header, otherwise seeks cannot work.
27886
27887 2004-07-07  Wim Taymans  <wim@fluendo.com>
27888
27889         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27890         (gst_video_box_class_init), (gst_video_box_set_property),
27891         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
27892         Use pad_alloc where possible.
27893
27894 2004-07-07  Wim Taymans  <wim@fluendo.com>
27895
27896         * sys/oss/gstosselement.c: (gst_osselement_reset),
27897         (gst_osselement_parse_caps):
27898         * sys/oss/gstosselement.h:
27899         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27900         Fix offset on osssrc.
27901
27902 2004-07-07  Wim Taymans  <wim@fluendo.com>
27903
27904         * ext/theora/theora.c: (plugin_init):
27905         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
27906         (theora_dec_src_query), (theora_dec_chain):
27907         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27908         (theora_enc_sink_link), (theora_buffer_from_packet),
27909         (theora_push_packet), (theora_enc_chain):
27910         Fix theora granulepos calculation.
27911         Fix overflow in duration/position calculation.
27912         Bump rank to PRIMARY for theoradec.
27913         Use granulepos of last packet to calculate position.
27914         Set keyframe flag on buffers when needed.
27915
27916 2004-07-06  David Schleef  <ds@schleef.org>
27917
27918         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
27919         serious?  (Fixed, obviously.)
27920
27921 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27922
27923         * po/LINGUAS:
27924         * po/cs.po:
27925           added Czech translation (Miloslav Trmac)
27926
27927 2004-07-05  Wim Taymans  <wim@fluendo.com>
27928
27929         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27930         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27931         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
27932         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27933         (close_link), (type_found), (gst_decode_bin_set_property),
27934         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
27935         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
27936         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
27937         (gst_decode_bin_query), (plugin_init):
27938         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27939         (gst_play_bin_class_init), (gst_play_bin_init),
27940         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
27941         (get_video_element), (new_pad), (setup_source),
27942         (gst_play_bin_set_property), (gst_play_bin_get_property),
27943         (gst_play_bin_change_state), (gst_play_bin_add_element),
27944         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
27945         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27946         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27947         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
27948         * gst/playback/test.c: (main):
27949         More fixes, cleaned up playbin, make it use decodebin. Added
27950         threaded property to playbin.
27951
27952 2004-07-05  Wim Taymans  <wim@fluendo.com>
27953
27954         * configure.ac:
27955         * gst/playback/Makefile.am:
27956         * gst/playback/decodetest.c: (main):
27957         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27958         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27959         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
27960         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27961         (close_link), (type_found), (gst_decode_bin_set_property),
27962         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
27963         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
27964         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
27965         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
27966         (plugin_init):
27967         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27968         (gst_play_bin_class_init), (gst_play_bin_init),
27969         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
27970         (collect_sink_pads), (find_compatibles), (close_pad_link),
27971         (try_to_link_1), (new_pad), (close_link), (type_found),
27972         (setup_source), (gst_play_bin_set_property),
27973         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
27974         (compare_ranks), (gst_play_bin_collect_factories),
27975         (gst_play_bin_change_state), (gst_play_bin_add_element),
27976         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
27977         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27978         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27979         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
27980         * gst/playback/test.c: (main):
27981         Added some playback helper elements and some test apps, very alpha
27982         still.
27983
27984 2004-07-04  Benjamin Otte  <otte@gnome.org>
27985
27986         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
27987           only restart audio when we indeed have an xrun to fix repeated
27988           xruns. Fix suggested by Giuliano Pochini.
27989
27990 2004-07-03  David Schleef  <ds@schleef.org>
27991
27992         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
27993         call to gst_debug_log() if debugging is disabled (bug #145118)
27994
27995 2004-07-03  Benjamin Otte  <otte@gnome.org>
27996
27997         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
27998           use our own functions for restarting the alsa device.
27999         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28000           I should apply patches myself - use MIN for the third argument, not
28001           the second, this fixes seeking
28002
28003 2004-07-02  David Schleef  <ds@schleef.org>
28004
28005         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28006         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
28007         do with the logic.
28008
28009 2004-07-02  David Schleef  <ds@schleef.org>
28010
28011         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
28012         output buffers.  Fix logic mistake.  (bug #144866)
28013
28014 2004-07-02  David Schleef  <ds@schleef.org>
28015
28016         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
28017         on X.  (bug #144753)
28018
28019 2004-07-02  David Schleef  <ds@schleef.org>
28020
28021         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
28022         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
28023         (bug #144624)
28024         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
28025         (gst_osselement_rate_probe_check): Add another workaround for
28026         buggy drivers (bug #145336)
28027
28028 2004-07-02  David Schleef  <ds@schleef.org>
28029
28030         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
28031         Most systems don't have MSG_NOSIGNAL.
28032
28033 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28034
28035         * Makefile.am:
28036         * gst-libs/gst/colorbalance/Makefile.am:
28037         * gst-libs/gst/mixer/Makefile.am:
28038         * gst-libs/gst/play/Makefile.am:
28039         * gst-libs/gst/tuner/Makefile.am:
28040           (hopefully) fix both install and dist and make error message useful.
28041           needs testing across automakes.
28042
28043 2004-07-02  Benjamin Otte  <otte@gnome.org>
28044
28045         * ext/ogg/gstogg.c: (plugin_init):
28046           we require bytestream now
28047         * ext/ogg/gstoggdemux.c:
28048           huge diff to implement chain setup in a fast and generic way. This
28049           improves tag reading and startup of huge files (read: Theora videos)
28050           quite a bit. It probably contains bugs, too, so please test.
28051           Seeking is not improved to the fast method.
28052
28053 2004-06-29  Wim Taymans  <wim@fluendo.com>
28054
28055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28056         * ext/ogg/gstoggmux.c:
28057         Fix memleak in oggdemux when running unconnected pads.
28058         doc update in mux, start working on keyframe mode.
28059
28060 2004-06-29  Benjamin Otte  <otte@gnome.org>
28061
28062         * sys/oss/gstosssink.c:
28063         * sys/oss/gstosssrc.c:
28064           advertise correct template caps - we indeed do non-native endianness
28065           and 8bit audio has no endianness
28066         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
28067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
28068           avoid (wrong) duplications in getcaps function and return
28069           template caps
28070
28071 2004-06-29  Wim Taymans  <wim@fluendo.com>
28072
28073         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28074         (gst_multifdsink_class_init), (gst_multifdsink_add),
28075         (gst_multifdsink_remove), (gst_multifdsink_clear),
28076         (gst_multifdsink_client_remove),
28077         (gst_multifdsink_handle_client_read),
28078         (gst_multifdsink_client_queue_data),
28079         (gst_multifdsink_client_queue_caps),
28080         (gst_multifdsink_client_queue_buffer),
28081         (gst_multifdsink_handle_client_write),
28082         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28083         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28084         (gst_multifdsink_init_send), (gst_multifdsink_close):
28085         Fix wrong GList iteration that could crash the server when
28086         more then 2 clients disconnect at the same time. Read all the
28087         pending commands in one batch to recover from command storms under
28088         very heavy load.
28089
28090 2004-06-28  Wim Taymans  <wim@fluendo.com>
28091
28092         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
28093         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
28094         (gst_videomixer_pad_set_property),
28095         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
28096         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
28097         (gst_videomixer_class_init), (gst_videomixer_init),
28098         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
28099         (pad_zorder_compare), (gst_videomixer_sort_pads),
28100         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28101         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
28102         (gst_videomixer_update_queues), (gst_videomixer_loop),
28103         (plugin_init):
28104         Avoid divide by zero, choose masterpad as the pad with the highest
28105         framerate.
28106
28107 2004-06-27  Julien Moutte  <julien@moutte.net>
28108
28109         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28110         (gst_ximagesink_xwindow_new):
28111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28112         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
28113         function directly. We might want to call it from somewhere else one day.
28114
28115 2004-06-27  Julien Moutte  <julien@moutte.net>
28116
28117         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28118         (gst_ximagesink_xwindow_new):
28119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28120         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
28121         window decorations.
28122
28123 2004-06-27  Wim Taymans  <wim@fluendo.com>
28124
28125         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
28126         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28127         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
28128         (gst_dvdec_set_property), (gst_dvdec_get_property):
28129         * ext/dv/gstdvdec.h:
28130         Implement drop_factor property to lower the framerate with
28131         a factor.
28132
28133 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28134
28135         * gst-libs/gst/colorbalance/Makefile.am:
28136         * gst-libs/gst/mixer/Makefile.am:
28137         * gst-libs/gst/play/Makefile.am:
28138         * gst-libs/gst/tuner/Makefile.am:
28139           unbreak Company's fix that didn't install the -enum.h files
28140
28141 2004-06-27  Wim Taymans  <wim@fluendo.com>
28142
28143         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
28144         (gst_dvdec_change_state):
28145         * ext/dv/gstdvdec.h:
28146         Fix timestamp, duration and offset of the buffers.
28147
28148 2004-06-27  Wim Taymans  <wim@fluendo.com>
28149
28150         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28151         (gst_multifdsink_class_init), (gst_multifdsink_add),
28152         (gst_multifdsink_remove), (gst_multifdsink_clear),
28153         (gst_multifdsink_client_remove),
28154         (gst_multifdsink_handle_client_read),
28155         (gst_multifdsink_client_queue_data),
28156         (gst_multifdsink_client_queue_caps),
28157         (gst_multifdsink_client_queue_buffer),
28158         (gst_multifdsink_handle_client_write),
28159         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28160         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28161         (gst_multifdsink_init_send), (gst_multifdsink_close):
28162         * gst/tcp/gstmultifdsink.h:
28163         * gst/tcp/gsttcpserversink.c:
28164         (gst_tcpserversink_handle_server_read),
28165         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
28166         More multifdsink fixes, more recovery policy fixes.
28167         Removed stupid g_print
28168
28169 2004-06-26  Wim Taymans  <wim@fluendo.com>
28170
28171         * gst/tcp/Makefile.am:
28172         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28173         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
28174         (gst_multifdsink_class_init), (gst_multifdsink_init),
28175         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
28176         (gst_multifdsink_handle_client_read),
28177         (gst_multifdsink_client_queue_data),
28178         (gst_multifdsink_client_queue_caps),
28179         (gst_multifdsink_client_queue_buffer),
28180         (gst_multifdsink_handle_client_write),
28181         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28182         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28183         (gst_multifdsink_chain), (gst_multifdsink_set_property),
28184         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
28185         (gst_multifdsink_close), (gst_multifdsink_change_state):
28186         * gst/tcp/gstmultifdsink.h:
28187         * gst/tcp/gsttcpplugin.c: (plugin_init):
28188         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
28189         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
28190         (gst_tcpserversink_handle_server_read),
28191         (gst_tcpserversink_handle_select),
28192         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
28193         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28194         * gst/tcp/gsttcpserversink.h:
28195         Added multifdsink, made tcpserversink a subclass of fdsink, removed
28196         one of the locks, added recovery policy to multifdsink.
28197
28198 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28199
28200         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28201           fix decision for when getting frames with same timestamp
28202         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28203         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28204         (gst_v4lsrc_get_property):
28205         * sys/v4l/gstv4lsrc.h:
28206           add latency offset property
28207
28208 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28209
28210         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
28211         (plugin_init):
28212           fix debugging. add category.
28213
28214 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28215
28216         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28217           fix wrong offsets
28218
28219 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28220
28221         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28222         (gst_alsa_src_get_time), (gst_alsa_src_loop),
28223         (gst_alsa_src_change_state):
28224           return a time that is in sync with the element's processing
28225
28226 2004-06-25  Wim Taymans  <wim@fluendo.com>
28227
28228         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28229         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28230         (gst_tcpserversink_client_remove),
28231         (gst_tcpserversink_handle_client_read),
28232         (gst_tcpserversink_client_queue_data),
28233         (gst_tcpserversink_client_queue_caps),
28234         (gst_tcpserversink_client_queue_buffer),
28235         (gst_tcpserversink_handle_client_write),
28236         (gst_tcpserversink_queue_buffer),
28237         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
28238         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
28239         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
28240         (gst_tcpserversink_close):
28241         * gst/tcp/gsttcpserversink.h:
28242         Serversink rewrite. Really do non blocking writes to clients and
28243         maintain an internal queue to handle slower clients while not
28244         disturbing fast clients.
28245
28246 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28247
28248         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28249           better debug, don't override OFFSET and OFFSET_END
28250
28251 2004-06-25  Iain <iain@prettypeople.org>
28252
28253         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
28254         name=source for the wavparse pipeline.
28255
28256 2004-06-24  Johan Dahlin  <johan@gnome.org>
28257
28258         * ext/theora/theoraenc.c (theora_enc_chain): Call
28259         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
28260         streamheader caps are set correctly.
28261
28262 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28263
28264         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28265         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
28266           respect minimum bitrate; same could be done for max bitrate
28267
28268 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28269
28270         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28271         (gst_vorbisenc_setup):
28272           fix sample rate range
28273
28274 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28275
28276         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
28277         (gst_oggvorbisenc_setup):
28278         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
28279         (gst_vorbisenc_setup):
28280           resolve ambiguities in code and description
28281
28282 2004-06-24  Wim Taymans  <wim@fluendo.com>
28283
28284         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
28285         * ext/alsa/gstalsa.h:
28286         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28287         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
28288         Use alsa trigger_tstamp to get the timestamp of the first
28289         sample in the buffer for more precise sync. Some cleanups.
28290
28291 2004-06-24  Wim Taymans  <wim@fluendo.com>
28292
28293         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
28294         (gst_audiorate_init), (gst_audiorate_chain),
28295         (gst_audiorate_set_property), (gst_audiorate_get_property):
28296         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28297         (gst_videorate_chain):
28298         Added some logging, fixed an overflow bug in videorate.
28299
28300 2004-06-24  Benjamin Otte  <otte@gnome.org>
28301
28302         * ext/kio/Makefile.am:
28303           fix for builddir != srcdir and distcheck
28304
28305 2004-06-24  Benjamin Otte  <otte@gnome.org>
28306
28307         * gst-libs/gst/colorbalance/Makefile.am:
28308         * gst-libs/gst/mixer/Makefile.am:
28309         * gst-libs/gst/play/Makefile.am:
28310         * gst-libs/gst/tuner/Makefile.am:
28311         * gst/tcp/Makefile.am:
28312         * sys/dxr3/Makefile.am:
28313           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
28314           tarball.
28315           Also add all *.list files that were missing.
28316         * Makefile.am:
28317           add a distcheck hook to ensure the above doesn't happen again.
28318
28319 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
28320
28321         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
28322
28323 2004-06-23  Colin Walters  <walters@redhat.com>
28324
28325         * m4/Makefile.am: Distribute gst-fionread.m4.
28326
28327 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28328
28329         * configure.ac: back to dev
28330
28331 2004-06-23  Wim Taymans  <wim@fluendo.com>
28332
28333         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28334         (gst_alsa_xrun_recovery):
28335         * ext/alsa/gstalsa.h:
28336         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28337         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
28338         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28339         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
28340         (gst_alsa_src_loop):
28341         Add clock to alsasrc. Take new capture timestamp when
28342         restarting after an overrun. Split up some functions between
28343         alsasrc and alsasink.
28344
28345 === release 0.8.2 ===
28346
28347 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28348
28349         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28350         (gst_alsa_change_state), (gst_alsa_update_avail),
28351         (gst_alsa_xrun_recovery):
28352         * ext/alsa/gstalsa.h:
28353         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28354           merge back changes from release
28355
28356 2004-06-23  Wim Taymans  <wim@fluendo.com>
28357
28358         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
28359         (gst_audiorate_init), (gst_audiorate_chain),
28360         (gst_audiorate_set_property), (gst_audiorate_get_property):
28361         Implement sample dropping and notify
28362
28363 2004-06-22  Wim Taymans  <wim@fluendo.com>
28364
28365         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28366         (theora_enc_sink_link), (theora_buffer_from_packet),
28367         (theora_push_packet), (theora_enc_chain):
28368         Some cleanups, make sure the timestamps are correct.
28369
28370 2004-06-22  Wim Taymans  <wim@fluendo.com>
28371
28372         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
28373         (gst_alsa_change_state), (gst_alsa_update_avail),
28374         (gst_alsa_xrun_recovery):
28375         * ext/alsa/gstalsa.h:
28376         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28377         Cleanups, take queued samples into account when reporting
28378         the time.
28379
28380 2004-06-22  Wim Taymans  <wim@fluendo.com>
28381
28382         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28383         (gst_videorate_init):
28384         Initialize the property as well.
28385
28386 2004-06-22  Wim Taymans  <wim@fluendo.com>
28387
28388         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28389         (gst_videorate_init), (gst_videorate_chain),
28390         (gst_videorate_set_property), (gst_videorate_get_property):
28391         Add property to make videorate silent.
28392         Add property to prefer new frames over old ones.
28393
28394 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28395
28396         * sys/osxvideo/Makefile.am:
28397         Workaround so that the osxvideo .so file gets linked with the
28398         Cocoa, OpenGL and QuickTime frameworks
28399
28400 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28401
28402         * sys/osxaudio/Makefile.am:
28403         Workaround so that the osxaudio .so file gets linked with the
28404         CoreAudio framework
28405
28406 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28407
28408         * configure.ac:
28409         Whoops, my fault...fixed build issues
28410
28411 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28412
28413         * configure.ac:
28414         Add objective-c support if running in Darwin/Mac OS X
28415         * sys/Makefile.am:
28416         * sys/osxvideo:
28417         * sys/osxvideo/Makefile.am:
28418         * sys/osxvideo/osxvideosink.h:
28419         * sys/osxvideo/osxvideosink.m:
28420         * sys/osxvideo/cocoawindow.h:
28421         * sys/osxvideo/cocoawindow.m:
28422         Add osxvideosink, a cocoa-based osx video sink
28423
28424
28425 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
28426         * ext/dvdnav/gst-dvd:
28427         Grab the gconf key from the right spot
28428         * gst/debug/gstnavseek.c: (gst_navseek_init),
28429         (gst_navseek_segseek), (gst_navseek_handle_src_event),
28430         (gst_navseek_chain):
28431         * gst/debug/gstnavseek.h:
28432           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
28433           and loop parameters of a segment seek.
28434         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
28435         (gst_videotestsrc_get_event_masks),
28436         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
28437         * gst/videotestsrc/gstvideotestsrc.h:
28438           Add seeking support to videotestsrc
28439           Initialise the timestamp_offset variable.
28440
28441 2004-06-18  Wim Taymans  <wim@fluendo.com>
28442
28443         * ext/sidplay/gstsiddec.cc:
28444         Fix negotiation and set correct end offset.
28445
28446 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28447
28448         * configure.ac: branch and prerelease
28449
28450 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28451
28452         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
28453         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
28454         (gst_tcpclientsrc_init_receive):
28455         * gst/tcp/gsttcpclientsrc.h:
28456           read caps when connecting to server for GDP so we set them correctly
28457
28458 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28459
28460         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28461           notify drops and duplicates
28462         * gst/videoscale/videoscale.c: (videoscale_get_structure):
28463           no good reason to limit ourselves to 100x100
28464
28465 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28466
28467         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28468         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
28469         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28470         (gst_v4lsrc_get_property):
28471         * sys/v4l/gstv4lsrc.h:
28472         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28473         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28474         (gst_v4l_set_audio):
28475         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
28476         (gst_v4lsrc_try_capture):
28477         * sys/v4l/v4lsrc_calls.h:
28478           change try_palette to more general try_capture
28479           add autoprobe option so we can turn off autoprobing
28480           various fixes
28481
28482 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28483
28484         * configure.ac:
28485           add videorate
28486         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
28487         (gst_ximagesink_class_init):
28488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
28489         (gst_xvimagesink_class_init):
28490           run them as finalize, not dispose, since dispose can be invoked
28491           multiple times
28492
28493 2004-06-17  Wim Taymans  <wim@fluendo.com>
28494
28495         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28496         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
28497         * ext/alsa/gstalsa.h:
28498         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
28499         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
28500         (gst_alsa_src_change_state):
28501         * ext/alsa/gstalsasrc.h:
28502         Make the xrun code timestamp and offset the buffers correctly.
28503         moved the clock to the base class, use alsa methods to get time.
28504         Do correct timestamping on outgoing buffers.
28505
28506 2004-06-17  Wim Taymans  <wim@fluendo.com>
28507
28508         * gst/audiorate/Makefile.am:
28509         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
28510         (gst_audiorate_base_init), (gst_audiorate_class_init),
28511         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
28512         (gst_audiorate_set_property), (gst_audiorate_get_property),
28513         (gst_audiorate_change_state), (plugin_init):
28514         Added an audiorate converter that fills in gaps.
28515
28516 2004-06-17  Johan Dahlin  <johan@gnome.org>
28517
28518         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
28519
28520 2004-06-16  Wim Taymans  <wim@fluendo.com>
28521
28522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
28523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28524         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28525         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28526         (gst_v4lsrc_get_property):
28527         * sys/v4l/gstv4lsrc.h:
28528         Added a copy mode to v4lsrc where it will output a copied version
28529         of its internal hardware buffer.
28530         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
28531         can't | them.
28532
28533 2004-06-16  Wim Taymans  <wim@fluendo.com>
28534
28535         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28536         Timestamp fixes.
28537
28538 2004-06-16  Wim Taymans  <wim@fluendo.com>
28539
28540         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28541         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28542         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28543         (gst_v4lsrc_get_property):
28544         * sys/v4l/gstv4lsrc.h:
28545         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28546         Added a sync mode enum property to control v4lsrc timestamp method
28547         Removed the use-fixed-fps property and moved functionality in
28548         the enum.
28549         Don't error on an error value from v4l-conf, it might not always
28550         be a real error.
28551
28552 2004-06-16  Wim Taymans  <wim@fluendo.com>
28553
28554         * gst/videorate/Makefile.am:
28555         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
28556         (gst_videorate_base_init), (gst_videorate_class_init),
28557         (gst_videorate_getcaps), (gst_videorate_link),
28558         (gst_videorate_init), (gst_videorate_chain),
28559         (gst_videorate_set_property), (gst_videorate_get_property),
28560         (gst_videorate_change_state), (plugin_init):
28561         Added a video timestamp corrector.
28562
28563 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28564
28565         fixed a potential leak with previous commit
28566
28567         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28568
28569 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28570
28571         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28572         Added missing refcount, fixes bug #144425
28573         Cheers Tim for finding the bug
28574
28575 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28576
28577         * sys/v4l/gstv4l.c: (plugin_init):
28578         * sys/v4l/gstv4lcolorbalance.c:
28579         * sys/v4l/gstv4lcolorbalance.h:
28580         * sys/v4l/gstv4lelement.c:
28581         * sys/v4l/gstv4lelement.h:
28582         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28583         * sys/v4l/gstv4lmjpegsink.h:
28584         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28585         * sys/v4l/gstv4lmjpegsrc.h:
28586         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28587         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28588         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
28589         * sys/v4l/gstv4lsrc.h:
28590         * sys/v4l/gstv4ltuner.c:
28591         * sys/v4l/gstv4ltuner.h:
28592         * sys/v4l/gstv4lxoverlay.c:
28593         * sys/v4l/gstv4lxoverlay.h:
28594         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28595         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28596         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28597         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28598         (gst_v4l_set_audio):
28599         * sys/v4l/v4l_calls.h:
28600         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28601         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
28602         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
28603         (gst_v4lmjpegsink_playback_init),
28604         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
28605         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
28606         (gst_v4lmjpegsink_playback_stop),
28607         (gst_v4lmjpegsink_playback_deinit):
28608         * sys/v4l/v4lmjpegsink_calls.h:
28609         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
28610         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
28611         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28612         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
28613         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
28614         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
28615         * sys/v4l/v4lmjpegsrc_calls.h:
28616         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28617         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
28618         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
28619         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
28620         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
28621         (gst_v4lsrc_try_palette):
28622         * sys/v4l/v4lsrc_calls.h:
28623           bunch of paranoia cleanups
28624
28625 2004-06-14  David Schleef  <ds@schleef.org>
28626
28627         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
28628         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
28629         Send discont events and change timestamps appropriately when
28630         we get a seek event.  (bug #144240)
28631         * ext/cdparanoia/gstcdparanoia.h:
28632
28633 2004-06-14  Benjamin Otte  <otte@gnome.org>
28634
28635         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
28636           snd_pcm_hw_params_set_rate  since the latter fails for no good
28637           reason on some setups.
28638
28639 2004-06-14  David Schleef  <ds@schleef.org>
28640
28641         * gst/volume/demo.c: (value_changed_callback): exp10() is not
28642         standard.  Thank you for playing.
28643
28644 2004-06-14  Wim Taymans  <wim@fluendo.com>
28645
28646         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
28647         Patch 1.3 broke the ordering of the colorspace info and
28648         made the plugin basically work by coincidence, reordered
28649         the info.
28650
28651 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28652
28653         * ext/lame/gstlame.c:
28654         * ext/mad/gstmad.c:
28655           sync caps.  Make sure mad can only output a list of rates, not
28656           a full range.  In the future, have three caps lists for each of the
28657           mpeg versions.  Change mpegversion to a double as well.
28658
28659 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28660
28661         * gst/volume/.cvsignore:
28662         * gst/volume/Makefile.am:
28663         * gst/volume/demo.c: (value_changed_callback), (idler),
28664         (setup_gui), (main):
28665           added small demo app
28666
28667 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
28668         * ext/esd/esdsink.c: (gst_esdsink_change_state):
28669         * ext/esd/esdsink.h:
28670         Close the esd connection on pause, because esd will just wait -
28671         blocking all other esd clients indefinitely.
28672
28673 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
28674
28675         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
28676           previous commit with GST_DEBUG
28677
28678 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28679
28680         * configure.ac:
28681           add a header check for a dvdread header in dvdnav.  Fixes #133002
28682
28683 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28684
28685         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
28686         * gst/tcp/gsttcpclientsink.h:
28687         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
28688         * gst/tcp/gsttcpclientsrc.h:
28689         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
28690         (gst_tcpserversink_handle_server_read),
28691         (gst_tcpserversink_init_send):
28692         * gst/tcp/gsttcpserversink.h:
28693         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
28694         * gst/tcp/gsttcpserversrc.h:
28695         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
28696         version of IP)
28697
28698 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28699
28700         * configure.ac:
28701         Added ogg library so that OSX detects libtheora properly
28702
28703 2004-06-11  Wim Taymans  <wim@fluendo.com>
28704
28705         * ext/theora/theoradec.c: (theora_dec_chain),
28706         (theora_dec_change_state):
28707         Don't try to decode frames before we received a keyframe.
28708
28709 2004-06-11  Wim Taymans  <wim@fluendo.com>
28710
28711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28712         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28713         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28714         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28715         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28716         Added property to set the maximum delay of a page.
28717
28718 2004-06-10  Wim Taymans  <wim@fluendo.com>
28719
28720         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28721         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28722         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28723         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28724         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28725         Added max-delay property to control the maximum amount
28726         of data to put in one page.
28727
28728 2004-06-10  Wim Taymans  <wim@fluendo.com>
28729
28730         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28731         (gst_theora_enc_init), (theora_enc_sink_link),
28732         (theora_buffer_from_packet), (theora_enc_set_property),
28733         (theora_enc_get_property):
28734         Set duration on encoded buffer, added some more properties
28735
28736 2004-06-10  Wim Taymans  <wim@fluendo.com>
28737
28738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28739         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28740         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
28741         * ext/theora/theoraenc.c: (theora_enc_chain):
28742         Fix refcounting bugs
28743
28744 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28745
28746         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
28747         (gst_asf_demux_loop), (gst_asf_demux_process_file),
28748         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
28749         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
28750         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
28751         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
28752         (gst_asf_demux_change_state):
28753         * gst/asfdemux/gstasfdemux.h:
28754           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
28755           feels like. I think we should set a new requirement for demuxers
28756           from now on to implement sane loop functions, data loops, query
28757           and seek functions before first commit into CVS. And this commit
28758           fixes all of the above.
28759
28760 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
28761
28762         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
28763           vorbis comments are properly encoded in UTF-8 before adding them
28764           to a GstTagList
28765
28766 2004-06-09  Benjamin Otte  <otte@gnome.org>
28767
28768         * ext/alsa/gstalsa.c: (add_channels):
28769           handle min <= max correctly
28770         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
28771         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
28772           add fixation functions so we fixate correctly. No preferring of alaw
28773           anymore because it's the first structure.
28774         * ext/alsa/gstalsa.h:
28775         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
28776         (gst_alsa_hw_params_dump):
28777           add functions to ease debugging in alsalib
28778         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
28779         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
28780         (gst_alsa_start_audio):
28781           only specify hw params if we really setup a format (fixes #134007 -
28782           or at least works around it)
28783
28784 2004-06-09  Wim Taymans  <wim@fluendo.com>
28785
28786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
28787         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
28788         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
28789         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
28790         (gst_ogg_mux_loop):
28791         Use stream caps to setup the initial pages in the ogg stream.
28792         Correctly set the streamheader caps on the srcpad.
28793
28794 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28795
28796         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28797         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28798         (gst_v4lsrc_getcaps):
28799         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28800         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
28801           add querying of fps lists for webcams.  Negotiating to a framerate
28802           now works.
28803
28804 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28805
28806         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
28807         (theora_push_buffer), (theora_push_packet),
28808         (theora_set_header_on_caps), (theora_enc_chain):
28809           mark buffers and put on streamheader, raw theora streaming
28810           now works too, whee
28811
28812 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28813
28814         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
28815         (gst_tcp_gdp_read_caps):
28816           do a looping read for caps and GDP headers too
28817
28818 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28819
28820         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28821         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
28822           return EOS instead of NULL in _get
28823
28824 2004-06-08  Wim Taymans  <wim@fluendo.com>
28825
28826         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
28827         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
28828         (gst_tcp_gdp_write_caps):
28829         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28830         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
28831         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
28832         Memory leak fixes
28833
28834 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28835
28836         * ext/vorbis/Makefile.am:
28837         * ext/vorbis/vorbis.c: (plugin_init):
28838         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
28839         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
28840         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
28841         (vorbis_parse_change_state):
28842         * ext/vorbis/vorbisparse.h:
28843           adding a vorbisparse element that marks the buffers, streaming
28844           raw vorbis using GDP now works, whee
28845
28846 2004-06-08  Wim Taymans  <wim@fluendo.com>
28847
28848         * ext/jpeg/Makefile.am:
28849         * ext/jpeg/README:
28850         * ext/jpeg/gstjpeg.c: (plugin_init):
28851         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
28852         (gst_smokedec_base_init), (gst_smokedec_class_init),
28853         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
28854         * ext/jpeg/gstsmokedec.h:
28855         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
28856         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
28857         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
28858         (gst_smokeenc_resync), (gst_smokeenc_chain),
28859         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
28860         * ext/jpeg/gstsmokeenc.h:
28861         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
28862         (smokecodec_flush_destination), (smokecodec_term_destination),
28863         (smokecodec_init_source), (smokecodec_fill_input_buffer),
28864         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
28865         (smokecodec_term_source), (smokecodec_encode_new),
28866         (smokecodec_decode_new), (smokecodec_info_free),
28867         (smokecodec_set_quality), (smokecodec_get_quality),
28868         (smokecodec_set_threshold), (smokecodec_get_threshold),
28869         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
28870         (find_best_size), (abs_diff), (put), (smokecodec_encode),
28871         (smokecodec_parse_header), (smokecodec_decode):
28872         * ext/jpeg/smokecodec.h:
28873         Added a new simple jpeg based codec
28874
28875 2004-06-08  Wim Taymans  <wim@fluendo.com>
28876
28877         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28878         (gst_multipart_mux_loop):
28879         Fix memory leak
28880
28881 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28882
28883         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28884         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
28885         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
28886         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
28887         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28888         * gst/tcp/gsttcpserversink.h:
28889           take streamheader into account
28890
28891 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28892
28893         * gst/level/Makefile.am:
28894         * gst/level/gstlevel.c: (gst_level_class_init):
28895           clean up marshal generation
28896
28897 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28898
28899         * gst/tcp/Makefile.am:
28900         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
28901         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
28902         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
28903         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
28904         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
28905         (gst_tcpclientsrc_get_property):
28906         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28907         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28908         (gst_tcpserversink_handle_client_read),
28909         (gst_tcpserversink_handle_client_write),
28910         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
28911         * gst/tcp/gsttcpserversink.h:
28912           add signals client-added and client-removed
28913         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
28914         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
28915         (gst_tcpserversrc_get_property):
28916         uniformized, change default protocol to NONE
28917         * gst/tcp/gsttcp-marshal.list: added
28918 2004-06-07  Benjamin Otte  <otte@gnome.org>
28919
28920         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28921           handle discont events if they happen before caps nego
28922
28923 2004-06-07  Wim Taymans  <wim@fluendo.com>
28924
28925         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
28926         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
28927         (gst_multipart_demux_plugin_init):
28928         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28929         (gst_multipart_mux_init), (gst_multipart_mux_loop),
28930         (gst_multipart_mux_change_state):
28931         Small updates, fix a memleak
28932
28933 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28934
28935         * configure.ac: OSS portability
28936         * ext/arts/gst_arts.c: idem
28937         * sys/oss/gstosselement.c: idem
28938         * sys/oss/gstossmixer.c: idem
28939         * sys/oss/gstosssink.c: idem
28940         * sys/oss/gstosssrc.c: idem
28941         * sys/oss/oss_probe.c: idem
28942           - check for soundcard.h in different places for some BSD
28943
28944 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
28945
28946         * AUTHORS:
28947         Add me to the authors file
28948         * configure.ac:
28949         Increase the libdv requirement to >= version 0.100
28950         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28951         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
28952         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
28953         * ext/dv/gstdvdec.h:
28954         Add support for the new_media flag when sending DISCONT events
28955         Make the querying work when video pad is not linked
28956
28957 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28958
28959         reviewed by Benjamin Otte  <otte@gnome.org>
28960
28961         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
28962           create a NULL-initialized array of pads, so we don't think they
28963           exist already. (fixes #143130)
28964
28965 2004-06-07  Benjamin Otte  <otte@gnome.org>
28966
28967         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
28968         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
28969         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
28970           don't use // coments
28971
28972 2004-06-07  Benjamin Otte  <otte@gnome.org>
28973
28974         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
28975           cast to GstClockTime to get higher granularity
28976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28977           use gst_element_set_time_delay to get the exact time
28978         * ext/mad/gstmad.c: (gst_mad_chain):
28979           use the negotiated rate instead of the current frame's rate which
28980           might be wrong because of bit errors. This avoids emitting totally
28981           bogus timestamps and screwing sync.
28982         (fixes #143454)
28983
28984 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28985
28986         reviewed by Benjamin Otte  <otte@gnome.org>
28987
28988         * gst/adder/gstadder.c: (gst_adder_loop):
28989           properly error out when no negotiation has happened yet. (fixes
28990           #143032)
28991
28992 2004-06-06  Benjamin Otte  <otte@gnome.org>
28993
28994         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
28995           forward correctly transformed offset in discont events. Based on
28996           patch by Arwed v. Merkatz. (fixes #142851)
28997
28998 2004-06-06  David Schleef  <ds@schleef.org>
28999
29000         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
29001         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
29002         problems on several systems.
29003
29004 2004-06-06  Benjamin Otte  <otte@gnome.org>
29005
29006         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
29007           use explicit caps on the srcpad
29008         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29009           properly error out if caps couldn't be set (fixes #142764)
29010
29011 2004-06-06  Benjamin Otte  <otte@gnome.org>
29012
29013         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29014         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29015         (gst_alsa_start_audio):
29016           - don't call set_periods_integer anymore, it breaks the
29017           configuration randomly
29018           - call snd_pcm_hw_params_set_access directly instead of using masks
29019           - don't fail if the sw_params can't be set, just use the default
29020           params and hope it works. Alsalib has weird issues when you touch
29021           sw_params and does no proper error reporting about what failed.
29022         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29023         (gst_alsa_close_audio):
29024           make our alsa debugging go via gst debugging and not conditionally
29025           defined
29026         * ext/alsa/gstalsa.h:
29027           add ALSA_DEBUG_FLUSH macro
29028         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
29029         (plugin_init):
29030           wrap alsa errors to be printed via the gst debugging system and not
29031           spammed to stderr
29032
29033 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29034
29035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
29036         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
29037         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
29038         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
29039         (qtdemux_parse_trak):
29040         * gst/qtdemux/qtdemux.h:
29041           Bitch. Also known as seeking, querying & co.
29042         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29043         (gst_osssink_change_state):
29044         * sys/oss/gstosssink.h:
29045           Resyncing is for weenies, this hack is no longer needed and was
29046           broken anyway (since it - unintendedly - always leaves resync to
29047           TRUE).
29048
29049 2004-06-05  Andrew Turner <zxombie@hotpop.com>
29050
29051         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
29052         * gst/tcp/gsttcpclientsrc.h: idem
29053           - define MSG_NOSIGNAL if not done
29054           - include unistd.h for off_t
29055           (fixes #143749)
29056
29057 2004-06-05  Benjamin Otte  <otte@gnome.org>
29058
29059         * configure.ac:
29060         * ext/kio/Makefile.am:
29061           check for qt's moc preprocessor explicitly and use it
29062
29063 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29064
29065         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
29066           don't get a signal for EPIPE on socket writes
29067           (somebody check if this works on other platforms)
29068
29069 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29070
29071         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29072         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29073           check error condition on available samples correctly
29074
29075 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29076
29077         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
29078           avoid a segfault
29079         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
29080         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
29081         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29082         (gst_tcpserversrc_gdp_read_header):
29083          use ssize_t over size_t since the former is signed and thus the
29084          check for error codes can work
29085
29086 2004-06-02  Wim Taymans  <wim@fluendo.com>
29087
29088         reviewed by: Johan
29089
29090         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29091         (gst_multipart_mux_loop):
29092         Oops
29093
29094 2004-06-02  Wim Taymans  <wim@fluendo.com>
29095
29096         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29097         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29098         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29099         (gst_multipart_mux_change_state):
29100         Added configurable boundary specifier, added the value as a
29101         caps field as well.
29102
29103 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29104
29105         * gst/tcp/gsttcp.c:
29106         * gst/tcp/gsttcpclientsrc.c:
29107         * gst/tcp/gsttcpclientsrc.h:
29108         * gst/tcp/gsttcpserversrc.c:
29109           - portability fix, to compile on OSX
29110             (fixes #143146)
29111
29112         * sys/osxaudio/gstosxaudioelement.c:
29113         * sys/osxaudio/gstosxaudiosink.c:
29114         * sys/osxaudio/gstosxaudiosrc.c:
29115           - compilation warnings on OSX
29116             (fixes #143153)
29117
29118 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29119
29120         * ext/vorbis/vorbisdec.c : sign warning fixes
29121
29122         * gst-libs/gst/mixer/mixertrack.c :
29123           do no use defines which are glib 2.4 specific
29124
29125 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
29126
29127         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
29128           buffer since libflac doesn't expect it (reports a sync error when
29129           it encounters that)
29130
29131
29132 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
29133
29134         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
29135         * gst-libs/gst/mixer/mixertrack.c:
29136         (gst_mixer_track_get_property), (get_mixer_track_init),
29137         (get_mixer_track_get_property): Added property accessors
29138         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
29139         * gst-libs/gst/mixer/mixeroptions.c:
29140         (gst_mixer_options_get_values): Added
29141         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
29142         * gst-libs/gst/mixer/mixer.c: Fixed comment
29143
29144
29145 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29146
29147         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
29148           improve error messages on open
29149
29150
29151 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29152
29153         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29154           check if v4l-conf is in path
29155
29156 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29157
29158         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29159           change assert to a more readable error message
29160
29161 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29162
29163         * gst-libs/gst/tuner/tunerchannel.h:
29164           - add a freq_multiplicator field to make the conversion
29165             between internal frequency unit and Hz
29166         * sys/v4l/gstv4lelement.c:
29167         * sys/v4l2/gstv4l2element.c:
29168           - change default video device to /dev/video0
29169         * sys/v4l/v4l_calls.c:
29170         * sys/v4l2/v4l2_calls.c:
29171           - we only expose frequency to the user in Hz instead of
29172             bastard v4lX unit (either 62.5kHz or 62.5Hz)
29173
29174 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
29175         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29176           Initialise b_o_s and e_o_s variables
29177         * gst-libs/gst/riff/riff-media.c:
29178         (gst_riff_create_video_caps_with_data):
29179           Add some unusual fourcc's from mplayer avi's
29180         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
29181           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
29182           autoplugging.
29183
29184 2004-05-28  Wim Taymans  <wim@fluendo.com>
29185
29186         * configure.ac:
29187         * gst/alpha/Makefile.am:
29188         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29189         (gst_alpha_get_type), (gst_alpha_base_init),
29190         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29191         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
29192         (gst_alpha_chroma_key), (gst_alpha_chain),
29193         (gst_alpha_change_state), (plugin_init):
29194         A plugin to add an alpha channel to I420 video. Can optionally do
29195         chroma keying.
29196         * gst/multipart/Makefile.am:
29197         * gst/multipart/multipart.c: (plugin_init):
29198         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29199         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
29200         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
29201         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29202         (gst_multipart_demux_change_state),
29203         (gst_multipart_demux_plugin_init):
29204         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
29205         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
29206         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
29207         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
29208         (gst_multipart_mux_pad_unlink),
29209         (gst_multipart_mux_request_new_pad),
29210         (gst_multipart_mux_handle_src_event),
29211         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
29212         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
29213         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29214         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
29215         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
29216         send multipart jpeg images to a browser.
29217         * gst/videobox/Makefile.am:
29218         * gst/videobox/README:
29219         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
29220         (gst_video_box_get_type), (gst_video_box_base_init),
29221         (gst_video_box_class_init), (gst_video_box_init),
29222         (gst_video_box_set_property), (gst_video_box_get_property),
29223         (gst_video_box_sink_link), (gst_video_box_i420),
29224         (gst_video_box_ayuv), (gst_video_box_chain),
29225         (gst_video_box_change_state), (plugin_init):
29226         Crops or adds borders around an image. can do alpha channel
29227         borders as well.
29228         * gst/videomixer/Makefile.am:
29229         * gst/videomixer/README:
29230         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
29231         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
29232         (gst_videomixer_pad_get_sink_event_masks),
29233         (gst_videomixer_pad_get_property),
29234         (gst_videomixer_pad_set_property),
29235         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
29236         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
29237         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
29238         (gst_videomixer_base_init), (gst_videomixer_class_init),
29239         (gst_videomixer_init), (gst_videomixer_request_new_pad),
29240         (gst_videomixer_handle_src_event),
29241         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
29242         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
29243         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
29244         (gst_videomixer_loop), (gst_videomixer_get_property),
29245         (gst_videomixer_set_property), (gst_videomixer_change_state),
29246         (plugin_init):
29247         Generic video mixer plugin, can handle multiple inputs all with
29248         different framerates and video sizes. Is fully alpha channel
29249         aware.
29250
29251 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29252
29253         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29254           Select first track as master track. Not sure how else to handle
29255           that...
29256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
29257           Discard discont events. Should fix #142962.
29258
29259 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29260
29261         * ext/alsa/Makefile.am:
29262         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
29263         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
29264         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29265         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29266         (gst_alsa_mixer_get_option):
29267         * ext/alsa/gstalsamixer.h:
29268         * ext/alsa/gstalsamixeroptions.c:
29269         (gst_alsa_mixer_options_get_type),
29270         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
29271         (gst_alsa_mixer_options_new):
29272         * ext/alsa/gstalsamixeroptions.h:
29273         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29274         * ext/alsa/gstalsamixertrack.h:
29275           Add enumerations (as GstMixerOptions). Make correct distinction
29276           between input/output tracks. Add capture/playback private flag.
29277           Use flag to decide on whether to set capture or playback volumes
29278           or switches. Use playback and record switches.
29279         * gst-libs/gst/mixer/Makefile.am:
29280         * gst-libs/gst/mixer/mixer-marshal.list:
29281         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
29282         (gst_mixer_set_option), (gst_mixer_get_option),
29283         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
29284         (gst_mixer_volume_changed), (gst_mixer_option_changed):
29285         * gst-libs/gst/mixer/mixer.h:
29286         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
29287         (gst_mixer_options_class_init), (gst_mixer_options_init),
29288         (gst_mixer_options_dispose):
29289         * gst-libs/gst/mixer/mixeroptions.h:
29290           Add GstMixerOptions.
29291         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29292           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
29293           broken device detection on computers with multiple OSS sound
29294           cards.
29295
29296 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29297
29298         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29299           fixate nicely even when the peer is not negotiating
29300
29301 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29302
29303         * gst/audioconvert/gstaudioconvert.c:
29304         (gst_audio_convert_parse_caps):
29305           make sure we don't allow depth > width
29306         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29307           fixate endianness to G_BYTE_ORDER as default
29308         * gst/audioscale/gstaudioscale.c:
29309           we don't handle another endianness as host-endianness
29310
29311 2004-05-25  David Schleef  <ds@schleef.org>
29312
29313         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
29314
29315 2004-05-24  Benjamin Otte  <otte@gnome.org>
29316
29317         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
29318         (gst_oggvorbisenc_setup):
29319           properly fail when we can't setup the vorbis encoder due to
29320           unsupported settings
29321         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
29322         (gst_vorbisenc_setup):
29323           same
29324         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29325           fix case where warnings occured when one pad was unlinked while the
29326           other's link function was called
29327
29328 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29329
29330         * gst/tcp/Makefile.am:
29331           use GST_ENABLE_NEW
29332
29333 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29334
29335         * gst-libs/gst/resample/private.h:
29336           don't use optimizations that are #if 0'ed
29337
29338 2004-05-24  Wim Taymans  <wim@fluendo.com>
29339
29340         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
29341         Fix potential division by zero error and hopefully get
29342         the position query right to get correct timestamps on avi
29343         audio.
29344
29345 2004-05-24  Wim Taymans  <wim@fluendo.com>
29346
29347         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
29348         (gst_videoscale_scale_nearest_str2),
29349         (gst_videoscale_scale_nearest_str4),
29350         (gst_videoscale_scale_nearest_32bit),
29351         (gst_videoscale_scale_nearest_24bit),
29352         (gst_videoscale_scale_nearest_16bit):
29353         Fix the scaling algorithm and avoid a buffer overflow.
29354         removed the while loop in the scaling function as it
29355         was used for point sampling only.
29356
29357 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29358
29359         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29360         (gst_id3_tag_class_init), (gst_id3_tag_init),
29361         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
29362         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
29363         (gst_id3_tag_send_tag_event):
29364           lots of fixes to make id3mux work and id3demux work correctly
29365
29366 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29367
29368         * ext/Makefile.am:
29369           add rules to build shout2send (was removed by accident
29370           when this module was no more marked experimental/broken)
29371
29372 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29373
29374         * ext/shout2/gstshout2.c:
29375         * ext/shout2/gstshout2.h:
29376           adding a "connection problem" signal to shout2send
29377           (fixes #142954)
29378
29379 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29380
29381         * ext/kio/kioreceiver.cpp:
29382         * ext/kio/kioreceiver.h:
29383           fix sign comparison issues
29384
29385 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29386
29387         * gst/cdxaparse/gstcdxaparse.c:
29388         * gst/cdxaparse/gstcdxaparse.h:
29389           some renaming
29390           add some checks/sanity
29391           prepare for seek addition
29392
29393         * sys/sunaudio/gstsunaudio.c:
29394           remove exported dupe init function
29395
29396 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
29397
29398         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
29399         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
29400           Fix format conversion and position querying.
29401         * gst/debug/progressreport.c: (gst_progressreport_report):
29402           Don't output a bogus total value that we didn't query.
29403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29404           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
29405           only a blank window after xine has been used.
29406
29407 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29408
29409         * m4/as-arts.m4:
29410           sync with upstream version to fix test on FC2
29411           readd with -ko to preserve Id header
29412
29413 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29414
29415         * configure.ac:
29416           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
29417         * gst/tcp/gsttcpclientsrc.c: idem
29418         * gst/tcp/gsttcpserversink.c: idem
29419         * gst/tcp/gsttcpserversrc.c: idem
29420         * m4/gst-fionread.m4: idem
29421
29422         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
29423
29424         * configure.ac: enable speex plugin for speex 1.1.5+
29425         * ext/speex/gstspeexenc.c: fix cast warning
29426
29427         * ext/esd/README: fix typo
29428
29429 2004-05-20  David Schleef  <ds@schleef.org>
29430
29431         * configure.ac: Minor cosmetic change to convince the buildbot to
29432         reautogen.
29433         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
29434         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
29435         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
29436         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
29437         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
29438         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
29439         More hacking.  Plays audio now.
29440
29441 2004-05-20  David Schleef  <ds@schleef.org>
29442
29443         * configure.ac:
29444         * sys/Makefile.am:
29445
29446 2004-05-20  David Schleef  <ds@schleef.org>
29447
29448         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
29449         * sys/osxaudio/gstosxaudio.c:
29450         * sys/osxaudio/gstosxaudioelement.c:
29451         * sys/osxaudio/gstosxaudioelement.h:
29452         * sys/osxaudio/gstosxaudiosink.c:
29453         * sys/osxaudio/gstosxaudiosink.h:
29454         * sys/osxaudio/gstosxaudiosrc.c:
29455         * sys/osxaudio/gstosxaudiosrc.h:
29456
29457 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29458
29459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
29460         (gst_vorbisenc_chain):
29461           put the codec headers on the caps as streamheader as well as
29462           pushing them out
29463
29464 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29465
29466         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
29467         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
29468         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
29469         split up push_packet into two functions
29470
29471 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29472
29473         * gst/tcp/.cvsignore:
29474           ignore enums
29475         * gst/tcp/Makefile.am:
29476         * gst/tcp/README:
29477         * gst/tcp/gsttcp.c:
29478         * gst/tcp/gsttcp.h:
29479         * gst/tcp/gsttcpclientsink.c:
29480         * gst/tcp/gsttcpclientsink.h:
29481         * gst/tcp/gsttcpclientsrc.c:
29482         * gst/tcp/gsttcpclientsrc.h:
29483         * gst/tcp/gsttcpplugin.c:
29484         * gst/tcp/gsttcpserversink.c:
29485         * gst/tcp/gsttcpserversink.h:
29486         * gst/tcp/gsttcpserversrc.c:
29487         * gst/tcp/gsttcpserversrc.h:
29488           add new tcp elements
29489
29490 2004-05-19  Wim Taymans  <wim@fluendo.com>
29491
29492         * gst/law/mulaw-conversion.c: (mulaw_encode):
29493         Fix overflow bug in ulaw encoding.
29494
29495 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29496
29497         * ext/mad/gstmad.c: (gst_mad_handle_event):
29498           don't unref the event twice
29499
29500 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29501
29502         * configure.ac:
29503           remove -Wno-sign-compare
29504
29505 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29506
29507         * configure.ac:
29508           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
29509           if you want to work against glib 2.2 and 2.4
29510
29511 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29512
29513         * gst/tcp/Makefile.am:
29514         * gst/tcp/gsttcp.c:
29515         * gst/tcp/gsttcp.h:
29516         * gst/tcp/gsttcpsink.h:
29517         * gst/tcp/gsttcpsrc.h:
29518           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
29519
29520 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29521
29522         * gst/debug/tests.c: (md5_get_value):
29523           fix segfault on gst-inspect
29524
29525 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29526
29527         * gst/debug/testplugin.c:
29528         * gst/debug/tests.c:
29529         * gst/debug/tests.h:
29530           add new extensible and configurable testing element. Current tests
29531           include buffer count, stream length, timestamp/duration matching and
29532           md5.
29533         * gst/debug/Makefile.am:
29534         * gst/debug/gstdebug.c: (plugin_init):
29535           add infrastructure for new element
29536
29537 2004-05-19  Johan Dahlin  <johan@gnome.org>
29538
29539         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
29540         ending of the array. Fixes gst-inspect segfault on ppc.
29541
29542 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29543
29544         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
29545
29546         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
29547
29548 2004-05-18  David Schleef  <ds@schleef.org>
29549
29550         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
29551         warnings (bugs, actually) noticed by gcc but not forte.
29552
29553 2004-05-18  David Schleef  <ds@schleef.org>
29554
29555         * sys/sunaudio/Makefile.am:
29556         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
29557
29558 2004-05-18  David Schleef  <ds@schleef.org>
29559
29560         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29561         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
29562         to allow qtdemux to use non-seekable streams. (bug #142272)
29563
29564 2004-05-18  David Schleef  <ds@schleef.org>
29565
29566         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
29567         (gst_resample_sinc_ft_float): Remove use of static temporary
29568         buffer.  This code was obviously not supposed to last long, but
29569         it's stuck in our ABI, so it required a little hack to make it
29570         ABI-compatible.  Fixes #142585.
29571         * gst-libs/gst/resample/resample.h: same.
29572
29573 2004-05-18  David Schleef  <ds@schleef.org>
29574
29575         * configure.ac: Add sunaudio
29576         * examples/Makefile.am: make gstplay depend on gconf
29577         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
29578         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
29579         (convert_table_lookup), (img_convert): remove c99-isms
29580         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
29581           unsigned, to fix a warning on Solaris
29582         * gst/mpeg1sys/systems.c: bcopy->memcpy
29583         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
29584         * sys/Makefile.am: Add sunaudio
29585
29586 2004-05-18  Wim Taymans  <wim@fluendo.com>
29587
29588         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
29589         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
29590         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
29591         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
29592         (gst_ogg_mux_loop):
29593         Fix an ugly memleak where the muxer didn't flush enough ogg
29594         pages. This also resulted in badly muxed ogg files.
29595
29596 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29597
29598         * gst/asfdemux/asfheaders.c :
29599         * gst/asfdemux/asfheaders.h :
29600         * gst/asfdemux/gstasfdemux.c :
29601           - fix ASF_OBJ_PADDING guid
29602           - add 3 new object guids (language list, metadata,
29603             extended stream properties)
29604           - add a function to parse extended header objects
29605
29606 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29607
29608         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
29609           remove leftover debugging g_print
29610
29611 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29612
29613         * ext/mad/gstmad.c: (gst_mad_handle_event):
29614           Fix for when the first format in a discont event is not a
29615           byte-based one. Should fix #137710.
29616
29617 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29618
29619         * m4/a52.m4 : fix compilation with -Wall -Werror
29620         * m4/libfame.m4 : idem
29621         * m4/libmikmod.m4 : idem
29622
29623 2004-05-17  Benjamin Otte  <otte@gnome.org>
29624
29625         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29626           signal the new tags before giving up the reference
29627
29628 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29629
29630         * ext/shout2/gstshout2.c:
29631           use application/ogg instead of application/x-ogg (patch by Patrick
29632           Guimond, fixes #142432)
29633         * sys/oss/gstosselement.c: (gst_osselement_reset),
29634         (gst_osselement_sync_parms):
29635           don't set fragment size unless specified (fixes #142493)
29636
29637 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29638
29639         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
29640           fixes #142664
29641
29642 2004-05-17  Benjamin Otte  <otte@gnome.org>
29643
29644         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29645           compute offsets correctly for internal buffers so timestamps are set
29646           correctly when we can't seek. Also handle cases where there are no
29647           offsets. (based on a patch by David Moore, fixes #142507)
29648
29649 2004-05-17  Benjamin Otte  <otte@gnome.org>
29650
29651         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29652           use correct variable when determining amount of data to skip so we
29653           don't skip into the void and segfault
29654
29655 2004-05-16  Benjamin Otte  <otte@gnome.org>
29656
29657         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29658           Hi, I'm a memleak
29659
29660 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29661
29662         * gst/asfdemux/gstasfdemux.c:
29663           - fix a mem leak and always propagate tags
29664           - add WMV3 to known video codecs (but no decoder yet)
29665           - replace "surplus data" at end of audio header for what
29666             it is : codec specific data
29667           - fix a typo
29668
29669 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
29670
29671         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
29672
29673         * gst-libs/gst/audio/audioclock.c:
29674           Fix wrong return type (#142205).
29675
29676 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29677
29678         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
29679           Ignore CRCs by default (fixes #142566).
29680
29681 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29682
29683         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
29684         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
29685         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
29686         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
29687         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
29688         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
29689           Fix for cases where we fail to attach to a mixer.
29690
29691 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29692
29693         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29694           Don't touch events after not owning them anymore.
29695         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
29696         (gst_wavparse_fmt), (gst_wavparse_other),
29697         (gst_wavparse_handle_seek), (gst_wavparse_loop),
29698         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29699         (gst_wavparse_srcpad_event):
29700         * gst/wavparse/gstwavparse.h:
29701           Add seeking, fix querying.
29702
29703 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29704
29705         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29706           - process comments even if they don't end with \0\0
29707             g_convert would ignore them if present and works well without them
29708
29709 2004-05-16  Benjamin Otte  <otte@gnome.org>
29710
29711         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
29712           simplify caps
29713
29714 2004-05-16  Benjamin Otte  <otte@gnome.org>
29715
29716         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29717           don't write to memory we might not write to - g_convert does that
29718           for us anyway (fixes #142613)
29719         (gst_asf_demux_audio_caps):
29720           comment out gst_util_dump_mem
29721
29722 2004-05-16  Benjamin Otte  <otte@gnome.org>
29723
29724         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29725           compute correct expected timestamps after seek (broken since
29726           last commit)
29727         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
29728           rename element and debugging category to gdkpixbufscale
29729
29730 2004-05-16  Benjamin Otte  <otte@gnome.org>
29731
29732         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29733           add error checking to snd_pcm_delay and remove duplicate call to
29734           snd_pcm_delay that caused issues (see inline code comments)
29735         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29736           make more readable and fix return value when snd_pcm_delay fails
29737         (fixes #142586)
29738
29739 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
29740         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
29741         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
29742         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
29743         (gst_pixbufscale_link), (gst_pixbufscale_init),
29744         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
29745         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
29746         (gst_pixbufscale_get_property), (pixbufscale_init):
29747         * ext/gdk_pixbuf/pixbufscale.h:
29748         Add these files I forgot earlier
29749
29750 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
29751         * ext/gdk_pixbuf/Makefile.am:
29752         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29753         * ext/gdk_pixbuf/gstgdkpixbuf.h:
29754         Add new pixbufscale element to scale RGB video
29755         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
29756         and HYPER interpolation correctly.
29757         * ext/theora/theoraenc.c: (theora_enc_chain),
29758         Discard buffer and return if explicit caps could not be set
29759         (theora_enc_get_property):
29760         Make _get return kbps for the bitrate consistent with
29761         the _set function.
29762
29763
29764 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29765
29766         * ext/libvisual/visual.c: (gst_visual_chain):
29767           add missing visual_audio_analyze
29768
29769 2004-05-14  David Schleef  <ds@schleef.org>
29770
29771         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
29772         is killed while we're playing.
29773         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
29774         gst_element_no_more_pads().
29775
29776 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29777
29778         * gst-libs/gst/riff/riff-read.c :
29779           - fix INFO tag extraction in RIFF/AVI files
29780             because gst_event_unref (event) also freed taglist
29781           - avoid a mem leak
29782
29783 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29784
29785         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
29786         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
29787
29788         * gst/auparse/gstauparse.c :
29789           - add code (commented for now) to support audio/x-adpcm on src pad
29790             (we have no decoder for those layout yet)
29791
29792         * gst/cdxaparse/gstcdxaparse.c :
29793         * gst/cdxaparse/gstcdxaparse.h :
29794           - partial rewrite using RiffRead (ripped iain's wavparse code)
29795
29796         * gst/rtp/gstrtpL16enc.c : typo
29797         * gst/rtp/gstrtpgsmenc.c : typo
29798
29799 2004-05-13  Benjamin Otte  <otte@gnome.org>
29800
29801         * configure.ac:
29802           check for exact version of libvisual, it's not supposed to be
29803           API/ABI stable yet
29804
29805 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29806
29807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29808           signal no-more-pads
29809
29810 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
29811
29812         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
29813         Report which format was used for GST_FORMAT_DEFAULT
29814         * gst/debug/Makefile.am:
29815         * gst/debug/gstdebug.c: (plugin_init):
29816         * gst/debug/progressreport.c: (gst_progressreport_base_init),
29817         (gst_progressreport_class_init), (gst_progressreport_init),
29818         (gst_progressreport_report), (gst_progressreport_set_property),
29819         (gst_progressreport_get_property), (gst_progressreport_chain),
29820         (gst_progressreport_plugin_init):
29821         Add progressreport element for testing.
29822
29823 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29824
29825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
29826         * sys/v4l/gstv4lsrc.h:
29827         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
29828         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
29829         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
29830         (gst_v4lsrc_grab_frame):
29831           add more debugging
29832           send a discont at start
29833
29834 2004-05-12  Colin Walters  <walters@redhat.com>
29835
29836         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
29837         inflooping if we can't find a chunk.  Or in other words, don't blow
29838         chunks if we don't have a chunk to blow.
29839
29840 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
29841         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
29842         Remove old debug output
29843         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
29844         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
29845         (gst_dvdec_set_property), (gst_dvdec_get_property):
29846         Change the quality setting to an enum, so it works from gst-launch
29847         Don't renegotiate a non-linked pad. Allows audio only decoding.
29848         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
29849         (gst_deinterlace_link), (gst_deinterlace_init):
29850         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29851         (gst_videodrop_link):
29852         Some caps negotiation fixes
29853
29854 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29855
29856         * ext/tarkin/gsttarkin.c :
29857           - Change RANK from NONE to PRIMARY
29858         * ext/gdk_pixbuf/gstgdkpixbuf.c :
29859           - Change RANK from NONE to MARGINAL
29860         * ext/divx/gstdivxenc.c :
29861           - Change RANK from PRIMARY to NONE (encoder/spider issue)
29862
29863 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29864
29865         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
29866         (gst_vorbisenc_push_packet):
29867           copy a function that was added between 1.0 and 1.0.1 until we
29868           depend on worthwhile features of post-1.0
29869
29870 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29871
29872         * configure.ac:
29873           enable shout2 by default
29874         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
29875         (gst_shout2send_base_init), (gst_shout2send_init),
29876         (gst_shout2send_connect), (gst_shout2send_change_state):
29877         * ext/shout2/gstshout2.h:
29878           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
29879           #142262)
29880         * ext/theora/theora.c: (plugin_init):
29881           don't set rank on encoders
29882
29883 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
29884
29885         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29886           Use codec_data property instead of flag1 and flag2 for wma
29887
29888 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29889
29890         * gst/cdxaparse/gstcdxaparse.c :
29891           - Add mpegversion to CAPS to make it link
29892           - Rank is as GST_RANK_SECONDARY instead of NONE
29893         * gst/auparse/gstauparse.c :
29894           - Document all audio encoding we can encounter from Solaris 9
29895             headers and libsndfile information.
29896           - Increase max. rate from 48000 to 192000 (to match other elements)
29897           - Don't try to play junk data between header and samples
29898
29899 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29900
29901         * ext/libvisual/visual.c: (gst_visual_getcaps):
29902           use the right caps depending on endianness (I hope)
29903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
29904           use GST_RANK_NONE for all non-decoding elements or spider gets
29905           mighty confused
29906
29907 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29908
29909         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29910           Fix some odd cases and fix BE metadata parsing of unicode16 text.
29911
29912 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29913
29914         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29915         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
29916         (gst_switch_loop), (gst_switch_get_type):
29917           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
29918           HEADERS. Had to be said.
29919
29920 2004-05-10  David Schleef  <ds@schleef.org>
29921
29922         * configure.ac: Add prototype Dirac support.
29923         * ext/Makefile.am:
29924         * ext/dirac/Makefile.am:
29925         * ext/dirac/gstdirac.cc:
29926         * ext/dirac/gstdiracdec.cc:
29927
29928 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29929
29930         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
29931         (gst_auparse_init), (gst_auparse_chain),
29932         (gst_auparse_change_state):
29933           Hack around spider. Remove me some day please.
29934
29935 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29936
29937         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29938           Fix for some uninitialized variables in previous patch, also
29939           makes it work. Fixes #142286 while we're at it.
29940
29941 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29942
29943         * gst/auparse/gstauparse.c:
29944                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
29945                 only unsupported formats are ADPCM/CCITT G.72x
29946                 reviewed by Ronald
29947         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
29948
29949 2004-05-10  Wim Taymans  <wim@fluendo.com>
29950
29951         * ext/vorbis/Makefile.am:
29952         * ext/vorbis/README:
29953         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
29954         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
29955         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
29956         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
29957         (gst_oggvorbisenc_convert_sink),
29958         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
29959         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
29960         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
29961         (get_constraints_string), (update_start_message),
29962         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
29963         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
29964         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
29965         * ext/vorbis/oggvorbisenc.h:
29966         * ext/vorbis/vorbis.c: (plugin_init):
29967         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
29968         (raw_caps_factory), (gst_vorbisenc_class_init),
29969         (gst_vorbisenc_init), (gst_vorbisenc_setup),
29970         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
29971         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
29972         * ext/vorbis/vorbisenc.h:
29973         Added a raw vorbis encoder to be used with the oggmuxer.
29974         We still need the old encoder for some gnome applications,
29975         read the README to find out how that works.
29976         The raw encoder is called "rawvorbisenc" until 0.9.
29977
29978 2004-05-10  Wim Taymans  <wim@fluendo.com>
29979
29980         * ext/ogg/gstogg.c: (plugin_init):
29981         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
29982         (gst_ogg_print):
29983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
29984         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
29985         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
29986         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
29987         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
29988         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
29989         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
29990         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
29991         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
29992         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
29993         Added an ogg muxer.
29994         Small typo fixes in the demuxer.
29995
29996 2004-05-10  Wim Taymans  <wim@fluendo.com>
29997
29998         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29999         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30000         (theora_enc_change_state), (theora_enc_set_property),
30001         (theora_enc_get_property):
30002         Mark the last packet with an EOS flag which is not really needed
30003         in gstreamer.
30004         Do some better video framerate initialisation.
30005         Update the buffer timestamp.
30006
30007 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
30008
30009         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
30010         Return the result of the parent state change call
30011
30012 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30013
30014         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
30015         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
30016         * gst/law/alaw-encode.c : (idem)
30017         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
30018         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
30019         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
30020
30021 2004-05-09  Benjamin Otte  <otte@gnome.org>
30022
30023         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30024           don't use a fixed buffer size when writing variable length data to
30025           it. Fixes memory corruption and makes alsasrc work
30026
30027 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30028
30029         * ext/gnomevfs/gstgnomevfssink.c:
30030         (_gst_boolean_allow_overwrite_accumulator),
30031         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
30032           Run glib's default signal handler (??) in RUN_CLEANUP rather than
30033           RUN_LAST, and don't use that to set the accumulator value because
30034           then it's always FALSE.
30035
30036 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30037
30038         * gst-libs/gst/riff/riff-media.c:
30039         (gst_riff_create_video_caps_with_data),
30040         (gst_riff_create_audio_caps),
30041         (gst_riff_create_audio_template_caps):
30042         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
30043           Fix for unaligned RIFF files (i.e. where all the chunks together
30044           in a LIST chunk are not of the same size as the size given in
30045           the LIST chunk header). Fixes several odd WAVE files. Also fix
30046           ADPCM (block_align property) in audio, so that wavparse based
30047           on this works now as it used to stand-alone.
30048
30049 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
30050
30051         reviewed by Benjamin Otte  <otte@gnome.org>
30052
30053         * ext/a52dec/gsta52dec.c:
30054         * ext/divx/gstdivxdec.c:
30055         * ext/divx/gstdivxenc.c:
30056         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
30057         * ext/faac/gstfaac.c: (gst_faac_base_init):
30058         * ext/faad/gstfaad.c: (gst_faad_base_init):
30059         * ext/ivorbis/vorbisfile.c:
30060         * ext/lame/gstlame.c:
30061         * ext/libfame/gstlibfame.c:
30062         * ext/mpeg2enc/gstmpeg2enc.cc:
30063         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
30064         * ext/sidplay/gstsiddec.cc:
30065         * ext/speex/gstspeexdec.c:
30066         * ext/speex/gstspeexenc.c:
30067         * ext/xvid/gstxviddec.c:
30068         * ext/xvid/gstxvidenc.c:
30069           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
30070           (fixes #142193)
30071
30072 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30073
30074         * ext/alsa/gstalsa.c: (device_list),
30075         (gst_alsa_class_probe_devices):
30076         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
30077           Fix alsa oddness in mixer after the combination of using mixer
30078           in source/sink elements and using hw:x,y instead of just hw:x.
30079
30080 2004-05-09  Benjamin Otte  <otte@gnome.org>
30081
30082         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
30083         (gst_wavparse_create_sourcepad):
30084           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
30085           sourcepads
30086
30087 2004-05-09  Benjamin Otte  <otte@gnome.org>
30088
30089         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30090           allow discont events before caps nego
30091
30092 2004-05-08  Benjamin Otte  <otte@gnome.org>
30093
30094         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30095           don't leak events
30096
30097 2004-05-08  Benjamin Otte  <otte@gnome.org>
30098
30099         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
30100         (gst_level_change_state), (gst_level_init):
30101         * gst/level/gstlevel.h:
30102           figure out if we're initialized directly instead of keeping a
30103           variable that's wrong in 90% of cases
30104           don't initialize pads and then leak them and use a new unitialized
30105           pad. (fixes #142084)
30106           these were bugs so n00bish I didn't find them for an hour :/
30107
30108 2004-05-08 Iain <iain@prettypeople.org>
30109
30110         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
30111         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
30112         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
30113         return the length that was read.
30114         (gst_riff_read_strf_auds): Allow fmt tags as well.
30115
30116 2004-05-07  David Schleef  <ds@schleef.org>
30117
30118         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
30119         signed char assumption in faad.h.
30120
30121 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30122
30123         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
30124           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
30125
30126 2004-05-07  Colin Walters  <walters@redhat.com>
30127
30128         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
30129         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
30130         function.
30131         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
30132         Add dispose function.
30133
30134 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
30135         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
30136           Fix caps nego and pad templates. RGB mode caps should
30137           work now.
30138         * ext/dvdnav/gst-dvd:
30139           Move mpeg2dec inside the thread because otherwise the
30140           queue rejects cap changes mid-stream
30141         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
30142         (gst_mpeg2dec_flush_decoder):
30143           For mpeg2dec > 0.4.0, call the flush function instead of
30144           manually extracting all in-flight frames.
30145         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
30146         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
30147           Change mime type video/dv go video/x-dv to match the
30148           rest of gst-plugins
30149
30150 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30151
30152         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30153         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
30154         (gst_alsa_sink_class_init):
30155         * ext/alsa/gstalsasink.h:
30156         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
30157         (gst_alsa_src_class_init):
30158         * ext/alsa/gstalsasrc.h:
30159           Make alsasink/src a subclass of alsamixer so that mixer stuff
30160           shows up in gst-rec. Needs some finetuning.
30161
30162 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30163
30164         * ext/lame/gstlame.c: (gst_lame_chain):
30165           simplify
30166         * ext/mad/gstmad.c: (gst_mad_handle_event):
30167           fix event leak
30168         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
30169           be able to detect mp3 files < 4096 bytes
30170
30171 2004-05-06  Wim Taymans  <wim@fluendo.com>
30172
30173         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30174         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30175         (theora_enc_set_property), (theora_enc_get_property):
30176         Also encode the first frame, cleanup some code.
30177
30178 2004-05-06  Wim Taymans  <wim@fluendo.com>
30179
30180         * ext/mpeg2enc/gstmpeg2enc.cc:
30181         Forward events first before deciding that negotiation was
30182         not performed.
30183
30184 2004-05-06  Wim Taymans  <wim@fluendo.com>
30185
30186         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30187         First process the events before deciding that negotiation
30188         was not performed.
30189
30190 2004-05-06  Wim Taymans  <wim@fluendo.com>
30191
30192         * ext/theora/Makefile.am:
30193         * ext/theora/theora.c: (plugin_init):
30194         * ext/theora/theoradec.c: (theora_dec_change_state):
30195         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
30196         (gst_theora_enc_class_init), (gst_theora_enc_init),
30197         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
30198         (theora_enc_chain), (theora_enc_change_state),
30199         (theora_enc_set_property), (theora_enc_get_property):
30200         Added a theora encoder, grouped the encoder and decoder into the
30201         same plugin.
30202
30203 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30204
30205         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30206         (gst_jpegenc_chain):
30207         fix DURATION on outgoing buffers
30208         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
30209         debug using time formats
30210         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30212         (gst_xvimagesink_sink_link):
30213         windows with width/height 0 generate X errors, so don't allow them
30214
30215 2004-05-05  Wim Taymans  <wim@fluendo.com>
30216
30217         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
30218         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
30219         (gst_mpeg2dec_negotiate_format):
30220         * ext/mpeg2dec/gstmpeg2dec.h:
30221           removed the static pad template so that we can add the
30222           more accurate framerate value to the caps.
30223
30224
30225 2004-05-04  Benjamin Otte  <otte@gnome.org>
30226
30227         * configure.ac:
30228           check for kdemacros.h, too (should fix #141821)
30229         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
30230           don't crash if no header was sent, but nicely error out (fixes part
30231           of #141554)
30232
30233 2004-05-04  Wim Taymans  <wim@fluendo.com>
30234
30235         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
30236         parent dispose function to avoid segfault on destroy.
30237
30238 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30239
30240         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30241         (plugin_init):
30242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30243         (gst_xvimagesink_sink_link):
30244         clean up debugging caps
30245         also recreate xvimage when format has changed
30246
30247 2004-05-04  Benjamin Otte  <otte@gnome.org>
30248
30249         * ext/libvisual/Makefile.am:
30250         * ext/libvisual/visual.c: (gst_visual_class_init),
30251         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
30252         (gst_visual_srclink), (gst_visual_chain),
30253         (gst_visual_change_state), (plugin_init):
30254           use a GstAdapter to correctly adapt buffer sizes - allows using a
30255           framerate
30256
30257 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30258
30259         * sys/v4l/gstv4lelement.h:
30260         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30261         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
30262         (gst_v4lsrc_buffer_free):
30263         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
30264         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30265         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
30266         (gst_v4lsrc_requeue_frame):
30267         move some debugging categories around
30268         query for fps index and set accordingly if found
30269
30270 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30271
30272         * ext/lame/gstlame.c:
30273         correct defaults that lame_init puts out of range
30274
30275 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30276
30277         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
30278         (gst_divxenc_class_init):
30279         fix range since -1 is the default
30280         * gst/mpeg1sys/gstmpeg1systemencode.c:
30281         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
30282         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
30283         (gst_rtjpegdec_chain):
30284         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
30285         (gst_rtjpegenc_chain):
30286         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
30287         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
30288         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
30289         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
30290         * sys/v4l/gstv4lsrc.c:
30291         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30292         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30293         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30294         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
30295         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
30296           remove gst_info calls
30297
30298 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30299
30300         * Makefile.am:
30301         * po/af.po:
30302         * po/az.po:
30303         * po/en_GB.po:
30304         * po/nl.po:
30305         * po/sr.po:
30306         * po/sv.po:
30307           Updated translations
30308
30309 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30310
30311         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30312           refactor/comment code
30313
30314 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30315
30316         * gst/asfdemux/Makefile.am:
30317         * gst/asfdemux/asfheaders.c:
30318         * gst/asfdemux/asfheaders.h:
30319         * gst/asfdemux/gstasf.c: (plugin_init):
30320         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
30321         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
30322         (gst_asf_demux_setup_pad):
30323         * gst/asfdemux/gstasfdemux.h:
30324         * gst/asfdemux/gstasfmux.c:
30325         * gst/asfdemux/gstasfmux.h:
30326           Add tagging support to demuxer, split out registration in its own
30327           file instead of in demux (hacky), and prevent having some tables
30328           in our memory multiple times (in asfheaders.h).
30329
30330 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30331
30332         * gst/matroska/matroska-demux.c:
30333         (gst_matroska_demux_parse_metadata):
30334         * gst/matroska/matroska-ids.h:
30335           Basic tag reading support.
30336
30337 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30338
30339         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30340           Really detect ac-3 audio.
30341         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
30342           really detect matroska files (off-by-1).
30343
30344 2004-04-30  David Schleef  <ds@schleef.org>
30345
30346         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30347         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
30348         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
30349         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
30350         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
30351         hackage -- parse a lot more atoms, extract a few tags.  One might even
30352         mistake this for tag support.  Maybe it is.
30353         * gst/qtdemux/qtdemux.h:
30354
30355 2004-04-30  Colin Walters  <walters@verbum.org>
30356
30357         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
30358
30359 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30360
30361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30362         (gst_ffmpegcolorspace_getcaps):
30363           remove broken nego fix
30364
30365 2004-04-30  Benjamin Otte  <otte@gnome.org>
30366
30367         * configure.ac:
30368         * ext/Makefile.am:
30369         * ext/libvisual/Makefile.am:
30370         * ext/libvisual/visual.c:
30371           add initial support for libvisual (http://libvisual.sourceforge.net)
30372           libvisual is still quite alpha, so expect crashes in there :)
30373
30374 2004-04-29  David Schleef  <ds@schleef.org>
30375
30376         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
30377         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
30378         up qtdemux to make it spit out codec_data.  Do _not_ look at this
30379         code; you will no longer respect me.
30380
30381 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30382
30383         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
30384         * ext/alsa/gstalsa.h :
30385         change alsa pcm device discovery to find more than 1 device
30386         per card. code review by Ronald.
30387
30388 2004-04-29  David Schleef  <ds@schleef.org>
30389
30390         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
30391         Add a check for a driver bug on FreeBSD.  (bug #140565)
30392
30393 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
30394
30395         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
30396         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30397         (gst_jpegenc_getcaps):
30398           move format setting to inner loop
30399         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30400         (gst_ffmpegcolorspace_getcaps):
30401           use GST_PAD_CAPS if available so that we use already negotiated
30402           caps
30403         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30404         (qtdemux_parse_moov), (qtdemux_parse):
30405           extra debugging
30406         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
30407         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
30408           move hardcoded path to DEFINE
30409
30410 2004-04-28  David Schleef  <ds@schleef.org>
30411
30412         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
30413         (bug #140064)
30414
30415 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30416
30417         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30418           Don't probe for playback device if we're a source element. Fixes
30419           #139658.
30420
30421 2004-04-29  Benjamin Otte  <otte@gnome.org>
30422
30423         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30424         (gst_id3_tag_chain):
30425           rewrite buffer offset
30426
30427 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30428
30429         * configure.ac:
30430         * ext/Makefile.am:
30431         * ext/dts/Makefile.am:
30432         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
30433         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
30434         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
30435         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
30436         (gst_dtsdec_loop), (gst_dtsdec_change_state),
30437         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
30438         (plugin_init):
30439         * ext/dts/gstdtsdec.h:
30440           New DTS decoder.
30441         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
30442         (gst_faad_srcconnect):
30443           Add ESDS atom handling (.m4a).
30444
30445 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30446
30447         * ext/divx/gstdivxdec.c: (plugin_init):
30448           Remove comment that makes no sense.
30449         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
30450           Fix for obvious typo that resulted in warnings during gst-register.
30451         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
30452         (gst_xviddec_sink_link):
30453           Fix caps negotiation a bit better.
30454         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30455           We call this 'codec_data', not 'esds'.
30456
30457 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30458
30459         * gst/monoscope/gstmonoscope.c:
30460           make sure we only provide 256x128
30461         * gst/monoscope/monoscope.c: (monoscope_init):
30462           assert size of 256x128
30463
30464 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30465
30466         * Makefile.am:
30467         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
30468         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
30469           fixate to max width and height of device
30470
30471 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30472
30473         * Makefile.am:
30474         * sys/v4l/gstv4l.c:
30475         * sys/v4l/gstv4lsrc.c:
30476         * sys/v4l/v4l_calls.c:
30477         * sys/v4l/v4lsrc_calls.c:
30478           fix for qc-usb driver which fakes having more than one buffer
30479           by handing the same buffer twice, which confused GStreamer's/v4lsrc
30480           buffer_free override
30481           add debugging
30482
30483 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30484
30485         * Makefile.am:
30486         * gst/videotestsrc/gstvideotestsrc.c:
30487         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
30488         (gst_videotestsrc_init), (gst_videotestsrc_get),
30489         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
30490         * gst/videotestsrc/gstvideotestsrc.h:
30491           add num-buffers property
30492
30493         2004-04-26  Benjamin Otte  <otte@gnome.org>
30494
30495         * ext/mad/gstid3tag.c: (plugin_init):
30496           set id3mux rank to NONE so it doesn't confuse spider
30497           require audio/mpeg,mpegversion=1 in id3mux
30498
30499 2004-04-26  Benjamin Otte  <otte@gnome.org>
30500
30501         * configure.ac:
30502           detect faad correctly as non-working if it's indeed non-working
30503
30504 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30505
30506         * Makefile.am:
30507         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30508         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
30509         fix _getcaps so it only negotiates to its supported format
30510
30511 2004-04-25  Benjamin Otte  <otte@gnome.org>
30512
30513         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30514           fix memleak
30515
30516 2004-04-23  Benjamin Otte  <otte@gnome.org>
30517
30518         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30519           audio/x-raw-int with height rules! not. Now it's depth.
30520
30521 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30522
30523         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
30524         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30525         (gst_wavparse_loop):
30526           Missing variable initialization. Add handling of DVI ADPCM. Fix
30527           mis-parsing of LIST chunks. This works around a bug where we mis-
30528           parse non-aligning LIST chunks (so LIST chunks where the contents
30529           don't align with the actual LIST size). The correct fix is to use
30530           rifflib, I'm not going to fix wavparse - too much work. All this
30531           fixes #104878.
30532
30533 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30534
30535         reviewed by Benjamin Otte  <otte@gnome.org>
30536
30537         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
30538           fix shoutcast not working (fixes #140844)
30539
30540 2004-04-22  Benjamin Otte  <otte@gnome.org>
30541
30542         * ext/hermes/gsthermescolorspace.c:
30543         (gst_hermes_colorspace_caps_remove_format_info):
30544         * gst/colorspace/gstcolorspace.c:
30545         (gst_colorspace_caps_remove_format_info):
30546         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30547         (gst_ffmpegcolorspace_caps_remove_format_info):
30548           s/gst_caps_simplify/gst_caps_do_simplify/
30549
30550 2004-04-22  Benjamin Otte  <otte@gnome.org>
30551
30552         * gst-libs/gst/riff/riff-media.c:
30553         (gst_riff_create_video_caps_with_data):
30554           mpegversion is an int
30555         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
30556           don't try to create pad templates with NULL caps, use any caps
30557           instead.
30558
30559 2004-04-20  David Schleef  <ds@schleef.org>
30560
30561         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
30562         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
30563         (bug #140384)
30564
30565 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30566
30567         reviewed by David Schleef
30568
30569         * ext/mad/gstid3tag.c: Add stdlib.h
30570         * gst/rtp/gstrtpgsmenc.c: same
30571         * gst/tags/gstid3tag.c: same
30572         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
30573         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
30574         GST_DISABLE_LOADSAVE use.
30575         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
30576         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
30577         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
30578         atol(3)).
30579         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
30580         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
30581         strtoul(3)).
30582         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
30583         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
30584         $(ID3_CFLAGS).
30585         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
30586         $(LIBFAME_CFLAGS).
30587
30588 2004-04-20  David Schleef  <ds@schleef.org>
30589
30590         * gst/realmedia/rmdemux.c:  This was supposed to part of the
30591         last checkin.  Same idea.
30592
30593 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30594
30595         reviewed by David Schleef
30596
30597         * configure.ac: bump required gstreamer version to 0.8.1.1
30598         because of following changes [--ds]
30599
30600         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
30601         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
30602         (gst_riff_read_header):  Use GST_READ_UINT*
30603         macros to access possibly unaligned memory.
30604
30605         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
30606         (mp3_type_find):  Use GST_READ_UINT*
30607         macros to access possibly unaligned memory.
30608         (mp3_type_find, mpeg1_parse_header, qt_type_find)
30609         (speex_type_find): Likewise
30610
30611         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
30612
30613         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
30614         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
30615         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
30616         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
30617         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
30618         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
30619         macros to access possibly unaligned memory.
30620
30621         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
30622         Likewise.
30623
30624         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
30625         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
30626
30627         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30628         Likewise.
30629
30630         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
30631         (gst_mpeg2subt_chain_subtitle): Likewise.
30632
30633         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
30634         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
30635         Likewise.
30636
30637         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
30638         Likewise.
30639
30640         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
30641         Likewise.
30642
30643         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
30644         Likewise.
30645
30646 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30647
30648         * configure.ac:
30649           update required version of GStreamer because of GST_TIME_FORMAT
30650
30651 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30652
30653         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
30654           remove leftover g_print
30655         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30656           don't try setting only a subset of the caps. We don't want to kill
30657           autoplugging on purpose
30658
30659 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30660
30661         * sys/ximage/ximagesink.c: (plugin_init):
30662         * sys/xvimage/xvimagesink.c: (plugin_init):
30663           add debugging categories
30664
30665 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30666
30667         * po/en_GB.po:
30668         * po/LINGUAS:
30669           Adding en_GB translation (Gareth Owen)
30670
30671 2004-04-20  David Schleef  <ds@schleef.org>
30672
30673         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30674         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
30675         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
30676         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
30677         A number of new features and hacks to extract the esds atom and
30678         put it into the caps.  (bug #137724)
30679
30680 2004-04-19  David Schleef  <ds@schleef.org>
30681
30682         * gconf/Makefile.am: Fix for non-GNU make
30683         * gst-libs/gst/Makefile.am: Change directory order to handle
30684         GstPlay linking with gstinterfaces
30685         * gst-libs/gst/audio/make_filter: make use of tr portable
30686         * gst-libs/gst/play/Makefile.am: Add intended \
30687         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
30688         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
30689         function prototype instead of void *.
30690         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
30691         macro.
30692         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30693         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
30694         * gst/videofilter/make_filter: make use of tr portable
30695         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
30696
30697 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30698
30699         * po/LINGUAS:
30700         * po/uk.po:
30701           Added Ukrainian translation (Maxim V. Dziumanenko)
30702
30703 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30704
30705         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
30706         (gst_gsmdec_link), (gst_gsmdec_chain):
30707           Fix capsnego, simplify chain function slightly.
30708         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30709           Add GSM.
30710
30711 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30712
30713         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30714         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
30715         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
30716           Hack to make wavparse work with spider (always -> sometimes pad).
30717           Fixes #135862 && #140411.
30718
30719 2004-04-18  Benjamin Otte  <otte@gnome.org>
30720
30721         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30722         (gst_osselement_rate_probe_check),
30723         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
30724           get rid of \n in debug output
30725
30726 2004-04-17  Iain <iain@prettypeople.org>
30727
30728         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
30729         not just EOS.
30730
30731 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30732
30733         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
30734         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
30735         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
30736         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
30737         (gst_id3_tag_src_link), (gst_id3_tag_chain),
30738         (gst_id3_tag_change_state), (plugin_init):
30739           deprecate id3tag element and replace with id3demux/id3mux.
30740           great side effect: this ugly file is now even uglier, yay!
30741         * ext/mad/gstmad.h:
30742           remove non-available function
30743           update for new get_type
30744
30745 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30746
30747         * configure.ac:
30748           require mpeg2dec >= 0.4.0
30749
30750 2004-04-17  Benjamin Otte  <otte@gnome.org>
30751
30752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30753         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30754         (gst_xvimagesink_set_xwindow_id):
30755           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
30756           assorted cleanup fixes.
30757
30758 2004-04-16  David Schleef  <ds@schleef.org>
30759
30760         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
30761         * sys/xvimage/xvimagesink.h: same
30762
30763 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30764
30765         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
30766           Fix GST_ELEMENT_ERROR with (NULL)
30767
30768 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30769
30770         * gst-libs/gst/riff/riff-media.c:
30771         (gst_riff_create_video_caps_with_data):
30772           Add div[3456] as fourccs for DivX 3 (fixes #140137).
30773
30774 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30775
30776         * gst-libs/gst/riff/riff-media.c:
30777         (gst_riff_create_video_caps_with_data),
30778         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
30779         (gst_riff_create_video_template_caps),
30780         (gst_riff_create_audio_template_caps):
30781         * gst-libs/gst/riff/riff-media.h:
30782         * gst-libs/gst/riff/riff-read.c:
30783         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
30784         * gst-libs/gst/riff/riff-read.h:
30785         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30786           Add MS RLE support. I added some functions to read out strf chunks
30787           into strf chunks and the data behind it. This is usually color
30788           palettes (as in RLE, but also in 8-bit RGB). Also use those during
30789           caps creation. Lastly, add ADPCM (similar to wavparse - which
30790           should eventually be rifflib based).
30791         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
30792         (gst_matroska_demux_init), (gst_matroska_demux_reset):
30793         * gst/matroska/matroska-demux.h:
30794           Remove placeholders for some prehistoric tagging system. Didn't add
30795           support for any tag system really anyway.
30796         * gst/qtdemux/qtdemux.c:
30797           Add support for audio/x-m4a (MPEG-4) through spider.
30798         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30799         (gst_wavparse_loop):
30800           ADPCM support (#135862). Increase max. buffer size because we
30801           cannot split buffers for ADPCM (screws references) and I've seen
30802           files with 2048 byte chunks. 4096 seems safe for now.
30803
30804 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30805
30806         * configure.ac: bump nano to 1
30807
30808 === release 0.8.1 ===
30809
30810 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30811
30812         * configure.ac: releasing 0.8.1, "Comforting Sounds"
30813
30814 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30815
30816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30817           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
30818           Fixes #140058
30819
30820 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30821
30822         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
30823           lower rank of dvddemux so that it's not used for mpeg playback.
30824
30825 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30826
30827         * configure.ac:
30828           save libs correctly when checking mad
30829
30830 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30831
30832         * ext/mad/gstid3tag.c: (plugin_init):
30833           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
30834
30835 2004-04-13  David Schleef  <ds@schleef.org>
30836
30837         * common/m4/gst-feature.m4: Call -config scripts with
30838         --plugin-libs if it is supported.
30839         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
30840         JPEG images are image/jpeg.
30841         * gst/debug/Makefile.am:
30842         * gst/debug/negotiation.c: (gst_negotiation_class_init),
30843         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
30844         (gst_negotiation_update_caps), (gst_negotiation_get_property),
30845         (gst_negotiation_plugin_init): Add a property that acts like
30846         filter caps.
30847         * testsuite/gst-lint:  Move license checking to be a standard
30848         test.
30849
30850 2004-04-13  David Schleef  <ds@schleef.org>
30851
30852         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
30853         patch from Sebastien Cote (bug #139958)
30854
30855 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30856
30857         * examples/gstplay/Makefile.am:
30858         * examples/gstplay/player.c: (main):
30859           make the commandline player example use gconf settings
30860
30861 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30862
30863         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
30864         (gst_cacasink_sinkconnect), (gst_cacasink_init),
30865         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
30866           init/end library during state transition, not object
30867           creation/disposal.  get rid of custom dispose handler.
30868
30869
30870 2004-04-12  Christian Schaller <Uraeus@gnome.org>
30871
30872         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
30873         be a symlink
30874
30875 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30876
30877         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
30878           Handle JUNK chunks inside data section. Prevents warnings.
30879
30880 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30881
30882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30883         (gst_riff_create_video_template_caps):
30884           Add MS video v1.
30885         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30886         (gst_avi_demux_stream_data):
30887           Add support for "rec-list" chunks.
30888
30889 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30890
30891         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30892           Fix another codecname mismatch.
30893
30894 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30895
30896         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30897           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
30898           so that MJPEG plays back.
30899
30900 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30901
30902         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30903         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
30904         * gst/mpeg1videoparse/gstmp1videoparse.h:
30905           Fix for some slight mis-cuts in buffer parsing, and for some
30906           potential overflows or faults-causers. Adds disconts. Also fixes
30907           #139105 while we're at it.
30908
30909 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30910
30911         * configure.ac:
30912         * sys/v4l2/gstv4l2element.h:
30913           Workaround for missing struct v4l2_buffer declaration in Suse 9
30914           and Mandrake 10 linux/videodev2.h header file (#135919).
30915
30916 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30917
30918         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
30919           Bail out if no filename was given.
30920
30921 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30922
30923         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
30924         (gst_v4l2_fourcc_from_structure):
30925           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
30926           Y41B somewhere).
30927
30928 2004-04-09  Benjamin Otte  <otte@gnome.org>
30929
30930         * ext/gnomevfs/gstgnomevfssink.c:
30931         (_gst_boolean_allow_overwrite_accumulator),
30932         (gst_gnomevfssink_class_init):
30933           fix erase signal - if any handler returns false the file will not be
30934           overwritten. If no handler is connected, the file will not be
30935           overwritten either.
30936           renamed signal to "allow-overwrite"
30937         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
30938           free string when adding it to ID3 failed
30939         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30940           unref event when done
30941         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30942           free caps
30943         * gst/typefind/gsttypefindfunctions.c:
30944         (mpeg_video_stream_type_find):
30945           fix invalid read
30946
30947 2004-04-08  David Schleef  <ds@schleef.org>
30948
30949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30950         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
30951
30952 2004-04-08  David Schleef  <ds@schleef.org>
30953
30954         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
30955         we don't support (bug #139532)
30956
30957 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30958
30959         * ext/mad/gstmad.c: (gst_mad_handle_event),
30960         (gst_mad_check_caps_reset), (gst_mad_chain),
30961         (gst_mad_change_state):
30962           only set explicit caps if they haven't been set before for
30963           this stream.  MPEG-audio sample rate/channels aren't allowed
30964           to change in-stream.
30965           Fixes #139382
30966
30967 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30968
30969         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
30970         (_gst_boolean_did_something_accumulator),
30971         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
30972         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
30973         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
30974         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
30975         (gst_gnomevfssink_change_state):
30976           Fix erase signal. Don't erase by default. Remove handoff signal.
30977           Remove erase property. Don't segfault. General cleanup.
30978
30979 2004-04-07  Benjamin Otte  <otte@gnome.org>
30980
30981         * gst-libs/gst/gconf/test-gconf.c: (main):
30982           add missing gst_init
30983
30984 2004-04-07  Benjamin Otte  <otte@gnome.org>
30985
30986         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
30987           free the mutexes, too
30988
30989 2004-04-07  Benjamin Otte  <otte@gnome.org>
30990
30991         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
30992           actually free the URI string
30993         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
30994           compute offset correctly when passing discont events
30995         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
30996           don't leak discont events
30997         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30998           add some missing breaks so caps aren't copied randomly
30999         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
31000           if we realloc memory, we better use it
31001
31002 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31003
31004         * ext/mad/gstmad.c: (normal_seek):
31005           fix GST_FORMAT_TIME usage
31006
31007 2004-04-05  David Schleef  <ds@schleef.org>
31008
31009         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
31010         a deprecated function (hack!)
31011
31012 2004-04-05  Benjamin Otte  <otte@gnome.org>
31013
31014         * ext/esd/esdmon.c: (gst_esdmon_get):
31015           fix nonterminated vararg and memleak
31016
31017 2004-04-05  Benjamin Otte  <otte@gnome.org>
31018
31019         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
31020         (gst_ladspa_init), (gst_ladspa_force_src_caps),
31021         (gst_ladspa_set_property), (gst_ladspa_get_property),
31022         (gst_ladspa_instantiate), (gst_ladspa_activate),
31023         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
31024           clean up debugging
31025
31026 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
31027
31028         reviewed by Benjamin Otte  <otte@gnome.org>
31029
31030         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
31031           check for broken LADSPA parameters (fixes #138635)
31032
31033 2004-04-05  Benjamin Otte  <otte@gnome.org>
31034
31035         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
31036           advertise buffer-frames correctly on sinkpads
31037
31038 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31039
31040         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
31041         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
31042         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
31043         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
31044         (gst_mad_check_caps_reset), (gst_mad_chain):
31045         add more debugging, only reset caps when we're not in error state
31046
31047 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31048
31049         * ext/mad/gstmad.c: add debugging category, comment + cleanups
31050
31051 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31052
31053         reviewed by Benjamin Otte  <otte@gnome.org>
31054
31055         * configure.ac:
31056           fix == in test(1) operator
31057
31058 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31059
31060         reviewed by Benjamin Otte  <otte@gnome.org>
31061
31062         * configure.ac:
31063           fix --export-symblos-regex to a working regex.
31064
31065 2004-04-04  Benjamin Otte  <otte@gnome.org>
31066
31067         * sys/oss/.cvsignore:
31068           add for oss_probe
31069
31070 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
31071
31072         reviewed by Benjamin Otte  <otte@gnome.org>
31073
31074         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31075           add missing 'new_media' argument (fixes #138168)
31076         * gst/matroska/matroska-demux.c:
31077         (gst_matroska_demux_handle_seek_event):
31078           add vararg terminator (fixes #138169)
31079
31080 2004-04-02  David Schleef  <ds@schleef.org>
31081
31082         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
31083         disted (bug #138914)
31084
31085 2004-04-01  Benjamin Otte  <otte@gnome.org>
31086
31087         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
31088         (gst_alsa_close_audio):
31089           handle case better where a soundcard can't pause
31090         * ext/ogg/gstoggdemux.c:
31091           don't crash when we get events but don't have pads yet
31092
31093 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31094
31095         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
31096           throw an error if we couldn't probe any caps.
31097
31098 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31099
31100         * ext/dvdnav/gst-dvd:
31101         Add a really simple sample DVD player
31102
31103 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31104
31105         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
31106         (gst_a52dec_push), (gst_a52dec_handle_event),
31107         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
31108         (gst_a52dec_change_state):
31109         * ext/a52dec/gsta52dec.h:
31110           Use a debug category, Output timestamps correctly
31111           Emit tag info, Handle events, tell liba52dec about cpu
31112           capabilities so it can use MMX etc.
31113         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
31114           Fix a crasher accessing invalid memory
31115         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
31116         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
31117         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31118         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
31119         (dvdnavsrc_query):
31120           Some support for byte-format seeking.
31121           Small fixes for still frames and menu button overlays
31122         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
31123         (gst_mpeg2dec_alloc_buffer):
31124           Use a debug category. Adjust the report level of several items to
31125           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
31126           so it doesn't lose the GstBuffer pointer
31127         * gst/debug/Makefile.am:
31128         * gst/debug/gstdebug.c: (plugin_init):
31129         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
31130         (gst_navseek_base_init), (gst_navseek_class_init),
31131         (gst_navseek_init), (gst_navseek_seek),
31132         (gst_navseek_handle_src_event), (gst_navseek_set_property),
31133         (gst_navseek_get_property), (gst_navseek_chain),
31134         (gst_navseek_plugin_init):
31135         * gst/debug/gstnavseek.h:
31136           Add the navseek debug element for seeking back and forth in a
31137           video stream using arrow keys.
31138         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
31139         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
31140         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
31141         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
31142         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
31143         (gst_mpeg2subt_parse_header), (gst_get_nibble),
31144         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
31145         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
31146         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
31147         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
31148         * gst/mpeg2sub/gstmpeg2subt.h:
31149           Pretty much a complete rewrite. Now a loopbased element. May still
31150           require work to properly synchronise subtitle buffers.
31151         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
31152         (gst_dvd_demux_send_subbuffer):
31153         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
31154           Don't attempt to create subbuffers of size 0
31155           Reduce a couple of error outputs to warnings.
31156         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
31157         (gst_y4mencode_chain):
31158         Output the y4m frame header correctly.
31159
31160 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31161
31162         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31163           throw errors instead of allowing SIGFPE
31164
31165 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31166
31167         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
31168         (gst_gconf_render_bin_from_key):
31169           leak plugging and style fixing
31170
31171 2004-03-31  David Schleef  <ds@schleef.org>
31172
31173         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
31174         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
31175         (bug #138225)
31176         * gst/debug/Makefile.am:
31177         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
31178         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
31179         plugin.
31180         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
31181         (gst_negotiation_base_init), (gst_negotiation_class_init),
31182         (gst_negotiation_init), (gst_negotiation_getcaps),
31183         (gst_negotiation_pad_link), (gst_negotiation_chain),
31184         (gst_negotiation_set_property), (gst_negotiation_get_property),
31185         (gst_negotiation_plugin_init):  New element to talk about random
31186         negotiation things happening in a pipeline.
31187
31188 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31189
31190         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31191           fix integer addition with help of Stefan Kost
31192
31193 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31194
31195         * po/nl.po: updated Dutch translation (Elros Cyriatan)
31196
31197 2004-03-30  David Schleef  <ds@schleef.org>
31198
31199         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
31200         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
31201         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
31202         (bug #137504)
31203         * ext/mpeg2dec/gstmpeg2dec.h:
31204
31205 2004-03-30  David Schleef  <ds@schleef.org>
31206
31207         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
31208
31209 2004-03-30  David Schleef  <ds@schleef.org>
31210
31211         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
31212         Michael Petullo) to handle .mov
31213
31214 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31215
31216         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
31217         (gst_osselement_rate_check_rate):
31218           probe caps correctly for sound cards that only support one format
31219
31220 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31221
31222         * ext/kio/kiosrc.cpp: (process_events):
31223           update handling event processing if inside KDE - untested
31224
31225 2004-03-29  David Schleef  <ds@schleef.org>
31226
31227         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
31228         by 2 to not interfere with other colorspaces.
31229         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
31230         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
31231         one to not interfere with ffmpeg_colorspace.
31232
31233 2004-03-29  David Schleef  <ds@schleef.org>
31234
31235         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
31236         aren't in the caps.
31237         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
31238         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
31239
31240 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31241
31242         * gst-libs/gst/riff/riff-media.c:
31243           fail on error, don't try to set stuff on NULL caps
31244
31245 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31246
31247         * configure.ac:
31248         * ext/Makefile.am:
31249         * ext/kio/Makefile.am:
31250         * ext/kio/kioreceiver.cpp:
31251         * ext/kio/kioreceiver.h:
31252         * ext/kio/kiosrc.cpp:
31253         * ext/kio/kiosrc.h:
31254           add experimental kiosrc plugin
31255         * ext/alsa/gstalsaplugin.c: (plugin_init):
31256           initialize debugging category only when we're sure registering the
31257           plugins worked.
31258
31259 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31260
31261         * examples/gstplay/player.c: (main):
31262         * gst-libs/gst/play/play.c: (gst_play_class_init),
31263         (gst_play_set_location), (gst_play_set_data_src),
31264         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31265         (gst_play_set_visualization), (gst_play_connect_visualization):
31266           check return values of element_set_state and return FALSE where
31267           failed
31268
31269 2004-03-29  Benjamin Otte  <otte@gnome.org>
31270
31271         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31272           try harder to check if an event is really a discont
31273
31274 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31275
31276         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
31277         * po/az.po:
31278
31279 2004-03-28  Benjamin Otte  <otte@gnome.org>
31280
31281         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
31282         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31283         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31284           get rid of non-standard "..." ranges in case statements.
31285
31286 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
31287
31288         * gst/mpegstream/gstmpegdemux.c:
31289         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
31290         specific functionality split to the new dvddemux element.
31291         * gst/mpegstream/gstdvddemux.c:
31292         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
31293         streams, derived from mpegdemux.
31294         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
31295         up. SCR based timestamp rewriting can be turned off (will probably
31296         completely disappear soon).
31297         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
31298         hacking. General cleanup. All printf statements replaced by
31299         debugging messages. Almost complete libdvdnav support.
31300         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
31301         by events. New properties for audio and subpicture languages.
31302         (dvdnavsrc_update_highlight): Now uses events.
31303         (dvdnavsrc_user_op): Cleaned up.
31304         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
31305         based). Lots of cleanup, and propper support for most libdvdnav
31306         events.
31307         (dvdnavsrc_make_dvd_event): New function.
31308         (dvdnavsrc_make_dvd_nav_packet_event): New function.
31309         (dvdnavsrc_make_clut_change_event): New function.
31310
31311 2004-03-26  Benjamin Otte  <otte@gnome.org>
31312
31313         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
31314           fix bug where typefinding would claim it's theora whenever less then
31315           7 bytes of data were available
31316
31317 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31318
31319         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
31320         (gst_alawdec_base_init), (gst_alawdec_class_init),
31321         (gst_alawdec_init), (gst_alawdec_chain):
31322         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
31323         (gst_alawenc_base_init), (gst_alawenc_class_init),
31324         (gst_alawenc_init), (gst_alawenc_chain):
31325         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
31326         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
31327         (gst_mulawdec_init), (gst_mulawdec_chain):
31328         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
31329         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
31330         (gst_mulawenc_init), (gst_mulawenc_chain):
31331           Fix capsnego in all four, remove the unused property functions and
31332           simplify the chain functions slightly. I guess we could use macros
31333           or something similar for those, since the code is so similar, but
31334           I'm currently too lazy...
31335
31336 2004-03-24  David Schleef  <ds@schleef.org>
31337
31338         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31339         (gst_osselement_close_audio), (gst_osselement_probe_caps),
31340         (gst_osselement_get_format_structure),
31341         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
31342         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
31343         (gst_osselement_rate_int_compare): Add code to handle rate probing
31344         (bug #120883)
31345         * sys/oss/gstosselement.h: same
31346         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
31347         Use rate probing provided by osselement.
31348         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
31349
31350 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31351
31352         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
31353         (gst_xvidenc_get_property):
31354           ulong/int mess-up.
31355
31356 2004-03-24  David Schleef  <ds@schleef.org>
31357
31358         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
31359         (gst_speexdec_init):
31360         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
31361         (gst_speexenc_init):  Create the pad template correctly (from
31362         the static pad template, not a NULL pointer.)
31363
31364 2004-03-25  Benjamin Otte  <otte@gnome.org>
31365
31366         * gst/debug/Makefile.am:
31367         * gst/debug/breakmydata.c:
31368           add element that quasi-randomly changes bytes in the stream.
31369           Intended use is robustness checking of demuxers and decoders in
31370           media tests.
31371
31372 2004-03-24  Benjamin Otte  <otte@gnome.org>
31373
31374         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31375         (gst_alsa_probe_hw_params):
31376         * ext/alsa/gstalsa.h:
31377           debugging output fixes
31378
31379 2004-03-24  Benjamin Otte  <otte@gnome.org>
31380
31381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
31382           don't g_return_if_fail if element is PLAYING, fail silently as every
31383           other element.
31384         * gst/effectv/gstquark.c: (gst_quarktv_chain):
31385           only fix needed for cast lvalue issues in gst-plugins
31386         * gst/volenv/gstvolenv.c: (gst_volenv_init):
31387           add proxy_getcaps
31388
31389 2004-03-24  Benjamin Otte  <otte@gnome.org>
31390
31391         * gst/level/gstlevel.c: (gst_level_init):
31392           add proxying getcaps function, so level doesn't advertise impossible
31393           caps
31394
31395 2004-03-24  David Schleef  <ds@schleef.org>
31396
31397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31398         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
31399         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
31400         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
31401         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
31402         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
31403         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
31404         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
31405         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
31406         messages.  Divide the chunk size by the compression ratio
31407         (needed for MACE audio)
31408
31409 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31410
31411         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31412           Fix buffer overflow read error.
31413
31414 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31415
31416         * ext/alsa/gstalsa.h:
31417           Remove unused entry.
31418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31419           Add cinepak.
31420         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31421         (gst_videodrop_link), (gst_videodrop_chain):
31422           Fix, sort of. Was horribly broken with new capsnego. Bah...
31423
31424 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
31425
31426         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
31427         (plugin_init):
31428         Add a monkeysaudio typefind function
31429
31430 2004-03-23  Johan Dahlin  <johan@gnome.org>
31431
31432         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
31433         (gst_play_video_fixate): Check so the structure has the field
31434         before trying to fixate them, this makes it possible to have
31435         fakesinks for video and audio output without printing errors on
31436         the output console.
31437
31438 2004-03-22  David Schleef  <ds@schleef.org>
31439
31440         * sys/oss/Makefile.am:
31441         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
31442         (check_rate), (add_rate):  Rate probing test app.
31443
31444 2004-03-21  Benjamin Otte  <otte@gnome.org>
31445
31446         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31447         (_fixate_caps_to_int), (gst_audio_convert_fixate):
31448           add a fixation function that pretty much does the right thing (fixes
31449           #137556)
31450
31451 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
31452
31453         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
31454
31455 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
31456
31457         reviewed by: Benjamin Otte  <otte@gnome.org>
31458
31459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31460           terminate gst_event_new_discontinuous correctly (fixes parts of
31461           #137711)
31462
31463 2004-03-19  David Schleef  <ds@schleef.org>
31464
31465         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
31466         since it doesn't depend on X, and it's part of our ABI.
31467
31468 2004-03-19  Iain <iain@prettypeople.org>
31469
31470         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
31471         is_int in the structure, not the local variable.
31472
31473 2004-03-19  David Schleef  <ds@schleef.org>
31474
31475         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
31476         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
31477         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
31478         Improvements in caps negotiation.
31479
31480 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31481
31482         * po/LINGUAS:
31483         * po/af.po:
31484           adding Afrikaans (Petri Jooste)
31485
31486 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31487
31488         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31489         (gst_ffmpegcolorspace_chain):
31490         throw error instead of g_critical (#137588)
31491
31492 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31493
31494         * Makefile.am:
31495         * configure.ac:
31496           dist common and m4 correctly
31497         * po/sv.po:
31498
31499 2004-03-17  David Schleef  <ds@schleef.org>
31500
31501         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
31502         (bug #137348)
31503
31504 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31505
31506         * po/LINGUAS:
31507         * po/sv.po:
31508           adding Swedish translation (Christian Rose)
31509
31510 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31511
31512         * Makefile.am: use release.mak
31513
31514 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31515
31516         * common/ChangeLog:
31517         * common/gst-autogen.sh:
31518           add some explanation about the version detection
31519         * configure.ac:
31520           fix X check
31521
31522 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31523
31524         * configure.ac: bump nano to 1
31525
31526 === release 0.8.0 ===
31527
31528 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31529
31530         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
31531
31532 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31533
31534         * configure.ac:
31535           update libtool version
31536         * gst-libs/gst/media-info/Makefile.am:
31537           actually use libtool version
31538
31539 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31540
31541         * configure.ac: fix speex detection to work with 1.0 but not 1.1
31542
31543 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31544
31545         * configure.ac:
31546         * gst-plugins.spec.in:
31547         * pkgconfig/Makefile.am:
31548         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
31549         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31550         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31551         * pkgconfig/gstreamer-libs.pc.in:
31552         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31553         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31554         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
31555         * pkgconfig/gstreamer-plugins.pc.in:
31556           remove @VERSION@ from some of the pc files since core and plugins
31557           are decoupled.
31558           created gstreamer-plugins.pc as it's a better name, but keeping
31559           -libs around for now to get fixes upstream done first.
31560
31561 2004-03-15  Julien MOUTTE <julien@moutte.net>
31562
31563         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
31564         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
31565         * gst-libs/gst/play/play.h:
31566
31567 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31568
31569         * *.c, *.cc: don't mix tabs and spaces
31570
31571 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31572
31573         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31574           use the new ffmpegcolorspace
31575         * gst-plugins.spec.in:
31576           package new colorspace and media-info
31577         * configure.ac:
31578         * pkgconfig/Makefile.am:
31579           fix some more disting issues
31580         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31581         * pkgconfig/gstreamer-media-info.pc.in:
31582           generate media-info pc files
31583
31584 2004-03-15  Johan Dahlin  <johan@gnome.org>
31585
31586         * *.h: Revert indenting
31587
31588 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31589
31590         * configure.ac:
31591           adding ffmpegcolorspace element
31592         * gst/ffmpegcolorspace/Makefile.am:
31593         * gst/ffmpegcolorspace/avcodec.h:
31594         * gst/ffmpegcolorspace/common.h:
31595         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
31596         * gst/ffmpegcolorspace/dsputil.h:
31597         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
31598         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31599         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
31600         (gst_ffmpeg_caps_to_pix_fmt):
31601         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31603         (gst_ffmpegcolorspace_caps_remove_format_info),
31604         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
31605         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
31606         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
31607         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
31608         (gst_ffmpegcolorspace_set_property),
31609         (gst_ffmpegcolorspace_get_property),
31610         (gst_ffmpegcolorspace_register):
31611         * gst/ffmpegcolorspace/imgconvert.c:
31612         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
31613         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
31614         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
31615         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
31616         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
31617         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
31618         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
31619         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
31620         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
31621         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
31622         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
31623         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
31624         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
31625         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
31626         (img_get_alpha_info), (deinterlace_line),
31627         (deinterlace_line_inplace), (deinterlace_bottom_field),
31628         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
31629         * gst/ffmpegcolorspace/imgconvert_template.h:
31630         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
31631         * gst/ffmpegcolorspace/mmx.h:
31632         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
31633           adding ffmpegcolorspace element supplied by Ronald after cleaning
31634           up and pulling in the right bits of upstream source.
31635           I'm sure a better C/compiler wizard could do some cleaning up (for
31636           example use GLIB's malloc stuff), but as a first pass this
31637           works very well
31638
31639 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31640
31641         * ext/alsa/gstalsa.h:
31642           I assume Ronald forgot to commit the change to have cardname
31643           as a struct member.  Expect some public spanking at the next
31644           opportunity.
31645
31646 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31647
31648         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
31649         (gst_alsa_open_audio), (gst_alsa_close_audio):
31650         * ext/alsa/gstalsa.c:
31651           Don't open the device if we're a mixer (= padless).
31652         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
31653         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
31654         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
31655           Open mixer during state change rather than during object
31656           initialization. Also, get a device name. Currently in a somewhat
31657           hackish fashion, but I didn't really find something better.
31658
31659 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31660
31661         * *.c, *.h: run gst-indent
31662
31663 2004-03-14  Benjamin Otte  <otte@gnome.org>
31664
31665         * gst/modplug/gstmodplug.cc:
31666         * gst/modplug/gstmodplug.h:
31667           set correct timestamps on outgoing buffers
31668
31669 2004-03-14  Benjamin Otte  <otte@gnome.org>
31670
31671         * gst/modplug/gstmodplug.cc:
31672           handle events - don't do crap when a discont arrives that's not
31673           necessary
31674           This allows correct loading and playback of mods in Rhythmbox
31675
31676 2004-03-14  Benjamin Otte  <otte@gnome.org>
31677
31678         * configure.ac:
31679         * gst-libs/gst/gconf/Makefile.am:
31680         * pkgconfig/Makefile.am:
31681           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
31682           they get rebuilt properly
31683         * configure.ac:
31684           when checking for vorbis, try pkgconfig first.
31685         * gst/modplug/gstmodplug.cc:
31686           add fixate function
31687
31688 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31689
31690         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
31691           Fix for obvious mistake, where we first shift the offset and then
31692           read a samplesize element assuming the old offset. Note that this
31693           part still has something weird, i.e. my movies containing those
31694           don't actually play well, but at least there's something that looks
31695           like sound now.
31696
31697 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
31698         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
31699         (plugin_init):
31700         Add a typefind function for speex format
31701
31702 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31703
31704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
31705         (gst_asf_demux_setup_pad):
31706           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
31707           instead of 0. Reason is simple: some elements have a fps range
31708           of 1-max instead of 0-max. So now ASF video actually works.
31709
31710 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31711
31712         * po/LINGUAS:
31713         * po/sr.po:
31714           adding serbian as a language
31715
31716 2004-03-13  Benjamin Otte  <otte@gnome.org>
31717
31718         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31719           return taglist correctly from _get function, don't gst_pad_push it.
31720           (fixes #137042)
31721
31722 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31723         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31724
31725 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31726
31727         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
31728         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
31729         (gst_alsa_mixer_track_new):
31730         * ext/alsa/gstalsamixertrack.h:
31731           Fix ancient leftovers... MixerTrack is a GObject.
31732
31733 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31734
31735         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31736         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
31737           Don't block during probing...
31738
31739 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31740
31741         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
31742         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
31743         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
31744         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
31745         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
31746         (gst_alsa_open_audio), (gst_alsa_close_audio):
31747         * ext/alsa/gstalsa.h:
31748           Add propertyprobe interface implementation, add some device-name
31749           property, all this so that it looks good in gnome-volume-control.
31750
31751 2004-03-12  David Schleef  <ds@schleef.org>
31752
31753         * configure.ac: the Hermes library controls hermescolorspace, not
31754         colorspace.
31755         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
31756         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
31757         not /* */
31758         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
31759         * ext/sdl/sdlvideosink.h: ditto.
31760         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
31761
31762 2004-03-12  Benjamin Otte  <otte@gnome.org>
31763
31764         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
31765         (gst_x_overlay_got_xwindow_id):
31766         * gst-libs/gst/xoverlay/xoverlay.h:
31767           replace XID with unsigned long to get rid of the xlibs dependency in
31768           XOverlay (fixes #137004)
31769
31770 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31771         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
31772         (gst_agingtv_setup):
31773         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
31774         (gst_dicetv_base_init), (gst_dicetv_class_init),
31775         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
31776         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
31777         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
31778         (gst_edgetv_setup), (gst_edgetv_rgb32):
31779         * gst/effectv/gsteffectv.c:
31780         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
31781         (gst_quarktv_set_property):
31782         * gst/effectv/gstrev.c: (gst_revtv_get_type),
31783         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
31784         (gst_revtv_setup), (gst_revtv_rgb32):
31785         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
31786         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
31787         (gst_shagadelictv_init), (gst_shagadelictv_setup),
31788         (gst_shagadelictv_rgb32):
31789         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
31790         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
31791         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
31792         * gst/effectv/gstwarp.c:
31793         Port everything that can be ported to videofilter and fix up the caps.
31794         Can someone with a big-endian machine please check these?
31795
31796 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31797
31798         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
31799         (gst_osssink_chain), (gst_osssink_change_state):
31800           Latest fixes for A/V sync, audio playback and such. This is about
31801           all... MPEG playback issues are mostly related to the async build-
31802           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
31803
31804 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
31805
31806         patch from: Stephane Loeuillet
31807
31808         * configure.ac:
31809           use pkg-config for some libraries, falling back to the old .m4 way
31810           (fixes #131270)
31811         * m4/libdv.m4:
31812           removed
31813
31814 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
31815
31816         * configure.ac:
31817         * tools/Makefile.am:
31818         * tools/Makefile.in:
31819         * tools/gst-launch-ext-m.m:
31820         * tools/gst-launch-ext.1.in:
31821         * tools/gst-visualise-m.m:
31822         * tools/gst-visualise.1:
31823         * tools/gst-visualise.1.in:
31824           reorganizing generation of script tools
31825
31826 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31827
31828         * ext/divx/gstdivxdec.c:
31829           Downgrade priority. We prefer ffdec_mpeg4.
31830         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
31831         (gst_faad_chain), (gst_faad_change_state):
31832           Fix capsnego. Doesn't work for some sounds because we don't have
31833           a 5:1 to stereo element.
31834         * ext/xvid/gstxvid.c: (plugin_init):
31835           Add priority.
31836         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
31837         (gst_osssink_change_state):
31838           Add discont handling.
31839
31840 2004-03-09  Colin Walters  <walters@verbum.org>
31841
31842         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
31843         conversion.
31844
31845 2004-03-09  Benjamin Otte  <otte@gnome.org>
31846
31847         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
31848           the signals take 2 arguments
31849
31850 2004-03-09  David Schleef  <ds@schleef.org>
31851
31852         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
31853         (gst_alsa_fixate): Add fixate function.  (bug #136686)
31854         * ext/alsa/gstalsa.h:
31855         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
31856
31857 2004-03-09  Benjamin Otte  <otte@gnome.org>
31858
31859         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
31860         (gst_mikmod_change_state):
31861         * ext/mikmod/gstmikmod.h:
31862           make mikmod's loop function not loop infinitely and call
31863           gst_element_yield anymore
31864         * gst/modplug/gstmodplug.cc:
31865           fix pad negotiation (fixes #136590)
31866
31867 2004-03-09  David Schleef  <ds@schleef.org>
31868
31869         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
31870         doesn't conflict with the internal colorspace plugin.
31871         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
31872         satisfy the crappy-ass shell shipped by a certain vendor.
31873         * gst/videofilter/make_filter: same (bug #135299)
31874
31875 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31876
31877         * configure.ac: bump nano to 1
31878
31879 === release 0.7.6 ===
31880
31881 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31882
31883         * configure.in: releasing 0.7.6, "There"
31884
31885 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31886
31887         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31888         * pkgconfig/gstreamer-play.pc.in:
31889           synchronize the two
31890
31891 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31892
31893         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
31894         (cdparanoia_open), (cdparanoia_event):
31895           fix/add error handling
31896         * po/POTFILES.in:
31897           add cdparanoia source
31898         * tools/Makefile.am:
31899           make scripts executable
31900
31901 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31902
31903         * configure.ac:
31904         * ext/vorbis/Makefile.am:
31905         * sys/Makefile.am:
31906           remove id3types, vorbisfile and xvideosink from the build (#133783)
31907
31908 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31909
31910         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31911           Fix metadata read crash (#136537).
31912
31913 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31914
31915         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
31916         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
31917           adding mime types, fixing the one-stop function
31918
31919 2004-03-08  Christian Schaller <Uraeus@gnome.org>
31920
31921         * ext/nas/nassink.c and /ext/nas/nassink.h:
31922         More NAS love from Arwed von Merkatz
31923         So lets all sing 'Can you feel the NAS tonight'
31924
31925 2004-03-08  Christian Schaller <Uraeus@gnome.org>
31926
31927         * tools/gst-launch-ext.in:
31928         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
31929
31930 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31931
31932         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
31933         (gst_mpeg2dec_init):
31934         remove the user_data pad for now, because it is being used in
31935         fixating causing MPEG playback to fixate on 1000 Hz for playback.
31936         If someone knows how to fix this properly, please do.
31937
31938 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31939
31940         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31941         (gst_osssink_get_time):
31942         add a warning, IMO this won't get triggered anymore, remove later
31943
31944 2004-03-07  David Schleef  <ds@schleef.org>
31945
31946         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
31947         format (bug #136470)
31948
31949 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31950
31951         * gst-libs/Makefile.am:
31952         * gst-libs/gst/media-info/Makefile.am:
31953         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
31954         (error_callback), (gst_media_info_error_create),
31955         (gst_media_info_error_element), (gmip_init), (gmip_reset),
31956         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
31957         * gst-libs/gst/media-info/media-info-priv.h:
31958         * gst-libs/gst/media-info/media-info-test.c: (main):
31959         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
31960         (gst_media_info_class_init), (gst_media_info_instance_init),
31961         (gst_media_info_set_source), (gst_media_info_read_with_idler),
31962         (gst_media_info_read_idler), (gst_media_info_read):
31963         * gst-libs/gst/media-info/media-info.h:
31964         fixed, should work now
31965
31966 2004-03-07  Christian Schaller <Uraeus@gnome.org>
31967
31968         * ext/nas/nassink.c:
31969         A bunch of NAS fixes from Arwed von Merkatz
31970
31971 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31972
31973         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31974         (qtdemux_parse_trak):
31975           Fix crash (j might be greater than n_samples, in which case we're
31976           writing outside the allocated space for the array) and memleak.
31977
31978 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31979
31980         * sys/oss/gstosssink.c: (gst_osssink_chain):
31981           And another caller that couldn't handle delay < 0 (unsigned
31982           integer overflow). Video now continues playing on an audio
31983           buffer underrun, and the clock continues working. Audio still
31984           stalls.
31985
31986 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31987
31988         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31989         (gst_osssink_get_time):
31990           get_delay() may return values lower than 0. In those cases, we
31991           should not actually cast to *unsigned* int64, that will break
31992           stuff horribly. In my case, it screwed up A/V sync in movies
31993           in totem rather badly.
31994
31995 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31996
31997         * ext/faac/gstfaac.c: (gst_faac_chain):
31998         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31999         * ext/libpng/gstpngenc.c: (user_write_data):
32000         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32001         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32002         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32003         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32004         Fix several misuse of gst_buffer_merge (it doesn't take ownership
32005         of any buffer), should fix some leaks. I hope I didn't unref buffers
32006         that shouldn't be...
32007
32008 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32009
32010         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32011         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
32012         (error_callback), (gmi_reset), (gmi_seek_to_track),
32013         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
32014         (gmip_find_type_post), (gmip_find_stream_post),
32015         (gmip_find_track_streaminfo_post):
32016         * gst-libs/gst/media-info/media-info-priv.h:
32017         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
32018         (info_print), (main):
32019         * gst-libs/gst/media-info/media-info.c:
32020         (gst_media_info_error_create), (gst_media_info_error_element),
32021         (gst_media_info_instance_init), (gst_media_info_get_property),
32022         (gst_media_info_new), (gst_media_info_set_source),
32023         (gst_media_info_read_idler), (gst_media_info_read):
32024         * gst-libs/gst/media-info/media-info.h:
32025           first pass at making this work again.  This seems to work on
32026           tagged ogg/vorbis and mp3 files.
32027
32028 2004-03-06  Benjamin Otte  <otte@gnome.org>
32029
32030         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32031           fix huge leak: gst_buffer_merge doesn't unref the first argument
32032           itself.
32033
32034 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32035
32036         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
32037           report layer/mode/emphasis
32038
32039 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32040
32041         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
32042
32043 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32044
32045         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
32046           signal serial
32047
32048 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32049
32050         * ext/vorbis/vorbis.c: (plugin_init):
32051         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32052         (gst_vorbis_dec_init), (vorbis_dec_event):
32053         add debug category
32054         make vorbisdec handle _BYTE and _TIME queries
32055
32056 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32057
32058         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
32059           from the xing header
32060
32061 2004-03-06  Benjamin Otte  <otte@gnome.org>
32062
32063         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
32064         (gst_audio_convert_link), (gst_audio_convert_change_state),
32065         (gst_audio_convert_buffer_from_default_format):
32066           do conversions from/to float correctly, fix some caps nego errors,
32067           export correct supported caps in template and getcaps, use correct
32068           caps in try_set_caps functions
32069
32070 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32071
32072         For some reason, I only committed a ChangeLog entry yesterday and
32073         not the corresponding code...
32074         * ext/mad/gstmad.c: Fix detection of Xing headers
32075         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32076
32077 2004-03-06  Benjamin Otte  <otte@gnome.org>
32078
32079         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
32080         (gst_ogg_demux_src_query):
32081           make sure to handle the case where there's no current chain
32082           gracefully.
32083
32084 2004-03-05  David Schleef  <ds@schleef.org>
32085
32086         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
32087         Add fixate function. (bug #131128)
32088         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
32089         (gst_sdlvideosink_fixate):  Add fixate function.
32090         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32091         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
32092         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
32093         Fix missing break that was causing ulaw to be interpreted as
32094         raw int.
32095
32096 2004-03-05  David Schleef  <ds@schleef.org>
32097
32098         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32099         Fix code that ignores return value of gst_buffer_merge().
32100         (bug #114560)
32101         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
32102         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
32103         * testsuite/gst-lint:  Check for above.
32104
32105 2004-03-05  David Schleef  <ds@schleef.org>
32106
32107         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
32108         caps and throw an element error.  (bug #136334)
32109
32110 2004-03-05  David Schleef  <ds@schleef.org>
32111
32112         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
32113         (gst_faad_chain): Fix negotiation.
32114         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
32115         key and button events.
32116         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
32117         dung heap of code.
32118         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
32119         depends on gconf
32120         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
32121         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32122         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
32123         function to encourage better negotiation, particularly between
32124         audioconvert and osssink.
32125         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32126         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
32127         more important.
32128         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
32129         typefinding.
32130         * gst/vbidec/vbiscreen.c:  Add glib header
32131         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
32132
32133 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
32134
32135         * ext/mad/gstmad.c: Fix detection of Xing headers
32136         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32137
32138 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32139
32140         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32141         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
32142           debug updates
32143
32144 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32145
32146         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32147         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
32148         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
32149         files, and report the parsed length as a GST_TAG_DURATION tag.
32150         * gst/tags/gstid3tag.c: support TLEN (duration) tag
32151
32152 2004-03-05  Benjamin Otte  <otte@gnome.org>
32153
32154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
32155           convert channels correctly. convert correctly to unsigned.
32156
32157 2004-03-05  Julien MOUTTE <julien@moutte.net>
32158
32159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
32160         we have a window before clearing it.
32161
32162 2004-03-05  Julien MOUTTE <julien@moutte.net>
32163
32164         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
32165         have a window before clearing it.
32166
32167 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32168
32169         * gconf/gstreamer.schemas.in:
32170         * gst-libs/gst/gconf/Makefile.am:
32171           version installation path the same way as for 0.6
32172         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32173         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32174         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32175           remove comment that was fixed
32176
32177 2004-03-05  David Schleef  <ds@schleef.org>
32178
32179         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
32180         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
32181         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
32182         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
32183         Add prototype code for handling seeking and querying.
32184
32185 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32186
32187         * examples/gstplay/player.c: (main):
32188           Initialize variables to NULL. Prevents a segfault because the
32189           (uninitialized) variable is not NULL, resulting in a crash on
32190           trying to reach error->message.
32191
32192 2004-03-05  Benjamin Otte  <otte@gnome.org>
32193
32194         * gst/audioconvert/gstaudioconvert.c:
32195         (gst_audio_convert_buffer_to_default_format):
32196         make float=>int conversion work correctly even in cornercases.
32197
32198 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
32199
32200         * debian/README.Debian:
32201         * debian/build-deps:
32202         * debian/changelog:
32203         * debian/control:
32204         * debian/control.in:
32205         * debian/copyright:
32206         * debian/gstreamer-a52dec.files:
32207         * debian/gstreamer-aa.files:
32208         * debian/gstreamer-alsa.files:
32209         * debian/gstreamer-alsa.manpages:
32210         * debian/gstreamer-arts.files:
32211         * debian/gstreamer-artsd.files:
32212         * debian/gstreamer-audiofile.files:
32213         * debian/gstreamer-avifile.files:
32214         * debian/gstreamer-cdparanoia.files:
32215         * debian/gstreamer-colorspace.files:
32216         * debian/gstreamer-doc.files:
32217         * debian/gstreamer-dv.files:
32218         * debian/gstreamer-dvd.files:
32219         * debian/gstreamer-esd.files:
32220         * debian/gstreamer-festival.files:
32221         * debian/gstreamer-flac.files:
32222         * debian/gstreamer-gconf.conffiles:
32223         * debian/gstreamer-gconf.files:
32224         * debian/gstreamer-gconf.postinst:
32225         * debian/gstreamer-gnomevfs.files:
32226         * debian/gstreamer-gsm.files:
32227         * debian/gstreamer-http.files:
32228         * debian/gstreamer-jack.files:
32229         * debian/gstreamer-jpeg.files:
32230         * debian/gstreamer-mad.files:
32231         * debian/gstreamer-mikmod.files:
32232         * debian/gstreamer-misc.files:
32233         * debian/gstreamer-mpeg2dec.files:
32234         * debian/gstreamer-oss.files:
32235         * debian/gstreamer-plugin-apps.files:
32236         * debian/gstreamer-plugin-apps.manpages:
32237         * debian/gstreamer-plugin-libs-dev.files:
32238         * debian/gstreamer-plugin-libs.files:
32239         * debian/gstreamer-plugin-template.postinst:
32240         * debian/gstreamer-plugin-template.postrm:
32241         * debian/gstreamer-sdl.files:
32242         * debian/gstreamer-sid.files:
32243         * debian/gstreamer-vorbis.files:
32244         * debian/gstreamer-x.files:
32245         * debian/mk.control:
32246         * debian/rules:
32247         Debian package info not maintained here.
32248
32249 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32250
32251         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
32252         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
32253         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
32254         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
32255         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
32256         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
32257         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
32258         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
32259         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
32260         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
32261         * gst-libs/gst/colorbalance/colorbalance.c:
32262         (gst_color_balance_class_init):
32263         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32264         (gst_color_balance_channel_class_init):
32265         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32266         * gst-libs/gst/play/play.c: (gst_play_class_init):
32267         * gst-libs/gst/propertyprobe/propertyprobe.c:
32268         (gst_property_probe_iface_init):
32269         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
32270         * gst-libs/gst/tuner/tunerchannel.c:
32271         (gst_tuner_channel_class_init):
32272         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
32273         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
32274         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
32275         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
32276         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
32277         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32278         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
32280         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
32281           fix signals to use - instead of _
32282         * ext/libcaca/gstcacasink.h:
32283         * ext/sdl/sdlvideosink.h:
32284           fix header rename
32285
32286 2004-03-04  David Schleef  <ds@schleef.org>
32287
32288         * testsuite/gst-lint:  Add a check for bad signal names.
32289
32290 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
32291
32292         reviewed by David Schleef
32293
32294         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
32295         modified the alpha channel and caused a warning. (bug #136192)
32296
32297 2004-04-03  Christian Schaller <Uraeus@gnome.org>
32298
32299         * gst-plugins.spec.in:
32300         Change names of plugins to actually be correct. Try to keep things
32301         alphabetical to avoid getting beat up by Thomas
32302
32303 2004-03-03  Julien MOUTTE <julien@moutte.net>
32304
32305         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
32306         Using ximagesink as a default if no gconf key found. We should
32307         probably consider using alsasink instead of osssink for the audio
32308         part.
32309
32310 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32311
32312         * configure.ac:
32313           fix --with-plugins, don't think it ever worked before
32314         * gst-plugins.spec.in:
32315           even more updates
32316
32317 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32318
32319         * ext/sdl/sdlvideosink.h:
32320         * sys/ximage/ximagesink.h:
32321         * sys/xvideo/xvideosink.h:
32322         * sys/xvimage/xvimagesink.h:
32323           Fix for move of gstvideosink.h -> videosink.h.
32324
32325 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32326
32327         * gst-libs/gst/xwindowlistener/Makefile.am:
32328           this is a plugin library, not a library
32329
32330 2004-03-01  David Schleef  <ds@schleef.org>
32331
32332         * AUTHORS:  Added some names.  Add yourself if you're still
32333         missing.
32334
32335 2004-03-01  David Schleef  <ds@schleef.org>
32336
32337         * MAINTAINERS: Add
32338
32339 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32340
32341         * gst-plugins.spec.in: clean up spec file
32342
32343 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32344
32345         * gst-libs/gst/video/Makefile.am:
32346         * gst-libs/gst/video/gstvideosink.c:
32347         * gst-libs/gst/video/gstvideosink.h:
32348           rename gstvideosink.h to videosink.h to match other headers
32349         * gst/mixmatrix/Makefile.am:
32350           fix plugin filename
32351         * gst/tags/Makefile.am: fix plugin filename
32352
32353 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32354
32355         * gst/tags/Makefile.am: fix plugin filename
32356
32357 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32358
32359         * examples/gstplay/player.c: (got_time_tick), (main):
32360           add error handler
32361           display time_tick more readably
32362         * gst/mixmatrix/Makefile.am:
32363           fix plugin file name
32364
32365 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
32366
32367         * sys/oss/gstosselement.c: (gst_osselement_probe),
32368         (device_combination_append), (gst_osselement_class_probe_devices):
32369         * sys/oss/gstosselement.h:
32370           Reworked enumeration of oss dsps and mixers so that gst-mixer works
32371           on my system using alsa oss emulation, fixes bug #135597
32372
32373 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32374
32375         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
32376         (gst_videodrop_chain), (gst_videodrop_change_state):
32377         * gst/videodrop/gstvideodrop.h:
32378           Work based on timestamp of input data, not based on the expected
32379           framerate from the input. The consequence is that this element now
32380           not only scales framerates, but also functions as a framerate
32381           corrector or framerate stabilizer/constantizer.
32382
32383 2004-02-27  David Schleef  <ds@schleef.org>
32384
32385         patches from jmmv@menta.net (Julio M. Merino Vidal)
32386
32387         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
32388         GST_ELEMENT_ERROR call (bug #135634)
32389         * gst/interleave/interleave.c: (interleave_buffered_loop),
32390         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
32391         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
32392         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32393         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
32394         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
32395         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32396         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
32397         Fix GST_ELEMENT_ERROR call.
32398         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
32399         GST_ELEMENT_ERROR call.
32400
32401 2004-02-27  Benjamin Otte  <otte@gnome.org>
32402
32403         * gst-libs/gst/audio/audio.h:
32404           add macro to make sure header isn't included twice
32405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
32406           don't use gst_buffer_free
32407         * gst/playondemand/filter.func:
32408           don't use gst_data_free. Free data only once.
32409
32410 2004-02-26  David Schleef  <ds@schleef.org>
32411
32412         * gst-libs/gst/colorbalance/Makefile.am:
32413         * gst-libs/gst/mixer/Makefile.am:
32414         * gst-libs/gst/tuner/Makefile.am:
32415         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
32416         should not be disted, -marshal.h files should not be installed,
32417         and -enum.h files _should_ be installed.  Fix to make this the
32418         case.
32419
32420 === release 0.7.5 ===
32421
32422 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32423
32424         * configure.ac: release 0.7.5, "Under The Sea"
32425
32426 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32427
32428         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32429         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
32430         * gst/videoscale/gstvideoscale.c:
32431         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32432           assorted debug/warning fixes
32433
32434 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32435
32436         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
32437         (gst_videoscale_init), (gst_videoscale_chain),
32438         (gst_videoscale_set_property), (plugin_init):
32439         * gst/videoscale/gstvideoscale.h:
32440         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32441         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
32442         (gst_videoscale_planar400), (gst_videoscale_packed422),
32443         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
32444         (gst_videoscale_24bit), (gst_videoscale_16bit),
32445         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
32446         (gst_videoscale_scale_plane_slow),
32447         (gst_videoscale_scale_point_sample),
32448         (gst_videoscale_scale_nearest),
32449         (gst_videoscale_scale_nearest_str2),
32450         (gst_videoscale_scale_nearest_str4),
32451         (gst_videoscale_scale_nearest_32bit),
32452         (gst_videoscale_scale_nearest_24bit),
32453         (gst_videoscale_scale_nearest_16bit):
32454         add debugging category and use it properly
32455         fix use of GST_PTR_FORMAT
32456
32457 2004-02-25  Andy Wingo  <wingo@pobox.com>
32458
32459         * gst/interleave/interleave.c (interleave_buffered_loop): Always
32460         push only when channel->buffer is NULL. Prevents segfaults doing
32461         the state change after a nonlocal exit, like a scheme exception.
32462
32463         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
32464         Handle the case where the intersected caps is empty.
32465
32466 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32467
32468         * gst/law/mulaw-decode.c: (mulawdec_link):
32469         * gst/law/mulaw.c: (plugin_init):
32470           fix mulawdec so it actually works again
32471
32472 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
32473
32474         reviewed by: David Schleef  <ds@schleef.org>
32475
32476         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
32477         (gst_gamma_init), (gst_gamma_set_property),
32478         (gst_gamma_get_property), (gst_gamma_calculate_tables),
32479         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
32480         for RGB, with separate r g and b correction factors. (#131167)
32481
32482 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32483
32484         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
32485           only signal tags for bitrate if they're > 0 (#134894)
32486
32487 2004-02-24  David Schleef  <ds@schleef.org>
32488
32489         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
32490         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
32491         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
32492         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
32493         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
32494         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
32495         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
32496         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
32497         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
32498         category.  Attempt to fix timestamp calculation.
32499
32500 2004-02-24  Johan Dahlin  <johan@gnome.org>
32501
32502         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
32503
32504 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32505
32506         * configure.ac:
32507         * gconf/Makefile.am:
32508         * gconf/gstreamer.schemas:
32509         * gst-libs/gst/gconf/Makefile.am:
32510         * gst-libs/gst/gconf/gconf.c:
32511           version gconf schemas and install locations
32512
32513 2004-02-23  Benjamin Otte  <otte@gnome.org>
32514
32515         * ext/xine/xineinput.c: (gst_xine_input_dispose):
32516         (gst_xine_input_subclass_init):
32517           call parent dispose.
32518           change pad template for CD reader correctly
32519         * ext/xine/Makefile.am:
32520         * ext/xine/gstxine.h:
32521         * ext/xine/xine.c: (plugin_init):
32522         * ext/xine/xineaudiosink.c:
32523           wrap audio sinks, too
32524         * gst-libs/gst/resample/private.h:
32525         * gst-libs/gst/resample/resample.c: (gst_resample_init),
32526         (gst_resample_reinit), (gst_resample_scale),
32527         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
32528         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
32529         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
32530         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
32531         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
32532         * gst-libs/gst/resample/resample.h:
32533         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
32534         (gst_audioscale_class_init), (gst_audioscale_link),
32535         (gst_audioscale_get_buffer), (gst_audioscale_init),
32536         (gst_audioscale_chain), (gst_audioscale_set_property),
32537         (gst_audioscale_get_property):
32538         * gst/audioscale/gstaudioscale.h:
32539           s/resample_*/gst_resample_*/i to not clobber namespaces
32540
32541 2004-02-23  Julien MOUTTE  <julien@moutte.net>
32542
32543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
32544         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
32545         (gst_riff_create_video_template_caps),
32546         (gst_riff_create_audio_template_caps),
32547         (gst_riff_create_iavs_template_caps):
32548         * gst-libs/gst/riff/riff-media.h:
32549         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
32550         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
32551         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
32552         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
32553         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
32554         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
32555         (gst_matroska_demux_plugin_init): First batch implementing audio and
32556         video codec tags in demuxers.
32557
32558 2004-02-22  Benjamin Otte  <otte@gnome.org>
32559
32560         * ext/xine/Makefile.am:
32561         * ext/xine/gstxine.h:
32562         * ext/xine/xine.c: (plugin_init):
32563         * ext/xine/xineinput.c:
32564           add input plugin wrapper. Playback from files, http, mms and cdda
32565           works.
32566         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32567           remove leftover G_GNUC_UNUSED
32568         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
32569         (gst_asf_demux_identify_guid):
32570           improve debugging output
32571
32572 2004-02-22  Benjamin Otte  <otte@gnome.org>
32573
32574         reported by: Padraig O'Briain <padraig.obriain@sun.com>
32575
32576         * autogen.sh:
32577           replace test -e with test -x for mkinstalldirs to be more portable.
32578           (fixes #134816)
32579
32580 2004-02-22  Benjamin Otte  <otte@gnome.org>
32581
32582         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
32583
32584         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
32585           set rank to PRIMARY
32586         * gst/volume/gstvolume.c: (plugin_init):
32587           set rank to NONE
32588         fixes #134960
32589
32590 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
32591
32592         reviewed by Benjamin Otte  <otte@gnome.org>
32593
32594         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32595           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
32596
32597 2004-02-22  Benjamin Otte  <otte@gnome.org>
32598
32599         * configure.ac:
32600           export [_]*{gst,Gst,GST}.* symbols from plugins
32601
32602 2004-02-22  Christophe Fergeau <teuf@gnome.org>
32603
32604         reviewed by: Benjamin Otte  <otte@gnome.org>
32605
32606         * ext/lame/gstlame.c: (add_one_tag):
32607         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32608         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
32609         (gst_vorbisenc_metadata_set1):
32610         * gst/tags/gstid3tag.c:
32611         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
32612           apply fixes from bugs #135042 (lame can't write tags) and #133817
32613           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
32614
32615 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
32616
32617         * configure.ac: Export only gst_plugin_desc from plugins.
32618          Note that this change only makes any effect with Linux using libtool
32619          1.5.2 or higher. Otherwise it is silently ignored, but it would build
32620          fine. And don't try to have several versions of libtool in different
32621          directories.
32622
32623 2004-02-20  Andy Wingo  <wingo@pobox.com>
32624
32625         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
32626         interleave respectively.
32627
32628         * gst/interleave/deinterleave.c: New plugin: deinterleave
32629         (replaces on oneton).
32630         * gst/interleave/interleave.c: New plugin: interleave.
32631         * gst/interleave/plugin.h: Support file.
32632         * gst/interleave/plugin.c: Support file.
32633
32634         * configure.ac: Remove intfloat and oneton, add interleave.
32635
32636         * ext/sndfile/gstsf.c: Handle events better.
32637
32638         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
32639         and float2int operation. int2float has scheduling problems as
32640         noted in in2float_chain.
32641
32642 2004-02-20  Benjamin Otte  <otte@gnome.org>
32643
32644         * ext/xine/Makefile.am:
32645         * ext/xine/gstxine.h:
32646         * ext/xine/xine.c:
32647         * ext/xine/xineaudiodec.c:
32648         * ext/xine/xinecaps.c:
32649           add first version of xine plugin wrapper. Currently only wraps the
32650           QDM2 win32 DLL, and even that only in proof-of-concept quality.
32651         * configure.ac:
32652         * ext/Makefile.am:
32653           add xine plugin wrapper, disabled by default. Use --enable-xine to
32654           build. Note that it'll segfault on gst-register if you don't remove
32655           the goom and tvtime post plugins from xine.
32656         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
32657         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
32658           add extradata parsing for QDM2.
32659           change around debugging prints.
32660
32661 2004-02-19  Benjamin Otte  <otte@gnome.org>
32662
32663         * ext/lame/gstlame.c: (gst_lame_chain):
32664         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32665           use gst_tag_list_insert when you want to insert tags
32666
32667 2004-02-18  David Schleef  <ds@schleef.org>
32668
32669         * configure.ac:  Move massink to gst-rotten
32670         * ext/Makefile.am:
32671         * ext/mas/Makefile.am:
32672         * ext/mas/massink.c:
32673         * ext/mas/massink.h:
32674
32675 2004-02-18  David Schleef  <ds@schleef.org>
32676
32677         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
32678         typefinding, since it seems to be worse than nothing.
32679         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
32680         atom to recognize .mp4 and .m4a files as video/quicktime.
32681
32682 2004-02-18  David Schleef  <ds@schleef.org>
32683
32684         * gst/sine/demo-dparams.c: (quit_live),
32685         (dynparm_log_value_changed), (dynparm_value_changed), (main):
32686         Use double dparams, not float.
32687         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32688         (gst_sinesrc_init): Change sync default to FALSE, since multiple
32689         sync'd elements don't really work correctly.
32690         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
32691         (volume_update_volume), (volume_get_property):  Change dparam
32692         to double.
32693
32694 2004-02-18  Julien MOUTTE  <julien@moutte.net>
32695
32696         * sys/ximage/ximagesink.c:
32697         (gst_ximagesink_xwindow_update_geometry),
32698         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32699         (gst_ximagesink_change_state), (gst_ximagesink_expose),
32700         (gst_ximagesink_init): Rework the way software video scaling works. So
32701         now we check on each chain call if the video frames are feeling the
32702         window. If not we try to renegotiate caps. On failure we memorize that
32703         and we won't try again for that PLAYING sessions.
32704         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
32705         failure.
32706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
32707         synchronous flag.
32708
32709 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32710
32711         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
32712           break up _link so we can give a better debug message for errors
32713
32714 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32715
32716         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
32717           set up debug category
32718
32719 2004-02-18  Julien MOUTTE <julien@moutte.net>
32720
32721         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32722         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
32723         the way renegotiation work. The event handling function is not taking
32724         care of external windows and renegotiate method check for pad flags
32725         NEGOTIATING. Should fix : #133209
32726
32727 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32728
32729         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
32730         pad is negotiating before trying renegotiation.
32731
32732 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32733
32734         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
32735           pass on all possible mime types as typefind hints
32736
32737 2004-02-17  Julien MOUTTE <julien@moutte.net>
32738
32739         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
32740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
32741         possible SHM leak if we crash. All other apps using XShm are doing
32742         that.
32743
32744 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32745
32746         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32747         (gst_ximagesink_expose): Renegotiate size on expose.
32748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
32749         size on expose.
32750
32751 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32752
32753         * testsuite/alsa/sinesrc.c:
32754           cosmetic fix to fix compile issue with gcc 2.95.4
32755
32756 2004-02-16  Julien MOUTTE <julien@moutte.net>
32757
32758         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32759         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
32760         failed opening the audio device.
32761         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32762         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
32763         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
32764         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
32765         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32766         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
32767         (gst_ximagesink_change_state), (gst_ximagesink_chain),
32768         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
32769         Removing some useless g_return_if_fail like wingo suggested.
32770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32771         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
32772         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32773         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
32774         (gst_xvimagesink_update_colorbalance),
32775         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
32776         (gst_xvimagesink_xcontext_clear),
32777         (gst_xvimagesink_get_fourcc_from_caps),
32778         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
32779         (gst_xvimagesink_set_xwindow_id),
32780         (gst_xvimagesink_colorbalance_list_channels),
32781         (gst_xvimagesink_colorbalance_set_value),
32782         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
32783         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
32784
32785 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32786
32787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32788           throw error when not negotiated instead of asserting
32789
32790 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32791
32792         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
32793         correct data refcounting.
32794
32795 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32796
32797         * gst/switch/gstswitch.c: (gst_switch_change_state),
32798         (gst_switch_class_init): Cleaning the sinkpads correctly on state
32799         change, mostly the EOS flag.
32800
32801 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32802
32803         * examples/gstplay/player.c: (got_eos), (main): Adding some
32804         output for debugging.
32805         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
32806         timeouts if we go to any state different from PLAYING.
32807         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
32808         more EOS bugs in riff lib.
32809
32810 2004-02-14  Julien MOUTTE  <julien@moutte.net>
32811
32812         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
32813         visualization until i find a way to fix switch correctly.
32814         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
32815         EOS arrives.
32816         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32817         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
32818         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
32819         Reworked switch to get a more correct behaviour with events and refing
32820         of data stored in sinkpads.
32821         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
32822         we don't pull from a pad in EOS.
32823
32824 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32825
32826         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32827           remove v1 tag even if we can't read it (makes sure we don't detect
32828           it again)
32829
32830 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32831
32832         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
32833         (gst_alsa_xrun_recovery):
32834         * ext/alsa/gstalsa.h:
32835           try xrun recovery when wait failed. Make xrun recovery function
32836           return TRUE/FALSE to indicate success. (might fix #134354)
32837
32838 2004-02-13  David Schleef  <ds@schleef.org>
32839
32840         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
32841         (dynparm_value_changed), (main): Convert from float to double.
32842         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
32843
32844 2004-02-13  David Schleef  <ds@schleef.org>
32845
32846         * gst/silence/gstsilence.c: (gst_silence_class_init),
32847         (gst_silence_set_clock), (gst_silence_get),
32848         (gst_silence_set_property), (gst_silence_get_property):
32849         * gst/silence/gstsilence.h: Add sync property.
32850         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32851         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
32852         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
32853         * gst/sine/gstsinesrc.h: Add sync property.
32854
32855 2004-02-13  David Schleef  <ds@schleef.org>
32856
32857         * gst/intfloat/gstint2float.c: (conv_f32_s16),
32858         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
32859
32860 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32861
32862         * configure.ac:
32863         * ext/Makefile.am:
32864         * gst-libs/ext/Makefile.am:
32865           move ffmpeg plugin to gst-ffmpeg module
32866
32867 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32868
32869         * configure.ac: use GST_ARCH to detect architecture
32870
32871 2004-02-12  Julien MOUTTE  <julien@moutte.net>
32872
32873         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
32874
32875 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32876
32877         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32878           classify LADSPA plugins based on number of src/sink pads
32879           (#133663, Stefan Kost)
32880         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
32881           fix dparams registration
32882           (#133528, Stefan Kost)
32883         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
32884           fix use of isprint and use g_ascii_isprint instead
32885           (#133316, Stefan Kost)
32886
32887 2004-02-11  David Schleef  <ds@schleef.org>
32888
32889         Convert a few inner loops to use liboil.  This is currently
32890         optional, and is only enabled if liboil is present (duh!).
32891         * configure.ac: Check for liboil-0.1
32892         * gst/intfloat/Makefile.am:
32893         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
32894         (gst_int2float_chain_gint16):
32895         * gst/videofilter/Makefile.am:
32896         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
32897         (tablelookup_u8), (gst_videobalance_planar411):
32898         * gst/videotestsrc/Makefile.am:
32899         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
32900         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
32901         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
32902         (paint_hline_RGB565), (paint_hline_xRGB1555):
32903
32904 2004-02-11  David Schleef  <ds@schleef.org>
32905
32906         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
32907         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
32908         (gst_colorspace_getcaps), (gst_colorspace_link),
32909         (gst_colorspace_base_init), (gst_colorspace_init),
32910         (gst_colorspace_chain), (gst_colorspace_change_state),
32911         (plugin_init): Merge Ronald's patch (bug #117897) and update
32912         for new caps and negotiation.  Seems to work, although it
32913         shows off bugs in lcs.
32914
32915 2004-02-11  David Schleef  <ds@schleef.org>
32916
32917         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
32918         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
32919
32920 2004-02-11  David Schleef  <ds@schleef.org>
32921
32922         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
32923         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
32924         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
32925         Add server and port properties
32926
32927 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32928
32929         * m4/a52.m4:
32930         * m4/aalib.m4:
32931         * m4/as-ffmpeg.m4:
32932         * m4/as-liblame.m4:
32933         * m4/as-slurp-ffmpeg.m4:
32934         * m4/check-libheader.m4:
32935         * m4/esd.m4:
32936         * m4/freetype2.m4:
32937         * m4/gconf-2.m4:
32938         * m4/glib.m4:
32939         * m4/gst-alsa.m4:
32940         * m4/gst-artsc.m4:
32941         * m4/gst-ivorbis.m4:
32942         * m4/gst-matroska.m4:
32943         * m4/gst-sdl.m4:
32944         * m4/gst-shout2.m4:
32945         * m4/gst-sid.m4:
32946         * m4/gtk.m4:
32947         * m4/libdv.m4:
32948         * m4/libfame.m4:
32949         * m4/libmikmod.m4:
32950         * m4/ogg.m4:
32951         * m4/vorbis.m4:
32952           fix underquotedness of macros (#133800)
32953         * m4/as-avifile.m4:
32954         * m4/xmms.m4:
32955           removed because no longer used
32956
32957 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32958
32959         * configure.ac:
32960           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
32961           by autopoint (fixes #132996)
32962
32963 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32964
32965         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
32966         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
32967         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
32968         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
32969           fix memleaks
32970
32971 2004-02-11  David Schleef  <ds@schleef.org>
32972
32973         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32974         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
32975         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
32976         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
32977         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
32978         (gst_jpegenc_class_init), (gst_jpegenc_init),
32979         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
32980         (gst_jpegenc_chain), (gst_jpegenc_set_property),
32981         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
32982         * ext/jpeg/gstjpegenc.h: Fix negotiation.
32983
32984 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32985
32986         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
32987         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
32988         * ext/mikmod/gstmikmod.h:
32989           fix caps negotiation in mikmod
32990         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
32991           output debug information
32992
32993 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32994
32995         * gst-libs/gst/colorbalance/Makefile.am:
32996         * gst-libs/gst/navigation/Makefile.am:
32997         * gst-libs/gst/xoverlay/Makefile.am:
32998           remove unused GST_OPT_CFLAGS from Makefiles
32999           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
33000
33001 2004-02-07  David Schleef  <ds@schleef.org>
33002
33003         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
33004         push events to pads that haven't been created (#133508)
33005
33006 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
33007
33008         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33009         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
33010         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33011         (gst_dvdec_loop), (gst_dvdec_change_state):
33012         Second attempt at committing a working dvdec element.
33013
33014 2004-02-06  David Schleef  <ds@schleef.org>
33015
33016         Build fixes for OS X: (see #129600)
33017         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
33018         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
33019         (gst_riff_read_strf_iavs):
33020         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33021         (gst_avi_demux_stream_odml):
33022         * gst/playondemand/Makefile.am:
33023         * gst/rtp/rtp-packet.c:
33024
33025 2004-02-05  David Schleef  <ds@schleef.org>
33026
33027         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
33028         last change, because it Just Doesn't Compile.
33029
33030 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33031
33032         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33033           skip undecodable id3v2 tag instead of keeping it
33034
33035 2004-02-05  David Schleef  <ds@schleef.org>
33036
33037         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
33038         Unref leaked buffer.  (Noticed by Ronald)
33039
33040 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
33041
33042         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33043         Sync requires with other checks.  >= vs =.
33044
33045 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
33046
33047         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
33048         (gst_dvdec_video_link), (gst_dvdec_loop):
33049         * ext/dv/gstdvdec.h:
33050           rework the caps negotiation so that dvdec works again instead
33051           of just segfaulting.
33052
33053 === release 0.7.4 ===
33054
33055 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33056
33057         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
33058         * configure.ac: changed for release
33059
33060 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33061
33062         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
33063         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
33064         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33065         * pkgconfig/gstreamer-play-uninstalled.pc.in:
33066           reworked patch by David Lehn to fix libdir and includedir for
33067           uninstalled libraries
33068           removed play and gconf from gstreamer-libs since they have their
33069           own pkgconfig files
33070
33071 2004-02-04  David Schleef  <ds@schleef.org>
33072
33073         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
33074         memleak.
33075
33076 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33077
33078         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33079           use correct GST_TAG_ENCODER tag
33080
33081 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33082
33083         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33084           be sure to stop the clock when going to paused
33085         * sys/oss/gstosssink.c: (gst_osssink_change_state):
33086           reset number of transmitted when going to ready.
33087         fixes #132935
33088
33089 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
33090
33091         reviewed by Benjamin Otte
33092
33093         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33094           extract track count (fixes #133410)
33095
33096 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33097
33098         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33099           that should be !=, not == (fixes #132519)
33100
33101 2004-02-04  David Schleef  <ds@schleef.org>
33102
33103         Make sure set_explicit_caps() is called before adding pad.
33104         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33105         * gst/id3/gstid3types.c: (gst_id3types_loop):
33106         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33107         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33108
33109 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33110
33111         * configure.ac:
33112           bump nano to 2, first prerelease
33113           put back AM_PROG_LIBTOOL
33114
33115 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33116
33117         * testsuite/alsa/Makefile.am:
33118           these are user test apps, not automatic testsuite tests
33119
33120 2004-02-04  David Schleef  <ds@schleef.org>
33121
33122         Convert GST_DEBUG_CAPS() to GST_DEBUG():
33123         * gst/mpeg1videoparse/gstmp1videoparse.c:
33124         (mp1videoparse_parse_seq):
33125         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33126         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33127         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
33128         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33129         (gst_xvideosink_getcaps):
33130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33131         * testsuite/gst-lint: more tests
33132
33133 2004-02-04  David Schleef  <ds@schleef.org>
33134
33135         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
33136         with the code that they would expand to.
33137         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
33138         (gst_flacdec_get_src_query_types),
33139         (gst_flacdec_get_src_event_masks):
33140         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
33141         (gst_gnomevfssrc_get_query_types),
33142         (gst_gnomevfssrc_get_event_mask):
33143
33144 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33145
33146         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33147         (gst_sinesrc_dispose):
33148           fix memleak by properly disposing sinesrc
33149
33150 2004-02-04  Julien MOUTTE  <julien@moutte.net>
33151
33152         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
33153         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
33154         an overlay to redraw the image because it has been exposed.
33155         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
33156         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
33157         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
33158         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
33159         interface
33160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
33161         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
33162         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
33163         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
33164         interface
33165
33166 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33167
33168         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33169           more memleak fixage
33170
33171 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33172
33173         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33174         * gst/typefind/gsttypefindfunctions.c:
33175           fix memleaks shown by gst-typefind
33176
33177 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33178
33179         * common/glib-gen.mak:
33180           add hack rule to touch .Plo files
33181         * gst-libs/gst/colorbalance/Makefile.am:
33182         * gst-libs/gst/mixer/Makefile.am:
33183         * gst-libs/gst/play/Makefile.am:
33184         * gst-libs/gst/tuner/Makefile.am:
33185           remove glib_root variable
33186
33187 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33188
33189         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
33190           set explicit caps before adding the element, so the autopluggers can
33191           plug correctly.
33192         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
33193         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
33194         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33195         (dv_type_find):
33196           fix memleaks in typefind functions. gst_type_find_suggest takes a const
33197           argument.
33198
33199 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33200
33201         * gst-libs/gst/colorbalance/Makefile.am:
33202         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
33203         * gst-libs/gst/colorbalance/colorbalance.c:
33204         * gst-libs/gst/colorbalance/colorbalance.h:
33205         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
33206         * gst-libs/gst/mixer/Makefile.am:
33207         * gst-libs/gst/mixer/mixer-marshal.list:
33208         * gst-libs/gst/mixer/mixer.c:
33209         * gst-libs/gst/mixer/mixer.h:
33210         * gst-libs/gst/mixer/mixermarshal.list:
33211         * gst-libs/gst/play/Makefile.am:
33212         * gst-libs/gst/play/play.h:
33213         * gst-libs/gst/tuner/Makefile.am:
33214         * gst-libs/gst/tuner/tuner-marshal.list:
33215         * gst-libs/gst/tuner/tuner.c:
33216         * gst-libs/gst/tuner/tuner.h:
33217         * gst-libs/gst/tuner/tunermarshal.list:
33218           use new glib-gen.mak snippet to clean up Makefile.am
33219           fix various bugs in Makefile.am's
33220
33221 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33222
33223         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33224           handle chain parsing correctly in the multichain case
33225         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
33226         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
33227         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33228         (theora_dec_chain):
33229           handle events and queries correctly
33230
33231 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33232
33233         * .cvsignore:
33234         Ignore generated file _stdint.h.
33235
33236 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33237
33238         * gst-libs/gst/colorbalance/Makefile.am:
33239         * gst-libs/gst/colorbalance/colorbalance.h:
33240         * gst-libs/gst/mixer/Makefile.am:
33241         * gst-libs/gst/mixer/mixer.h:
33242         * gst-libs/gst/play/Makefile.am:
33243         * gst-libs/gst/play/play.h:
33244         * gst-libs/gst/tuner/Makefile.am:
33245         * gst-libs/gst/tuner/tuner.h:
33246         Generate enum type code with glib-mkenums.
33247         * gst-libs/gst/colorbalance/.cvsignore:
33248         * gst-libs/gst/mixer/.cvsignore:
33249         * gst-libs/gst/play/.cvsignore:
33250         * gst-libs/gst/tuner/.cvsignore:
33251         Ignore generated files.
33252
33253 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33254
33255         * gst-libs/gst/audio/.cvsignore:
33256         Ignore generated file.
33257         * gst-libs/gst/audio/Makefile.am:
33258         Do not install example filter.
33259
33260 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33261
33262         * examples/switch/.cvsignore:
33263         Ignore generated file.
33264
33265 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33266
33267         * common/m4/ax_create_stdint_h.m4:
33268         * configure.ac:
33269           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
33270           _stdint.h.
33271         * Makefile.am:
33272           remove generated _stdint.h in DISTCLEANFILES
33273         * ext/a52dec/gsta52dec.c:
33274           include _stdint.h for a52dec. (should fix #133064)
33275
33276 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33277
33278         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
33279         (gst_tag_to_vorbis_comments):
33280         Add replaygain support to vorbistag
33281
33282 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33283         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33284         (gst_ffmpeg_caps_to_extradata):
33285           Fix SVQ3 caps flag properties
33286           Use glib macro for bytes swap
33287
33288 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33289
33290         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
33291         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
33292         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
33293         * ext/sndfile/gstsf.c: (plugin_init):
33294         * gst/avi/gstavi.c: (plugin_init):
33295         * sys/dxr3/dxr3init.c: (plugin_init):
33296         * sys/oss/gstossaudio.c: (plugin_init):
33297         * sys/v4l/gstv4l.c: (plugin_init):
33298         * sys/v4l2/gstv4l2.c: (plugin_init):
33299           remove textdomain calls
33300         * po/nl.po:
33301           update Dutch translation
33302
33303 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33304
33305         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33306         (gst_play_set_audio_sink): Moving volume in the audio thread for
33307         instantaneous volume change. Maybe i will add another volume in front
33308         of visualization later, not sure yet though.
33309
33310 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33311
33312         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33313         (gst_ximagesink_handle_xevents): Better X events handling, only take
33314         the latest events for configure and motion.
33315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
33316
33317 2004-02-02  Jon Trowbridge  <trow@gnu.org>
33318
33319         reviewed by: David Schleef  <ds@schleef.org>
33320
33321         Fix memory leaks:
33322         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
33323         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
33324
33325 2004-02-02  David Schleef  <ds@schleef.org>
33326
33327         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
33328         of lines.
33329         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
33330         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33331         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
33332         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33333         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
33334         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
33335         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
33336         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
33337         (gst_float2_2_int_link):
33338         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
33339         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
33340         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
33341         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
33342         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
33343         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
33344         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
33345         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
33346         * testsuite/gst-lint: Add tests for bzero and ;;
33347
33348 2004-02-02  David Schleef  <ds@schleef.org>
33349
33350         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
33351
33352 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33353
33354         * ext/aalib/gstaasink.c: (gst_aasink_open):
33355         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
33356         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33357         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33358         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
33359         (gst_afsink_close_file):
33360         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
33361         (gst_afsrc_close_file):
33362         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
33363         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33364         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33365         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
33366         * ext/esd/esdmon.c: (gst_esdmon_get):
33367         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
33368         * ext/faac/gstfaac.c: (gst_faac_chain):
33369         * ext/faad/gstfaad.c: (gst_faad_chain):
33370         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
33371         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33372         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
33373         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
33374         (gst_flacdec_loop):
33375         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33376         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33377         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
33378         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33379         (gst_gnomevfssink_close_file):
33380         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
33381         (gst_gnomevfssrc_open_file):
33382         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
33383         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33384         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33385         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33386         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33387         * ext/mad/gstmad.c: (gst_mad_chain):
33388         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33389         * ext/mpeg2dec/gstmpeg2dec.c:
33390         * ext/mpeg2enc/gstmpeg2enc.cc:
33391         * ext/mplex/gstmplex.cc:
33392         * ext/mplex/gstmplexibitstream.cc:
33393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33394         (gst_ogg_demux_push):
33395         * ext/raw1394/gstdv1394src.c:
33396         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33397         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33398         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33399         (gst_sf_loop):
33400         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33401         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
33402         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33403         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33405         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33406         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33407         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33408         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33409         (gst_riff_read_element_data), (gst_riff_read_seek),
33410         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33411         * gst/adder/gstadder.c: (gst_adder_loop):
33412         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33413         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33414         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33415         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33416         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33417         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33418         * gst/goom/gstgoom.c: (gst_goom_chain):
33419         * gst/id3/gstid3types.c: (gst_id3types_loop):
33420         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33421         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33422         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33423         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33424         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33425         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33426         (gst_ebml_read_float), (gst_ebml_read_header):
33427         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33428         (gst_matroska_demux_parse_blockgroup):
33429         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33430         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33431         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33432         * gst/silence/gstsilence.c: (gst_silence_get):
33433         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33434         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33435         * gst/speed/gstspeed.c: (speed_loop):
33436         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33437         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33438         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33439         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33440         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33441         (gst_wavparse_loop):
33442         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33443         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33444         (dxr3audiosink_close):
33445         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33446         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33447         (dxr3videosink_close), (dxr3videosink_write_data):
33448         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33449         * sys/oss/gstosssink.c: (gst_osssink_chain):
33450         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33451         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33452         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33454         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33455         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33456         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33457         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33458         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33459         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33460         (gst_v4l_set_audio):
33461         * sys/v4l/v4l_calls.h:
33462         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33463         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33464         (gst_v4lmjpegsink_playback_init),
33465         (gst_v4lmjpegsink_playback_start):
33466         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
33467         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33468         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33469         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33470         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33471         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
33472         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
33473         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
33474         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
33475         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
33476         (gst_v4l2_get_output), (gst_v4l2_set_output),
33477         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
33478         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
33479         (gst_v4l2_set_attribute):
33480         * sys/v4l2/v4l2_calls.h:
33481         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33482         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33483         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33484         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33485         (gst_v4l2src_capture_stop):
33486         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33487         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33488         (gst_ximagesink_chain):
33489         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33490         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33491         (gst_xvideosink_xwindow_new):
33492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33493         (gst_xvimagesink_chain):
33494
33495 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33496
33497         * gst/volume/gstvolume.c: (gst_volume_set_volume),
33498         (gst_volume_get_volume), (volume_class_init), (volume_init),
33499         (volume_chain_int16), (volume_update_volume):
33500         * gst/volume/gstvolume.h:
33501           make code more readable by removing magic numbers
33502           make mixer interface export 0-100 range
33503           make it internally map to 0.0-1.0 range so users don't distort
33504           output by putting the sliders at full volume
33505
33506 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33507
33508         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
33509         (gst_play_state_change), (gst_play_seek_to_time):
33510         block the tick callback for 0.5 secs after doing a seek
33511
33512 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33513
33514         * gst-libs/gst/play/play.c: (gst_play_new):
33515           check for GError
33516
33517 2004-02-01  Julien MOUTTE  <julien@moutte.net>
33518
33519         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
33520         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
33521         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
33522         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
33523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
33524         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
33525
33526 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33527
33528         * configure.ac:
33529         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33530           check for a function added in vorbis 1.1
33531
33532 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33533
33534         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33535         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
33536           really start/stop clock only on PLAYING <=> PAUSED
33537         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33538           remove \n from debugging lines
33539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33540           make it work when seeking does not
33541         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33542           reset on DISCONT
33543
33544 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33545
33546         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
33547           start clock on PAUSED=>PLAYING, not later
33548         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33549           extract correct time for different discont formats
33550         (gst_alsa_sink_get_time):
33551           don't segfault when no format is negotiated yet, just return 0
33552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33553         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
33554         (gst_ogg_pad_push):
33555           handle flush and discont events correctly
33556         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
33557           handle discont events correctly
33558
33559 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
33560
33561         * gst-libs/gst/play/play.c: (gst_play_error_quark),
33562         (gst_play_error_create), (gst_play_error_plugin),
33563         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
33564         * gst-libs/gst/play/play.h:
33565           add error handling during creation
33566         * examples/gstplay/player.c: (main):
33567           use new gst_play_new
33568
33569
33570 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33571
33572         * ext/theora/theoradec.c: (theora_dec_chain):
33573           make comments work
33574         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
33575         (vorbis_dec_src_event), (vorbis_dec_chain):
33576           add encoder tag, fix tag reading to be more error tolerant, change
33577           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
33578           gst_pad_event_default.
33579         * gst/tags/gstvorbistag.c:
33580         (gst_tag_list_from_vorbiscomment_buffer):
33581           undefine function specific define at end of function
33582
33583 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
33584
33585         * ext/flac/gstflac.c: (plugin_init):
33586         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
33587         * ext/flac/gstflacdec.h:
33588         * ext/flac/gstflacenc.h:
33589           Fix typos
33590
33591 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
33592
33593         * examples/gstplay/player.c: s/gstplay.h/play.h/
33594
33595 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33596
33597         * gst-libs/gst/play/Makefile.am:
33598         * gst-libs/gst/play/gstplay.c:
33599         * gst-libs/gst/play/gstplay.h:
33600         * gst-libs/gst/play/play.c:
33601           more surgery, operation complete
33602
33603 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33604
33605         * gst-libs/gst/play/play.old.c:
33606         * gst-libs/gst/play/play.old.h:
33607           after CVS surgery by moving, remove
33608         * gst-libs/gst/play/playpipelines.c:
33609           remove
33610
33611         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33612           add negotiation error
33613
33614 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33615
33616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33617         (gst_ogg_demux_push):
33618           add some seeking debug info
33619           send a flush when seeking
33620
33621 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33622
33623         * configure.ac:
33624           use AC_C_INLINE
33625         * configure.ac:
33626         * ext/Makefile.am:
33627         * ext/theora/Makefile.am:
33628         * ext/theora/theoradec.c:
33629           add theora video decoder. Does just do simple decoding for now and
33630           has been tested against Theora cvs only. It only works when theora
33631           is compiled with --enable-static.
33632         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33633           always reset packetno on DISCONT
33634
33635 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33636
33637         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33638           Fix audio.
33639
33640 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33641
33642         * gst/mpegaudioparse/gstmpegaudioparse.c:
33643         (mp3_type_frame_length_from_header):
33644           Fix header parsing - stolen from ffmpeg (thank you! :) ).
33645
33646 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33647
33648         * ext/esd/esdsink.c: (gst_esdsink_init):
33649           Since we have static pad template caps, we don't need to negotiate;
33650           either the core errors out or we know the format.
33651
33652 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33653
33654         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33655         (gst_riff_read_seek):
33656         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33657         (gst_ebml_read_seek):
33658           Fix event handling.
33659
33660 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33661
33662         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33663           removee video/x-theora from vp3 decoder, it doesn't handle raw
33664           theora streams
33665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
33666           fix bug with finalizing element that never went to PAUSED
33667         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
33668           length and position queries were swapped
33669         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
33670         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
33671         (vorbis_dec_src_event):
33672           implement querying time and bytes
33673
33674 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33675
33676         * just about every source file:
33677           gst_element_error -> GST_ELEMENT_ERROR
33678
33679 2004-01-29  Julien MOUTTE  <julien@moutte.net>
33680
33681         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
33682         emiting FLUSH and even before DISCONT.
33683         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
33684         get the best instant seeking as possible yay!
33685
33686 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33687
33688         * gst/mpeg1videoparse/gstmp1videoparse.c:
33689         (gst_mp1videoparse_real_chain):
33690           Committed wrong version last week... Grr... Didn't notice until now.
33691
33692 2004-01-29  Julien MOUTTE <julien@moutte.net>
33693
33694         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
33695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
33696         have_xwindow_id signal in xwindow_create.
33697
33698 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33699
33700         * ext/ogg/gstoggdemux.c:
33701           lots of changes - mainly support for chained bitstreams, seeking,
33702           querying and bugfixes of course
33703         * ext/vorbis/Makefile.am:
33704         * ext/vorbis/vorbisdec.c:
33705         * ext/vorbis/vorbisdec.h:
33706           add vorbisdec raw vorbis decoder
33707         * ext/vorbis/vorbis.c: (plugin_init):
33708           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
33709         * gst/intfloat/Makefile.am:
33710         * gst/intfloat/float22int.c:
33711         * gst/intfloat/float22int.h:
33712         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
33713           add float2intnew plugin. It converts multichannel interleaved float to
33714           multichannel interleaved int. The name should probably be changed.
33715         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
33716         (plugin_init):
33717           add typefinding for raw theora video so oggdemux can detect it.
33718
33719 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33720
33721         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
33722         sink element first.
33723         * gst/videoscale/gstvideoscale.c:
33724         (gst_videoscale_handle_src_event): Fixing src event handler.
33725
33726 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33727
33728         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33729         (gst_v4lsrc_open), (gst_v4lsrc_close),
33730         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
33731         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
33732         * sys/v4l/gstv4lsrc.h:
33733         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
33734         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
33735           Implement resizing... Hack. But that's why v4l is b0rked...
33736
33737 2004-01-28  Julien MOUTTE <julien@moutte.net>
33738
33739         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
33740         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
33741         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
33742         (gst_ximagesink_xwindow_destroy):
33743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33744         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33745         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
33746         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
33747         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
33748         correctly cleaning the image created to check xshm calls on succes,
33749         added a lot of XSync calls in X11 functions, and fixed a segfault when
33750         no image format was defined before negotiation happened.
33751
33752 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33753
33754         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
33755           use gst_element_get_time to get correct time
33756
33757 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33758
33759         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33760         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
33761         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
33762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
33763         (gst_xvimagesink_check_xshm_calls),
33764         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
33765         X plugins are now able to detect that XShm calls will fail even if the
33766         server claims that it has XShm support (remote displays most of the
33767         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
33768         so that we use non XShm functions. This feature is almost useless for
33769         xvimagesink as Xv is not supported on remote displays anyway, but
33770         it might happen than even on the local display XShm calls fail.
33771
33772 2004-01-27  David Schleef  <ds@schleef.org>
33773
33774         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
33775         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
33776         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
33777         changed esdsink to only use 44100,16,2, since esd sucks at rate
33778         conversion and esdsink has had difficulty negotiating.
33779
33780 2004-01-27  Julien MOUTTE <julien@moutte.net>
33781
33782         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
33783         (gst_play_seek_to_time): Fixing the way to get current position.
33784
33785 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33786
33787         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
33788           use gst_element_get_time to get correct time
33789
33790 2004-01-27  Julien MOUTTE <julien@moutte.net>
33791
33792         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
33793         fix ever... Inverting 2 lines of code make spider autoplug correctly
33794         tagged mp3 !
33795
33796 2004-01-27  David Schleef  <ds@schleef.org>
33797
33798         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33799         Use gst_pad_try_set_caps_nonfixed().
33800
33801 2004-01-27  David Schleef  <ds@schleef.org>
33802
33803         * gst/ac3parse/gstac3parse.c: update to checklist 5
33804         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
33805         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
33806         * gst/audioscale/gstaudioscale.c: same
33807         * gst/auparse/gstauparse.c: same
33808         * gst/avi/gstavidemux.c: same
33809
33810 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33811
33812         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
33813           stop processing after EOS
33814
33815 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33816
33817         * gst/asfdemux/asfheaders.h:
33818         * gst/asfdemux/gstasfdemux.c:
33819         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
33820         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
33821         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
33822           lot's of fixes to make data extraction simpler and get the code
33823           architecture and compiler independant. Add debugging category
33824         * gst/goom/gstgoom.c: (gst_goom_change_state):
33825           reset channel count on PAUSED=>READY, not READY=>PAUSED
33826
33827 2004-01-26  Colin Walters  <walters@verbum.org>
33828
33829         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
33830         code to pull a bigger buffer in iradio mode.  This as a side effect
33831         makes typefinding work.
33832
33833 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
33834
33835         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
33836         Fix SVQ3 decoding on PPC
33837
33838 2004-01-26  Julien MOUTTE <julien@moutte.net>
33839
33840         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
33841         that one managed to stay there... Fixed.
33842
33843 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
33844
33845         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33846         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
33847         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
33848         (qtdemux_video_caps):
33849         * gst/qtdemux/qtdemux.h:
33850         Add SVQ3 specific flags to qtdemux and ffmpeg
33851
33852 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33853
33854         * gst-libs/gst/audio/audio.h:
33855           remove buffer-frames from audio caps
33856         * gst/audioconvert/gstaudioconvert.c:
33857           fix plugin to really work.
33858
33859 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33860
33861         * gst-libs/gst/mixer/mixer.c:
33862         * gst-libs/gst/propertyprobe/propertyprobe.c:
33863         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
33864         (gst_tuner_find_channel_by_name):
33865         * gst-libs/gst/tuner/tuner.h:
33866           Add gtk-doc style comments. Also fix a function name.
33867
33868 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33869
33870         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
33871         (gst_divxdec_negotiate):
33872           Fix for new capsnego - also fixes gst-player with divxdec.
33873
33874 2004-01-25  Julien MOUTTE  <julien@moutte.net>
33875
33876         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33877         (gst_play_identity_handoff), (gst_play_set_location),
33878         (gst_play_set_visualization), (gst_play_connect_visualization): Another
33879         try in visualization implementation. Still have an issue with switch
33880         blocking when pulling from video_queue and only audio comes out of
33881         spider.
33882         * gst/switch/gstswitch.c: (gst_switch_release_pad),
33883         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
33884         release method. And check if the pad is usable before pulling.
33885
33886 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33887
33888         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
33889         (gst_videobalance_init),
33890         (gst_videobalance_colorbalance_list_channels),
33891         (gst_videobalance_colorbalance_set_value),
33892         (gst_videobalance_colorbalance_get_value),
33893         (gst_videobalance_update_properties),
33894         (gst_videobalance_update_tables_planar411),
33895         (gst_videobalance_planar411):
33896         * gst/videofilter/gstvideobalance.h:
33897           Implement lookup-tables. +/- 10x faster.
33898
33899 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33900
33901         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33902         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
33903           The index reading was broken. The rest worked fine, but the whole
33904           goal of my rewrite was to make avidemux readable, and this was
33905           not at all readable. Please use typed variables.
33906
33907 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33908
33909         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33910           Additional pad usability check.
33911         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33912         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
33913         (gst_mp1videoparse_real_chain):
33914           Fix MPEG video stream parsing. The original plugin had several
33915           issues, including not timestamping streams where the source was
33916           not timestamped (this happens with PTS values in mpeg system
33917           streams, but MPEG video is also a valid stream on its own so
33918           that needs timestamps too). We use the display time code for that
33919           for now. Also, if one incoming buffer contains multiple valid
33920           frames, we push them all on correctly now, including proper EOS
33921           handling. Lastly, several potential segfaults were fixed, and we
33922           properly sync on new sequence/gop headers to include them in next,
33923           not previous frames (since they're header for the next frame, not
33924           the previous). Also see #119206.
33925         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
33926         (bpf_from_header):
33927           Move caps setting so we only do it after finding several valid
33928           MPEG-1 fraes sequentially, not right after the first one (which
33929           might be coincidental).
33930         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
33931         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33932         (plugin_init):
33933           Add unsynced MPEG video stream typefinding, and change some
33934           probability values so we detect streams rightly. The idea is as
33935           follows: I can have an unsynced system stream which contains
33936           video. In the current code, I would randomly get a type for either
33937           system or video stream type found, because the probabilities are
33938           being calculated rather randomly. I now use fixed values, so we
33939           always prefer system stream if that was found (and that is how it
33940           should be). If no system stream was found, we can still identity                the stream as video-only.
33941
33942 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33943
33944         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33945         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
33946           don't write to buffer. Extract data without the need of
33947           __attribute__ ((packed))
33948
33949 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33950
33951         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
33952         (mpeg1_sys_type_find):
33953           Fix MPEG-1 stream typefinding.
33954
33955 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33956
33957         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
33958           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
33959
33960 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33961
33962         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
33963         * ext/esd/gstesd.c: (plugin_init):
33964           private debugging, better error reporting
33965
33966 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33967
33968         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
33969         (gst_riff_read_init), (gst_riff_read_change_state):
33970         * gst-libs/gst/riff/riff-read.h:
33971           Remove stuff fromold metadata system.
33972
33973 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33974
33975         * ext/ogg/gstoggdemux.c:
33976           Fix wrong file comment.
33977         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33978         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
33979           Add metadata reading properly.
33980
33981 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33982
33983         * ext/Makefile.am:
33984           Fix nas DIST_SUBDIRS
33985           Uraeus:
33986           Fix bug where make distcheck doesn't get run on adding stuff to
33987           the build.
33988
33989 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33990
33991         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
33992         * ext/divx/gstdivxdec.h:
33993           Fix divx3 ("msmpeg4") playback using divxdec.
33994
33995 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33996
33997         * gst/typefind/gsttypefindfunctions.c:
33998         (mp3_type_frame_length_from_header): fix bug in length computation
33999         (mp3_type_find): improve debugging output
34000
34001 2004-01-23  Julien MOUTTE  <julien@moutte.net>
34002
34003         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34004         (gst_play_set_location), (gst_play_seek_to_time),
34005         (gst_play_set_audio_sink), (gst_play_set_visualization),
34006         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
34007         the pipeline from scratch. Visualization is back and switch went out as
34008         i realized it was not possible to use the way i wanted.
34009         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
34010         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
34011         clearing in state change from READY to NULL. So that one can clean the
34012         X ressources keeping the element.
34013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34014         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
34015         (gst_xvimagesink_colorbalance_set_value),
34016         (gst_xvimagesink_colorbalance_get_value),
34017         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
34018         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
34019         change from READY to NULL and fixed some stupid bugs in colorbalance
34020         get/set values. Also added the following feature : when nobody tries to
34021         set some values to the colorbalance levels before the xcontext is
34022         grabbed, then when creating channels list from Xv attributes we set the
34023         internal values to the Xv defaults. This way we handle buggy Xv drivers
34024         that set default hue values far from the middle of the range (Thanks
34025         to Jon Trowbridge for pointing that issue).
34026         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
34027         colorbalance levels have been set before xcontext is grabbed.
34028
34029 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34030
34031         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34032           Fix the ossmixer case where we shouldn't open /dev/dsp* because
34033           it might block operations (which is bad for a mixer).
34034
34035 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34036
34037         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
34038         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
34039         (gmip_find_type_pre):
34040         * gst-libs/gst/media-info/media-info-priv.h:
34041         * gst-libs/gst/media-info/media-info.c:
34042         (gst_media_info_instance_init), (gst_media_info_read_idler):
34043         add fakesink to get caps on decoder src pad again
34044         fix callback prototype to match new have_type signal signature
34045
34046 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34047
34048         * gst/adder/gstadder.c: (gst_adder_link):
34049           fix non-compile and cut-n-paste code
34050
34051 2004-01-21  David Schleef  <ds@schleef.org>
34052
34053         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
34054         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
34055         (gst_swfdec_init), (gst_swfdec_change_state):
34056         * ext/swfdec/gstswfdec.h:
34057         Fix negotiation.
34058         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
34059         (gst_adder_request_new_pad): Fix negotiation.
34060         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
34061         Add a fixate function.
34062         * gst/intfloat/gstfloat2int.c:
34063         * gst/intfloat/gstfloat2int.h:
34064         * gst/intfloat/gstint2float.c:
34065         * gst/intfloat/gstint2float.h:
34066         Completely rewrite the negotiation.  Doesn't quite work yet,
34067         due to some buffer-frames problem.
34068
34069 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34070
34071         * ext/gnomevfs/gstgnomevfssrc.c:
34072         * sys/v4l2/v4l2_calls.h:
34073           fix includes for distcheck
34074
34075 2004-01-21  Christian Schaller <uraeus@gnome.org>
34076
34077         * ext/nas/
34078         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
34079         based on earlier patch from Laurent Vivier
34080
34081 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
34082
34083         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34084         Fix wma caps property
34085         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34086         Fix typo (flags1 and flags2)
34087
34088 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34089
34090         * gst-libs/gst/media-info/media-info-priv.c:
34091         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
34092         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
34093         (gmip_find_stream), (gmip_find_track_metadata),
34094         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
34095         (gmip_find_track_format):
34096         * gst-libs/gst/media-info/media-info-priv.h:
34097         * gst-libs/gst/media-info/media-info-test.c: (main):
34098         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
34099         (gst_media_info_read_idler), (gst_media_info_read):
34100         * gst-libs/gst/media-info/media-info.h:
34101           register debugging category and use it for debugging
34102
34103 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34104
34105         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
34106         (gst_vorbisfile_new_link):
34107           signal streaminfo through tags
34108
34109 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34110
34111         * ext/mplex/gstmplex.cc:
34112         * ext/mplex/gstmplexibitstream.cc:
34113           g++ doesn't like NULL in our i18n/error macros, should be
34114           either (NULL) or ("").
34115
34116 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34117
34118         * sys/dxr3/dxr3audiosink.c:
34119         * sys/dxr3/dxr3init.c:
34120         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
34121         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
34122           Fix more error error error errors (missing includes here).
34123
34124 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34125
34126         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34127           fix thomas' error errors.
34128
34129 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34130
34131         * ext/mpeg2enc/gstmpeg2enc.cc:
34132           fix error errors.
34133
34134 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34135
34136         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34137         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34138           Fix for new error system.
34139
34140 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34141
34142         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34143           fix for new error reporting
34144
34145 2004-01-20  David Schleef  <ds@schleef.org>
34146
34147         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34148         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
34149         (gst_ximagesink_set_xwindow_id): Change to using a framerate
34150         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
34151         and neither is 100+, most likely.
34152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34153         (gst_xvimagesink_getcaps): same
34154
34155 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34156
34157         * configure.ac:
34158           Up version requirement to 2.0.3 (not yet released) to avoid symbol
34159           clashes with ffmpeg.
34160
34161 2004-01-20  Julien MOUTTE  <julien@moutte.net>
34162
34163         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
34164         (gst_switch_init): Fixed switch element : proxying link and setting
34165         caps from src to sink on request.
34166
34167 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34168
34169         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34170         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34171         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34172         fix element_error
34173
34174 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34175
34176         * sys/v4l/v4l_calls.h:
34177         * sys/v4l2/v4l2_calls.h:
34178           element_error fixes
34179
34180 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34181
34182         * gst-libs/gst/gst-i18n-plugin.h:
34183           add locale.h
34184           remove config.h inclusion
34185
34186 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34187
34188         * autogen.sh:
34189           adding autopoint invocation
34190         * Makefile.am:
34191         * configure.ac:
34192         * gst-libs/gst/gettext.h:
34193           adding gettext bits
34194         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34195         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34196         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34197         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34198         (gst_gnomevfssink_close_file):
34199         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
34200         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
34201         * gst-libs/gst/gst-i18n-plugin.h:
34202         * gst/avi/gstavi.c: (plugin_init):
34203         * sys/dxr3/dxr3init.c: (plugin_init):
34204         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
34205         * sys/oss/gstossaudio.c: (plugin_init):
34206         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34207         * sys/v4l/gstv4l.c: (plugin_init):
34208         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34209         * sys/v4l2/gstv4l2.c: (plugin_init):
34210         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34211         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
34212         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
34213         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
34214         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
34215         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
34216           make sure locale and translation domain are set
34217           fix translated strings
34218         * po/.cvsignore:
34219         * po/LINGUAS:
34220         * po/Makevars:
34221         * po/POTFILES.in:
34222         * po/nl.po:
34223           put translation files into place
34224         * sys/xvideo/imagetest.c: (main):
34225         * ext/dv/demo-play.c: (main):
34226           fix unnecessary translations
34227
34228 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34229
34230         * ext/sndfile/gstsf.c:
34231         * gst/avi/gstavimux.c:
34232         * ext/audiofile/gstafsink.c:
34233         * ext/audiofile/gstafsrc.c:
34234         * ext/gnomevfs/gstgnomevfssink.c:
34235         * ext/gnomevfs/gstgnomevfssrc.c:
34236         * sys/oss/gstosselement.c:
34237         * sys/v4l/v4l_calls.h:
34238           fix i18n include
34239
34240 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34241
34242         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34243         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34244         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34245         (gst_v4l2_get_output), (gst_v4l2_set_output),
34246         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34247         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34248         (gst_v4l2_set_attribute):
34249         update to new error handling
34250
34251 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34252
34253         * ext/sidplay/gstsiddec.cc:
34254         * gst/modplug/gstmodplug.cc:
34255           parenthese NULL because C++ seems angry about it
34256
34257 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34258
34259         * gst-libs/gst/gst-i18n-plugin.h:
34260           add skeleton i18n stuff, but needs to be further implemented
34261
34262 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34263
34264         * examples/gstplay/player.c: (main):
34265         * ext/aalib/gstaasink.c: (gst_aasink_open):
34266         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34267         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34268         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34269         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34270         (gst_afsink_close_file):
34271         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34272         (gst_afsrc_close_file):
34273         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34274         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34275         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34276         * ext/esd/esdmon.c: (gst_esdmon_get):
34277         * ext/esd/esdsink.c: (gst_esdsink_chain):
34278         * ext/faac/gstfaac.c: (gst_faac_chain):
34279         * ext/faad/gstfaad.c: (gst_faad_chain):
34280         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
34281         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34282         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
34283         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
34284         (gst_flacdec_loop):
34285         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34286         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34287         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
34288         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34289         (gst_gnomevfssink_close_file):
34290         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
34291         (gst_gnomevfssrc_open_file):
34292         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
34293         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
34294         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
34295         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34296         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
34297         * ext/mad/gstmad.c: (gst_mad_chain):
34298         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34299         * ext/mpeg2dec/gstmpeg2dec.c:
34300         * ext/mpeg2enc/gstmpeg2enc.cc:
34301         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34302         * ext/mplex/gstmplex.cc:
34303         * ext/mplex/gstmplexibitstream.cc:
34304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
34305         (gst_ogg_demux_push), (gst_ogg_pad_push):
34306         * ext/raw1394/gstdv1394src.c:
34307         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
34308         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
34309         * ext/sidplay/gstsiddec.cc:
34310         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
34311         (gst_sf_loop):
34312         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
34313         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
34314         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
34315         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34316         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
34317         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
34318         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
34319         * gst-libs/gst/Makefile.am:
34320         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34321         (gst_riff_read_element_data), (gst_riff_read_seek),
34322         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
34323         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
34324         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
34325         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
34326         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
34327         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
34328         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
34329         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34330         * gst/goom/gstgoom.c: (gst_goom_chain):
34331         * gst/id3/gstid3types.c: (gst_id3types_loop):
34332         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
34333         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
34334         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34335         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
34336         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
34337         (gst_ebml_read_float), (gst_ebml_read_header):
34338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
34339         (gst_matroska_demux_parse_blockgroup):
34340         * gst/modplug/gstmodplug.cc:
34341         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
34342         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34343         * gst/oneton/gstoneton.c: (gst_oneton_chain):
34344         * gst/silence/gstsilence.c: (gst_silence_get):
34345         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34346         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
34347         * gst/speed/gstspeed.c: (speed_loop):
34348         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
34349         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34350         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
34351         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34352         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34353         (gst_wavparse_loop):
34354         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
34355         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
34356         (dxr3audiosink_close):
34357         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
34358         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34359         (dxr3videosink_close), (dxr3videosink_write_data):
34360         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34361         * sys/oss/gstosselement.h:
34362         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
34363         (gst_osssink_chain):
34364         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34365         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34366         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34368         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
34369         (gst_v4l_enable_overlay):
34370         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34371         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34372         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34373         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34374         (gst_v4l_set_audio):
34375         * sys/v4l/v4l_calls.h:
34376         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34377         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34378         (gst_v4lmjpegsink_playback_init),
34379         (gst_v4lmjpegsink_playback_start):
34380         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34381         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
34382         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
34383         (gst_v4lmjpegsrc_requeue_frame):
34384         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34385         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34386         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34387         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34388         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34389         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34390         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34391         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34392         (gst_v4l2src_capture_stop):
34393         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34394         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34395         (gst_ximagesink_chain):
34396         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34397         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34398         (gst_xvideosink_xwindow_new):
34399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34400         (gst_xvimagesink_chain):
34401         use new error signal, function and categories
34402
34403 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
34404
34405         * configure.ac:
34406         * ext/Makefile.am:
34407         * ext/musicbrainz/gsttrm.c:
34408         * ext/musicbrainz/gsttrm.h:
34409         * ext/musicbrainz/Makefile.am:
34410         Add a trm plugin
34411
34412 2004-01-18  Julien MOUTTE  <julien@moutte.net>
34413
34414         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
34415         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
34416         synchronous property for debugging.
34417         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
34418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34419         (gst_xvimagesink_set_property): Moving a pointer declaration to a
34420         smaller block, fixing indent.
34421
34422 2004-01-16  David Schleef  <ds@schleef.org>
34423
34424         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
34425         property affects the video stream.
34426         * sys/xvimage/xvimagesink.c:
34427         * sys/xvimage/xvimagesink.h:
34428         Add synchronous property for debugging.  Should probably be
34429         disabled in non-CVS builds.  Make sure that the Xv attribute
34430         exists before we set it (crash!).  Fix a silly float bug that
34431         caused colorbalance to just not work.
34432
34433 2004-01-17  Christian Schaller <Uraeus@gnome.org>
34434
34435         * tools/gst-launch-ext.in - update for new plugins
34436
34437 2004-01-16  David Schleef  <ds@schleef.org>
34438
34439         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
34440         already-freed caps.
34441
34442 2994-01-16  Christian Schaller <Uraeus@gnome.org>
34443
34444         * Update spec for new colorspace plugin and libcaca plugin
34445         * Fix compilation of libcaca plugin (clock -> id)
34446
34447 2004-01-16  Julien MOUTTE <julien@moutte.net>
34448
34449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
34450         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
34451         (gst_xvimagesink_set_xwindow_id),
34452         (gst_xvimagesink_colorbalance_set_value),
34453         (gst_xvimagesink_colorbalance_get_value),
34454         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34455         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
34456         correct colorbalance properties. They can now be set when the element
34457         is still in NULL state. The values will be committed to the Xv Port
34458         when xcontext is initialized.
34459         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
34460         brightness int values in the GstXvImagesink structure.
34461
34462 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34463
34464         * gst-libs/gst/Makefile.am:
34465           restructure so having local patches works easier.
34466
34467 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34468
34469         * ext/mpeg2enc/Makefile.am:
34470         * ext/mpeg2enc/gstmpeg2enc.cc:
34471         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34472           Bugfix with respect to EOS handling.
34473
34474 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34475
34476         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
34477           Link with right caps (else, it segfaults).
34478         * ext/mplex/gstmplexjob.cc:
34479           Fix for slight API change in 1.6.1.93 release of mjpegtools.
34480
34481 2004-01-15  David Schleef  <ds@schleef.org>
34482
34483         * gst-libs/gst/audio/Makefile.am:
34484         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
34485         from the template.
34486         * gst-libs/gst/audio/gstaudiofilter.c:
34487         * gst-libs/gst/audio/gstaudiofilter.h:
34488         Add bytes_per_sample and size and n_samples calculation.
34489         * gst-libs/gst/audio/gstaudiofilterexample.c:
34490         Remove, now autogenerated.
34491         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
34492         Moved from gstaudiofilterexample, object name changed, code added
34493         so that it actually works.
34494         * gst-libs/gst/audio/make_filter:
34495         Script to build an audiofilter subclass from the template.
34496         * gst/colorspace/Makefile.am:
34497         * gst/colorspace/yuv2yuv.c:
34498         Remove file, since it's GPL, and we don't use it.
34499
34500 2004-01-15  Julien MOUTTE  <julien@moutte.net>
34501
34502         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
34504         them use the buffer free function to test how the buffer was allocated.
34505
34506 2004-01-15  David Schleef  <ds@schleef.org>
34507
34508         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
34509         that handles osssink fallback.
34510         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
34511         (gst_audio_convert_getcaps):
34512         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
34513         Add audio/x-qdm2 for QDM2 audio.
34514         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34515         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
34516         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
34517         Decrease minimum size to 16x16.
34518         * gst/wavparse/gstwavparse.c:
34519         Convert disabled pad template caps to new caps.
34520         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34522         (gst_xvimagesink_chain): Throw element error when display cannot
34523         be opened.  Increase minimum framerate to 1.0.  Check the data
34524         free function on a buffer to make sure it is the type we expect
34525         before manipulating it.
34526
34527 2004-01-15  Julien MOUTTE <julien@moutte.net>
34528
34529         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34530         (gst_videobalance_colorbalance_set_value): Implement passthru if
34531         settings are in the middle.
34532         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
34533
34534 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34535
34536         * gst/videofilter/Makefile.am:
34537         * gst/volume/Makefile.am:
34538           Since we use videofilter symbols, link to it.
34539
34540 2004-01-15  Julien MOUTTE <julien@moutte.net>
34541
34542         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
34543         mixer interface type to HARDWARE.
34544         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
34545         type to SOFTWARE.
34546         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
34547         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
34548         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
34549         (gst_volume_interface_init), (gst_volume_list_tracks),
34550         (gst_volume_set_volume), (gst_volume_get_volume),
34551         (gst_volume_set_mute), (gst_volume_mixer_init),
34552         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
34553         (volume_init): Implementing mixer interface.
34554         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
34555         * sys/oss/gstosselement.c: (gst_osselement_get_type),
34556         (gst_osselement_change_state): Removing some trailing commas in
34557         structures.
34558         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
34559         interface type to HARDWARE.
34560         * sys/v4l/gstv4lcolorbalance.c:
34561         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
34562         type to HARDWARE.
34563         * sys/v4l2/gstv4l2colorbalance.c:
34564         (gst_v4l2_color_balance_interface_init): Setting colorbalance
34565         interface type to HARDWARE.
34566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
34567         same code than ximagesink for event handling.
34568
34569 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34570
34571         * ext/snapshot/Makefile.am:
34572         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
34573         (gst_snapshot_chain):
34574         * ext/snapshot/gstsnapshot.h:
34575           This has to be a joke... Snapshot should be connected to a tee,
34576           colorspace element before it and EOS after that, where the other
34577           src of the tee receives normal data.
34578           The current way is *wrong*.
34579
34580 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34581
34582         * ext/hermes/gsthermescolorspace.c:
34583           Fix another compile error. Same as below.
34584
34585 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34586
34587         * gst/colorspace/gstcolorspace.c:
34588         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
34589         (gst_colorspace_i420_to_yv12):
34590           Fix compiling... Didn't test if it actually works.
34591
34592 2004-01-15  David Schleef  <ds@schleef.org>
34593
34594         * configure.ac:
34595         * gst/colorspace/Makefile.am:
34596         * gst/colorspace/gstcolorspace.c:
34597         * gst/colorspace/gstcolorspace.h:
34598         * gst/colorspace/yuv2rgb.c:
34599         * gst/colorspace/yuv2rgb.h:
34600         Duplicate the ext/hermes colorspace plugin, and remove Hermes
34601         code and GPL code.  Fix for new caps negotiation.  Rewrite
34602         much of the format handling code, and some of the conversion
34603         code.  Basically, rewrote almost everything.  This element
34604         handles I420, YV12 to RGB conversions.
34605         * ext/hermes/Makefile.am:
34606         * ext/hermes/gsthermescolorspace.c:
34607         Rename colorspace to hermescolorspace.  Fix negotiation issues.
34608         Remove non-Hermes related code.  This element handles lots of
34609         RGB to RGB conversions, but no YUV.
34610         * ext/hermes/gstcolorspace.c:
34611         * ext/hermes/gstcolorspace.h:
34612         * ext/hermes/rgb2yuv.c:
34613         * ext/hermes/yuv2rgb.c:
34614         * ext/hermes/yuv2rgb.h:
34615         * ext/hermes/yuv2rgb_mmx16.s:
34616         * ext/hermes/yuv2yuv.c:
34617         * ext/hermes/yuv2yuv.h:
34618         Remove old code.
34619
34620 2004-01-14  Colin Walters  <walters@verbum.org>
34621
34622         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
34623         they've already been.
34624
34625 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34626
34627         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
34628           assume tag mode when pad is not connected
34629
34630 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34631
34632         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34633           Don't update the time of the clock
34634         (gst_alsa_sink_loop):
34635           sync to the clock given to alsasink, not the own clock
34636         * sys/oss/gstosssink.c: (gst_osssink_chain):
34637           sync to the clock
34638         (gst_osssink_change_state):
34639           activate the clock
34640         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34642           remove bogus code that made DISCONT events unhandled
34643         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
34644           explicitly case to double in _set_simple. (fixes 2nd warning in bug
34645           #131502)
34646         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
34647         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
34648         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
34649           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
34650           2nd warning in bug #131502)
34651
34652 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34653
34654         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34655         (gst_videobalance_colorbalance_set_value),
34656         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
34657         for colorbalance interface implementation.
34658         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34659         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
34660         (gst_ximagesink_dispose), (gst_ximagesink_init),
34661         (gst_ximagesink_class_init): Adding DISPLAY property.
34662         * sys/ximage/ximagesink.h: Adding display_name to store display.
34663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34664         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34665         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
34666         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
34667         properties (they still need polishing though for gst-launch use : no
34668         xcontext yet, i ll do that tomorrow).
34669         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
34670
34671 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34672
34673         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34674         (gst_play_set_location), (gst_play_set_visualization): Preparing
34675         switch integration, adding videobalance in the pipeline.
34676
34677 2004-01-14  Julien MOUTTE <julien@moutte.net>
34678
34679         * gst-libs/gst/colorbalance/colorbalance.c:
34680         (gst_color_balance_class_init): Adding a default type.
34681         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
34682         the type.
34683         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
34684         (gst_videobalance_dispose), (gst_videobalance_class_init),
34685         (gst_videobalance_init), (gst_videobalance_interface_supported),
34686         (gst_videobalance_interface_init),
34687         (gst_videobalance_colorbalance_list_channels),
34688         (gst_videobalance_colorbalance_set_value),
34689         (gst_videobalance_colorbalance_get_value),
34690         (gst_videobalance_colorbalance_init): Implementing colorbalance
34691         interface.
34692         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
34693         list.
34694         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
34695         bug which was triggering a BadAccess X error when setting an overlay
34696         before pad was really negotiated.
34697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
34698         Using the colorbalance type macro.
34699
34700 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34701
34702         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
34703         (gst_flacenc_chain):
34704           handle tags correctly
34705         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
34706           extract ID3v1 tags correctly
34707
34708 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34709
34710         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
34711         (plugin_init):
34712           Improve matroska typefinding for odd-typed headers...
34713
34714 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34715
34716         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34717           Fix for using incremental number on padnames.
34718
34719 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34720
34721         * ext/divx/gstdivxdec.c:
34722         * ext/divx/gstdivxenc.c:
34723           Set category to divx4linux instead of divx (too generic).
34724         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34725         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34726         (gst_wavparse_loop), (gst_wavparse_change_state):
34727         * gst/wavparse/gstwavparse.h:
34728           fix parsing of WAV files with non-standard fmt-tag size and fix
34729           skipping of unrecognized chunks... Someone please fix this thing
34730           to use rifflib so all this is automated.
34731         * sys/v4l/Makefile.am:
34732         * sys/v4l2/Makefile.am:
34733           Add X_CFLAGS because we depend on X (for overlay).
34734
34735 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
34736
34737         * ext/mpeg2dec/gstmpeg2dec.c:
34738           Don't issue a timestamp unless we tagged the frame
34739           with a PTS.
34740
34741 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34742
34743         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
34744           Query the audio element to get the time, not the clock. We're
34745           interested in the element's time here.
34746
34747 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34748
34749         * ext/aalib/gstaasink.c: (gst_aasink_chain):
34750         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34751         * ext/esd/esdsink.c: (gst_esdsink_chain):
34752         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
34753         * ext/mas/massink.c: (gst_massink_chain):
34754         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
34755         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
34756         (gst_matroska_demux_parse_metadata):
34757         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
34758         (gst_mpeg_parse_release_locks):
34759         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
34760         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
34761         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34762         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34763         (gst_osssink_change_state):
34764         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34765         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34766         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
34767         (gst_xvideosink_release_locks):
34768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34769           use element time.
34770         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
34771         (gst_alsa_clock_stop):
34772         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
34773         (gst_audio_clock_get_internal_time):
34774           simplify for use with new clocking code.
34775         * testsuite/alsa/Makefile.am:
34776         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
34777           fix testsuite for new caps system
34778
34779 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34780
34781         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
34782         * ext/flac/gstflacenc.c: (add_one_tag):
34783           length is already host endian, no need to convert. Fixes playback of
34784           tagged files on PPC. (bug #128384)
34785
34786 2004-01-13  Julien MOUTTE <julien@moutte.net>
34787
34788         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
34789         colorbalance interface stating if it is hardware based or software
34790         based.
34791         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
34792         Removing a trailing comma.
34793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34794         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
34795         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
34796         the documentation seems to be wrong on the -1000 to 1000 interval.
34797
34798 2004-01-12  David Schleef  <ds@schleef.org>
34799
34800         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
34801         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
34802         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
34803         Fix negotiation.  Add a bufferalloc function for the sink pad,
34804         and generally clean up some of the code.
34805
34806 2004-01-12  Julien MOUTTE <julien@moutte.net>
34807
34808         * gst-libs/gst/colorbalance/colorbalancechannel.c:
34809         (gst_color_balance_channel_dispose): Adding safety check in dispose
34810         method.
34811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34812         (gst_xvimagesink_xcontext_clear),
34813         (gst_xvimagesink_interface_supported),
34814         (gst_xvimagesink_colorbalance_list_channels),
34815         (gst_xvimagesink_colorbalance_set_value),
34816         (gst_xvimagesink_colorbalance_get_value),
34817         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
34818         Adding colorbalance interface support to set XV parameters such as
34819         HUE, BRIGHTNESS, CONTRAST, SATURATION.
34820         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
34821         interface.
34822
34823 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34824
34825         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
34826         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
34827         (gst_audio_convert_init), (gst_audio_convert_set_property),
34828         (gst_audio_convert_get_property), (gst_audio_convert_chain),
34829         (gst_audio_convert_link),
34830         (gst_audio_convert_buffer_to_default_format),
34831         (gst_audio_convert_buffer_from_default_format), (plugin_init):
34832           - implement _getcaps and use it
34833           - improve linking
34834           - remove float caps since no float conversion is actually done
34835           - remove properties and arguments that were to be used for rate
34836             conversion
34837
34838 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34839
34840         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
34841         (gst_audio_structure_set_int):
34842         * gst-libs/gst/audio/audio.h:
34843           add helper functions for _getcaps matching the standard audio
34844           templates
34845
34846 2004-01-12  David Schleef  <ds@schleef.org>
34847
34848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34849         Test that pad is negotiated before getting its caps.
34850
34851 2004-01-12  Julien MOUTTE <julien@moutte.net>
34852
34853         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
34854         analyzing the pads of an element the bin is mostly in READY state so
34855         no caps were negotiated. This helper function needs to work with
34856         _get_caps directly then. I was not freeing them though, added that to
34857         fix the mem leak.
34858
34859 2004-01-12  Julien MOUTTE <julien@moutte.net>
34860
34861         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
34863         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
34864         than the free_func.
34865
34866 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34867
34868         * sys/oss/gstossaudio.c: (plugin_init):
34869         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34870         * sys/oss/gstosselement.h:
34871           make an oss debugging category
34872           make failure more descriptive
34873
34874 2004-01-11  David Schleef  <ds@schleef.org>
34875
34876         * ext/ffmpeg/gstffmpeg.c:
34877         * ext/ffmpeg/gstffmpegcodecmap.c:
34878         * ext/ffmpeg/gstffmpegdec.c:
34879         * ext/ffmpeg/gstffmpegenc.c:
34880         * ext/ffmpeg/gstffmpegprotocol.c:
34881         * ext/gdk_pixbuf/gstgdkanimation.c:
34882         * ext/jpeg/gstjpeg.c:
34883         * ext/libpng/gstpng.c:
34884         * ext/mpeg2dec/perftest.c:
34885         * ext/speex/gstspeex.c:
34886         * gst-libs/gst/resample/dtos.c:
34887         * gst/intfloat/gstintfloatconvert.c:
34888         * gst/oneton/gstoneton.c:
34889         * gst/rtjpeg/RTjpeg.c:
34890         * gst/rtp/gstrtp.c:
34891         * sys/dxr3/dxr3init.c:
34892         * sys/glsink/gstgl_nvimage.c:
34893         * sys/glsink/gstgl_pdrimage.c:
34894         * sys/glsink/gstglsink.c:
34895         * testsuite/gst-lint:
34896         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
34897
34898 2004-01-11  David Schleef  <ds@schleef.org>
34899
34900         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
34901         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
34902         * ext/gdk_pixbuf/gstgdkanimation.c:
34903         (gst_gdk_animation_iter_create_pixbuf):
34904         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
34905         (gst_gdk_pixbuf_chain):
34906         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34907         * ext/jack/gstjack.c: (gst_jack_change_state):
34908         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
34909         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
34910         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
34911         * gst/videofilter/gstvideofilter.c:
34912         (gst_videofilter_set_output_size):
34913         Remove all usage of gst_pad_get_caps(), and replace it with
34914         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
34915
34916 2004-01-11  David Schleef  <ds@schleef.org>
34917
34918         * configure.ac:
34919         * ext/Makefile.am: Fixes to make ext/libcaca compile.
34920         * ext/divx/gstdivxdec.c:
34921         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
34922         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
34923         handle images that span multiple buffers.  Now work with both
34924         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
34925         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34926         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
34927         video/video.h changes
34928         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
34929         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
34930         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
34931         of GstData free function.
34932         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
34933         same.
34934
34935 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34936
34937         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
34938         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
34939         (gst_v4l2element_get_property):
34940         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
34941           add norm, channel and frequency properties.
34942         * sys/v4l2/gstv4l2tuner.c:
34943           fixes for tuner interface changes
34944         * sys/v4l2/gstv4l2element.h:
34945         * sys/v4l2/gstv4l2src.c:
34946         * sys/v4l2/gstv4l2src.h:
34947         * sys/v4l2/v4l2src_calls.c:
34948         * sys/v4l2/v4l2src_calls.h:
34949           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
34950
34951 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34952
34953         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
34954         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
34955         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
34956         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
34957         * gst-libs/gst/tuner/tuner.h:
34958           GObjects aren't const.
34959           Add find_by_name functions.
34960           Add checks to _changed functions.
34961         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
34962         (gst_v4l_tuner_get_norm):
34963           Fixes for above.
34964
34965 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34966
34967         * gst-libs/gst/video/video.h:
34968           Fix caps template names to be understandable.
34969           Prefix everything with GST_VIDEO.
34970         * ext/aalib/gstaasink.c:
34971         * ext/divx/gstdivxdec.c:
34972         * ext/divx/gstdivxenc.c:
34973         * ext/gdk_pixbuf/gstgdkpixbuf.c:
34974         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
34975         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
34976         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
34977         * ext/libcaca/gstcacasink.c:
34978         * ext/libpng/gstpngenc.c: (raw_caps_factory):
34979         * ext/snapshot/gstsnapshot.c:
34980         * ext/swfdec/gstswfdec.c:
34981         * ext/xvid/gstxviddec.c:
34982         * ext/xvid/gstxvidenc.c:
34983         * gst/chart/gstchart.c:
34984         * gst/deinterlace/gstdeinterlace.c:
34985         * gst/effectv/gsteffectv.c:
34986         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34987         * gst/goom/gstgoom.c:
34988         * gst/median/gstmedian.c:
34989         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
34990         (gst_monoscope_srcconnect), (gst_monoscope_chain):
34991         * gst/overlay/gstoverlay.c:
34992         * gst/smooth/gstsmooth.c:
34993         * gst/smpte/gstsmpte.c:
34994         * gst/synaesthesia/gstsynaesthesia.c:
34995         * gst/videocrop/gstvideocrop.c:
34996         * gst/videodrop/gstvideodrop.c:
34997         * gst/y4m/gsty4mencode.c:
34998         * sys/qcam/gstqcamsrc.c:
34999         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
35000           Make them work with new video.h file.
35001         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35002         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35004         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35005           Make it work with new buffer allocation system.
35006
35007 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35008
35009         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
35010         pad_alloc_buffer implementation to use ->srcpad
35011         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
35012         pad_alloc_buffer implementation to use ->srcpad
35013         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
35014         pad_alloc_buffer implementation to use ->srcpad
35015         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
35016         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
35017         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35018         a reference to everything we need.
35019         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
35020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
35021         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
35022         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35023         a reference to everything we need.
35024         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
35025
35026 2004-01-11  David Schleef  <ds@schleef.org>
35027
35028         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
35029         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
35030         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
35031         structure members.
35032         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
35033         value during a resize/renegotiation.
35034         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
35035         gst_pad_alloc_buffer();
35036         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35037         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
35038         structure members.
35039         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35040         Fix for rename of buffer private structure members.
35041         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35042         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35043         Fix for rename of buffer private structure members.
35044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35045         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35046         Fix for rename of buffer private structure members.
35047
35048 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
35049
35050         reviewed by: David Schleef <ds@schleef.org>
35051
35052         * gst/videofilter/Makefile.am:
35053         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
35054         from the patch by ds to fit in with recent make_filter changes.
35055
35056 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35057
35058         * configure.ac: Adding examples/switch/Makefile
35059         * examples/Makefile.am: Adding examples/switch
35060         * examples/switch/Makefile.am: Adding switcher example.
35061         * examples/switch/switcher.c: (got_eos), (idle_iterate),
35062         (switch_timer), (main): Adding an example demonstrating switch usage
35063         with 2 videotestsrc showing different patterns.
35064         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
35065         (gst_switch_init): Fixing switch with the new caps system.
35066
35067 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35068
35069         * gst-libs/gst/video/video.h:
35070           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
35071           They should probably be like
35072           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
35073
35074 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35075
35076         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35077         (qtdemux_parse_trak):
35078           fix audio chunk size/timestamp calculation
35079
35080 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35081
35082         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
35083           fix SVQ3 caps
35084
35085 2004-01-11  Steve Baker  <steve@stevebaker.org>
35086
35087         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
35088         (gst_agingtv_base_init), (gst_agingtv_class_init),
35089         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
35090         (gst_agingtv_set_property), (gst_agingtv_get_property):
35091         Port agingTV to videofilter
35092
35093 2004-01-09  Julien MOUTTE <julien@moutte.net>
35094
35095         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
35096         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35097
35098 2004-01-09  Julien MOUTTE <julien@moutte.net>
35099
35100         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
35101         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35102         * gst-libs/gst/xoverlay/xoverlay.c:
35103         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
35104         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
35105         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35106         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35107         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35108         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35109         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
35110         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
35111         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35112         interface implementation to handle xid being 0 and fix some bugs
35113         triggered by Benjamin's testcase.
35114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35115         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
35116         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
35117         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35118         interface implementation to handle xid being 0 and fix some bugs
35119         triggered by Benjamin's testcase.
35120
35121 2004-01-09  David Schleef  <ds@schleef.org>
35122
35123         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
35124         mouse pointer events.  It works.
35125
35126 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35127
35128         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
35129           Use explicit caps - fix capsnego.
35130         * ext/xvid/gstxviddec.c:
35131         * ext/xvid/gstxvidenc.c:
35132           Remove macro-inside-macro which caused compile errors.
35133         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
35134           Error out if it's not a RIFF file. Else we error out without
35135           gst_element_error() which is not good...
35136
35137 2004-01-08  David Schleef  <ds@schleef.org>
35138
35139         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35140         Fix pad_link function to handle formats that ffmpeg returns
35141         as multiple caps structures.
35142         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
35143         Only complain if source buffer is _smaller_ than expected.
35144         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
35145         (gst_videoscale_handle_src_event): Resize navigation events
35146         when passing them upstream.
35147         * gst/videotestsrc/gstvideotestsrc.c:
35148         * gst/videotestsrc/gstvideotestsrc.h:
35149         * gst/videotestsrc/videotestsrc.c:
35150         * gst/videotestsrc/videotestsrc.h:
35151         Rewrite many of the buffer painting functions to handle odd
35152         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
35153         been verified to work with my video card.
35154         * testsuite/gst-lint:  Add check for elements calling
35155         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
35156
35157 2004-01-08  David Schleef  <ds@schleef.org>
35158
35159         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35160         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
35161
35162 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35163
35164         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
35165         configure event is not emiting the desired size signal. That fixes
35166         aspect ratio issues with gst-player.
35167
35168 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35169
35170         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
35171           Fix capsnego.
35172
35173 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35174
35175         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
35176         public method to fire size signal.
35177
35178 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35179
35180         * examples/gstplay/Makefile.am: Adding the interface library.
35181         * gst-libs/gst/play/Makefile.am: Adding the interface library.
35182         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
35183         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
35184         GST_IS_X_OVERLAY before signal connect.
35185         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
35186         Removing the have_video_size signal.
35187         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
35188         and associated public method.
35189         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35190         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
35191         signal.
35192         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
35193         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
35194         signal.
35195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
35196         Using XOverlay public method to fire size signal.
35197
35198 2004-01-07  David Schleef  <ds@schleef.org>
35199
35200         * gst/videofilter/Makefile.am:
35201         * gst/videofilter/gstvideotemplate.c:
35202         * gst/videofilter/make_filter:
35203         Create gstvideoexample.c in a srcdir!=builddir friendly way.
35204         Convert make_filter to /bin/sh script.
35205
35206 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35207
35208         * gst/modplug/gstmodplug.cc: fix element description
35209
35210 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35211
35212         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35213         (got_video_size): Adding some new lines in g_print calls.
35214         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35215         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
35216         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
35217         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
35218         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
35219         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
35220         Complete code review, reverting some stuff i disagree with, adding
35221         some fixes : time synchronization on invalid timestamps, renegotiation
35222         of private window.
35223         * sys/ximage/ximagesink.h:
35224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
35225         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
35226         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
35227         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
35228         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
35229         (gst_xvimagesink_buffer_new),
35230         (gst_xvimagesink_navigation_send_event),
35231         (gst_xvimagesink_set_xwindow_id),
35232         (gst_xvimagesink_get_desired_size),
35233         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
35234         stuff i disagree with, adding some fixes : Renegotiation of private
35235         window, implementing get_desired_size.
35236
35237 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35238
35239         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
35240         (gst_afsink_handle_event):
35241         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
35242         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
35243         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
35244         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
35245         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
35246           Fix for instantiate-test (see core). Also remove dead code from
35247           jpegenc (which still needs fixing, but that's lower on my TODO
35248           list...).
35249         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
35250           Never return NULL as caps.
35251
35252 2004-01-07  David Schleef  <ds@schleef.org>
35253
35254         * configure.ac:
35255         * ext/Makefile.am:
35256         * ext/librfb/Makefile.am:
35257         * ext/librfb/gstrfbsrc.c:
35258         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
35259         is the protocol used by VNC.
35260
35261 2004-01-07  David Schleef  <ds@schleef.org>
35262
35263         * gst/videofilter/gstvideotemplate.c:
35264         * gst/videofilter/gstvideotemplate.h:
35265         * gst/videofilter/make_filter:
35266         Merge videotemplate header into source file.
35267         * gst/effectv/Makefile.am:
35268         * gst/effectv/gsteffectv.c: (plugin_init):
35269         * gst/effectv/gstwarp.c:
35270         Make warpTV a subclass of videofilter.
35271
35272 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35273
35274         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35275           Add guard against invalid utf-8 conversions in mad. Just in case.
35276
35277 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35278
35279         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35280           Fix for bug shown by poisoning
35281
35282 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35283
35284         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35285         (gst_v4lmjpegsrc_buffer_free):
35286         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
35287         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
35288         (gst_v4lsrc_buffer_free):
35289           Fix for removed bufferpools.
35290
35291 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35292
35293         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
35294         Fix caps negotiation.
35295
35296         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
35297         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
35298         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35299         (dvdnavsrc_event):
35300         * ext/mpeg2dec/gstmpeg2dec.c:
35301         * gst-libs/gst/navigation/navigation.c:
35302         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
35303         * gst-libs/gst/navigation/navigation.h:
35304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
35305         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
35306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
35307         Super-simple first version of mouse and keyboard events. Clicking
35308         on a DVD menu now works, although it may not take you where you
35309         expected.
35310
35311         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35312         * gst/videotestsrc/gstvideotestsrc.c:
35313         (gst_videotestsrc_src_fixate):
35314         These fixate functions were broken - they never actually
35315         fixated :)
35316
35317 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35318
35319         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
35320         (gst_icecastsend_init):
35321           fix for new caps system.
35322         * gst-libs/gst/mixer/mixertrack.h:
35323         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
35324           Add 'master track' flag (for tools like ACME that only want to
35325           change the main volume).
35326
35327 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35328
35329         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
35330         (gst_xvid_csp_to_caps):
35331         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
35332         * ext/xvid/gstxvidenc.c:
35333         ifdef out ARGB type when it isn't available
35334         in xvidcore 1.0.0beta2
35335
35336 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35337
35338         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35339           When we have received a new SCR right in the first buffer after
35340           a seek (so in the same cycle that handles the discont), we should
35341           handle the buffer instead of unreffing it, else we lose data.
35342
35343 2004-01-06  Iain <iain@prettypeople.org>
35344
35345         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
35346           buffer-frames caps too.
35347
35348         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
35349           caps that we need, don't destroy them all and rebuild them. And when
35350           creating src pads, use the src pad template rather than the sink...
35351
35352 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35353
35354         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
35355           Add pad to element *after* setting functions such as event handler.
35356           Without this, the scheduler (opt) will link pads, set the event
35357           handler from the default event function (dispatcher in gstpad.c)
35358           and *after* that, we will set our own event function, which will
35359           thus never be used (and thus mpegdemux doesn't handle events).
35360
35361 2004-01-04  David Schleef  <ds@schleef.org>
35362
35363         Fix the fixate functions to handle new prototype:
35364         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35365         * gst/videotestsrc/gstvideotestsrc.c:
35366         (gst_videotestsrc_src_fixate):
35367         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35368         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
35369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
35370
35371 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35372
35373         * sys/ximage/ximagesink.h:
35374         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35375         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
35376         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
35377         (gst_ximagesink_xoverlay_init):
35378           assorted fixes to make (re)embedding work
35379         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
35380         (gst_ximagesink_get_desired_size):
35381           implement desired size additions to XOverlay
35382
35383 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35384
35385         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
35386         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
35387         (gst_x_overlay_got_desired_size):
35388         * gst-libs/gst/xoverlay/xoverlay.h:
35389           Add optional "desired size" signal and querying.
35390
35391 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35392
35393         * gst/matroska/matroska-demux.c:
35394         (gst_matroska_demux_parse_blockgroup):
35395           Fix EBML-laced block parsing. Diffs are relative to previous
35396           lace, not the first lace. Thanks to Mosu from the Matroska
35397           team for detecting this.
35398         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35399         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
35400         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
35401         (gst_wavparse_change_state):
35402         * gst/wavparse/gstwavparse.h:
35403           Quickfix for capsnego.
35404
35405 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35406
35407         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
35408           Fix indenting, fix pad creation.
35409
35410 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35411
35412         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
35413         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
35414         (gst_xviddec_sink_link):
35415           Implement src_getcaps() so proper size caps is negotiated.
35416
35417 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35418
35419         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
35420           Finish flac decoder on EOS. See #116178.
35421
35422 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35423
35424         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
35425         (gst_matroska_demux_add_stream):
35426         * gst/matroska/matroska-ids.h:
35427           Add getcaps() function to fix capsnego...
35428
35429 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35430
35431         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35432         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35433         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
35434           Fix more integer overflows. Again, see #126967.
35435
35436 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35437
35438         * ext/mpeg2dec/gstmpeg2dec.c:
35439           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
35440           #130416.
35441
35442 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35443
35444         * configure.ac:
35445         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
35446         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
35447         * ext/xvid/gstxvid.h:
35448         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
35449         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
35450         (gst_xviddec_src_link), (gst_xviddec_sink_link),
35451         (gst_xviddec_change_state):
35452         * ext/xvid/gstxviddec.h:
35453         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
35454         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
35455         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
35456         (gst_xvidenc_link), (gst_xvidenc_set_property),
35457         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
35458         * ext/xvid/gstxvidenc.h:
35459           Update xvid plugin to latest xvid (1.0.0-beta3) API.
35460
35461 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35462
35463         * gst/rtp/rtp-packet.c:
35464           Add sys/types.h include, since OS X doesn't define in_addr_t
35465           in netinet/in.h, like it does on Linux (see #129600).
35466
35467 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
35468
35469         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35470
35471         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
35472           Correct logic of dispose function (see #129306).
35473
35474 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35475
35476         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
35477         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
35478         (gst_mpeg_parse_init):
35479         * gst/mpegstream/gstmpegparse.h:
35480           Remove clock (which was never provided, i.e. dead code), and
35481           also fix integer overflows at high PTS values (see #126967).
35482
35483 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35484
35485         * ext/flac/gstflacdec.c:
35486         * ext/libpng/gstpngenc.h:
35487         * ext/mikmod/gstmikmod.h:
35488           OS X fixes (see #126628).
35489
35490 2004-01-02  David Schleef  <ds@schleef.org>
35491
35492         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
35493         (gst_alsa_src_base_init): Remove bogus "src" request pad.
35494         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
35495         (gst_mpeg_parse_class_init): Move pad template registration
35496         to class_init, since the derived class (mpegdemux) doesn't
35497         want them.
35498
35499 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35500
35501         * sys/ximage/Makefile.am:
35502         * sys/xvideo/Makefile.am:
35503         * sys/xvimage/Makefile.am:
35504           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
35505           after installation (see #127664).
35506
35507 2004-01-02  David Schleef  <ds@schleef.org>
35508
35509         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
35510         (gst_ffmpegenc_connect):  Negotiation fixes.
35511         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
35512         Remove inappropriate gst_caps_free().
35513         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35514         Reenable Ronald's internal resize code, since the core handles
35515         it correctly now.
35516
35517 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35518
35519         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
35520         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
35521         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
35522           Fix pad template stuff.
35523
35524 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35525
35526         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
35527         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
35528           fix signed integer reading/writing.
35529
35530 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35531
35532         * ext/alsa/README:
35533           Remove outdated document
35534
35535 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
35536
35537         * gst/cutter/gstcutter.c: (gst_cutter_init):
35538           src pad was being created twice - oops.
35539
35540 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35541
35542         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35543           Comment out internal resize. It doesn't handle the resulting
35544           XEvent internally, does another try_set_caps() which leads to
35545           a really nice loop.
35546           Real fix will come when Julien and Dave are awake. ;).
35547
35548 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35549
35550         * ext/mpeg2enc/gstmpeg2enc.cc:
35551           fix const/nonconst compile issue.
35552
35553 2004-01-02  David Schleef  <ds@schleef.org>
35554
35555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
35556         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
35557         Add fixate function and a check for bad formats.
35558
35559 2004-01-01  David Schleef  <ds@schleef.org>
35560
35561         Negotiation fixes:
35562         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
35563         (gst_audiofilter_init):
35564         * gst/debug/efence.c: (gst_efence_init):
35565         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
35566         (gst_deinterlace_init):
35567         * gst/volume/gstvolume.c: (volume_connect):
35568
35569 2004-01-01  David Schleef  <ds@schleef.org>
35570
35571         Convert elements to use gst_pad_use_explicit_caps() where
35572         appropriate:
35573         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
35574         * ext/audiofile/gstafparse.c: (gst_afparse_init),
35575         (gst_afparse_open_file):
35576         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
35577         (gst_afsrc_open_file):
35578         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
35579         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
35580         (gst_ffmpegdec_chain):
35581         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35582         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
35583         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
35584         (gst_gdk_pixbuf_chain):
35585         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
35586         (gst_jpegdec_chain):
35587         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
35588         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
35589         (gst_mikmod_negotiate):
35590         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
35591         (gst_mpeg2dec_negotiate_format):
35592         * ext/mpeg2enc/gstmpeg2enc.cc:
35593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
35594         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
35595         (gst_speexdec_sinkconnect):
35596         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
35597         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
35598         (gst_vorbisfile_new_link):
35599         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
35600         (gst_ac3parse_chain):
35601         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
35602         (gst_asf_demux_setup_pad):
35603         * gst/auparse/gstauparse.c: (gst_auparse_init),
35604         (gst_auparse_chain):
35605         * gst/id3/gstid3types.c: (gst_id3types_loop):
35606         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
35607         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35608         (mp1videoparse_parse_seq):
35609         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
35610         (bpf_from_header):
35611         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35612         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
35613         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
35614         (gst_mpeg_parse_send_data):
35615         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35616         (gst_qtdemux_add_stream):
35617         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
35618         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35619         (gst_wavparse_parse_fmt):
35620
35621 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35622
35623         * configure.ac:
35624           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
35625           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
35626           it therefore uses the wrong include paths. Too bad... Note
35627           that 1.6.1.93 is not release yet. ;).
35628           Also add a check for mplex, which is now using the lib'ified
35629           mplex from mjpegtools, too.
35630         * ext/ffmpeg/gstffmpegcodecmap.c:
35631           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
35632           issues. I don't think ffmpeg handles 3ivx correctly, so this
35633           probably won't work. But it won't hurt either.
35634         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
35635         (gst_ffmpegdec_chain):
35636         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
35637         (gst_ffmpegenc_chain_audio):
35638           Fix memleak in audio encoding. Close codec if open fails, this
35639           calls the cleanup routines so we can re-use the context.
35640         * ext/mpeg2enc/gstmpeg2enc.cc:
35641           Fix pad template names/types, fix memory issue with getcaps().
35642         * ext/mpeg2enc/gstmpeg2encoder.cc:
35643         * ext/mpeg2enc/gstmpeg2encoder.hh:
35644           Fix compile issue with new caps system (const thingy).
35645         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35646         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
35647           We read a first frame right on initing, so that we have a caps
35648           when we init the output. This caps is cached in padprivate and
35649           read as first frame.
35650         * ext/mplex/Makefile.am:
35651         * ext/mplex/gstmplex.cc:
35652         * ext/mplex/gstmplex.h:
35653         * ext/mplex/gstmplex.hh:
35654         * ext/mplex/gstmplexibitstream.cc:
35655         * ext/mplex/gstmplexibitstream.hh:
35656         * ext/mplex/gstmplexjob.cc:
35657         * ext/mplex/gstmplexjob.hh:
35658         * ext/mplex/gstmplexoutputstream.cc:
35659         * ext/mplex/gstmplexoutputstream.hh:
35660           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
35661           had issues, didn't do capsnego, supported only a subset of the
35662           mplex features and required a mplex fork in our local CVS. Plus
35663           that it worked agaist a very old mplex version. Rewriting was
35664           faster than updating it.
35665         * gst-libs/ext/Makefile.am:
35666         * gst-libs/ext/mplex/INSTRUCT:
35667         * gst-libs/ext/mplex/Makefile.am:
35668         * gst-libs/ext/mplex/README:
35669         * gst-libs/ext/mplex/TODO:
35670         * gst-libs/ext/mplex/ac3strm_in.cc:
35671         * gst-libs/ext/mplex/audiostrm.hh:
35672         * gst-libs/ext/mplex/audiostrm_out.cc:
35673         * gst-libs/ext/mplex/aunit.hh:
35674         * gst-libs/ext/mplex/bits.cc:
35675         * gst-libs/ext/mplex/bits.hh:
35676         * gst-libs/ext/mplex/buffer.cc:
35677         * gst-libs/ext/mplex/buffer.hh:
35678         * gst-libs/ext/mplex/fastintfns.h:
35679         * gst-libs/ext/mplex/format_codes.h:
35680         * gst-libs/ext/mplex/inputstrm.cc:
35681         * gst-libs/ext/mplex/inputstrm.hh:
35682         * gst-libs/ext/mplex/lpcmstrm_in.cc:
35683         * gst-libs/ext/mplex/mjpeg_logging.cc:
35684         * gst-libs/ext/mplex/mjpeg_logging.h:
35685         * gst-libs/ext/mplex/mjpeg_types.h:
35686         * gst-libs/ext/mplex/mpastrm_in.cc:
35687         * gst-libs/ext/mplex/mpegconsts.cc:
35688         * gst-libs/ext/mplex/mpegconsts.h:
35689         * gst-libs/ext/mplex/mplexconsts.hh:
35690         * gst-libs/ext/mplex/multplex.cc:
35691         * gst-libs/ext/mplex/outputstream.hh:
35692         * gst-libs/ext/mplex/padstrm.cc:
35693         * gst-libs/ext/mplex/padstrm.hh:
35694         * gst-libs/ext/mplex/stillsstream.cc:
35695         * gst-libs/ext/mplex/stillsstream.hh:
35696         * gst-libs/ext/mplex/systems.cc:
35697         * gst-libs/ext/mplex/systems.hh:
35698         * gst-libs/ext/mplex/vector.cc:
35699         * gst-libs/ext/mplex/vector.hh:
35700         * gst-libs/ext/mplex/videostrm.hh:
35701         * gst-libs/ext/mplex/videostrm_in.cc:
35702         * gst-libs/ext/mplex/videostrm_out.cc:
35703         * gst-libs/ext/mplex/yuv4mpeg.cc:
35704         * gst-libs/ext/mplex/yuv4mpeg.h:
35705         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
35706         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
35707           We don't fork mjpegtools' mplex in our CVS anymore.
35708         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
35709         (gst_avi_demux_add_stream):
35710         * gst/avi/gstavidemux.h:
35711           Add getcaps() function for proper caps nego. This makes some
35712           parts of AVI playback/reading work.
35713         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35714           Resize window on new capsnego. This is probably wrong, but
35715           I'm still committing it because with current capsnego, the
35716           first successfull capsnego is auto-fixated, therefore rounded
35717           down to the lowest values in the caps. this results in a 16x16
35718           XWindow that is not reized when real capsnego finishes.
35719           Dave, I see more cases of this, do you know a proper solution?
35720         * tools/gst-launch-ext.in:
35721           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
35722
35723 2003-12-31  David Schleef  <ds@schleef.org>
35724
35725         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
35726         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
35727           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
35728
35729 2003-12-30  David Schleef  <ds@schleef.org>
35730
35731         * ext/ffmpeg/gstffmpegcolorspace.c:
35732         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
35733         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
35734         (gst_ffmpegcsp_chain): Negotiation fixes
35735         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
35736         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
35737         (gst_audio_convert_link), (gst_audio_convert_channels):
35738         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
35739         (gst_audioscale_link), (gst_audioscale_get_buffer),
35740         (gst_audioscale_chain): Negotiation fixes
35741         * gst/audioscale/gstaudioscale.h:
35742         * gst/videofilter/gstvideofilter.c:
35743         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
35744         (gst_videofilter_link), (gst_videofilter_init),
35745         (gst_videofilter_set_output_size), (gst_videofilter_setup),
35746         (gst_videofilter_find_format_by_structure):
35747         * gst/videofilter/gstvideofilter.h: Negotiation fixes
35748         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
35749         (gst_videoscale_link):
35750         * gst/videoscale/videoscale.c: (videoscale_get_structure),
35751         (videoscale_find_by_structure), (gst_videoscale_setup):
35752         * gst/videoscale/videoscale.h: Negotiation fixes
35753         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35754         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
35755         function, restrict resizing to a multiple of 4 (hack until
35756         everyone supports odd sizes correctly).
35757
35758 2003-12-29  Colin Walters  <walters@verbum.org>
35759
35760         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
35761         signed.
35762
35763 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
35764
35765         * ext/sndfile/gstsf.c: (gst_sf_loop):
35766           Fix warning about discarding const qualifier
35767
35768 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
35769
35770         * gst/cutter/gstcutter.c:
35771         * gst/videoscale/gstvideoscale.c:
35772         * gst/volenv/gstvolenv.c:
35773         * gst-libs/gst/audio/audio.c:
35774         * gst-libs/gst/video/video.c:
35775           Fix warnings
35776
35777 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35778
35779         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35780           Don't send ALSA debugging to stderr.
35781         * ext/alsa/gstalsa.h:
35782           Use GST_WARNING instead of g_warning when ALSA functions fail.
35783
35784 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35785
35786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35787           Free XVAdapterInfo correctly.
35788
35789 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35790
35791         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
35792         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
35793           Make id3tag use correct caps nego.
35794
35795 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
35796
35797         * ext/ivorbis/vorbis.c:
35798         * ext/ivorbis/vorbisenc.h:
35799         * ext/ivorbis/vorbisfile.c:
35800           Modify so that it uses the new caps things
35801
35802 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35803
35804         * testsuite/spider/spider1.c: (main):
35805         * testsuite/spider/spider2.c: (main):
35806         * testsuite/spider/spider3.c: (main):
35807           Make tests compile again. They probably don't work.
35808
35809 2003-12-24  Colin Walters  <walters@verbum.org>
35810
35811         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
35812         we can't fixate the caps anymore.
35813
35814 2003-12-23  David Schleef  <ds@schleef.org>
35815
35816         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
35817         * sys/oss/gstosssink.c: (gst_osssink_init),
35818         (gst_osssink_sink_fixate): Add fixate function.
35819
35820 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35821
35822         * ext/ffmpeg/gstffmpegcodecmap.c:
35823         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
35824         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
35825         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
35826         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
35827         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
35828         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
35829         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
35830           fix typo in RGB masks, and move back to "old" colorspace
35831           capsnego code until whoever wrote this new crap has actually
35832           tested it so that it works.
35833           And yes, this works, keep it that way please.
35834
35835 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35836
35837         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
35838         (gst_divxdec_init), (gst_divxdec_negotiate):
35839         * ext/divx/gstdivxdec.h:
35840         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
35841         (gst_divxenc_init):
35842         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
35843         (gst_faac_sinkconnect), (gst_faac_srcconnect):
35844         * ext/mpeg2enc/gstmpeg2enc.cc:
35845         * ext/mpeg2enc/gstmpeg2encoder.cc:
35846         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35847         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
35848         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
35849         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
35850         (dxr3spusink_init):
35851         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
35852         (dxr3videosink_init):
35853           Fix caps breakage after Dave's caps branch merge.
35854
35855 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35856
35857         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35858           Fix for 24bpp display.
35859
35860 2003-12-23  Colin Walters  <walters@verbum.org>
35861
35862         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
35863         a GnomeVFSHandle directly.
35864
35865 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35866
35867         * gst/volume/Makefile.am:
35868         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
35869         (volume_base_init), (volume_init):
35870           Reenable volume element and fix to work with new caps stuff.
35871           Rhythmbox needs this.
35872
35873 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35874
35875         * gst/qtdemux/qtdemux.c: (plugin_init):
35876           qtdemux requires bytestream
35877
35878 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35879
35880         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
35881           Fix remaining caps handling errors due to CAPS merge.
35882
35883 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35884
35885         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
35886         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
35887         (gst_faad_srcconnect):
35888           Port to new caps system.
35889
35890 2003-12-21  Julien MOUTTE  <julien@moutte.net>
35891
35892         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35893         (got_video_size), (main): using g_print instead of g_message.
35894         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
35895         signal which was not emitted because of "switch" element added to the
35896         bin but not connected. (Removing from the bin temporarily)
35897
35898 2003-12-21  Julien MOUTTE  <julien@moutte.net>
35899
35900         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
35901         find X development files. I don't understand the previous tests and
35902         they fail on my debian/ppc unstable. This one works.
35903         * examples/gstplay/player.c: (main): Set the pipeline to READY before
35904         exiting.
35905         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
35906         (gst_play_set_video_sink), (gst_play_set_audio_sink),
35907         (gst_play_set_visualization): Add some safety checks in set_ methods
35908         and state_change. This was throwing some ugly CRITICAL messages when
35909         pipeline was getting disposed and casts were failing.
35910
35911 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35912
35913         * configure.ac:
35914           Improve mpeg2enc detection. This is for distributions that do
35915           ship mjpegtools, but without mpeg2enc. Also does object check
35916           for might there ever be ABI incompatibility.
35917         * ext/mpeg2enc/gstmpeg2enc.cc:
35918           Add Andrew as second maintainer (he's helping me), and also add
35919           an error if no caps was set. This happens if I pull before capsnego
35920           and that's something I should solve sometime else.
35921         * gst/matroska/matroska-demux.c:
35922         (gst_matroska_demux_parse_blockgroup):
35923           Fix time parsing.
35924         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
35925         (gst_matroska_mux_track_header):
35926           Add caps to templates.
35927         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
35928           Add mpegversion=1 to prevent confusion with MPEG/AAC.
35929         * gst/mpegstream/gstmpegdemux.c:
35930           Remove layer since it causes warnings about unfixed caps.
35931         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35932           Fix obvious typo (we error out if caps were set, we should of
35933           course error out if *no* caps were set).
35934         * sys/oss/gstosselement.c: (gst_osselement_convert):
35935           Fix format conversion, we confused bits/bytes.
35936         * sys/oss/gstosselement.h:
35937           Improve documentation for 'bps'.
35938         * sys/v4l/TODO:
35939           Remove stuff about plugins that need removing - this was done
35940           ages ago.
35941         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
35942         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
35943         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
35944         (gst_v4lsrc_src_query):
35945         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
35946         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
35947           Add get_query_types(), get_formats() and query() functions.
35948
35949 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35950
35951         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
35952           * moved CVS to freedesktop.org